[GRASS-SVN] r60726 - in grass/branches/releasebranch_6_4: . gui/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 5 14:49:09 PDT 2014


Author: neteler
Date: 2014-06-05 14:49:09 -0700 (Thu, 05 Jun 2014)
New Revision: 60726

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

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

Modified: grass/branches/releasebranch_6_4/gui/icons/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/icons/Makefile	2014-06-05 21:48:23 UTC (rev 60725)
+++ grass/branches/releasebranch_6_4/gui/icons/Makefile	2014-06-05 21:49:09 UTC (rev 60726)
@@ -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/releasebranch_6_4/gui/icons/grass.appdata.xml (from rev 60720, grass/branches/releasebranch_6_4/grass.appdata.xml)
===================================================================
(Binary files differ)



More information about the grass-commit mailing list