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 TypesettingTools#215.
  • Loading branch information
EL-File4138 committed Dec 19, 2024
1 parent 2716cf1 commit 8f33c74
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.desktop.appdata.xml.in',
metainfo_template = configure_file(input: 'desktop/aegisub.metainfo.xml.in.in',
output: 'aegisub.desktop.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 8f33c74

Please sign in to comment.