[arch-commits] Commit in haskell-x11-xft/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 23 17:02:29 UTC 2017


    Date: Saturday, September 23, 2017 @ 17:02:28
  Author: felixonmars
Revision: 260192

upgpkg: haskell-x11-xft 0.3.1-29

Modified:
  haskell-x11-xft/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 17:02:19 UTC (rev 260191)
+++ PKGBUILD	2017-09-23 17:02:28 UTC (rev 260192)
@@ -4,7 +4,7 @@
 _hkgname=X11-xft
 pkgname=haskell-x11-xft
 pkgver=0.3.1
-pkgrel=28
+pkgrel=29
 pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender parts"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('LGPL')
@@ -12,12 +12,12 @@
 depends=('ghc-libs' 'haskell-x11=1.8' 'haskell-utf8-string' 'libxft')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
-md5sums=('ad885150a59f63de328e73abe5ffc79e')
+sha512sums=('8f40db25453227ef9ce53b05a0c6af869e3a2efdb1d9b9ad683baf52601f320c85b09f0e514bb6ffeb17516d9b75c6772aa49613bb96272d56f06788118b7cfe')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
@@ -35,7 +35,4 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list