diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-04-24 01:51:02 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-04-24 01:51:02 +0000 |
commit | d22cfee20c384b74087e916ea026034609e551fe (patch) | |
tree | c5b3c25b9be56b5d8a5367787f7c1417f2a34c57 /x11-wm/compiz | |
parent | Patch to fix macro errors on ppc (fixes bug 172583 and 173675). (diff) | |
download | gentoo-2-d22cfee20c384b74087e916ea026034609e551fe.tar.gz gentoo-2-d22cfee20c384b74087e916ea026034609e551fe.tar.bz2 gentoo-2-d22cfee20c384b74087e916ea026034609e551fe.zip |
compiz version bump
(Portage version: 2.1.2.4)
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r-- | x11-wm/compiz/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/compiz/compiz-0.5.0.ebuild | 53 | ||||
-rw-r--r-- | x11-wm/compiz/files/digest-compiz-0.5.0 | 3 |
3 files changed, 62 insertions, 1 deletions
diff --git a/x11-wm/compiz/ChangeLog b/x11-wm/compiz/ChangeLog index 2c6eda150f90..f4bcc225c753 100644 --- a/x11-wm/compiz/ChangeLog +++ b/x11-wm/compiz/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/compiz # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.14 2007/03/10 23:13:09 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.15 2007/04/24 01:51:02 hanno Exp $ + +*compiz-0.5.0 (24 Apr 2007) + + 24 Apr 2007; Hanno Boeck <hanno@gentoo.org> +compiz-0.5.0.ebuild: + Version bump. 10 Mar 2007; Hanno Boeck <hanno@gentoo.org> files/compiz-start: Fix typo. diff --git a/x11-wm/compiz/compiz-0.5.0.ebuild b/x11-wm/compiz/compiz-0.5.0.ebuild new file mode 100644 index 000000000000..eca8d7550045 --- /dev/null +++ b/x11-wm/compiz/compiz-0.5.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.5.0.ebuild,v 1.1 2007/04/24 01:51:02 hanno Exp $ + +DESCRIPTION="3D composite- and windowmanager" +HOMEPAGE="http://www.compiz.org/" +SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.bz2" +LICENSE="GPL-2 LGPL-2.1 MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="dbus gnome kde 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 + x11-libs/libXinerama + media-libs/libpng + >=x11-libs/gtk+-2.0 + x11-libs/startup-notification + gnome-base/gconf + gnome? ( >=x11-libs/libwnck-2.16.1 + >=gnome-base/control-center-2.16.1 ) + svg? ( gnome-base/librsvg ) + dbus? ( >=sys-apps/dbus-1.0 ) + kde? ( + || ( kde-base/kwin kde-base/kdebase ) + dev-libs/dbus-qt3-old )" + +RDEPEND="${DEPEND} + x11-apps/mesa-progs" + +src_compile() { + econf --with-default-plugins \ + --enable-gtk \ + --enable-gconf \ + `use_enable gnome` \ + `use_enable gnome metacity` \ + `use_enable kde` \ + `use_enable svg librsvg` \ + `use_enable dbus` \ + `use_enable dbus dbus-glib` || die + + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die + dobin "${FILESDIR}/0.3.6/compiz-start" || die + dodoc AUTHORS ChangeLog NEWS README TODO || die +} diff --git a/x11-wm/compiz/files/digest-compiz-0.5.0 b/x11-wm/compiz/files/digest-compiz-0.5.0 new file mode 100644 index 000000000000..aa06ab0b83e2 --- /dev/null +++ b/x11-wm/compiz/files/digest-compiz-0.5.0 @@ -0,0 +1,3 @@ +MD5 7a35a9f52155b945aa195f826d3d607a compiz-0.5.0.tar.bz2 926090 +RMD160 c9b38ea1184e9b897d878c499c883dd388af17bd compiz-0.5.0.tar.bz2 926090 +SHA256 4191745d86bec37de4cdc79bf0031afde1d28079eac2e3fc29aed18cd7a2a4e6 compiz-0.5.0.tar.bz2 926090 |