gtranslator: fix for meson 0.61
This commit is contained in:
parent
94f6f5c942
commit
2b5612e499
1 changed files with 36 additions and 0 deletions
36
srcpkgs/gtranslator/patches/meson-0.61.patch
Normal file
36
srcpkgs/gtranslator/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
From 7ac572cc8c8c37ca3826ecf0d395edd3c38e8e22 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jan Beich <jbeich@FreeBSD.org>
|
||||||
|
Date: Mon, 24 Jan 2022 11:57:43 +0000
|
||||||
|
Subject: [PATCH] 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:15:0: ERROR: Function does not take positional arguments.
|
||||||
|
data/meson.build:37:0: ERROR: Function does not take positional arguments.
|
||||||
|
---
|
||||||
|
data/meson.build | 2 --
|
||||||
|
1 file changed, 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/data/meson.build b/data/meson.build
|
||||||
|
index 2ca0be0b..2ebbfb12 100644
|
||||||
|
--- a/data/meson.build
|
||||||
|
+++ b/data/meson.build
|
||||||
|
@@ -13,7 +13,6 @@ desktop_in = configure_file(
|
||||||
|
)
|
||||||
|
|
||||||
|
i18n.merge_file(
|
||||||
|
- desktop,
|
||||||
|
type: 'desktop',
|
||||||
|
input: desktop_in,
|
||||||
|
output: '@0@.desktop'.format(gtr_app_id),
|
||||||
|
@@ -35,7 +34,6 @@ appdata_in = configure_file(
|
||||||
|
)
|
||||||
|
|
||||||
|
i18n.merge_file(
|
||||||
|
- appdata,
|
||||||
|
input: appdata_in,
|
||||||
|
output: appdata,
|
||||||
|
po_dir: po_dir,
|
||||||
|
--
|
||||||
|
GitLab
|
||||||
|
|
Loading…
Reference in a new issue