summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bressler <ruben.bressler@cerpamid.co.cu>2010-07-19 19:13:46 -0400
committerRuben Bressler <ruben.bressler@cerpamid.co.cu>2010-07-19 19:13:46 -0400
commite80b2f9c1f6f6dbce7f1fa22ca7b68d0c91db69e (patch)
treea280ec6ca8aa32d134abc6b0547fb41456683c4d
parentadicionando libcanberra (diff)
downloadrubenqba-e80b2f9c1f6f6dbce7f1fa22ca7b68d0c91db69e.tar.gz
rubenqba-e80b2f9c1f6f6dbce7f1fa22ca7b68d0c91db69e.tar.bz2
rubenqba-e80b2f9c1f6f6dbce7f1fa22ca7b68d0c91db69e.zip
adicionando gtk+-2.21.5
-rw-r--r--gnome-base/gnome-desktop/Manifest2
-rw-r--r--x11-wm/mutter/mutter-2.31.5.ebuild30
2 files changed, 17 insertions, 15 deletions
diff --git a/gnome-base/gnome-desktop/Manifest b/gnome-base/gnome-desktop/Manifest
index 27652bd..73ca316 100644
--- a/gnome-base/gnome-desktop/Manifest
+++ b/gnome-base/gnome-desktop/Manifest
@@ -1,3 +1,5 @@
AUX gnome-desktop-2.90.4-remove-shared-data.patch 1698 RMD160 526035a41d48768adad36898b22f158f9abb36a1 SHA1 0b0f4bc3b937bf7b3d1438a521df985400ade355 SHA256 77a41afbad9d030ebc9eb939da0919b4b7f647b53a4e0e8d06f49937ea94f3ea
+DIST gnome-desktop-2.31.2.tar.bz2 1669488 RMD160 b65d3e3a8a29929342eb369dbdd06268da7f8823 SHA1 56e64b946576f59252e3879d0f3075b44e988798 SHA256 4e3d10d66b1279f0b4270bcc764d362b03c9106bd3c4a948e897a1ed8b787f93
DIST gnome-desktop-2.90.4.tar.bz2 1671103 RMD160 f2eb189a5c11142d97c12b5f62184b09f5cd6265 SHA1 3f0ac4099542c0d4b7d10acdfb62ae97d11e6d95 SHA256 f116cd1e64f150580476a977dfbab8b5e960b543eef5cbf38cfd8e70ec5ab927
+EBUILD gnome-desktop-2.31.2.ebuild 1489 RMD160 758d155336ec0861dd855564d480912ab44f1039 SHA1 11979a08a7876524f87f872e8e1116c4d4a42889 SHA256 f50ad407f9435afe219228da875e1ad3820249e3471295bfe41d9aea9e9ab7d3
EBUILD gnome-desktop-2.90.4.ebuild 1735 RMD160 f5ef09e3a872cd61f9c4db41b125b2b67d6a7349 SHA1 9ddab235cad4cc7bedf5ba0d0939c8e4b7d50721 SHA256 5f684671389b3a17061e8ce5925b3c99e787ea521bcce4bc6f86e40208b3bc54
diff --git a/x11-wm/mutter/mutter-2.31.5.ebuild b/x11-wm/mutter/mutter-2.31.5.ebuild
index 4bc79a3..03e5947 100644
--- a/x11-wm/mutter/mutter-2.31.5.ebuild
+++ b/x11-wm/mutter/mutter-2.31.5.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://blogs.gnome.org/metacity/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug +introspection -sound test xinerama"
+IUSE="debug +introspection +sound test xinerama"
RDEPEND=">=x11-libs/gtk+-2.90:3[introspection?]
>=x11-libs/pango-1.2[X,introspection?]
@@ -20,6 +20,7 @@ RDEPEND=">=x11-libs/gtk+-2.90:3[introspection?]
>=dev-libs/glib-2.14
>=x11-libs/startup-notification-0.7
>=x11-libs/libXcomposite-0.2
+
>=media-libs/clutter-1.2
x11-libs/libICE
x11-libs/libSM
@@ -30,6 +31,7 @@ RDEPEND=">=x11-libs/gtk+-2.90:3[introspection?]
x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libXrender
+
sound? ( media-libs/libcanberra[gtk3] )
introspection? ( dev-libs/gobject-introspection )
xinerama? ( x11-libs/libXinerama )
@@ -48,18 +50,16 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README *.txt doc/*.txt"
pkg_setup() {
-# G2CONF="${G2CONF}
-# --enable-gconf
-# --enable-shape
-# --enable-sm
-# --enable-startup-notification
-# --enable-xsync
-# --enable-verbose-mode
-# --enable-compile-warnings
-# --with-gtk=3.0
-# $(use_with sound libcanberra)
-# $(use_with introspection)
-# $(use_enable xinerama)"
- MAKEOPTS="-j1"
+ G2CONF="${G2CONF}
+ --enable-gconf
+ --enable-shape
+ --enable-sm
+ --enable-startup-notification
+ --enable-xsync
+ --enable-verbose-mode
+ --enable-compile-warnings
+ --with-gtk=3.0
+ $(use_with sound libcanberra)
+ $(use_with introspection)
+ $(use_enable xinerama)"
}
-