Skip to content

Commit

Permalink
Install appdata information for QGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixpol committed Jun 21, 2018
1 parent 4790747 commit db398ab
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -906,3 +906,7 @@ IF (WITH_CORE)
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
INCLUDE(CPack)
ENDIF (WITH_CORE)

IF (CMAKE_SYSTEM_NAME STREQUAL "Linux")
ADD_SUBDIRECTORY(linux)
ENDIF (CMAKE_SYSTEM_NAME STREQUAL "Linux")
1 change: 1 addition & 0 deletions linux/CMakeLists.txt
@@ -0,0 +1 @@
install(FILES org.qgis.qgis.appdata.xml DESTINATION share/metainfo)
26 changes: 26 additions & 0 deletions linux/org.qgis.qgis.appdata.xml
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.qgis.qgis.desktop</id>
<name>QGIS Desktop</name>
<summary>Create, edit, visualise, analyse and publish geospatial information</summary>
<description>
<p>QGIS is a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo).</p>
<p>It runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and database formats and functionalities.</p>
</description>
<metadata_license>MIT</metadata_license>
<project_license>GPL-2.0+</project_license>
<url type="bugtracker">https://issues.qgis.org/projects/qgis/issues/</url>
<url type="donation">https://qgis.org/en/site/getinvolved/donations.html</url>
<url type="faq">https://qgis.org/en/site/getinvolved/faq/index.html</url>
<url type="help">https://qgis.org/en/docs/index.html</url>
<url type="homepage">https://qgis.org</url>

<project_group>QGIS</project_group>
<releases>
<release version="3.0" />
</releases>
<launchable type="desktop-id">qgis.desktop</launchable>
<provides>
<binary>qgis</binary>
</provides>
</component>

0 comments on commit db398ab

Please sign in to comment.