Date: Wednesday, April 24, 2013 @ 16:22:38 Author: spupykin Revision: 88871
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-bytestring-show/repos/community-staging-i686/ haskell-bytestring-show/repos/community-staging-i686/PKGBUILD (from rev 88870, haskell-bytestring-show/trunk/PKGBUILD) haskell-bytestring-show/repos/community-staging-i686/haskell-bytestring-show.install (from rev 88870, haskell-bytestring-show/trunk/haskell-bytestring-show.install) haskell-bytestring-show/repos/community-staging-x86_64/ haskell-bytestring-show/repos/community-staging-x86_64/PKGBUILD (from rev 88870, haskell-bytestring-show/trunk/PKGBUILD) haskell-bytestring-show/repos/community-staging-x86_64/haskell-bytestring-show.install (from rev 88870, haskell-bytestring-show/trunk/haskell-bytestring-show.install) ----------------------------------------------------------+ community-staging-i686/PKGBUILD | 43 +++++++++++++ community-staging-i686/haskell-bytestring-show.install | 24 +++++++ community-staging-x86_64/PKGBUILD | 43 +++++++++++++ community-staging-x86_64/haskell-bytestring-show.install | 24 +++++++ 4 files changed, 134 insertions(+) Copied: haskell-bytestring-show/repos/community-staging-i686/PKGBUILD (from rev 88870, haskell-bytestring-show/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2013-04-24 14:22:38 UTC (rev 88871) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> + +pkgname=haskell-bytestring-show +pkgver=0.3.5.4 +pkgrel=4 +pkgdesc="Efficient conversion of values into readable byte strings." +url="http://hackage.haskell.org/package/bytestring-show" +license=("BSD3") +arch=('i686' 'x86_64') +depends=("ghc") +install="${pkgname}.install" +source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz") +md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d') + +build() { + cd ${srcdir}/bytestring-show-${pkgver} + + # update outdated dependency + sed 's/build-depends: integer-gmp >= 0.2 && < 0.5/build-depends: integer-gmp >= 0.2 \&\& < 0.6/' -i bytestring-show.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 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() { + depends=("ghc=`pacman -Q ghc | cut -f2 -d\ |cut -f1 -d-`") + + cd ${srcdir}/bytestring-show-${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/bytestring-show + runhaskell Setup copy --destdir=${pkgdir} + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE +} Copied: haskell-bytestring-show/repos/community-staging-i686/haskell-bytestring-show.install (from rev 88870, haskell-bytestring-show/trunk/haskell-bytestring-show.install) =================================================================== --- community-staging-i686/haskell-bytestring-show.install (rev 0) +++ community-staging-i686/haskell-bytestring-show.install 2013-04-24 14:22:38 UTC (rev 88871) @@ -0,0 +1,24 @@ +pkgname=haskell-bytestring-show +HS_DIR=usr/share/haskell/${pkgname} + +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) +} Copied: haskell-bytestring-show/repos/community-staging-x86_64/PKGBUILD (from rev 88870, haskell-bytestring-show/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2013-04-24 14:22:38 UTC (rev 88871) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> + +pkgname=haskell-bytestring-show +pkgver=0.3.5.4 +pkgrel=4 +pkgdesc="Efficient conversion of values into readable byte strings." +url="http://hackage.haskell.org/package/bytestring-show" +license=("BSD3") +arch=('i686' 'x86_64') +depends=("ghc") +install="${pkgname}.install" +source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz") +md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d') + +build() { + cd ${srcdir}/bytestring-show-${pkgver} + + # update outdated dependency + sed 's/build-depends: integer-gmp >= 0.2 && < 0.5/build-depends: integer-gmp >= 0.2 \&\& < 0.6/' -i bytestring-show.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 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() { + depends=("ghc=`pacman -Q ghc | cut -f2 -d\ |cut -f1 -d-`") + + cd ${srcdir}/bytestring-show-${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/bytestring-show + runhaskell Setup copy --destdir=${pkgdir} + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE +} Copied: haskell-bytestring-show/repos/community-staging-x86_64/haskell-bytestring-show.install (from rev 88870, haskell-bytestring-show/trunk/haskell-bytestring-show.install) =================================================================== --- community-staging-x86_64/haskell-bytestring-show.install (rev 0) +++ community-staging-x86_64/haskell-bytestring-show.install 2013-04-24 14:22:38 UTC (rev 88871) @@ -0,0 +1,24 @@ +pkgname=haskell-bytestring-show +HS_DIR=usr/share/haskell/${pkgname} + +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) +}