Skip to content

Commit

Permalink
fix: Rename prebuild metadata for specification compliance
Browse files Browse the repository at this point in the history
This aligns with the specification change of AppData metadata.
This together with two cherry-picked  commit (2716cf1, 932b04d) should resolve #215.
  • Loading branch information
EL-File4138 authored and arch1t3cht committed Dec 21, 2024
1 parent 0fc50b4 commit 3a07376
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions packages/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ else
install: true,
install_dir: datadir / 'applications')

appdata_template = configure_file(input: 'desktop/aegisub.appdata.xml.in.in',
output: 'aegisub.appdata.xml.in',
metainfo_template = configure_file(input: 'desktop/aegisub.metainfo.xml.in.in',
output: 'aegisub.metainfo.xml.in',
configuration: conf_pkg)
i18n.merge_file(input: appdata_template,
output: 'aegisub.appdata.xml',
i18n.merge_file(input: metainfo_template,
output: 'aegisub.metainfo.xml',
type: 'xml',
po_dir: '../po',
install: true,
Expand Down

0 comments on commit 3a07376

Please sign in to comment.