gnome-kiosk/0001-Drop-unused-positional-argument-to-i18n.merge_file-2.patch
2022-07-20 08:58:50 -07:00

30 lines
789 B
Diff

From 4a05bcfc56f8c90bbd6b31cd63e95de02a758a05 Mon Sep 17 00:00:00 2001
From: Adam Williamson <awilliam@redhat.com>
Date: Wed, 20 Jul 2022 08:48:03 -0700
Subject: [PATCH] Drop unused positional argument to i18n.merge_file (#2)
This doesn't do anything, and including it is a fatal error since
0.61.0.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 493616b..e8e9586 100644
--- a/meson.build
+++ b/meson.build
@@ -142,7 +142,7 @@ desktop_file = configure_file(
configuration: desktop_config_data
)
-i18n.merge_file('desktop',
+i18n.merge_file(
input: desktop_file,
output: 'org.gnome.Kiosk.desktop',
po_dir: po_dir,
--
2.37.1