[meld] Move AppStream metadata to the new location: /usr/share/metainfo/



commit 44183e1b4cae491a1b49449022315ddf00c730de
Author: Balint Reczey <balint reczey canonical com>
Date:   Sat Sep 16 23:47:41 2017 +0200

    Move AppStream metadata to the new location: /usr/share/metainfo/

 meld/build_helpers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/build_helpers.py b/meld/build_helpers.py
index 17f421a..a7f23d5 100644
--- a/meld/build_helpers.py
+++ b/meld/build_helpers.py
@@ -226,7 +226,7 @@ class build_i18n(distutils.cmd.Command):
     # way except magically extracting them from self.distribution.data_files
     desktop_files = [('share/applications', glob.glob("data/*.desktop.in"))]
     xml_files = [
-        ('share/appdata', glob.glob("data/*.appdata.xml.in")),
+        ('share/metainfo', glob.glob("data/*.appdata.xml.in")),
         ('share/mime/packages', glob.glob("data/mime/*.xml.in"))
     ]
     schemas_files = []


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