Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=28de591b86e80c29b6b1a86645f4be1a3e69ce0f
commit 28de591b86e80c29b6b1a86645f4be1a3e69ce0f Author: kikadf <[email protected]> Date: Fri Apr 11 08:45:05 2014 +0200 xmonad-0.11-1-x86_64 * Change m8r * Version bump diff --git a/source/x11-extra/xmonad/FrugalBuild b/source/x11-extra/xmonad/FrugalBuild index ab68fdb..42828e8 100644 --- a/source/x11-extra/xmonad/FrugalBuild +++ b/source/x11-extra/xmonad/FrugalBuild @@ -1,24 +1,25 @@ # Compiling time: 0.22 SBU -# Maintainer: jercel <[email protected]> +# Maintainer: kikadf <[email protected]> +# Contributor: jercel <[email protected]> # Contributor: Rhyhann/Othmane Benkirane <eo-at-rhyhann.net> pkgname=xmonad -pkgver=0.10 +pkgver=0.11 pkgrel=1 pkgdesc="A lightweight X11 tiled window manager written in Haskell" groups=('x11-extra') archs=('i686' 'x86_64') -depends=('ghc>=6.10.1' 'gmp>=5.0.1' 'haskell-x11>=1.5.0.1' 'haskell-mtl' 'haskell-utf8-string') +depends=('haskell-x11' 'haskell-mtl' 'haskell-utf8-string' 'haskell-extensible-exceptions' \ + 'xmessage') Finclude haskell url="http://xmonad.org/" source=($source $pkgname.desktop $pkgname.svg) -sha1sums=('8121afb884c9f1c0f972e10f0fe5a71f38106c9d' \ +sha1sums=('9ab0c44283812a0a1883ae975221e72d17c4decb' \ '340c2dbc7445efe3448079bb549136ea133eb93d' \ '6ab95d9a5fdf10ece6979d6011f8a07666f021c7') build() { - Fsed 'base >= 3' 'base < 4 \&\& >= 3' xmonad.cabal Fbuild_haskell runhaskell util/GenerateManpage.hs Fmanrel man/xmonad.1 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
