From 602c612d277332bd5eec5d0e57a623764a90b4e2 Mon Sep 17 00:00:00 2001 From: Andreas Proschofsky Date: Tue, 23 Feb 2010 17:02:23 +0000 Subject: Bump to gnome-shell 2.29.0 and assorted dependencies svn path=/; revision=205 --- x11-wm/mutter/Manifest | 2 ++ x11-wm/mutter/mutter-2.29.0.ebuild | 61 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 x11-wm/mutter/mutter-2.29.0.ebuild (limited to 'x11-wm') diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest index 130594f..07b11fc 100644 --- a/x11-wm/mutter/Manifest +++ b/x11-wm/mutter/Manifest @@ -1,3 +1,5 @@ DIST mutter-2.28.0.tar.bz2 1986736 RMD160 913f0fbd1f3902c6baf1ccbb371cb3785e9d86e1 SHA1 d1ee7a89e70debae65b1fa1d03341ee7d55091d4 SHA256 f1917172fa4fa622dcc2aa1d82a6c4796c2981566a5c9dc1df7da2a38cd8da80 +DIST mutter-2.29.0.tar.bz2 2001498 RMD160 67fee8cc80031de961f2a6ac0ccf7774f4833d09 SHA1 07c2075c7c3f5fc55673fe795cd8530510af63b2 SHA256 7e4c1c46542f1251e9ec495729a3b753e5753ecd18fe35df586e474f6bf5ab90 EBUILD mutter-2.28.0.ebuild 1368 RMD160 c3a0734034af6bbf282f6f1eb33809517962c76a SHA1 3088aeb488fdc75384bcb2e73e226a0985c16e04 SHA256 988f8af832cc0cc9e0ba9e028997a162331cbd36bbcc7a818436b92e819c647a +EBUILD mutter-2.29.0.ebuild 1368 RMD160 c3a0734034af6bbf282f6f1eb33809517962c76a SHA1 3088aeb488fdc75384bcb2e73e226a0985c16e04 SHA256 988f8af832cc0cc9e0ba9e028997a162331cbd36bbcc7a818436b92e819c647a EBUILD mutter-9999.ebuild 1540 RMD160 efaed58b1ea5fff96ab22db55cf0ba8903cf4ff7 SHA1 0437ef8e4fda229168612c55e5183ad1ace3833f SHA256 215db8000d9d36174526bec685799262224d3cdc1d7d5dd3a6e66babed777943 diff --git a/x11-wm/mutter/mutter-2.29.0.ebuild b/x11-wm/mutter/mutter-2.29.0.ebuild new file mode 100644 index 0000000..23fbd5c --- /dev/null +++ b/x11-wm/mutter/mutter-2.29.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit gnome2 + +DESCRIPTION="Upcoming GNOME 3 window manager (derived from metacity)" +HOMEPAGE="http://blogs.gnome.org/metacity/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug introspection test xinerama" + +RDEPEND=">=x11-libs/gtk+-2.10 + >=x11-libs/pango-1.2[X] + >=gnome-base/gconf-2 + >=dev-libs/glib-2.6 + >=x11-libs/startup-notification-0.7 + >=x11-libs/libXcomposite-0.2 + + media-libs/clutter:1.0 + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrandr + x11-libs/libXrender + + introspection? ( dev-libs/gobject-introspection ) + xinerama? ( x11-libs/libXinerama ) + gnome-extra/zenity + !x11-misc/expocity" +DEPEND="${RDEPEND} + >=app-text/gnome-doc-utils-0.8 + sys-devel/gettext + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.35 + test? ( app-text/docbook-xml-dtd:4.5 ) + xinerama? ( x11-proto/xineramaproto ) + x11-proto/xextproto + x11-proto/xproto" + +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 + $(use_with introspection) + $(use_enable xinerama)" +} -- cgit v1.2.3-65-gdbad