Skip to content

Commit

Permalink
data(metainfo): rename to metainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Mar 10, 2024
1 parent eaa46cc commit 96a1839
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ if desktop_utils.found()
endif

appstream_file = i18n.merge_file(
input: 'io.github.seadve.Breathing.appdata.xml.in',
output: 'io.github.seadve.Breathing.appdata.xml',
input: 'io.github.seadve.Breathing.metainfo.xml.in',
output: 'io.github.seadve.Breathing.metainfo.xml',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'appdata')
install_dir: join_paths(get_option('datadir'), 'metainfo')
)

appstreamcli = find_program('appstreamcli', required: false)
Expand Down
2 changes: 1 addition & 1 deletion po/POTFILES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
data/io.github.seadve.Breathing.desktop.in
data/io.github.seadve.Breathing.appdata.xml.in
data/io.github.seadve.Breathing.metainfo.xml.in
data/io.github.seadve.Breathing.gschema.xml
data/ui/window.ui
data/ui/shortcuts.ui
Expand Down

0 comments on commit 96a1839

Please sign in to comment.