# 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
--- /dev/null
+# 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"
+}
--- /dev/null
+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
# ChangeLog for x11-wm/beryl
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/beryl/ChangeLog,v 1.5 2006/10/28 20:16:38 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/beryl/ChangeLog,v 1.6 2006/11/15 04:06:51 tsunam Exp $
+
+*beryl-0.1.2 (15 Nov 2006)
+
+ 15 Nov 2006; Joshua Jackson <tsunam@gentoo.org> +beryl-0.1.2.ebuild:
+ adding 0.1.2 to the tree
28 Oct 2006; Joshua Jackson <tsunam@gentoo.org> beryl-0.1.1-r1.ebuild:
modify the check to avoid a redirect thanks to betelgeuse
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/beryl/beryl-0.1.2.ebuild,v 1.1 2006/11/15 04:06:51 tsunam Exp $
+
+inherit autotools
+
+DESCRIPTION="Beryl window manager for AiGLX and XGL (meta)"
+HOMEPAGE="http://beryl-project.org"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND="=x11-plugins/beryl-plugins-0.1.2
+ =x11-wm/emerald-0.1.2
+ =x11-misc/beryl-settings-0.1.2
+ =x11-misc/beryl-manager-0.1.2"
+
+pkg_setup() {
+ if has_version ">=x11-libs/cairo-1.2.2" && ! built_with_use x11-libs/cairo X pdf; then
+ einfo "Please re-emerge >=x11-libs/cairo-1.2.2 with the X and pdf USE flag set"
+ die "Please emerge >=x11-libs/cairo-1.2.2 with the X and pdf flag set"
+ fi
+}
+
# ChangeLog for x11-wm/emerald
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/emerald/ChangeLog,v 1.2 2006/10/24 02:23:55 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/emerald/ChangeLog,v 1.3 2006/11/15 04:05:42 tsunam Exp $
+
+*emerald-0.1.2 (15 Nov 2006)
+
+ 15 Nov 2006; Joshua Jackson <tsunam@gentoo.org> +emerald-0.1.2.ebuild:
+ adding 0.1.2 to the tree
24 Oct 2006; Joshua Jackson <tsunam@gentoo.org> emerald-0.1.1.ebuild:
updating license to gpl-2
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/emerald/emerald-0.1.2.ebuild,v 1.1 2006/11/15 04:05:42 tsunam Exp $
+
+inherit gnome2
+
+DESCRIPTION="Beryl Window Decorator"
+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
+
+PDEPEND="=x11-misc/emerald-themes-0.1.2"
+
+DEPEND=">=x11-libs/gtk+-2.8.0
+ >=x11-libs/libwnck-2.14.2
+ =x11-wm/beryl-core-0.1.2"
+
+
+src_compile() {
+ glib-gettextize --copy --force || die
+ intltoolize --automake --copy --force || die
+
+ gnome2_src_compile --disable-mime-update
+}
--- /dev/null
+MD5 c273fe82c7e3b2867f05073f3b012708 emerald-0.1.2.tar.bz2 462188
+RMD160 2b0d2158edd857222df11ed466dda4487680ccf2 emerald-0.1.2.tar.bz2 462188
+SHA256 07dcfe411c3595a4ec651ef1d45af77534a3500544b57a599ef7c8cfdbe9215d emerald-0.1.2.tar.bz2 462188