Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Sun, 30 Jul 2017 06:32:02
Message-Id: 1501396284.5b500cb8feb7e4b8a69d2b42a2dd87f61f42d40c.leio@gentoo
1 commit: 5b500cb8feb7e4b8a69d2b42a2dd87f61f42d40c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 01:59:13 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 06:31:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b500cb8
7
8 www-client/epiphany: bump to 3.24.3
9
10 Some highlights over 3.22 include:
11 * URL bar always visible
12 * Redesigned bookmarks management
13 * EasyPrivacy filters added
14 * Tab menu
15 * New search engine dialog
16 * Relicensed to GPL-3+
17
18 www-client/epiphany/Manifest | 1 +
19 www-client/epiphany/epiphany-3.24.3.ebuild | 76 ++++++++++++++++++++++++++++++
20 2 files changed, 77 insertions(+)
21
22 diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
23 index d3b28908a23..544d171cc6b 100644
24 --- a/www-client/epiphany/Manifest
25 +++ b/www-client/epiphany/Manifest
26 @@ -1 +1,2 @@
27 DIST epiphany-3.22.7.tar.xz 2293224 SHA256 a15b7ec19644eec8d40ce11286bbca28ac188202b47e2b9fc593ab0974e9c784 SHA512 8150952e89b86d05958bd9f9a0c78ba583764ec878220c8e328cb936108faf25a10837e038bd1a0ba1279555d2f95f819477cfddcb67c31e5b4c3533daf446bd WHIRLPOOL 1856f814a08896e6000085bc34a1097c72d2cd615263e5974b2008088354644cbb58ee8a3ffeb2d9c3b5edcea5a5c56cb4305b200fb6dfc86a0766fe686b90d5
28 +DIST epiphany-3.24.3.tar.xz 3456304 SHA256 fef51676310d9f37e18c9b2d778254232eb17cccd988c2d1ecf42c7b2963a154 SHA512 a294cd450073b157450e7ce4d4fa355aa7efe4d5fe8773bab733f918b974126f2f189c4ba55d62a7e14088e1de9d169c5bfe3ed147ba4f8fb074c91443f068af WHIRLPOOL 4a083db2a497952e12b8404b96f0353bc70b5b55322ade127955a97869e5269bead4aeff4178cf68cbdd250b3dc78e7a708427adcb1094ff09c03a23d2557c8a
29
30 diff --git a/www-client/epiphany/epiphany-3.24.3.ebuild b/www-client/epiphany/epiphany-3.24.3.ebuild
31 new file mode 100644
32 index 00000000000..2f5ea7b727f
33 --- /dev/null
34 +++ b/www-client/epiphany/epiphany-3.24.3.ebuild
35 @@ -0,0 +1,76 @@
36 +# Copyright 1999-2017 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=6
40 +GNOME2_LA_PUNT="yes"
41 +
42 +inherit flag-o-matic eutils gnome2 virtualx
43 +
44 +DESCRIPTION="GNOME webbrowser based on Webkit"
45 +HOMEPAGE="https://wiki.gnome.org/Apps/Web"
46 +
47 +LICENSE="GPL-3+"
48 +SLOT="0"
49 +IUSE="test"
50 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
51 +
52 +COMMON_DEPEND="
53 + >=dev-libs/glib-2.44.0:2[dbus]
54 + >=x11-libs/gtk+-3.12.13:3
55 + >=net-libs/webkit-gtk-2.15.90:4=
56 + >=x11-libs/cairo-1.2
57 + >=app-crypt/gcr-3.5.5:=
58 + >=x11-libs/gdk-pixbuf-2.36.5:2
59 + >=gnome-base/gnome-desktop-2.91.2:3=
60 + dev-libs/icu:=
61 + >=dev-libs/json-glib-1.2.0
62 + >=x11-libs/libnotify-0.5.1:=
63 + >=app-crypt/libsecret-0.14
64 + >=net-libs/libsoup-2.48:2.4
65 + >=dev-libs/libxml2-2.6.12:2
66 + >=dev-libs/libxslt-1.1.7
67 + dev-db/sqlite:3
68 + >=app-text/iso-codes-0.35
69 + >=gnome-base/gsettings-desktop-schemas-0.0.1
70 +"
71 +# epiphany-extensions support was removed in 3.7; let's not pretend it still works
72 +RDEPEND="${COMMON_DEPEND}
73 + x11-themes/adwaita-icon-theme
74 + !www-client/epiphany-extensions
75 +"
76 +# paxctl needed for bug #407085
77 +DEPEND="${COMMON_DEPEND}
78 + app-text/yelp-tools
79 + dev-libs/appstream-glib
80 + sys-apps/paxctl
81 + >=sys-devel/gettext-0.19.8
82 + virtual/pkgconfig
83 +"
84 +
85 +PATCHES=(
86 + # https://bugzilla.gnome.org/show_bug.cgi?id=751591
87 + "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
88 +
89 + # https://bugzilla.gnome.org/show_bug.cgi?id=751593
90 + "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
91 +)
92 +
93 +src_configure() {
94 + # https://bugzilla.gnome.org/show_bug.cgi?id=778495
95 + append-cflags -std=gnu11
96 +
97 + # httpseverywhere is experimental in 3.24; gnome bug #775575
98 + # firefox sync storage is not quite ready in 3.24; deps on hogweed/nettle
99 + gnome2_src_configure \
100 + --enable-shared \
101 + --disable-static \
102 + --with-distributor-name=Gentoo \
103 + --without-libhttpseverywhere \
104 + --disable-firefox-sync \
105 + $(use_enable test tests)
106 +}
107 +
108 +src_test() {
109 + "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
110 + GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
111 +}