mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:03:47 +01:00
IDs are supposed to follow reverse DNS
This commit is contained in:
parent
2f98ecde0d
commit
c239e84ddb
@ -6,13 +6,13 @@ zathura_resources = gnome.compile_resources(
|
||||
dependencies: files('zathura.css_t', 'org.pwmt.zathura.xml')
|
||||
)
|
||||
|
||||
install_data('zathura.appdata.xml', install_dir: metainfodir)
|
||||
install_data('org.pwmt.zathura.appdata.xml', install_dir: metainfodir)
|
||||
install_data('org.pwmt.zathura.xml', install_dir: dbusinterfacesdir)
|
||||
|
||||
i18n = import('i18n')
|
||||
i18n.merge_file('desktop',
|
||||
input: 'zathura.desktop.in',
|
||||
output: 'zathura.desktop',
|
||||
input: 'org.pwmt.zathura.desktop.in',
|
||||
output: 'org.pwmt.zathura.desktop',
|
||||
install: true,
|
||||
install_dir: desktopdir,
|
||||
po_dir: join_paths(meson.source_root(), 'po'),
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- Copyright 2014-2015 pwmt.org -->
|
||||
|
||||
<component type="desktop">
|
||||
<id>zathura.desktop</id>
|
||||
<id>org.pwmt.zathura.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>Zlib</project_license>
|
||||
<description>
|
Loading…
Reference in New Issue
Block a user