[gnome-mines] meson: drop unused argument for i18n.merge_file()
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines] meson: drop unused argument for i18n.merge_file()
- Date: Tue, 25 Jan 2022 04:19:32 +0000 (UTC)
commit 0a10c3a8ae4395c8059875bcea74be5c17ef9a21
Author: Jan Beich <jbeich FreeBSD org>
Date: Mon Jan 24 13:28:56 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:18:0: ERROR: Function does not take positional arguments.
data/meson.build:38: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 82d5582..d8d2878 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -15,7 +15,7 @@ foreach theme: [ 'default', 'bgcolors', 'classic' ]
endforeach
endforeach
-desktop_file = i18n.merge_file ('desktop-file',
+desktop_file = i18n.merge_file (
input: '@0 desktop in'.format(app_id),
output: '@0@.desktop'.format(app_id),
install: true,
@@ -35,7 +35,7 @@ if desktop_file_validate.found()
endif
-appdata_file = i18n.merge_file ('appdata-file',
+appdata_file = i18n.merge_file (
input: '@0 appdata xml in'.format(app_id),
output: '@0 appdata xml'.format(app_id),
install: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]