From 12519af8b4340cc5c8e7f95f534f1736a77b4ef5 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Mon, 9 Jul 2018 02:50:58 +0200 Subject: Install subsurface.appdata.xml This is required to make Subsurface show up in Gnome Software & KDE Discover Signed-off-by: Alexander Wilms --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a58321360..7b81c40b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -526,6 +526,7 @@ elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux") endif() install(FILES subsurface.debug DESTINATION bin) install(FILES subsurface.desktop DESTINATION share/applications) + install(FILES appdata/subsurface.appdata.xml DESTINATION share/metainfo) install(FILES icons/subsurface-icon.svg DESTINATION share/icons/hicolor/scalable/apps) install(DIRECTORY Documentation/images DESTINATION share/subsurface/Documentation) install(FILES ${DOCFILES} DESTINATION share/subsurface/Documentation) -- cgit v1.2.3-70-g09d2