blob: 2f4e73ac1d6f67a0f337a49f0a4257932bbb78ee (
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
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.2.0.1-r1.ebuild,v 1.5 2003/03/16 15:37:24 foser Exp $
inherit gnome2 eutils
S=${WORKDIR}/${P}
DESCRIPTION="the gnome2 Desktop configuration tool"
HOMEPAGE="http://www.gnome.org/"
SLOT="2"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc alpha ~sparc"
MAKEOPTS="${MAKEOPTS} -j1"
RDEPEND=">=x11-libs/gtk+-2.2
>=gnome-base/gconf-1.2
>=gnome-base/libgnomeui-2
>=gnome-base/libglade-2
>=gnome-base/libbonobo-2
>=gnome-base/libbonoboui-2
>=gnome-base/gnome-vfs-2
>=gnome-base/gnome-desktop-2.2
>=gnome-base/libgnomeui-2.2
dev-libs/libxml2
media-sound/esound
>=x11-wm/metacity-2.4.5"
DEPEND="${RDEPEND}
>=app-text/scrollkeeper-0.3.11
>=dev-util/pkgconfig-0.12.0"
DOCS="AUTHORS ChangeLog COPYING README TODO INSTALL NEWS"
src_unpack() {
unpack ${A}
cd ${S}
# See http://gcc.gnu.org/cgi-bin/gnatsweb.pl problem #9700 for
# what this is about.
use alpha && epatch ${FILESDIR}/control-center-2.2.0.1-alpha_hack.patch
}
|