# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.9.19.ebuild,v 1.7 2005/03/31 23:42:18 agriffis Exp $ inherit gnome2 DESCRIPTION="Software tools for blind and visually impaired in Gnome 2" HOMEPAGE="http://www.baum.ro/gnopernicus.html" LICENSE="LGPL-2" SLOT="1" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips" IUSE="brltty doc ipv6 static" RDEPEND=">=gnome-base/gconf-1.1.5 >=dev-libs/popt-1.5 >=gnome-base/libgnome-1.102 >=gnome-base/libgnomeui-1.106 >=dev-libs/glib-1.3.12 >=x11-libs/gtk+-1.3 >=dev-libs/libxml2-2.4.6 >=gnome-base/libglade-1.99.4 >=gnome-extra/at-spi-1.3.11 >=app-accessibility/gnome-speech-0.3 >=app-accessibility/gnome-mag-0.11 >=gnome-extra/libgail-gnome-1.0 virtual/x11 brltty? ( app-accessibility/brltty )" DEPEND="${RDEPEND} >=dev-util/intltool-0.29 dev-util/pkgconfig app-text/scrollkeeper doc? ( >=dev-util/gtk-doc-1 )" G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable brltty) \ $(use_enable static) --with-default-fonts-path=${D}/usr/share/fonts/Type1" DOCS="AUTHORS ChangeLog NEWS README"