From db398ab1b55d4d1be23ec73f723d413fc218730a Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 20 Jun 2018 19:38:22 +0200 Subject: [PATCH] Install appdata information for QGIS --- CMakeLists.txt | 4 ++++ linux/CMakeLists.txt | 1 + linux/org.qgis.qgis.appdata.xml | 26 ++++++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 linux/CMakeLists.txt create mode 100644 linux/org.qgis.qgis.appdata.xml diff --git a/CMakeLists.txt b/CMakeLists.txt index a7492277455..71abb6f09e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt new file mode 100644 index 00000000000..cfee1950688 --- /dev/null +++ b/linux/CMakeLists.txt @@ -0,0 +1 @@ +install(FILES org.qgis.qgis.appdata.xml DESTINATION share/metainfo) diff --git a/linux/org.qgis.qgis.appdata.xml b/linux/org.qgis.qgis.appdata.xml new file mode 100644 index 00000000000..15838976e9e --- /dev/null +++ b/linux/org.qgis.qgis.appdata.xml @@ -0,0 +1,26 @@ + + + org.qgis.qgis.desktop + QGIS Desktop + Create, edit, visualise, analyse and publish geospatial information + +

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).

+

It runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and database formats and functionalities.

+
+ MIT + GPL-2.0+ + https://issues.qgis.org/projects/qgis/issues/ + https://qgis.org/en/site/getinvolved/donations.html + https://qgis.org/en/site/getinvolved/faq/index.html + https://qgis.org/en/docs/index.html + https://qgis.org + + QGIS + + + + qgis.desktop + + qgis + +