Use reverse-DNS for mime file

This commit is contained in:
André Apitzsch 2020-11-01 14:45:16 +01:00 committed by Nick Hall
parent 2b50f55991
commit 6fdde84334
3 changed files with 2 additions and 2 deletions

View File

@ -808,7 +808,7 @@ gramps/plugins/webstuff/webstuff.py
#
# Files to extract from and then merge into
#
data/gramps.xml.in
data/org.gramps_project.Gramps.xml.in
data/org.gramps_project.Gramps.appdata.xml.in
data/org.gramps_project.Gramps.desktop.in
data/holidays.xml

View File

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