blob: 8b39069d6dd643ec2a9b8174e5664a1e341fa9c1 (
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
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.2.2.ebuild,v 1.14 2007/06/24 09:12:44 eva Exp $
inherit eutils gnome2
DESCRIPTION="Database widget library."
HOMEPAGE="http://www.gnome-db.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="doc"
RDEPEND="=gnome-extra/libgda-1*
>=x11-libs/gtk+-2.4
>=gnome-base/libglade-2
>=gnome-base/libgnomeui-1.103
>=gnome-base/libbonobo-2.0
>=gnome-base/libbonoboui-2.0
>=gnome-base/gconf-2
>=x11-libs/gtksourceview-1"
# So far evolution-data-server support consists in a 'configure' check
# eds? ( =gnome-extra/evolution-data-server-1.0* )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool
app-text/scrollkeeper
doc? ( >=dev-util/gtk-doc-1 )"
DOCS="AUTHORS ChangeLog NEWS"
# --disable-gnome breaks compilation, hence 'gnome' USE flag is not a good idea
src_unpack() {
unpack ${A}
gnome2_omf_fix ${S}/doc/Makefile.in
}
|