diff options
author | 2010-02-21 18:14:05 +0000 | |
---|---|---|
committer | 2010-02-21 18:14:05 +0000 | |
commit | 692e261c3dc3024af558d0c15b5876acc4da3b59 (patch) | |
tree | 178436a36f437873c6830e77e5fceb27b049cd91 /gnome-base/gnome-shell/gnome-shell-9999.ebuild | |
parent | sync clutter.eclass to the latest from the gnome overlay (diff) | |
download | suka-692e261c3dc3024af558d0c15b5876acc4da3b59.tar.gz suka-692e261c3dc3024af558d0c15b5876acc4da3b59.tar.bz2 suka-692e261c3dc3024af558d0c15b5876acc4da3b59.zip |
Add missing libcroco dep, some cleanups
svn path=/; revision=199
Diffstat (limited to 'gnome-base/gnome-shell/gnome-shell-9999.ebuild')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild index a61d9bd..5c25069 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -3,6 +3,7 @@ # $Header: $ EAPI="2" +GCONF_DEBUG="no" inherit autotools gnome2 git @@ -23,10 +24,11 @@ RDEPEND=">=dev-libs/glib-2.20 >=media-libs/gst-plugins-base-0.10.16 >=gnome-base/gnome-desktop-2.26 >=dev-libs/gobject-introspection-0.6.5 - + dev-libs/dbus-glib dev-libs/gjs media-libs/clutter:1.0[opengl,introspection] + dev-libs/libcroco:0.6 gnome-base/gconf gnome-base/gnome-menus @@ -34,8 +36,8 @@ RDEPEND=">=dev-libs/glib-2.20 x11-libs/startup-notification x11-libs/libXfixes - x11-apps/mesa-progs x11-wm/mutter[introspection] + x11-apps/mesa-progs " DEPEND="${RDEPEND} >=dev-lang/python-2.5 @@ -56,10 +58,8 @@ src_unpack() { } pkg_postinst() { - elog " Start with 'gnome-shell --replace' " elog " or add gnome-shell.desktop to ~/.config/autostart/ " gnome2_pkg_postinst - } |