Skip to content

Commit

Permalink
Metainfo Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jul 20, 2023
1 parent ca63721 commit b26f8f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 111 deletions.
6 changes: 3 additions & 3 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
i18n.merge_file(
input: 'sound.appdata.xml.in',
input: 'sound.metainfo.xml.in',
output: 'io.elementary.switchboard.sound.appdata.xml',
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
po_dir: meson.source_root() / 'po' / 'extra',
type: 'xml',
install: true,
install_dir: join_paths(datadir, 'metainfo'),
install_dir: datadir / 'metainfo',
)
107 changes: 0 additions & 107 deletions data/sound.appdata.xml.in

This file was deleted.

2 changes: 1 addition & 1 deletion po/extra/POTFILES
Original file line number Diff line number Diff line change
@@ -1 +1 @@
data/sound.appdata.xml.in
data/sound.metainfo.xml.in

0 comments on commit b26f8f0

Please sign in to comment.