[arch-commits] Commit in haskell-conduit-combinators/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:00:04 Author: felixonmars Revision: 294128 upgpkg: haskell-conduit-combinators 1.1.2-26 rebuild with cabal-doctest,1.0.6 Modified: haskell-conduit-combinators/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 07:58:16 UTC (rev 294127) +++ PKGBUILD2018-02-14 08:00:04 UTC (rev 294128) @@ -5,7 +5,7 @@ _hkgname=conduit-combinators pkgname=haskell-conduit-combinators pkgver=1.1.2 -pkgrel=25 +pkgrel=26 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" url="https://github.com/snoyberg/mono-traversable"; license=("MIT")
[arch-commits] Commit in haskell-conduit-combinators/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:00:25 Author: felixonmars Revision: 294129 archrelease: copy trunk to community-staging-x86_64 Added: haskell-conduit-combinators/repos/community-staging-x86_64/ haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD (from rev 294128, haskell-conduit-combinators/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD (from rev 294128, haskell-conduit-combinators/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:00:25 UTC (rev 294129) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=conduit-combinators +pkgname=haskell-conduit-combinators +pkgver=1.1.2 +pkgrel=26 +pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" +url="https://github.com/snoyberg/mono-traversable"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring' 'haskell-chunked-data' + 'haskell-conduit' 'haskell-conduit-extra' 'haskell-monad-control' + 'haskell-mono-traversable' 'haskell-mwc-random' 'haskell-primitive' 'haskell-resourcet' + 'haskell-text' 'haskell-transformers-base' 'haskell-unix-compat' 'haskell-vector' + 'haskell-void') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-mtl' 'haskell-safe' + 'haskell-silently') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('7ece12d0af700f2fe903f044857d0ae754bd205b427dc63f2e8749b18e2fbdbd3c1727df742618ef5019abb25ffbf2dec9ba59a6c2f996e0e502eb2f7a6499ba') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fmonotrav1 +LC_CTYPE=en_US.UTF-8 runhaskell Setup build +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 +} + +check() { +cd $_hkgname-$pkgver +LC_CTYPE=en_US.UTF-8 runhaskell Setup test +} + +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" +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-concise/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:01:28 Author: felixonmars Revision: 294131 archrelease: copy trunk to community-staging-x86_64 Added: haskell-concise/repos/community-staging-x86_64/ haskell-concise/repos/community-staging-x86_64/PKGBUILD (from rev 294130, haskell-concise/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-concise/repos/community-staging-x86_64/PKGBUILD (from rev 294130, haskell-concise/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:01:28 UTC (rev 294131) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=concise +pkgname=haskell-concise +pkgver=0.1.0.1 +pkgrel=2 +pkgdesc="Utilities for Control.Lens.Cons" +url="https://github.com/frasertweedal/hs-concise"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-lens' 'haskell-text') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' + 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('1ca4aacd319107b6a0031e7d0604563a6be68c4c1a2df6e31e7336e8c29f8efd94d5517e31e9a986b9607eb059f74e33b1d8a307d5a23194daf5e88350d560d7') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +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 +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_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" +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-concise/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:01:08 Author: felixonmars Revision: 294130 upgpkg: haskell-concise 0.1.0.1-2 rebuild with cabal-doctest,1.0.6 Modified: haskell-concise/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:00:25 UTC (rev 294129) +++ PKGBUILD2018-02-14 08:01:08 UTC (rev 294130) @@ -5,7 +5,7 @@ _hkgname=concise pkgname=haskell-concise pkgver=0.1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Utilities for Control.Lens.Cons" url="https://github.com/frasertweedal/hs-concise"; license=("custom:BSD3")
[arch-commits] Commit in haskell-yesod-test/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:02:31 Author: felixonmars Revision: 294132 upgpkg: haskell-yesod-test 1.5.9.1-43 rebuild with cabal-doctest,1.0.6 Modified: haskell-yesod-test/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:01:28 UTC (rev 294131) +++ PKGBUILD2018-02-14 08:02:31 UTC (rev 294132) @@ -4,7 +4,7 @@ _hkgname=yesod-test pkgname=haskell-yesod-test pkgver=1.5.9.1 -pkgrel=42 +pkgrel=43 pkgdesc="Integration testing for WAI/Yesod Applications" url="http://www.yesodweb.com"; license=('MIT')
[arch-commits] Commit in haskell-yesod-test/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:02:52 Author: felixonmars Revision: 294133 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-test/repos/community-staging-x86_64/ haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 294132, haskell-yesod-test/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 294132, haskell-yesod-test/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:02:52 UTC (rev 294133) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=yesod-test +pkgname=haskell-yesod-test +pkgver=1.5.9.1 +pkgrel=43 +pkgdesc="Integration testing for WAI/Yesod Applications" +url="http://www.yesodweb.com"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 'haskell-blaze-builder' + 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cookie' + 'haskell-hspec-core' 'haskell-html-conduit' 'haskell-http-types' 'haskell-monad-control' + 'haskell-network' 'haskell-persistent' 'haskell-pretty-show' 'haskell-text' 'haskell-wai' + 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 'haskell-yesod-core') +makedepends=('ghc' 'haskell-yesod-form' 'haskell-lifted-base' 'haskell-hspec') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('9b33af1df7cdc526e4be9339f2ff84f1b2f748d5516f1a851fcd537df2500961a3ac07c74db6311d499cb233ddb802e425efc16f10c1dedb16239fac8b767bed') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +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 +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +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" +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-yesod/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:03:44 Author: felixonmars Revision: 294134 upgpkg: haskell-yesod 1.4.5-187 rebuild with cabal-doctest,1.0.6 Modified: haskell-yesod/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:02:52 UTC (rev 294133) +++ PKGBUILD2018-02-14 08:03:44 UTC (rev 294134) @@ -5,7 +5,7 @@ _hkgname=yesod pkgname=haskell-yesod pkgver=1.4.5 -pkgrel=186 +pkgrel=187 pkgdesc="Creation of type-safe, RESTful web applications." url="http://www.yesodweb.com/"; license=("MIT")
[arch-commits] Commit in haskell-yesod/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:04:07 Author: felixonmars Revision: 294135 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod/repos/community-staging-x86_64/ haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 294134, haskell-yesod/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 294134, haskell-yesod/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:04:07 UTC (rev 294135) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod +pkgname=haskell-yesod +pkgver=1.4.5 +pkgrel=187 +pkgdesc="Creation of type-safe, RESTful web applications." +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup" + "haskell-conduit-extra" "haskell-data-default-class" "haskell-fast-logger" + "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" "haskell-semigroups" + "haskell-shakespeare" "haskell-streaming-commons" "haskell-text" + "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" "haskell-wai-logger" + "haskell-warp" "haskell-yaml" "haskell-yesod-core" "haskell-yesod-form" + "haskell-yesod-persistent") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9') + +build() { +cd "${srcdir}/${_hkgname}-${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 +runhaskell Setup build +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" +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-wl-pprint-terminfo/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:04:46 Author: felixonmars Revision: 294136 upgpkg: haskell-wl-pprint-terminfo 3.7.1.4-30 rebuild with cabal-doctest,1.0.6 Modified: haskell-wl-pprint-terminfo/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:04:07 UTC (rev 294135) +++ PKGBUILD2018-02-14 08:04:46 UTC (rev 294136) @@ -4,7 +4,7 @@ _hkgname=wl-pprint-terminfo pkgname=haskell-wl-pprint-terminfo pkgver=3.7.1.4 -pkgrel=29 +pkgrel=30 pkgdesc="A color pretty printer with terminfo support" url="https://github.com/ekmett/wl-pprint-terminfo/"; license=('custom:BSD3')
[arch-commits] Commit in haskell-wl-pprint-terminfo/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:05:06 Author: felixonmars Revision: 294137 archrelease: copy trunk to community-staging-x86_64 Added: haskell-wl-pprint-terminfo/repos/community-staging-x86_64/ haskell-wl-pprint-terminfo/repos/community-staging-x86_64/PKGBUILD (from rev 294136, haskell-wl-pprint-terminfo/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-wl-pprint-terminfo/repos/community-staging-x86_64/PKGBUILD (from rev 294136, haskell-wl-pprint-terminfo/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:05:06 UTC (rev 294137) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=wl-pprint-terminfo +pkgname=haskell-wl-pprint-terminfo +pkgver=3.7.1.4 +pkgrel=30 +pkgdesc="A color pretty printer with terminfo support" +url="https://github.com/ekmett/wl-pprint-terminfo/"; +license=('custom:BSD3') +arch=('x86_64') +depends=('ghc-libs' 'haskell-semigroups' 'haskell-wl-pprint-extras' 'haskell-text') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('1f2a7bd195732fe297c49c50b59812190d5698efa7c2e9b2fbcfbbae71523c25dfcc2a0f098aebe22453cd867bc40480100c8231a6f43a7bd46202f3dcd924b3') + +prepare() { +sed -i '/nats/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fCursed +runhaskell Setup build +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" +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-tasty-rerun/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:05:43 Author: felixonmars Revision: 294138 upgpkg: haskell-tasty-rerun 1.1.9-10 rebuild with cabal-doctest,1.0.6 Modified: haskell-tasty-rerun/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:05:06 UTC (rev 294137) +++ PKGBUILD2018-02-14 08:05:43 UTC (rev 294138) @@ -5,7 +5,7 @@ _hkgname=tasty-rerun pkgname=haskell-tasty-rerun pkgver=1.1.9 -pkgrel=9 +pkgrel=10 pkgdesc="Run tests by filtering the test tree depending on the result of previous test runs" url="https://github.com/ocharles/tasty-rerun"; license=("custom:BSD3")
[arch-commits] Commit in haskell-tasty-rerun/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:06:05 Author: felixonmars Revision: 294139 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-rerun/repos/community-staging-x86_64/ haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 294138, haskell-tasty-rerun/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 294138, haskell-tasty-rerun/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:06:05 UTC (rev 294139) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=tasty-rerun +pkgname=haskell-tasty-rerun +pkgver=1.1.9 +pkgrel=10 +pkgdesc="Run tests by filtering the test tree depending on the result of previous test runs" +url="https://github.com/ocharles/tasty-rerun"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-reducers' + 'haskell-split' 'haskell-stm' 'haskell-tagged' 'haskell-tasty') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('e58f2cf286a48155cddf24d97f0efaa5329120de3d00e23a578da2307571012b4e367412224795769964742a935a7ebd8b0bafc535c01703c5b307515f309515') + +build() { +cd $_hkgname-$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 +runhaskell Setup build +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 $_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" +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-store/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:07:41 Author: felixonmars Revision: 294140 upgpkg: haskell-store 0.4.3.2-55 rebuild with cabal-doctest,1.0.6 Modified: haskell-store/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:06:05 UTC (rev 294139) +++ PKGBUILD2018-02-14 08:07:41 UTC (rev 294140) @@ -4,7 +4,7 @@ _hkgname=store pkgname=haskell-store pkgver=0.4.3.2 -pkgrel=54 +pkgrel=55 pkgdesc="Fast binary serialization" url="https://github.com/fpco/store"; license=('custom:BSD3')
[arch-commits] Commit in haskell-store/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:08:02 Author: felixonmars Revision: 294141 archrelease: copy trunk to community-staging-x86_64 Added: haskell-store/repos/community-staging-x86_64/ haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 294140, haskell-store/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 294140, haskell-store/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:08:02 UTC (rev 294141) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=store +pkgname=haskell-store +pkgver=0.4.3.2 +pkgrel=55 +pkgdesc="Fast binary serialization" +url="https://github.com/fpco/store"; +license=('custom:BSD3') +arch=('x86_64') +depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans' 'haskell-base64-bytestring' + 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 'haskell-free' + 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 'haskell-lifted-base' + 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive' + 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 'haskell-smallcheck' + 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 'haskell-text' + 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 'haskell-th-reify-many' + 'haskell-th-utilities' 'haskell-unordered-containers' 'haskell-vector' 'haskell-void') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('0faa8b71cd2a078e989fb0da428d0f78cf2a7c85fb11584949e47e8a20f5f0f919d7ad82de1f6ce1e1ac33098179adc382dedb04c75db64f2654eeab60fdbb9d') + +build() { +cd "${srcdir}/${_hkgname}-${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-comparison-bench -f-small-bench +runhaskell Setup build +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" +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-servant-swagger/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:09:29 Author: felixonmars Revision: 294143 archrelease: copy trunk to community-staging-x86_64 Added: haskell-servant-swagger/repos/community-staging-x86_64/ haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from rev 294142, haskell-servant-swagger/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from rev 294142, haskell-servant-swagger/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:09:29 UTC (rev 294143) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=servant-swagger +pkgname=haskell-servant-swagger +pkgver=1.1.4 +pkgrel=37 +pkgdesc="Generate Swagger specification for your servant API." +url="https://github.com/haskell-servant/servant-swagger"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-http-media' 'haskell-insert-ordered-containers' + 'haskell-lens' 'haskell-servant' 'haskell-swagger2' 'haskell-text' + 'haskell-unordered-containers' 'haskell-hspec' 'haskell-quickcheck') +makedepends=('ghc' 'haskell-aeson-qq' 'haskell-cabal-doctest' 'haskell-doctest') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('990e8c03d6ed6da0ac15d80cd4bce5a46f816fce4e6cfb8eb11db664d09662075ae1ef3508a682fc695a76e3952d080c4e406a0cdb12b995e044935e408cd516') + +prepare() { +sed -i '/test-suite doctests/a \ x-doctest-options: -dynamic' $_hkgname-$pkgver/$_hkgname.cabal +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +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 +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +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" +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-servant-swagger/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:09:09 Author: felixonmars Revision: 294142 upgpkg: haskell-servant-swagger 1.1.4-37 rebuild with cabal-doctest,1.0.6 Modified: haskell-servant-swagger/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:08:02 UTC (rev 294141) +++ PKGBUILD2018-02-14 08:09:09 UTC (rev 294142) @@ -5,7 +5,7 @@ _hkgname=servant-swagger pkgname=haskell-servant-swagger pkgver=1.1.4 -pkgrel=36 +pkgrel=37 pkgdesc="Generate Swagger specification for your servant API." url="https://github.com/haskell-servant/servant-swagger"; license=("custom:BSD3")
[arch-commits] Commit in haskell-servant-server/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:10:22 Author: felixonmars Revision: 294144 upgpkg: haskell-servant-server 0.12-47 rebuild with cabal-doctest,1.0.6 Modified: haskell-servant-server/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:09:29 UTC (rev 294143) +++ PKGBUILD2018-02-14 08:10:22 UTC (rev 294144) @@ -5,7 +5,7 @@ _hkgname=servant-server pkgname=haskell-servant-server pkgver=0.12 -pkgrel=46 +pkgrel=47 pkgdesc="A family of combinators for defining webservices APIs and serving them" url="http://haskell-servant.readthedocs.org/"; license=("custom:BSD3")
[arch-commits] Commit in haskell-servant-server/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:10:42 Author: felixonmars Revision: 294145 archrelease: copy trunk to community-staging-x86_64 Added: haskell-servant-server/repos/community-staging-x86_64/ haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from rev 294144, haskell-servant-server/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from rev 294144, haskell-servant-server/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:10:42 UTC (rev 294145) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=servant-server +pkgname=haskell-servant-server +pkgver=0.12 +pkgrel=47 +pkgdesc="A family of combinators for defining webservices APIs and serving them" +url="http://haskell-servant.readthedocs.org/"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' "haskell-base-compat" "haskell-aeson" "haskell-attoparsec" + "haskell-base64-bytestring" "haskell-exceptions" "haskell-http-api-data" + "haskell-http-types" "haskell-network-uri" "haskell-monad-control" "haskell-mtl" + "haskell-network" "haskell-safe" "haskell-servant" "haskell-split" + "haskell-string-conversions" "haskell-system-filepath" "haskell-resourcet" "haskell-tagged" + "haskell-text" "haskell-transformers-base" "haskell-transformers-compat" "haskell-wai" + "haskell-wai-app-static" "haskell-warp" "haskell-word8") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('322fa0ebec88870d5d6e254ef27031b26d2c96dbcd6ec29e99dd2449abf95174471b1719034fb22077e4ba3f6a5bf7b2b50c535ba87e9f371f446399145f02cc') + +build() { +cd "${srcdir}/${_hkgname}-${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 +runhaskell Setup build +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" +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-pointed/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:11:16 Author: felixonmars Revision: 294146 upgpkg: haskell-pointed 5.0.1-10 rebuild with cabal-doctest,1.0.6 Modified: haskell-pointed/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:10:42 UTC (rev 294145) +++ PKGBUILD2018-02-14 08:11:16 UTC (rev 294146) @@ -5,7 +5,7 @@ _hkgname=pointed pkgname=haskell-pointed pkgver=5.0.1 -pkgrel=9 +pkgrel=10 pkgdesc="Pointed and copointed data" url="https://github.com/ekmett/pointed/"; license=("custom:BSD3")
[arch-commits] Commit in haskell-pointed/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:11:36 Author: felixonmars Revision: 294147 archrelease: copy trunk to community-staging-x86_64 Added: haskell-pointed/repos/community-staging-x86_64/ haskell-pointed/repos/community-staging-x86_64/PKGBUILD (from rev 294146, haskell-pointed/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-pointed/repos/community-staging-x86_64/PKGBUILD (from rev 294146, haskell-pointed/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:11:36 UTC (rev 294147) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=pointed +pkgname=haskell-pointed +pkgver=5.0.1 +pkgrel=10 +pkgdesc="Pointed and copointed data" +url="https://github.com/ekmett/pointed/"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-comonad' 'haskell-data-default-class' 'haskell-hashable' + 'haskell-kan-extensions' 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-stm' + 'haskell-tagged' 'haskell-transformers-compat' 'haskell-unordered-containers') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('65958628c983a2c2866b1a1a615c7a7f2f516068c667ce9b93f4214b863632b40eba4915d49e07388c52ced8868bb308b24e7b38a6f50563c68954696748c99b') + +build() { +cd $_hkgname-$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 \ +-fcomonad -fcontainers -fkan-extensions -fsemigroupoids -fsemigroups \ +-fstm -ftagged -ftransformers -funordered-containers +runhaskell Setup build +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 $_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" +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-lens-aeson/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:12:19 Author: felixonmars Revision: 294148 upgpkg: haskell-lens-aeson 1.0.2-36 rebuild with cabal-doctest,1.0.6 Modified: haskell-lens-aeson/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:11:36 UTC (rev 294147) +++ PKGBUILD2018-02-14 08:12:19 UTC (rev 294148) @@ -4,7 +4,7 @@ _hkgname=lens-aeson pkgname=haskell-lens-aeson pkgver=1.0.2 -pkgrel=35 +pkgrel=36 pkgdesc="Law-abiding lenses for aeson" url="http://github.com/lens/lens-aeson/"; license=('MIT')
[arch-commits] Commit in haskell-lens-aeson/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:12:39 Author: felixonmars Revision: 294149 archrelease: copy trunk to community-staging-x86_64 Added: haskell-lens-aeson/repos/community-staging-x86_64/ haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 294148, haskell-lens-aeson/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 294148, haskell-lens-aeson/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:12:39 UTC (rev 294149) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=lens-aeson +pkgname=haskell-lens-aeson +pkgver=1.0.2 +pkgrel=36 +pkgdesc="Law-abiding lenses for aeson" +url="http://github.com/lens/lens-aeson/"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 'haskell-scientific' + 'haskell-text' 'haskell-unordered-containers' 'haskell-vector') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013') + +build() { +cd "${srcdir}/${_hkgname}-${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-test-doctests +runhaskell Setup build +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" +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-keys/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:13:19 Author: felixonmars Revision: 294150 upgpkg: haskell-keys 3.12-8 rebuild with cabal-doctest,1.0.6 Modified: haskell-keys/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:12:39 UTC (rev 294149) +++ PKGBUILD2018-02-14 08:13:19 UTC (rev 294150) @@ -5,7 +5,7 @@ _hkgname=keys pkgname=haskell-keys pkgver=3.12 -pkgrel=7 +pkgrel=8 pkgdesc="Keyed functors and containers" url="https://github.com/ekmett/keys/"; license=("custom:BSD3")
[arch-commits] Commit in haskell-keys/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:13:39 Author: felixonmars Revision: 294151 archrelease: copy trunk to community-staging-x86_64 Added: haskell-keys/repos/community-staging-x86_64/ haskell-keys/repos/community-staging-x86_64/PKGBUILD (from rev 294150, haskell-keys/trunk/PKGBUILD) --+ PKGBUILD | 41 + 1 file changed, 41 insertions(+) Copied: haskell-keys/repos/community-staging-x86_64/PKGBUILD (from rev 294150, haskell-keys/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:13:39 UTC (rev 294151) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=keys +pkgname=haskell-keys +pkgver=3.12 +pkgrel=8 +pkgdesc="Keyed functors and containers" +url="https://github.com/ekmett/keys/"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-comonad' 'haskell-free' 'haskell-hashable' 'haskell-semigroupoids' + 'haskell-semigroups' 'haskell-tagged' 'haskell-transformers-compat' + 'haskell-unordered-containers') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('7d8ce7b6366b60d11eb839d7e7ef60ec6ac7370c641f0ec2d4acaa0fd37119f37aae4e570cf55a835bf8aaf9895de3ed0747070d6afc7f38faa12122935df49a') + +build() { +cd $_hkgname-$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 +runhaskell Setup build +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 $_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" +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-jose/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:14:50 Author: felixonmars Revision: 294152 upgpkg: haskell-jose 0.6.0.3-33 rebuild with cabal-doctest,1.0.6 Modified: haskell-jose/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:13:39 UTC (rev 294151) +++ PKGBUILD2018-02-14 08:14:50 UTC (rev 294152) @@ -5,7 +5,7 @@ _hkgname=jose pkgname=haskell-jose pkgver=0.6.0.3 -pkgrel=32 +pkgrel=33 pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library" url="https://github.com/frasertweedale/hs-jose"; license=("Apache")
[arch-commits] Commit in haskell-jose/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:15:41 Author: felixonmars Revision: 294153 archrelease: copy trunk to community-staging-x86_64 Added: haskell-jose/repos/community-staging-x86_64/ haskell-jose/repos/community-staging-x86_64/PKGBUILD (from rev 294152, haskell-jose/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: haskell-jose/repos/community-staging-x86_64/PKGBUILD (from rev 294152, haskell-jose/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:15:41 UTC (rev 294153) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=jose +pkgname=haskell-jose +pkgver=0.6.0.3 +pkgrel=33 +pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library" +url="https://github.com/frasertweedale/hs-jose"; +license=("Apache") +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-concise' + 'haskell-cryptonite' 'haskell-lens' 'haskell-memory' 'haskell-monad-time' 'haskell-mtl' + 'haskell-semigroups' 'haskell-safe' 'haskell-aeson' 'haskell-unordered-containers' + 'haskell-text' 'haskell-network-uri' 'haskell-quickcheck' 'haskell-quickcheck-instances' + 'haskell-x509' 'haskell-vector') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('7ea81c0d3571debbf18409c9f77cb1528df611ca4b7186f705158edea9b6b8e348d5f6d5fd2acfcd00063011b053bb2bfa43086177f21ef7300af5d5c7e6b45c') + +build() { +cd "${srcdir}/${_hkgname}-${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 +runhaskell Setup build +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" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" + +mv "$pkgdir"/usr/bin/{,jose-}example +}
[arch-commits] Commit in haskell-hpack/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:17:39 Author: felixonmars Revision: 294154 upgpkg: haskell-hpack 0.21.2-29 rebuild with cabal-doctest,1.0.6 Modified: haskell-hpack/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:15:41 UTC (rev 294153) +++ PKGBUILD2018-02-14 08:17:39 UTC (rev 294154) @@ -6,7 +6,7 @@ pkgname=haskell-hpack _hkgname=hpack pkgver=0.21.2 -pkgrel=28 +pkgrel=29 pkgdesc="An alternative format for Haskell packages" url="https://github.com/sol/hpack#readme"; license=("MIT")
[arch-commits] Commit in haskell-hpack/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:18:00 Author: felixonmars Revision: 294155 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hpack/repos/community-staging-x86_64/ haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 294154, haskell-hpack/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 294154, haskell-hpack/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:18:00 UTC (rev 294155) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Nagy +# Contributor: Daniel Micay + +pkgname=haskell-hpack +_hkgname=hpack +pkgver=0.21.2 +pkgrel=29 +pkgdesc="An alternative format for Haskell packages" +url="https://github.com/sol/hpack#readme"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 'haskell-glob' + 'haskell-scientific' 'haskell-text' 'haskell-unordered-containers' 'haskell-yaml') +makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 'haskell-interpolate' + 'haskell-mockery' 'haskell-temporary') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +sha512sums=('4f84c8d427fe81c80c30411908b29234f6f7539e834935b8b36fa33024217ca0fab003e69b5b88f7194d44ddbb75a28a286601afadd39b3b0e48abdb8d82b284') + +build() { + cd "$srcdir/$_hkgname-$pkgver" + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid + runhaskell Setup build + 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 +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +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" + 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-hopenpgp/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:19:54 Author: felixonmars Revision: 294156 upgpkg: haskell-hopenpgp 2.5.5-165 rebuild with cabal-doctest,1.0.6 Modified: haskell-hopenpgp/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:18:00 UTC (rev 294155) +++ PKGBUILD2018-02-14 08:19:54 UTC (rev 294156) @@ -4,7 +4,7 @@ _hkgname=hOpenPGP pkgname=haskell-hopenpgp pkgver=2.5.5 -pkgrel=164 +pkgrel=165 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" url="http://floss.scru.org/hOpenPGP/"; license=('MIT')
[arch-commits] Commit in haskell-hopenpgp/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:20:19 Author: felixonmars Revision: 294157 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hopenpgp/repos/community-staging-x86_64/ haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 294156, haskell-hopenpgp/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 294156, haskell-hopenpgp/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:20:19 UTC (rev 294157) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=hOpenPGP +pkgname=haskell-hopenpgp +pkgver=2.5.5 +pkgrel=165 +pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" +url="http://floss.scru.org/hOpenPGP/"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring' + 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 'haskell-bzlib' + 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' + 'haskell-crypto-cipher-types' 'haskell-data-default-class' 'haskell-errors' + 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' + 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 'haskell-network' + 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 'haskell-resourcet' + 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 'haskell-text' + 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-wl-pprint-extras' + 'haskell-zlib') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +md5sums=('f480201a10f14150adc290c81d38e7b6') + +build() { +cd "${srcdir}/${_hkgname}-${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 \ +-fnetwork-uri +runhaskell Setup build +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" +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 mate-applet-dock/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:20:48 Author: arojas Revision: 294158 Update to 0.81 Modified: mate-applet-dock/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:20:19 UTC (rev 294157) +++ PKGBUILD2018-02-14 08:20:48 UTC (rev 294158) @@ -3,7 +3,7 @@ pkgname=mate-applet-dock _pkgname=mate-dock-applet -pkgver=0.80 +pkgver=0.81 pkgrel=1 pkgdesc="Application dock for the MATE panel" arch=('any') @@ -11,7 +11,7 @@ license=('GPL3') depends=('libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pillow' 'python-xdg' 'python-xlib') source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";) -sha256sums=('72d74d34e33427faa77c6c13346b39ac7cb70e8dfdf218b1d10aea5178611680') +sha256sums=('80a3e54b04ebcd61451c27ae72b2513815ef6521b1693c9ddbc2e8c07de37445') prepare() { cd $_pkgname-$pkgver
[arch-commits] Commit in mate-applet-dock/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:21:23 Author: arojas Revision: 294159 archrelease: copy trunk to community-any Added: mate-applet-dock/repos/community-any/PKGBUILD (from rev 294158, mate-applet-dock/trunk/PKGBUILD) Deleted: mate-applet-dock/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 08:20:48 UTC (rev 294158) +++ PKGBUILD2018-02-14 08:21:23 UTC (rev 294159) @@ -1,30 +0,0 @@ -# $Id$ -# Contriburor: Balló György - -pkgname=mate-applet-dock -_pkgname=mate-dock-applet -pkgver=0.80 -pkgrel=1 -pkgdesc="Application dock for the MATE panel" -arch=('any') -url="https://github.com/robint99/dock-applet"; -license=('GPL3') -depends=('libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pillow' 'python-xdg' 'python-xlib') -source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";) -sha256sums=('72d74d34e33427faa77c6c13346b39ac7cb70e8dfdf218b1d10aea5178611680') - -prepare() { - cd $_pkgname-$pkgver - autoreconf -fi -} - -build() { - cd $_pkgname-$pkgver - ./configure --prefix=/usr --with-gtk3 - make -} - -package() { - cd $_pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: mate-applet-dock/repos/community-any/PKGBUILD (from rev 294158, mate-applet-dock/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 08:21:23 UTC (rev 294159) @@ -0,0 +1,30 @@ +# $Id$ +# Contriburor: Balló György + +pkgname=mate-applet-dock +_pkgname=mate-dock-applet +pkgver=0.81 +pkgrel=1 +pkgdesc="Application dock for the MATE panel" +arch=('any') +url="https://github.com/robint99/dock-applet"; +license=('GPL3') +depends=('libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pillow' 'python-xdg' 'python-xlib') +source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";) +sha256sums=('80a3e54b04ebcd61451c27ae72b2513815ef6521b1693c9ddbc2e8c07de37445') + +prepare() { + cd $_pkgname-$pkgver + autoreconf -fi +} + +build() { + cd $_pkgname-$pkgver + ./configure --prefix=/usr --with-gtk3 + make +} + +package() { + cd $_pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in haskell-hjsonschema/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:22:12 Author: felixonmars Revision: 294161 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hjsonschema/repos/community-staging-x86_64/ haskell-hjsonschema/repos/community-staging-x86_64/PKGBUILD (from rev 294160, haskell-hjsonschema/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-hjsonschema/repos/community-staging-x86_64/PKGBUILD (from rev 294160, haskell-hjsonschema/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:22:12 UTC (rev 294161) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hjsonschema +pkgname=haskell-hjsonschema +pkgver=1.7.2 +pkgrel=19 +pkgdesc="JSON Schema library" +url="https://github.com/seagreen/hjsonschema"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsonpointer' + 'haskell-http-client' 'haskell-http-types' 'haskell-pcre-heavy' 'haskell-profunctors' + 'haskell-protolude' 'haskell-quickcheck' 'haskell-scientific' 'haskell-semigroups' + 'haskell-unordered-containers' 'haskell-text' 'haskell-vector') +makedepends=('ghc' 'haskell-hspec' 'haskell-wai-app-static' 'haskell-warp') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('5fe613a0f0b8e6d97f56b33ea6238e50c496350128caed1efbabdf69eb261c8f7fec3a0e274ee36010dc3c61ca0f42dadd0d99ce67989031a7d46a5466ac3182') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +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 +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +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" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "MIT-LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE.txt" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/MIT-LICENSE.txt" +}
[arch-commits] Commit in haskell-hjsonschema/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:21:51 Author: felixonmars Revision: 294160 upgpkg: haskell-hjsonschema 1.7.2-19 rebuild with cabal-doctest,1.0.6 Modified: haskell-hjsonschema/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:21:23 UTC (rev 294159) +++ PKGBUILD2018-02-14 08:21:51 UTC (rev 294160) @@ -5,7 +5,7 @@ _hkgname=hjsonschema pkgname=haskell-hjsonschema pkgver=1.7.2 -pkgrel=18 +pkgrel=19 pkgdesc="JSON Schema library" url="https://github.com/seagreen/hjsonschema"; license=("MIT")
[arch-commits] Commit in haskell-hasql-transaction/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:23:27 Author: felixonmars Revision: 294163 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hasql-transaction/repos/community-staging-x86_64/ haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from rev 294162, haskell-hasql-transaction/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from rev 294162, haskell-hasql-transaction/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:23:27 UTC (rev 294163) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=hasql-transaction +pkgname=haskell-hasql-transaction +pkgver=0.5.2 +pkgrel=26 +pkgdesc="A composable abstraction over the retryable transactions for Hasql" +url="https://github.com/nikita-volkov/hasql-transaction"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bytestring-tree-builder' + 'haskell-contravariant' 'haskell-contravariant-extras' 'haskell-hasql' 'haskell-mtl') +makedepends=('ghc' 'haskell-async' 'haskell-rebase') +checkdepends=('postgresql' 'pifpaf') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('be3478b6c62894b517d91b7cbd515ca4fdc750a0dde087bba73ca7e3426e733ca444937136765e526130ce74d112154d444a379f5e5771ec596c404ca19737e2') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +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 +} + +check() { +cd $_hkgname-$pkgver + +eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432) +createuser -s postgres +runhaskell Setup test +pifpaf_stop +} + +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" +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-hasql-transaction/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:23:06 Author: felixonmars Revision: 294162 upgpkg: haskell-hasql-transaction 0.5.2-26 rebuild with cabal-doctest,1.0.6 Modified: haskell-hasql-transaction/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:22:12 UTC (rev 294161) +++ PKGBUILD2018-02-14 08:23:06 UTC (rev 294162) @@ -4,7 +4,7 @@ _hkgname=hasql-transaction pkgname=haskell-hasql-transaction pkgver=0.5.2 -pkgrel=25 +pkgrel=26 pkgdesc="A composable abstraction over the retryable transactions for Hasql" url="https://github.com/nikita-volkov/hasql-transaction"; license=('MIT')
[arch-commits] Commit in haskell-hasql-pool/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:24:06 Author: felixonmars Revision: 294164 upgpkg: haskell-hasql-pool 0.4.3-26 rebuild with cabal-doctest,1.0.6 Modified: haskell-hasql-pool/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:23:27 UTC (rev 294163) +++ PKGBUILD2018-02-14 08:24:06 UTC (rev 294164) @@ -5,7 +5,7 @@ _hkgname=hasql-pool pkgname=haskell-hasql-pool pkgver=0.4.3 -pkgrel=25 +pkgrel=26 pkgdesc="A pool of connections for Hasql" url="https://github.com/nikita-volkov/hasql-pool"; license=('MIT')
[arch-commits] Commit in haskell-hasql-pool/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:24:25 Author: felixonmars Revision: 294165 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hasql-pool/repos/community-staging-x86_64/ haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 294164, haskell-hasql-pool/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 294164, haskell-hasql-pool/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:24:25 UTC (rev 294165) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=hasql-pool +pkgname=haskell-hasql-pool +pkgver=0.4.3 +pkgrel=26 +pkgdesc="A pool of connections for Hasql" +url="https://github.com/nikita-volkov/hasql-pool"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 'haskell-resource-pool') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('533e4e39379fb4c5a668b81e704d768abe333c2fb4f7951d117e4415b0cbaa2895d87edda9be93c3bb635a7c4bbe0a3682857c0b04c08ec5821e0889d213351c') + +build() { +cd "${srcdir}/${_hkgname}-${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 +runhaskell Setup build +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" +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-esqueleto/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:25:40 Author: felixonmars Revision: 294167 archrelease: copy trunk to community-staging-x86_64 Added: haskell-esqueleto/repos/community-staging-x86_64/ haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 294166, haskell-esqueleto/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 294166, haskell-esqueleto/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:25:40 UTC (rev 294167) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=esqueleto +pkgname=haskell-esqueleto +pkgver=2.5.3 +pkgrel=59 +pkgdesc="Type-safe EDSL for SQL queries on persistent backends." +url="https://github.com/bitemyapp/esqueleto"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' "haskell-blaze-html" "haskell-conduit" "haskell-monad-logger" + "haskell-persistent" "haskell-resourcet" "haskell-tagged" "haskell-text" + "haskell-unordered-containers") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('a990cdf7bd3b216b603bacf2eed57b11138bc2348046a88289eafa352d1c9878d1e48e8c5809ad486d0c8297656fae01803ba7e8da0c669a0353b01838d2865a') + +build() { +cd "${srcdir}/${_hkgname}-${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-mysql -f-postgresql +runhaskell Setup build +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" +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-esqueleto/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:25:21 Author: felixonmars Revision: 294166 upgpkg: haskell-esqueleto 2.5.3-59 rebuild with cabal-doctest,1.0.6 Modified: haskell-esqueleto/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:24:25 UTC (rev 294165) +++ PKGBUILD2018-02-14 08:25:21 UTC (rev 294166) @@ -5,7 +5,7 @@ _hkgname=esqueleto pkgname=haskell-esqueleto pkgver=2.5.3 -pkgrel=58 +pkgrel=59 pkgdesc="Type-safe EDSL for SQL queries on persistent backends." url="https://github.com/bitemyapp/esqueleto"; license=("custom:BSD3")
[arch-commits] Commit in haskell-descriptive/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:26:50 Author: felixonmars Revision: 294169 archrelease: copy trunk to community-staging-x86_64 Added: haskell-descriptive/repos/community-staging-x86_64/ haskell-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 294168, haskell-descriptive/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 294168, haskell-descriptive/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:26:50 UTC (rev 294169) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=descriptive +pkgname=haskell-descriptive +pkgver=0.9.4 +pkgrel=82 +pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc." +url="https://github.com/chrisdone/descriptive"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' "haskell-aeson" "haskell-bifunctors" "haskell-mtl" "haskell-scientific" + "haskell-text" "haskell-vector") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f') + +build() { +cd "${srcdir}/${_hkgname}-${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 +runhaskell Setup build +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" +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-descriptive/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:26:27 Author: felixonmars Revision: 294168 upgpkg: haskell-descriptive 0.9.4-82 rebuild with cabal-doctest,1.0.6 Modified: haskell-descriptive/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:25:40 UTC (rev 294167) +++ PKGBUILD2018-02-14 08:26:27 UTC (rev 294168) @@ -5,7 +5,7 @@ _hkgname=descriptive pkgname=haskell-descriptive pkgver=0.9.4 -pkgrel=81 +pkgrel=82 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc." url="https://github.com/chrisdone/descriptive"; license=("custom:BSD3")
[arch-commits] Commit in haskell-dav/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:27:42 Author: felixonmars Revision: 294170 upgpkg: haskell-dav 1.3.2-5 rebuild with cabal-doctest,1.0.6 Modified: haskell-dav/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:26:50 UTC (rev 294169) +++ PKGBUILD2018-02-14 08:27:42 UTC (rev 294170) @@ -5,7 +5,7 @@ _hkgname=DAV pkgname=haskell-dav pkgver=1.3.2 -pkgrel=4 +pkgrel=5 pkgdesc="RFC 4918 WebDAV support" url="http://floss.scru.org/hDAV"; license=("GPL3")
[arch-commits] Commit in haskell-dav/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:28:02 Author: felixonmars Revision: 294171 archrelease: copy trunk to community-staging-x86_64 Added: haskell-dav/repos/community-staging-x86_64/ haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 294170, haskell-dav/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 294170, haskell-dav/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:28:02 UTC (rev 294171) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=DAV +pkgname=haskell-dav +pkgver=1.3.2 +pkgrel=5 +pkgdesc="RFC 4918 WebDAV support" +url="http://floss.scru.org/hDAV"; +license=("GPL3") +arch=('x86_64') +depends=('ghc-libs' "haskell-case-insensitive" "haskell-data-default" "haskell-exceptions" + "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" + "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-optparse-applicative" "haskell-transformers-base" "haskell-transformers-compat" + "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('8dd729c09f7b415dda13948bbd533606a7ccf45eb933fd6e984539f76defa8f938e6ec0c954c0955630182ee014fd611bd8a4e8a70fc863253d9a3f6a229c497') + +build() { +cd "${srcdir}/${_hkgname}-${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 \ +-fnetwork-uri -f-mtl-compat +runhaskell Setup build +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" +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-aws/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:30:41 Author: felixonmars Revision: 294173 archrelease: copy trunk to community-staging-x86_64 Added: haskell-aws/repos/community-staging-x86_64/ haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 294172, haskell-aws/trunk/PKGBUILD) --+ PKGBUILD | 55 +++ 1 file changed, 55 insertions(+) Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 294172, haskell-aws/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:30:41 UTC (rev 294173) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=aws +pkgname=haskell-aws +pkgver=0.18 +pkgrel=43 +pkgdesc="Amazon Web Services (AWS) for Haskell" +url="https://github.com/aristidb/aws"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring' + 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable' + 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 'haskell-conduit-extra' + 'haskell-cryptonite' 'haskell-data-default' 'haskell-http-conduit' 'haskell-http-types' + 'haskell-lifted-base' 'haskell-memory' 'haskell-monad-control' 'haskell-mtl' + 'haskell-network' 'haskell-old-locale' 'haskell-resourcet' 'haskell-safe' + 'haskell-scientific' 'haskell-tagged' 'haskell-text' 'haskell-unordered-containers' + 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-conduit-combinators' 'haskell-errors' + 'haskell-http-client' 'haskell-http-client-tls' 'haskell-quickcheck-instances' + 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' + 'haskell-transformers-base') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('11cf6675e4caf818e39efe697704acff7c5e0a74641482b791de17b18f6e0224be1bd24fb734a419685ca4b2cbf5913bea0012f4f79e4b988ee4cbc9252d0f52') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-examples +runhaskell Setup build +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 +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test || warning "Requires AWS credentials to test" +} + +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" +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-aws/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:30:21 Author: felixonmars Revision: 294172 upgpkg: haskell-aws 0.18-43 rebuild with cabal-doctest,1.0.6 Modified: haskell-aws/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:28:02 UTC (rev 294171) +++ PKGBUILD2018-02-14 08:30:21 UTC (rev 294172) @@ -5,7 +5,7 @@ _hkgname=aws pkgname=haskell-aws pkgver=0.18 -pkgrel=42 +pkgrel=43 pkgdesc="Amazon Web Services (AWS) for Haskell" url="https://github.com/aristidb/aws"; license=("custom:BSD3")
[arch-commits] Commit in stack/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:36:37 Author: felixonmars Revision: 294174 upgpkg: stack 1.6.3-75 rebuild with cabal-doctest,1.0.6 Modified: stack/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:30:41 UTC (rev 294173) +++ PKGBUILD2018-02-14 08:36:37 UTC (rev 294174) @@ -4,7 +4,7 @@ pkgname=stack pkgver=1.6.3 -pkgrel=74 +pkgrel=75 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack"; license=("custom:BSD3")
[arch-commits] Commit in stack/repos (3 files)
Date: Wednesday, February 14, 2018 @ 08:36:56 Author: felixonmars Revision: 294175 archrelease: copy trunk to community-staging-x86_64 Added: stack/repos/community-staging-x86_64/ stack/repos/community-staging-x86_64/PKGBUILD (from rev 294174, stack/trunk/PKGBUILD) stack/repos/community-staging-x86_64/stack.install (from rev 294174, stack/trunk/stack.install) ---+ PKGBUILD | 76 stack.install |4 ++ 2 files changed, 80 insertions(+) Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 294174, stack/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:36:56 UTC (rev 294175) @@ -0,0 +1,76 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=stack +pkgver=1.6.3 +pkgrel=75 +pkgdesc="The Haskell Tool Stack" +url="https://github.com/commercialhaskell/stack"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 'haskell-ansi-terminal' + 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-bindings-uname' + 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 'haskell-conduit-extra' + 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 'haskell-exceptions' + 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 'haskell-filelock' + 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 'haskell-hackage-security' + 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 'haskell-http-client' + 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory' + 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 'haskell-monad-logger' + 'haskell-mono-traversable' 'haskell-mtl' 'haskell-neat-interpolation' 'haskell-network-uri' + 'haskell-open-browser' 'haskell-optparse-applicative' 'haskell-optparse-simple' + 'haskell-path' 'haskell-path-io' 'haskell-persistent' 'haskell-persistent-sqlite' + 'haskell-persistent-template' 'haskell-pid1' 'haskell-primitive' 'haskell-project-template' + 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 'haskell-semigroups' + 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core' + 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 'haskell-text' + 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 'haskell-unicode-transforms' + 'haskell-unix-compat' 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck') +checkdepends=('cabal-install') +conflicts=('haskell-stack') +replaces=('haskell-stack') +install="stack.install" +source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz";) +sha512sums=('28cb4d65fdcfdb999ef9ef853629b1590cde3fdd736c768c1e41350dec3a8dd3dae8519acef17eca6665c50f46fb3958cc2b9347a10b627842c47c0b9b0cd175') + +prepare() { + cd $pkgname-$pkgver + hpack +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + -f-disable-git-info -f-integration-tests -f-static -f-hide-dependency-versions -f-supported-build + runhaskell Setup build + 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 +} + +check() { + cd $pkgname-$pkgver + # cabal update + LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" runhaskell Setup test + # Integration tests will result in 4 failures on Arch currently +} + +package() { + cd "${srcdir}/${pkgname}-${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" + runhaskell Setup copy --destdir="${pkgdir}" + install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" + + LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) "${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > stack_completion_script + install -Dm644 stack_completion_script "${pkgdir}/usr/share/bash-completion/completions/stack" +} Copied: stack/repos/community-staging-x86_64/stack.install (from r
[arch-commits] Commit in postgrest/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:39:57 Author: felixonmars Revision: 294176 upgpkg: postgrest 0.4.4.0-45 rebuild with cabal-doctest,1.0.6 Modified: postgrest/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:36:56 UTC (rev 294175) +++ PKGBUILD2018-02-14 08:39:57 UTC (rev 294176) @@ -4,7 +4,7 @@ pkgname=postgrest pkgver=0.4.4.0 -pkgrel=44 +pkgrel=45 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest"; license=("MIT")
[arch-commits] Commit in postgrest/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:40:17 Author: felixonmars Revision: 294177 archrelease: copy trunk to community-staging-x86_64 Added: postgrest/repos/community-staging-x86_64/ postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 294176, postgrest/trunk/PKGBUILD) --+ PKGBUILD | 70 + 1 file changed, 70 insertions(+) Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 294176, postgrest/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:40:17 UTC (rev 294177) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=postgrest +pkgver=0.4.4.0 +pkgrel=45 +pkgdesc="REST API for any Postgres database" +url="https://github.com/begriffs/postgrest"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' 'haskell-text' + 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 'haskell-aeson' + 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava' + 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either' 'haskell-gitrev' + 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 'haskell-http-types' + 'haskell-insert-ordered-containers' 'haskell-interpolatedstring-perl6' 'haskell-jose' + 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 'haskell-optparse-applicative' + 'haskell-parsec' 'haskell-ranged-sets' 'haskell-regex-tdfa' 'haskell-safe' + 'haskell-scientific' 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static' + 'haskell-cookie') +makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 'haskell-hspec-wai' + 'haskell-hspec-wai-json' 'haskell-hjsonschema') +checkdepends=('pifpaf' 'postgresql' 'procps-ng') +source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz";) +sha512sums=('f19c426a59d1c77d8e7808ee248eba1967cc5fc8686f5380603e2f8ab80aeeca20a4b145e056feceb1bcb9dedfa3b88c2ace7aab4bc1152f780630360fe6485c') + +prepare() { +sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-CI +runhaskell Setup build +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 +} + +check() { +cd $pkgname-$pkgver + +eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432) +createdb postgrest_test + +# TODO: it shouldn't take this long to finish +# POSTGREST_TEST_CONNECTION=$(test/create_test_db "postgres://$USER@localhost" postgrest_test) runhaskell Setup test + +# Disabled: uses stack +# test/io-tests.sh + +pifpaf_stop +} + +package() { +cd "${srcdir}/${pkgname}-${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" +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 packer-io/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:49:10 Author: shibumi Revision: 294178 upgpkg: packer-io 1.1.4-1 Modified: packer-io/trunk/PKGBUILD --+ PKGBUILD | 67 +++-- 1 file changed, 8 insertions(+), 59 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:40:17 UTC (rev 294177) +++ PKGBUILD2018-02-14 08:49:10 UTC (rev 294178) @@ -1,8 +1,8 @@ # Maintainer: Christian Rebischke _pkgname=packer pkgname=packer-io -pkgver=1.1.3 -pkgrel=2 +pkgver=1.1.4 +pkgrel=1 pkgdesc="tool for creating identical machine images for multiple platforms from a single source configuration" arch=('x86_64') url="https://github.com/hashicorp/packer"; @@ -9,76 +9,25 @@ license=('MPL') makedepends=('git' 'go-pie' 'go-tools') depends=('glibc') -_packer_commit='9698d7283f790aa1d3755ccbd95a1a1cdea9390a' -_go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4' -_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437' -_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98' -_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14' -_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83' -_cli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b' -_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7' -_go_radix_commit='1fca145dffbcaa8fe914309b1ec0cfc67500fe61' -_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd' -_go_isatty_commit='6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c' -source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit}"; - "git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit}"; - "git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit}"; -"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit}"; -"git+https://github.com/kardianos/osext#commit=${_osext_commit}"; - "git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit}"; -"git+https://github.com/mitchellh/cli#commit=${_cli_commit}"; - "git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit}"; -"git+https://github.com/armon/go-radix#commit=${_go_radix_commit}"; -"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit}"; -"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit}";) -sha512sums=('SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP') +_packer_commit='ca393b96f3909c3cde0f63d5aea211573dd22bc1' +source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit}";) +sha512sums=('SKIP') - prepare() { export GOPATH="${srcdir}" export PATH="$PATH:$GOPATH/bin" - mkdir -p "src/github.com/mitchellh" mkdir -p "src/github.com/hashicorp" - mkdir -p "src/github.com/kardianos" - mkdir -p "src/github.com/armon" - mkdir -p "src/github.com/bgentry" - mkdir -p "src/github.com/mattn" mv ${_pkgname} src/github.com/hashicorp - mv go-checkpoint src/github.com/hashicorp - mv go-cleanhttp src/github.com/hashicorp - mv go-uuid src/github.com/hashicorp - mv osext src/github.com/kardianos - mv panicwrap src/github.com/mitchellh - mv cli src/github.com/mitchellh - mv prefixedio src/github.com/mitchellh - mv go-radix src/github.com/armon - mv speakeasy src/github.com/bgentry - mv go-isatty src/github.com/mattn sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i "${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile" } build() { cd "src/github.com/hashicorp/${_pkgname}" - make dev + go build -o packer-binary } -#check() { -# cd "src/github.com/hashicorp/${_pkgname}" -# make test -#} - package() { - cd "${srcdir}/bin/" - install -Dm755 packer "${pkgdir}/usr/bin/packer-io" + cd "src/github.com/hashicorp/${_pkgname}" + install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io" } # vim:set et sw=2 ts=2 tw=79:
[arch-commits] Commit in packer-io/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:52:03 Author: shibumi Revision: 294179 upgpkg: packer-io 1.2.0-1 New Version Use vendor directory Modified: packer-io/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:49:10 UTC (rev 294178) +++ PKGBUILD2018-02-14 08:52:03 UTC (rev 294179) @@ -1,7 +1,7 @@ # Maintainer: Christian Rebischke _pkgname=packer pkgname=packer-io -pkgver=1.1.4 +pkgver=1.2.0 pkgrel=1 pkgdesc="tool for creating identical machine images for multiple platforms from a single source configuration" arch=('x86_64')
[arch-commits] Commit in idris/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:55:58 Author: felixonmars Revision: 294182 archrelease: copy trunk to community-staging-x86_64 Added: idris/repos/community-staging-x86_64/ idris/repos/community-staging-x86_64/PKGBUILD (from rev 294181, idris/trunk/PKGBUILD) --+ PKGBUILD | 60 1 file changed, 60 insertions(+) Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 294181, idris/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:55:58 UTC (rev 294182) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=idris +pkgver=1.2.0 +pkgrel=25 +pkgdesc="Functional Programming Language with Dependent Types" +url="http://www.idris-lang.org/"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 'haskell-ansi-terminal' + 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 'haskell-fingertree' + 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 'haskell-megaparsec' 'haskell-mtl' + 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 'haskell-safe' + 'haskell-split' 'haskell-terminal-size' 'haskell-text' 'haskell-uniplate' + 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' + 'haskell-vector-binary-instances' 'haskell-zip-archive') +makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-rerun' + 'nodejs') +source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz";) +sha512sums=('ad9a1266c689fb961eb05ab295ea23029dfb85c3de190905b482afa0bca8ba0e7a69d1093a5e7fcd648d6fb1e2daeceb2d3f70562032c7857d081e0442ccf0cf') + +prepare() { +cd Idris-dev-$pkgver + +sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \ +libs/*/Makefile +} + +build() { +cd Idris-dev-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly +LC_CTYPE=en_US.UTF-8 runhaskell Setup build +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 +} + +check() { +cd Idris-dev-$pkgver +# TODO: figure out the tests +PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || warning "Tests failed" +} + +package() { +cd Idris-dev-$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" +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 idris/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:55:34 Author: felixonmars Revision: 294181 upgpkg: idris 1.2.0-25 rebuild with cabal-doctest,1.0.6 Modified: idris/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:55:21 UTC (rev 294180) +++ PKGBUILD2018-02-14 08:55:34 UTC (rev 294181) @@ -4,7 +4,7 @@ pkgname=idris pkgver=1.2.0 -pkgrel=24 +pkgrel=25 pkgdesc="Functional Programming Language with Dependent Types" url="http://www.idris-lang.org/"; license=("custom:BSD3")
[arch-commits] Commit in packer-io/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:55:21 Author: shibumi Revision: 294180 archrelease: copy trunk to community-x86_64 Added: packer-io/repos/community-x86_64/PKGBUILD (from rev 294179, packer-io/trunk/PKGBUILD) Deleted: packer-io/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 117 + 1 file changed, 33 insertions(+), 84 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 08:52:03 UTC (rev 294179) +++ PKGBUILD2018-02-14 08:55:21 UTC (rev 294180) @@ -1,84 +0,0 @@ -# Maintainer: Christian Rebischke -_pkgname=packer -pkgname=packer-io -pkgver=1.1.3 -pkgrel=2 -pkgdesc="tool for creating identical machine images for multiple platforms from a single source configuration" -arch=('x86_64') -url="https://github.com/hashicorp/packer"; -license=('MPL') -makedepends=('git' 'go-pie' 'go-tools') -depends=('glibc') -_packer_commit='9698d7283f790aa1d3755ccbd95a1a1cdea9390a' -_go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4' -_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437' -_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98' -_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14' -_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83' -_cli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b' -_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7' -_go_radix_commit='1fca145dffbcaa8fe914309b1ec0cfc67500fe61' -_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd' -_go_isatty_commit='6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c' -source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit}"; - "git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit}"; - "git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit}"; -"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit}"; -"git+https://github.com/kardianos/osext#commit=${_osext_commit}"; - "git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit}"; -"git+https://github.com/mitchellh/cli#commit=${_cli_commit}"; - "git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit}"; -"git+https://github.com/armon/go-radix#commit=${_go_radix_commit}"; -"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit}"; -"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit}";) -sha512sums=('SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP') - - -prepare() { - export GOPATH="${srcdir}" - export PATH="$PATH:$GOPATH/bin" - mkdir -p "src/github.com/mitchellh" - mkdir -p "src/github.com/hashicorp" - mkdir -p "src/github.com/kardianos" - mkdir -p "src/github.com/armon" - mkdir -p "src/github.com/bgentry" - mkdir -p "src/github.com/mattn" - mv ${_pkgname} src/github.com/hashicorp - mv go-checkpoint src/github.com/hashicorp - mv go-cleanhttp src/github.com/hashicorp - mv go-uuid src/github.com/hashicorp - mv osext src/github.com/kardianos - mv panicwrap src/github.com/mitchellh - mv cli src/github.com/mitchellh - mv prefixedio src/github.com/mitchellh - mv go-radix src/github.com/armon - mv speakeasy src/github.com/bgentry - mv go-isatty src/github.com/mattn - sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i "${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile" -} -build() { - cd "src/github.com/hashicorp/${_pkgname}" - make dev -} - -#check() { -# cd "src/github.com/hashicorp/${_pkgname}" -# make test -#} - -package() { - cd "${srcdir}/bin/" - install -Dm755 packer "${pkgdir}/usr/bin/packer-io" -} - -# vim:set et sw=2 ts=2 tw=79: Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 294179, packer-io/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 08:55:21 UTC (rev 294180) @@ -0,0 +1,33 @@ +# Maintainer: Christian Rebischke +_pkgname=packer +pkgname=packer-io +pkgver=1.2.0 +pkgrel=1 +pkgdesc="tool for creating identical machine images for multiple platforms from a single source configuration" +arch=('x86_64') +url="https://github.com/hashicorp/packer"; +license=('MPL') +makedepends=('git' 'go-pie' 'go-tools') +depends=('glibc') +_packer_commit='ca393b96f3909c3cde0f63d5aea211573dd22bc1' +source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit}";) +sha512sums=('SKIP') + +prepare() { + export GOPATH="${srcdir}" + export PATH="$PATH:$GOPATH/bin" + mkdir -p "src/github.com/hashicorp" + mv ${_pkgname} src/github.com/hashicorp + sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i "${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile" +} +build() { + cd "src/github.com/h
[arch-commits] Commit in hopenpgp-tools/repos (2 files)
Date: Wednesday, February 14, 2018 @ 08:58:47 Author: felixonmars Revision: 294184 archrelease: copy trunk to community-staging-x86_64 Added: hopenpgp-tools/repos/community-staging-x86_64/ hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 294183, hopenpgp-tools/trunk/PKGBUILD) --+ PKGBUILD | 37 + 1 file changed, 37 insertions(+) Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 294183, hopenpgp-tools/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 08:58:47 UTC (rev 294184) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hopenpgp-tools +pkgver=0.19.5 +pkgrel=74 +pkgdesc="hOpenPGP-based command-line tools" +url="http://floss.scru.org/hopenpgp-tools"; +license=("AGPL3") +arch=('x86_64') +depends=('ghc-libs' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec" + "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit" + "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" "haskell-errors" + "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" "haskell-http-client" + "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" "haskell-lens" + "haskell-monad-loops" "haskell-openpgp-asciiarmor" "haskell-optparse-applicative" + "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" "haskell-wl-pprint-extras" + "haskell-wl-pprint-terminfo" "haskell-yaml") +makedepends=('alex' 'happy' 'ghc') +source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha512sums=('0ecba903607ef27f14c43bf1f6a2383a740c44802dcecf6ac093f41f8d754d77ef6f14e8200316cd2d7e56b8c63934299c521b6693baf1ca219b65485fd6d52a') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" + +rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE" +rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" "$pkgdir/usr/share" +}
[arch-commits] Commit in hopenpgp-tools/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 08:58:25 Author: felixonmars Revision: 294183 upgpkg: hopenpgp-tools 0.19.5-74 rebuild with cabal-doctest,1.0.6 Modified: hopenpgp-tools/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:55:58 UTC (rev 294182) +++ PKGBUILD2018-02-14 08:58:25 UTC (rev 294183) @@ -4,7 +4,7 @@ pkgname=hopenpgp-tools pkgver=0.19.5 -pkgrel=73 +pkgrel=74 pkgdesc="hOpenPGP-based command-line tools" url="http://floss.scru.org/hopenpgp-tools"; license=("AGPL3")
[arch-commits] Commit in hledger-web/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:00:10 Author: felixonmars Revision: 294185 upgpkg: hledger-web 1.5-57 rebuild with cabal-doctest,1.0.6 Modified: hledger-web/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 08:58:47 UTC (rev 294184) +++ PKGBUILD2018-02-14 09:00:10 UTC (rev 294185) @@ -4,7 +4,7 @@ pkgname=hledger-web pkgver=1.5 -pkgrel=56 +pkgrel=57 pkgdesc="Web interface for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger-web/repos (2 files)
Date: Wednesday, February 14, 2018 @ 09:00:34 Author: felixonmars Revision: 294186 archrelease: copy trunk to community-staging-x86_64 Added: hledger-web/repos/community-staging-x86_64/ hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 294185, hledger-web/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 294185, hledger-web/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 09:00:34 UTC (rev 294186) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-web +pkgver=1.5 +pkgrel=57 +pkgdesc="Web interface for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-base-compat' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 'haskell-data-default' + 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 'haskell-hunit' + 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 'haskell-text' 'haskell-wai' + 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' + 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-json' + 'haskell-megaparsec' 'haskell-mtl' 'haskell-parsec') +makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('3ba0b9e7d03a9d813e41f7f36ca0fa34decf6f04163abea850cb5ff6e322387b60952bfb30f46be817f52b2c79641fba03e62a5d6483b78a7e094c91fbb273a6') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-dev -f-library-only -fthreaded +runhaskell Setup build +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 +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd "${srcdir}/${pkgname}-${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" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hledger-api/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:01:53 Author: felixonmars Revision: 294187 upgpkg: hledger-api 1.5-57 rebuild with cabal-doctest,1.0.6 Modified: hledger-api/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:00:34 UTC (rev 294186) +++ PKGBUILD2018-02-14 09:01:53 UTC (rev 294187) @@ -4,7 +4,7 @@ pkgname=hledger-api pkgver=1.5 -pkgrel=56 +pkgrel=57 pkgdesc="Web API server for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger-api/repos (2 files)
Date: Wednesday, February 14, 2018 @ 09:02:12 Author: felixonmars Revision: 294188 archrelease: copy trunk to community-staging-x86_64 Added: hledger-api/repos/community-staging-x86_64/ hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 294187, hledger-api/trunk/PKGBUILD) --+ PKGBUILD | 31 +++ 1 file changed, 31 insertions(+) Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 294187, hledger-api/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 09:02:12 UTC (rev 294188) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-api +pkgver=1.5 +pkgrel=57 +pkgdesc="Web API server for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 'haskell-decimal' + 'haskell-docopt' 'haskell-either' 'haskell-microlens' 'haskell-microlens-platform' + 'haskell-safe' 'haskell-servant-server' 'haskell-servant-swagger' 'haskell-swagger2' + 'haskell-text' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('237eb5f6b88c1d8fc3647e6ce5d2d1db70abaf4c5f3b3c3392327333a539df49227d2063f0d55ac9cd4c9982c566f3733412b683a87c762b064f4b1c5aa1daae') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hindent/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:03:16 Author: felixonmars Revision: 294189 upgpkg: hindent 5.2.4.1-26 rebuild with cabal-doctest,1.0.6 Modified: hindent/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:02:12 UTC (rev 294188) +++ PKGBUILD2018-02-14 09:03:16 UTC (rev 294189) @@ -4,7 +4,7 @@ pkgname=hindent pkgver=5.2.4.1 -pkgrel=25 +pkgrel=26 pkgdesc="Extensible Haskell pretty printer" url="https://github.com/commercialhaskell/hindent"; license=("custom:BSD3")
[arch-commits] Commit in hindent/repos (2 files)
Date: Wednesday, February 14, 2018 @ 09:03:38 Author: felixonmars Revision: 294190 archrelease: copy trunk to community-staging-x86_64 Added: hindent/repos/community-staging-x86_64/ hindent/repos/community-staging-x86_64/PKGBUILD (from rev 294189, hindent/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 294189, hindent/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 09:03:38 UTC (rev 294190) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hindent +pkgver=5.2.4.1 +pkgrel=26 +pkgdesc="Extensible Haskell pretty printer" +url="https://github.com/commercialhaskell/hindent"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' "haskell-descriptive" "haskell-exceptions" "haskell-monad-loops" "haskell-mtl" + "haskell-path" "haskell-path-io" "haskell-src-exts" "haskell-text" "haskell-unix-compat" + "haskell-utf8-string" "haskell-yaml") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('262db860d554f617d9317b6a32af2944e2d7b98d4c0c43baa9c7a90c08ffb0b34ba41701796f22d7a562ec7ba07b53bd6bb3e4ebfaf320ba1c009434fc8a3943') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +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}/${pkgname}-${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" +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" +}
[arch-commits] Commit in vault/repos/community-x86_64 (12 files)
Date: Wednesday, February 14, 2018 @ 09:04:19 Author: shibumi Revision: 294192 archrelease: copy trunk to community-x86_64 Added: vault/repos/community-x86_64/PKGBUILD (from rev 294191, vault/trunk/PKGBUILD) vault/repos/community-x86_64/vault.hcl (from rev 294191, vault/trunk/vault.hcl) vault/repos/community-x86_64/vault.install (from rev 294191, vault/trunk/vault.install) vault/repos/community-x86_64/vault.service (from rev 294191, vault/trunk/vault.service) vault/repos/community-x86_64/vault.sysusers (from rev 294191, vault/trunk/vault.sysusers) vault/repos/community-x86_64/vault.tmpfiles (from rev 294191, vault/trunk/vault.tmpfiles) Deleted: vault/repos/community-x86_64/PKGBUILD vault/repos/community-x86_64/vault.hcl vault/repos/community-x86_64/vault.install vault/repos/community-x86_64/vault.service vault/repos/community-x86_64/vault.sysusers vault/repos/community-x86_64/vault.tmpfiles + PKGBUILD | 98 +++ vault.hcl | 38 ++--- vault.install | 10 ++--- vault.service | 44 vault.sysusers |2 - vault.tmpfiles |2 - 6 files changed, 97 insertions(+), 97 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 09:04:10 UTC (rev 294191) +++ PKGBUILD2018-02-14 09:04:19 UTC (rev 294192) @@ -1,49 +0,0 @@ -# Maintainer : Christian Rebischke - -pkgname='vault' -pkgdesc='A tool for managing secrets' -pkgver='0.9.1' -pkgrel='1' -url='https://vaultproject.io/' -license=('MPL') -arch=('x86_64') -makedepends=('go-pie' 'git') -depends=('glibc') -install='vault.install' -backup=('etc/vault.hcl') -_vault_commit='87b6919dea55da61d7cd444b2442cabb8ede8ab1' -source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}"; -'vault.service' -'vault.sysusers' -'vault.tmpfiles' -'vault.hcl') -sha512sums=('SKIP' - '6619cf57668e995cddb29fb6c388c18c21b251052a53832415e415bb4fe538361ef77b74536f5b082b9cda6cd71b598fc50d8b7f51092c4d60262052c5725af2' - '92616ccf83fa5ca9f8b0d022cf8ceb1f3549e12b66bf21d9f77f3eb26bd75ec1dc36c155948ec987c642067b85fbfc30a9217d6c503d952a402aa5ef63e50928' - '073f0f400cba78521cd2709ce86d88fbb14125117f9f3beca657f625d04eab8e00f7a01b5d9a1cfc03e9038844f5732bdbb1a85dd65a803d3f0b90f8bf87880e' - '46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe') - -prepare () { - export GOPATH="${srcdir}" - export PATH="$PATH:$GOPATH/bin" - mkdir -p src/github.com/hashicorp/ - mv ${pkgname} src/github.com/hashicorp/ -} - -build () { - cd src/github.com/hashicorp/${pkgname} - go build -o vault-binary -} - -package () { - cd src/github.com/hashicorp/${pkgname} - install -Dm755 vault-binary "${pkgdir}/usr/bin/vault" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm644 "${srcdir}/vault.hcl" "${pkgdir}/etc/vault.hcl" - install -Dm644 "${srcdir}/vault.service" "${pkgdir}/usr/lib/systemd/system/vault.service" - install -Dm644 "${srcdir}/vault.sysusers" "${pkgdir}/usr/lib/sysusers.d/vault.conf" - install -Dm644 "${srcdir}/vault.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/vault.conf" - for file in README.md CHANGELOG.md ; do - install -Dm644 "${file}" "${pkgdir}/usr/share/doc/${pkgname}/${file}" - done -} Copied: vault/repos/community-x86_64/PKGBUILD (from rev 294191, vault/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 09:04:19 UTC (rev 294192) @@ -0,0 +1,49 @@ +# Maintainer : Christian Rebischke + +pkgname='vault' +pkgdesc='A tool for managing secrets' +pkgver='0.9.3' +pkgrel='1' +url='https://vaultproject.io/' +license=('MPL') +arch=('x86_64') +makedepends=('go-pie' 'git') +depends=('glibc') +install='vault.install' +backup=('etc/vault.hcl') +_vault_commit='5acd6a21d5a69ab49d0f7c0bf540123a9b2c696d' +source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}"; +'vault.service' +'vault.sysusers' +'vault.tmpfiles' +'vault.hcl') +sha512sums=('SKIP' + '6619cf57668e995cddb29fb6c388c18c21b251052a53832415e415bb4fe538361ef77b74536f5b082b9cda6cd71b598fc50d8b7f51092c4d60262052c5725af2' + '92616ccf83fa5ca9f8b0d022cf8ceb1f3549e12b66bf21d9f77f3eb26bd75ec1dc36c155948ec987c642067b85fbfc30a9217d6c503d952a402aa5ef63e50928' + '073f0f400cba78521cd2709ce86d88fbb14125117f9f3beca657f625d04eab8e00f7a01b5d9a1cfc03e9038844f5732bdbb1a85dd65a803d3f0b90f8bf87880e' + '46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe') + +prepare () { + export GOPA
[arch-commits] Commit in vault/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:04:10 Author: shibumi Revision: 294191 upgpkg: vault 0.9.3-1 new version did some minor PKGBUILD changes Modified: vault/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:03:38 UTC (rev 294190) +++ PKGBUILD2018-02-14 09:04:10 UTC (rev 294191) @@ -2,7 +2,7 @@ pkgname='vault' pkgdesc='A tool for managing secrets' -pkgver='0.9.1' +pkgver='0.9.3' pkgrel='1' url='https://vaultproject.io/' license=('MPL') @@ -11,7 +11,7 @@ depends=('glibc') install='vault.install' backup=('etc/vault.hcl') -_vault_commit='87b6919dea55da61d7cd444b2442cabb8ede8ab1' +_vault_commit='5acd6a21d5a69ab49d0f7c0bf540123a9b2c696d' source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}"; 'vault.service' 'vault.sysusers' @@ -27,16 +27,16 @@ export GOPATH="${srcdir}" export PATH="$PATH:$GOPATH/bin" mkdir -p src/github.com/hashicorp/ - mv ${pkgname} src/github.com/hashicorp/ + mv "${pkgname}" src/github.com/hashicorp/ } build () { - cd src/github.com/hashicorp/${pkgname} + cd src/github.com/hashicorp/"${pkgname}" go build -o vault-binary } package () { - cd src/github.com/hashicorp/${pkgname} + cd src/github.com/hashicorp/"${pkgname}" install -Dm755 vault-binary "${pkgdir}/usr/bin/vault" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -Dm644 "${srcdir}/vault.hcl" "${pkgdir}/etc/vault.hcl"
[arch-commits] Commit in haskell-yesod-auth/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:04:55 Author: felixonmars Revision: 294193 upgpkg: haskell-yesod-auth 1.4.21-70 rebuild with cabal-doctest,1.0.6 Modified: haskell-yesod-auth/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:04:19 UTC (rev 294192) +++ PKGBUILD2018-02-14 09:04:55 UTC (rev 294193) @@ -5,7 +5,7 @@ _hkgname=yesod-auth pkgname=haskell-yesod-auth pkgver=1.4.21 -pkgrel=69 +pkgrel=70 pkgdesc="Authentication for Yesod." url="http://www.yesodweb.com/"; license=("MIT")
[arch-commits] Commit in haskell-yesod-auth/repos (2 files)
Date: Wednesday, February 14, 2018 @ 09:05:16 Author: felixonmars Revision: 294194 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-auth/repos/community-staging-x86_64/ haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 294193, haskell-yesod-auth/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 294193, haskell-yesod-auth/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 09:05:16 UTC (rev 294194) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod-auth +pkgname=haskell-yesod-auth +pkgver=1.4.21 +pkgrel=70 +pkgdesc="Authentication for Yesod." +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" "haskell-base16-bytestring" + "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-blaze-html" + "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" "haskell-conduit-extra" + "haskell-cryptonite" "haskell-data-default" "haskell-email-validate" + "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" "haskell-http-types" + "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" "haskell-network-uri" + "haskell-nonce" "haskell-persistent" "haskell-persistent-template" "haskell-random" + "haskell-resourcet" "haskell-safe" "haskell-shakespeare" "haskell-text" + "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" "haskell-yesod-form" + "haskell-yesod-persistent") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23') + +build() { +cd "${srcdir}/${_hkgname}-${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 \ +-fnetwork-uri +runhaskell Setup build +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" +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-xcffib/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:06:00 Author: felixonmars Revision: 294195 upgpkg: haskell-xcffib 0.5.1-67 rebuild with cabal-doctest,1.0.6 Modified: haskell-xcffib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:05:16 UTC (rev 294194) +++ PKGBUILD2018-02-14 09:06:00 UTC (rev 294195) @@ -4,7 +4,7 @@ _hkgname=xcffib pkgname=haskell-xcffib pkgver=0.5.1 -pkgrel=66 +pkgrel=67 pkgdesc="A cffi-based python binding for X" url="https://github.com/tych0/xcffib"; license=('Apache')
[arch-commits] Commit in haskell-vector-instances/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:07:00 Author: felixonmars Revision: 294197 upgpkg: haskell-vector-instances 3.4-39 rebuild with cabal-doctest,1.0.6 Modified: haskell-vector-instances/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:06:22 UTC (rev 294196) +++ PKGBUILD2018-02-14 09:07:00 UTC (rev 294197) @@ -5,7 +5,7 @@ _hkgname=vector-instances pkgname=haskell-vector-instances pkgver=3.4 -pkgrel=38 +pkgrel=39 pkgdesc="Orphan Instances for \'Data.Vector\'" url="https://github.com/ekmett/vector-instances"; license=("custom:BSD3")
[arch-commits] Commit in haskell-xcffib/repos (2 files)
Date: Wednesday, February 14, 2018 @ 09:06:22 Author: felixonmars Revision: 294196 archrelease: copy trunk to community-staging-x86_64 Added: haskell-xcffib/repos/community-staging-x86_64/ haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 294195, haskell-xcffib/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 294195, haskell-xcffib/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 09:06:22 UTC (rev 294196) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=xcffib +pkgname=haskell-xcffib +pkgver=0.5.1 +pkgrel=67 +pkgdesc="A cffi-based python binding for X" +url="https://github.com/tych0/xcffib"; +license=('Apache') +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 'haskell-language-python' + 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-semigroups' 'haskell-split' + 'haskell-xcb-types') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('d182c203653eeaf2cca2cd27fef585b1882524f4daf1b9fe5c4e5d1123757294418e67ae56256edcafef4e052770e6726a19062e12cfd9ab56a4549f771078d0') + +build() { +cd "${srcdir}/${_hkgname}-${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 +runhaskell Setup build +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" +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-vector-instances/repos (2 files)
Date: Wednesday, February 14, 2018 @ 09:07:21 Author: felixonmars Revision: 294198 archrelease: copy trunk to community-staging-x86_64 Added: haskell-vector-instances/repos/community-staging-x86_64/ haskell-vector-instances/repos/community-staging-x86_64/PKGBUILD (from rev 294197, haskell-vector-instances/trunk/PKGBUILD) --+ PKGBUILD | 41 + 1 file changed, 41 insertions(+) Copied: haskell-vector-instances/repos/community-staging-x86_64/PKGBUILD (from rev 294197, haskell-vector-instances/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 09:07:21 UTC (rev 294198) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=vector-instances +pkgname=haskell-vector-instances +pkgver=3.4 +pkgrel=39 +pkgdesc="Orphan Instances for \'Data.Vector\'" +url="https://github.com/ekmett/vector-instances"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' "haskell-comonad" "haskell-hashable" "haskell-keys" "haskell-pointed" + "haskell-semigroupoids" "haskell-semigroups" "haskell-vector") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('67ffd6b941909bda1b6f26c8c7579fc495267425461f15f20bbaecf22b67d3dbf4ee88eb2ac76232f47917c26558eb325fedfe8ffc97368bbe1ad90fb427a7b1') + +build() { +cd "${srcdir}/${_hkgname}-${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 \ +-fhashable +runhaskell Setup build +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" +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-turtle/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:08:35 Author: felixonmars Revision: 294199 upgpkg: haskell-turtle 1.5.2-3 rebuild with cabal-doctest,1.0.6 Modified: haskell-turtle/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:07:21 UTC (rev 294198) +++ PKGBUILD2018-02-14 09:08:35 UTC (rev 294199) @@ -5,7 +5,7 @@ _hkgname=turtle pkgname=haskell-turtle pkgver=1.5.2 -pkgrel=2 +pkgrel=3 pkgdesc="Shell programming, Haskell-style" url="https://github.com/Gabriel439/Haskell-Turtle-Library"; license=('custom:BSD3')
[arch-commits] Commit in haskell-turtle/repos (2 files)
Date: Wednesday, February 14, 2018 @ 09:08:56 Author: felixonmars Revision: 294200 archrelease: copy trunk to community-staging-x86_64 Added: haskell-turtle/repos/community-staging-x86_64/ haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 294199, haskell-turtle/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 294199, haskell-turtle/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 09:08:56 UTC (rev 294200) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=turtle +pkgname=haskell-turtle +pkgver=1.5.2 +pkgrel=3 +pkgdesc="Shell programming, Haskell-style" +url="https://github.com/Gabriel439/Haskell-Turtle-Library"; +license=('custom:BSD3') +arch=('x86_64') +depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 'haskell-exceptions' + 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' + 'haskell-optional-args' 'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' + 'haskell-system-filepath' 'haskell-temporary' 'haskell-text' 'haskell-unix-compat') +makedepends=('ghc' 'haskell-doctest') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('ca751882ba888fcb9961c637e61f1f86df7d5e71fdb53dff04246d7d1336f21873a80b1a272a741a9715d3357cc0d76161aa128e0b374eddf37815fa2e24e601') + +prepare() { +sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +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 +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +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" +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-trifecta/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:09:52 Author: felixonmars Revision: 294201 upgpkg: haskell-trifecta 1.7.1.1-36 rebuild with cabal-doctest,1.0.6 Modified: haskell-trifecta/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:08:56 UTC (rev 294200) +++ PKGBUILD2018-02-14 09:09:52 UTC (rev 294201) @@ -5,7 +5,7 @@ _hkgname=trifecta pkgname=haskell-trifecta pkgver=1.7.1.1 -pkgrel=35 +pkgrel=36 pkgdesc="A modern parser combinator library with convenient diagnostics" url="https://github.com/ekmett/trifecta/"; license=("custom:BSD3")
[arch-commits] Commit in haskell-trifecta/repos (2 files)
Date: Wednesday, February 14, 2018 @ 09:10:14 Author: felixonmars Revision: 294202 archrelease: copy trunk to community-staging-x86_64 Added: haskell-trifecta/repos/community-staging-x86_64/ haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 294201, haskell-trifecta/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 294201, haskell-trifecta/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 09:10:14 UTC (rev 294202) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=trifecta +pkgname=haskell-trifecta +pkgver=1.7.1.1 +pkgrel=36 +pkgdesc="A modern parser combinator library with convenient diagnostics" +url="https://github.com/ekmett/trifecta/"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" "haskell-blaze-builder" + "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" "haskell-comonad" + "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" "haskell-parsers" + "haskell-profunctors" "haskell-reducers" "haskell-semigroups" "haskell-unordered-containers" + "haskell-utf8-string") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602') + +prepare() { +sed -i 's/ansi-terminal>= 0.6 && < 0.7,/ansi-terminal >= 0.6,/' $_hkgname-$pkgver/$_hkgname.cabal +} + +build() { +cd "${srcdir}/${_hkgname}-${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 +runhaskell Setup build +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" +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 gtk2+extra/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:12:24 Author: arojas Revision: 294203 Update to 3.3.4 Modified: gtk2+extra/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:10:14 UTC (rev 294202) +++ PKGBUILD2018-02-14 09:12:24 UTC (rev 294203) @@ -3,15 +3,16 @@ # Contributor: Tom Newsom pkgname=gtk2+extra -pkgver=3.3.3 +pkgver=3.3.4 pkgrel=1 pkgdesc="GtkExtra is a useful set of widgets for creating GUI's for the Xwindows system using GTK+" arch=(x86_64) url="http://gtkextra.sourceforge.net/"; depends=('gtk2') +makedepends=('python') license=('LGPL') source=(http://downloads.sourceforge.net/project/gtkextra/${pkgver%.*}/gtkextra-$pkgver.tar.gz) -sha256sums=('7889f958ee9fb6bd564aa941891909c3af7a03b92e232c5a90bab0289407d884') +sha256sums=('651b738a78edbd5d6ccb64f5a256c39ec35fbbed898e54a3ab7e6cf8fd82f1d6') build() { cd "$srcdir"/gtkextra-$pkgver
[arch-commits] Commit in gtk2+extra/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:12:58 Author: arojas Revision: 294204 archrelease: copy trunk to community-x86_64 Added: gtk2+extra/repos/community-x86_64/PKGBUILD (from rev 294203, gtk2+extra/trunk/PKGBUILD) Deleted: gtk2+extra/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 51 ++- 1 file changed, 26 insertions(+), 25 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 09:12:24 UTC (rev 294203) +++ PKGBUILD2018-02-14 09:12:58 UTC (rev 294204) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Tom Newsom - -pkgname=gtk2+extra -pkgver=3.3.3 -pkgrel=1 -pkgdesc="GtkExtra is a useful set of widgets for creating GUI's for the Xwindows system using GTK+" -arch=(i686 x86_64) -url="http://gtkextra.sourceforge.net/"; -depends=('gtk2') -license=('LGPL') -source=(http://downloads.sourceforge.net/project/gtkextra/${pkgver%.*}/gtkextra-$pkgver.tar.gz) -sha256sums=('7889f958ee9fb6bd564aa941891909c3af7a03b92e232c5a90bab0289407d884') - -build() { - cd "$srcdir"/gtkextra-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir"/gtkextra-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gtk2+extra/repos/community-x86_64/PKGBUILD (from rev 294203, gtk2+extra/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 09:12:58 UTC (rev 294204) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Tom Newsom + +pkgname=gtk2+extra +pkgver=3.3.4 +pkgrel=1 +pkgdesc="GtkExtra is a useful set of widgets for creating GUI's for the Xwindows system using GTK+" +arch=(x86_64) +url="http://gtkextra.sourceforge.net/"; +depends=('gtk2') +makedepends=('python') +license=('LGPL') +source=(http://downloads.sourceforge.net/project/gtkextra/${pkgver%.*}/gtkextra-$pkgver.tar.gz) +sha256sums=('651b738a78edbd5d6ccb64f5a256c39ec35fbbed898e54a3ab7e6cf8fd82f1d6') + +build() { + cd "$srcdir"/gtkextra-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir"/gtkextra-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in git-annex/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:16:10 Author: felixonmars Revision: 294205 upgpkg: git-annex 6.20180112-64 rebuild with cabal-doctest,1.0.6 Modified: git-annex/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:12:58 UTC (rev 294204) +++ PKGBUILD2018-02-14 09:16:10 UTC (rev 294205) @@ -4,7 +4,7 @@ pkgname=git-annex pkgver=6.20180112 -pkgrel=63 +pkgrel=64 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/"; license=("AGPL3")
[arch-commits] Commit in git-annex/repos (2 files)
Date: Wednesday, February 14, 2018 @ 09:16:30 Author: felixonmars Revision: 294206 archrelease: copy trunk to community-staging-x86_64 Added: git-annex/repos/community-staging-x86_64/ git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 294205, git-annex/trunk/PKGBUILD) --+ PKGBUILD | 54 ++ 1 file changed, 54 insertions(+) Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 294205, git-annex/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 09:16:30 UTC (rev 294206) @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=git-annex +pkgver=6.20180112 +pkgrel=64 +pkgdesc="Manage files with git, without checking their contents into git" +url="http://git-annex.branchable.com/"; +license=("AGPL3") +arch=('x86_64') +depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws' + 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 'haskell-case-insensitive' + 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 'haskell-crypto-api' + 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 'haskell-dbus' + 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 'haskell-edit-distance' + 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' + 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 'haskell-http-conduit' + 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory' + 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 'haskell-mtl' + 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 'haskell-network-uri' + 'haskell-old-locale' 'haskell-optparse-applicative' 'haskell-path-pieces' + 'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-persistent-template' + 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 'haskell-resourcet' + 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 'haskell-shakespeare' + 'haskell-socks' 'haskell-split' 'haskell-stm' 'haskell-stm-chans' 'haskell-tagsoup' + 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-rerun' + 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 'haskell-unordered-containers' + 'haskell-utf8-string' 'haskell-uuid' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' + 'haskell-warp-tls' 'haskell-yesod' 'haskell-yesod-core' + 'haskell-yesod-form' 'haskell-yesod-static') +makedepends=('chrpath' 'ghc') +source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";) +sha512sums=('SKIP') + +build() { + cd git-annex + + runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \ +--docdir="/usr/share/doc/$pkgname" \ +-fnetwork-uri -fconcurrentoutput -ftorrentparser \ +-f-androidsplice -f-android -fproduction -fpairing -fwebapp \ +-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime + runhaskell Setup build +} + +package() { + cd git-annex + runhaskell Setup copy --destdir="$pkgdir" + make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc + + rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT + rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc +}
[arch-commits] Commit in cgrep/repos (2 files)
Date: Wednesday, February 14, 2018 @ 09:17:54 Author: felixonmars Revision: 294208 archrelease: copy trunk to community-staging-x86_64 Added: cgrep/repos/community-staging-x86_64/ cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 294207, cgrep/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 294207, cgrep/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-14 09:17:54 UTC (rev 294208) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=cgrep +pkgver=6.6.22 +pkgrel=18 +pkgdesc="A context-aware grep for source codes" +url="http://awgn.github.io/cgrep/"; +license=("GPL2") +arch=('x86_64') +depends=('ghc-libs' "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" "haskell-dlist" + "haskell-either" "haskell-mtl" "haskell-regex-base" "haskell-regex-pcre" + "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm" "haskell-stringsearch" + "haskell-unix-compat" "haskell-unicode-show" "haskell-unordered-containers" + "haskell-utf8-string") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('d5504fb9d6da4c1bf3bf59297d4c9084af179657710357df89059f36aa3cba10e65089e425a76b36a26943815cad590e7d174d60f7bf29a2a80293b544fb95b6') + +prepare() { +sed -e 's/Either/Except/' \ +-e 's/left/throwError/' \ +-e '/import Data.List/a import Control.Monad.Error.Class (throwError)' \ +-i $pkgname-$pkgver/src/Main.hs +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +}
[arch-commits] Commit in cgrep/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:17:34 Author: felixonmars Revision: 294207 upgpkg: cgrep 6.6.22-18 rebuild with cabal-doctest,1.0.6 Modified: cgrep/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:16:30 UTC (rev 294206) +++ PKGBUILD2018-02-14 09:17:34 UTC (rev 294207) @@ -4,7 +4,7 @@ pkgname=cgrep pkgver=6.6.22 -pkgrel=17 +pkgrel=18 pkgdesc="A context-aware grep for source codes" url="http://awgn.github.io/cgrep/"; license=("GPL2")
[arch-commits] Commit in virt-manager/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:32:15 Author: shibumi Revision: 294210 archrelease: copy trunk to community-any Added: virt-manager/repos/community-any/PKGBUILD (from rev 294209, virt-manager/trunk/PKGBUILD) Deleted: virt-manager/repos/community-any/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 09:32:06 UTC (rev 294209) +++ PKGBUILD2018-02-14 09:32:15 UTC (rev 294210) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Daniel Micay -# Contributor: Jonathan Wiersma - -pkgbase=virt-manager -pkgname=(virt-install virt-manager) -pkgver=1.4.3 -pkgrel=2 -pkgdesc="Console user interface for managing virtual machines" -arch=('any') -url="http://virt-manager.org/"; -license=('GPL') -depends=('python2-gobject' 'libvirt-glib' 'libvirt-python2' -'python2-requests' 'python2-ipaddr' 'libosinfo') -makedepends=('intltool' 'python2-cairo') -source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";) -sha256sums=('528226b9a0fdd6cd66451a8217fc7c87f3deb6bebd08599c25fe5c7291fe6a24') - -build() { - cd "$srcdir/$pkgbase-$pkgver" - python2 setup.py build -} - -package_virt-install() { - cd "$srcdir/$pkgbase-$pkgver" - python2 setup.py --no-update-icon-cache --no-compile-schemas install --root "$pkgdir" - python2 -m compileall "${pkgdir}/usr/share/virt-manager" - python2 -O -m compileall "${pkgdir}/usr/share/virt-manager" - rm "${pkgdir}/usr/bin/virt-manager" -} - -package_virt-manager() { - pkgdesc="Desktop user interface for managing virtual machines" - depends=("virt-install=$pkgver" 'vte3' 'gtk-vnc' 'spice-gtk3' 'python2-cairo') - cd "$srcdir/$pkgbase-$pkgver" - install -Dm 755 build/virt-manager -t "${pkgdir}/usr/bin" -} Copied: virt-manager/repos/community-any/PKGBUILD (from rev 294209, virt-manager/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 09:32:15 UTC (rev 294210) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Daniel Micay +# Contributor: Jonathan Wiersma + +pkgbase=virt-manager +pkgname=(virt-install virt-manager) +pkgver=1.5.0 +pkgrel=1 +pkgdesc="Console user interface for managing virtual machines" +arch=('any') +url="http://virt-manager.org/"; +license=('GPL') +depends=('python2-gobject' 'libvirt-glib' 'libvirt-python2' +'python2-requests' 'python2-ipaddr' 'libosinfo') +makedepends=('intltool' 'python2-cairo') +source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";) +sha512sums=('b375927776b9132fbd9dacd8223b6c94b89c32d6812394ec7e18df7c66f7e6dec853885e85e2b4b4ffd283e8afe0dd2526bafeac4b55511a4a115ef5798f97da') + +build() { + cd "$srcdir/$pkgbase-$pkgver" + python2 setup.py build +} + +package_virt-install() { + cd "$srcdir/$pkgbase-$pkgver" + python2 setup.py --no-update-icon-cache --no-compile-schemas install --root "$pkgdir" + python2 -m compileall "${pkgdir}/usr/share/virt-manager" + python2 -O -m compileall "${pkgdir}/usr/share/virt-manager" + rm "${pkgdir}/usr/bin/virt-manager" +} + +package_virt-manager() { + pkgdesc="Desktop user interface for managing virtual machines" + depends=("virt-install=$pkgver" 'vte3' 'gtk-vnc' 'spice-gtk3' 'python2-cairo') + cd "$srcdir/$pkgbase-$pkgver" + install -Dm 755 build/virt-manager -t "${pkgdir}/usr/bin" +}
[arch-commits] Commit in virt-manager/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:32:06 Author: shibumi Revision: 294209 upgpkg: virt-manager 1.5.0-1 Modified: virt-manager/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:17:54 UTC (rev 294208) +++ PKGBUILD2018-02-14 09:32:06 UTC (rev 294209) @@ -5,8 +5,8 @@ pkgbase=virt-manager pkgname=(virt-install virt-manager) -pkgver=1.4.3 -pkgrel=2 +pkgver=1.5.0 +pkgrel=1 pkgdesc="Console user interface for managing virtual machines" arch=('any') url="http://virt-manager.org/"; @@ -15,7 +15,7 @@ 'python2-requests' 'python2-ipaddr' 'libosinfo') makedepends=('intltool' 'python2-cairo') source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";) -sha256sums=('528226b9a0fdd6cd66451a8217fc7c87f3deb6bebd08599c25fe5c7291fe6a24') +sha512sums=('b375927776b9132fbd9dacd8223b6c94b89c32d6812394ec7e18df7c66f7e6dec853885e85e2b4b4ffd283e8afe0dd2526bafeac4b55511a4a115ef5798f97da') build() { cd "$srcdir/$pkgbase-$pkgver"
[arch-commits] Commit in audit/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:44:22 Author: shibumi Revision: 294211 upgpkg: audit 2.8.2-1 Modified: audit/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:32:15 UTC (rev 294210) +++ PKGBUILD2018-02-14 09:44:22 UTC (rev 294211) @@ -7,8 +7,8 @@ # Contributor: henning mueller pkgname=audit -pkgver=2.7.6 -pkgrel=2 +pkgver=2.8.2 +pkgrel=1 pkgdesc='Userspace components of the audit framework' url='https://people.redhat.com/sgrubb/audit' arch=('x86_64') @@ -29,7 +29,7 @@ etc/audisp/plugins.d/syslog.conf ) source=("${pkgname}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz";) -sha512sums=('b219bf64b4cc9f1178751bd4f16a91d75d05b76165b57c4a1493e6a55c66481edfa2a661f479d7ecd46f6d719319776e9eabffb5dc7129dd953a3af3389aa8b8') +sha512sums=('888ebf5e8e9d285b82d87377fc8836886d7a8b089c1be4091420a77a0250c9baf09aebb7a6330ff5043fb35f51eb6baf8d4491e26da7ad0811f0087e395b5012') install="audit.install" build() {
[arch-commits] Commit in python-botocore/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:55:41 Author: jsteel Revision: 294212 upgpkg: python-botocore 1.8.42-1 Modified: python-botocore/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:44:22 UTC (rev 294211) +++ PKGBUILD2018-02-14 09:55:41 UTC (rev 294212) @@ -4,7 +4,7 @@ # Contributor: Chris Fordham pkgname=python-botocore -pkgver=1.8.41 +pkgver=1.8.42 pkgrel=1 pkgdesc='A low-level interface to a growing number of Amazon Web Services' arch=('any') @@ -13,7 +13,7 @@ depends=('python-dateutil' 'python-jmespath' 'python-docutils') makedepends=('python-setuptools') source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -md5sums=('2295e9abcac871cab43100ec580eaf47') +md5sums=('678491b02e8cbd5f9370f8be41b81506') build() { cd botocore-$pkgver
[arch-commits] Commit in python-botocore/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:55:55 Author: jsteel Revision: 294213 archrelease: copy trunk to community-any Added: python-botocore/repos/community-any/PKGBUILD (from rev 294212, python-botocore/trunk/PKGBUILD) Deleted: python-botocore/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 09:55:41 UTC (rev 294212) +++ PKGBUILD2018-02-14 09:55:55 UTC (rev 294213) @@ -1,30 +0,0 @@ -# Maintainer: Jonathan Steel -# Contributor: Chris Severance aur.severach AatT spamgourmet.com -# Contributor: Ainola -# Contributor: Chris Fordham - -pkgname=python-botocore -pkgver=1.8.41 -pkgrel=1 -pkgdesc='A low-level interface to a growing number of Amazon Web Services' -arch=('any') -url="https://github.com/boto/botocore"; -license=('Apache') -depends=('python-dateutil' 'python-jmespath' 'python-docutils') -makedepends=('python-setuptools') -source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -md5sums=('2295e9abcac871cab43100ec580eaf47') - -build() { - cd botocore-$pkgver - - python setup.py build -} - -package() { - cd botocore-$pkgver - - python setup.py install --root="$pkgdir" --optimize=1 - - install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python-botocore/repos/community-any/PKGBUILD (from rev 294212, python-botocore/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 09:55:55 UTC (rev 294213) @@ -0,0 +1,30 @@ +# Maintainer: Jonathan Steel +# Contributor: Chris Severance aur.severach AatT spamgourmet.com +# Contributor: Ainola +# Contributor: Chris Fordham + +pkgname=python-botocore +pkgver=1.8.42 +pkgrel=1 +pkgdesc='A low-level interface to a growing number of Amazon Web Services' +arch=('any') +url="https://github.com/boto/botocore"; +license=('Apache') +depends=('python-dateutil' 'python-jmespath' 'python-docutils') +makedepends=('python-setuptools') +source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) +md5sums=('678491b02e8cbd5f9370f8be41b81506') + +build() { + cd botocore-$pkgver + + python setup.py build +} + +package() { + cd botocore-$pkgver + + python setup.py install --root="$pkgdir" --optimize=1 + + install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in aws-cli/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:56:36 Author: jsteel Revision: 294214 upgpkg: aws-cli 1.14.38-1 Modified: aws-cli/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:55:55 UTC (rev 294213) +++ PKGBUILD2018-02-14 09:56:36 UTC (rev 294214) @@ -3,7 +3,7 @@ # Contributor: Alper KANAT pkgname=aws-cli -pkgver=1.14.37 +pkgver=1.14.38 pkgrel=1 pkgdesc='Universal Command Line Interface for Amazon Web Services' arch=('any') @@ -14,7 +14,7 @@ 'python-s3transfer' 'python-yaml') makedepends=('python-setuptools') source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -md5sums=('2540d382df75797d7793c8cc3ea6592c') +md5sums=('a36d00fe6eede993eecfdc921aaa3edb') build() { cd $pkgname-$pkgver
[arch-commits] Commit in aws-cli/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:56:52 Author: jsteel Revision: 294215 archrelease: copy trunk to community-any Added: aws-cli/repos/community-any/PKGBUILD (from rev 294214, aws-cli/trunk/PKGBUILD) Deleted: aws-cli/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 09:56:36 UTC (rev 294214) +++ PKGBUILD2018-02-14 09:56:52 UTC (rev 294215) @@ -1,34 +0,0 @@ -# Maintainer: Jonathan Steel -# Contributor: Chris Severance aur.severach AatT spamgourmet.com -# Contributor: Alper KANAT - -pkgname=aws-cli -pkgver=1.14.37 -pkgrel=1 -pkgdesc='Universal Command Line Interface for Amazon Web Services' -arch=('any') -url="https://github.com/aws/aws-cli"; -license=('Apache') -depends=('python-botocore' 'python-dateutil' 'python-jmespath' - 'python-colorama' 'python-docutils' 'python-rsa' - 'python-s3transfer' 'python-yaml') -makedepends=('python-setuptools') -source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -md5sums=('2540d382df75797d7793c8cc3ea6592c') - -build() { - cd $pkgname-$pkgver - - python setup.py build -} - -package() { - cd $pkgname-$pkgver - - python setup.py install --root="$pkgdir" --optimize=1 - - install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - install -Dm644 bin/aws_bash_completer "$pkgdir"/usr/share/bash-completion/completions/aws - - rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer} -} Copied: aws-cli/repos/community-any/PKGBUILD (from rev 294214, aws-cli/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 09:56:52 UTC (rev 294215) @@ -0,0 +1,34 @@ +# Maintainer: Jonathan Steel +# Contributor: Chris Severance aur.severach AatT spamgourmet.com +# Contributor: Alper KANAT + +pkgname=aws-cli +pkgver=1.14.38 +pkgrel=1 +pkgdesc='Universal Command Line Interface for Amazon Web Services' +arch=('any') +url="https://github.com/aws/aws-cli"; +license=('Apache') +depends=('python-botocore' 'python-dateutil' 'python-jmespath' + 'python-colorama' 'python-docutils' 'python-rsa' + 'python-s3transfer' 'python-yaml') +makedepends=('python-setuptools') +source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) +md5sums=('a36d00fe6eede993eecfdc921aaa3edb') + +build() { + cd $pkgname-$pkgver + + python setup.py build +} + +package() { + cd $pkgname-$pkgver + + python setup.py install --root="$pkgdir" --optimize=1 + + install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + install -Dm644 bin/aws_bash_completer "$pkgdir"/usr/share/bash-completion/completions/aws + + rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer} +}
[arch-commits] Commit in python-boto3/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:57:04 Author: jsteel Revision: 294216 upgpkg: python-boto3 1.5.28-1 Modified: python-boto3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:56:52 UTC (rev 294215) +++ PKGBUILD2018-02-14 09:57:04 UTC (rev 294216) @@ -3,7 +3,7 @@ # Contributor: Felix Yan pkgname=python-boto3 -pkgver=1.5.27 +pkgver=1.5.28 pkgrel=1 pkgdesc='The AWS SDK for Python' arch=('any') @@ -13,7 +13,7 @@ makedepends=('python-setuptools') # checkdepends=('python-coverage' 'python-nose' 'python-mock') source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";) -sha512sums=('c38d11fc1e1d65cfaf9bbe00da210c4713fec9232320387efc11663470fc333a622877eddd1c60216496cb6fb399f0964cf51bed67209c4c7ec17af03972350f') +sha512sums=('7108aca7889788fd8b35bbbecde4979053d5a545b5b65e251e69d7747914977b48ec1a34d508443736766769aa121a4ebb2ee8d177bd24a4a56203bb2bb4bd9f') build() { cd "$srcdir"/boto3-$pkgver
[arch-commits] Commit in python-boto3/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:57:20 Author: jsteel Revision: 294217 archrelease: copy trunk to community-any Added: python-boto3/repos/community-any/PKGBUILD (from rev 294216, python-boto3/trunk/PKGBUILD) Deleted: python-boto3/repos/community-any/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 09:57:04 UTC (rev 294216) +++ PKGBUILD2018-02-14 09:57:20 UTC (rev 294217) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Steel -# Contributor: Felix Yan - -pkgname=python-boto3 -pkgver=1.5.27 -pkgrel=1 -pkgdesc='The AWS SDK for Python' -arch=('any') -license=('Apache') -url='https://github.com/boto/boto3' -depends=('python-botocore' 'python-jmespath' 'python-s3transfer') -makedepends=('python-setuptools') -# checkdepends=('python-coverage' 'python-nose' 'python-mock') -source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";) -sha512sums=('c38d11fc1e1d65cfaf9bbe00da210c4713fec9232320387efc11663470fc333a622877eddd1c60216496cb6fb399f0964cf51bed67209c4c7ec17af03972350f') - -build() { - cd "$srcdir"/boto3-$pkgver - python setup.py build -} - -check() { - cd "$srcdir"/boto3-$pkgver - # scripts/ci/run-tests -} - -package() { - cd boto3-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-boto3/repos/community-any/PKGBUILD (from rev 294216, python-boto3/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 09:57:20 UTC (rev 294217) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jonathan Steel +# Contributor: Felix Yan + +pkgname=python-boto3 +pkgver=1.5.28 +pkgrel=1 +pkgdesc='The AWS SDK for Python' +arch=('any') +license=('Apache') +url='https://github.com/boto/boto3' +depends=('python-botocore' 'python-jmespath' 'python-s3transfer') +makedepends=('python-setuptools') +# checkdepends=('python-coverage' 'python-nose' 'python-mock') +source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";) +sha512sums=('7108aca7889788fd8b35bbbecde4979053d5a545b5b65e251e69d7747914977b48ec1a34d508443736766769aa121a4ebb2ee8d177bd24a4a56203bb2bb4bd9f') + +build() { + cd "$srcdir"/boto3-$pkgver + python setup.py build +} + +check() { + cd "$srcdir"/boto3-$pkgver + # scripts/ci/run-tests +} + +package() { + cd boto3-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in puppet/repos/community-any (4 files)
Date: Wednesday, February 14, 2018 @ 09:59:06 Author: jsteel Revision: 294219 archrelease: copy trunk to community-any Added: puppet/repos/community-any/PKGBUILD (from rev 294218, puppet/trunk/PKGBUILD) puppet/repos/community-any/puppet.install (from rev 294218, puppet/trunk/puppet.install) Deleted: puppet/repos/community-any/PKGBUILD puppet/repos/community-any/puppet.install + PKGBUILD | 114 +++ puppet.install | 10 ++-- 2 files changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 09:58:57 UTC (rev 294218) +++ PKGBUILD2018-02-14 09:59:06 UTC (rev 294219) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Steel -# Contributor: Greg Sutcliffe -# Contributor: Hyacinthe Cartiaux -# Contributor: Thomas S Hatch -# Contributor: Xavion -# Contributor: Miah Johnson -# Contributor: Dave Simons -# Contributor: Niels Abspoel - -pkgname=puppet -pkgver=5.3.4 -pkgrel=1 -pkgdesc="Server automation framework and application" -arch=('any') -url="https://puppet.com/products/open-source-projects"; -license=('Apache') -depends=('facter' 'hiera') -optdepends=('ruby-shadow: user password management') -backup=('etc/puppetlabs/puppet/auth.conf' -'etc/puppetlabs/puppet/puppet.conf') -install=$pkgname.install -source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('85dbbc8cdbe9d1fc95eaf2fbc83ce6e5') - -prepare() { - cd $pkgname-$pkgver - - # FS#45044: fix file location - sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service -} - -package() { - cd $pkgname-$pkgver - - ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \ -'puts RbConfig::CONFIG["vendorlibdir"]' )" - - install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d} - - echo 'u puppet 52 "Puppet" /var/lib/puppet' > \ -"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf - echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \ -"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf - - # systemd - install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \ -"$pkgdir"/usr/lib/systemd/system/$pkgname.service - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - # Match permissions that puppet sets when running - install -dm775 "$pkgdir"/var/lib/puppet - chmod 750 "$pkgdir"/var/log/puppetlabs/puppet - - rm -r "$pkgdir"/var/run -} Copied: puppet/repos/community-any/PKGBUILD (from rev 294218, puppet/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 09:59:06 UTC (rev 294219) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Jonathan Steel +# Contributor: Greg Sutcliffe +# Contributor: Hyacinthe Cartiaux +# Contributor: Thomas S Hatch +# Contributor: Xavion +# Contributor: Miah Johnson +# Contributor: Dave Simons +# Contributor: Niels Abspoel + +pkgname=puppet +pkgver=5.3.5 +pkgrel=1 +pkgdesc="Server automation framework and application" +arch=('any') +url="https://puppet.com/products/open-source-projects"; +license=('Apache') +depends=('facter' 'hiera') +optdepends=('ruby-shadow: user password management') +backup=('etc/puppetlabs/puppet/auth.conf' +'etc/puppetlabs/puppet/puppet.conf') +install=$pkgname.install +source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('81396d33a49b2b8aedbe0ab4951ebc63') + +prepare() { + cd $pkgname-$pkgver + + # FS#45044: fix file location + sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service +} + +package() { + cd $pkgname-$pkgver + + ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \ +'puts RbConfig::CONFIG["vendorlibdir"]' )" + + install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d} + + echo 'u puppet 52 "Puppet" /var/lib/puppet' > \ +"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf + echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \ +"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf + + # systemd + install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \ +"$pkgdir"/usr/lib/systemd/system/$pkgname.service + + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + # Match permissions that puppet sets when running + install -dm775 "$pkgdir"/var/lib/puppet + chmod 750 "$pkgdir"/var/log/puppetlabs/puppet + + rm -r "$pkgdir"/var/run +} Deleted: puppet.install === --- puppet.install 2018-02-14 09:58:57 UTC (rev 294218) +++ puppet.install 2018-02-14 09:59:06 UTC (rev 294219) @@ -1,5 +0,0 @@ -pre_remove() { - if [[ -f /run/puppetlabs/agent.pid ]]; then -systemctl stop puppet - fi -} Copied: puppet/repos/community-any/puppet.install (from rev 294218, puppet/trunk/puppet.install)
[arch-commits] Commit in puppet/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 09:58:57 Author: jsteel Revision: 294218 upgpkg: puppet 5.3.5-1 Modified: puppet/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 09:57:20 UTC (rev 294217) +++ PKGBUILD2018-02-14 09:58:57 UTC (rev 294218) @@ -9,7 +9,7 @@ # Contributor: Niels Abspoel pkgname=puppet -pkgver=5.3.4 +pkgver=5.3.5 pkgrel=1 pkgdesc="Server automation framework and application" arch=('any') @@ -21,7 +21,7 @@ 'etc/puppetlabs/puppet/puppet.conf') install=$pkgname.install source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('85dbbc8cdbe9d1fc95eaf2fbc83ce6e5') +md5sums=('81396d33a49b2b8aedbe0ab4951ebc63') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in facter/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 10:04:02 Author: jsteel Revision: 294221 upgpkg: facter 3.9.5-1 Modified: facter/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 10:02:20 UTC (rev 294220) +++ PKGBUILD2018-02-14 10:04:02 UTC (rev 294221) @@ -7,7 +7,7 @@ # Contributor: Niels Abspoel pkgname=facter -pkgver=3.9.4 +pkgver=3.9.5 pkgrel=1 pkgdesc="Collect and display system facts" arch=('x86_64') @@ -18,7 +18,7 @@ optdepends=('java-environment: jruby support') replaces=('cfacter') source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('4c3aef6e8425a20350b20f70df04d878') +md5sums=('f2f101dd6efca7711fe7e9e449587d52') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in facter/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, February 14, 2018 @ 10:04:11 Author: jsteel Revision: 294222 archrelease: copy trunk to community-x86_64 Added: facter/repos/community-x86_64/PKGBUILD (from rev 294221, facter/trunk/PKGBUILD) Deleted: facter/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 92 ++--- 1 file changed, 46 insertions(+), 46 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 10:04:02 UTC (rev 294221) +++ PKGBUILD2018-02-14 10:04:11 UTC (rev 294222) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Steel -# Contributor: Greg Sutcliffe -# Contributor: Hyacinthe Cartiaux -# Contributor: Thomas S Hatch -# Contributor: Dave Simons -# Contributor: Niels Abspoel - -pkgname=facter -pkgver=3.9.4 -pkgrel=1 -pkgdesc="Collect and display system facts" -arch=('x86_64') -url="http://puppetlabs.com/facter"; -license=('APACHE') -depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl') -makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon') -optdepends=('java-environment: jruby support') -replaces=('cfacter') -source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('4c3aef6e8425a20350b20f70df04d878') - -prepare() { - cd $pkgname-$pkgver - - # Replace rb_data_object_alloc symbol with rb_data_object_wrap - # https://tickets.puppetlabs.com/browse/FACT-1291 - sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \ -$( grep -rl rb_data_object_alloc lib/src/ruby ) -} - -build() { - cd $pkgname-$pkgver - - JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr - - make -} - -package() { - cd $pkgname-$pkgver - - make install DESTDIR="$pkgdir" - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: facter/repos/community-x86_64/PKGBUILD (from rev 294221, facter/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 10:04:11 UTC (rev 294222) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Jonathan Steel +# Contributor: Greg Sutcliffe +# Contributor: Hyacinthe Cartiaux +# Contributor: Thomas S Hatch +# Contributor: Dave Simons +# Contributor: Niels Abspoel + +pkgname=facter +pkgver=3.9.5 +pkgrel=1 +pkgdesc="Collect and display system facts" +arch=('x86_64') +url="http://puppetlabs.com/facter"; +license=('APACHE') +depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl') +makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon') +optdepends=('java-environment: jruby support') +replaces=('cfacter') +source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('f2f101dd6efca7711fe7e9e449587d52') + +prepare() { + cd $pkgname-$pkgver + + # Replace rb_data_object_alloc symbol with rb_data_object_wrap + # https://tickets.puppetlabs.com/browse/FACT-1291 + sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \ +$( grep -rl rb_data_object_alloc lib/src/ruby ) +} + +build() { + cd $pkgname-$pkgver + + JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr + + make +} + +package() { + cd $pkgname-$pkgver + + make install DESTDIR="$pkgdir" + + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in audit/repos/community-x86_64 (4 files)
Date: Wednesday, February 14, 2018 @ 10:31:30 Author: shibumi Revision: 294223 archrelease: copy trunk to community-x86_64 Added: audit/repos/community-x86_64/PKGBUILD (from rev 294222, audit/trunk/PKGBUILD) audit/repos/community-x86_64/audit.install (from rev 294222, audit/trunk/audit.install) Deleted: audit/repos/community-x86_64/PKGBUILD audit/repos/community-x86_64/audit.install ---+ PKGBUILD | 126 audit.install | 10 ++-- 2 files changed, 68 insertions(+), 68 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-02-14 10:04:11 UTC (rev 294222) +++ PKGBUILD2018-02-14 10:31:30 UTC (rev 294223) @@ -1,63 +0,0 @@ -# $Id$ -# Maintainer : Christian Rebischke -# Contributor: Daniel Micay -# Contributor: -# Contributor: Massimiliano Torromeo -# Contributor: Connor Behan -# Contributor: henning mueller - -pkgname=audit -pkgver=2.7.6 -pkgrel=2 -pkgdesc='Userspace components of the audit framework' -url='https://people.redhat.com/sgrubb/audit' -arch=('i686' 'x86_64') -depends=('krb5' 'libcap-ng') -makedepends=('libldap' 'swig' 'linux-headers' 'python' 'python2') -license=('GPL') -options=('emptydirs') -backup=( - etc/libaudit.conf - etc/audit/audit.rules - etc/audit/auditd.conf - etc/audisp/audispd.conf - etc/audisp/audisp-remote.conf - etc/audisp/zos-remote.conf - etc/audisp/plugins.d/af_unix.conf - etc/audisp/plugins.d/audispd-zos-remote.conf - etc/audisp/plugins.d/au-remote.conf - etc/audisp/plugins.d/syslog.conf -) -source=("${pkgname}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz";) -sha512sums=('b219bf64b4cc9f1178751bd4f16a91d75d05b76165b57c4a1493e6a55c66481edfa2a661f479d7ecd46f6d719319776e9eabffb5dc7129dd953a3af3389aa8b8') -install="audit.install" - -build() { - cd "${pkgname}-${pkgver}" - export PYTHON=/usr/bin/python2 - ./configure \ ---prefix=/usr \ ---sbindir=/usr/bin \ ---sysconfdir=/etc \ ---libexecdir=/usr/lib/audit \ ---enable-gssapi-krb5=yes \ ---enable-systemd=yes \ ---with-libcap-ng=yes - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - cd "${pkgdir}" - install -d var/log/audit - rm -rf etc/rc.d etc/sysconfig usr/lib/audit - - sed -ri 's|/sbin|/usr/bin|' \ -etc/audit/*.conf \ -etc/audisp/plugins.d/*.conf \ -usr/lib/systemd/system/auditd.service - - chmod 644 usr/lib/systemd/system/auditd.service -} Copied: audit/repos/community-x86_64/PKGBUILD (from rev 294222, audit/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-02-14 10:31:30 UTC (rev 294223) @@ -0,0 +1,63 @@ +# $Id$ +# Maintainer : Christian Rebischke +# Contributor: Daniel Micay +# Contributor: +# Contributor: Massimiliano Torromeo +# Contributor: Connor Behan +# Contributor: henning mueller + +pkgname=audit +pkgver=2.8.2 +pkgrel=1 +pkgdesc='Userspace components of the audit framework' +url='https://people.redhat.com/sgrubb/audit' +arch=('x86_64') +depends=('krb5' 'libcap-ng') +makedepends=('libldap' 'swig' 'linux-headers' 'python' 'python2') +license=('GPL') +options=('emptydirs') +backup=( + etc/libaudit.conf + etc/audit/audit.rules + etc/audit/auditd.conf + etc/audisp/audispd.conf + etc/audisp/audisp-remote.conf + etc/audisp/zos-remote.conf + etc/audisp/plugins.d/af_unix.conf + etc/audisp/plugins.d/audispd-zos-remote.conf + etc/audisp/plugins.d/au-remote.conf + etc/audisp/plugins.d/syslog.conf +) +source=("${pkgname}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('888ebf5e8e9d285b82d87377fc8836886d7a8b089c1be4091420a77a0250c9baf09aebb7a6330ff5043fb35f51eb6baf8d4491e26da7ad0811f0087e395b5012') +install="audit.install" + +build() { + cd "${pkgname}-${pkgver}" + export PYTHON=/usr/bin/python2 + ./configure \ +--prefix=/usr \ +--sbindir=/usr/bin \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib/audit \ +--enable-gssapi-krb5=yes \ +--enable-systemd=yes \ +--with-libcap-ng=yes + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + cd "${pkgdir}" + install -d var/log/audit + rm -rf etc/rc.d etc/sysconfig usr/lib/audit + + sed -ri 's|/sbin|/usr/bin|' \ +etc/audit/*.conf \ +etc/audisp/plugins.d/*.conf \ +usr/lib/systemd/system/auditd.service + + chmod 644 usr/lib/systemd/system/auditd.service +} Deleted: audit.install === --- audit.install 2018-02-14 10:04:11 UTC (rev 294222) +++ audit.install 2018-02-14 10:31:30 UTC (rev 294223) @@ -1,5 +0,0 @@ -post_install() { - echo CONFIG_AUDIT is disabled in the Arch kernel packages so a custom kernel - echo is required for most components of this package. H
[arch-commits] Commit in fribidi/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Date: Wednesday, February 14, 2018 @ 10:51:33 Author: jgc Revision: 316995 archrelease: copy trunk to testing-x86_64 Added: fribidi/repos/testing-x86_64/ fribidi/repos/testing-x86_64/PKGBUILD (from rev 316994, fribidi/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: fribidi/repos/testing-x86_64/PKGBUILD (from rev 316994, fribidi/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2018-02-14 10:51:33 UTC (rev 316995) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Nezmer + +pkgname=fribidi +pkgver=1.0.1+8+gdf7252b +pkgrel=1 +pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm" +arch=('x86_64') +license=('LGPL') +url="https://github.com/fribidi/fribidi/"; +makedepends=(git glib2) +depends=('glibc') +options=('!makeflags') +_commit=df7252be3fd94ceae8141a09ee86421fdd8b3b7e # master +source=("git+https://github.com/fribidi/fribidi#commit=$_commit";) +md5sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed -e 's/-/+/g' -e 's/^v//' +} + + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd "${srcdir}/$pkgname" + ./configure --prefix=/usr + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package() { + cd "${srcdir}/$pkgname" + + make DESTDIR="${pkgdir}" install +} + +check() { + cd "${srcdir}/$pkgname" + make check +}
[arch-commits] Commit in fribidi/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 10:51:28 Author: jgc Revision: 316994 upgpkg: fribidi 1.0.1+8+gdf7252b-1 Modified: fribidi/trunk/PKGBUILD --+ PKGBUILD | 28 1 file changed, 16 insertions(+), 12 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 07:45:23 UTC (rev 316993) +++ PKGBUILD2018-02-14 10:51:28 UTC (rev 316994) @@ -3,40 +3,44 @@ # Contributor: Nezmer pkgname=fribidi -pkgver=0.19.7 -pkgrel=2 +pkgver=1.0.1+8+gdf7252b +pkgrel=1 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm" arch=('x86_64') license=('LGPL') url="https://github.com/fribidi/fribidi/"; -depends=('glib2') -makedepends=(git) -_commit=1a6935cd8cd7d907fb3c5f3bcae174bee727c83d # tags/0.19.7^0 +makedepends=(git glib2) +depends=('glibc') +options=('!makeflags') +_commit=df7252be3fd94ceae8141a09ee86421fdd8b3b7e # master source=("git+https://github.com/fribidi/fribidi#commit=$_commit";) md5sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed 's/-/+/g' + git describe --tags | sed -e 's/-/+/g' -e 's/^v//' } prepare() { cd $pkgname - git cherry-pick -n 0efbaa9052320a951823a6e776b30a580e3a2b4e - ./bootstrap + NOCONFIGURE=1 ./autogen.sh } build() { cd "${srcdir}/$pkgname" - ./configure --prefix=/usr - - make -j1 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } package() { cd "${srcdir}/$pkgname" - make -j1 DESTDIR="${pkgdir}" install + make DESTDIR="${pkgdir}" install } + +check() { + cd "${srcdir}/$pkgname" + make check +}
[arch-commits] Commit in libdvdread/trunk (PKGBUILD)
Date: Wednesday, February 14, 2018 @ 10:59:17 Author: jgc Revision: 316996 upgpkg: libdvdread 6.0.0-1 Modified: libdvdread/trunk/PKGBUILD --+ PKGBUILD | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 10:51:33 UTC (rev 316995) +++ PKGBUILD2018-02-14 10:59:17 UTC (rev 316996) @@ -4,19 +4,24 @@ # Contributor: Tom Newsom pkgname=libdvdread -pkgver=5.0.4 +pkgver=6.0.0 pkgrel=1 pkgdesc="Provides a simple foundation for reading DVD video disks" arch=(x86_64) -url="http://dvdnav.mplayerhq.hu"; +url="https://www.videolan.org/developers/libdvdnav.html"; license=('GPL') depends=('glibc') makedepends=('libdvdcss' 'git') optdepends=('libdvdcss: for decoding encrypted DVDs') -_gitver=511ac9c8199d7b604d6a65193fd2777b74fad776 -source=(git://git.videolan.org/libdvdread.git#commit=$_gitver) +_commit=95fdbe8337d2ff31dcfb68f35f3e4441dc27d92f # tags/6.0.0^0 +source=("git+https://code.videolan.org/videolan/libdvdread.git#commit=$_commit";) sha256sums=('SKIP') +pkgver() { + cd $pkgname + git describe --tags | sed -e 's/-/+/g' +} + prepare() { cd $pkgname autoreconf -fi
[arch-commits] Commit in libdvdread/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Date: Wednesday, February 14, 2018 @ 10:59:23 Author: jgc Revision: 316997 archrelease: copy trunk to testing-x86_64 Added: libdvdread/repos/testing-x86_64/ libdvdread/repos/testing-x86_64/PKGBUILD (from rev 316996, libdvdread/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: libdvdread/repos/testing-x86_64/PKGBUILD (from rev 316996, libdvdread/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2018-02-14 10:59:23 UTC (rev 316997) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Thomas Baechler +# Contributor: Tom Newsom + +pkgname=libdvdread +pkgver=6.0.0 +pkgrel=1 +pkgdesc="Provides a simple foundation for reading DVD video disks" +arch=(x86_64) +url="https://www.videolan.org/developers/libdvdnav.html"; +license=('GPL') +depends=('glibc') +makedepends=('libdvdcss' 'git') +optdepends=('libdvdcss: for decoding encrypted DVDs') +_commit=95fdbe8337d2ff31dcfb68f35f3e4441dc27d92f # tags/6.0.0^0 +source=("git+https://code.videolan.org/videolan/libdvdread.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed -e 's/-/+/g' +} + +prepare() { + cd $pkgname + autoreconf -fi +} + +build() { + cd $pkgname + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libdvdnav/trunk (PKGBUILD fix-crash-describe_title.patch)
Date: Wednesday, February 14, 2018 @ 11:03:15 Author: jgc Revision: 316998 upgpkg: libdvdnav 6.0.0-1 Modified: libdvdnav/trunk/PKGBUILD Deleted: libdvdnav/trunk/fix-crash-describe_title.patch + PKGBUILD | 17 ++--- fix-crash-describe_title.patch | 29 - 2 files changed, 10 insertions(+), 36 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-14 10:59:23 UTC (rev 316997) +++ PKGBUILD2018-02-14 11:03:15 UTC (rev 316998) @@ -4,22 +4,25 @@ # contributor Sarah Hay pkgname=libdvdnav -pkgver=5.0.3 +pkgver=6.0.0 pkgrel=1 pkgdesc="The library for xine-dvdnav plugin." arch=('x86_64') license=('GPL') -url="http://dvdnav.mplayerhq.hu/"; +url="https://www.videolan.org/developers/libdvdnav.html"; depends=('libdvdread') makedepends=('git') -source=(git+https://code.videolan.org/videolan/libdvdnav.git#tag=$pkgver -fix-crash-describe_title.patch) -sha256sums=('SKIP' -'6a8e9c777dd9dbfa8a7f981796bd7a60412e3a5c7a8400253c567d956412c64b') +_commit=dcb9109e45ccd304ec82a7c7bf46cca63620adf9 # tags/6.0.0^0 +source=("git+https://code.videolan.org/videolan/libdvdnav.git#commit=$_commit";) +sha256sums=('SKIP') +pkgver() { + cd $pkgname + git describe --tags | sed -e 's/-/+/g' +} + prepare() { cd $pkgname - patch -Np1 -i ../fix-crash-describe_title.patch autoreconf -fi } Deleted: fix-crash-describe_title.patch === --- fix-crash-describe_title.patch 2018-02-14 10:59:23 UTC (rev 316997) +++ fix-crash-describe_title.patch 2018-02-14 11:03:15 UTC (rev 316998) @@ -1,29 +0,0 @@ -From 8a270d6dd40ac43c98c948fe9d10e5bcb4aa3d41 Mon Sep 17 00:00:00 2001 -From: Jean-Baptiste Kempf -Date: Tue, 1 Sep 2015 16:00:59 +0200 -Subject: [PATCH] Fix crashes with some DVDs on describe_title - -This is a stop-over, but the actual issue is not fixed - src/searching.c |5 + - 1 file changed, 5 insertions(+) - -diff --git a/src/searching.c b/src/searching.c -index 70c0f85..f638b61 100644 a/src/searching.c -+++ b/src/searching.c -@@ -644,6 +644,11 @@ uint32_t dvdnav_describe_title_chapters(dvdnav_t *this, int32_t title, uint64_t - if(!tmp) - goto fail; - -+ if(!ptt) { -+ printerr("ptt NULL"); -+ goto fail; -+ } -+ - length = 0; - for(i=0; i