blob: 6d1d89c44923f322d59d8b574d95c738e0fd5276 (
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
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild,v 1.5 2002/12/15 10:44:19 bjb Exp $
inherit gnome2
S=${WORKDIR}/${P}
DESCRIPTION="User Interface part of Lib bonobo"
HOMEPAGE="http://www.gnome.org/"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~alpha"
LICENSE="GPL-2 LGPL-2.1"
RDEPEND=">=x11-libs/gtk+-2.0.2
>=gnome-base/bonobo-activation-1
>=gnome-base/libbonobo-2
>=gnome-base/libglade-2
>=gnome-base/libgnome-2
>=gnome-base/libgnomecanvas-2
>=gnome-base/gconf-1.2.1"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
>=dev-util/intltool-0.22"
# quick and dirty fix. the -I/usr/include/libxml2 dissapears inside the
# bonobo/ somewhere during make.
# im removing the symptom here, not the problem. this needs to be investigated
# furhter at some time.
CFLAGS="${CFLAGS} -I/usr/include/libxml2"
LIBTOOL_FIX="0"
DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
|