summaryrefslogtreecommitdiff
path: root/community/xmonad-contrib/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-02 03:49:21 -0800
committerroot <root@rshg054.dnsready.net>2013-01-02 03:49:21 -0800
commitfa3e18ade0ab762a414c45ec433025d96b71254b (patch)
tree08ecca2723365f71ce85521c2ef8103921407d4f /community/xmonad-contrib/PKGBUILD
parentc288a123dd9113afec1a1cc6a2d62fde30307cfa (diff)
Wed Jan 2 03:49:21 PST 2013
Diffstat (limited to 'community/xmonad-contrib/PKGBUILD')
-rw-r--r--community/xmonad-contrib/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/xmonad-contrib/PKGBUILD b/community/xmonad-contrib/PKGBUILD
index 095158c1d..7863c5dba 100644
--- a/community/xmonad-contrib/PKGBUILD
+++ b/community/xmonad-contrib/PKGBUILD
@@ -1,25 +1,22 @@
-# $Id: PKGBUILD 77365 2012-10-09 04:19:28Z tdziedzic $
+# $Id: PKGBUILD 81836 2013-01-01 13:44:05Z jelle $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: orbisvicis <gmail.com>
pkgname=xmonad-contrib
-pkgver=0.10
-pkgrel=5
+pkgver=0.11
+pkgrel=1
pkgdesc="Add-ons for xmonad"
arch=('i686' 'x86_64')
url="http://xmonad.org/"
license=('BSD')
-depends=('ghc=7.6.1' 'xmonad=0.10-5' 'sh' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1-3')
+depends=('ghc=7.6.1' 'xmonad=0.11' 'sh' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1-3')
install='xmonad-contrib.install'
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz xmonad-contrib-0.10-x11-1.6.patch)
-md5sums=('9a4353a94ec0ea3a9c4700757ef5ae81'
- '32163aaeb3424cf73bf831640c162a8a')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('05fba258ac6063e49b50786a0869bd1f')
build() {
cd $srcdir/$pkgname-$pkgver
- # Patch xmonad-contrib to support haskell-x11
- patch -Np1 -i $srcdir/xmonad-contrib-0.10-x11-1.6.patch
runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs --prefix=/usr -fuse_xft \
--libsubdir=\$compiler/site-local/\$pkgid