[GRASS-SVN] r72358 - grass/branches/releasebranch_7_2/gui/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 12 23:22:25 PDT 2018


Author: neteler
Date: 2018-03-12 23:22:25 -0700 (Mon, 12 Mar 2018)
New Revision: 72358

Modified:
   grass/branches/releasebranch_7_2/gui/icons/Makefile
Log:
store grass.appdata.xml under share/metainfo/org.osgeo.grass.appdata.xml

Modified: grass/branches/releasebranch_7_2/gui/icons/Makefile
===================================================================
--- grass/branches/releasebranch_7_2/gui/icons/Makefile	2018-03-13 06:22:01 UTC (rev 72357)
+++ grass/branches/releasebranch_7_2/gui/icons/Makefile	2018-03-13 06:22:25 UTC (rev 72358)
@@ -52,8 +52,8 @@
 	$(INSTALL_DATA) grass-192x192.png $(ARCH_DISTDIR)/share/icons/hicolor/192x192/apps/grass.png
 	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/scalable/apps
 	$(INSTALL_DATA) grass.svg $(ARCH_DISTDIR)/share/icons/hicolor/scalable/apps/grass.svg
-	$(MKDIR) $(ARCH_DISTDIR)/share/appdata
-	$(INSTALL_DATA) grass.appdata.xml $(ARCH_DISTDIR)/share/appdata
+	$(MKDIR) $(ARCH_DISTDIR)/share/metainfo
+	$(INSTALL_DATA) grass.appdata.xml $(ARCH_DISTDIR)/share/metainfo/org.osgeo.grass.appdata.xml
 ### 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



More information about the grass-commit mailing list