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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 12 15:24:14 PDT 2018


Author: neteler
Date: 2018-03-12 15:24:14 -0700 (Mon, 12 Mar 2018)
New Revision: 72356

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

Modified: grass/trunk/gui/icons/Makefile
===================================================================
--- grass/trunk/gui/icons/Makefile	2018-03-12 18:46:32 UTC (rev 72355)
+++ grass/trunk/gui/icons/Makefile	2018-03-12 22:24:14 UTC (rev 72356)
@@ -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