From 0b1c02cff93a7139b81906e563127a834c980be1 Mon Sep 17 00:00:00 2001 From: Punarbasu Purkayastha Date: Wed, 24 Jun 2020 17:01:36 +0200 Subject: [PATCH] As explained in https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location the use of PREFIX/share/appdata directory is deprecated and instead the path should be PREFIX/share/metainfo. The desktop file name should also ideally be recoll.metainfo.xml, but this is not so critical and is hence kept unchanged by this commit. --- src/qtgui/recoll.pro.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtgui/recoll.pro.in b/src/qtgui/recoll.pro.in index cfc27eb1..99e5cf10 100644 --- a/src/qtgui/recoll.pro.in +++ b/src/qtgui/recoll.pro.in @@ -196,7 +196,7 @@ unix { iconb.files += @srcdir@/../desktop/recoll.png iconb.path = $$PREFIX/share/pixmaps/ appdata.files = @srcdir@/../desktop/recoll.appdata.xml - appdata.path = $$PREFIX/share/appdata/ + appdata.path = $$PREFIX/share/metainfo/ INSTALLS += target imdata trdata desktop icona iconb appdata # The recollinstall script used to do the following to install zh_CN as