Date: Wednesday, July 26, 2017 @ 16:06:55 Author: felixonmars Revision: 246458
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-path-io/repos/community-staging-i686/ haskell-path-io/repos/community-staging-i686/PKGBUILD (from rev 246457, haskell-path-io/trunk/PKGBUILD) haskell-path-io/repos/community-staging-x86_64/ haskell-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 246457, haskell-path-io/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 46 ++++++++++++++++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 46 ++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) Copied: haskell-path-io/repos/community-staging-i686/PKGBUILD (from rev 246457, haskell-path-io/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-26 16:06:55 UTC (rev 246458) @@ -0,0 +1,46 @@ +# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Daniel Nagy <danielnagy at gmx de> +# Contributor: Daniel Micay <danielmi...@gmail.com> + +_hkgname=path-io +pkgname=haskell-path-io +pkgver=1.3.2 +pkgrel=2 +pkgdesc="Interface to ‘directory’ package for users of ‘path’" +url="https://github.com/mrkkrp/path-io" +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('ghc' 'haskell-dlist' 'haskell-exceptions' 'haskell-path' 'haskell-temporary' + 'haskell-unix-compat') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") +sha512sums=('3f9b89d372da3c98687ef1537e69352b64dedd1841a09c3607f190d25c3ad56fa4b46493c31322c626b06e37399dc7815fcc9050e12e773e6243095d6139e07c') + +build() { + cd "$srcdir/$_hkgname-$pkgver" + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + -f-dev + runhaskell Setup build + LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html + 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}/${_hkgname}-${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 -dm755 "$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.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" + rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md" + + # Remove static libs + find "$pkgdir"/usr/lib -name "*.a" -delete +} Copied: haskell-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 246457, haskell-path-io/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-26 16:06:55 UTC (rev 246458) @@ -0,0 +1,46 @@ +# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Daniel Nagy <danielnagy at gmx de> +# Contributor: Daniel Micay <danielmi...@gmail.com> + +_hkgname=path-io +pkgname=haskell-path-io +pkgver=1.3.2 +pkgrel=2 +pkgdesc="Interface to ‘directory’ package for users of ‘path’" +url="https://github.com/mrkkrp/path-io" +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('ghc' 'haskell-dlist' 'haskell-exceptions' 'haskell-path' 'haskell-temporary' + 'haskell-unix-compat') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") +sha512sums=('3f9b89d372da3c98687ef1537e69352b64dedd1841a09c3607f190d25c3ad56fa4b46493c31322c626b06e37399dc7815fcc9050e12e773e6243095d6139e07c') + +build() { + cd "$srcdir/$_hkgname-$pkgver" + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + -f-dev + runhaskell Setup build + LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html + 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}/${_hkgname}-${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 -dm755 "$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.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" + rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md" + + # Remove static libs + find "$pkgdir"/usr/lib -name "*.a" -delete +}