[gnome-tetravex] meson: drop unused argument for i18n.merge_file()
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tetravex] meson: drop unused argument for i18n.merge_file()
- Date: Sun, 11 Sep 2022 18:53:36 +0000 (UTC)
commit 2b4fc00c961c6e43049479e555e138f2c85560b3
Author: Jan Beich <jbeich FreeBSD org>
Date: Mon Jan 24 11:48:22 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:37:0: ERROR: Function does not take positional arguments.
data/meson.build:59: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 bb77248..b881e8a 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -34,7 +34,7 @@ endif
# Desktop file
if get_option('build_gui')
- desktop_file = i18n.merge_file ('desktop-file',
+ desktop_file = i18n.merge_file (
input: project_id + '.desktop.in',
output: project_id + '.desktop',
install: true,
@@ -56,7 +56,7 @@ endif
# AppData file
if get_option('build_gui')
- appdata_file = i18n.merge_file ('appdata-file',
+ appdata_file = i18n.merge_file (
input: project_id + '.appdata.xml.in',
output: project_id + '.appdata.xml',
install: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]