[GRASS-SVN] r60725 - in grass/branches/develbranch_6: . gui/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 5 14:48:23 PDT 2014


Author: neteler
Date: 2014-06-05 14:48:23 -0700 (Thu, 05 Jun 2014)
New Revision: 60725

Added:
   grass/branches/develbranch_6/gui/icons/grass.appdata.xml
Removed:
   grass/branches/develbranch_6/grass.appdata.xml
Modified:
   grass/branches/develbranch_6/gui/icons/Makefile
Log:
grass.appdata.xml: moved to dir of grass.desktop (trac #2306)

Deleted: grass/branches/develbranch_6/grass.appdata.xml
===================================================================
(Binary files differ)

Modified: grass/branches/develbranch_6/gui/icons/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/icons/Makefile	2014-06-05 21:47:46 UTC (rev 60724)
+++ grass/branches/develbranch_6/gui/icons/Makefile	2014-06-05 21:48:23 UTC (rev 60725)
@@ -19,6 +19,10 @@
 	$(HTMLDIR)/icons
 
 default: $(ETCICONS) $(HTMLICONS)
+	$(MKDIR) $(ARCH_DISTDIR)/share/applications
+	$(INSTALL_DATA) grass.desktop $(ARCH_DISTDIR)/share/applications
+	$(MKDIR) $(ARCH_DISTDIR)/share/appdata
+	$(INSTALL_DATA) grass.appdata.xml $(ARCH_DISTDIR)/share/appdata
 
 $(ETC)/gui/icons/%: % | $(ETCDIRS)
 	$(INSTALL_DATA) $< $@

Copied: grass/branches/develbranch_6/gui/icons/grass.appdata.xml (from rev 60720, grass/branches/develbranch_6/grass.appdata.xml)
===================================================================
(Binary files differ)



More information about the grass-commit mailing list