summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-10-05 05:39:57 +0000
committerMart Raudsepp <leio@gentoo.org>2007-10-05 05:39:57 +0000
commitcbc97a8c0b69e1e5dd04e4b365a78463ccfa64c1 (patch)
tree53e90f41e58f67310dd17817baa171ccac5610d7 /x11-wm/metacity
parentstable on ppc64 (diff)
downloadgentoo-2-cbc97a8c0b69e1e5dd04e4b365a78463ccfa64c1.tar.gz
gentoo-2-cbc97a8c0b69e1e5dd04e4b365a78463ccfa64c1.tar.bz2
gentoo-2-cbc97a8c0b69e1e5dd04e4b365a78463ccfa64c1.zip
New series for Gnome 2.20
(Portage version: 2.1.3.11)
Diffstat (limited to 'x11-wm/metacity')
-rw-r--r--x11-wm/metacity/ChangeLog7
-rw-r--r--x11-wm/metacity/files/digest-metacity-2.20.03
-rw-r--r--x11-wm/metacity/metacity-2.20.0.ebuild36
3 files changed, 45 insertions, 1 deletions
diff --git a/x11-wm/metacity/ChangeLog b/x11-wm/metacity/ChangeLog
index 4697bc9a7a4e..b68d66b94d3b 100644
--- a/x11-wm/metacity/ChangeLog
+++ b/x11-wm/metacity/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/metacity
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.195 2007/09/22 05:42:44 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.196 2007/10/05 05:39:56 leio Exp $
+
+*metacity-2.20.0 (05 Oct 2007)
+
+ 05 Oct 2007; Mart Raudsepp <leio@gentoo.org> +metacity-2.20.0.ebuild:
+ New series for Gnome 2.20
22 Sep 2007; Tom Gall <tgall@gentoo.org> metacity-2.18.5.ebuild:
stable on ppc64
diff --git a/x11-wm/metacity/files/digest-metacity-2.20.0 b/x11-wm/metacity/files/digest-metacity-2.20.0
new file mode 100644
index 000000000000..ac554e1e00f3
--- /dev/null
+++ b/x11-wm/metacity/files/digest-metacity-2.20.0
@@ -0,0 +1,3 @@
+MD5 e9c6317c85db019ac2d832dd9f45f536 metacity-2.20.0.tar.bz2 1882886
+RMD160 1723f6c575cf71a65918e8c2c223d0a31723be9d metacity-2.20.0.tar.bz2 1882886
+SHA256 e07a68c1015b8e77879c5f7ac492b3b622afeaf95eaef06180e8f7387836f08d metacity-2.20.0.tar.bz2 1882886
diff --git a/x11-wm/metacity/metacity-2.20.0.ebuild b/x11-wm/metacity/metacity-2.20.0.ebuild
new file mode 100644
index 000000000000..77d8a385778c
--- /dev/null
+++ b/x11-wm/metacity/metacity-2.20.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.20.0.ebuild,v 1.1 2007/10/05 05:39:56 leio Exp $
+
+inherit eutils 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"
+# compositor needs libcm as well, not activating it for the time being
+
+RDEPEND=">=x11-libs/gtk+-2.10
+ >=x11-libs/pango-1.2
+ >=gnome-base/gconf-2
+ >=dev-libs/glib-2.6
+ >=x11-libs/startup-notification-0.7
+ !x11-misc/expocity"
+
+# needs libcm too
+# compositor? ( >=x11-libs/libXcomposite-0.2 )
+
+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) \
+ --disable-compositor"
+}