]> git.pld-linux.org Git - packages/glade.git/blame - meson0.61.patch
rpm version for noarch subpackage
[packages/glade.git] / meson0.61.patch
CommitLineData
04eaf0c1
JP
1From 61304b2e8bac8ded76643cb7c3e781f73881dd2b Mon Sep 17 00:00:00 2001
2From: Mike Gilbert <floppym@gentoo.org>
3Date: Thu, 20 Jan 2022 14:18:09 -0500
4Subject: [PATCH 1/2] meson: i18n.merge_file() does not take a positional
5 argument
6
7---
8 data/meson.build | 2 --
9 1 file changed, 2 deletions(-)
10
11diff --git a/data/meson.build b/data/meson.build
12index 9f244566..bfbc514c 100644
13--- a/data/meson.build
14+++ b/data/meson.build
15@@ -2,7 +2,6 @@ desktop_conf = configuration_data()
16 desktop_conf.set('VERSION', glade_version)
17
18 i18n.merge_file(
19- 'desktop',
20 type: 'desktop',
21 input: configure_file(
22 input: 'org.gnome.Glade.desktop.in.in',
23@@ -18,7 +17,6 @@ i18n.merge_file(
24 appdata = glade_name + '.appdata.xml'
25
26 i18n.merge_file(
27- 'appdata',
28 input: 'org.gnome.Glade.appdata.xml.in',
29 output: '@BASENAME@',
30 po_dir: po_dir,
31--
32GitLab
33
34
35From 04ba6f969f716fbfe3c7feb7e4bab8678cc1e9eb Mon Sep 17 00:00:00 2001
36From: Mike Gilbert <floppym@gentoo.org>
37Date: Thu, 20 Jan 2022 14:19:03 -0500
38Subject: [PATCH 2/2] Remove duplicate entry for 'da' from help/LINGUAS
39
40---
41 help/LINGUAS | 1 -
42 1 file changed, 1 deletion(-)
43
44diff --git a/help/LINGUAS b/help/LINGUAS
45index fc3cd4c3..d67e42c8 100644
46--- a/help/LINGUAS
47+++ b/help/LINGUAS
48@@ -1,6 +1,5 @@
49 # please keep this list sorted alphabetically
50 #
51-da
52 bg
53 ca
54 cs
55--
56GitLab
57
This page took 0.173022 seconds and 4 git commands to generate.