From c726e06d3babdf694a543f8962bd4c883f122e79 Mon Sep 17 00:00:00 2001 From: Boyuan Yang <073plan@gmail.com> Date: Wed, 10 Jan 2018 00:32:35 +0800 Subject: [PATCH] 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 --- flameshot.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flameshot.pro b/flameshot.pro index 5a02d290..8c0485c7 100644 --- a/flameshot.pro +++ b/flameshot.pro @@ -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