[evolution-rss: 1/2] Don't use legacy path for AppStream metainfo file



commit ea704ef79a0f7c40c9e42f65fb101c36cc3cf249
Author: Balló György <ballogyor gmail com>
Date:   Thu Dec 27 16:22:15 2018 +0000

    Don't use legacy path for AppStream metainfo file
    
    Metainfo files should be installed into /usr/share/metainfo.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index b209b47..fde1f5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
 appdata_in_files = evolution-rss.metainfo.xml.in
-appdatadir = $(datadir)/appdata
+appdatadir = $(datadir)/metainfo
 appdata_files = $(appdata_in_files:.xml.in=.xml)
 dist_appdata_DATA = $(appdata_files)
 @INTLTOOL_XML_RULE@


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]