Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/webkit-gtk/
Date: Sun, 30 Nov 2014 20:14:42
Message-Id: 1417378468.4c1a2b8b02cac5df9309bfa516e637a9acaff06c.eva@gentoo
1 commit: 4c1a2b8b02cac5df9309bfa516e637a9acaff06c
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 27 22:07:50 2014 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 30 20:14:28 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4c1a2b8b
7
8 net-libs/webkit-gtk: 2.6.2 → 2.6.4
9
10 ---
11 .../webkit-gtk/{webkit-gtk-2.6.2.ebuild => webkit-gtk-2.6.4.ebuild} | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/net-libs/webkit-gtk/webkit-gtk-2.6.2.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.6.4.ebuild
15 similarity index 98%
16 rename from net-libs/webkit-gtk/webkit-gtk-2.6.2.ebuild
17 rename to net-libs/webkit-gtk/webkit-gtk-2.6.4.ebuild
18 index 7ecc397..6a4d3e7 100644
19 --- a/net-libs/webkit-gtk/webkit-gtk-2.6.2.ebuild
20 +++ b/net-libs/webkit-gtk/webkit-gtk-2.6.4.ebuild
21 @@ -42,7 +42,7 @@ RDEPEND="
22 >=dev-libs/icu-3.8.1-r1:=
23 >=media-libs/fontconfig-2.8:1.0
24 >=media-libs/freetype-2.4.2:2
25 - >=net-libs/libsoup-2.42.0:2.4[introspection?]
26 + >=net-libs/libsoup-2.42:2.4[introspection?]
27 >=x11-libs/cairo-1.10.2:=[X]
28 >=x11-libs/gtk+-3.6.0:3[X?,introspection?]
29 dev-db/sqlite:3=
30 @@ -179,6 +179,7 @@ src_configure() {
31 $(cmake-utils_use_enable geoloc GEOLOCATION)
32 $(cmake-utils_use_enable gstreamer VIDEO)
33 $(cmake-utils_use_enable gstreamer WEB_AUDIO)
34 + $(cmake-utils_use_enable introspection)
35 $(cmake-utils_use_enable jit)
36 $(cmake-utils_use_enable libsecret CREDENTIAL_STORAGE)
37 $(cmake-utils_use_enable spell SPELLCHECK SPELLCHECK)
38 @@ -186,7 +187,6 @@ src_configure() {
39 $(cmake-utils_use_enable webgl WEBGL)
40 $(cmake-utils_use_enable X X11_TARGET)
41 $(cmake-utils_use_find_package egl EGL)
42 - $(cmake-utils_use_find_package introspection GobjectIntrospection)
43 $(cmake-utils_use_find_package opengl OpenGL)
44 -DPORT=GTK
45 -DENABLE_GTKDOC=ON