[Debian-islamic-commits] [SCM] Packaging for Zekr branch, master, updated. debian/0.7.6+repack-1-3-gab77781

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Wed Jun 30 12:20:07 UTC 2010


The following commit has been merged in the master branch:
commit 63e412ec8a63211460983fb53b80225c990237fe
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Wed Jun 30 10:04:01 2010 +0300

    Better check for me_quran font

diff --git a/debian/zekr.sh b/debian/zekr.sh
index 23154e1..d452fd2 100644
--- a/debian/zekr.sh
+++ b/debian/zekr.sh
@@ -28,7 +28,7 @@ ZEKR_CONF_FILE=${ZEKR_WORKSPACE}/zekrrc-debian
 # Check if suitable Qur'an font is available:
 if [ ! "${ZEKR_WARNINGS}" = "disable" ]; then
   MEQRN=1
-  if [ ! -e /usr/share/fonts/truetype/ttf-me_quran/me_quran_volt_newmet.ttf ]; then
+  if [ -z $(fc-list me_quran) ]; then
     MEQRN=0
     zenity --warning \
       --title="ttf-me-quran is not installed." \

-- 
Packaging for Zekr



More information about the Debian-islamic-commits mailing list