blob: 89f5477ee6700c1c36bd309b1f96195fc1f4d6b2 (
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
28
29
30
31
32
33
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/xmonad-contrib-0.10.ebuild,v 1.4 2012/09/12 16:12:15 qnikst Exp $
# ebuild generated by hackport 0.2.13
EAPI="3"
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Third party extensions for xmonad"
HOMEPAGE="http://xmonad.org/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="xft"
RDEPEND="<dev-haskell/mtl-3[profile?]
dev-haskell/random[profile?]
dev-haskell/utf8-string[profile?]
=dev-haskell/x11-1.5*[profile?]
xft? ( >=dev-haskell/x11-xft-0.2[profile?] )
~x11-wm/xmonad-${PV}[profile?]
>=dev-lang/ghc-6.10.1"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2.1"
src_configure() {
cabal_src_configure --flags=-testing $(cabal_flag xft use_xft)
}
|