summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-10-12 00:41:18 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2009-10-12 00:41:18 +0200
commit1c2a227ddfb891784dcf240ab4fae5c78db6590e (patch)
tree833ab2757ee6a05c27d0f3ef11377cedb52479a1
parentgnome-base/gdm: Depend on consolekit[policykit] (otherwises gdm freezes on sh... (diff)
downloadgnome-1c2a227ddfb891784dcf240ab4fae5c78db6590e.tar.gz
gnome-1c2a227ddfb891784dcf240ab4fae5c78db6590e.tar.bz2
gnome-1c2a227ddfb891784dcf240ab4fae5c78db6590e.zip
www-client/epiphany: QAed
* add gobject-introspection support
-rw-r--r--www-client/epiphany/Manifest2
-rw-r--r--www-client/epiphany/epiphany-2.28.0.ebuild5
2 files changed, 5 insertions, 2 deletions
diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index aa3f2036..a008f2e2 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,2 +1,2 @@
DIST epiphany-2.28.0.tar.bz2 5690293 RMD160 cf897c682e210535adb55fc83d3d5dafe33ff40c SHA1 7314ef22297752199b0850127694d7f88ae83a4d SHA256 23e0379c41c378221338fb327d747f3e42b2b98cdf1512c9df7cbeab45f311ea
-EBUILD epiphany-2.28.0.ebuild 1428 RMD160 fe12739ba977cbfd31b7135077063b1cdf837e9a SHA1 1ec79d5d30d5c83b43cc549604a10b19a974b952 SHA256 a4aa9f19174d20d186e04b0746c165fd507526f360e0099494db3df35a589cf5
+EBUILD epiphany-2.28.0.ebuild 1556 RMD160 3246ed8b9724bdfdda09cf908172b96912529cce SHA1 438e32585607e05b5dd89cb5b0872e34fcdd6d47 SHA256 46c943968461a77c55caa3f69f90648949fe1aa7b759ade6c039e959ba610b27
diff --git a/www-client/epiphany/epiphany-2.28.0.ebuild b/www-client/epiphany/epiphany-2.28.0.ebuild
index 175133e8..3d5bff32 100644
--- a/www-client/epiphany/epiphany-2.28.0.ebuild
+++ b/www-client/epiphany/epiphany-2.28.0.ebuild
@@ -12,8 +12,9 @@ HOMEPAGE="http://www.gnome.org/projects/epiphany/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="avahi doc networkmanager +nss test"
+IUSE="avahi doc introspection networkmanager +nss test"
+# TODO: add seed support
RDEPEND=">=dev-libs/glib-2.19.7
>=x11-libs/gtk+-2.16
>=dev-libs/libxml2-2.6.12
@@ -33,6 +34,7 @@ RDEPEND=">=dev-libs/glib-2.19.7
nss? ( dev-libs/nss )
avahi? ( >=net-dns/avahi-0.6.22 )
networkmanager? ( net-misc/networkmanager )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
x11-themes/gnome-icon-theme"
DEPEND="${RDEPEND}
app-text/scrollkeeper
@@ -49,6 +51,7 @@ pkg_setup() {
--disable-maintainer-mode
--with-distributor-name=Gentoo
$(use_enable avahi zeroconf)
+ $(use_enable introspection)
$(use_enable networkmanager network-manager)
$(use_enable nss)
$(use_enable test tests)"