blob: 7f3a15222ff48c5dc9c02b978c9f7b21c2ad4f6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# 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.10.5.ebuild,v 1.4 2005/05/16 21:41:27 gustavoz 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"
IUSE="brltty doc ipv6 static"
RDEPEND=">=gnome-base/gconf-2.6.1
>=dev-libs/popt-1.5
>=gnome-base/libgnome-2.6
>=gnome-base/libgnomeui-2.6.1
>=dev-libs/glib-2.4.1
>=x11-libs/gtk+-2.4.1
>=dev-libs/libxml2-2.6.7
>=gnome-base/libglade-2.3.6
>=gnome-extra/at-spi-1.5.4
>=app-accessibility/gnome-speech-0.3.5
>=app-accessibility/gnome-mag-0.11.7
>=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"
|