Skip to content

Commit

Permalink
AppData: rename appdata to metainfo (#571)
Browse files Browse the repository at this point in the history
Appstream nowadays prefers `.metainfo.xml`:
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location

Signed-off-by: David Heidelberg <david@ixit.cz>
  • Loading branch information
okias committed May 18, 2021
1 parent fc220f5 commit 3bf0d63
Show file tree
Hide file tree
Showing 23 changed files with 4,000 additions and 4,000 deletions.
4 changes: 2 additions & 2 deletions data/meson.build
Expand Up @@ -15,8 +15,8 @@ if desktop_utils.found()
endif

appstream_file = i18n.merge_file(
input: 'com.github.johnfactotum.Foliate.appdata.xml.in',
output: 'com.github.johnfactotum.Foliate.appdata.xml',
input: 'com.github.johnfactotum.Foliate.metainfo.xml.in',
output: 'com.github.johnfactotum.Foliate.metainfo.xml',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo')
Expand Down
2 changes: 1 addition & 1 deletion po/POTFILES
Expand Up @@ -53,5 +53,5 @@ src/ui/wikipediaBox.ui

src/schemes.js

data/com.github.johnfactotum.Foliate.appdata.xml.in
data/com.github.johnfactotum.Foliate.metainfo.xml.in
data/com.github.johnfactotum.Foliate.gschema.xml

0 comments on commit 3bf0d63

Please sign in to comment.