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

Commit

Permalink
data: use metainfo instead appdata
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
okias committed Jul 25, 2020
1 parent f350e60 commit 64d1981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ i18n.merge_file(
)

i18n.merge_file(
input: meson.project_name() + '.appdata.xml.in',
output: meson.project_name() + '.appdata.xml',
input: meson.project_name() + '.metainfo.xml.in',
output: meson.project_name() + '.metainfo.xml',
po_dir: join_paths(meson.source_root(), 'po'),
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo')
Expand Down

0 comments on commit 64d1981

Please sign in to comment.