Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 64d1981

Browse files
committed
data: use metainfo instead appdata
Component metadata of type desktop-application as described in Section 2.2, “Desktop Applications” can be installed with an .appdata.xml extension as well for historical reasons. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html Signed-off-by: David Heidelberg <[email protected]>
1 parent f350e60 commit 64d1981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ i18n.merge_file(
2828
)
2929

3030
i18n.merge_file(
31-
input: meson.project_name() + '.appdata.xml.in',
32-
output: meson.project_name() + '.appdata.xml',
31+
input: meson.project_name() + '.metainfo.xml.in',
32+
output: meson.project_name() + '.metainfo.xml',
3333
po_dir: join_paths(meson.source_root(), 'po'),
3434
install: true,
3535
install_dir: join_paths(get_option('datadir'), 'metainfo')

0 commit comments

Comments
 (0)