summaryrefslogtreecommitdiff
blob: 709369ad2e3ab03347da8e91e3f3c7337d16818a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/beryl/beryl-0.1.3.ebuild,v 1.3 2007/03/21 03:14:09 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="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND="=x11-plugins/beryl-plugins-${PV}
	=x11-wm/emerald-${PV}
	=x11-misc/beryl-settings-${PV}
	=x11-misc/beryl-manager-${PV}"

pkg_setup() {
	if has_version ">=x11-libs/cairo-1.2.2" && ! built_with_use x11-libs/cairo X; then
		elog "Please re-emerge >=x11-libs/cairo-1.2.2 with the X USE flag set"
		die "Please emerge >=x11-libs/cairo-1.2.2 with the X flag set"
	fi
}