[GRASS-SVN] r60722 - in grass/branches/releasebranch_7_0: . gui/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 5 14:44:10 PDT 2014


Author: neteler
Date: 2014-06-05 14:44:10 -0700 (Thu, 05 Jun 2014)
New Revision: 60722

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

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

Modified: grass/branches/releasebranch_7_0/gui/icons/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/gui/icons/Makefile	2014-06-05 21:41:54 UTC (rev 60721)
+++ grass/branches/releasebranch_7_0/gui/icons/Makefile	2014-06-05 21:44:10 UTC (rev 60722)
@@ -20,6 +20,8 @@
 default: $(ETCICONS) $(HTMLICONS)
 	$(MKDIR) $(ARCH_DISTDIR)/share/applications
 	$(INSTALL_DATA) grass.desktop $(ARCH_DISTDIR)/share/applications
+	$(MKDIR) $(ARCH_DISTDIR)/share/appdata
+	$(INSTALL_DATA) grass.desktop $(ARCH_DISTDIR)/share/appdata
 
 $(GUIDIR)/icons/%: % | $(DSTDIRS)
 	$(INSTALL_DATA) $< $@

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



More information about the grass-commit mailing list