summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-01-21 22:38:52 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-24 09:11:01 -0800
commitf730e51003fc68cf2db4c4798df8c2d395031ec2 (patch)
treec5d62dc53ef4e1cf327c0e553a4aafdb950d3ec0 /meta-gnome
parent40b589b032e8034339bf39f502957bd89fcf82af (diff)
downloadmeta-openembedded-f730e51003fc68cf2db4c4798df8c2d395031ec2.tar.gz
gthumb: fix meson 0.61 builds
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gthumb/gthumb/0001-LINGUAS-removed-duplicated-entry.patch23
-rw-r--r--meta-gnome/recipes-gnome/gthumb/gthumb_3.12.0.bb1
2 files changed, 24 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb/0001-LINGUAS-removed-duplicated-entry.patch b/meta-gnome/recipes-gnome/gthumb/gthumb/0001-LINGUAS-removed-duplicated-entry.patch
new file mode 100644
index 0000000000..b50b175e70
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gthumb/gthumb/0001-LINGUAS-removed-duplicated-entry.patch
@@ -0,0 +1,23 @@
1From f3d399892e59a2e850be1d0de30c429417c78360 Mon Sep 17 00:00:00 2001
2From: Paolo Bacchilega <paobac@src.gnome.org>
3Date: Tue, 11 Jan 2022 12:30:44 +0100
4Subject: [PATCH] LINGUAS: removed duplicated entry
5
6Upstream-Status: Backport
7Signed-off-by: Alexander Kanavin <alex@linutronix.de>
8---
9 help/LINGUAS | 1 -
10 1 file changed, 1 deletion(-)
11
12diff --git a/help/LINGUAS b/help/LINGUAS
13index 0e8a52d..fa1fc3e 100644
14--- a/help/LINGUAS
15+++ b/help/LINGUAS
16@@ -8,7 +8,6 @@ eu
17 fr
18 hu
19 id
20-id
21 nl
22 oc
23 sl
diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.0.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.0.bb
index 4dbd82dc3c..e9c52f3470 100644
--- a/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.0.bb
+++ b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.0.bb
@@ -26,6 +26,7 @@ DEPENDS = " \
26 26
27inherit features_check gnomebase gnome-help gsettings itstool mime-xdg 27inherit features_check gnomebase gnome-help gsettings itstool mime-xdg
28 28
29SRC_URI += " file://0001-LINGUAS-removed-duplicated-entry.patch"
29SRC_URI[archive.sha256sum] = "3deffc030384e64b57361c437c79b481ae1489ef44c87ae856e81bb10d8e383f" 30SRC_URI[archive.sha256sum] = "3deffc030384e64b57361c437c79b481ae1489ef44c87ae856e81bb10d8e383f"
30 31
31FILES:${PN} += "${datadir}/metainfo" 32FILES:${PN} += "${datadir}/metainfo"