gnome-disk-utility: fix for meson 0.61
This commit is contained in:
parent
a279b1e1ef
commit
55b1a53325
1 changed files with 34 additions and 0 deletions
34
srcpkgs/gnome-disk-utility/patches/meson-0.61.patch
Normal file
34
srcpkgs/gnome-disk-utility/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,34 @@
|
|||
From 46ed7d26873b9741dff61f9df8e7778a8dc6f5cc Mon Sep 17 00:00:00 2001
|
||||
From: rvalue <i@rvalue.moe>
|
||||
Date: Fri, 17 Dec 2021 12:29:30 +0000
|
||||
Subject: [PATCH] build: fix arguments of i18n.merge_file
|
||||
|
||||
`i18n.merge_file` has been ignoring positional arguments for a time
|
||||
and explicitly rejects with error since meson 0.60.0
|
||||
---
|
||||
data/meson.build | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/data/meson.build b/data/meson.build
|
||||
index e38a1d8e..38fb5207 100644
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -11,7 +11,6 @@ desktops = [
|
||||
|
||||
foreach desktop: desktops
|
||||
i18n.merge_file (
|
||||
- desktop,
|
||||
type: 'desktop',
|
||||
input: desktop + '.in',
|
||||
output: desktop,
|
||||
@@ -38,7 +37,6 @@ install_data(
|
||||
info = 'org.gnome.DiskUtility.appdata.xml'
|
||||
|
||||
i18n.merge_file(
|
||||
- info,
|
||||
input: info + '.in',
|
||||
output: info,
|
||||
po_dir: po_dir,
|
||||
--
|
||||
GitLab
|
||||
|
Loading…
Reference in a new issue