deskutils/gnome-characters: unbreak build with Meson 0.61.0

data/meson.build:49:5: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
This commit is contained in:
Jan Beich 2022-01-23 11:07:34 +00:00
parent 2b2d5dc181
commit 1cb23daf73

View file

@ -0,0 +1,22 @@
https://gitlab.gnome.org/GNOME/gnome-characters/-/commit/3b84cc750b70
data/meson.build:49:5: ERROR: Function does not take positional arguments.
--- data/meson.build.orig 2021-09-21 13:39:34 UTC
+++ data/meson.build
@@ -47,7 +47,6 @@ desktop_conf.set('appid', characters_application_id)
desktop_conf.set('bindir', characters_bindir)
i18n.merge_file(
- 'desktop-file',
type: 'desktop',
input: configure_file (
input: characters_name + '.desktop.in',
@@ -61,7 +60,6 @@ i18n.merge_file(
)
appdata_file = i18n.merge_file(
- 'appdata-file',
input: characters_name + '.appdata.xml.in',
output: characters_application_id + '.appdata.xml',
po_dir: po_dir,