Сравнение xmonad-contrib-0.17.0 с xmonad-contrib-0.18.0
/usr/portage/x11-wm/xmonad-contrib/xmonad-contrib-0.18.0.ebuild 2025-07-29 16:22:17.984470439 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
# ebuild generated by hackport 0.7.9999 |
|
6 |
# ebuild generated by hackport 0.8.4.0 |
|
7 | 7 |
#hackport: flags: -pedantic,use_xft:xft |
8 | 8 | |
9 | 9 |
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" |
10 | 10 |
inherit haskell-cabal |
11 | 11 | |
12 |
DESCRIPTION="Community-maintained extensions extensions for xmonad" |
|
12 |
DESCRIPTION="Community-maintained extensions for xmonad" |
|
13 | 13 |
HOMEPAGE="https://xmonad.org/" |
14 |
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" |
|
15 | 14 | |
16 | 15 |
LICENSE="BSD" |
17 | 16 |
SLOT="0/${PV}" |
18 | 17 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" |
19 | 18 |
IUSE="+xft" |
20 | 19 | |
21 |
RDEPEND=">=dev-haskell/mtl-1:=[profile?] <dev-haskell/mtl-3:=[profile?] |
|
22 |
dev-haskell/random:=[profile?] |
|
20 |
RDEPEND="dev-haskell/random:=[profile?] |
|
23 | 21 |
dev-haskell/utf8-string:=[profile?] |
24 | 22 |
>=dev-haskell/x11-1.10:=[profile?] <dev-haskell/x11-1.11:=[profile?] |
25 |
>=dev-lang/ghc-8.4.3:= |
|
26 |
>=x11-wm/xmonad-0.16.99999:=[profile?] <x11-wm/xmonad-0.18:=[profile?] |
|
23 |
>=dev-lang/ghc-8.8.1:= |
|
24 |
>=x11-wm/xmonad-0.16.99999:=[profile?] <x11-wm/xmonad-0.19:=[profile?] |
|
27 | 25 |
xft? ( >=dev-haskell/x11-xft-0.2:=[profile?] ) |
28 | 26 |
" |
29 | 27 |
DEPEND="${RDEPEND} |
30 |
>=dev-haskell/cabal-2.2.0.1 |
|
28 |
>=dev-haskell/cabal-3.0.0.0 |
|
31 | 29 |
test? ( >=dev-haskell/hspec-2.4.0 <dev-haskell/hspec-3 |
32 | 30 |
>=dev-haskell/quickcheck-2 ) |
33 | 31 |
" |