Merge pull request #134 from RossGammon/appstream

9443: Gramps not appearing in Gnome Software
This commit is contained in:
Doug Blank
2016-05-08 09:27:59 -04:00
committed by Doug Blank
parent c3e0d8c7c0
commit e3e787c038
2 changed files with 32 additions and 18 deletions

View File

@@ -197,7 +197,7 @@ def build_intl(build_cmd):
merge_files = (('data/gramps.desktop', 'share/applications', '-d'),
('data/gramps.keys', 'share/mime-info', '-k'),
('data/gramps.xml', 'share/mime/packages', '-x'),
('data/gramps.appdata.xml', 'share/appdata', '-x'))
('data/gramps.appdata.xml', 'share/metainfo', '-x'))
for filename, target, option in merge_files:
filenamelocal = convert_path(filename)