Skip to content

Commit 3a07376

Browse files
EL-File4138arch1t3cht
authored andcommitted
fix: Rename prebuild metadata for specification compliance
This aligns with the specification change of AppData metadata. This together with two cherry-picked commit (2716cf1, 932b04d) should resolve #215.
1 parent 0fc50b4 commit 3a07376

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

packages/meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ else
3636
install: true,
3737
install_dir: datadir / 'applications')
3838

39-
appdata_template = configure_file(input: 'desktop/aegisub.appdata.xml.in.in',
40-
output: 'aegisub.appdata.xml.in',
39+
metainfo_template = configure_file(input: 'desktop/aegisub.metainfo.xml.in.in',
40+
output: 'aegisub.metainfo.xml.in',
4141
configuration: conf_pkg)
42-
i18n.merge_file(input: appdata_template,
43-
output: 'aegisub.appdata.xml',
42+
i18n.merge_file(input: metainfo_template,
43+
output: 'aegisub.metainfo.xml',
4444
type: 'xml',
4545
po_dir: '../po',
4646
install: true,

0 commit comments

Comments
 (0)