[GRASS-SVN] r72360 - grass/branches/releasebranch_6_4/gui/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 12 23:23:15 PDT 2018
Author: neteler
Date: 2018-03-12 23:23:15 -0700 (Mon, 12 Mar 2018)
New Revision: 72360
Modified:
grass/branches/releasebranch_6_4/gui/icons/Makefile
Log:
store grass.appdata.xml under share/metainfo/org.osgeo.grass.appdata.xml
Modified: grass/branches/releasebranch_6_4/gui/icons/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/icons/Makefile 2018-03-13 06:22:48 UTC (rev 72359)
+++ grass/branches/releasebranch_6_4/gui/icons/Makefile 2018-03-13 06:23:15 UTC (rev 72360)
@@ -21,8 +21,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.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
$(ETC)/gui/icons/%: % | $(ETCDIRS)
$(INSTALL_DATA) $< $@
More information about the grass-commit
mailing list