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

Commit d11fbef

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 d11fbef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

data/com.github.bleakgrey.tootle.appdata.xml.in renamed to data/com.github.bleakgrey.tootle.metainfo.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<url type="homepage">https://github.com/bleakgrey</url>
2828
<url type="bugtracker">https://github.com/bleakgrey/tootle/issues</url>
2929
<url type="donation">https://liberapay.com/bleakgrey/donate</url>
30+
<update_contact>[email protected]</update_contact>
3031

3132
<content_rating type="oars-1.1">
3233
<content_attribute id="violence-cartoon">none</content_attribute>

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)