summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2006-10-03 05:48:14 +0000
committerHanno Böck <hanno@gentoo.org>2006-10-03 05:48:14 +0000
commitd9e9a5ed8aa5fb88a16d84416b39c95b87a817c0 (patch)
tree53b2dc49deffd285fbf40b40477068de023b6f3c /x11-wm/compiz
parentRemoved old ebuilds. Added 1.1.6-r1 to ignore lighttpd older than 1.4.10 (bug... (diff)
downloadgentoo-2-d9e9a5ed8aa5fb88a16d84416b39c95b87a817c0.tar.gz
gentoo-2-d9e9a5ed8aa5fb88a16d84416b39c95b87a817c0.tar.bz2
gentoo-2-d9e9a5ed8aa5fb88a16d84416b39c95b87a817c0.zip
compiz bump
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r--x11-wm/compiz/ChangeLog7
-rw-r--r--x11-wm/compiz/compiz-0.2.0.ebuild47
-rw-r--r--x11-wm/compiz/files/digest-compiz-0.2.03
3 files changed, 56 insertions, 1 deletions
diff --git a/x11-wm/compiz/ChangeLog b/x11-wm/compiz/ChangeLog
index b02f71bfddab..46300bcc845f 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.4 2006/09/28 01:48:12 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.5 2006/10/03 05:48:14 hanno Exp $
+
+*compiz-0.2.0 (03 Oct 2006)
+
+ 03 Oct 2006; Hanno Boeck <hanno@gentoo.org> +compiz-0.2.0.ebuild:
+ Add first release version.
*compiz-0.0.13_pre20060928 (28 Sep 2006)
diff --git a/x11-wm/compiz/compiz-0.2.0.ebuild b/x11-wm/compiz/compiz-0.2.0.ebuild
new file mode 100644
index 000000000000..34cdfeaf2a41
--- /dev/null
+++ b/x11-wm/compiz/compiz-0.2.0.ebuild
@@ -0,0 +1,47 @@
+# 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.2.0.ebuild,v 1.1 2006/10/03 05:48:14 hanno Exp $
+
+inherit eutils
+
+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
+ gnome-base/control-center
+ 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() {
+ make DESTDIR=${D} install || die
+ dobin ${FILESDIR}/compiz-{aiglx,xgl,nvidia}
+}
diff --git a/x11-wm/compiz/files/digest-compiz-0.2.0 b/x11-wm/compiz/files/digest-compiz-0.2.0
new file mode 100644
index 000000000000..2c88230da6c4
--- /dev/null
+++ b/x11-wm/compiz/files/digest-compiz-0.2.0
@@ -0,0 +1,3 @@
+MD5 286a36ddb5d5b05534eb809eab541ec8 compiz-0.2.0.tar.bz2 669279
+RMD160 133876d3adb8cccd4bdaef1db73f815c7a7b69ef compiz-0.2.0.tar.bz2 669279
+SHA256 8078c51125e349d925366bc57aa2560bbccf5a5b3c8ce1b64a57e21d0e31c3a0 compiz-0.2.0.tar.bz2 669279