From 1a3384643e40a1f2f8ef52231ee4dbe2dc08d9a2 Mon Sep 17 00:00:00 2001 From: Andreas Proschofsky Date: Mon, 8 Nov 2010 17:35:51 +0000 Subject: Bump mutter to latest release svn path=/; revision=306 --- x11-wm/mutter/Manifest | 4 +-- x11-wm/mutter/mutter-2.91.1.ebuild | 73 -------------------------------------- x11-wm/mutter/mutter-2.91.2.ebuild | 66 ++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+), 75 deletions(-) delete mode 100644 x11-wm/mutter/mutter-2.91.1.ebuild create mode 100644 x11-wm/mutter/mutter-2.91.2.ebuild diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest index 7587b2a..fa675f1 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 +DIST mutter-2.91.2.tar.bz2 2003403 RMD160 cf6078290a2d05c82ed50f888532bc153bc6b297 SHA1 66ebedf19c0f20b3523a5bc7a36b7a42155f0c16 SHA256 b6d473e87e0897a34d9b1ad6c63073581c96300843481a73287724029882b4eb +EBUILD mutter-2.91.2.ebuild 1560 RMD160 00507971e9cee6ad5e86ba0514f2223cddd0de9b SHA1 be3d9e3f61ad3f8d75754272e8744321f648c43f SHA256 24e3c8a27b5832edad30d6c1dd03857b18f86879c0235bea78ca9de7e0cc80ac EBUILD mutter-9999.ebuild 1688 RMD160 f921b6232b0e9791cfe325c7a22428f34ff0b6e6 SHA1 003f8af1322e6215f8c1cc9b5c839ad888a09692 SHA256 1004ef643781babeb0a09e6ed6a503a83f8c9a38ce94085bdad479e88fe495ef diff --git a/x11-wm/mutter/mutter-2.91.1.ebuild b/x11-wm/mutter/mutter-2.91.1.ebuild deleted file mode 100644 index 75dadc1..0000000 --- a/x11-wm/mutter/mutter-2.91.1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2010 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 +gtk3 +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] ) ) - >=gnome-base/gconf-2 - >=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 - 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-0.9.5 ) - 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" - -src_prepare() { - G2CONF="${G2CONF} - --enable-gconf - --enable-shape - --enable-sm - --enable-startup-notification - --enable-xsync - --enable-verbose-mode - --enable-compile-warnings - $(use_with sound libcanberra) - $(use_with introspection) - $(use_enable xinerama)" - - if use gtk3; then - G2CONF="${G2CONF} --with-gtk=3.0" - else - G2CONF="${G2CONF} --with-gtk=2.0" - fi -} diff --git a/x11-wm/mutter/mutter-2.91.2.ebuild b/x11-wm/mutter/mutter-2.91.2.ebuild new file mode 100644 index 0000000..0eda7ac --- /dev/null +++ b/x11-wm/mutter/mutter-2.91.2.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2010 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 +sound test xinerama" + +RDEPEND=">=x11-libs/pango-1.2[X,introspection?] + >=x11-libs/cairo-1.10[X] + >=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 + >=x11-libs/libXcomposite-0.2 + + >=media-libs/clutter-1.2 + 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-0.9.5 ) + 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" + +src_prepare() { + G2CONF="${G2CONF} + --enable-gconf + --enable-shape + --enable-sm + --enable-startup-notification + --enable-xsync + --enable-verbose-mode + --enable-compile-warnings + $(use_with sound libcanberra) + $(use_with introspection) + $(use_enable xinerama)" + +} -- cgit v1.2.3-65-gdbad