[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Wednesday, December 23, 2020 @ 22:52:06 Author: felixonmars Revision: 785611 upgpkg: haskell-zlib 0.6.2.2-4: rebuild with ghc 8.10.3 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-23 22:51:40 UTC (rev 785610) +++ PKGBUILD2020-12-23 22:52:06 UTC (rev 785611) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2.2 -pkgrel=3 +pkgrel=4 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Monday, August 31, 2020 @ 10:36:39 Author: felixonmars Revision: 694121 upgpkg: haskell-zlib 0.6.2.2-3: rebuild with happy 1.20.0 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-08-31 10:35:45 UTC (rev 694120) +++ PKGBUILD2020-08-31 10:36:39 UTC (rev 694121) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Tuesday, August 18, 2020 @ 05:00:15 Author: felixonmars Revision: 683667 upgpkg: haskell-zlib 0.6.2.2-2: rebuild with ghc 8.10.2 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-08-18 04:59:25 UTC (rev 683666) +++ PKGBUILD2020-08-18 05:00:15 UTC (rev 683667) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Monday, August 3, 2020 @ 20:04:03 Author: felixonmars Revision: 668457 upgpkg: haskell-zlib 0.6.2.2-1: rebuild with zlib 0.6.2.2 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-08-03 20:03:15 UTC (rev 668456) +++ PKGBUILD2020-08-03 20:04:03 UTC (rev 668457) @@ -2,8 +2,8 @@ # Maintainer: Colin Woodbury pkgname=haskell-zlib -pkgver=0.6.2.1 -pkgrel=5 +pkgver=0.6.2.2 +pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD') @@ -11,20 +11,15 @@ depends=('ghc-libs' 'zlib') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) -sha512sums=('cee7942a86afbd08f03c19abd88154cc866a3ccc52342264d4d5b28a71643adf30bf03ba939d6a98b7c065752f9ec326729fc38cfe72b66998551c89186048c5') +sha512sums=('3619b5c32e16a4fb9a68a9e6ea0beb9b14d06a4b5825811f429ee232a0ea13035335cd86c0301f8afcff126a473b86698fd310f9608e0e0ecb849714842be1ea') -prepare() { -cd zlib-$pkgver -sed -i 's/< *4.14/<5/' zlib.cabal -} - build() { cd "$srcdir"/zlib-${pkgver} 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 \ --f-use-bytestring-builder -f-non-blocking-ffi -fpkg-config -runhaskell Setup build +-f-use-bytestring-builder -f-non-blocking-ffi -fpkg-config -f-bundled-c-zlib +runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Friday, April 24, 2020 @ 18:08:05 Author: felixonmars Revision: 619432 upgpkg: haskell-zlib 0.6.2.1-5: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-04-24 18:04:35 UTC (rev 619431) +++ PKGBUILD2020-04-24 18:08:05 UTC (rev 619432) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD') @@ -13,6 +13,11 @@ source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) sha512sums=('cee7942a86afbd08f03c19abd88154cc866a3ccc52342264d4d5b28a71643adf30bf03ba939d6a98b7c065752f9ec326729fc38cfe72b66998551c89186048c5') +prepare() { +cd zlib-$pkgver +sed -i 's/< *4.14/<5/' zlib.cabal +} + build() { cd "$srcdir"/zlib-${pkgver} runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Thursday, February 27, 2020 @ 19:34:35 Author: felixonmars Revision: 584700 upgpkg: haskell-zlib 0.6.2.1-4: rebuild with ghc 8.8.3 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-02-27 19:33:54 UTC (rev 584699) +++ PKGBUILD2020-02-27 19:34:35 UTC (rev 584700) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Sunday, February 16, 2020 @ 13:58:05 Author: felixonmars Revision: 572600 upgpkg: haskell-zlib 0.6.2.1-3: rebuild with ghc 8.8.2 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-02-16 13:57:18 UTC (rev 572599) +++ PKGBUILD2020-02-16 13:58:05 UTC (rev 572600) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Saturday, January 11, 2020 @ 18:59:39 Author: felixonmars Revision: 552058 upgpkg: haskell-zlib 0.6.2.1-2: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-01-11 18:59:02 UTC (rev 552057) +++ PKGBUILD2020-01-11 18:59:39 UTC (rev 552058) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Friday, August 30, 2019 @ 19:31:40 Author: felixonmars Revision: 505385 upgpkg: haskell-zlib 0.6.2.1-1 rebuild with zlib 0.6.2.1 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-08-30 19:30:54 UTC (rev 505384) +++ PKGBUILD2019-08-30 19:31:40 UTC (rev 505385) @@ -2,8 +2,8 @@ # Maintainer: Colin Woodbury pkgname=haskell-zlib -pkgver=0.6.2 -pkgrel=8 +pkgver=0.6.2.1 +pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'zlib') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) -sha512sums=('b899bcc2b015f83d0327915a1d48a76faeea086ed3fefd2b7a10db417d9929afbca2bc5b127bec22e360181abef55a91374d83262b10bbac43ccb99e3b4759e3') +sha512sums=('cee7942a86afbd08f03c19abd88154cc866a3ccc52342264d4d5b28a71643adf30bf03ba939d6a98b7c065752f9ec326729fc38cfe72b66998551c89186048c5') build() { cd "$srcdir"/zlib-${pkgver}
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Sunday, April 28, 2019 @ 17:13:10 Author: felixonmars Revision: 455098 upgpkg: haskell-zlib 0.6.2-8 rebuild with ghc 8.6.5 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-04-28 17:12:24 UTC (rev 455097) +++ PKGBUILD2019-04-28 17:13:10 UTC (rev 455098) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2 -pkgrel=7 +pkgrel=8 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Sunday, March 10, 2019 @ 17:46:28 Author: felixonmars Revision: 439548 upgpkg: haskell-zlib 0.6.2-7 rebuild with ghc 8.6.4 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-10 17:45:51 UTC (rev 439547) +++ PKGBUILD2019-03-10 17:46:28 UTC (rev 439548) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2 -pkgrel=6 +pkgrel=7 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('BSD')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Monday, December 10, 2018 @ 16:36:24 Author: felixonmars Revision: 414295 upgpkg: haskell-zlib 0.6.2-6 rebuild with ghc 8.6.3, cmark-gfm 0.1.6 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-10 16:36:18 UTC (rev 414294) +++ PKGBUILD2018-12-10 16:36:24 UTC (rev 414295) @@ -3,10 +3,10 @@ pkgname=haskell-zlib pkgver=0.6.2 -pkgrel=5 +pkgrel=6 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; -license=('custom:BSD3') +license=('BSD') arch=('x86_64') depends=('ghc-libs' 'zlib') makedepends=('ghc')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Wednesday, November 7, 2018 @ 17:12:07 Author: felixonmars Revision: 402976 upgpkg: haskell-zlib 0.6.2-5 rebuild with ghc 8.6.2 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-11-07 17:11:23 UTC (rev 402975) +++ PKGBUILD2018-11-07 17:12:07 UTC (rev 402976) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2 -pkgrel=4 +pkgrel=5 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('custom:BSD3') @@ -16,7 +16,7 @@ build() { cd "$srcdir"/zlib-${pkgver} runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ ---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-use-bytestring-builder -f-non-blocking-ffi -fpkg-config runhaskell Setup build @@ -29,8 +29,8 @@ package() { cd "${srcdir}/zlib-${pkgver}" -install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" -install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh runhaskell Setup copy --destdir="$pkgdir" install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE rm -f "$pkgdir"/usr/share/doc/${pkgname}/LICENSE
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Tuesday, October 16, 2018 @ 18:57:33 Author: felixonmars Revision: 394793 upgpkg: haskell-zlib 0.6.2-4 rebuild with ghc 8.6.1 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-16 18:56:57 UTC (rev 394792) +++ PKGBUILD2018-10-16 18:57:33 UTC (rev 394793) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2 -pkgrel=3 +pkgrel=4 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('custom:BSD3')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Thursday, May 31, 2018 @ 17:47:15 Author: felixonmars Revision: 335092 upgpkg: haskell-zlib 0.6.2-3 rebuild with ghc 8.4.3 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-05-31 17:46:40 UTC (rev 335091) +++ PKGBUILD2018-05-31 17:47:15 UTC (rev 335092) @@ -4,7 +4,7 @@ pkgname=haskell-zlib pkgver=0.6.2 -pkgrel=2 +pkgrel=3 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('custom:BSD3')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Wednesday, May 16, 2018 @ 16:46:39 Author: felixonmars Revision: 322973 upgpkg: haskell-zlib 0.6.2-2 rebuild with ghc 8.4.2 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-05-16 16:46:01 UTC (rev 322972) +++ PKGBUILD2018-05-16 16:46:39 UTC (rev 322973) @@ -4,7 +4,7 @@ pkgname=haskell-zlib pkgver=0.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('custom:BSD3')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Friday, March 9, 2018 @ 07:24:26 Author: felixonmars Revision: 305009 upgpkg: haskell-zlib 0.6.2-1 rebuild with zlib,0.6.2 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-03-09 07:22:55 UTC (rev 305008) +++ PKGBUILD2018-03-09 07:24:26 UTC (rev 305009) @@ -3,8 +3,8 @@ # Maintainer: Colin Woodbury pkgname=haskell-zlib -pkgver=0.6.1.2 -pkgrel=5 +pkgver=0.6.2 +pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('custom:BSD3') @@ -12,7 +12,7 @@ depends=('ghc-libs' 'zlib') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) -sha512sums=('0034eb1297eaf20ab64e5cbfc835cee1985d34bc248325bf57f7bf5cdf2918ab72f339fe5b8b3f5f16dee862f190e0c71612960b9021cf2ca70c951788b73fc1') +sha512sums=('b899bcc2b015f83d0327915a1d48a76faeea086ed3fefd2b7a10db417d9929afbca2bc5b127bec22e360181abef55a91374d83262b10bbac43ccb99e3b4759e3') build() { cd "$srcdir"/zlib-${pkgver} @@ -19,7 +19,7 @@ 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 \ --f-use-bytestring-builder -f-non-blocking-ffi +-f-use-bytestring-builder -f-non-blocking-ffi -fpkg-config runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Sunday, November 26, 2017 @ 17:50:08 Author: felixonmars Revision: 268939 upgpkg: haskell-zlib 0.6.1.2-5 rebuild with ghc 8.2.2 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-11-26 17:49:21 UTC (rev 268938) +++ PKGBUILD2017-11-26 17:50:08 UTC (rev 268939) @@ -4,7 +4,7 @@ pkgname=haskell-zlib pkgver=0.6.1.2 -pkgrel=4 +pkgrel=5 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('custom:BSD3')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Friday, September 22, 2017 @ 14:20:45 Author: felixonmars Revision: 259488 upgpkg: haskell-zlib 0.6.1.2-4 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-09-22 14:20:04 UTC (rev 259487) +++ PKGBUILD2017-09-22 14:20:45 UTC (rev 259488) @@ -4,7 +4,7 @@ pkgname=haskell-zlib pkgver=0.6.1.2 -pkgrel=3 +pkgrel=4 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('custom:BSD3') @@ -12,11 +12,11 @@ depends=('ghc-libs' 'zlib') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) -sha256sums=('e4eb4e636caf07a16a9730ce469a00b65d5748f259f43edd904dd457b198a2bb') +sha512sums=('0034eb1297eaf20ab64e5cbfc835cee1985d34bc248325bf57f7bf5cdf2918ab72f339fe5b8b3f5f16dee862f190e0c71612960b9021cf2ca70c951788b73fc1') build() { cd "$srcdir"/zlib-${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 \ -f-use-bytestring-builder -f-non-blocking-ffi @@ -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 }
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Wednesday, August 16, 2017 @ 20:37:03 Author: felixonmars Revision: 251547 upgpkg: haskell-zlib 0.6.1.2-3 GHC 8.2.1 rebuild Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-08-16 20:35:46 UTC (rev 251546) +++ PKGBUILD2017-08-16 20:37:03 UTC (rev 251547) @@ -4,12 +4,13 @@ pkgname=haskell-zlib pkgver=0.6.1.2 -pkgrel=2 +pkgrel=3 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc' 'zlib') +depends=('ghc-libs' 'zlib') +makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) sha256sums=('e4eb4e636caf07a16a9730ce469a00b65d5748f259f43edd904dd457b198a2bb') @@ -17,10 +18,9 @@ cd "$srcdir"/zlib-${pkgver} runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ ---libsubdir=\$compiler/site-local/\$pkgid \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-use-bytestring-builder -f-non-blocking-ffi runhaskell Setup build -runhaskell Setup haddock runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh @@ -32,8 +32,6 @@ install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" -install -d -m755 "$pkgdir"/usr/share/doc/ghc/html/libraries -ln -s /usr/share/doc/${pkgname}/html "$pkgdir"/usr/share/doc/ghc/html/libraries/zlib runhaskell Setup copy --destdir="$pkgdir" install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE rm -f "$pkgdir"/usr/share/doc/${pkgname}/LICENSE
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Thursday, June 15, 2017 @ 02:35:50 Author: felixonmars Revision: 236890 upgpkg: haskell-zlib 0.6.1.2-2 rebuild with ghc,8.0.2 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-06-15 02:33:51 UTC (rev 236889) +++ PKGBUILD2017-06-15 02:35:50 UTC (rev 236890) @@ -4,12 +4,11 @@ pkgname=haskell-zlib pkgver=0.6.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -makedepends=() depends=('ghc' 'zlib') source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) sha256sums=('e4eb4e636caf07a16a9730ce469a00b65d5748f259f43edd904dd457b198a2bb') @@ -16,7 +15,7 @@ build() { cd "$srcdir"/zlib-${pkgver} -runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid \ -f-use-bytestring-builder -f-non-blocking-ffi @@ -38,4 +37,7 @@ 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 }
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Monday, November 14, 2016 @ 15:57:41 Author: spupykin Revision: 195742 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-14 15:57:29 UTC (rev 195741) +++ PKGBUILD2016-11-14 15:57:41 UTC (rev 195742) @@ -6,13 +6,13 @@ pkgver=0.6.1.2 pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" -url="http://hackage.haskell.org/package/zlib"; +url="https://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() depends=('ghc' 'zlib') -source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) -md5sums=('909b3f6ece5884c084ee5c62719d75cd') +source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) +sha256sums=('e4eb4e636caf07a16a9730ce469a00b65d5748f259f43edd904dd457b198a2bb') build() { cd "$srcdir"/zlib-${pkgver}
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Tuesday, October 25, 2016 @ 06:51:57 Author: felixonmars Revision: 193252 upgpkg: haskell-zlib 0.6.1.2-1 rebuild with resourcet-1.1.8, zlib-0.6.1.2, texmath-0.8.6.6, wai-extra-3.0.19, x509-store-1.6.2, x509-system-1.6.4, x509-validation-1.6.5 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-25 06:40:59 UTC (rev 193251) +++ PKGBUILD2016-10-25 06:51:57 UTC (rev 193252) @@ -3,8 +3,8 @@ # Maintainer: Colin Woodbury pkgname=haskell-zlib -pkgver=0.6.1.1 -pkgrel=3 +pkgver=0.6.1.2 +pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') @@ -12,7 +12,7 @@ makedepends=() depends=('ghc' 'zlib') source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) -md5sums=('d841c86562542a55dd086df69764ee17') +md5sums=('909b3f6ece5884c084ee5c62719d75cd') build() { cd ${srcdir}/zlib-${pkgver} @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid \ --f-use-bytestring-builder +-f-use-bytestring-builder -f-non-blocking-ffi runhaskell Setup build runhaskell Setup haddock runhaskell Setup register --gen-script
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD haskell-zlib.install)
Date: Tuesday, May 24, 2016 @ 17:25:53 Author: fyan Revision: 176311 upgpkg: haskell-zlib 0.6.1.1-3 rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3 0.14.2 -> 0.14.3, haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, simple-sendfile-0.2.24, stack-1.1.2, wai-3.2.1.1 Modified: haskell-zlib/trunk/PKGBUILD Deleted: haskell-zlib/trunk/haskell-zlib.install --+ PKGBUILD | 12 ++-- haskell-zlib.install | 18 -- 2 files changed, 6 insertions(+), 24 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-05-24 15:24:30 UTC (rev 176310) +++ PKGBUILD2016-05-24 15:25:53 UTC (rev 176311) @@ -4,7 +4,7 @@ pkgname=haskell-zlib pkgver=0.6.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') @@ -11,8 +11,6 @@ arch=('i686' 'x86_64') makedepends=() depends=('ghc' 'zlib') -options=('strip' 'staticlibs') -install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) md5sums=('d841c86562542a55dd086df69764ee17') @@ -26,13 +24,15 @@ runhaskell Setup haddock runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } package() { -cd ${srcdir}/zlib-${pkgver} -install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh -install-m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh +cd "${srcdir}/zlib-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/zlib runhaskell Setup copy --destdir=${pkgdir} Deleted: haskell-zlib.install === --- haskell-zlib.install2016-05-24 15:24:30 UTC (rev 176310) +++ haskell-zlib.install2016-05-24 15:25:53 UTC (rev 176311) @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-zlib -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -}
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Thursday, December 10, 2015 @ 16:18:59 Author: foutrelis Revision: 152214 GHC 7.10.3 rebuild Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-12-10 15:18:46 UTC (rev 152213) +++ PKGBUILD2015-12-10 15:18:59 UTC (rev 152214) @@ -4,7 +4,7 @@ pkgname=haskell-zlib pkgver=0.6.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Saturday, October 10, 2015 @ 11:11:44 Author: fyan Revision: 143556 upgpkg: haskell-zlib 0.6.1.1-1 - enable profiling libraries Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-10 08:48:26 UTC (rev 143555) +++ PKGBUILD2015-10-10 09:11:44 UTC (rev 143556) @@ -3,8 +3,8 @@ # Maintainer: Colin Woodbury pkgname=haskell-zlib -pkgver=0.5.4.2 -pkgrel=3 +pkgver=0.6.1.1 +pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') @@ -14,12 +14,14 @@ options=('strip' 'staticlibs') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) -md5sums=('79f01f01f859b0ef68d5787756d181c1') +md5sums=('d841c86562542a55dd086df69764ee17') build() { cd ${srcdir}/zlib-${pkgver} -runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-f-use-bytestring-builder runhaskell Setup build runhaskell Setup haddock runhaskell Setup register --gen-script
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Wednesday, October 7, 2015 @ 02:14:50 Author: foutrelis Revision: 143092 GHC 7.10.2 rebuild Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-07 00:13:46 UTC (rev 143091) +++ PKGBUILD2015-10-07 00:14:50 UTC (rev 143092) @@ -4,7 +4,7 @@ pkgname=haskell-zlib pkgver=0.5.4.2 -pkgrel=2 +pkgrel=3 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Thursday, September 10, 2015 @ 22:00:12 Author: foutrelis Revision: 139806 ncurses 6.0 rebuild. Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-10 19:59:19 UTC (rev 139805) +++ PKGBUILD2015-09-10 20:00:12 UTC (rev 139806) @@ -4,7 +4,7 @@ pkgname=haskell-zlib pkgver=0.5.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Monday, March 30, 2015 @ 13:21:51 Author: spupykin Revision: 130264 upgpkg: haskell-zlib 0.5.4.2-1 upd Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-30 11:21:48 UTC (rev 130263) +++ PKGBUILD2015-03-30 11:21:51 UTC (rev 130264) @@ -3,7 +3,7 @@ # Maintainer: Colin Woodbury pkgname=haskell-zlib -pkgver=0.5.4.1 +pkgver=0.5.4.2 pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; @@ -10,11 +10,11 @@ license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() -depends=('ghc' 'haskell-bytestring' 'zlib') +depends=('ghc' 'zlib') options=('strip' 'staticlibs') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) -md5sums=('d0d10786d2bbd1d401a8b28a83e88475') +md5sums=('79f01f01f859b0ef68d5787756d181c1') build() { cd ${srcdir}/zlib-${pkgver}
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Friday, April 18, 2014 @ 19:10:01 Author: td123 Revision: 211304 upgpkg: haskell-zlib 0.5.4.1-3 rebuild with cfgf Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-04-18 17:09:40 UTC (rev 211303) +++ PKGBUILD2014-04-18 17:10:01 UTC (rev 211304) @@ -3,13 +3,13 @@ _hkgname=zlib pkgname=haskell-zlib pkgver=0.5.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/${_hkgname}"; license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.2-1' 'sh' 'zlib') +depends=('ghc=7.8.2-2' 'sh' 'zlib') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) install=${pkgname}.install md5sums=('d0d10786d2bbd1d401a8b28a83e88475')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Saturday, April 12, 2014 @ 18:50:45 Author: td123 Revision: 210237 upgpkg: haskell-zlib 0.5.4.1-2 rebuild with cfgf Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-04-12 16:50:36 UTC (rev 210236) +++ PKGBUILD2014-04-12 16:50:45 UTC (rev 210237) @@ -3,15 +3,15 @@ _hkgname=zlib pkgname=haskell-zlib pkgver=0.5.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/${_hkgname}"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.3-1' 'sh' 'zlib') +options=('staticlibs') +depends=('ghc=7.8.2-1' 'sh' 'zlib') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) install=${pkgname}.install -options=('staticlibs') md5sums=('d0d10786d2bbd1d401a8b28a83e88475') build() {
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD haskell-zlib.install)
Date: Wednesday, April 24, 2013 @ 06:19:59 Author: td123 Revision: 183587 upgpkg: haskell-zlib 0.5.4.1-1 bump Modified: haskell-zlib/trunk/PKGBUILD haskell-zlib/trunk/haskell-zlib.install --+ PKGBUILD | 58 ++--- haskell-zlib.install | 33 +-- 2 files changed, 56 insertions(+), 35 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-04-24 04:19:23 UTC (rev 183586) +++ PKGBUILD2013-04-24 04:19:59 UTC (rev 183587) @@ -1,45 +1,49 @@ # Maintainer: Thomas Dziedzic -# Maintainer: Vesa Kaihlavirta -# Contributor: Arch Haskell Team -# Package originally generated by cabal2arch 0.7.6 _hkgname=zlib pkgname=haskell-zlib -pkgver=0.5.4.0 +pkgver=0.5.4.1 pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" -url="http://hackage.haskell.org/package/zlib"; +url="http://hackage.haskell.org/package/${_hkgname}"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.2-1' 'zlib' 'sh') +depends=('ghc=7.6.3-1' 'sh' 'zlib') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) install=${pkgname}.install -md5sums=('eb5984b936a7c37a0cdaa357149176b2') +md5sums=('d0d10786d2bbd1d401a8b28a83e88475') build() { -cd ${srcdir}/${_hkgname}-${pkgver} + cd ${_hkgname}-${pkgver} -# ghc 7.6 includes bytestring 0.10 -# TODO on the next rebuild, verify that we do not need this anymore -#sed 's/bytestring == 0.9.*/bytestring == 0.10.*/' -i zlib.cabal + runhaskell Setup configure -O -p \ +--enable-split-objs \ +--enable-shared \ +--prefix=/usr \ +--docdir=/usr/share/doc/${pkgname} \ +--libsubdir=\$compiler/site-local/\$pkgid -runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid -runhaskell Setup build -runhaskell Setup haddock -runhaskell Setup register --gen-script -runhaskell Setup unregister --gen-script -sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh + runhaskell Setup build + + runhaskell Setup haddock + + runhaskell Setup register --gen-script + runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } package() { -cd ${srcdir}/${_hkgname}-${pkgver} -install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh -install-m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh -install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries -ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} -runhaskell Setup copy --destdir=${pkgdir} -install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE + cd ${_hkgname}-${pkgver} + + install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh + install-m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh + + install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries + ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} + + runhaskell Setup copy --destdir=${pkgdir} + + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE } + Modified: haskell-zlib.install === --- haskell-zlib.install2013-04-24 04:19:23 UTC (rev 183586) +++ haskell-zlib.install2013-04-24 04:19:59 UTC (rev 183587) @@ -1,18 +1,35 @@ -HS_DIR=usr/share/haskell/haskell-zlib -post_install() { - ${HS_DIR}/register.sh +pkgname=haskell-zlib + +_register() { + usr/share/haskell/${pkgname}/register.sh +} + +_unregister() { + usr/share/haskell/${pkgname}/unregister.sh +} + +_gen_contents() { (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) } + +post_install() { + _register + _gen_contents +} + pre_upgrade() { - ${HS_DIR}/unregister.sh + _unregister } + post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) + _register + _gen_contents } + pre_remove() { - ${HS_DIR}/unregister.sh + _unregister } + post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) + _gen_contents }
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Friday, February 22, 2013 @ 07:11:33 Author: td123 Revision: 178434 add comment Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-02-22 04:42:18 UTC (rev 178433) +++ PKGBUILD2013-02-22 06:11:33 UTC (rev 178434) @@ -20,7 +20,8 @@ cd ${srcdir}/${_hkgname}-${pkgver} # ghc 7.6 includes bytestring 0.10 -sed 's/bytestring == 0.9.*/bytestring == 0.10.*/' -i zlib.cabal +# TODO on the next rebuild, verify that we do not need this anymore +#sed 's/bytestring == 0.9.*/bytestring == 0.10.*/' -i zlib.cabal runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Friday, February 1, 2013 @ 05:30:12 Author: td123 Revision: 176825 upgpkg: haskell-zlib 0.5.4.0-1 rebuild Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-02-01 04:29:18 UTC (rev 176824) +++ PKGBUILD2013-02-01 04:30:12 UTC (rev 176825) @@ -5,16 +5,16 @@ _hkgname=zlib pkgname=haskell-zlib -pkgver=0.5.3.3 -pkgrel=5 +pkgver=0.5.4.0 +pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' 'zlib' 'sh') +depends=('ghc=7.6.2-1' 'zlib' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) install=${pkgname}.install -md5sums=('1649e56d13ce2c6a6a9210227401dbbc') +md5sums=('eb5984b936a7c37a0cdaa357149176b2') build() { cd ${srcdir}/${_hkgname}-${pkgver}
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Saturday, September 8, 2012 @ 04:02:45 Author: tdziedzic Revision: 166468 upgpkg: haskell-zlib 0.5.3.3-5 rebuild Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-09-08 07:40:47 UTC (rev 166467) +++ PKGBUILD2012-09-08 08:02:45 UTC (rev 166468) @@ -6,18 +6,22 @@ _hkgname=zlib pkgname=haskell-zlib pkgver=0.5.3.3 -pkgrel=4 +pkgrel=5 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.4.2-1' 'zlib' 'sh') +depends=('ghc=7.6.1-1' 'zlib' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) install=${pkgname}.install md5sums=('1649e56d13ce2c6a6a9210227401dbbc') build() { cd ${srcdir}/${_hkgname}-${pkgver} + +# ghc 7.6 includes bytestring 0.10 +sed 's/bytestring == 0.9.*/bytestring == 0.10.*/' -i zlib.cabal + runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ --libsubdir=\$compiler/site-local/\$pkgid
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Sunday, June 10, 2012 @ 21:50:27 Author: tdziedzic Revision: 161401 upgpkg: haskell-zlib 0.5.3.3-4 rebuild for ghc Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-11 01:46:48 UTC (rev 161400) +++ PKGBUILD2012-06-11 01:50:27 UTC (rev 161401) @@ -6,13 +6,13 @@ _hkgname=zlib pkgname=haskell-zlib pkgver=0.5.3.3 -pkgrel=3 +pkgrel=4 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.4.1' 'zlib' 'sh') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +depends=('ghc=7.4.2-1' 'zlib' 'sh') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) install=${pkgname}.install md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Friday, February 24, 2012 @ 15:36:50 Author: tdziedzic Revision: 151089 upgpkg: haskell-zlib 0.5.3.3-3 ghc rebuild Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-24 19:58:42 UTC (rev 151088) +++ PKGBUILD2012-02-24 20:36:50 UTC (rev 151089) @@ -1,19 +1,20 @@ +# Maintainer: Thomas Dziedzic # Maintainer: Vesa Kaihlavirta # Contributor: Arch Haskell Team # Package originally generated by cabal2arch 0.7.6 + _hkgname=zlib pkgname=haskell-zlib -pkgver=0.5.3.1 -pkgrel=2.1 +pkgver=0.5.3.3 +pkgrel=3 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=7.0.3-2 'zlib' sh) -options=('strip') +depends=('ghc=7.4.1' 'zlib' 'sh') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('8fb2988b112e38d04a527b892f770507') +md5sums=('1649e56d13ce2c6a6a9210227401dbbc') build() { cd ${srcdir}/${_hkgname}-${pkgver}
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Wednesday, June 22, 2011 @ 08:29:17 Author: vesa Revision: 128232 new HP rel Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-06-22 12:27:59 UTC (rev 128231) +++ PKGBUILD2011-06-22 12:29:17 UTC (rev 128232) @@ -4,12 +4,12 @@ _hkgname=zlib pkgname=haskell-zlib pkgver=0.5.3.1 -pkgrel=2 +pkgrel=2.1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=7.0.2-2 'zlib' sh) +depends=(ghc=7.0.3-2 'zlib' sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Friday, March 18, 2011 @ 04:26:20 Author: vesa Revision: 115499 ghc-7.0.2-2 rebuild Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-03-18 08:25:09 UTC (rev 115498) +++ PKGBUILD2011-03-18 08:26:20 UTC (rev 115499) @@ -4,12 +4,12 @@ _hkgname=zlib pkgname=haskell-zlib pkgver=0.5.3.1 -pkgrel=1.1 +pkgrel=2 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=7.0.2 'zlib' sh) +depends=(ghc=7.0.2-2 'zlib' sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Friday, March 4, 2011 @ 06:56:55 Author: vesa Revision: 112201 1.1 bump for ghc-7.0.2 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-03-04 11:54:01 UTC (rev 112200) +++ PKGBUILD2011-03-04 11:56:55 UTC (rev 112201) @@ -4,12 +4,12 @@ _hkgname=zlib pkgname=haskell-zlib pkgver=0.5.3.1 -pkgrel=1 +pkgrel=1.1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=7.0.1 'zlib' sh) +depends=(ghc=7.0.2 'zlib' sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Monday, February 14, 2011 @ 14:52:48 Author: remy Revision: 109978 upgpkg: haskell-zlib 0.5.3.1-1 Update to 0.5.3.1 for HP 2011.1 (release candidate) Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-02-14 17:57:10 UTC (rev 109977) +++ PKGBUILD2011-02-14 19:52:48 UTC (rev 109978) @@ -3,8 +3,8 @@ # Package originally generated by cabal2arch 0.7.6 _hkgname=zlib pkgname=haskell-zlib -pkgver=0.5.2.0 -pkgrel=7 +pkgver=0.5.3.1 +pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') @@ -13,7 +13,7 @@ options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('19859e241dc18ef1501a5d44d8523507') +md5sums=('8fb2988b112e38d04a527b892f770507') build() { cd ${srcdir}/${_hkgname}-${pkgver}
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Thursday, November 25, 2010 @ 13:50:05 Author: remy Revision: 100749 upgpkg: haskell-zlib 0.5.2.0-6 Rebuild for ghc-7.0.1 Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-11-25 18:44:54 UTC (rev 100748) +++ PKGBUILD2010-11-25 18:50:05 UTC (rev 100749) @@ -1,34 +1,36 @@ # Maintainer: Vesa Kaihlavirta # Contributor: Arch Haskell Team # Package originally generated by cabal2arch 0.7.6 +_hkgname=zlib pkgname=haskell-zlib pkgver=0.5.2.0 -pkgrel=5 +pkgrel=6 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=6.12.3 'zlib' sh) +depends=(ghc=7.0.1 'zlib' sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) install=${pkgname}.install md5sums=('19859e241dc18ef1501a5d44d8523507') build() { -cd ${srcdir}/zlib-$pkgver -runhaskell Setup configure -p --enable-split-objs --enable-shared --prefix=/usr --docdir=/usr/share/doc/${pkgname} +cd ${srcdir}/${_hkgname}-$pkgver +runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr --docdir=/usr/share/doc/${pkgname} runhaskell Setup build runhaskell Setup haddock runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } package() { -cd ${srcdir}/zlib-$pkgver +cd ${srcdir}/${_hkgname}-${pkgver} install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh install-m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries -ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/zlib +ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} runhaskell Setup copy --destdir=${pkgdir} install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Wednesday, August 18, 2010 @ 02:38:28 Author: vesa Revision: 87741 ghc-6.12.3 rebuild Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-08-18 06:36:59 UTC (rev 87740) +++ PKGBUILD2010-08-18 06:38:28 UTC (rev 87741) @@ -2,13 +2,13 @@ # Contributor: Arch Haskell Team # Package originally generated by cabal2arch 0.4.1 pkgname=haskell-zlib -pkgrel=3 +pkgrel=4 pkgver=0.5.2.0 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=6.12.1 'zlib' sh) +depends=(ghc=6.12.3 'zlib' sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/zlib/$pkgver/zlib-$pkgver.tar.gz) install=haskell-zlib.install
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Tuesday, March 23, 2010 @ 21:35:09 Author: allan Revision: 73200 upgpkg: haskell-zlib 0.5.2.0-3 gmp5 rebuild Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2010-03-23 22:28:12 UTC (rev 73199) +++ PKGBUILD2010-03-24 01:35:09 UTC (rev 73200) @@ -2,7 +2,7 @@ # Contributor: Arch Haskell Team # Package originally generated by cabal2arch 0.4.1 pkgname=haskell-zlib -pkgrel=2.1 +pkgrel=3 pkgver=0.5.2.0 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib";
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Tuesday, January 12, 2010 @ 07:56:00 Author: vesa Revision: 62792 rebuild bump Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2010-01-12 12:40:39 UTC (rev 62791) +++ PKGBUILD2010-01-12 12:56:00 UTC (rev 62792) @@ -2,7 +2,7 @@ # Contributor: Arch Haskell Team # Package originally generated by cabal2arch 0.4.1 pkgname=haskell-zlib -pkgrel=2 +pkgrel=2.1 pkgver=0.5.2.0 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib";
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Sunday, December 27, 2009 @ 09:31:21 Author: vesa Revision: 61875 --enable-split-objs Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2009-12-27 14:29:29 UTC (rev 61874) +++ PKGBUILD2009-12-27 14:31:21 UTC (rev 61875) @@ -2,7 +2,7 @@ # Contributor: Arch Haskell Team # Package originally generated by cabal2arch 0.4.1 pkgname=haskell-zlib -pkgrel=1.1 +pkgrel=2 pkgver=0.5.2.0 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib"; @@ -15,7 +15,7 @@ build() { cd $srcdir/zlib-$pkgver -runhaskell Setup configure --prefix=/usr || return 1 +runhaskell Setup configure -p --enable-split-objs --enable-shared --prefix=/usr || return 1 runhaskell Setup build || return 1 runhaskell Setup register --gen-script || return 1 runhaskell Setup unregister --gen-script || return 1
[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Date: Sunday, December 13, 2009 @ 02:06:10 Author: vesa Revision: 61183 $startdir/pkg => $pkgdir Modified: haskell-zlib/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2009-12-13 07:03:12 UTC (rev 61182) +++ PKGBUILD2009-12-13 07:06:10 UTC (rev 61183) @@ -14,14 +14,14 @@ install=haskell-zlib.install build() { -cd $startdir/src/zlib-$pkgver +cd $srcdir/zlib-$pkgver runhaskell Setup configure --prefix=/usr || return 1 runhaskell Setup build || return 1 runhaskell Setup register --gen-script || return 1 runhaskell Setup unregister --gen-script || return 1 -install -D -m744 register.sh $startdir/pkg/usr/share/haskell/$pkgname/register.sh -install-m744 unregister.sh $startdir/pkg/usr/share/haskell/$pkgname/unregister.sh -runhaskell Setup copy --destdir=$startdir/pkg || return 1 -install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE || return 1 +install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh +install-m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh +runhaskell Setup copy --destdir=$pkgdir || return 1 +install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1 } md5sums=('19859e241dc18ef1501a5d44d8523507')