Skip to content

Commit

Permalink
Fix Appstream data installation target (#6180)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
eclipseo authored and hatstand committed Oct 22, 2018
1 parent f4d84bc commit f7851b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/CMakeLists.txt
Expand Up @@ -66,7 +66,7 @@ if (NOT APPLE)
)

install(FILES clementine.appdata.xml
DESTINATION share/appdata
DESTINATION share/metainfo
)

if(INSTALL_UBUNTU_ICONS)
Expand Down

0 comments on commit f7851b3

Please sign in to comment.