summaryrefslogtreecommitdiff
blob: c6ed2b0d4abc7e7f9d0b97916be62d3fa68a1b23 (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
41
42
43
44
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.7.1-r1.ebuild,v 1.1 2004/03/17 22:21:01 leonardop Exp $

inherit gnome2

DESCRIPTION="Software tools for blind and visually impaired in Gnome 2"
HOMEPAGE="http://www.baum.ro/gnopernicus.html"

IUSE="ipv6"
SLOT="0"
KEYWORDS="x86 sparc hppa alpha ia64 ~ppc ~amd64"
LICENSE="LGPL-2"

# libgail-gnome is only required during runtime

RDEPEND=">=gnome-base/gconf-2
	>=dev-libs/popt-1.5
	>=gnome-base/libgnome-2
	>=gnome-base/libgnomeui-2
	>=dev-libs/glib-2
	>=x11-libs/gtk+-1.3
	>=dev-libs/libxml2-2
	>=gnome-base/libglade-1.99.4
	>=gnome-extra/at-spi-1.1.6
	>=app-accessibility/gnome-speech-0.2.4
	>=app-accessibility/gnome-mag-0.9
	>=gnome-extra/libgail-gnome-1.0"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

DOCS="AUTHORS ChangeLog COPYING NEWS README"

src_compile() {
	local myconf="--with-default-fonts-path=${D}/usr/share/fonts/default/Type1"

	use ipv6 && myconf="${myconf} --enable-ipv6"
	G2CONF="${G2CONF} ${myconf}"

	gnome2_src_configure
	emake || die "compilation failure"
}