Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 156977 Details for
Bug 220084
[overlay] www-client/epiphany-2.23 - webkit USE flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0002-Added-webkit-support.patch
0002-Added-webkit-support.patch (text/plain), 1.92 KB, created by
Maciej Piechotka
on 2008-06-15 19:28:43 UTC
(
hide
)
Description:
0002-Added-webkit-support.patch
Filename:
MIME Type:
Creator:
Maciej Piechotka
Created:
2008-06-15 19:28:43 UTC
Size:
1.92 KB
patch
obsolete
>From 287b13389695f4dcabb5190b5e763bde2468469a Mon Sep 17 00:00:00 2001 >From: Maciej Piechotka <uzytkownik2@gmail.com> >Date: Sun, 15 Jun 2008 09:56:15 +0200 >Subject: [PATCH] Added webkit support > >--- > www-client/epiphany/epiphany-2.22.2.ebuild | 12 +++++++----- > 1 files changed, 7 insertions(+), 5 deletions(-) > >diff --git a/www-client/epiphany/epiphany-2.22.2.ebuild b/www-client/epiphany/epiphany-2.22.2.ebuild >index 184cf47..e1c4019 100644 >--- a/www-client/epiphany/epiphany-2.22.2.ebuild >+++ b/www-client/epiphany/epiphany-2.22.2.ebuild >@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/projects/epiphany/" > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >-IUSE="avahi doc networkmanager python spell xulrunner" >+IUSE="avahi doc networkmanager python spell webkit xulrunner" > > # This release should work with xulrunner 1.9, but this revision is a > # stable candidate, so stick with 1.8 here. >@@ -34,6 +34,7 @@ RDEPEND=">=dev-libs/glib-2.16.0 > networkmanager? ( net-misc/networkmanager ) > !xulrunner? ( =www-client/mozilla-firefox-2* ) > xulrunner? ( =net-libs/xulrunner-1.8* ) >+ webkit? ( net-libs/webkit-gtk ) > python? ( > >=dev-lang/python-2.3 > >=dev-python/pygtk-2.7.1 >@@ -53,7 +54,6 @@ DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO" > pkg_setup() { > G2CONF="${G2CONF} > --disable-scrollkeeper >- --with-engine=mozilla > --enable-certificate-manager > --with-distributor-name=Gentoo > $(use_enable avahi zeroconf) >@@ -61,10 +61,12 @@ pkg_setup() { > $(use_enable spell spell-checker) > $(use_enable python)" > >- if use xulrunner; then >- G2CONF="${G2CONF} --with-gecko=xulrunner" >+ if use webkit; then >+ G2CONF="${G2CONF} --with-engine=webkit" >+ elif use xulrunner; then >+ G2CONF="${G2CONF} --with-engine=mozilla --with-gecko=xulrunner" > else >- G2CONF="${G2CONF} --with-gecko=firefox" >+ G2CONF="${G2CONF} --with-engine=mozilla --with-gecko=firefox" > fi > } > >-- >1.5.5.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220084
:
156975
| 156977