You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-client/epiphany-extensions/epiphany-extensions-3.2.0.e...

54 lines
1.6 KiB

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-3.2.0.ebuild,v 1.1 2011/11/06 05:02:41 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
inherit gnome2
DESCRIPTION="Extensions for the Epiphany web browser"
HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="dbus examples pcre"
RDEPEND=">=www-client/epiphany-3.2.0
app-text/opensp
>=dev-libs/glib-2.26.0:2
>=dev-libs/libxml2-2.6:2
>=x11-libs/gtk+-2.90.4:3
net-libs/webkit-gtk:3
dbus? (
>=dev-libs/dbus-glib-0.34
sys-apps/dbus )
pcre? ( >=dev-libs/libpcre-3.9-r2 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=dev-util/pkgconfig-0.20
>=app-text/gnome-doc-utils-0.3.2"
# eautoreconf dependencies:
# gnome-base/gnome-common
pkg_setup() {
local extensions=""
# XXX: Only enable default/useful extensions?
extensions="actions adblock auto-reload certificates \
error-viewer extensions-manager-ui gestures html5tube \
java-console livehttpheaders page-info \
push-scroller select-stylesheet \
smart-bookmarks soup-fly tab-states"
use dbus && extensions="${extensions} rss"
use pcre && extensions="${extensions} greasemonkey"
use examples && extensions="${extensions} sample"
G2CONF="${G2CONF}
--disable-schemas-compile
--with-extensions=$(echo "${extensions}" | sed -e 's/[[:space:]]\+/,/g')"
DOCS="AUTHORS ChangeLog HACKING NEWS README"
}