summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2009-09-08 07:23:45 +0300
committerPriit Laes <plaes@plaes.org>2009-09-08 07:35:13 +0300
commitccc51b657f759f883e024884a14e288709fc8f48 (patch)
treee3768abb988689455d6ab6701573752683a1ac5d /www-client
parentnet-libs/webkit-gtk: Bump to 1.1.14 (diff)
downloadgnome-ccc51b657f759f883e024884a14e288709fc8f48.tar.gz
gnome-ccc51b657f759f883e024884a14e288709fc8f48.tar.bz2
gnome-ccc51b657f759f883e024884a14e288709fc8f48.zip
www-client/epiphany: Bump to 2.27.92
- Import passwords from the gecko profile on first run. This adds a dependency on NSS, which can be disabled with --disable-nss (but then, of course, passwords won't be imported). - Enable undo/redo on forms (#591072) - Save session data more often to avoid data loss when crashing (#593149) - Reimplement direct search on the location bar (#583795) - Do not save failed loads in history or show a valid security status for them (#593200) - Reimplement search by just pressing '/' (#587864) - Fix .desktop file (#588979) - Fix warning when loading NULL URIs (#593701) - Reimplement view source functionality (#503968) - Show initial request before the server responds to avoid empty location entry (#591294) - Reset font size with ctrl+0 from num block (#573624) - Do not auto-shrink images, since ephy/gecko used to do that. - Reimplement adblock support (#562762)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/epiphany/Manifest4
-rw-r--r--www-client/epiphany/epiphany-2.27.92.ebuild (renamed from www-client/epiphany/epiphany-2.27.91.ebuild)6
2 files changed, 6 insertions, 4 deletions
diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index bbedec43..4f3fd244 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,2 +1,2 @@
-DIST epiphany-2.27.91.tar.bz2 5683771 RMD160 18e9c8094b7507d43737bb201ae1ec83e8816e70 SHA1 b005748ba85deaddd701be54e19c1e9f0655297b SHA256 037f1f5df3a203e39dd2f8184b8bf99434782f63ae0b0c722f0d58bb86457e22
-EBUILD epiphany-2.27.91.ebuild 1362 RMD160 d02c6ebbbb265ef5784c1514f45f4994563c56c9 SHA1 8be82db07fbacdcf0a411f28e31f8a159e78c560 SHA256 f419af3c8e83e66dda219d060f60ddab22bf6352e983c587e784e01b5ce7c3c0
+DIST epiphany-2.27.92.tar.bz2 5650695 RMD160 952cae1dbe0f7de43215d223f2e4814b1feef115 SHA1 06a420daec66a9d27bec0350d6ae1b7d2f6829c0 SHA256 aa65f4ec12abb0d9b1ddac1e65055f7e75d53004a4a05c848877f9378a68b11f
+EBUILD epiphany-2.27.92.ebuild 1410 RMD160 c7e0c388c7e333e3170000a884adc8f882e2b472 SHA1 0709f094bc4a051dac2452656fb66c8d74d845b9 SHA256 f761e2bd5765c0e923e80e7a1b58212ecd63839803dda5225232cfa35c62f2fd
diff --git a/www-client/epiphany/epiphany-2.27.91.ebuild b/www-client/epiphany/epiphany-2.27.92.ebuild
index aefd25c5..3c7dba24 100644
--- a/www-client/epiphany/epiphany-2.27.91.ebuild
+++ b/www-client/epiphany/epiphany-2.27.92.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/projects/epiphany/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="avahi doc networkmanager test"
+IUSE="avahi doc networkmanager +nss test"
RDEPEND=">=dev-libs/glib-2.19.7
>=x11-libs/gtk+-2.16.0
@@ -22,12 +22,13 @@ RDEPEND=">=dev-libs/glib-2.19.7
>=dev-libs/dbus-glib-0.71
>=gnome-base/gconf-2
>=app-text/iso-codes-0.35
- >=net-libs/webkit-gtk-1.1.13
+ >=net-libs/webkit-gtk-1.1.14
>=net-libs/libsoup-2.27.91[gnome]
>=gnome-base/gnome-keyring-2.26.0
x11-libs/libSM
+ nss? ( dev-libs/nss )
avahi? ( >=net-dns/avahi-0.6.22 )
networkmanager? ( net-misc/networkmanager )
x11-themes/gnome-icon-theme"
@@ -47,5 +48,6 @@ pkg_setup() {
--with-distributor-name=Gentoo
$(use_enable avahi zeroconf)
$(use_enable networkmanager network-manager)
+ $(use_enable nss)
$(use_enable test tests)"
}