Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/, www-client/epiphany/files/
Date: Tue, 25 Jan 2022 00:49:57
Message-Id: 1643071746.b50b24b5fa3e06e28b5a227a845005e11c6712ff.sam@gentoo
1 commit: b50b24b5fa3e06e28b5a227a845005e11c6712ff
2 Author: Christophe Lermytte <gentoo <AT> lermytte <DOT> be>
3 AuthorDate: Mon Jan 24 22:08:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 25 00:49:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50b24b5
7
8 www-client/epiphany: fix build with meson-0.61
9
10 Closes: https://bugs.gentoo.org/831923
11 Signed-off-by: Christophe Lermytte <gentoo <AT> lermytte.be>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 www-client/epiphany/epiphany-41.3.ebuild | 1 +
15 .../files/41.3-fix-build-with-meson-0.61.1.patch | 35 ++++++++++++++++++++++
16 2 files changed, 36 insertions(+)
17
18 diff --git a/www-client/epiphany/epiphany-41.3.ebuild b/www-client/epiphany/epiphany-41.3.ebuild
19 index f64e9c5a230e..a49751cb9e30 100644
20 --- a/www-client/epiphany/epiphany-41.3.ebuild
21 +++ b/www-client/epiphany/epiphany-41.3.ebuild
22 @@ -50,6 +50,7 @@ BDEPEND="
23 PATCHES=(
24 # Allow /var/tmp prefixed recursive delete (due to package manager setting TMPDIR)
25 "${FILESDIR}"/var-tmp-tests.patch
26 + "${FILESDIR}/${PV}"-fix-build-with-meson-0.61.1.patch
27 )
28
29 src_configure() {
30
31 diff --git a/www-client/epiphany/files/41.3-fix-build-with-meson-0.61.1.patch b/www-client/epiphany/files/41.3-fix-build-with-meson-0.61.1.patch
32 new file mode 100644
33 index 000000000000..7b521c052574
34 --- /dev/null
35 +++ b/www-client/epiphany/files/41.3-fix-build-with-meson-0.61.1.patch
36 @@ -0,0 +1,35 @@
37 +https://gitlab.gnome.org/GNOME/epiphany/-/commit/bfbb5f7bab38301d8a4a444173acdae8d9692146
38 +https://bugs.gentoo.org/831923
39 +
40 +From: rvalue <i@××××××.moe>
41 +Date: Wed, 24 Nov 2021 04:52:42 +0000
42 +Subject: [PATCH] Remove incorrect args for i18n.merge_file
43 +
44 +Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1031>
45 +---
46 + data/meson.build | 2 --
47 + 1 file changed, 2 deletions(-)
48 +
49 +diff --git a/data/meson.build b/data/meson.build
50 +index 46df3fd80..eac6b8224 100644
51 +--- a/data/meson.build
52 ++++ b/data/meson.build
53 +@@ -16,7 +16,6 @@ install_data(
54 + desktop_conf = configuration_data()
55 + desktop_conf.set('icon', application_id)
56 + desktop = i18n.merge_file(
57 +- 'desktop',
58 + input: configure_file(
59 + input: files('org.gnome.Epiphany.desktop.in.in'),
60 + output: 'org.gnome.Epiphany.desktop.in',
61 +@@ -32,7 +31,6 @@ desktop = i18n.merge_file(
62 + appdata_conf = configuration_data()
63 + appdata_conf.set('appid', application_id)
64 + appdata = i18n.merge_file(
65 +- 'appdata',
66 + input: configure_file(
67 + input: files('org.gnome.Epiphany.appdata.xml.in.in'),
68 + output: 'org.gnome.Epiphany.appdata.xml.in',
69 +--
70 +GitLab
71 +