summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-21 02:06:12 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-21 02:06:12 +0000
commitc9b794818168c4321b181194eb68b780b1b674a7 (patch)
treecd3655a4b91da62172b66f58468fae87b3033957 /x11-wm
parentBump, fixes lots of crashes, rendering errrors, and memory leaks (in network ... (diff)
downloadgentoo-2-c9b794818168c4321b181194eb68b780b1b674a7.tar.gz
gentoo-2-c9b794818168c4321b181194eb68b780b1b674a7.tar.bz2
gentoo-2-c9b794818168c4321b181194eb68b780b1b674a7.zip
Bump, fixes a memory leak and a crash. Drop old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/mutter/ChangeLog8
-rw-r--r--x11-wm/mutter/mutter-3.2.2.ebuild (renamed from x11-wm/mutter/mutter-3.2.1.ebuild)11
2 files changed, 16 insertions, 3 deletions
diff --git a/x11-wm/mutter/ChangeLog b/x11-wm/mutter/ChangeLog
index 1364b66a1e1a..e314dec919be 100644
--- a/x11-wm/mutter/ChangeLog
+++ b/x11-wm/mutter/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-wm/mutter
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.4 2012/01/01 18:48:34 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.5 2012/01/21 02:06:11 tetromino Exp $
+
+*mutter-3.2.2 (21 Jan 2012)
+
+ 21 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ -mutter-3.2.1.ebuild, +mutter-3.2.2.ebuild:
+ Bump, fixes a memory leak and a crash. Drop old.
*mutter-3.2.1-r1 (01 Jan 2012)
diff --git a/x11-wm/mutter/mutter-3.2.1.ebuild b/x11-wm/mutter/mutter-3.2.2.ebuild
index fd7959f10ee4..2fb7d16a899c 100644
--- a/x11-wm/mutter/mutter-3.2.1.ebuild
+++ b/x11-wm/mutter/mutter-3.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/mutter-3.2.1.ebuild,v 1.1 2011/11/05 07:51:29 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/mutter-3.2.2.ebuild,v 1.1 2012/01/21 02:06:12 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -69,3 +69,10 @@ pkg_setup() {
$(use_enable introspection)
$(use_enable xinerama)"
}
+
+src_prepare() {
+ # Compat with Ubuntu metacity themes (e.g. x11-themes/light-themes)
+ epatch "${FILESDIR}/${PN}-3.2.1-ignore-shadow-and-padding.patch"
+
+ gnome2_src_prepare
+}