mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Merge pull request #7283 from aleixpol/appstream
Include AppStream metadata
This commit is contained in:
commit
692f439c4a
@ -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
linux/CMakeLists.txt
Normal file
1
linux/CMakeLists.txt
Normal file
@ -0,0 +1 @@
|
||||
install(FILES org.qgis.qgis.appdata.xml DESTINATION share/metainfo)
|
26
linux/org.qgis.qgis.appdata.xml
Normal file
26
linux/org.qgis.qgis.appdata.xml
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user