aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-31 16:40:23 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-31 18:16:28 +0200
commit4861ca2f96a63c63e98abf39601c0a656779aef9 (patch)
tree230df86e2e5d54c16638613de75bdf16afa3fb38
parent55d0cf4b4bf9da51737994c775293c06b16df7e2 (diff)
Use app_id for appstream data
-rw-r--r--data/meson.build4
-rw-r--r--data/org.gnome.PrepaidManager.appdata.xml.in (renamed from data/prepaid-manager-applet.appdata.xml.in)0
2 files changed, 2 insertions, 2 deletions
diff --git a/data/meson.build b/data/meson.build
index 797f6f4..0f55aea 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -18,8 +18,8 @@ install_data(
)
appstream_file = i18n.merge_file(
- input: 'prepaid-manager-applet.appdata.xml.in',
- output: 'prepaid-manager-applet.appdata.xml',
+ input: app_id + '.appdata.xml.in',
+ output: app_id + '.appdata.xml',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'appdata')
diff --git a/data/prepaid-manager-applet.appdata.xml.in b/data/org.gnome.PrepaidManager.appdata.xml.in
index e6b5aa2..e6b5aa2 100644
--- a/data/prepaid-manager-applet.appdata.xml.in
+++ b/data/org.gnome.PrepaidManager.appdata.xml.in