# Copyright 1999-2005 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gnome-current/net-www/epiphany-extensions/epiphany-extensions-1.1.1.ebuild,v 1.1 2004/07/08 14:50:14 schick Exp $ inherit eutils gnome2 DESCRIPTION="Various extensions for the epiphany browser" HOMEPAGE="http://epiphany.mozdev.org/" LICENSE="GPL-2" IUSE="dashboard doc" SLOT="0" KEYWORDS="~x86 ~amd64" RESTRICT="nomirror" RDEPEND=">=net-www/epiphany-1.6.0 >=dev-libs/libxml2-2.6 >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 >=net-www/mozilla-1.7" DEPEND="${RDEPEND} >=dev-util/intltool-0.29" DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-fix_includes.patch } ### Gotta remove adblock and find extensions for now G2CONF="${G2CONF} --with-extensions=actions,\ bookmarks-tray,\ certificates,\ error-viewer,extensions-manager-ui,\ gestures,\ page-info,\ select-stylesheet,\ sidebar,\ smart-bookmarks,\ tab-groups,\ tab-states,\ tabsmenu,\ `use doc && echo sample-mozilla,sample`\ `use dashboard && echo dashboard`" #src_compile ( ) { # einfo $G2CONF # die #} USE_DESTDIR="1"