Date: Tuesday, November 29, 2016 @ 20:20:33 Author: jelle Revision: 197402
Add haskell-hinotify support Modified: xmobar/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-29 18:29:47 UTC (rev 197401) +++ PKGBUILD 2016-11-29 20:20:33 UTC (rev 197402) @@ -4,13 +4,13 @@ pkgname=xmobar pkgver=0.24.3 -pkgrel=2 +pkgrel=3 pkgdesc="A Minimalistic Text Based Status Bar" url="http://hackage.haskell.org/package/xmobar" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm') -makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' +makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http') options=('strip') source=(https://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz) @@ -18,7 +18,7 @@ build() { cd xmobar-$pkgver - runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm" + runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm with_inotify" runhaskell Setup build }
