Browse Source

grass.appdata.xml: move to dir of grass.desktop (trac https://trac.osgeo.org/grass/ticket/2306)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60721 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 years ago
parent
commit
aa0a5fff9e
2 changed files with 2 additions and 0 deletions
  1. 2 0
      gui/icons/Makefile
  2. 0 0
      gui/icons/grass.appdata.xml

+ 2 - 0
gui/icons/Makefile

@@ -20,6 +20,8 @@ HTMLDIRS = \
 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) $< $@

grass.appdata.xml → gui/icons/grass.appdata.xml