diff --git a/data/meson.build b/data/meson.build index b4fa25b2..0f6304b9 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,6 +1,6 @@ i18n.merge_file( - input: 'stylesheet.appdata.xml.in', - output: meson.project_name() + '.appdata.xml', + input: 'stylesheet.metainfo.xml.in', + output: meson.project_name() + '.metainfo.xml', po_dir: meson.source_root() / 'po', install_dir: get_option('datadir') / 'metainfo', install: true diff --git a/data/stylesheet.appdata.xml.in b/data/stylesheet.metainfo.xml.in similarity index 100% rename from data/stylesheet.appdata.xml.in rename to data/stylesheet.metainfo.xml.in diff --git a/po/POTFILES b/po/POTFILES index 37c5ff9e..32c18c2d 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -1 +1 @@ -data/stylesheet.appdata.xml.in +data/stylesheet.metainfo.xml.in