diff -Nru arabic-font-select-0.3/debian/bzr-builder.manifest arabic-font-select-0.4/debian/bzr-builder.manifest --- arabic-font-select-0.3/debian/bzr-builder.manifest 2013-07-20 14:52:30.000000000 +0000 +++ arabic-font-select-0.4/debian/bzr-builder.manifest 2014-07-03 16:33:44.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}-0~6 -lp:fontselectar revid:dr3mro@gmail.com-20130720134121-ak9tcakext14oh70 +# bzr-builder format 0.3 deb-version {debupstream}-0~7 +lp:fontselectar revid:dr3mro@gmail.com-20140703162508-bcvofo8ihl8irxsd diff -Nru arabic-font-select-0.3/debian/changelog arabic-font-select-0.4/debian/changelog --- arabic-font-select-0.3/debian/changelog 2013-07-20 14:52:30.000000000 +0000 +++ arabic-font-select-0.4/debian/changelog 2014-07-03 16:33:44.000000000 +0000 @@ -1,8 +1,14 @@ -arabic-font-select (0.3-0~6~saucy1) saucy; urgency=low +arabic-font-select (0.4-0~7~ubuntu13.10.1) saucy; urgency=low * Auto build. - -- Dr. Amr Osman Sat, 20 Jul 2013 14:52:30 +0000 + -- Dr. Amr Osman Thu, 03 Jul 2014 16:33:44 +0000 + +arabic-font-select (0.4) trusty; urgency=high + + * Add option to enter font name manually + + -- Amr Osman Thu, 03 Jul 2014 18:23:28 +0200 arabic-font-select (0.3-0~0~raring) raring; urgency=high diff -Nru arabic-font-select-0.3/fontselectar arabic-font-select-0.4/fontselectar --- arabic-font-select-0.3/fontselectar 2013-07-20 14:52:30.000000000 +0000 +++ arabic-font-select-0.4/fontselectar 2014-07-03 16:33:44.000000000 +0000 @@ -26,9 +26,16 @@ if [ "$font" == "" ] then - dailog=`_window "لم تقم بتحديد خط معين لإجراء العملية\nهل تود إعادة المحاولة ؟" question` + dailog=`_window "لم تقم بتحديد خط معين لإجراء العملية\nهل تود ادخال اسم الخط يدويا ؟" question` if [ $? == 0 ]; then - _entry + font=$(zenity --entry\ + --title="Font"\ + --text="برجاء أدخال اسم الخط يدويا") + echo "$font"; + if [ "$font" == "" ]; then + exit 0; + fi; + else echo "Aborted .." exit 0;