summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bressler <ruben.bressler@cerpamid.co.cu>2010-07-19 15:16:24 -0400
committerRuben Bressler <ruben.bressler@cerpamid.co.cu>2010-07-19 15:16:24 -0400
commit8d99b85c2987aedf18a5d3dba6d2792f78c860af (patch)
tree2c9d2fdcc3ba2f20077a831bc669615c7b884bd7
parentadicionando mutter-2.31.4 (diff)
downloadrubenqba-8d99b85c2987aedf18a5d3dba6d2792f78c860af.tar.gz
rubenqba-8d99b85c2987aedf18a5d3dba6d2792f78c860af.tar.bz2
rubenqba-8d99b85c2987aedf18a5d3dba6d2792f78c860af.zip
añadiendo gnome-shell-2.29.1
-rw-r--r--gnome-base/gnome-shell/Manifest2
-rw-r--r--gnome-base/gnome-shell/gnome-shell-2.29.1.ebuild52
2 files changed, 54 insertions, 0 deletions
diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
new file mode 100644
index 0000000..8251db1
--- /dev/null
+++ b/gnome-base/gnome-shell/Manifest
@@ -0,0 +1,2 @@
+DIST gnome-shell-2.29.1.tar.bz2 669050 RMD160 4045a4bbc54dd2a49880e5de7e60b5230bed9596 SHA1 4420e050d284bd565ef5f573318b03361db472c8 SHA256 710b863c0beea45543f8057d31b028ec85e19efeedda2b964d784d6fc1729c0b
+EBUILD gnome-shell-2.29.1.ebuild 1119 RMD160 e96e6d1b874b9ea4d4a98b0c476448c3b1470c9e SHA1 fea248fe526239879662d07595c868ef4e23dba6 SHA256 af172d91c61b68a1b12bb87ffc599d9145b7a8fc611268101cf0db5cf5caa705
diff --git a/gnome-base/gnome-shell/gnome-shell-2.29.1.ebuild b/gnome-base/gnome-shell/gnome-shell-2.29.1.ebuild
new file mode 100644
index 0000000..3225526
--- /dev/null
+++ b/gnome-base/gnome-shell/gnome-shell-2.29.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
+HOMEPAGE="http://live.gnome.org/GnomeShell"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.25.9
+ >=x11-libs/gtk+-2.20.1[introspection]
+ >=media-libs/gstreamer-0.10.16
+ >=media-libs/gst-plugins-base-0.10.16
+ >=gnome-base/gnome-desktop-2.30
+ >=dev-libs/gobject-introspection-0.6.11
+
+ dev-libs/dbus-glib
+ >=dev-libs/gjs-0.7
+ x11-libs/pango[introspection]
+ >=media-libs/clutter-1.2.8[introspection]
+ dev-libs/libcroco:0.6
+
+ >=gnome-base/dconf-0.4.1
+ gnome-base/gconf[introspection]
+ gnome-base/gnome-menus
+ gnome-base/librsvg
+
+ x11-libs/startup-notification
+ x11-libs/libXfixes
+ >=x11-wm/mutter-2.29.1[introspection]
+ x11-apps/mesa-progs
+
+ dev-python/dbus-python
+"
+DEPEND="${RDEPEND}
+ >=sys-devel/libtool-2.2.6
+ >=dev-lang/python-2.5
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.22
+ >=dev-util/intltool-0.26
+ gnome-base/gnome-common
+"
+DOCS="AUTHORS README"
+