Use reverse-DNS scheme for appdata + desktop

This commit is contained in:
André Apitzsch
2020-10-31 08:28:32 +01:00
committed by Nick Hall
parent 79cc1970ad
commit 11f268b981
5 changed files with 8 additions and 8 deletions

View File

@ -163,9 +163,9 @@ def build_intl(build_cmd):
data_files = build_cmd.distribution.data_files
base = build_cmd.build_base
merge_files = (('data/gramps.desktop', 'share/applications', '--desktop'),
merge_files = (('data/org.gramps_project.Gramps.desktop', 'share/applications', '--desktop'),
('data/gramps.xml', 'share/mime/packages', '--xml'),
('data/gramps.appdata.xml', 'share/metainfo', '--xml'))
('data/org.gramps_project.Gramps.appdata.xml', 'share/metainfo', '--xml'))
for filename, target, option in merge_files:
filenamelocal = convert_path(filename)