mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 20:35:31 +00:00
data: rename appdata to metainfo
Appstream nowadays prefers `.metainfo.xml`: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
This commit is contained in:
parent
11cc1a219a
commit
b95cccd510
2 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ if desktop_utils.found()
|
||||||
])
|
])
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Appdata file
|
# Metainfo file
|
||||||
install_data('sm.puri.Calls.appdata.xml',
|
install_data('sm.puri.Calls.metainfo.xml',
|
||||||
install_dir: join_paths(datadir, 'metainfo'),
|
install_dir: join_paths(datadir, 'metainfo'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ if appstream_util.found()
|
||||||
test('Validate appstream file', appstream_util,
|
test('Validate appstream file', appstream_util,
|
||||||
args: ['validate-relax',
|
args: ['validate-relax',
|
||||||
join_paths(meson.current_source_dir(),
|
join_paths(meson.current_source_dir(),
|
||||||
'sm.puri.Calls.appdata.xml')
|
'sm.puri.Calls.metainfo.xml')
|
||||||
])
|
])
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue