[gnome-sudoku/gnome-40] meson: drop unused argument for i18n.merge_file()
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku/gnome-40] meson: drop unused argument for i18n.merge_file()
- Date: Tue, 8 Mar 2022 23:08:52 +0000 (UTC)
commit 5546b7783741934cb26b98ac3d40992eae0c2413
Author: Jan Beich <jbeich FreeBSD org>
Date: Mon Jan 24 11:44:06 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:5:0: ERROR: Function does not take positional arguments.
data/meson.build:24:0: ERROR: Function does not take positional arguments.
(cherry picked from commit 7c9935a02b48f332f67bad3e4ee020b75591084a)
data/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index f18f247..9c95e02 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -2,7 +2,7 @@ resource_files = files('gnome-sudoku.gresource.xml')
resources = gnome.compile_resources('gnome-sudoku', resource_files)
-desktop_file = i18n.merge_file('desktop',
+desktop_file = i18n.merge_file(
input: '@0 desktop in'.format(application_id),
output: '@0@.desktop'.format(application_id),
install: true,
@@ -21,7 +21,7 @@ if desktop_file_validate.found()
)
endif
-appdata_file = i18n.merge_file('appdata',
+appdata_file = i18n.merge_file(
input: '@0 appdata xml in'.format(application_id),
output: '@0 appdata xml'.format(application_id),
install: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]