From 95b3dc8f2ca0c38f5a93f0cd59185cc96909706a Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Fri, 21 Mar 2008 19:26:51 +0000 Subject: New version for GNOME-2.22. In addition to many bug fixes, this version adds a XRender based (2D) compositor for those who can and want to use it; see http://library.gnome.org/misc/release-notes/2.22/#sect:metacity for how to enable it. (Portage version: 2.1.4.4) --- x11-wm/metacity/ChangeLog | 10 +++++++++- x11-wm/metacity/metacity-2.22.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 x11-wm/metacity/metacity-2.22.0.ebuild (limited to 'x11-wm/metacity') diff --git a/x11-wm/metacity/ChangeLog b/x11-wm/metacity/ChangeLog index 51f0db951597..a91abbc2b7ce 100644 --- a/x11-wm/metacity/ChangeLog +++ b/x11-wm/metacity/ChangeLog @@ -1,6 +1,14 @@ # 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.210 2008/02/04 04:25:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.211 2008/03/21 19:26:51 leio Exp $ + +*metacity-2.22.0 (21 Mar 2008) + + 21 Mar 2008; Mart Raudsepp +metacity-2.22.0.ebuild: + New version for GNOME-2.22. In addition to many bug fixes, this version adds + a XRender based (2D) compositor for those who can and want to use it; see + http://library.gnome.org/misc/release-notes/2.22/#sect:metacity for how to + enable it. 04 Feb 2008; Jeroen Roovers metacity-2.20.2.ebuild: Stable for HPPA (bug #208366). diff --git a/x11-wm/metacity/metacity-2.22.0.ebuild b/x11-wm/metacity/metacity-2.22.0.ebuild new file mode 100644 index 000000000000..219dafadaba3 --- /dev/null +++ b/x11-wm/metacity/metacity-2.22.0.ebuild @@ -0,0 +1,31 @@ +# 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.22.0.ebuild,v 1.1 2008/03/21 19:26:51 leio Exp $ + +inherit gnome2 + +DESCRIPTION="Gnome default windowmanager" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="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/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 xinerama)" +} -- cgit v1.2.3-65-gdbad