[GRASS-SVN] r67816 - grass/trunk/gui/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 11 09:43:32 PST 2016


Author: martinl
Date: 2016-02-11 09:43:32 -0800 (Thu, 11 Feb 2016)
New Revision: 67816

Modified:
   grass/trunk/gui/icons/Makefile
Log:
disable special 64bit grass icon (using different icons can be confusing for the user)

Modified: grass/trunk/gui/icons/Makefile
===================================================================
--- grass/trunk/gui/icons/Makefile	2016-02-11 13:33:16 UTC (rev 67815)
+++ grass/trunk/gui/icons/Makefile	2016-02-11 17:43:32 UTC (rev 67816)
@@ -28,10 +28,11 @@
 	$(INSTALL_DATA) grass.svg $(ARCH_DISTDIR)/share/icons/hicolor/scalable/apps/grass71.svg
 	$(MKDIR) $(ARCH_DISTDIR)/share/appdata
 	$(INSTALL_DATA) grass.appdata.xml $(ARCH_DISTDIR)/share/appdata
-ifeq ($(findstring x86_64,$(ARCH)),x86_64)
-	$(INSTALL_DATA) x86_64/grass.ico $(GUIDIR)/icons
-	$(INSTALL_DATA) x86_64/grass_osgeo.ico $(GUIDIR)/icons
-endif
+### disable special 64bit icons (using different icons can be confusing for the user)
+# ifeq ($(findstring x86_64,$(ARCH)),x86_64)
+# 	$(INSTALL_DATA) x86_64/grass.ico $(GUIDIR)/icons
+# 	$(INSTALL_DATA) x86_64/grass_osgeo.ico $(GUIDIR)/icons
+# endif
 
 $(GUIDIR)/icons/%: % | $(DSTDIRS)
 	$(INSTALL_DATA) $< $@



More information about the grass-commit mailing list