1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Remove un-necessary import gi line, as it causes build failure
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Index: othman/Makefile
===================================================================
--- othman.orig/Makefile 2019-10-18 03:49:08.125246425 +0200
+++ othman/Makefile 2019-10-18 03:50:14.693512949 +0200
@@ -23,7 +23,6 @@
make -C po all
install: all
- [ $(TEST_DEPS) == "1" ] && $(PYTHON) -c 'import gi; gi.require_version("Gtk", "3.0")'
rm othman-data/quran-kareem.png || :
$(INSTALL) -d $(datadir)/applications/
$(INSTALL) -m 0644 Othman.desktop $(datadir)/applications/
|