Fix: ERROR: Function does not take positional arguments. https://github.com/mesonbuild/meson/issues/9441 https://gitlab.gnome.org/Archive/gnome-dictionary/-/commit/cf3f8a67cd6f3059c555ed9cf0f5fba10abb7f68 --- data/meson.build.orig 2017-10-01 09:14:30.000000000 -0500 +++ data/meson.build 2024-09-07 00:37:10.000000000 -0500 @@ -1,4 +1,4 @@ -i18n.merge_file ('desktop', +i18n.merge_file ( input: 'org.gnome.Dictionary.desktop.in', output: 'org.gnome.Dictionary.desktop', install: true, @@ -14,7 +14,7 @@ workdir: meson.current_build_dir()) endif -i18n.merge_file ('desktop', +i18n.merge_file ( input: 'org.gnome.Dictionary.appdata.xml.in', output: 'org.gnome.Dictionary.appdata.xml', install: true, @@ -48,7 +48,7 @@ ] foreach s: sources - i18n.merge_file('desktop', + i18n.merge_file( input: '@0@.in'.format(s), output: s, install: true,