appdata: Install appdata into /usr/share/metainfo (#71)
The appdata description file was installed into the legacy path /usr/share/appdata/ . This commit would install appdata info into the canonical dir /usr/share/metainfo/ . Refs: https://lintian.debian.org/tags/appstream-metadata-in-legacy-location.html
This commit is contained in:
@@ -221,7 +221,7 @@ unix:!macx {
|
||||
completion.path = $${BASEDIR}$${PREFIX}/share/bash-completion/completions/
|
||||
completion.files = docs/bash-completion/flameshot
|
||||
|
||||
appdata.path = $${BASEDIR}$${PREFIX}/share/appdata/
|
||||
appdata.path = $${BASEDIR}$${PREFIX}/share/metainfo/
|
||||
appdata.files = docs/appdata/flameshot.appdata.xml
|
||||
|
||||
desktopentry.path = $${BASEDIR}$${PREFIX}/share/applications
|
||||
|
||||
Reference in New Issue
Block a user