summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2010-10-28 14:11:10 +0000
committerAndreas Proschofsky <suka@gentoo.org>2010-10-28 14:11:10 +0000
commit6f2ba0fd7ec9535f5112994700b8683e26d22733 (patch)
tree35a74c8f7720658c04279ef602c0b96d6b32691c /x11-wm
parentsymbolic icons need gnome-icon-theme-2.31 to work... (diff)
downloadsuka-6f2ba0fd7ec9535f5112994700b8683e26d22733.tar.gz
suka-6f2ba0fd7ec9535f5112994700b8683e26d22733.tar.bz2
suka-6f2ba0fd7ec9535f5112994700b8683e26d22733.zip
upstream mutter just dropped gtk2 support, adjust
svn path=/; revision=297
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/mutter/Manifest2
-rw-r--r--x11-wm/mutter/mutter-9999.ebuild16
2 files changed, 5 insertions, 13 deletions
diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 80d4630..7587b2a 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,3 +1,3 @@
DIST mutter-2.91.1.tar.bz2 2008441 RMD160 6cf59361f89567ffa811fcc6f12cdafc25999b5d SHA1 30e1e7b9637ce8e246d10498591d5c174b043232 SHA256 b0587ff01945f139ce195ca61023c70200167e7f42e56a6d5b6244e5f1072431
EBUILD mutter-2.91.1.ebuild 1780 RMD160 aa15dbcf03f03fb4d6844d1adfd91a190722f996 SHA1 10d9b7c70962fc0f973e65b339e1157f740cf0aa SHA256 1092b73322c1217c19fde2b650124aff51fd296d78c842a550da05757c72abd5
-EBUILD mutter-9999.ebuild 1909 RMD160 5c415ccaed69043c055613d61f4329469d7e2e41 SHA1 43a3543c4fe8538dd3760953fb28e2360bdf6da4 SHA256 bda41ce6d10aeb46c4d1f780216f5e9fd3526149325dc6de980670da14552433
+EBUILD mutter-9999.ebuild 1688 RMD160 f921b6232b0e9791cfe325c7a22428f34ff0b6e6 SHA1 003f8af1322e6215f8c1cc9b5c839ad888a09692 SHA256 1004ef643781babeb0a09e6ed6a503a83f8c9a38ce94085bdad479e88fe495ef
diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild
index 6661063..b3da833 100644
--- a/x11-wm/mutter/mutter-9999.ebuild
+++ b/x11-wm/mutter/mutter-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,14 +15,12 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug +gtk3 +introspection +sound test xinerama"
+IUSE="debug +introspection +sound test xinerama"
RDEPEND=">=x11-libs/pango-1.2[X,introspection?]
>=x11-libs/cairo-1.10[X]
- !gtk3? ( >=x11-libs/gtk+-2.18:2[introspection?]
- sound? ( >=media-libs/libcanberra-0.24[gtk] ) )
- gtk3? ( >=x11-libs/gtk+-2.90.7:3[introspection?]
- sound? ( >=media-libs/libcanberra-0.26[gtk3] ) )
+ >=x11-libs/gtk+-2.90.7:3[introspection?]
+ sound? ( >=media-libs/libcanberra-0.26[gtk3] )
>=gnome-base/gconf-2
>=dev-libs/glib-2.14
>=x11-libs/startup-notification-0.7
@@ -68,12 +66,6 @@ src_prepare() {
$(use_with introspection)
$(use_enable xinerama)"
- if use gtk3; then
- G2CONF="${G2CONF} --with-gtk=3.0"
- else
- G2CONF="${G2CONF} --with-gtk=2.0"
- fi
-
intltoolize --force --copy --automake || die
eautoreconf
}