[planner: 1/2] build: i18n.merge_file() does not take positional arguments
- From: Mart Raudsepp <mraudsepp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [planner: 1/2] build: i18n.merge_file() does not take positional arguments
- Date: Sat, 15 Jan 2022 21:23:40 +0000 (UTC)
commit 8b7897a9499d4de374e77953a2625192f30b8492
Author: Ahmed Baïzid <ahmed baizid 0 gmail com>
Date: Sat Jan 15 15:20:50 2022 +0100
build: i18n.merge_file() does not take positional arguments
planner$ meson build
The Meson build system
Version: 0.61.0
...
data/mime/meson.build:5:5: ERROR: Function does not take positional arguments.
data/mime/meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/data/mime/meson.build b/data/mime/meson.build
index 53bcd3b..c80c0e5 100644
--- a/data/mime/meson.build
+++ b/data/mime/meson.build
@@ -3,7 +3,6 @@ mime_xml_file = 'org.gnome.Planner.xml'
planner_mimedir = planner_datadir / 'mime' / 'packages'
i18n.merge_file(
- mime_xml_file,
input: mime_xml_file + '.in',
output: mime_xml_file,
po_dir: po_dir,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]