Date: Monday, July 31, 2017 @ 18:45:46 Author: felixonmars Revision: 247203
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-lens/repos/community-staging-i686/ haskell-lens/repos/community-staging-i686/PKGBUILD (from rev 247202, haskell-lens/trunk/PKGBUILD) haskell-lens/repos/community-staging-x86_64/ haskell-lens/repos/community-staging-x86_64/PKGBUILD (from rev 247202, haskell-lens/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) Copied: haskell-lens/repos/community-staging-i686/PKGBUILD (from rev 247202, haskell-lens/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-31 18:45:46 UTC (rev 247203) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Arch Haskell Team <arch-hask...@haskell.org> + +_hkgname=lens +pkgname=haskell-lens +pkgver=4.15.3 +pkgrel=7 +pkgdesc="Lenses, Folds and Traversals" +url="http://github.com/ekmett/lens/" +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('ghc' "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" + "haskell-contravariant" "haskell-distributive" "haskell-exceptions" "haskell-free" + "haskell-hashable" "haskell-kan-extensions" "haskell-mtl" "haskell-parallel" + "haskell-profunctors" "haskell-reflection" "haskell-semigroupoids" "haskell-semigroups" + "haskell-tagged" "haskell-text" "haskell-th-abstraction" "haskell-transformers-compat" + "haskell-unordered-containers" "haskell-vector" "haskell-void") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha512sums=('0ccc13ee500712e1e36fe7284fe179f461f00c179756968aca27d570629322e1a17e13b6d006ee27e03c4aad4d6006b9e0397567af24333ebc3b7f8726a953ca') + +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-j -ftrustworthy -f-safe -ftest-templates -ftest-properties -ftest-hunit \ + -ftest-doctests -ftest-hlint -f-dump-splices -f-old-inline-pragmas -finlining \ + -f-benchmark-uniplate + runhaskell Setup build + 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 -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" + + # Remove static libs + find "$pkgdir"/usr/lib -name "*.a" -delete +} Copied: haskell-lens/repos/community-staging-x86_64/PKGBUILD (from rev 247202, haskell-lens/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-31 18:45:46 UTC (rev 247203) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Arch Haskell Team <arch-hask...@haskell.org> + +_hkgname=lens +pkgname=haskell-lens +pkgver=4.15.3 +pkgrel=7 +pkgdesc="Lenses, Folds and Traversals" +url="http://github.com/ekmett/lens/" +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('ghc' "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" + "haskell-contravariant" "haskell-distributive" "haskell-exceptions" "haskell-free" + "haskell-hashable" "haskell-kan-extensions" "haskell-mtl" "haskell-parallel" + "haskell-profunctors" "haskell-reflection" "haskell-semigroupoids" "haskell-semigroups" + "haskell-tagged" "haskell-text" "haskell-th-abstraction" "haskell-transformers-compat" + "haskell-unordered-containers" "haskell-vector" "haskell-void") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha512sums=('0ccc13ee500712e1e36fe7284fe179f461f00c179756968aca27d570629322e1a17e13b6d006ee27e03c4aad4d6006b9e0397567af24333ebc3b7f8726a953ca') + +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-j -ftrustworthy -f-safe -ftest-templates -ftest-properties -ftest-hunit \ + -ftest-doctests -ftest-hlint -f-dump-splices -f-old-inline-pragmas -finlining \ + -f-benchmark-uniplate + runhaskell Setup build + 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 -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" + + # Remove static libs + find "$pkgdir"/usr/lib -name "*.a" -delete +}