[arch-commits] Commit in xmobar/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Jan 6 20:36:22 UTC 2015


    Date: Tuesday, January 6, 2015 @ 21:36:22
  Author: jelle
Revision: 125541

upgpkg: xmobar 0.22.1-2

FS#43358 enable with_xpm

Modified:
  xmobar/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-06 20:14:44 UTC (rev 125540)
+++ PKGBUILD	2015-01-06 20:36:22 UTC (rev 125541)
@@ -4,7 +4,7 @@
 
 pkgname=xmobar
 pkgver=0.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="http://hackage.haskell.org/package/xmobar"
 license=('custom:BSD3')
@@ -19,7 +19,7 @@
 build() {
     cd ${srcdir}/xmobar-$pkgver
 
-    runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_utf8 with_xft with_iwlib"
+    runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
     runhaskell Setup build
 }
 



More information about the arch-commits mailing list