# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 eutils DESCRIPTION="A collection of extensions for Epiphany" HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-www/epiphany-1.4.1" # Build all extensions except dashboard as this has a depdancy outside of portage. G2CONF="${G2CONF} --with-extensions=certificates,error-viewer,gestures,page-info,select-stylesheet,sidebar,tab-groups,tabsmenu" DOCS="AUTHORS README COPYING.README ChangeLog INSTALL NEWS" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-path.patch } src_install() { gnome2_src_install insinto /etc/env.d doins ${FILESDIR}/99epiphany-extensions || die } src_postinstall() { env-update }