[frogr: 1/2] meson: drop unused argument for i18n.merge_file()
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr: 1/2] meson: drop unused argument for i18n.merge_file()
- Date: Tue, 15 Feb 2022 13:24:52 +0000 (UTC)
commit 1eeb32b94b9e14e7ea2b9267e3378bae9e3e852d
Author: Jan Beich <jbeich FreeBSD org>
Date: Mon Jan 24 12:22:25 2022 +0000
meson: drop unused argument for i18n.merge_file()
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
data/meson.build:32:0: ERROR: Function does not take positional arguments.
data/meson.build:42:0: ERROR: Function does not take positional arguments.
data/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index edc6f35a..c8fa7ee9 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -29,7 +29,7 @@ data_conf.set('BINDIR', join_paths(prefix, bindir))
generated_desktop = configure_file(input: 'org.gnome.frogr.desktop.in.in',
output: 'org.gnome.frogr.desktop.in',
configuration: data_conf)
-i18n.merge_file('desktop',
+i18n.merge_file(
input: generated_desktop,
output: 'org.gnome.frogr.desktop',
install: true,
@@ -39,7 +39,7 @@ i18n.merge_file('desktop',
# Appdata XML file
appdatadir = join_paths(datadir, 'metainfo')
-i18n.merge_file('appdata',
+i18n.merge_file(
input: 'org.gnome.frogr.appdata.xml.in',
output: 'org.gnome.frogr.appdata.xml',
install: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]