d-feet: fix for meson 0.61
This commit is contained in:
parent
c6d92cff30
commit
0b054f94f2
2 changed files with 33 additions and 1 deletions
33
srcpkgs/d-feet/patches/meson-0.61.patch
Normal file
33
srcpkgs/d-feet/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
From b5a99f86395fd71dc08907ac3c5f2d757384c49f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Michal Vasilek <michal@vasilek.cz>
|
||||||
|
Date: Sun, 23 Jan 2022 12:35:26 +0100
|
||||||
|
Subject: [PATCH] meson: fix build with meson 0.61
|
||||||
|
|
||||||
|
i18n.merge_file doesn't accept positional arguments
|
||||||
|
---
|
||||||
|
data/meson.build | 2 --
|
||||||
|
1 file changed, 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/data/meson.build b/data/meson.build
|
||||||
|
index 026bd80..3b03b94 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: '@BASENAME@',
|
||||||
|
@@ -25,7 +24,6 @@ i18n.merge_file(
|
||||||
|
appdata = df_namespace + '.appdata.xml'
|
||||||
|
|
||||||
|
i18n.merge_file(
|
||||||
|
- appdata,
|
||||||
|
input: appdata + '.in',
|
||||||
|
output: '@BASENAME@',
|
||||||
|
po_dir: po_dir,
|
||||||
|
--
|
||||||
|
2.34.1
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
xbps-query: option requires an argument -- 's'
|
|
Loading…
Add table
Add a link
Reference in a new issue