Lines 1-46
Link Here
|
1 |
# Copyright 1999-2009 Gentoo Foundation |
|
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: $ |
4 |
|
5 |
EAPI="2" |
6 |
GCONF_DEBUG="no" |
7 |
|
8 |
inherit gnome2 |
9 |
|
10 |
DESCRIPTION="Provides core UI functions for the GNOME 3 desktop" |
11 |
HOMEPAGE="http://live.gnome.org/GnomeShell" |
12 |
|
13 |
LICENSE="GPL-2" |
14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~x86" |
16 |
IUSE="" |
17 |
|
18 |
RDEPEND=">=dev-libs/glib-2.20 |
19 |
>=x11-libs/gtk+-2.16 |
20 |
>=media-libs/gstreamer-0.10.16 |
21 |
>=media-libs/gst-plugins-base-0.10.16 |
22 |
>=gnome-base/gnome-desktop-2.26 |
23 |
>=dev-libs/gobject-introspection-0.6.5 |
24 |
|
25 |
dev-libs/dbus-glib |
26 |
dev-libs/gjs |
27 |
media-libs/clutter:1.0[opengl,introspection] |
28 |
dev-libs/libcroco:0.6 |
29 |
|
30 |
gnome-base/gconf |
31 |
gnome-base/gnome-menus |
32 |
gnome-base/librsvg |
33 |
|
34 |
x11-libs/startup-notification |
35 |
x11-libs/libXfixes |
36 |
x11-wm/mutter[introspection] |
37 |
x11-apps/mesa-progs |
38 |
" |
39 |
DEPEND="${RDEPEND} |
40 |
>=dev-lang/python-2.5 |
41 |
sys-devel/gettext |
42 |
>=dev-util/pkgconfig-0.9 |
43 |
>=dev-util/intltool-0.26 |
44 |
gnome-base/gnome-common |
45 |
" |
46 |
DOCS="AUTHORS ChangeLog NEWS README" |