소스 검색

store grass.appdata.xml under share/metainfo/org.osgeo.grass.appdata.xml

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@72359 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 7 년 전
부모
커밋
7443c4f296
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      gui/icons/Makefile

+ 2 - 2
gui/icons/Makefile

@@ -52,8 +52,8 @@ default: $(ETCICONS) $(HTMLICONS)
 	$(INSTALL_DATA) grass-192x192.png $(ARCH_DISTDIR)/share/icons/hicolor/192x192/apps/grass70.png
 	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/scalable/apps
 	$(INSTALL_DATA) grass.svg $(ARCH_DISTDIR)/share/icons/hicolor/scalable/apps/grass70.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