blob: 4c8fc31c8c646a8925b60586b6c8f61f5c0e1d33 (
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
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.2.1.ebuild,v 1.2 2003/07/01 21:15:08 gmsoft Exp $
inherit gnome2
DESCRIPTION="User interface part of libgnome"
HOMEPAGE="http://www.gnome.org/"
IUSE="doc"
SLOT="0"
KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa"
LICENSE="GPL-2 LGPL-2"
RDEPEND=">=x11-libs/pango-1.1.2
>=dev-lang/perl-5.002
>=dev-libs/popt-1.5
>=media-sound/esound-0.2.26
>=media-libs/audiofile-0.2.3
>=gnome-base/libbonoboui-2
>=gnome-base/gconf-1.2
>=gnome-base/libgnome-2
>=gnome-base/libglade-2
>=gnome-base/libgnomecanvas-2"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
doc? ( >=dev-util/gtk-doc-0.6 )"
PDEPEND="x11-themes/gnome-themes
x11-themes/gnome-icon-theme"
DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
|