diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-11-15 04:04:47 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-11-15 04:04:47 +0000 |
commit | 1f2b6c3d118954099b356f50819f08be0edf392b (patch) | |
tree | b4b557db474a29e4c350688b4092afe2bcc55de8 /x11-wm/beryl-core | |
parent | Revision bump, moved ebuild from overlay. (diff) | |
download | gentoo-2-1f2b6c3d118954099b356f50819f08be0edf392b.tar.gz gentoo-2-1f2b6c3d118954099b356f50819f08be0edf392b.tar.bz2 gentoo-2-1f2b6c3d118954099b356f50819f08be0edf392b.zip |
adding 0.1.2 to the tree, thanks to pierre for the help in tracking something down
(Portage version: 2.1.1-r1)
Diffstat (limited to 'x11-wm/beryl-core')
-rw-r--r-- | x11-wm/beryl-core/ChangeLog | 10 | ||||
-rw-r--r-- | x11-wm/beryl-core/beryl-core-0.1.2.ebuild | 40 | ||||
-rw-r--r-- | x11-wm/beryl-core/files/digest-beryl-core-0.1.2 | 3 |
3 files changed, 52 insertions, 1 deletions
diff --git a/x11-wm/beryl-core/ChangeLog b/x11-wm/beryl-core/ChangeLog index 1c4eb8622839..bbdbb4fada07 100644 --- a/x11-wm/beryl-core/ChangeLog +++ b/x11-wm/beryl-core/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-wm/beryl-core # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/beryl-core/ChangeLog,v 1.3 2006/10/24 02:22:23 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/beryl-core/ChangeLog,v 1.4 2006/11/15 04:04:47 tsunam Exp $ + +*beryl-core-0.1.2 (15 Nov 2006) + + 15 Nov 2006; Joshua Jackson <tsunam@gentoo.org> +beryl-core-0.1.2.ebuild: + adding 0.1.2 to the tree + + 28 Oct 2006; Joshua Jackson <tsunam@gentoo.org> ChangeLog: + modify the check to avoid a redirect thanks to betelgeuse 24 Oct 2006; Joshua Jackson <tsunam@gentoo.org> beryl-core-0.1.1.ebuild: updating license to gpl-2 diff --git a/x11-wm/beryl-core/beryl-core-0.1.2.ebuild b/x11-wm/beryl-core/beryl-core-0.1.2.ebuild new file mode 100644 index 000000000000..561336a8f149 --- /dev/null +++ b/x11-wm/beryl-core/beryl-core-0.1.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/beryl-core/beryl-core-0.1.2.ebuild,v 1.1 2006/11/15 04:04:47 tsunam Exp $ + +inherit autotools + +DESCRIPTION="Beryl window manager for AiGLX and XGL" +HOMEPAGE="http://beryl-project.org" +SRC_URI="http://releases.beryl-project.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +WANT_AUTOMAKE=1.9 + +DEPEND=">=x11-base/xorg-server-1.1.1-r1 + >=x11-libs/gtk+-2.8.0 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXrandr + x11-libs/startup-notification" + +RDEPEND="${DEPEND} + x11-apps/xdpyinfo" + +PDEPEND="=x11-plugins/beryl-plugins-0.1.2" + +MAKEOPTS="${MAKEOPTS} -j1" + +src_compile() { + econf || die "econf failed" + make clean || "clean up bad upstream packaging" #this is a temporary fix to +# fix bad building on x86 + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} diff --git a/x11-wm/beryl-core/files/digest-beryl-core-0.1.2 b/x11-wm/beryl-core/files/digest-beryl-core-0.1.2 new file mode 100644 index 000000000000..9c8885334788 --- /dev/null +++ b/x11-wm/beryl-core/files/digest-beryl-core-0.1.2 @@ -0,0 +1,3 @@ +MD5 045aceb6e48e997c952d942fbe841e76 beryl-core-0.1.2.tar.bz2 2189543 +RMD160 eda1d9465c668b9e1ff60ee991e7f9febca88ad6 beryl-core-0.1.2.tar.bz2 2189543 +SHA256 16dc5e7ff1a74ace31cfc9004957449e96d90b3edc877916dabf7fdad3cd8cb5 beryl-core-0.1.2.tar.bz2 2189543 |