diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-10-18 18:14:41 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-10-18 18:14:41 +0000 |
commit | 557ef0cc55755df10408291414b7b10fbe343b37 (patch) | |
tree | 28d39070917da28a4fc85b248513d41ae4c49895 /x11-wm/compiz | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-557ef0cc55755df10408291414b7b10fbe343b37.tar.gz gentoo-2-557ef0cc55755df10408291414b7b10fbe343b37.tar.bz2 gentoo-2-557ef0cc55755df10408291414b7b10fbe343b37.zip |
compiz version bump
(Portage version: 2.1.3.14)
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r-- | x11-wm/compiz/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/compiz/compiz-0.6.2.ebuild | 58 | ||||
-rw-r--r-- | x11-wm/compiz/files/digest-compiz-0.6.2 | 3 |
3 files changed, 67 insertions, 1 deletions
diff --git a/x11-wm/compiz/ChangeLog b/x11-wm/compiz/ChangeLog index 92e7c627aea5..305254dfc6b4 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.19 2007/08/19 23:04:31 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.20 2007/10/18 18:14:41 hanno Exp $ + +*compiz-0.6.2 (18 Oct 2007) + + 18 Oct 2007; Hanno Boeck <hanno@gentoo.org> +compiz-0.6.2.ebuild: + Version bump. 19 Aug 2007; Hanno Boeck <hanno@gentoo.org> compiz-0.5.2.ebuild: Switch kde-dependencies, so kdebase is preferred before kwin. diff --git a/x11-wm/compiz/compiz-0.6.2.ebuild b/x11-wm/compiz/compiz-0.6.2.ebuild new file mode 100644 index 000000000000..7e58248bf719 --- /dev/null +++ b/x11-wm/compiz/compiz-0.6.2.ebuild @@ -0,0 +1,58 @@ +# 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.6.2.ebuild,v 1.1 2007/10/18 18:14:41 hanno Exp $ + +inherit gnome2 + +DESCRIPTION="3D composite- and windowmanager" +HOMEPAGE="http://www.compiz.org/" +SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.gz" +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/pango + x11-libs/startup-notification + gnome-base/gconf + x11-libs/libwnck + dev-libs/libxslt + 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/kdebase kde-base/kwin ) + 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.6.2 b/x11-wm/compiz/files/digest-compiz-0.6.2 new file mode 100644 index 000000000000..73ccfd78240d --- /dev/null +++ b/x11-wm/compiz/files/digest-compiz-0.6.2 @@ -0,0 +1,3 @@ +MD5 7e6edfdbf0dc46b135313440edae7a53 compiz-0.6.2.tar.gz 1784471 +RMD160 6cc235570c3ac15573050b27198648045a85a804 compiz-0.6.2.tar.gz 1784471 +SHA256 89efc2daefd79d28e2421902a6d890145df29e804bf8508773ea5a6eedb53224 compiz-0.6.2.tar.gz 1784471 |