summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/epiphany/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/epiphany/files')
-rw-r--r--meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch9
-rw-r--r--meta/recipes-gnome/epiphany/files/distributor.patch17
-rw-r--r--meta/recipes-gnome/epiphany/files/migrator.patch18
3 files changed, 29 insertions, 15 deletions
diff --git a/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch b/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch
index 118b5d1825..e505466764 100644
--- a/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch
+++ b/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch
@@ -1,4 +1,4 @@
1From 3725c254f1d1d8204fa299e71c1e2bfd0ff6a634 Mon Sep 17 00:00:00 2001 1From bd45c75fe691e275d7a7d7e641ac66b153369a1c Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 31 Jan 2018 15:50:38 +0200 3Date: Wed, 31 Jan 2018 15:50:38 +0200
4Subject: [PATCH] help/meson.build: disable the use of yelp 4Subject: [PATCH] help/meson.build: disable the use of yelp
@@ -7,17 +7,16 @@ In particular this avoids calling itstool which oe-core doesn't provide.
7 7
8Upstream-Status: Inappropriate [oe-core specific] 8Upstream-Status: Inappropriate [oe-core specific]
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10
11--- 10---
12 help/meson.build | 8 ++++---- 11 help/meson.build | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-) 12 1 file changed, 4 insertions(+), 4 deletions(-)
14 13
15diff --git a/help/meson.build b/help/meson.build 14diff --git a/help/meson.build b/help/meson.build
16index 484860c..d9b2e80 100644 15index ff324dd..f5e421d 100644
17--- a/help/meson.build 16--- a/help/meson.build
18+++ b/help/meson.build 17+++ b/help/meson.build
19@@ -32,7 +32,7 @@ help_media = [ 18@@ -31,7 +31,7 @@ help_media = [
20 'media/epiphany-private-3-36.png' 19 'media/org.gnome.Epiphany.svg'
21 ] 20 ]
22 21
23-gnome.yelp(meson.project_name(), 22-gnome.yelp(meson.project_name(),
diff --git a/meta/recipes-gnome/epiphany/files/distributor.patch b/meta/recipes-gnome/epiphany/files/distributor.patch
index b09c9b38d2..a2800eb62d 100644
--- a/meta/recipes-gnome/epiphany/files/distributor.patch
+++ b/meta/recipes-gnome/epiphany/files/distributor.patch
@@ -1,12 +1,19 @@
1Don't encode the distro from /etc/os-release into the binaries. 1From c297f5b89d7c8e98ac98e1d9a7506df6db6fc025 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Fri, 26 Feb 2021 10:17:52 +0000
4Subject: [PATCH] Don't encode the distro from /etc/os-release into the
5 binaries.
2 6
3Upstream-Status: Pending 7Upstream-Status: Pending
4RP 2021/2/26 8RP 2021/2/26
9---
10 meson.build | 1 +
11 1 file changed, 1 insertion(+)
5 12
6Index: epiphany-3.38.2/meson.build 13diff --git a/meson.build b/meson.build
7=================================================================== 14index e416cc7..ee5f7b1 100644
8--- epiphany-3.38.2.orig/meson.build 15--- a/meson.build
9+++ epiphany-3.38.2/meson.build 16+++ b/meson.build
10@@ -15,6 +15,7 @@ if r.returncode() == 0 17@@ -15,6 +15,7 @@ if r.returncode() == 0
11 else 18 else
12 distributor_name = 'GNOME Web' 19 distributor_name = 'GNOME Web'
diff --git a/meta/recipes-gnome/epiphany/files/migrator.patch b/meta/recipes-gnome/epiphany/files/migrator.patch
index a9a650a64a..1b4404c8ca 100644
--- a/meta/recipes-gnome/epiphany/files/migrator.patch
+++ b/meta/recipes-gnome/epiphany/files/migrator.patch
@@ -1,15 +1,23 @@
1From b38a4ceaeec05efb1b822d52c43590e7fd518113 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Thu, 25 Feb 2021 14:52:32 +0000
4Subject: [PATCH] epiphany: Fix reproducibility issue
5
1We don't want to encide BUILD_ROOT into target packages. This is used 6We don't want to encide BUILD_ROOT into target packages. This is used
2for build time tests but in our case those would be on target anyway 7for build time tests but in our case those would be on target anyway
3do use the target paths. 8do use the target paths.
4 9
5Upstream-Status: Pending 10Upstream-Status: Pending
6RP 2021/2/25 11RP 2021/2/25
12---
13 lib/ephy-profile-utils.c | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
7 15
8Index: epiphany-3.38.2/lib/ephy-profile-utils.c 16diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c
9=================================================================== 17index a2f6181..5218077 100644
10--- epiphany-3.38.2.orig/lib/ephy-profile-utils.c 18--- a/lib/ephy-profile-utils.c
11+++ epiphany-3.38.2/lib/ephy-profile-utils.c 19+++ b/lib/ephy-profile-utils.c
12@@ -130,10 +130,10 @@ ephy_profile_utils_do_migration (const c 20@@ -130,10 +130,10 @@ ephy_profile_utils_do_migration (const char *profile_directory,
13 argv[i++] = NULL; 21 argv[i++] = NULL;
14 22
15 #if DEVELOPER_MODE 23 #if DEVELOPER_MODE