diff options
author | Hanno Böck <hanno@gentoo.org> | 2006-11-01 22:17:51 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2006-11-01 22:17:51 +0000 |
commit | 0f6e9763db67c38a45b5c137a3d38c81913c7f85 (patch) | |
tree | 1f128e4902d7361556ac377a02be0011e7a78a00 /x11-wm/compiz | |
parent | Stable on Alpha + ia64, bug 152837. (diff) | |
download | gentoo-2-0f6e9763db67c38a45b5c137a3d38c81913c7f85.tar.gz gentoo-2-0f6e9763db67c38a45b5c137a3d38c81913c7f85.tar.bz2 gentoo-2-0f6e9763db67c38a45b5c137a3d38c81913c7f85.zip |
compiz version bump
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r-- | x11-wm/compiz/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/compiz/compiz-0.3.2.ebuild | 48 | ||||
-rw-r--r-- | x11-wm/compiz/files/digest-compiz-0.3.2 | 3 |
3 files changed, 57 insertions, 1 deletions
diff --git a/x11-wm/compiz/ChangeLog b/x11-wm/compiz/ChangeLog index 3d3c1b8f3f7f..da4d8b7247af 100644 --- a/x11-wm/compiz/ChangeLog +++ b/x11-wm/compiz/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/compiz # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.6 2006/10/18 04:01:44 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.7 2006/11/01 22:17:51 hanno Exp $ + +*compiz-0.3.2 (01 Nov 2006) + + 01 Nov 2006; Hanno Boeck <hanno@gentoo.org> +compiz-0.3.2.ebuild: + Version bump. 18 Oct 2006; Olivier Crête <tester@gentoo.org> compiz-0.2.0.ebuild: Use gnome2 eclass to install schemas properly, bug #150535 diff --git a/x11-wm/compiz/compiz-0.3.2.ebuild b/x11-wm/compiz/compiz-0.3.2.ebuild new file mode 100644 index 000000000000..a39b9162428c --- /dev/null +++ b/x11-wm/compiz/compiz-0.3.2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.3.2.ebuild,v 1.1 2006/11/01 22:17:51 hanno Exp $ + +inherit eutils gnome2 + +DESCRIPTION="compiz 3D composite- and windowmanager" +HOMEPAGE="http://en.opensuse.org/Compiz" +SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.bz2" +LICENSE="X11" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="dbus svg" + +DEPEND=">=media-libs/mesa-6.5.1-r1 + >=media-libs/glitz-0.5.6 + >=x11-base/xorg-server-1.1.1-r1 + x11-libs/libXdamage + x11-libs/libXrandr + x11-libs/libXcomposite + media-libs/libpng + >=x11-libs/libwnck-2.16.1 + >=gnome-base/control-center-2.16.1 + svg? ( gnome-base/librsvg ) + dbus? ( sys-apps/dbus )" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/06-glfinish.patch +} + +src_compile() { + econf --enable-gtk \ + --enable-gnome \ + --enable-gconf \ + --disable-kde \ + `use_enable svg librsvg` \ + `use_enable dbus` || die + + emake || die +} + +src_install() { + dobin ${FILESDIR}/compiz-{aiglx,xgl,nvidia} + + gnome2_src_install +} diff --git a/x11-wm/compiz/files/digest-compiz-0.3.2 b/x11-wm/compiz/files/digest-compiz-0.3.2 new file mode 100644 index 000000000000..3e2ce334b3e9 --- /dev/null +++ b/x11-wm/compiz/files/digest-compiz-0.3.2 @@ -0,0 +1,3 @@ +MD5 269fd407832dd5ff4728e0c4d445eb9b compiz-0.3.2.tar.bz2 672638 +RMD160 391b07836911139a313f4370ceb21f5235d50ccc compiz-0.3.2.tar.bz2 672638 +SHA256 8c11d8c6046d02cd09591e8787e513cb89f528ed24abf88b98d42e6f8a2feee9 compiz-0.3.2.tar.bz2 672638 |