blob: a4b56294a5ebaff5a156e5e9f466ea78d87c9576 (
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
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.6.0.ebuild,v 1.8 2004/07/04 18:44:26 kloeri Exp $
inherit gnome2
DESCRIPTION="User Interface part of libbonobo"
HOMEPAGE="http://www.gnome.org/"
IUSE="doc"
SLOT="0"
KEYWORDS="x86 ppc alpha ~sparc hppa amd64 ~ia64 mips"
LICENSE="GPL-2 LGPL-2.1"
RDEPEND=">=dev-libs/glib-2.3.2
>=x11-libs/gtk+-2.3.1
>=gnome-base/libbonobo-2.3.3
>=gnome-base/libglade-2
>=gnome-base/libgnome-2
>=gnome-base/libgnomecanvas-2
>=gnome-base/gconf-1.2
>=dev-libs/libxml2-2.4.20"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.12.0
>=dev-util/intltool-0.29
doc? ( >=dev-util/gtk-doc-1 )"
DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
|