summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-10-10 16:54:29 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-10-10 16:54:29 +0000
commit1b3f86b4e012636533d2364ba8acdcf9a2badabc (patch)
treed6031770cdef5961e1e913068ff517fb7d049e58 /x11-wm/metacity
parent- Version bump. Bug #241116 (diff)
downloadgentoo-2-1b3f86b4e012636533d2364ba8acdcf9a2badabc.tar.gz
gentoo-2-1b3f86b4e012636533d2364ba8acdcf9a2badabc.tar.bz2
gentoo-2-1b3f86b4e012636533d2364ba8acdcf9a2badabc.zip
* New version for GNOME 2.24. Mostly bug fixes and performance improvments.
(Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8 i686)
Diffstat (limited to 'x11-wm/metacity')
-rw-r--r--x11-wm/metacity/ChangeLog8
-rw-r--r--x11-wm/metacity/metacity-2.24.0.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/x11-wm/metacity/ChangeLog b/x11-wm/metacity/ChangeLog
index 0b3d440f5d3c..c62142f6b939 100644
--- a/x11-wm/metacity/ChangeLog
+++ b/x11-wm/metacity/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-wm/metacity
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.217 2008/09/25 14:35:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.218 2008/10/10 16:54:29 eva Exp $
+
+*metacity-2.24.0 (10 Oct 2008)
+
+ 10 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +metacity-2.24.0.ebuild:
+ New version for GNOME 2.24. Mostly bug fixes and performance improvments.
25 Sep 2008; Jeroen Roovers <jer@gentoo.org> metacity-2.22.0.ebuild:
Stable for HPPA (bug #236971).
diff --git a/x11-wm/metacity/metacity-2.24.0.ebuild b/x11-wm/metacity/metacity-2.24.0.ebuild
new file mode 100644
index 000000000000..c49c9a30439c
--- /dev/null
+++ b/x11-wm/metacity/metacity-2.24.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.24.0.ebuild,v 1.1 2008/10/10 16:54:29 eva Exp $
+
+inherit gnome2
+
+DESCRIPTION="Gnome default windowmanager"
+HOMEPAGE="http://blogs.gnome.org/metacity/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="debug xinerama"
+
+RDEPEND=">=x11-libs/gtk+-2.10
+ >=x11-libs/pango-1.2
+ >=gnome-base/gconf-2
+ >=dev-libs/glib-2.6
+ >=x11-libs/libXcomposite-0.2
+ x11-libs/libXcursor
+ >=x11-libs/startup-notification-0.7
+ !x11-misc/expocity"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"
+
+pkg_setup() {
+ G2CONF="$(use_enable debug) $(use_enable xinerama)"
+}