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
This commit is contained in:
eclipseo 2018-10-22 17:39:33 +02:00 committed by John Maguire
parent f4d84bc05a
commit f7851b36ca
1 changed files with 1 additions and 1 deletions

2
dist/CMakeLists.txt vendored
View File

@ -66,7 +66,7 @@ if (NOT APPLE)
)
install(FILES clementine.appdata.xml
DESTINATION share/appdata
DESTINATION share/metainfo
)
if(INSTALL_UBUNTU_ICONS)