diff options
Diffstat (limited to 'community/xmobar/PKGBUILD')
-rw-r--r-- | community/xmobar/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/xmobar/PKGBUILD b/community/xmobar/PKGBUILD index d3afe6262..608dbbe08 100644 --- a/community/xmobar/PKGBUILD +++ b/community/xmobar/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 72407 2012-06-13 13:47:57Z tdziedzic $ +# $Id: PKGBUILD 72497 2012-06-15 14:00:57Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> # Package generated by cabal2arch 0.4 pkgname=xmobar pkgver=0.15 -pkgrel=1 +pkgrel=2 pkgdesc="A Minimalistic Text Based Status Bar" url="http://hackage.haskell.org/package/xmobar" license=('custom:BSD3') @@ -21,7 +21,7 @@ build() { # Fix haskell mtl dep patch -Np1 -i $srcdir/xmobar-0.15-haskell-mtl.patch - runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_xft with_iwlib" + runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_utf8 with_xft with_iwlib" runhaskell Setup build } @@ -30,7 +30,6 @@ package() { runhaskell Setup copy --destdir=${pkgdir} install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE } -md5sums=('0658679b39168f49d32fe178029ff9f1') md5sums=('0658679b39168f49d32fe178029ff9f1' '0d9fb64557233c3a349feb53097c7b09') |