浏览代码

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 年之前
父节点
当前提交
aa0a5fff9e
共有 2 个文件被更改,包括 2 次插入0 次删除
  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