From f7851b36ca3ab3c7cd6b24606afbf1690fdf7095 Mon Sep 17 00:00:00 2001 From: eclipseo <30413512+eclipseo@users.noreply.github.com> Date: Mon, 22 Oct 2018 17:39:33 +0200 Subject: [PATCH] Fix Appstream data installation target (#6180) According to the Appstream specifications, Appdata files must now be installed in /usr/share/metainfo. /usr/share/appdata is a legacy path. See: https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html and: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html --- dist/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/CMakeLists.txt b/dist/CMakeLists.txt index 67af06bf2..f3d501da3 100644 --- a/dist/CMakeLists.txt +++ b/dist/CMakeLists.txt @@ -66,7 +66,7 @@ if (NOT APPLE) ) install(FILES clementine.appdata.xml - DESTINATION share/appdata + DESTINATION share/metainfo ) if(INSTALL_UBUNTU_ICONS)