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

Felix Yan felixonmars at archlinux.org
Mon Jun 19 07:14:31 UTC 2017


    Date: Monday, June 19, 2017 @ 07:14:31
  Author: felixonmars
Revision: 238127

upgpkg: xmobar 0.24.5-3

rebuild with ghc,8.0.2

Modified:
  xmobar/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 07:08:06 UTC (rev 238126)
+++ PKGBUILD	2017-06-19 07:14:31 UTC (rev 238127)
@@ -4,21 +4,22 @@
 
 pkgname=xmobar
 pkgver=0.24.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="https://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' 'haskell-hinotify'
-             'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
+depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 'ghc' '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')
 source=(https://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('9befdb157b5adedd7150e4e07f0efbde')
 
 build() {
     cd xmobar-$pkgver
 
-    runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm with_inotify"
+    runhaskell Setup configure --prefix=/usr --enable-executable-dynamic --flags="with_utf8 with_xft with_iwlib with_xpm with_inotify"
     runhaskell Setup build
 }
 
@@ -27,5 +28,3 @@
     runhaskell Setup copy --destdir=${pkgdir}
     install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
-
-md5sums=('9befdb157b5adedd7150e4e07f0efbde')



More information about the arch-commits mailing list