# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.4.1-r1.ebuild,v 1.1 2008/12/19 14:25:19 beandog Exp $ EAPI="1" inherit libtool gnome2 eutils DESCRIPTION="Gnome Bible study software" HOMEPAGE="http://gnomesword.sf.net/" SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="firefox seamonkey spell xulrunner" RDEPEND="gnome-extra/gtkhtml:3.14 =app-text/sword-1.5.11* >=x11-libs/gtk+-2 >=gnome-base/libgnomeui-2 >=gnome-base/libgnomeprintui-2.2 >=gnome-base/libglade-2 app-text/gnome-doc-utils dev-libs/libxml2 xulrunner? ( net-libs/xulrunner:1.8 ) !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) ) !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) ) spell? ( app-text/gnome-spell >=gnome-base/libbonoboui-2 )" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12 >=dev-util/intltool-0.29 >=app-text/scrollkeeper-0.3.14" pkg_setup() { # bug 239209 if use xulrunner; then G2CONF="${G2CONF} --with-gecko=xulrunner" fi G2CONF="${G2CONF} $(use_enable spell pspell)" DOCS="NEWS ChangeLog README TODO" } src_unpack() { unpack $A cd "${S}" } pkg_postinst() { gnome2_pkg_postinst einfo "Gnomesword requires modules to be of any use. You may install the" einfo "sword-modules package, or download modules individually from the" einfo "sword website: http://crosswire.org/sword/" }