From 5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 27 Dec 2025 12:40:20 +0000 Subject: Import Upstream version 43.0 --- data/appdata/meson.build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/appdata/meson.build (limited to 'data/appdata/meson.build') diff --git a/data/appdata/meson.build b/data/appdata/meson.build new file mode 100644 index 0000000..21614ae --- /dev/null +++ b/data/appdata/meson.build @@ -0,0 +1,14 @@ +appdata_conf = configuration_data() +appdata_conf.set('appid', application_id) +appdata = i18n.merge_file( + type: 'xml', + input: configure_file( + input: 'org.gnome.Todo.appdata.xml.in.in', + output: 'org.gnome.Todo.appdata.xml.in', + configuration: appdata_conf + ), + output: '@0@.appdata.xml'.format(application_id), + po_dir: po_dir, + install: true, + install_dir: join_paths(endeavour_datadir, 'metainfo') +) -- cgit v1.2.3