blob: fb2303297716a7a20f00778ae292e67508aa004e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-1.4.5.ebuild,v 1.3 2005/03/23 16:19:48 seemant Exp $
inherit gnome2
DESCRIPTION="Extensions for the Epiphany web browser"
HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND=">=www-client/epiphany-1.4.6
>=dev-libs/libxml2-2.6
>=dev-libs/glib-2.4
>=x11-libs/gtk+-2.4
>=gnome-base/libglade-2
app-text/opensp
>=www-client/mozilla-1.7"
DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext
>=dev-util/intltool-0.29"
G2CONF="${G2CONF} --with-extensions=\
certificates,\
error-viewer,\
gestures,\
page-info,\
select-stylesheet,\
sidebar,\
smart-bookmarks,\
tab-groups,\
tabsmenu"
USE_DESTDIR="1"
DOCS="AUTHORS NEWS README"
|