summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/epiphany
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-01-19 11:40:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-20 11:57:28 +0000
commit80a6e76eb4cac62721a1a7d63f17bcaab25a6550 (patch)
treed93fd70a4bda8c7c6a390f0a8a425e0ec5550a52 /meta/recipes-gnome/epiphany
parentbc0c43cf16d846187e8069938222261fc1838f5f (diff)
downloadpoky-80a6e76eb4cac62721a1a7d63f17bcaab25a6550.tar.gz
meson: update 0.60.3 -> 0.61.1
Backport patches to epiphany/gcr/g-i to address failures with new meson. (From OE-Core rev: 2ab302edc33681f94b2cd85b564f6feebe154392) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/epiphany')
-rw-r--r--meta/recipes-gnome/epiphany/epiphany_41.3.bb1
-rw-r--r--meta/recipes-gnome/epiphany/files/bfbb5f7bab38301d8a4a444173acdae8d9692146.patch35
2 files changed, 36 insertions, 0 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_41.3.bb b/meta/recipes-gnome/epiphany/epiphany_41.3.bb
index 634ba8a1b9..befd817165 100644
--- a/meta/recipes-gnome/epiphany/epiphany_41.3.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_41.3.bb
@@ -24,6 +24,7 @@ REQUIRED_DISTRO_FEATURES = "x11 opengl"
24 24
25SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ 25SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
26 file://0002-help-meson.build-disable-the-use-of-yelp.patch \ 26 file://0002-help-meson.build-disable-the-use-of-yelp.patch \
27 file://bfbb5f7bab38301d8a4a444173acdae8d9692146.patch \
27 file://migrator.patch \ 28 file://migrator.patch \
28 file://distributor.patch \ 29 file://distributor.patch \
29 " 30 "
diff --git a/meta/recipes-gnome/epiphany/files/bfbb5f7bab38301d8a4a444173acdae8d9692146.patch b/meta/recipes-gnome/epiphany/files/bfbb5f7bab38301d8a4a444173acdae8d9692146.patch
new file mode 100644
index 0000000000..f20975c3bd
--- /dev/null
+++ b/meta/recipes-gnome/epiphany/files/bfbb5f7bab38301d8a4a444173acdae8d9692146.patch
@@ -0,0 +1,35 @@
1From bfbb5f7bab38301d8a4a444173acdae8d9692146 Mon Sep 17 00:00:00 2001
2From: rvalue <i@rvalue.moe>
3Date: Wed, 24 Nov 2021 04:52:42 +0000
4Subject: [PATCH] Remove incorrect args for i18n.merge_file
5
6Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1031>
7Upstream-Status: Backport
8Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9---
10 data/meson.build | 2 --
11 1 file changed, 2 deletions(-)
12
13diff --git a/data/meson.build b/data/meson.build
14index 46df3fd80..eac6b8224 100644
15--- a/data/meson.build
16+++ b/data/meson.build
17@@ -16,7 +16,6 @@ install_data(
18 desktop_conf = configuration_data()
19 desktop_conf.set('icon', application_id)
20 desktop = i18n.merge_file(
21- 'desktop',
22 input: configure_file(
23 input: files('org.gnome.Epiphany.desktop.in.in'),
24 output: 'org.gnome.Epiphany.desktop.in',
25@@ -32,7 +31,6 @@ desktop = i18n.merge_file(
26 appdata_conf = configuration_data()
27 appdata_conf.set('appid', application_id)
28 appdata = i18n.merge_file(
29- 'appdata',
30 input: configure_file(
31 input: files('org.gnome.Epiphany.appdata.xml.in.in'),
32 output: 'org.gnome.Epiphany.appdata.xml.in',
33--
34GitLab
35