[arch-commits] Commit in haskell-snap-core/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:38:32 Author: felixonmars Revision: 632796 archrelease: copy trunk to community-staging-x86_64 Added: haskell-snap-core/repos/community-staging-x86_64/ haskell-snap-core/repos/community-staging-x86_64/PKGBUILD (from rev 632795, haskell-snap-core/trunk/PKGBUILD) --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Copied: haskell-snap-core/repos/community-staging-x86_64/PKGBUILD (from rev 632795, haskell-snap-core/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:38:32 UTC (rev 632796) @@ -0,0 +1,52 @@ +# Maintainer: Felix Yan + +_hkgname=snap-core +pkgname=haskell-snap-core +pkgver=1.0.4.1 +pkgrel=85 +pkgdesc="A Haskell Web Framework (core interfaces and types)" +url="https://github.com/JustusAdam/snap-core"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-old-locale' 'haskell-hunit' 'haskell-attoparsec' + 'haskell-case-insensitive' 'haskell-lifted-base' 'haskell-io-streams' 'haskell-hashable' + 'haskell-monad-control' 'haskell-random' 'haskell-readable' 'haskell-regex-posix' + 'haskell-transformers-base' 'haskell-unix-compat' 'haskell-unordered-containers' + 'haskell-vector' 'haskell-network' 'haskell-network-uri') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-parallel' 'haskell-test-framework' + 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2' 'haskell-zlib') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('0d4f6a4152627773714c1ec5c9508d19a2e69c8ef83acab3669b0732b840aa67dfce7893638fba7689e35c5b3530ea1fd8d681f6aad045ccb2219e5910e83e34') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e '/bytestring-builder/d' $_hkgname.cabal +} + +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 $MAKEFLAGS +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-snap-core/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:38:09 Author: felixonmars Revision: 632795 upgpkg: haskell-snap-core 1.0.4.1-85: rebuild with tasty 1.3.1 Modified: haskell-snap-core/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:36:15 UTC (rev 632794) +++ PKGBUILD2020-05-24 06:38:09 UTC (rev 632795) @@ -3,7 +3,7 @@ _hkgname=snap-core pkgname=haskell-snap-core pkgver=1.0.4.1 -pkgrel=84 +pkgrel=85 pkgdesc="A Haskell Web Framework (core interfaces and types)" url="https://github.com/JustusAdam/snap-core"; license=('BSD')
[arch-commits] Commit in haskell-skylighting/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:36:15 Author: felixonmars Revision: 632794 archrelease: copy trunk to community-staging-x86_64 Added: haskell-skylighting/repos/community-staging-x86_64/ haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 632793, haskell-skylighting/trunk/PKGBUILD) --+ PKGBUILD | 37 + 1 file changed, 37 insertions(+) Copied: haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 632793, haskell-skylighting/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:36:15 UTC (rev 632794) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan + +_hkgname=skylighting +pkgname=haskell-skylighting +pkgver=0.8.4 +pkgrel=3 +pkgdesc="Syntax highlighting library" +url="https://github.com/jgm/skylighting"; +license=('GPL2') +arch=('x86_64') +depends=('ghc-libs' 'haskell-skylighting-core') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('5c0e2605ddc4dd21dba036bc2c010ab2e2be930580921fb13146999b259e5ccd5599c504b7e31adf9d9f9d03af36c05965672de6864a0375ac13a7d372f00498') + +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 \ +-f-executable +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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" +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-skylighting/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:36:00 Author: felixonmars Revision: 632793 upgpkg: haskell-skylighting 0.8.4-3: rebuild with tasty 1.3.1 Modified: haskell-skylighting/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:35:13 UTC (rev 632792) +++ PKGBUILD2020-05-24 06:36:00 UTC (rev 632793) @@ -3,7 +3,7 @@ _hkgname=skylighting pkgname=haskell-skylighting pkgver=0.8.4 -pkgrel=2 +pkgrel=3 pkgdesc="Syntax highlighting library" url="https://github.com/jgm/skylighting"; license=('GPL2')
[arch-commits] Commit in haskell-skylighting-core/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:35:13 Author: felixonmars Revision: 632792 archrelease: copy trunk to community-staging-x86_64 Added: haskell-skylighting-core/repos/community-staging-x86_64/ haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD (from rev 632791, haskell-skylighting-core/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD (from rev 632791, haskell-skylighting-core/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:35:13 UTC (rev 632792) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=skylighting-core +pkgname=haskell-skylighting-core +pkgver=0.8.4 +pkgrel=3 +pkgdesc="Syntax highlighting library" +url="https://github.com/jgm/skylighting"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-attoparsec' + 'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-case-insensitive' + 'haskell-colour' 'haskell-hxt' 'haskell-regex-pcre' 'haskell-safe' + 'haskell-utf8-string') +makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 'haskell-quickcheck' + 'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('7e8e14ee48297ac4d5b1778d5e9aab56526708d2ad8da455dbfe42522d0fc451aff41170f705d7d6f66a898caf7c17fc968d78e81b59925fe2aca770150e5474') + +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 \ +-fexecutable -fsystem-pcre +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-skylighting-core/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:34:58 Author: felixonmars Revision: 632791 upgpkg: haskell-skylighting-core 0.8.4-3: rebuild with tasty 1.3.1 Modified: haskell-skylighting-core/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:33:38 UTC (rev 632790) +++ PKGBUILD2020-05-24 06:34:58 UTC (rev 632791) @@ -3,7 +3,7 @@ _hkgname=skylighting-core pkgname=haskell-skylighting-core pkgver=0.8.4 -pkgrel=2 +pkgrel=3 pkgdesc="Syntax highlighting library" url="https://github.com/jgm/skylighting"; license=('BSD')
[arch-commits] Commit in haskell-shake/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:33:23 Author: felixonmars Revision: 632789 upgpkg: haskell-shake 0.18.5-86: rebuild with tasty 1.3.1 Modified: haskell-shake/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:26:18 UTC (rev 632788) +++ PKGBUILD2020-05-24 06:33:23 UTC (rev 632789) @@ -4,7 +4,7 @@ _hkgname=shake pkgname=haskell-shake pkgver=0.18.5 -pkgrel=85 +pkgrel=86 pkgdesc="Build system library, like Make, but more accurate dependencies." url="https://shakebuild.com"; license=("BSD")
[arch-commits] Commit in haskell-shake/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:33:38 Author: felixonmars Revision: 632790 archrelease: copy trunk to community-staging-x86_64 Added: haskell-shake/repos/community-staging-x86_64/ haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 632789, haskell-shake/trunk/PKGBUILD) --+ PKGBUILD | 60 1 file changed, 60 insertions(+) Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 632789, haskell-shake/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:33:38 UTC (rev 632790) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=shake +pkgname=haskell-shake +pkgver=0.18.5 +pkgrel=86 +pkgdesc="Build system library, like Make, but more accurate dependencies." +url="https://shakebuild.com"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-extra' 'haskell-file-embed' 'haskell-filepattern' 'haskell-hashable' + 'haskell-heaps' 'haskell-js-dgtable' 'haskell-js-flot' 'haskell-js-jquery' + 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 'haskell-utf8-string') +makedepends=('ghc' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('089ec5658f9c9d9cb341034094eb730e361afb4f41b879570a95ee370d7106a6b7bceb27b8ff3343cda32e7a6d06b6690f85b9bbfee15cac295de2c38af39002') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/ghc --make/ghc -dynamic --make/' src/Test/{Command.hs,CloseFileHandles.hs} +sed -e 's/ghc -package=Cabal/ghc -package=Cabal -dynamic/' \ +-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \ +-e 's/"configure",/"configure","--enable-executable-dynamic","--disable-library-vanilla",/' \ +-i src/Test/Docs.hs +sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs src/Test/SelfMake.hs +sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh + +# Not sure about this one: +sed -i 's/at cmd, called at/at want, called at/' src/Test/Errors.hs +} + +build() { +cd $_hkgname-$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-portable -f-cloud -f-embed-files +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-servant-swagger/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:26:18 Author: felixonmars Revision: 632788 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 632787, haskell-servant-swagger/trunk/PKGBUILD) --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from rev 632787, haskell-servant-swagger/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:26:18 UTC (rev 632788) @@ -0,0 +1,52 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=servant-swagger +pkgname=haskell-servant-swagger +pkgver=1.1.8 +pkgrel=47 +pkgdesc="Generate Swagger specification for your servant API." +url="https://github.com/haskell-servant/servant-swagger"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-http-media' + 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-servant' + 'haskell-singleton-bool' 'haskell-swagger2' 'haskell-unordered-containers' + 'haskell-hspec' 'haskell-quickcheck') +makedepends=('ghc' 'haskell-base-compat' 'haskell-cabal-doctest' 'haskell-doctest' + 'haskell-hspec-discover' 'haskell-lens-aeson' 'haskell-utf8-string' 'haskell-vector') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('7ddf92df0ef594ab08ef247cd953b55933ec2fba489678a9dee139345b80ffd40e40285d7cf0775d468b5de5c883cc6ba430208949cc406b150c573ed7e7b74a') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/< *4.1/<5/;s/< *2.6/<3/' $_hkgname.cabal +} + +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 $MAKEFLAGS +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 "Tests failed" +} + +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-servant-swagger/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:26:04 Author: felixonmars Revision: 632787 upgpkg: haskell-servant-swagger 1.1.8-47: rebuild with tasty 1.3.1 Modified: haskell-servant-swagger/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:24:58 UTC (rev 632786) +++ PKGBUILD2020-05-24 06:26:04 UTC (rev 632787) @@ -4,7 +4,7 @@ _hkgname=servant-swagger pkgname=haskell-servant-swagger pkgver=1.1.8 -pkgrel=46 +pkgrel=47 pkgdesc="Generate Swagger specification for your servant API." url="https://github.com/haskell-servant/servant-swagger"; license=("BSD")
[arch-commits] Commit in haskell-servant/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:24:43 Author: felixonmars Revision: 632785 upgpkg: haskell-servant 0.17-39: rebuild with tasty 1.3.1 Modified: haskell-servant/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:23:52 UTC (rev 632784) +++ PKGBUILD2020-05-24 06:24:43 UTC (rev 632785) @@ -4,7 +4,7 @@ _hkgname=servant pkgname=haskell-servant pkgver=0.17 -pkgrel=38 +pkgrel=39 pkgdesc="A family of combinators for defining webservices APIs" url="http://haskell-servant.readthedocs.org/"; license=("BSD")
[arch-commits] Commit in haskell-servant/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:24:58 Author: felixonmars Revision: 632786 archrelease: copy trunk to community-staging-x86_64 Added: haskell-servant/repos/community-staging-x86_64/ haskell-servant/repos/community-staging-x86_64/PKGBUILD (from rev 632785, haskell-servant/trunk/PKGBUILD) --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Copied: haskell-servant/repos/community-staging-x86_64/PKGBUILD (from rev 632785, haskell-servant/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:24:58 UTC (rev 632786) @@ -0,0 +1,52 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=servant +pkgname=haskell-servant +pkgver=0.17 +pkgrel=39 +pkgdesc="A family of combinators for defining webservices APIs" +url="http://haskell-servant.readthedocs.org/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec' + 'haskell-bifunctors' 'haskell-case-insensitive' 'haskell-http-api-data' + 'haskell-http-media' 'haskell-http-types' 'haskell-mmorph' 'haskell-network-uri' + 'haskell-quickcheck' 'haskell-tagged' 'haskell-singleton-bool' + 'haskell-string-conversions' 'haskell-vault') +makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck-instances') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('ce0b64441e497d771b5af4e7516ef2b47502b59d1158b22e80194ebda79f34e9346d994a3e4af6fe2e3a8742c7a52166fa76eed98ec8153b602b9db225aeae3b') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/< *2.14/<3/;s/< *4.14/<5/' $_hkgname.cabal +} + +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 $MAKEFLAGS +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-jose/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:23:36 Author: felixonmars Revision: 632783 upgpkg: haskell-jose 0.8.3-9: rebuild with tasty 1.3.1 Modified: haskell-jose/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:22:27 UTC (rev 632782) +++ PKGBUILD2020-05-24 06:23:36 UTC (rev 632783) @@ -4,7 +4,7 @@ _hkgname=jose pkgname=haskell-jose pkgver=0.8.3 -pkgrel=8 +pkgrel=9 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: Sunday, May 24, 2020 @ 06:23:52 Author: felixonmars Revision: 632784 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 632783, haskell-jose/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-jose/repos/community-staging-x86_64/PKGBUILD (from rev 632783, haskell-jose/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:23:52 UTC (rev 632784) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=jose +pkgname=haskell-jose +pkgver=0.8.3 +pkgrel=9 +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-safe' 'haskell-aeson' 'haskell-unordered-containers' '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=('dfd5542f08930f4c86f3463c940d20226f28a4d59836a09d2d2d126a3dff7b6be60b1e88663e085bd3c165a242c87e0413a3377478418e78010d993f9f09a3f2') + +prepare() { +cd $_hkgname-$pkgver +sed -i '/semigroups/d' $_hkgname.cabal +} + +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 $MAKEFLAGS +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" +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-hxt/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:22:27 Author: felixonmars Revision: 632782 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hxt/repos/community-staging-x86_64/ haskell-hxt/repos/community-staging-x86_64/PKGBUILD (from rev 632781, haskell-hxt/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-hxt/repos/community-staging-x86_64/PKGBUILD (from rev 632781, haskell-hxt/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:22:27 UTC (rev 632782) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan + +_hkgname=hxt +pkgname=haskell-hxt +pkgver=9.3.1.18 +pkgrel=74 +pkgdesc="A collection of tools for processing XML with Haskell." +url="https://github.com/UweSchmidt/hxt"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hxt-charproperties' 'haskell-hxt-regex-xmlschema' 'haskell-hxt-unicode' + 'haskell-network-uri') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('4b7c57486fe02357a45b5f835dd9f05333ce39578ec84c3c920fdcaa2df8ae1067da3650d3948559ddaf2e6f77f14291e1ddaa28a12ea9dfb62a797d296ec118') + +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 \ +-fnetwork-uri +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-hxt/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:22:11 Author: felixonmars Revision: 632781 upgpkg: haskell-hxt 9.3.1.18-74: rebuild with tasty 1.3.1 Modified: haskell-hxt/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:20:52 UTC (rev 632780) +++ PKGBUILD2020-05-24 06:22:11 UTC (rev 632781) @@ -3,7 +3,7 @@ _hkgname=hxt pkgname=haskell-hxt pkgver=9.3.1.18 -pkgrel=73 +pkgrel=74 pkgdesc="A collection of tools for processing XML with Haskell." url="https://github.com/UweSchmidt/hxt"; license=('MIT')
[arch-commits] Commit in haskell-hopenpgp/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:20:37 Author: felixonmars Revision: 632779 upgpkg: haskell-hopenpgp 2.9.4-82: rebuild with tasty 1.3.1 Modified: haskell-hopenpgp/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:18:27 UTC (rev 632778) +++ PKGBUILD2020-05-24 06:20:37 UTC (rev 632779) @@ -3,7 +3,7 @@ _hkgname=hOpenPGP pkgname=haskell-hopenpgp pkgver=2.9.4 -pkgrel=81 +pkgrel=82 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" url="http://floss.scru.org/hOpenPGP/"; license=('MIT')
[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:21:11 Author: pierre Revision: 387479 archrelease: copy trunk to extra-any Added: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 387478, grml-zsh-config/trunk/PKGBUILD) Deleted: grml-zsh-config/repos/extra-any/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 06:21:01 UTC (rev 387478) +++ PKGBUILD2020-05-24 06:21:11 UTC (rev 387479) @@ -1,29 +0,0 @@ -# Maintainer: Pierre Schmitz - -pkgname=grml-zsh-config -pkgver=0.16.2 -pkgrel=1 -pkgdesc="grml's zsh setup" -arch=('any') -url='https://grml.org/zsh/' -license=('GPL2') -provides=('grmlzshrc') -depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps') -makedepends=('txt2tags') -source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";) -sha256sums=('97d137ca102779d05d63da3a691f02c8b0b46e36d6a1ff2ea6d8aa290b8869fe') - -build() { - cd ${srcdir}/grml-etc-core-${pkgver}/doc - make -} - -package() { - cd ${srcdir}/grml-etc-core-${pkgver} - install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc - install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack - install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc - - install -D -m644 doc/grmlzshrc.5 ${pkgdir}/usr/share/man/man5/grmlzshrc.5 - ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz -} Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 387478, grml-zsh-config/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 06:21:11 UTC (rev 387479) @@ -0,0 +1,29 @@ +# Maintainer: Pierre Schmitz + +pkgname=grml-zsh-config +pkgver=0.17.0 +pkgrel=1 +pkgdesc="grml's zsh setup" +arch=('any') +url='https://grml.org/zsh/' +license=('GPL2') +provides=('grmlzshrc') +depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps') +makedepends=('txt2tags') +source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";) +sha256sums=('d3ecb5a3d3efe63786bb19a69973e4d61cb4c3f5a32b6ed23b7cc91a2e857cab') + +build() { + cd ${srcdir}/grml-etc-core-${pkgver}/doc + make +} + +package() { + cd ${srcdir}/grml-etc-core-${pkgver} + install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc + install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack + install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc + + install -D -m644 doc/grmlzshrc.5 ${pkgdir}/usr/share/man/man5/grmlzshrc.5 + ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz +}
[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:21:01 Author: pierre Revision: 387478 upgpkg: grml-zsh-config 0.17.0-1 Modified: grml-zsh-config/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:06:09 UTC (rev 387477) +++ PKGBUILD2020-05-24 06:21:01 UTC (rev 387478) @@ -1,7 +1,7 @@ # Maintainer: Pierre Schmitz pkgname=grml-zsh-config -pkgver=0.16.2 +pkgver=0.17.0 pkgrel=1 pkgdesc="grml's zsh setup" arch=('any') @@ -11,7 +11,7 @@ depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps') makedepends=('txt2tags') source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";) -sha256sums=('97d137ca102779d05d63da3a691f02c8b0b46e36d6a1ff2ea6d8aa290b8869fe') +sha256sums=('d3ecb5a3d3efe63786bb19a69973e4d61cb4c3f5a32b6ed23b7cc91a2e857cab') build() { cd ${srcdir}/grml-etc-core-${pkgver}/doc
[arch-commits] Commit in haskell-hopenpgp/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:20:52 Author: felixonmars Revision: 632780 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 632779, haskell-hopenpgp/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 632779, haskell-hopenpgp/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:20:52 UTC (rev 632780) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan + +_hkgname=hOpenPGP +pkgname=haskell-hopenpgp +pkgver=2.9.4 +pkgrel=82 +pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" +url="http://floss.scru.org/hOpenPGP/"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 'haskell-attoparsec' + 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 'haskell-binary-conduit' + 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' + 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable' + 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 'haskell-memory' + 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 'haskell-newtype' + 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 'haskell-resourcet' 'haskell-split' + 'haskell-time-locale-compat' 'haskell-unliftio-core' 'haskell-unordered-containers' + 'haskell-wl-pprint-extras' 'haskell-zlib') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f2d4f0e156eac631b61eaf909bbc92034696e92a2bd6bfee0d2b6ae54d5aa9b85d59d945ea2104c5f1fe4535793b9508e80cea5951bb98470ed36876d351d005') + +prepare() { +cd $_hkgname-$pkgver +sed -i '/semigroups/d' $_hkgname.cabal +} + +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 \ +-fnetwork-uri +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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 cabal-install/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:18:27 Author: felixonmars Revision: 632778 archrelease: copy trunk to community-staging-x86_64 Added: cabal-install/repos/community-staging-x86_64/ cabal-install/repos/community-staging-x86_64/PKGBUILD (from rev 632777, cabal-install/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: cabal-install/repos/community-staging-x86_64/PKGBUILD (from rev 632777, cabal-install/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:18:27 UTC (rev 632778) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic +# Contributor: Vesa Kaihlavirta +# Contributor: Arch Haskell Team + +pkgname=cabal-install +pkgver=3.2.0.0 +pkgrel=12 +pkgdesc="The command-line interface for Cabal and Hackage." +url="https://hackage.haskell.org/package/cabal-install"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-async' 'haskell-base16-bytestring' 'haskell-cryptohash-sha256' + 'haskell-echo' 'haskell-edit-distance' 'haskell-hackage-security' 'haskell-hashable' + 'haskell-http' 'haskell-network' 'haskell-network-uri' 'haskell-random' 'haskell-resolv' + 'haskell-tar' 'haskell-zlib' 'haskell-lukko') +makedepends=('ghc') +source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz"; + $pkgname-ghc8.10.patch::https://github.com/haskell/cabal/pull/6711.patch) +sha512sums=('ad937b2df42b688e4608aa2b91a25daf1042e5573626202e5182cbfeca9acc5933194853405a6396c60d0d28d6d0d5c5276fd85cb6acf4be2c8cd12afe747062' + '9e7245f5080e9c1609994b21d13ecbacb78fa9314d80425464f714f9bd68910d3fb4a5101b582461a89ec0b7115ef6acb2eb4ffba7a2477f65dca192f1eac1e7') + +prepare() { +cd $pkgname-$pkgver +patch -p2 -i ../$pkgname-ghc8.10.patch || : +} + +build() { + cd $pkgname-$pkgver + + runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \ +--docdir="/usr/share/doc/${pkgname}" + runhaskell Setup build $MAKEFLAGS +} + +package() { + cd $pkgname-$pkgver + runhaskell Setup copy --destdir="${pkgdir}" + + install -Dm644 LICENSE \ +"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + + install -Dm644 bash-completion/cabal \ +"${pkgdir}/usr/share/bash-completion/completions/cabal" +}
[arch-commits] Commit in cabal-install/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:18:12 Author: felixonmars Revision: 632777 upgpkg: cabal-install 3.2.0.0-12: rebuild with tasty 1.3.1 Modified: cabal-install/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:15:18 UTC (rev 632776) +++ PKGBUILD2020-05-24 06:18:12 UTC (rev 632777) @@ -5,7 +5,7 @@ pkgname=cabal-install pkgver=3.2.0.0 -pkgrel=11 +pkgrel=12 pkgdesc="The command-line interface for Cabal and Hackage." url="https://hackage.haskell.org/package/cabal-install"; license=('BSD')
[arch-commits] Commit in haskell-hackage-security/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:15:18 Author: felixonmars Revision: 632776 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hackage-security/repos/community-staging-x86_64/ haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD (from rev 632775, haskell-hackage-security/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD (from rev 632775, haskell-hackage-security/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:15:18 UTC (rev 632776) @@ -0,0 +1,46 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hackage-security +pkgname=haskell-hackage-security +pkgver=0.6.0.1 +pkgrel=18 +pkgdesc="Hackage security library" +url="https://github.com/well-typed/hackage-security"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring' + 'haskell-cryptohash-sha256' 'haskell-ed25519' 'haskell-lukko' 'haskell-network' + 'haskell-network-uri' 'haskell-tar' 'haskell-zlib') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('b83fdda3712c58bcc4237965e40bea16b9ce08f30c0671f45967e69a2eb85488e78a41c8d12b9f339f78f30cc50770a72e9e9a46e5ddf740a20bce4ea4e96fdb') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/< *1.1/<2/' $_hkgname.cabal +} + +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 \ +-fbase48 -fuse-network-uri -f-old-directory +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-hackage-security/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:15:03 Author: felixonmars Revision: 632775 upgpkg: haskell-hackage-security 0.6.0.1-18: rebuild with tasty 1.3.1 Modified: haskell-hackage-security/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:14:13 UTC (rev 632774) +++ PKGBUILD2020-05-24 06:15:03 UTC (rev 632775) @@ -4,7 +4,7 @@ _hkgname=hackage-security pkgname=haskell-hackage-security pkgver=0.6.0.1 -pkgrel=17 +pkgrel=18 pkgdesc="Hackage security library" url="https://github.com/well-typed/hackage-security"; license=("BSD")
[arch-commits] Commit in haskell-authenticate-oauth/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:14:13 Author: felixonmars Revision: 632774 archrelease: copy trunk to community-staging-x86_64 Added: haskell-authenticate-oauth/repos/community-staging-x86_64/ haskell-authenticate-oauth/repos/community-staging-x86_64/PKGBUILD (from rev 632773, haskell-authenticate-oauth/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: haskell-authenticate-oauth/repos/community-staging-x86_64/PKGBUILD (from rev 632773, haskell-authenticate-oauth/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:14:13 UTC (rev 632774) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan + +_hkgname=authenticate-oauth +pkgname=haskell-authenticate-oauth +pkgver=1.6.0.1 +pkgrel=91 +pkgdesc="Library to authenticate with OAuth for Haskell web applications." +url="https://github.com/yesodweb/authenticate"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-http-client' 'haskell-crypto-pubkey-types' 'haskell-rsa' + 'haskell-data-default' 'haskell-base64-bytestring' 'haskell-sha' 'haskell-random' + 'haskell-http-types' 'haskell-blaze-builder' 'haskell-transformers-compat') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('b2a6310097a6edc5bd3c38052a2eca73d3f398c0b9ff4b8f1d43a1f4dc83b7297df12f3fc0bfdecfce17e600f90b13c4c9e3f31c02b17d7fec0134a34c093fd6') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/< *1.1/<2/' $_hkgname.cabal +} + +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 $MAKEFLAGS +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 git-repair/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:13:14 Author: felixonmars Revision: 632772 archrelease: copy trunk to community-staging-x86_64 Added: git-repair/repos/community-staging-x86_64/ git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 632771, git-repair/trunk/PKGBUILD) --+ PKGBUILD | 33 + 1 file changed, 33 insertions(+) Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 632771, git-repair/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:13:14 UTC (rev 632772) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan + +pkgname=git-repair +pkgver=1.20200504 +pkgrel=8 +pkgdesc="Repairs a damaged git repository" +url="https://git-repair.branchable.com/"; +license=("AGPL3") +arch=('x86_64') +depends=('git' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-data-default' + 'haskell-filepath-bytestring' 'haskell-hslogger' 'haskell-ifelse' + 'haskell-network' 'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-quickcheck' + 'haskell-split' 'haskell-unix-compat' 'haskell-utf8-string') +makedepends=('ghc') +source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver") +sha512sums=('SKIP') + +build() { + cd git-repair + + runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \ +--docdir="/usr/share/doc/$pkgname" --ghc-option='-pie' + runhaskell Setup build $MAKEFLAGS +} + +package() { + cd git-repair + runhaskell Setup copy --destdir="$pkgdir" + install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1 + + rm "$pkgdir"/usr/share/doc/git-repair/COPYRIGHT + rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc +}
[arch-commits] Commit in haskell-authenticate-oauth/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:13:58 Author: felixonmars Revision: 632773 upgpkg: haskell-authenticate-oauth 1.6.0.1-91: rebuild with tasty 1.3.1 Modified: haskell-authenticate-oauth/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:13:14 UTC (rev 632772) +++ PKGBUILD2020-05-24 06:13:58 UTC (rev 632773) @@ -3,7 +3,7 @@ _hkgname=authenticate-oauth pkgname=haskell-authenticate-oauth pkgver=1.6.0.1 -pkgrel=90 +pkgrel=91 pkgdesc="Library to authenticate with OAuth for Haskell web applications." url="https://github.com/yesodweb/authenticate"; license=('BSD')
[arch-commits] Commit in git-repair/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:12:59 Author: felixonmars Revision: 632771 upgpkg: git-repair 1.20200504-8: rebuild with tasty 1.3.1 Modified: git-repair/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:12:01 UTC (rev 632770) +++ PKGBUILD2020-05-24 06:12:59 UTC (rev 632771) @@ -2,7 +2,7 @@ pkgname=git-repair pkgver=1.20200504 -pkgrel=7 +pkgrel=8 pkgdesc="Repairs a damaged git repository" url="https://git-repair.branchable.com/"; license=("AGPL3")
[arch-commits] Commit in haskell-http/repos/community-staging-x86_64 (2 files)
Date: Sunday, May 24, 2020 @ 06:12:01 Author: felixonmars Revision: 632770 archrelease: copy trunk to community-staging-x86_64 Added: haskell-http/repos/community-staging-x86_64/PKGBUILD (from rev 632769, haskell-http/trunk/PKGBUILD) Deleted: haskell-http/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 116 ++--- 1 file changed, 58 insertions(+), 58 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 06:11:43 UTC (rev 632769) +++ PKGBUILD2020-05-24 06:12:01 UTC (rev 632770) @@ -1,58 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Thomas Dziedzic - -_hkgname=HTTP -pkgname=haskell-http -pkgver=4000.3.14 -pkgrel=187 -pkgdesc="A library for client-side HTTP" -url="https://hackage.haskell.org/package/${_hkgname}"; -license=('BSD') -arch=('x86_64') -depends=('ghc-libs' 'haskell-network' 'haskell-network-uri') -makedepends=('ghc' 'haskell-hunit' 'haskell-httpd-shed' 'haskell-puremd5' 'haskell-split' - 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-case-insensitive' - 'haskell-http-types' 'haskell-wai' 'haskell-warp' 'haskell-conduit' - 'haskell-conduit-extra') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('bcc9107412f3ff5806369675ae6cfd87c4ecc36490eab6d62c697f47e62ff8b0d1d6a25f9bfb9d8ef1f037492820eb732cb9cbec7ea9e7e4b20699573077b064') - -prepare() { -cd $_hkgname-$pkgver -sed -i 's/< *3.3/<4/;s/< *4.14/<5/' $_hkgname.cabal -} - -build() { -cd $_hkgname-$pkgver - -if (( CHECKFUNC )); then -_opts=('--enable-tests') -else -_opts=('--disable-tests') -fi - -runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ ---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ ---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --f-mtl1 -f-warn-as-error -f-conduit10 -fwarp-tests -fnetwork-uri -runhaskell Setup build $MAKEFLAGS -runhaskell Setup register --gen-script -runhaskell Setup unregister --gen-script -sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh -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 -} Copied: haskell-http/repos/community-staging-x86_64/PKGBUILD (from rev 632769, haskell-http/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 06:12:01 UTC (rev 632770) @@ -0,0 +1,58 @@ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=HTTP +pkgname=haskell-http +pkgver=4000.3.14 +pkgrel=188 +pkgdesc="A library for client-side HTTP" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-network' 'haskell-network-uri') +makedepends=('ghc' 'haskell-hunit' 'haskell-httpd-shed' 'haskell-puremd5' 'haskell-split' + 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-case-insensitive' + 'haskell-http-types' 'haskell-wai' 'haskell-warp' 'haskell-conduit' + 'haskell-conduit-extra') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('bcc9107412f3ff5806369675ae6cfd87c4ecc36490eab6d62c697f47e62ff8b0d1d6a25f9bfb9d8ef1f037492820eb732cb9cbec7ea9e7e4b20699573077b064') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/< *3.3/<4/;s/< *4.14/<5/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +if (( CHECKFUNC )); then +_opts=('--enable-tests') +else +_opts=('--disable-tests') +fi + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-mtl1 -f-warn-as-error -f-conduit10 -fwarp-tests -fnetwork-uri +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup t
[arch-commits] Commit in haskell-http/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:11:43 Author: felixonmars Revision: 632769 upgpkg: haskell-http 4000.3.14-188: rebuild with tasty 1.3.1 Modified: haskell-http/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:10:44 UTC (rev 632768) +++ PKGBUILD2020-05-24 06:11:43 UTC (rev 632769) @@ -4,7 +4,7 @@ _hkgname=HTTP pkgname=haskell-http pkgver=4000.3.14 -pkgrel=187 +pkgrel=188 pkgdesc="A library for client-side HTTP" url="https://hackage.haskell.org/package/${_hkgname}"; license=('BSD')
[arch-commits] Commit in haskell-warp/repos/community-staging-x86_64 (2 files)
Date: Sunday, May 24, 2020 @ 06:10:44 Author: felixonmars Revision: 632768 archrelease: copy trunk to community-staging-x86_64 Added: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 632767, haskell-warp/trunk/PKGBUILD) Deleted: haskell-warp/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 98 ++--- 1 file changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 06:10:27 UTC (rev 632767) +++ PKGBUILD2020-05-24 06:10:44 UTC (rev 632768) @@ -1,49 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -_hkgname=warp -pkgname=haskell-warp -pkgver=3.3.11 -pkgrel=6 -pkgdesc="A fast, light-weight web server for WAI applications." -url="https://github.com/yesodweb/wai"; -license=("MIT") -arch=('x86_64') -depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-bsb-http-chunked' - 'haskell-case-insensitive' 'haskell-hashable' 'haskell-http-date' 'haskell-http-types' - 'haskell-http2' 'haskell-iproute' 'haskell-network' 'haskell-simple-sendfile' - 'haskell-streaming-commons' 'haskell-time-manager' 'haskell-unix-compat' 'haskell-vault' - 'haskell-wai' 'haskell-word8' 'haskell-x509') -makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit' - 'haskell-lifted-base' 'haskell-quickcheck') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('431a2ee281ada7e8f11d59c6ad43822a460a0568811647bb4e5c8d9ce03d0cd96c62717761123d578b214cd62e1dc49e634702540fc54145612342f7dc438102') - -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 \ --f-warp-debug -fallow-sendfilefd -f-network-bytestring -runhaskell Setup build $MAKEFLAGS -runhaskell Setup register --gen-script -runhaskell Setup unregister --gen-script -sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh -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 -} Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 632767, haskell-warp/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 06:10:44 UTC (rev 632768) @@ -0,0 +1,49 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=warp +pkgname=haskell-warp +pkgver=3.3.11 +pkgrel=7 +pkgdesc="A fast, light-weight web server for WAI applications." +url="https://github.com/yesodweb/wai"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-bsb-http-chunked' + 'haskell-case-insensitive' 'haskell-hashable' 'haskell-http-date' 'haskell-http-types' + 'haskell-http2' 'haskell-iproute' 'haskell-network' 'haskell-simple-sendfile' + 'haskell-streaming-commons' 'haskell-time-manager' 'haskell-unix-compat' 'haskell-vault' + 'haskell-wai' 'haskell-word8' 'haskell-x509') +makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit' + 'haskell-lifted-base' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('431a2ee281ada7e8f11d59c6ad43822a460a0568811647bb4e5c8d9ce03d0cd96c62717761123d578b214cd62e1dc49e634702540fc54145612342f7dc438102') + +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 \ +-f-warp-debug -fallow-sendfilefd -f-network-bytestring +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +
[arch-commits] Commit in haskell-warp/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:10:27 Author: felixonmars Revision: 632767 upgpkg: haskell-warp 3.3.11-7: rebuild with tasty 1.3.1 Modified: haskell-warp/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:09:15 UTC (rev 632766) +++ PKGBUILD2020-05-24 06:10:27 UTC (rev 632767) @@ -4,7 +4,7 @@ _hkgname=warp pkgname=haskell-warp pkgver=3.3.11 -pkgrel=6 +pkgrel=7 pkgdesc="A fast, light-weight web server for WAI applications." url="https://github.com/yesodweb/wai"; license=("MIT")
[arch-commits] Commit in haskell-httpd-shed/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:08:58 Author: felixonmars Revision: 632765 upgpkg: haskell-httpd-shed 0.4.1.1-116: rebuild with tasty 1.3.1 Modified: haskell-httpd-shed/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:08:22 UTC (rev 632764) +++ PKGBUILD2020-05-24 06:08:58 UTC (rev 632765) @@ -4,7 +4,7 @@ _hkgname=httpd-shed pkgname=haskell-httpd-shed pkgver=0.4.1.1 -pkgrel=115 +pkgrel=116 pkgdesc="A simple web-server with an interact style API" url="https://github.com/andygill/httpd-shed/"; license=("BSD")
[arch-commits] Commit in haskell-httpd-shed/repos/community-staging-x86_64 (2 files)
Date: Sunday, May 24, 2020 @ 06:09:15 Author: felixonmars Revision: 632766 archrelease: copy trunk to community-staging-x86_64 Added: haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD (from rev 632765, haskell-httpd-shed/trunk/PKGBUILD) Deleted: haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 06:08:58 UTC (rev 632765) +++ PKGBUILD2020-05-24 06:09:15 UTC (rev 632766) @@ -1,44 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -_hkgname=httpd-shed -pkgname=haskell-httpd-shed -pkgver=0.4.1.1 -pkgrel=115 -pkgdesc="A simple web-server with an interact style API" -url="https://github.com/andygill/httpd-shed/"; -license=("BSD") -arch=('x86_64') -depends=('ghc-libs' 'haskell-network' 'haskell-network-bsd' 'haskell-network-uri') -makedepends=('ghc') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('b168fd18f4d476fc6d903d8dc17a1831645049dc6ae57e977b97453f69c98dc3a288e2c8d0298283bc2b8dd0d4e994fcec27058bb36b9ee0d4d4aac2b9de3b97') - -prepare() { -cd $_hkgname-$pkgver -echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs -} - -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 \ --f-buildexamples -fnetwork-uri -fnetwork-bsd -runhaskell Setup build $MAKEFLAGS -runhaskell Setup register --gen-script -runhaskell Setup unregister --gen-script -sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh -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 -} Copied: haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD (from rev 632765, haskell-httpd-shed/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 06:09:15 UTC (rev 632766) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=httpd-shed +pkgname=haskell-httpd-shed +pkgver=0.4.1.1 +pkgrel=116 +pkgdesc="A simple web-server with an interact style API" +url="https://github.com/andygill/httpd-shed/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-network' 'haskell-network-bsd' 'haskell-network-uri') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('b168fd18f4d476fc6d903d8dc17a1831645049dc6ae57e977b97453f69c98dc3a288e2c8d0298283bc2b8dd0d4e994fcec27058bb36b9ee0d4d4aac2b9de3b97') + +prepare() { +cd $_hkgname-$pkgver +echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs +} + +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 \ +-f-buildexamples -fnetwork-uri -fnetwork-bsd +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-http-client/repos/community-staging-x86_64 (2 files)
Date: Sunday, May 24, 2020 @ 06:08:22 Author: felixonmars Revision: 632764 archrelease: copy trunk to community-staging-x86_64 Added: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 632763, haskell-http-client/trunk/PKGBUILD) Deleted: haskell-http-client/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 92 ++--- 1 file changed, 46 insertions(+), 46 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 06:08:04 UTC (rev 632763) +++ PKGBUILD2020-05-24 06:08:22 UTC (rev 632764) @@ -1,46 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -_hkgname=http-client -pkgname=haskell-http-client -pkgver=0.6.4.1 -pkgrel=55 -pkgdesc="An HTTP client engine" -url="https://github.com/snoyberg/http-client"; -license=("MIT") -arch=('x86_64') -depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-cookie' - 'haskell-http-types' 'haskell-memory' 'haskell-mime-types' - 'haskell-network' 'haskell-network-uri' 'haskell-random' 'haskell-streaming-commons' -) -makedepends=('ghc' 'haskell-async' 'haskell-hspec' 'haskell-monad-control' 'haskell-zlib') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('b9595ebf3cb48c5ed288934976b78270a3092a35ae083853684c848301ee88a18e0e41534180033df071ab87dc9f9cbab99da37cbc74d538472409c13dcfce7d') - -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 -fnetwork-uri -runhaskell Setup build $MAKEFLAGS -runhaskell Setup register --gen-script -runhaskell Setup unregister --gen-script -sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh -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 -} Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 632763, haskell-http-client/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 06:08:22 UTC (rev 632764) @@ -0,0 +1,46 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=http-client +pkgname=haskell-http-client +pkgver=0.6.4.1 +pkgrel=56 +pkgdesc="An HTTP client engine" +url="https://github.com/snoyberg/http-client"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-cookie' + 'haskell-http-types' 'haskell-memory' 'haskell-mime-types' + 'haskell-network' 'haskell-network-uri' 'haskell-random' 'haskell-streaming-commons' +) +makedepends=('ghc' 'haskell-async' 'haskell-hspec' 'haskell-monad-control' 'haskell-zlib') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('b9595ebf3cb48c5ed288934976b78270a3092a35ae083853684c848301ee88a18e0e41534180033df071ab87dc9f9cbab99da37cbc74d538472409c13dcfce7d') + +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 -fnetwork-uri +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-http-client/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:08:04 Author: felixonmars Revision: 632763 upgpkg: haskell-http-client 0.6.4.1-56: rebuild with tasty 1.3.1 Modified: haskell-http-client/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:07:02 UTC (rev 632762) +++ PKGBUILD2020-05-24 06:08:04 UTC (rev 632763) @@ -4,7 +4,7 @@ _hkgname=http-client pkgname=haskell-http-client pkgver=0.6.4.1 -pkgrel=55 +pkgrel=56 pkgdesc="An HTTP client engine" url="https://github.com/snoyberg/http-client"; license=("MIT")
[arch-commits] Commit in haskell-network-uri/repos/community-staging-x86_64 (2 files)
Date: Sunday, May 24, 2020 @ 06:07:02 Author: felixonmars Revision: 632762 archrelease: copy trunk to community-staging-x86_64 Added: haskell-network-uri/repos/community-staging-x86_64/PKGBUILD (from rev 632761, haskell-network-uri/trunk/PKGBUILD) Deleted: haskell-network-uri/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 98 ++--- 1 file changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 06:06:42 UTC (rev 632761) +++ PKGBUILD2020-05-24 06:07:02 UTC (rev 632762) @@ -1,49 +0,0 @@ -# Maintainer: Jelle van der Waa - -_hkgname=network-uri -pkgname=haskell-network-uri -pkgver=2.6.3.0 -pkgrel=82 -pkgdesc="A library for client-side HTTP" -url="https://hackage.haskell.org/package/${_hkgname}"; -license=('BSD') -arch=('x86_64') -depends=('ghc-libs' 'sh') -makedepends=('ghc' 'haskell-criterion' 'haskell-hunit' 'haskell-test-framework' - 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('15091367e4543de1e2af0d81973b8e456e2c5f5295dcd7a91b91f46c2e07a6a655c6ab4c0837ce7566b21b43bca3569c1b27bb7f437572b09d00e678c7b512f0') - -build() { -cd $_hkgname-$pkgver - -if (( CHECKFUNC )); then -_opts=('--enable-tests') -else -_opts=('--disable-tests') -fi - -runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ ---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ ---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid -runhaskell Setup build $MAKEFLAGS -runhaskell Setup register --gen-script -runhaskell Setup unregister --gen-script -sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh -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 -} Copied: haskell-network-uri/repos/community-staging-x86_64/PKGBUILD (from rev 632761, haskell-network-uri/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 06:07:02 UTC (rev 632762) @@ -0,0 +1,49 @@ +# Maintainer: Jelle van der Waa + +_hkgname=network-uri +pkgname=haskell-network-uri +pkgver=2.6.3.0 +pkgrel=83 +pkgdesc="A library for client-side HTTP" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'sh') +makedepends=('ghc' 'haskell-criterion' 'haskell-hunit' 'haskell-test-framework' + 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('15091367e4543de1e2af0d81973b8e456e2c5f5295dcd7a91b91f46c2e07a6a655c6ab4c0837ce7566b21b43bca3569c1b27bb7f437572b09d00e678c7b512f0') + +build() { +cd $_hkgname-$pkgver + +if (( CHECKFUNC )); then +_opts=('--enable-tests') +else +_opts=('--disable-tests') +fi + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-network-uri/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:06:42 Author: felixonmars Revision: 632761 upgpkg: haskell-network-uri 2.6.3.0-83: rebuild with tasty 1.3.1 Modified: haskell-network-uri/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:05:06 UTC (rev 632760) +++ PKGBUILD2020-05-24 06:06:42 UTC (rev 632761) @@ -3,7 +3,7 @@ _hkgname=network-uri pkgname=haskell-network-uri pkgver=2.6.3.0 -pkgrel=82 +pkgrel=83 pkgdesc="A library for client-side HTTP" url="https://hackage.haskell.org/package/${_hkgname}"; license=('BSD')
[arch-commits] Commit in gnupg/repos (4 files)
Date: Sunday, May 24, 2020 @ 06:06:09 Author: allan Revision: 387477 archrelease: copy trunk to testing-x86_64 Added: gnupg/repos/testing-x86_64/ gnupg/repos/testing-x86_64/PKGBUILD (from rev 387476, gnupg/trunk/PKGBUILD) gnupg/repos/testing-x86_64/install (from rev 387476, gnupg/trunk/install) gnupg/repos/testing-x86_64/self-sigs-only.patch (from rev 387476, gnupg/trunk/self-sigs-only.patch) --+ PKGBUILD | 69 + install | 31 ++ self-sigs-only.patch | 56 +++ 3 files changed, 156 insertions(+) Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 387476, gnupg/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2020-05-24 06:06:09 UTC (rev 387477) @@ -0,0 +1,69 @@ +# Maintainer: Gaetan Bisson +# Contributor: Tobias Powalowski +# Contributor: Andreas Radke +# Contributor: Judd Vinet + +pkgname=gnupg +pkgver=2.2.20 +pkgrel=2 +pkgdesc='Complete and free implementation of the OpenPGP standard' +url='https://www.gnupg.org/' +license=('GPL') +arch=('x86_64') +checkdepends=('openssh') +makedepends=('libldap' 'libusb-compat' 'pcsclite') +depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan' + 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite') +optdepends=('libldap: gpg2keys_ldap' +'libusb-compat: scdaemon' +'pcsclite: scdaemon') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6' + '46CC730865BB5C78EBABADCF04376F3EE0856959' + '031EC2536E580D8EA286A9F22071B08A33BD3F06' + '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28') +source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig} +'self-sigs-only.patch') +sha256sums=('04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30' +'SKIP' +'0130c43321c16f53ab2290833007212f8a26b1b73bd4edc2b2b1c9db2b2d0218') + +install=install + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i tools/Makefile.in + patch -R -p1 -i ../self-sigs-only.patch + + # remove to ensure this is built for reproducibility + rm doc/gnupg.info* +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --sbindir=/usr/bin \ + --libexecdir=/usr/lib/gnupg \ + --enable-maintainer-mode \ + --enable-symcryptrun \ + + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + ln -s gpg "${pkgdir}"/usr/bin/gpg2 + ln -s gpgv "${pkgdir}"/usr/bin/gpgv2 + + cd doc/examples/systemd-user + for i in *.*; do + install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i" + done +} Copied: gnupg/repos/testing-x86_64/install (from rev 387476, gnupg/trunk/install) === --- testing-x86_64/install (rev 0) +++ testing-x86_64/install 2020-05-24 06:06:09 UTC (rev 387477) @@ -0,0 +1,31 @@ +_global_units() { + _units=(dirmngr.socket gpg-agent.socket gpg-agent-{browser,extra,ssh}.socket) + _dir=/etc/systemd/user/sockets.target.wants + + case $1 in + enable) + mkdir -p $_dir + for _u in "${_units[@]}"; do + ln -sf /usr/lib/systemd/user/$_u $_dir/$_u + done + ;; + disable) + for _u in "${_units[@]}"; do + rm -f $_dir/$_u + done + rmdir -p --ignore-fail-on-non-empty $_dir + ;; + esac +} + +post_install() { + # See FS#42798 and FS#47371 + dirmngr /dev/null + + # Let systemd supervise daemons by default + _global_units enable +} + +pre_remove() { + _global_units disable +} Copied: gnupg/repos/testing-x86_64/self-sigs-only.patch (from rev 387476, gnupg/trunk/self-sigs-only.patch) === --- testing-x86_64/self-sigs-only.patch (rev 0) +++ testing-x86_64/self-sigs-only.patch 2020-05-24 06:06:09 UTC (rev 387477) @@ -0,0 +1,56 @@ +From: Werner Koch +Date: Thu, 4 Jul 2019 13:45:39 + (+0200) +Subject: gpg: Add "self-sigs-only" and "import-clean" to the keyserver options. +X-Git-Url: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff_plain;h=23c978640812d123eaff
[arch-commits] Commit in gnupg/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:05:19 Author: allan Revision: 387476 upgpkg: gnupg 2.2.20-2: fix for reproducibility Modified: gnupg/trunk/PKGBUILD --+ PKGBUILD |5 - 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 00:21:22 UTC (rev 387475) +++ PKGBUILD2020-05-24 06:05:19 UTC (rev 387476) @@ -5,7 +5,7 @@ pkgname=gnupg pkgver=2.2.20 -pkgrel=1 +pkgrel=2 pkgdesc='Complete and free implementation of the OpenPGP standard' url='https://www.gnupg.org/' license=('GPL') @@ -33,6 +33,9 @@ cd "${srcdir}/${pkgname}-${pkgver}" sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i tools/Makefile.in patch -R -p1 -i ../self-sigs-only.patch + + # remove to ensure this is built for reproducibility + rm doc/gnupg.info* } build() {
[arch-commits] Commit in haskell-network/repos/community-staging-x86_64 (2 files)
Date: Sunday, May 24, 2020 @ 06:05:06 Author: felixonmars Revision: 632760 archrelease: copy trunk to community-staging-x86_64 Added: haskell-network/repos/community-staging-x86_64/PKGBUILD (from rev 632759, haskell-network/trunk/PKGBUILD) Deleted: haskell-network/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 06:04:49 UTC (rev 632759) +++ PKGBUILD2020-05-24 06:05:06 UTC (rev 632760) @@ -1,44 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Thomas Dziedzic - -_hkgname=network -pkgname=haskell-network -pkgver=3.1.1.1 -pkgrel=12 -pkgdesc="Low-level networking interface" -url="https://hackage.haskell.org/package/${_hkgname}"; -license=('BSD') -arch=('x86_64') -depends=('ghc-libs') -makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('caafd3c0730d0f6378230e0acdf285ca50480f02a44963c1f9ae9dc3d53cd496dd3171d7ff4bf79a1e072b85698d74f82d8075b999d5ba1d17ab1429c8094ca8') - -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 $MAKEFLAGS -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 -# https://github.com/haskell/network/issues/333#issuecomment-400173091 -runhaskell Setup test || warning "Tests failed" -} - -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 -} Copied: haskell-network/repos/community-staging-x86_64/PKGBUILD (from rev 632759, haskell-network/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 06:05:06 UTC (rev 632760) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=network +pkgname=haskell-network +pkgver=3.1.1.1 +pkgrel=13 +pkgdesc="Low-level networking interface" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('caafd3c0730d0f6378230e0acdf285ca50480f02a44963c1f9ae9dc3d53cd496dd3171d7ff4bf79a1e072b85698d74f82d8075b999d5ba1d17ab1429c8094ca8') + +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 $MAKEFLAGS +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 +# https://github.com/haskell/network/issues/333#issuecomment-400173091 +runhaskell Setup test || warning "Tests failed" +} + +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-network/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:04:49 Author: felixonmars Revision: 632759 upgpkg: haskell-network 3.1.1.1-13: rebuild with tasty 1.3.1 Modified: haskell-network/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:03:57 UTC (rev 632758) +++ PKGBUILD2020-05-24 06:04:49 UTC (rev 632759) @@ -4,7 +4,7 @@ _hkgname=network pkgname=haskell-network pkgver=3.1.1.1 -pkgrel=12 +pkgrel=13 pkgdesc="Low-level networking interface" url="https://hackage.haskell.org/package/${_hkgname}"; license=('BSD')
[arch-commits] Commit in haskell-criterion/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:03:40 Author: felixonmars Revision: 632757 upgpkg: haskell-criterion 1.5.6.2-54: rebuild with tasty 1.3.1 Modified: haskell-criterion/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:01:59 UTC (rev 632756) +++ PKGBUILD2020-05-24 06:03:40 UTC (rev 632757) @@ -4,7 +4,7 @@ _hkgname=criterion pkgname=haskell-criterion pkgver=1.5.6.2 -pkgrel=53 +pkgrel=54 pkgdesc="Robust, reliable performance measurement and analysis" url="http://www.serpentine.com/criterion"; license=("BSD")
[arch-commits] Commit in haskell-criterion/repos/community-staging-x86_64 (2 files)
Date: Sunday, May 24, 2020 @ 06:03:57 Author: felixonmars Revision: 632758 archrelease: copy trunk to community-staging-x86_64 Added: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 632757, haskell-criterion/trunk/PKGBUILD) Deleted: haskell-criterion/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 100 ++--- 1 file changed, 50 insertions(+), 50 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 06:03:40 UTC (rev 632757) +++ PKGBUILD2020-05-24 06:03:57 UTC (rev 632758) @@ -1,50 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -_hkgname=criterion -pkgname=haskell-criterion -pkgver=1.5.6.2 -pkgrel=53 -pkgdesc="Robust, reliable performance measurement and analysis" -url="http://www.serpentine.com/criterion"; -license=("BSD") -arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 'haskell-base-compat-batteries' - 'haskell-binary-orphans' 'haskell-cassava' 'haskell-code-page' - 'haskell-criterion-measurement' 'haskell-glob' 'haskell-js-flot' - 'haskell-js-jquery' 'haskell-microstache' 'haskell-mwc-random' - 'haskell-optparse-applicative' 'haskell-statistics' 'haskell-transformers-compat' - 'haskell-vector' 'haskell-vector-algorithms') -makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' - 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('48e4c0803480fa21830342ff7fd016e15de1b598fb8c4541710c6a9d81e4919bfcb22bc5fbd1ac417e79df902f1154f20aa3e3081efcf6a9af872f00142c3af0') - -build() { -cd $_hkgname-$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-fast -f-embed-data-files -runhaskell Setup build $MAKEFLAGS -runhaskell Setup register --gen-script -runhaskell Setup unregister --gen-script -sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh -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 -} Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 632757, haskell-criterion/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 06:03:57 UTC (rev 632758) @@ -0,0 +1,50 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=criterion +pkgname=haskell-criterion +pkgver=1.5.6.2 +pkgrel=54 +pkgdesc="Robust, reliable performance measurement and analysis" +url="http://www.serpentine.com/criterion"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 'haskell-base-compat-batteries' + 'haskell-binary-orphans' 'haskell-cassava' 'haskell-code-page' + 'haskell-criterion-measurement' 'haskell-glob' 'haskell-js-flot' + 'haskell-js-jquery' 'haskell-microstache' 'haskell-mwc-random' + 'haskell-optparse-applicative' 'haskell-statistics' 'haskell-transformers-compat' + 'haskell-vector' 'haskell-vector-algorithms') +makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('48e4c0803480fa21830342ff7fd016e15de1b598fb8c4541710c6a9d81e4919bfcb22bc5fbd1ac417e79df902f1154f20aa3e3081efcf6a9af872f00142c3af0') + +build() { +cd $_hkgname-$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-fast -f-embed-data-files +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unreg
[arch-commits] Commit in haskell-js-jquery/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:01:41 Author: felixonmars Revision: 632755 upgpkg: haskell-js-jquery 3.3.1-426: rebuild with tasty 1.3.1 Modified: haskell-js-jquery/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 06:01:00 UTC (rev 632754) +++ PKGBUILD2020-05-24 06:01:41 UTC (rev 632755) @@ -4,7 +4,7 @@ _hkgname=js-jquery pkgname=haskell-js-jquery pkgver=3.3.1 -pkgrel=425 +pkgrel=426 pkgdesc="Obtain minified jQuery code" url="https://github.com/ndmitchell/js-jquery#readme"; license=("MIT")
[arch-commits] Commit in haskell-js-jquery/repos/community-staging-x86_64 (2 files)
Date: Sunday, May 24, 2020 @ 06:01:59 Author: felixonmars Revision: 632756 archrelease: copy trunk to community-staging-x86_64 Added: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 632755, haskell-js-jquery/trunk/PKGBUILD) Deleted: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 98 ++--- 1 file changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 06:01:41 UTC (rev 632755) +++ PKGBUILD2020-05-24 06:01:59 UTC (rev 632756) @@ -1,49 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -_hkgname=js-jquery -pkgname=haskell-js-jquery -pkgver=3.3.1 -pkgrel=425 -pkgdesc="Obtain minified jQuery code" -url="https://github.com/ndmitchell/js-jquery#readme"; -license=("MIT") -arch=('x86_64') -depends=('ghc-libs') -makedepends=('ghc' 'haskell-http') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('359a4342bc5156d5360385a478e235def04db0381cc48f342baac5018e91350dce760adb9b9ada796bc6341d5629f807672f629ee127faefe521801d62bb') - -build() { -cd $_hkgname-$pkgver - -if (( CHECKFUNC )); then -_opts=('--enable-tests') -else -_opts=('--disable-tests') -fi - -runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ ---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" "${_opts[@]}" \ ---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid -runhaskell Setup build $MAKEFLAGS -runhaskell Setup register --gen-script -runhaskell Setup unregister --gen-script -sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh -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 -} Copied: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 632755, haskell-js-jquery/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 06:01:59 UTC (rev 632756) @@ -0,0 +1,49 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=js-jquery +pkgname=haskell-js-jquery +pkgver=3.3.1 +pkgrel=426 +pkgdesc="Obtain minified jQuery code" +url="https://github.com/ndmitchell/js-jquery#readme"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-http') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('359a4342bc5156d5360385a478e235def04db0381cc48f342baac5018e91350dce760adb9b9ada796bc6341d5629f807672f629ee127faefe521801d62bb') + +build() { +cd $_hkgname-$pkgver + +if (( CHECKFUNC )); then +_opts=('--enable-tests') +else +_opts=('--disable-tests') +fi + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" "${_opts[@]}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-http/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 06:00:45 Author: felixonmars Revision: 632753 upgpkg: haskell-http 4000.3.14-187: rebuild with tasty 1.3.1 Modified: haskell-http/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 05:59:46 UTC (rev 632752) +++ PKGBUILD2020-05-24 06:00:45 UTC (rev 632753) @@ -4,7 +4,7 @@ _hkgname=HTTP pkgname=haskell-http pkgver=4000.3.14 -pkgrel=186 +pkgrel=187 pkgdesc="A library for client-side HTTP" url="https://hackage.haskell.org/package/${_hkgname}"; license=('BSD')
[arch-commits] Commit in haskell-http/repos (2 files)
Date: Sunday, May 24, 2020 @ 06:01:00 Author: felixonmars Revision: 632754 archrelease: copy trunk to community-staging-x86_64 Added: haskell-http/repos/community-staging-x86_64/ haskell-http/repos/community-staging-x86_64/PKGBUILD (from rev 632753, haskell-http/trunk/PKGBUILD) --+ PKGBUILD | 58 ++ 1 file changed, 58 insertions(+) Copied: haskell-http/repos/community-staging-x86_64/PKGBUILD (from rev 632753, haskell-http/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 06:01:00 UTC (rev 632754) @@ -0,0 +1,58 @@ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=HTTP +pkgname=haskell-http +pkgver=4000.3.14 +pkgrel=187 +pkgdesc="A library for client-side HTTP" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-network' 'haskell-network-uri') +makedepends=('ghc' 'haskell-hunit' 'haskell-httpd-shed' 'haskell-puremd5' 'haskell-split' + 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-case-insensitive' + 'haskell-http-types' 'haskell-wai' 'haskell-warp' 'haskell-conduit' + 'haskell-conduit-extra') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('bcc9107412f3ff5806369675ae6cfd87c4ecc36490eab6d62c697f47e62ff8b0d1d6a25f9bfb9d8ef1f037492820eb732cb9cbec7ea9e7e4b20699573077b064') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/< *3.3/<4/;s/< *4.14/<5/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +if (( CHECKFUNC )); then +_opts=('--enable-tests') +else +_opts=('--disable-tests') +fi + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-mtl1 -f-warn-as-error -f-conduit10 -fwarp-tests -fnetwork-uri +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-warp/repos (2 files)
Date: Sunday, May 24, 2020 @ 05:59:46 Author: felixonmars Revision: 632752 archrelease: copy trunk to community-staging-x86_64 Added: haskell-warp/repos/community-staging-x86_64/ haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 632751, haskell-warp/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 632751, haskell-warp/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 05:59:46 UTC (rev 632752) @@ -0,0 +1,49 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=warp +pkgname=haskell-warp +pkgver=3.3.11 +pkgrel=6 +pkgdesc="A fast, light-weight web server for WAI applications." +url="https://github.com/yesodweb/wai"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-bsb-http-chunked' + 'haskell-case-insensitive' 'haskell-hashable' 'haskell-http-date' 'haskell-http-types' + 'haskell-http2' 'haskell-iproute' 'haskell-network' 'haskell-simple-sendfile' + 'haskell-streaming-commons' 'haskell-time-manager' 'haskell-unix-compat' 'haskell-vault' + 'haskell-wai' 'haskell-word8' 'haskell-x509') +makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit' + 'haskell-lifted-base' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('431a2ee281ada7e8f11d59c6ad43822a460a0568811647bb4e5c8d9ce03d0cd96c62717761123d578b214cd62e1dc49e634702540fc54145612342f7dc438102') + +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 \ +-f-warp-debug -fallow-sendfilefd -f-network-bytestring +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-warp/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 05:59:31 Author: felixonmars Revision: 632751 upgpkg: haskell-warp 3.3.11-6: rebuild with tasty 1.3.1 Modified: haskell-warp/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 05:58:18 UTC (rev 632750) +++ PKGBUILD2020-05-24 05:59:31 UTC (rev 632751) @@ -4,7 +4,7 @@ _hkgname=warp pkgname=haskell-warp pkgver=3.3.11 -pkgrel=5 +pkgrel=6 pkgdesc="A fast, light-weight web server for WAI applications." url="https://github.com/yesodweb/wai"; license=("MIT")
[arch-commits] Commit in haskell-httpd-shed/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 05:58:03 Author: felixonmars Revision: 632749 upgpkg: haskell-httpd-shed 0.4.1.1-115: rebuild with tasty 1.3.1 Modified: haskell-httpd-shed/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 05:57:23 UTC (rev 632748) +++ PKGBUILD2020-05-24 05:58:03 UTC (rev 632749) @@ -4,7 +4,7 @@ _hkgname=httpd-shed pkgname=haskell-httpd-shed pkgver=0.4.1.1 -pkgrel=114 +pkgrel=115 pkgdesc="A simple web-server with an interact style API" url="https://github.com/andygill/httpd-shed/"; license=("BSD")
[arch-commits] Commit in haskell-httpd-shed/repos (2 files)
Date: Sunday, May 24, 2020 @ 05:58:18 Author: felixonmars Revision: 632750 archrelease: copy trunk to community-staging-x86_64 Added: haskell-httpd-shed/repos/community-staging-x86_64/ haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD (from rev 632749, haskell-httpd-shed/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD (from rev 632749, haskell-httpd-shed/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 05:58:18 UTC (rev 632750) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=httpd-shed +pkgname=haskell-httpd-shed +pkgver=0.4.1.1 +pkgrel=115 +pkgdesc="A simple web-server with an interact style API" +url="https://github.com/andygill/httpd-shed/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-network' 'haskell-network-bsd' 'haskell-network-uri') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('b168fd18f4d476fc6d903d8dc17a1831645049dc6ae57e977b97453f69c98dc3a288e2c8d0298283bc2b8dd0d4e994fcec27058bb36b9ee0d4d4aac2b9de3b97') + +prepare() { +cd $_hkgname-$pkgver +echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs +} + +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 \ +-f-buildexamples -fnetwork-uri -fnetwork-bsd +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-http-client/repos (2 files)
Date: Sunday, May 24, 2020 @ 05:57:23 Author: felixonmars Revision: 632748 archrelease: copy trunk to community-staging-x86_64 Added: haskell-http-client/repos/community-staging-x86_64/ haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 632747, haskell-http-client/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 632747, haskell-http-client/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 05:57:23 UTC (rev 632748) @@ -0,0 +1,46 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=http-client +pkgname=haskell-http-client +pkgver=0.6.4.1 +pkgrel=55 +pkgdesc="An HTTP client engine" +url="https://github.com/snoyberg/http-client"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-cookie' + 'haskell-http-types' 'haskell-memory' 'haskell-mime-types' + 'haskell-network' 'haskell-network-uri' 'haskell-random' 'haskell-streaming-commons' +) +makedepends=('ghc' 'haskell-async' 'haskell-hspec' 'haskell-monad-control' 'haskell-zlib') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('b9595ebf3cb48c5ed288934976b78270a3092a35ae083853684c848301ee88a18e0e41534180033df071ab87dc9f9cbab99da37cbc74d538472409c13dcfce7d') + +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 -fnetwork-uri +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-http-client/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 05:57:07 Author: felixonmars Revision: 632747 upgpkg: haskell-http-client 0.6.4.1-55: rebuild with tasty 1.3.1 Modified: haskell-http-client/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 05:56:06 UTC (rev 632746) +++ PKGBUILD2020-05-24 05:57:07 UTC (rev 632747) @@ -4,7 +4,7 @@ _hkgname=http-client pkgname=haskell-http-client pkgver=0.6.4.1 -pkgrel=54 +pkgrel=55 pkgdesc="An HTTP client engine" url="https://github.com/snoyberg/http-client"; license=("MIT")
[arch-commits] Commit in haskell-network-uri/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 05:55:51 Author: felixonmars Revision: 632745 upgpkg: haskell-network-uri 2.6.3.0-82: rebuild with tasty 1.3.1 Modified: haskell-network-uri/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 05:54:15 UTC (rev 632744) +++ PKGBUILD2020-05-24 05:55:51 UTC (rev 632745) @@ -3,7 +3,7 @@ _hkgname=network-uri pkgname=haskell-network-uri pkgver=2.6.3.0 -pkgrel=81 +pkgrel=82 pkgdesc="A library for client-side HTTP" url="https://hackage.haskell.org/package/${_hkgname}"; license=('BSD')
[arch-commits] Commit in haskell-network-uri/repos (2 files)
Date: Sunday, May 24, 2020 @ 05:56:06 Author: felixonmars Revision: 632746 archrelease: copy trunk to community-staging-x86_64 Added: haskell-network-uri/repos/community-staging-x86_64/ haskell-network-uri/repos/community-staging-x86_64/PKGBUILD (from rev 632745, haskell-network-uri/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: haskell-network-uri/repos/community-staging-x86_64/PKGBUILD (from rev 632745, haskell-network-uri/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 05:56:06 UTC (rev 632746) @@ -0,0 +1,49 @@ +# Maintainer: Jelle van der Waa + +_hkgname=network-uri +pkgname=haskell-network-uri +pkgver=2.6.3.0 +pkgrel=82 +pkgdesc="A library for client-side HTTP" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'sh') +makedepends=('ghc' 'haskell-criterion' 'haskell-hunit' 'haskell-test-framework' + 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('15091367e4543de1e2af0d81973b8e456e2c5f5295dcd7a91b91f46c2e07a6a655c6ab4c0837ce7566b21b43bca3569c1b27bb7f437572b09d00e678c7b512f0') + +build() { +cd $_hkgname-$pkgver + +if (( CHECKFUNC )); then +_opts=('--enable-tests') +else +_opts=('--disable-tests') +fi + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-network/repos/community-staging-x86_64 (2 files)
Date: Sunday, May 24, 2020 @ 05:54:15 Author: felixonmars Revision: 632744 archrelease: copy trunk to community-staging-x86_64 Added: haskell-network/repos/community-staging-x86_64/PKGBUILD (from rev 632743, haskell-network/trunk/PKGBUILD) Deleted: haskell-network/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 05:53:58 UTC (rev 632743) +++ PKGBUILD2020-05-24 05:54:15 UTC (rev 632744) @@ -1,44 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Thomas Dziedzic - -_hkgname=network -pkgname=haskell-network -pkgver=3.1.1.1 -pkgrel=11 -pkgdesc="Low-level networking interface" -url="https://hackage.haskell.org/package/${_hkgname}"; -license=('BSD') -arch=('x86_64') -depends=('ghc-libs') -makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('caafd3c0730d0f6378230e0acdf285ca50480f02a44963c1f9ae9dc3d53cd496dd3171d7ff4bf79a1e072b85698d74f82d8075b999d5ba1d17ab1429c8094ca8') - -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 $MAKEFLAGS -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 -# https://github.com/haskell/network/issues/333#issuecomment-400173091 -runhaskell Setup test || warning "Tests failed" -} - -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 -} Copied: haskell-network/repos/community-staging-x86_64/PKGBUILD (from rev 632743, haskell-network/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 05:54:15 UTC (rev 632744) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=network +pkgname=haskell-network +pkgver=3.1.1.1 +pkgrel=12 +pkgdesc="Low-level networking interface" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('caafd3c0730d0f6378230e0acdf285ca50480f02a44963c1f9ae9dc3d53cd496dd3171d7ff4bf79a1e072b85698d74f82d8075b999d5ba1d17ab1429c8094ca8') + +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 $MAKEFLAGS +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 +# https://github.com/haskell/network/issues/333#issuecomment-400173091 +runhaskell Setup test || warning "Tests failed" +} + +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-network/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 05:53:58 Author: felixonmars Revision: 632743 upgpkg: haskell-network 3.1.1.1-12: rebuild with tasty 1.3.1 Modified: haskell-network/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 05:52:59 UTC (rev 632742) +++ PKGBUILD2020-05-24 05:53:58 UTC (rev 632743) @@ -4,7 +4,7 @@ _hkgname=network pkgname=haskell-network pkgver=3.1.1.1 -pkgrel=11 +pkgrel=12 pkgdesc="Low-level networking interface" url="https://hackage.haskell.org/package/${_hkgname}"; license=('BSD')
[arch-commits] Commit in haskell-criterion/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 05:52:42 Author: felixonmars Revision: 632741 upgpkg: haskell-criterion 1.5.6.2-53: rebuild with tasty 1.3.1 Modified: haskell-criterion/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 05:25:53 UTC (rev 632740) +++ PKGBUILD2020-05-24 05:52:42 UTC (rev 632741) @@ -4,7 +4,7 @@ _hkgname=criterion pkgname=haskell-criterion pkgver=1.5.6.2 -pkgrel=52 +pkgrel=53 pkgdesc="Robust, reliable performance measurement and analysis" url="http://www.serpentine.com/criterion"; license=("BSD")
[arch-commits] Commit in haskell-criterion/repos (2 files)
Date: Sunday, May 24, 2020 @ 05:52:59 Author: felixonmars Revision: 632742 archrelease: copy trunk to community-staging-x86_64 Added: haskell-criterion/repos/community-staging-x86_64/ haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 632741, haskell-criterion/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 632741, haskell-criterion/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 05:52:59 UTC (rev 632742) @@ -0,0 +1,50 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=criterion +pkgname=haskell-criterion +pkgver=1.5.6.2 +pkgrel=53 +pkgdesc="Robust, reliable performance measurement and analysis" +url="http://www.serpentine.com/criterion"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 'haskell-base-compat-batteries' + 'haskell-binary-orphans' 'haskell-cassava' 'haskell-code-page' + 'haskell-criterion-measurement' 'haskell-glob' 'haskell-js-flot' + 'haskell-js-jquery' 'haskell-microstache' 'haskell-mwc-random' + 'haskell-optparse-applicative' 'haskell-statistics' 'haskell-transformers-compat' + 'haskell-vector' 'haskell-vector-algorithms') +makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('48e4c0803480fa21830342ff7fd016e15de1b598fb8c4541710c6a9d81e4919bfcb22bc5fbd1ac417e79df902f1154f20aa3e3081efcf6a9af872f00142c3af0') + +build() { +cd $_hkgname-$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-fast -f-embed-data-files +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-js-jquery/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 05:25:38 Author: felixonmars Revision: 632739 upgpkg: haskell-js-jquery 3.3.1-425: rebuild pass 1, specified --nocheck Modified: haskell-js-jquery/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 02:58:36 UTC (rev 632738) +++ PKGBUILD2020-05-24 05:25:38 UTC (rev 632739) @@ -4,7 +4,7 @@ _hkgname=js-jquery pkgname=haskell-js-jquery pkgver=3.3.1 -pkgrel=424 +pkgrel=425 pkgdesc="Obtain minified jQuery code" url="https://github.com/ndmitchell/js-jquery#readme"; license=("MIT")
[arch-commits] Commit in haskell-js-jquery/repos (2 files)
Date: Sunday, May 24, 2020 @ 05:25:53 Author: felixonmars Revision: 632740 archrelease: copy trunk to community-staging-x86_64 Added: haskell-js-jquery/repos/community-staging-x86_64/ haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 632739, haskell-js-jquery/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 632739, haskell-js-jquery/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 05:25:53 UTC (rev 632740) @@ -0,0 +1,49 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=js-jquery +pkgname=haskell-js-jquery +pkgver=3.3.1 +pkgrel=425 +pkgdesc="Obtain minified jQuery code" +url="https://github.com/ndmitchell/js-jquery#readme"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-http') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('359a4342bc5156d5360385a478e235def04db0381cc48f342baac5018e91350dce760adb9b9ada796bc6341d5629f807672f629ee127faefe521801d62bb') + +build() { +cd $_hkgname-$pkgver + +if (( CHECKFUNC )); then +_opts=('--enable-tests') +else +_opts=('--disable-tests') +fi + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" "${_opts[@]}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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 openbox/repos (7 files)
Date: Sunday, May 24, 2020 @ 02:58:36 Author: yan12125 Revision: 632738 archrelease: copy trunk to community-testing-x86_64 Added: openbox/repos/community-testing-x86_64/ openbox/repos/community-testing-x86_64/PKGBUILD (from rev 632737, openbox/trunk/PKGBUILD) openbox/repos/community-testing-x86_64/debian-887908.patch (from rev 632737, openbox/trunk/debian-887908.patch) openbox/repos/community-testing-x86_64/openbox-3.5.0-title-matching.patch (from rev 632737, openbox/trunk/openbox-3.5.0-title-matching.patch) openbox/repos/community-testing-x86_64/openbox-3.5.0-which-2.20.patch (from rev 632737, openbox/trunk/openbox-3.5.0-which-2.20.patch) openbox/repos/community-testing-x86_64/openbox-kde-paths.patch (from rev 632737, openbox/trunk/openbox-kde-paths.patch) openbox/repos/community-testing-x86_64/py3.patch (from rev 632737, openbox/trunk/py3.patch) + PKGBUILD | 74 +++ debian-887908.patch| 31 ++ openbox-3.5.0-title-matching.patch | 11 ++ openbox-3.5.0-which-2.20.patch | 11 ++ openbox-kde-paths.patch| 22 py3.patch | 163 +++ 6 files changed, 312 insertions(+) Copied: openbox/repos/community-testing-x86_64/PKGBUILD (from rev 632737, openbox/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2020-05-24 02:58:36 UTC (rev 632738) @@ -0,0 +1,74 @@ +# Maintainer: Chih-Hsuan Yen +# Contributor: Florian pritz +# Contributor: Bartłomiej Piotrowski +# Contributor: Brad Fanella +# Contributor: Andrea Scarpino +# Contributor: tobias + +pkgname=openbox +pkgver=3.6.1 +pkgrel=7 +pkgdesc='Highly configurable and lightweight X11 window manager' +arch=('x86_64') +url='http://openbox.org' +license=('GPL') +provides=(libobrender.so) +depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr' + 'libxcursor' 'pango' 'imlib2' 'librsvg' 'libsm') +makedepends=('python') +optdepends=('plasma-workspace: for the KDE/Openbox xsession' +'python-xdg: for the openbox-xdg-autostart script') +groups=('lxde' 'lxde-gtk3' 'lxqt') +backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml' +'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment') +source=(http://openbox.org/dist/openbox/$pkgname-$pkgver.tar.gz{,.asc} +openbox-3.5.0-title-matching.patch +openbox-3.5.0-which-2.20.patch +$pkgname-kde-paths.patch +py3.patch +debian-887908.patch) +md5sums=('b72794996c6a3ad94634727b95f9d204' + 'SKIP' + '0a11d7149da210a31ef88f8a9c717711' + '7ca3b5244bb092d46f5bcf1e2bdf4a18' + 'f7df0df8c1d2da279e48d0fdc984fb71' + '67ae9735c283637ef6d11b17a3f81953' + '4ff275746641e840605e9a74043079fe') +validpgpkeys=(4B71379A9D5263D112A85620A5A4E99C711D3B61) + +prepare() { + cd $pkgname-$pkgver + + patch -Np1 -i "$srcdir"/openbox-3.5.0-title-matching.patch # OB#5277 + patch -Np1 -i "$srcdir"/openbox-3.5.0-which-2.20.patch # FS#11455 + patch -Np1 -i "$srcdir"/$pkgname-kde-paths.patch # FS#64139 + # modified from https://github.com/troycurtisjr/openbox/commit/acfbbc4ea40932f183617bb7006700140fe5f61e + patch -Np1 -i "$srcdir"/py3.patch + # Taken from https://sources.debian.org/data/main/o/openbox/3.6.1-9/debian/patches/887908.patch + # For https://bugs.archlinux.org/task/66738 + patch -Np1 -i "$srcdir"/debian-887908.patch + + # py3.patch modifies configure.ac + autoreconf -ifv +} + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr \ +--with-x \ +--enable-startup-notification \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib/openbox + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + + # GNOME Panel is no longer available in the official repositories + rm -r "$pkgdir"/usr/bin/{gdm-control,gnome-panel-control,openbox-gnome-session} \ +"$pkgdir"/usr/share/gnome{,-session} \ +"$pkgdir"/usr/share/man/man1/openbox-gnome-session.1 \ +"$pkgdir"/usr/share/xsessions/openbox-gnome.desktop +} Copied: openbox/repos/community-testing-x86_64/debian-887908.patch (from rev 632737, openbox/trunk/debian-887908.patch) === --- community-testing-x86_64/debian-887908.patch (rev 0) +++ community-testing-x86_64/debian-887908.patch2020-05-24 02:58:36 UTC (rev 632738) @@ -0,0 +1,31 @@ +Description: Fix toggled hover and pressed images masks not loaded +Author: "E. Serradilla" +Debian-Bugs: https://bugs.debian.org/887908 + +--- a/obrender/theme.c b/obrender/theme.c +@@ -1494,8 +1494,10 @@ static void read_button_styles(XrmDataba + READ_BUTTON_MASK_COPY(disabled, btn->unpressed_mask); + READ
[arch-commits] Commit in openbox/trunk (PKGBUILD debian-887908.patch)
Date: Sunday, May 24, 2020 @ 02:57:43 Author: yan12125 Revision: 632737 upgpkg: openbox 3.6.1-7; add a patch from Debian for https://bugs.archlinux.org/task/66738 Added: openbox/trunk/debian-887908.patch Modified: openbox/trunk/PKGBUILD -+ PKGBUILD| 11 --- debian-887908.patch | 31 +++ 2 files changed, 39 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 02:06:57 UTC (rev 632736) +++ PKGBUILD2020-05-24 02:57:43 UTC (rev 632737) @@ -7,7 +7,7 @@ pkgname=openbox pkgver=3.6.1 -pkgrel=6 +pkgrel=7 pkgdesc='Highly configurable and lightweight X11 window manager' arch=('x86_64') url='http://openbox.org' @@ -25,13 +25,15 @@ openbox-3.5.0-title-matching.patch openbox-3.5.0-which-2.20.patch $pkgname-kde-paths.patch -py3.patch) +py3.patch +debian-887908.patch) md5sums=('b72794996c6a3ad94634727b95f9d204' 'SKIP' '0a11d7149da210a31ef88f8a9c717711' '7ca3b5244bb092d46f5bcf1e2bdf4a18' 'f7df0df8c1d2da279e48d0fdc984fb71' - '67ae9735c283637ef6d11b17a3f81953') + '67ae9735c283637ef6d11b17a3f81953' + '4ff275746641e840605e9a74043079fe') validpgpkeys=(4B71379A9D5263D112A85620A5A4E99C711D3B61) prepare() { @@ -42,6 +44,9 @@ patch -Np1 -i "$srcdir"/$pkgname-kde-paths.patch # FS#64139 # modified from https://github.com/troycurtisjr/openbox/commit/acfbbc4ea40932f183617bb7006700140fe5f61e patch -Np1 -i "$srcdir"/py3.patch + # Taken from https://sources.debian.org/data/main/o/openbox/3.6.1-9/debian/patches/887908.patch + # For https://bugs.archlinux.org/task/66738 + patch -Np1 -i "$srcdir"/debian-887908.patch # py3.patch modifies configure.ac autoreconf -ifv Added: debian-887908.patch === --- debian-887908.patch (rev 0) +++ debian-887908.patch 2020-05-24 02:57:43 UTC (rev 632737) @@ -0,0 +1,31 @@ +Description: Fix toggled hover and pressed images masks not loaded +Author: "E. Serradilla" +Debian-Bugs: https://bugs.debian.org/887908 + +--- a/obrender/theme.c b/obrender/theme.c +@@ -1494,8 +1494,10 @@ static void read_button_styles(XrmDataba + READ_BUTTON_MASK_COPY(disabled, btn->unpressed_mask); + READ_BUTTON_MASK_COPY(hover, btn->unpressed_mask); + if (toggled_mask) { +-READ_BUTTON_MASK_COPY(pressed_toggled, btn->unpressed_toggled_mask); +-READ_BUTTON_MASK_COPY(hover_toggled, btn->unpressed_toggled_mask); ++g_snprintf(name, 128, "%s_toggled_pressed.xbm", btnname); ++READ_MASK_COPY(name, btn->pressed_toggled_mask, btn->unpressed_toggled_mask); ++g_snprintf(name, 128, "%s_toggled_hover.xbm", btnname); ++READ_MASK_COPY(name, btn->hover_toggled_mask, btn->unpressed_toggled_mask); + } + + #define READ_BUTTON_APPEARANCE(typedots, type, fallback) \ +@@ -1532,8 +1534,8 @@ static void read_button_styles(XrmDataba + READ_BUTTON_APPEARANCE("disabled", disabled, 0); + READ_BUTTON_APPEARANCE("hover", hover, 0); + if (toggled_mask) { +-READ_BUTTON_APPEARANCE("unpressed.toggled", unpressed_toggled, 1); +-READ_BUTTON_APPEARANCE("pressed.toggled", pressed_toggled, 0); +-READ_BUTTON_APPEARANCE("hover.toggled", hover_toggled, 0); ++READ_BUTTON_APPEARANCE("toggled.unpressed", unpressed_toggled, 1); ++READ_BUTTON_APPEARANCE("toggled.pressed", pressed_toggled, 0); ++READ_BUTTON_APPEARANCE("toggled.hover", hover_toggled, 0); + } + }
[arch-commits] Commit in dfc/repos/community-x86_64 (PKGBUILD PKGBUILD dfc.install)
Date: Sunday, May 24, 2020 @ 02:06:57 Author: svenstaro Revision: 632736 archrelease: copy trunk to community-x86_64 Added: dfc/repos/community-x86_64/PKGBUILD (from rev 632735, dfc/trunk/PKGBUILD) Deleted: dfc/repos/community-x86_64/PKGBUILD dfc/repos/community-x86_64/dfc.install -+ PKGBUILD| 70 ++ dfc.install |4 --- 2 files changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 02:06:51 UTC (rev 632735) +++ PKGBUILD2020-05-24 02:06:57 UTC (rev 632736) @@ -1,33 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Rolinh - -pkgname=dfc -pkgver=3.1.1 -pkgrel=2 -pkgdesc="Display file system space usage using graphs and colors" -arch=('x86_64') -url="http://projects.gw-computing.net/projects/dfc"; -license=('BSD') -depends=('glibc') -makedepends=('cmake' 'gettext') -conflicts=('dfc-git') -source=("https://github.com/Rolinh/dfc/archive/v${pkgver}.tar.gz";) -install='dfc.install' -sha512sums=('0dded1824e6e6734214999f898d253fab760bb69b0f152b44e47b54b30c6ebcf4ac04cec44a37eb655548d4dbaef9328a6b383957b5b8fe6e20cb550d51d46e2') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - cmake . -DPREFIX=/usr -DSYSCONFDIR=/etc -DCMAKE_BUILD_TYPE=RELEASE - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: dfc/repos/community-x86_64/PKGBUILD (from rev 632735, dfc/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 02:06:57 UTC (rev 632736) @@ -0,0 +1,37 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Rolinh + +pkgname=dfc +pkgver=3.1.1 +pkgrel=3 +pkgdesc="Display file system space usage using graphs and colors" +arch=('x86_64') +url="http://projects.gw-computing.net/projects/dfc"; +license=('BSD') +depends=('glibc') +makedepends=('cmake' 'gettext' 'ninja') +source=("$pkgname-$pkgver.tar.gz::https://github.com/Rolinh/dfc/archive/v${pkgver}.tar.gz";) +sha512sums=('0dded1824e6e6734214999f898d253fab760bb69b0f152b44e47b54b30c6ebcf4ac04cec44a37eb655548d4dbaef9328a6b383957b5b8fe6e20cb550d51d46e2') + +build() { + cd "${pkgname}-${pkgver}" + + cmake \ +-B build \ +-G Ninja \ +-DPREFIX=/usr \ +-DSYSCONFDIR=/etc \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE + ninja -C build +} + +package() { + cd "${pkgname}-${pkgver}" + + DESTDIR="${pkgdir}" ninja -C build install + + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +# vim:set ts=2 sw=2 et: Deleted: dfc.install === --- dfc.install 2020-05-24 02:06:51 UTC (rev 632735) +++ dfc.install 2020-05-24 02:06:57 UTC (rev 632736) @@ -1,4 +0,0 @@ -post_install() { - echo 'Optional configuration file is located in /etc/xdg/dfc/' - echo 'Copy it to ~/.config/dfc/ (create this folder if necessary) if you want to use it.' -}
[arch-commits] Commit in dfc/trunk (PKGBUILD dfc.install)
Date: Sunday, May 24, 2020 @ 02:06:51 Author: svenstaro Revision: 632735 upgpkg: dfc 3.1.1-3: Modernize package Modified: dfc/trunk/PKGBUILD Deleted: dfc/trunk/dfc.install -+ PKGBUILD| 26 +++--- dfc.install |4 2 files changed, 15 insertions(+), 15 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 01:44:57 UTC (rev 632734) +++ PKGBUILD2020-05-24 02:06:51 UTC (rev 632735) @@ -1,31 +1,35 @@ -# Maintainer: Sven-Hendrik Haase +# Maintainer: Sven-Hendrik Haase # Contributor: Rolinh pkgname=dfc pkgver=3.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Display file system space usage using graphs and colors" arch=('x86_64') url="http://projects.gw-computing.net/projects/dfc"; license=('BSD') depends=('glibc') -makedepends=('cmake' 'gettext') -conflicts=('dfc-git') -source=("https://github.com/Rolinh/dfc/archive/v${pkgver}.tar.gz";) -install='dfc.install' +makedepends=('cmake' 'gettext' 'ninja') +source=("$pkgname-$pkgver.tar.gz::https://github.com/Rolinh/dfc/archive/v${pkgver}.tar.gz";) sha512sums=('0dded1824e6e6734214999f898d253fab760bb69b0f152b44e47b54b30c6ebcf4ac04cec44a37eb655548d4dbaef9328a6b383957b5b8fe6e20cb550d51d46e2') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${pkgname}-${pkgver}" - cmake . -DPREFIX=/usr -DSYSCONFDIR=/etc -DCMAKE_BUILD_TYPE=RELEASE - make + cmake \ +-B build \ +-G Ninja \ +-DPREFIX=/usr \ +-DSYSCONFDIR=/etc \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE + ninja -C build } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + DESTDIR="${pkgdir}" ninja -C build install install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } Deleted: dfc.install === --- dfc.install 2020-05-24 01:44:57 UTC (rev 632734) +++ dfc.install 2020-05-24 02:06:51 UTC (rev 632735) @@ -1,4 +0,0 @@ -post_install() { - echo 'Optional configuration file is located in /etc/xdg/dfc/' - echo 'Copy it to ~/.config/dfc/ (create this folder if necessary) if you want to use it.' -}
[arch-commits] Commit in openimagedenoise/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 01:43:53 Author: svenstaro Revision: 632732 upgpkg: openimagedenoise 1.2.0-2: Remove /usr/bin/tests binary Modified: openimagedenoise/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 01:38:45 UTC (rev 632731) +++ PKGBUILD2020-05-24 01:43:53 UTC (rev 632732) @@ -4,7 +4,7 @@ pkgname=openimagedenoise _pkgname=oidn pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc='Intel(R) Open Image Denoise library' arch=('x86_64') url='https://openimagedenoise.github.io' @@ -41,5 +41,6 @@ package() { cd $_pkgname DESTDIR="$pkgdir" ninja -C build install +rm "$pkgdir/usr/bin/tests" }
[arch-commits] Commit in openimagedenoise/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, May 24, 2020 @ 01:43:58 Author: svenstaro Revision: 632733 archrelease: copy trunk to community-x86_64 Added: openimagedenoise/repos/community-x86_64/PKGBUILD (from rev 632732, openimagedenoise/trunk/PKGBUILD) Deleted: openimagedenoise/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 91 ++--- 1 file changed, 46 insertions(+), 45 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 01:43:53 UTC (rev 632732) +++ PKGBUILD2020-05-24 01:43:58 UTC (rev 632733) @@ -1,45 +0,0 @@ -# Maintainer: Filipe Laíns (FFY00) -# Maintainer: Sven-Hendrik Haase - -pkgname=openimagedenoise -_pkgname=oidn -pkgver=1.2.0 -pkgrel=1 -pkgdesc='Intel(R) Open Image Denoise library' -arch=('x86_64') -url='https://openimagedenoise.github.io' -license=('Apache') -depends=('intel-tbb' 'python') -makedepends=('git' 'cmake' 'ninja' 'ispc') -source=("git+https://github.com/OpenImageDenoise/oidn#tag=v$pkgver"; -'git+https://github.com/OpenImageDenoise/oidn-weights' -"oidn-mkl-dnn::git+https://github.com/OpenImageDenoise/mkl-dnn";) -sha512sums=('SKIP' -'SKIP' -'SKIP') - -prepare() { -cd $_pkgname - -git submodule init -git config submodule.weights.url "$srcdir"/oidn-weights -git config submodule.mkl-dnn.url "$srcdir"/oidn-mkl-dnn -git submodule update -} - -build() { -cd $_pkgname - -cmake \ --B build \ --G Ninja \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release -ninja -C build -} - -package() { -cd $_pkgname -DESTDIR="$pkgdir" ninja -C build install -} - Copied: openimagedenoise/repos/community-x86_64/PKGBUILD (from rev 632732, openimagedenoise/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 01:43:58 UTC (rev 632733) @@ -0,0 +1,46 @@ +# Maintainer: Filipe Laíns (FFY00) +# Maintainer: Sven-Hendrik Haase + +pkgname=openimagedenoise +_pkgname=oidn +pkgver=1.2.0 +pkgrel=2 +pkgdesc='Intel(R) Open Image Denoise library' +arch=('x86_64') +url='https://openimagedenoise.github.io' +license=('Apache') +depends=('intel-tbb' 'python') +makedepends=('git' 'cmake' 'ninja' 'ispc') +source=("git+https://github.com/OpenImageDenoise/oidn#tag=v$pkgver"; +'git+https://github.com/OpenImageDenoise/oidn-weights' +"oidn-mkl-dnn::git+https://github.com/OpenImageDenoise/mkl-dnn";) +sha512sums=('SKIP' +'SKIP' +'SKIP') + +prepare() { +cd $_pkgname + +git submodule init +git config submodule.weights.url "$srcdir"/oidn-weights +git config submodule.mkl-dnn.url "$srcdir"/oidn-mkl-dnn +git submodule update +} + +build() { +cd $_pkgname + +cmake \ +-B build \ +-G Ninja \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release +ninja -C build +} + +package() { +cd $_pkgname +DESTDIR="$pkgdir" ninja -C build install +rm "$pkgdir/usr/bin/tests" +} +
[arch-commits] Commit in openimagedenoise/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, May 24, 2020 @ 01:38:45 Author: svenstaro Revision: 632731 archrelease: copy trunk to community-x86_64 Added: openimagedenoise/repos/community-x86_64/PKGBUILD (from rev 632730, openimagedenoise/trunk/PKGBUILD) Deleted: openimagedenoise/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 90 ++--- 1 file changed, 45 insertions(+), 45 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 01:38:39 UTC (rev 632730) +++ PKGBUILD2020-05-24 01:38:45 UTC (rev 632731) @@ -1,45 +0,0 @@ -# Maintainer: Filipe Laíns (FFY00) - -pkgname=openimagedenoise -_pkgname=oidn -pkgver=1.1.0 -pkgrel=1 -pkgdesc='Intel(R) Open Image Denoise library' -arch=('x86_64') -url='https://openimagedenoise.github.io' -license=('Apache') -depends=('intel-tbb' 'python') -makedepends=('git' 'cmake') -source=("git+https://github.com/OpenImageDenoise/oidn#tag=v$pkgver"; -'git+https://github.com/OpenImageDenoise/oidn-weights' -"oidn-mkl-dnn::git+https://github.com/OpenImageDenoise/mkl-dnn";) -sha512sums=('SKIP' -'SKIP' -'SKIP') - -prepare() { -cd $_pkgname - -git submodule init -git config submodule.weights.url "$srcdir"/oidn-weights -git config submodule.mkl-dnn.url "$srcdir"/oidn-mkl-dnn -git submodule update -} - -build() { -mkdir $_pkgname/build -cd $_pkgname/build - -cmake .. \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release - -make -} - -package() { -cd $_pkgname/build - -make DESTDIR="$pkgdir" install -} - Copied: openimagedenoise/repos/community-x86_64/PKGBUILD (from rev 632730, openimagedenoise/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 01:38:45 UTC (rev 632731) @@ -0,0 +1,45 @@ +# Maintainer: Filipe Laíns (FFY00) +# Maintainer: Sven-Hendrik Haase + +pkgname=openimagedenoise +_pkgname=oidn +pkgver=1.2.0 +pkgrel=1 +pkgdesc='Intel(R) Open Image Denoise library' +arch=('x86_64') +url='https://openimagedenoise.github.io' +license=('Apache') +depends=('intel-tbb' 'python') +makedepends=('git' 'cmake' 'ninja' 'ispc') +source=("git+https://github.com/OpenImageDenoise/oidn#tag=v$pkgver"; +'git+https://github.com/OpenImageDenoise/oidn-weights' +"oidn-mkl-dnn::git+https://github.com/OpenImageDenoise/mkl-dnn";) +sha512sums=('SKIP' +'SKIP' +'SKIP') + +prepare() { +cd $_pkgname + +git submodule init +git config submodule.weights.url "$srcdir"/oidn-weights +git config submodule.mkl-dnn.url "$srcdir"/oidn-mkl-dnn +git submodule update +} + +build() { +cd $_pkgname + +cmake \ +-B build \ +-G Ninja \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release +ninja -C build +} + +package() { +cd $_pkgname +DESTDIR="$pkgdir" ninja -C build install +} +
[arch-commits] Commit in openimagedenoise/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 01:38:39 Author: svenstaro Revision: 632730 upgpkg: openimagedenoise 1.2.0-1 Modified: openimagedenoise/trunk/PKGBUILD --+ PKGBUILD | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 00:48:55 UTC (rev 632729) +++ PKGBUILD2020-05-24 01:38:39 UTC (rev 632730) @@ -1,8 +1,9 @@ # Maintainer: Filipe Laíns (FFY00) +# Maintainer: Sven-Hendrik Haase pkgname=openimagedenoise _pkgname=oidn -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=1 pkgdesc='Intel(R) Open Image Denoise library' arch=('x86_64') @@ -9,7 +10,7 @@ url='https://openimagedenoise.github.io' license=('Apache') depends=('intel-tbb' 'python') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'ninja' 'ispc') source=("git+https://github.com/OpenImageDenoise/oidn#tag=v$pkgver"; 'git+https://github.com/OpenImageDenoise/oidn-weights' "oidn-mkl-dnn::git+https://github.com/OpenImageDenoise/mkl-dnn";) @@ -27,19 +28,18 @@ } build() { -mkdir $_pkgname/build -cd $_pkgname/build +cd $_pkgname -cmake .. \ +cmake \ +-B build \ +-G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release - -make +ninja -C build } package() { -cd $_pkgname/build - -make DESTDIR="$pkgdir" install +cd $_pkgname +DESTDIR="$pkgdir" ninja -C build install }
[arch-commits] Commit in electron/repos (15 files)
Date: Sunday, May 24, 2020 @ 00:48:55 Author: tensor5 Revision: 632729 archrelease: copy trunk to community-staging-x86_64 Added: electron/repos/community-staging-x86_64/ electron/repos/community-staging-x86_64/PKGBUILD (from rev 632728, electron/trunk/PKGBUILD) electron/repos/community-staging-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch (from rev 632728, electron/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch) electron/repos/community-staging-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch (from rev 632728, electron/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch) electron/repos/community-staging-x86_64/chromium-83-gcc-10.patch (from rev 632728, electron/trunk/chromium-83-gcc-10.patch) electron/repos/community-staging-x86_64/chromium-skia-harmony.patch (from rev 632728, electron/trunk/chromium-skia-harmony.patch) electron/repos/community-staging-x86_64/clean-up-a-call-to-set_utf8.patch (from rev 632728, electron/trunk/clean-up-a-call-to-set_utf8.patch) electron/repos/community-staging-x86_64/default_app-icon.patch (from rev 632728, electron/trunk/default_app-icon.patch) electron/repos/community-staging-x86_64/electron.desktop (from rev 632728, electron/trunk/electron.desktop) electron/repos/community-staging-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch (from rev 632728, electron/trunk/include-memory-header-to-get-the-definition-of-std-u.patch) electron/repos/community-staging-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch (from rev 632728, electron/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch) electron/repos/community-staging-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch (from rev 632728, electron/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch) electron/repos/community-staging-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch (from rev 632728, electron/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch) electron/repos/community-staging-x86_64/use-system-libraries-in-node.patch (from rev 632728, electron/trunk/use-system-libraries-in-node.patch) electron/repos/community-staging-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch (from rev 632728, electron/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch) + PKGBUILD | 223 +++ add-missing-algorithm-header-in-crx_install_error.cc.patch | 29 + avoid-double-destruction-of-ServiceWorkerObjectHost.patch | 138 ++ chromium-83-gcc-10.patch | 64 +++ chromium-skia-harmony.patch| 14 clean-up-a-call-to-set_utf8.patch | 34 + default_app-icon.patch | 21 + electron.desktop |7 include-memory-header-to-get-the-definition-of-std-u.patch | 32 + iwyu-std-numeric_limits-is-defined-in-limits.patch | 29 + libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch | 62 +++ make-some-of-blink-custom-iterators-STL-compatible.patch | 95 use-system-libraries-in-node.patch | 56 ++ v8-remove-soon-to-be-removed-getAllFieldPositions.patch| 172 14 files changed, 976 insertions(+) Copied: electron/repos/community-staging-x86_64/PKGBUILD (from rev 632728, electron/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-24 00:48:55 UTC (rev 632729) @@ -0,0 +1,223 @@ +# Maintainer: Nicola Squartini + +pkgname=electron +pkgver=9.0.0 +_commit=4da01641ce50cf5a8b6f39717e4c447f89455dfa +_chromiumver=83.0.4103.64 +pkgrel=1 +pkgdesc='Build cross platform desktop apps with web technologies' +arch=('x86_64') +url='https://electronjs.org/' +license=('MIT' 'custom') +depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libxslt' 'libxss' + 'minizip' 'nss' 're2' 'snappy') +makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless' + 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn' + 'python2' 'wget' 'yasm') +optdepends=('kde-cli-tools: file deletion support (kioclient5)' +'libappindicator-gtk3: StatusNotifierItem support' +'trash-cli: file deletion support (trash-put)' +"xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)") +source=('git+https://github.com/electron/electron.git' +'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git' +'electron.desktop' +'default_app-icon.patch' +'use-system-librar
[arch-commits] Commit in electron/trunk (15 files)
Date: Sunday, May 24, 2020 @ 00:47:22 Author: tensor5 Revision: 632728 upgpkg: electron 9.0.0-1 Added: electron/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch electron/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch electron/trunk/chromium-83-gcc-10.patch electron/trunk/clean-up-a-call-to-set_utf8.patch electron/trunk/include-memory-header-to-get-the-definition-of-std-u.patch electron/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch electron/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch electron/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch electron/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch Modified: electron/trunk/PKGBUILD electron/trunk/default_app-icon.patch Deleted: electron/trunk/fix-building-with-system-zlib.patch electron/trunk/fix-building-with-unbundled-libxml.patch electron/trunk/fix-shim-header-generation-when-unbundling-ICU.patch electron/trunk/icu67.patch + PKGBUILD | 55 ++- add-missing-algorithm-header-in-crx_install_error.cc.patch | 29 + avoid-double-destruction-of-ServiceWorkerObjectHost.patch | 138 chromium-83-gcc-10.patch | 64 clean-up-a-call-to-set_utf8.patch | 34 ++ default_app-icon.patch |2 fix-building-with-system-zlib.patch| 32 -- fix-building-with-unbundled-libxml.patch | 127 fix-shim-header-generation-when-unbundling-ICU.patch | 50 --- icu67.patch| 169 -- include-memory-header-to-get-the-definition-of-std-u.patch | 32 ++ iwyu-std-numeric_limits-is-defined-in-limits.patch | 29 + libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch | 62 +++ make-some-of-blink-custom-iterators-STL-compatible.patch | 95 ++ v8-remove-soon-to-be-removed-getAllFieldPositions.patch| 172 +++ 15 files changed, 693 insertions(+), 397 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-24 00:15:54 UTC (rev 632727) +++ PKGBUILD2020-05-24 00:47:22 UTC (rev 632728) @@ -1,10 +1,10 @@ # Maintainer: Nicola Squartini pkgname=electron -pkgver=8.2.5 -_commit=6c42564337697f1907627ad96b7bd4801ef5be20 -_chromiumver=80.0.3987.165 -pkgrel=2 +pkgver=9.0.0 +_commit=4da01641ce50cf5a8b6f39717e4c447f89455dfa +_chromiumver=83.0.4103.64 +pkgrel=1 pkgdesc='Build cross platform desktop apps with web technologies' arch=('x86_64') url='https://electronjs.org/' @@ -23,22 +23,33 @@ 'electron.desktop' 'default_app-icon.patch' 'use-system-libraries-in-node.patch' -'icu67.patch' +'add-missing-algorithm-header-in-crx_install_error.cc.patch' +'avoid-double-destruction-of-ServiceWorkerObjectHost.patch' +'chromium-83-gcc-10.patch' 'chromium-skia-harmony.patch' -'fix-building-with-system-zlib.patch' -'fix-building-with-unbundled-libxml.patch' -'fix-shim-header-generation-when-unbundling-ICU.patch' +'clean-up-a-call-to-set_utf8.patch' +'include-memory-header-to-get-the-definition-of-std-u.patch' +'iwyu-std-numeric_limits-is-defined-in-limits.patch' +'libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch' +'make-some-of-blink-custom-iterators-STL-compatible.patch' +'v8-remove-soon-to-be-removed-getAllFieldPositions.patch' ) sha256sums=('SKIP' 'SKIP' '5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39' -'00b21418b9468064f6f275566d3cf64c6b014e596acc650100a5a46da31efbfa' +'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4' 'c7eadac877179e586d0cce7f898aa1462b4c207733e68ecc17de9754b691713a' -'5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006' +'0e2a78e4aa7272ab0ff4a4c467750e01bad692a026ad9828aaf06d2a9418b9d8' +'d793842e9584bf75e3779918297ba0ffa6dd05394ef5b2bf5fb73aa9c86a7e2f' +'3e5ba8c0a70a4bc673deec0c61eb2b58f05a4c784cbdb7c8118be1eb6580db6d' '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1' -'18276e65c68a0c328601b12fefb7e8bfc632346f34b87e64944c9de8c95c5cfa' -'e530d1b39504c2ab247e16f1602359c484e9e8be4ef6d4824d68b14d29a7f60b' -'e477aa48a11ca4d53927f66a9593567fcd053325fb38af30ac3508465f1dd1f6') +'58c41713eb6fb33b6eef120f4324fa1fb8123b1fbc4ecbe5662f1f9779b9b6af' +'071326135bc25226aa165639dff80a03670a17548f2d2ff5cc4f40982b39c52a' +'675fb3d6276cce569a641436465f58d5709d1d4a5f62b7052989479fd4aaea24' +'50687079426094f2056d1f
[arch-commits] Commit in bashtop/trunk (PKGBUILD)
Date: Sunday, May 24, 2020 @ 00:15:45 Author: seblu Revision: 632726 upgpkg: bashtop 0.9.1-1 - Version bump - Do not check for update by default - FS#66752 Modified: bashtop/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:43:20 UTC (rev 632725) +++ PKGBUILD2020-05-24 00:15:45 UTC (rev 632726) @@ -1,7 +1,7 @@ # Maintainer: Sébastien Luttringer pkgname=bashtop -pkgver=0.9.0 +pkgver=0.9.1 pkgrel=1 pkgdesc='Linux resource monitor' arch=('any') @@ -8,15 +8,23 @@ url="https://github.com/aristocratos/bashtop"; license=('Apache') depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng') -makedepends=('git') +makedepends=('git' 'sed') optdepends=( 'curl: themes download' 'lm_sensors: cpu temperatures' 'sysstat: disk read/write stats' + 'python-psutil: use python for data collection' ) source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver";) sha256sums=('SKIP') + +prepare() { + cd $pkgname + # disable update check + sed -ri 's,^update_check="true"$,update_check="false",' bashtop +} + package() { cd $pkgname install -Dm755 bashtop -t "$pkgdir/usr/bin"
[arch-commits] Commit in bashtop/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, May 24, 2020 @ 00:15:54 Author: seblu Revision: 632727 archrelease: copy trunk to community-any Added: bashtop/repos/community-any/PKGBUILD (from rev 632726, bashtop/trunk/PKGBUILD) Deleted: bashtop/repos/community-any/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 33 insertions(+), 25 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-24 00:15:45 UTC (rev 632726) +++ PKGBUILD2020-05-24 00:15:54 UTC (rev 632727) @@ -1,25 +0,0 @@ -# Maintainer: Sébastien Luttringer - -pkgname=bashtop -pkgver=0.9.0 -pkgrel=1 -pkgdesc='Linux resource monitor' -arch=('any') -url="https://github.com/aristocratos/bashtop"; -license=('Apache') -depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng') -makedepends=('git') -optdepends=( - 'curl: themes download' - 'lm_sensors: cpu temperatures' - 'sysstat: disk read/write stats' -) -source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver";) -sha256sums=('SKIP') - -package() { - cd $pkgname - install -Dm755 bashtop -t "$pkgdir/usr/bin" -} - -# vim:set ts=2 sw=2 et: Copied: bashtop/repos/community-any/PKGBUILD (from rev 632726, bashtop/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-24 00:15:54 UTC (rev 632727) @@ -0,0 +1,33 @@ +# Maintainer: Sébastien Luttringer + +pkgname=bashtop +pkgver=0.9.1 +pkgrel=1 +pkgdesc='Linux resource monitor' +arch=('any') +url="https://github.com/aristocratos/bashtop"; +license=('Apache') +depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng') +makedepends=('git' 'sed') +optdepends=( + 'curl: themes download' + 'lm_sensors: cpu temperatures' + 'sysstat: disk read/write stats' + 'python-psutil: use python for data collection' +) +source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver";) +sha256sums=('SKIP') + + +prepare() { + cd $pkgname + # disable update check + sed -ri 's,^update_check="true"$,update_check="false",' bashtop +} + +package() { + cd $pkgname + install -Dm755 bashtop -t "$pkgdir/usr/bin" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in postgis/repos (3 files)
Date: Saturday, May 23, 2020 @ 22:43:20 Author: arojas Revision: 632725 archrelease: copy trunk to community-staging-x86_64 Added: postgis/repos/community-staging-x86_64/ postgis/repos/community-staging-x86_64/PKGBUILD (from rev 632723, postgis/trunk/PKGBUILD) postgis/repos/community-staging-x86_64/postgis.changelog (from rev 632723, postgis/trunk/postgis.changelog) ---+ PKGBUILD | 29 +++ postgis.changelog | 137 2 files changed, 166 insertions(+) Copied: postgis/repos/community-staging-x86_64/PKGBUILD (from rev 632723, postgis/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:43:20 UTC (rev 632725) @@ -0,0 +1,29 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org +# Contributor: William Rea + +pkgname=postgis +pkgver=3.0.1 +pkgrel=3 +pkgdesc="Adds support for geographic objects to PostgreSQL" +arch=('x86_64') +url="https://postgis.net/"; +license=('GPL') +depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c') +makedepends=('clang' 'llvm') +changelog=$pkgname.changelog +source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz) +sha256sums=('5a5432f95150d9bae9215c6d1c7bb354e060482a7c379daa9b8384e1d03e6353') + +build() { + cd ${pkgname}-${pkgver} + + ./configure --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + + make DESTDIR="${pkgdir}" install +} Copied: postgis/repos/community-staging-x86_64/postgis.changelog (from rev 632723, postgis/trunk/postgis.changelog) === --- community-staging-x86_64/postgis.changelog (rev 0) +++ community-staging-x86_64/postgis.changelog 2020-05-23 22:43:20 UTC (rev 632725) @@ -0,0 +1,137 @@ +2020-02-23 Jaroslav Lichtblau +* postgis-3.0.1-1 + +2019-11-27 Jaroslav Lichtblau +* postgis-3.0.0-1 + +2019-10-16 Jaroslav Lichtblau +* postgis-2.5.3-2 protobuf 3.10 rebuild + +2019-09-18 Jaroslav Lichtblau +* postgis-2.5.3-1 + +2019-06-16 Jaroslav Lichtblau +* postgis-2.5.2-1 + +2019-03-04 Jaroslav Lichtblau +* postgis-2.5.1-2 - protobuf 3.7.0 rebuild + +2018-11-21 Jaroslav Lichtblau +* postgis-2.5.1-1 + +2018-11-17 Jaroslav Lichtblau +* postgis-2.5.0-2 - postgresql rebuild + +2018-09-30 Jaroslav Lichtblau +* postgis-2.5.0-1 + +2018-09-02 Jaroslav Lichtblau +* postgis-2.4.4-5 protobuf 3.6.1 rebuild + +2018-07-29 Jaroslav Lichtblau +* postgis-2.4.4-4 protobuf 3.6.0 rebuild + +2018-05-16 Jaroslav Lichtblau +* postgis-2.4.4-2 proj soname rebuild + +2018-05-12 Jaroslav Lichtblau +* postgis-2.4.4-1 + +2018-01-16 Jaroslav Lichtblau +* postgis-2.4.3-1 + +2017-11-16 Jaroslav Lichtblau +* postgis-2.4.2-1 + +2017-11-12 Jaroslav Lichtblau +* postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix + +2017-10-21 Jaroslav Lichtblau +* postgis-2.4.1-1 + +2017-10-21 Jaroslav Lichtblau +* postgis-2.4.0-1 + +2017-07-03 Jaroslav Lichtblau +* postgis-2.3.3-1 + +2017-03-02 Jaroslav Lichtblau +* postgis-2.3.2-1 + +2016-12-12 Jaroslav Lichtblau +* postgis-2.3.1-1 + +2016-11-21 Jaroslav Lichtblau +* postgis-2.3.0-2 postgresql 9.6.1 rebuild + +2016-09-30 Jaroslav Lichtblau +* postgis-2.3.0-1 + +2016-09-14 Jaroslav Lichtblau +* postgis-2.2.2-2 proj 4.9.3 rebuild + +2016-05-16 Jaroslav Lichtblau +* postgis-2.2.2-1 + +2016-01-22 Jaroslav Lichtblau +* postgis-2.2.1-2 postgresql 9.5 rebuild + +2016-01-09 Jaroslav Lichtblau +* postgis-2.2.1-1 + +2015-10-22 Jaroslav Lichtblau +* postgis-2.2.0-1 + +2015-09-12 Jaroslav Lichtblau +* postgis-2.1.8-1 + +2015-06-28 Jaroslav Lichtblau +* postgis-2.1.5-2 gdal 2.0.0 rebuild + +2015-03-14 Jaroslav Lichtblau +* postgis-2.1.5-2 proj soname rebuild + +2015-01-20 Jaroslav Lichtblau +* postgis-2.1.5-1 + +2014-09-12 Jaroslav Lichtblau +* postgis-2.1.4-1 + +2014-05-25 Jaroslav Lichtblau +* postgis-2.1.3-1 + +2014-04-02 Jaroslav Lichtblau +* postgis-2.1.2-1 + +2013-11-11 Jaroslav Lichtblau +* postgis-2.1.1-1 + +2013-08-22 Maxime Gauduin +* postgis-2.1.0-1 +* Fixes FS#35816 + +2013-06-15 Jaroslav Lichtblau +* postgis-2.0.3-1 + +2013-01-05 Jaroslav Lichtblau +* postgis-2.0.2-1 + +2012-09-24 Dan McGee +* Rebuild for PostgreSQL 9.2.x +* Update to minor release 2.0.1 + +2012-05-31 Andrea Scarpino +* Add JSON-C support +* Build utils (FS#25836) + +2012-05-31 Andrea Scarpino +* Update to major release 2.0.0-1 + +2011-10-26 Jaroslav Lichtblau +* FS#26159 fix in postgis-1.5.3-2 + +2010-10-30 Jaroslav Lichtblau +* Update to major release 1.5.2 + +2010-03-21 Jaroslav Lichtblau +* Update to major re
[arch-commits] Commit in haskell-x509/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:43:00 Author: felixonmars Revision: 632723 upgpkg: haskell-x509 1.7.5-59: rebuild with tasty 1.3.1 Modified: haskell-x509/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:42:18 UTC (rev 632722) +++ PKGBUILD2020-05-23 22:43:00 UTC (rev 632723) @@ -4,7 +4,7 @@ _hkgname=x509 pkgname=haskell-x509 pkgver=1.7.5 -pkgrel=58 +pkgrel=59 pkgdesc="X509 reader and writer" url="https://github.com/vincenthz/hs-certificate"; license=("BSD") @@ -21,7 +21,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid -runhaskell Setup build +runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
[arch-commits] Commit in haskell-x509/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:43:15 Author: felixonmars Revision: 632724 archrelease: copy trunk to community-staging-x86_64 Added: haskell-x509/repos/community-staging-x86_64/ haskell-x509/repos/community-staging-x86_64/PKGBUILD (from rev 632723, haskell-x509/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-x509/repos/community-staging-x86_64/PKGBUILD (from rev 632723, haskell-x509/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:43:15 UTC (rev 632724) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=x509 +pkgname=haskell-x509 +pkgver=1.7.5 +pkgrel=59 +pkgdesc="X509 reader and writer" +url="https://github.com/vincenthz/hs-certificate"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-parse" "haskell-asn1-types" + "haskell-cryptonite" "haskell-hourglass" "haskell-memory" "haskell-pem") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('e1caa84944294ca412b18269eef19f1b511f0e317b25431102b8b757ce266ab4ec48f805d4d251ff46a85f3b20ef368b176d8b93a92456fc9b8885a85695c537') + +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 $MAKEFLAGS +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-x11-xft/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:42:03 Author: felixonmars Revision: 632721 upgpkg: haskell-x11-xft 0.3.1-75: rebuild with tasty 1.3.1 Modified: haskell-x11-xft/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:41:25 UTC (rev 632720) +++ PKGBUILD2020-05-23 22:42:03 UTC (rev 632721) @@ -3,7 +3,7 @@ _hkgname=X11-xft pkgname=haskell-x11-xft pkgver=0.3.1 -pkgrel=74 +pkgrel=75 pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender parts" url="https://hackage.haskell.org/package/${_hkgname}"; license=('LGPL') @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid -runhaskell Setup build +runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
[arch-commits] Commit in haskell-x11-xft/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:42:18 Author: felixonmars Revision: 632722 archrelease: copy trunk to community-staging-x86_64 Added: haskell-x11-xft/repos/community-staging-x86_64/ haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 632721, haskell-x11-xft/trunk/PKGBUILD) --+ PKGBUILD | 37 + 1 file changed, 37 insertions(+) Copied: haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 632721, haskell-x11-xft/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:42:18 UTC (rev 632722) @@ -0,0 +1,37 @@ +# Maintainer: Sergej Pupykin + +_hkgname=X11-xft +pkgname=haskell-x11-xft +pkgver=0.3.1 +pkgrel=75 +pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender parts" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=('LGPL') +arch=('x86_64') +depends=('ghc-libs' 'haskell-x11' 'haskell-utf8-string' 'libxft') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz) +sha512sums=('8f40db25453227ef9ce53b05a0c6af869e3a2efdb1d9b9ad683baf52601f320c85b09f0e514bb6ffeb17516d9b75c6772aa49613bb96272d56f06788118b7cfe') + +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 $MAKEFLAGS +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-x11/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:41:25 Author: felixonmars Revision: 632720 archrelease: copy trunk to community-staging-x86_64 Added: haskell-x11/repos/community-staging-x86_64/ haskell-x11/repos/community-staging-x86_64/PKGBUILD (from rev 632719, haskell-x11/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-x11/repos/community-staging-x86_64/PKGBUILD (from rev 632719, haskell-x11/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:41:25 UTC (rev 632720) @@ -0,0 +1,40 @@ +# Maintainer: Sergej Pupykin +# Contributor: shild +# Maintainer: Vesa Kaihlavirta + +_hkgname=X11 +pkgname=haskell-x11 +pkgver=1.9.1 +pkgrel=21 +pkgdesc="A Haskell binding to the X11 graphics library." +arch=(x86_64) +url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11"; +license=('BSD') +depends=('ghc-libs' "libx11" "libxinerama" "libxrandr" "libxss" "haskell-data-default") +conflicts=(haskell-x11-extras) +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz) +sha512sums=('6fc3c8b71681ba45d14c4b709c58760d7bfcb3e6363ef6c79e3d3ecce8f5a30bda877141cea9de73094fc00fa064d23d36f1f8fa61aa65f2d9d75acd1808eaa7') + +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 $MAKEFLAGS +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-x11/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:41:08 Author: felixonmars Revision: 632719 upgpkg: haskell-x11 1.9.1-21: rebuild with tasty 1.3.1 Modified: haskell-x11/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:39:59 UTC (rev 632718) +++ PKGBUILD2020-05-23 22:41:08 UTC (rev 632719) @@ -5,7 +5,7 @@ _hkgname=X11 pkgname=haskell-x11 pkgver=1.9.1 -pkgrel=20 +pkgrel=21 pkgdesc="A Haskell binding to the X11 graphics library." arch=(x86_64) url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11"; @@ -22,7 +22,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid -runhaskell Setup build +runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
[arch-commits] Commit in haskell-brick/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:39:59 Author: felixonmars Revision: 632718 archrelease: copy trunk to community-staging-x86_64 Added: haskell-brick/repos/community-staging-x86_64/ haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 632717, haskell-brick/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 632717, haskell-brick/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:39:59 UTC (rev 632718) @@ -0,0 +1,46 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=brick +pkgname=haskell-brick +pkgver=0.53 +pkgrel=4 +pkgdesc="A declarative terminal user interface library" +url="https://github.com/jtdaugherty/brick"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 'haskell-microlens' + 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 'haskell-vector' + 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap') +makedepends=('ghc' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('8a2fda701fd5a7bca84c1ce7d96c8d87d65d6ea41e9fae1f6156c282269ade48c8dfd8bd9354c00906583f10e83bc4cb692c4d9236f44cbe77e73cb1b2b0344d') + +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 \ +-f-demos +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-brick/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:39:44 Author: felixonmars Revision: 632717 upgpkg: haskell-brick 0.53-4: rebuild with tasty 1.3.1 Modified: haskell-brick/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:38:19 UTC (rev 632716) +++ PKGBUILD2020-05-23 22:39:44 UTC (rev 632717) @@ -4,7 +4,7 @@ _hkgname=brick pkgname=haskell-brick pkgver=0.53 -pkgrel=3 +pkgrel=4 pkgdesc="A declarative terminal user interface library" url="https://github.com/jtdaugherty/brick"; license=("BSD") @@ -23,7 +23,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-demos -runhaskell Setup build +runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
[arch-commits] Commit in haskell-word-wrap/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:38:04 Author: felixonmars Revision: 632715 upgpkg: haskell-word-wrap 0.4.1-71: rebuild with tasty 1.3.1 Modified: haskell-word-wrap/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:37:26 UTC (rev 632714) +++ PKGBUILD2020-05-23 22:38:04 UTC (rev 632715) @@ -4,7 +4,7 @@ _hkgname=word-wrap pkgname=haskell-word-wrap pkgver=0.4.1 -pkgrel=70 +pkgrel=71 pkgdesc="A library for word-wrapping" url="https://github.com/jtdaugherty/word-wrap/"; license=("BSD") @@ -20,7 +20,7 @@ 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 build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
[arch-commits] Commit in haskell-word-wrap/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:38:19 Author: felixonmars Revision: 632716 archrelease: copy trunk to community-staging-x86_64 Added: haskell-word-wrap/repos/community-staging-x86_64/ haskell-word-wrap/repos/community-staging-x86_64/PKGBUILD (from rev 632715, haskell-word-wrap/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-word-wrap/repos/community-staging-x86_64/PKGBUILD (from rev 632715, haskell-word-wrap/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:38:19 UTC (rev 632716) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=word-wrap +pkgname=haskell-word-wrap +pkgver=0.4.1 +pkgrel=71 +pkgdesc="A library for word-wrapping" +url="https://github.com/jtdaugherty/word-wrap/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-hspec') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('8160bdc238c3a057c903363d0874986b7ae9543b0bd7c1cbf2ac0aca94dd8fcf9ae40c7c2883b434f71d53c87e7d3dc41c3e645611879310b9c160238ef61637') + +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 $MAKEFLAGS +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-wl-pprint-terminfo/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:37:26 Author: felixonmars Revision: 632714 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 632713, haskell-wl-pprint-terminfo/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-wl-pprint-terminfo/repos/community-staging-x86_64/PKGBUILD (from rev 632713, haskell-wl-pprint-terminfo/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:37:26 UTC (rev 632714) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan + +_hkgname=wl-pprint-terminfo +pkgname=haskell-wl-pprint-terminfo +pkgver=3.7.1.4 +pkgrel=146 +pkgdesc="A color pretty printer with terminfo support" +url="https://github.com/ekmett/wl-pprint-terminfo/"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-wl-pprint-extras') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('1f2a7bd195732fe297c49c50b59812190d5698efa7c2e9b2fbcfbbae71523c25dfcc2a0f098aebe22453cd867bc40480100c8231a6f43a7bd46202f3dcd924b3') + +prepare() { +sed -e '/nats/d' -e '/semigroups/d' -e 's/< *0.6/<1/' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal +} + +build() { +cd $_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 $MAKEFLAGS +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-wl-pprint-extras/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:36:30 Author: felixonmars Revision: 632712 archrelease: copy trunk to community-staging-x86_64 Added: haskell-wl-pprint-extras/repos/community-staging-x86_64/ haskell-wl-pprint-extras/repos/community-staging-x86_64/PKGBUILD (from rev 632711, haskell-wl-pprint-extras/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-wl-pprint-extras/repos/community-staging-x86_64/PKGBUILD (from rev 632711, haskell-wl-pprint-extras/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:36:30 UTC (rev 632712) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=wl-pprint-extras +pkgname=haskell-wl-pprint-extras +pkgver=3.5.0.5 +pkgrel=146 +pkgdesc="A free monad based on the Wadler/Leijen pretty printer" +url="https://github.com/ekmett/wl-pprint-extras/"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-semigroupoids' 'haskell-utf8-string') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('705107842ccbf4eb23d0b9e8069fd4d5bb1b03ffecbf9efaa8a579fd977380913d590fa370cc42476d5b28fde98fc44e7879fe343f761cd1751ebeb0b8c0e242') + +prepare() { +cd $_hkgname-$pkgver +sed -e '/nats/d' -e '/semigroups/d' -e 's/< *0.6/<1/' -i $_hkgname.cabal +sed -i -e '/fail _ = empty/d' src/Text/PrettyPrint/Free/Internal.hs +} + +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 $MAKEFLAGS +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 postgis/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:36:23 Author: arojas Revision: 632711 protobuf 3.12 rebuild Modified: postgis/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:36:14 UTC (rev 632710) +++ PKGBUILD2020-05-23 22:36:23 UTC (rev 632711) @@ -4,7 +4,7 @@ pkgname=postgis pkgver=3.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Adds support for geographic objects to PostgreSQL" arch=('x86_64') url="https://postgis.net/";
[arch-commits] Commit in haskell-wl-pprint-terminfo/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:37:11 Author: felixonmars Revision: 632713 upgpkg: haskell-wl-pprint-terminfo 3.7.1.4-146: rebuild with tasty 1.3.1 Modified: haskell-wl-pprint-terminfo/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:36:30 UTC (rev 632712) +++ PKGBUILD2020-05-23 22:37:11 UTC (rev 632713) @@ -3,7 +3,7 @@ _hkgname=wl-pprint-terminfo pkgname=haskell-wl-pprint-terminfo pkgver=3.7.1.4 -pkgrel=145 +pkgrel=146 pkgdesc="A color pretty printer with terminfo support" url="https://github.com/ekmett/wl-pprint-terminfo/"; license=('BSD') @@ -24,7 +24,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fCursed -runhaskell Setup build +runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
[arch-commits] Commit in haskell-hspec-wai-json/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:35:34 Author: felixonmars Revision: 632709 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hspec-wai-json/repos/community-staging-x86_64/ haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD (from rev 632708, haskell-hspec-wai-json/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD (from rev 632708, haskell-hspec-wai-json/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:35:34 UTC (rev 632709) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hspec-wai-json +pkgname=haskell-hspec-wai-json +pkgver=0.10.1 +pkgrel=33 +pkgdesc="Testing JSON APIs with hspec-wai" +url="https://github.com/hspec/hspec-wai"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-qq' 'haskell-case-insensitive' + 'haskell-hspec-wai') +makedepends=('ghc' 'haskell-hspec') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('ff7d9960619254e410d004deb8ab6b6b0f918c9d657e125de986e46f8bbc60d8de97fcae4462ace11e106541c5d095506088910895fae24207909c29683211ec') + +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 $MAKEFLAGS +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-wl-pprint-extras/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:36:14 Author: felixonmars Revision: 632710 upgpkg: haskell-wl-pprint-extras 3.5.0.5-146: rebuild with tasty 1.3.1 Modified: haskell-wl-pprint-extras/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:35:34 UTC (rev 632709) +++ PKGBUILD2020-05-23 22:36:14 UTC (rev 632710) @@ -3,7 +3,7 @@ _hkgname=wl-pprint-extras pkgname=haskell-wl-pprint-extras pkgver=3.5.0.5 -pkgrel=145 +pkgrel=146 pkgdesc="A free monad based on the Wadler/Leijen pretty printer" url="https://github.com/ekmett/wl-pprint-extras/"; license=('BSD') @@ -25,7 +25,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid -runhaskell Setup build +runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
[arch-commits] Commit in haskell-hspec-wai-json/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:35:19 Author: felixonmars Revision: 632708 upgpkg: haskell-hspec-wai-json 0.10.1-33: rebuild with tasty 1.3.1 Modified: haskell-hspec-wai-json/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:34:34 UTC (rev 632707) +++ PKGBUILD2020-05-23 22:35:19 UTC (rev 632708) @@ -4,7 +4,7 @@ _hkgname=hspec-wai-json pkgname=haskell-hspec-wai-json pkgver=0.10.1 -pkgrel=32 +pkgrel=33 pkgdesc="Testing JSON APIs with hspec-wai" url="https://github.com/hspec/hspec-wai"; license=("MIT")
[arch-commits] Commit in haskell-hspec-wai/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:34:34 Author: felixonmars Revision: 632707 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hspec-wai/repos/community-staging-x86_64/ haskell-hspec-wai/repos/community-staging-x86_64/PKGBUILD (from rev 632706, haskell-hspec-wai/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-hspec-wai/repos/community-staging-x86_64/PKGBUILD (from rev 632706, haskell-hspec-wai/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:34:34 UTC (rev 632707) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hspec-wai +pkgname=haskell-hspec-wai +pkgver=0.10.1 +pkgrel=29 +pkgdesc="Experimental Hspec support for testing WAI applications" +url="https://github.com/hspec/hspec-wai"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 'haskell-case-insensitive' + 'haskell-hspec' 'haskell-hspec-core' 'haskell-hspec-expectations' 'haskell-http-types' + 'haskell-wai' 'haskell-wai-extra') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('9a599411e79ef056a915494f7bb247e61f94a5243cd7fde3f6651f09e2b6fc28e99554f1721717ee45f06b7029502620d6fdf1624e280442333224147320508d') + +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 $MAKEFLAGS +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-wai-extra/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:33:32 Author: felixonmars Revision: 632705 archrelease: copy trunk to community-staging-x86_64 Added: haskell-wai-extra/repos/community-staging-x86_64/ haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 632704, haskell-wai-extra/trunk/PKGBUILD) --+ PKGBUILD | 54 ++ 1 file changed, 54 insertions(+) Copied: haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 632704, haskell-wai-extra/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:33:32 UTC (rev 632705) @@ -0,0 +1,54 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=wai-extra +pkgname=haskell-wai-extra +pkgver=3.0.29.1 +pkgrel=48 +pkgdesc="Provides some basic WAI handlers and middleware." +url="https://github.com/yesodweb/wai"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-base64-bytestring' + 'haskell-case-insensitive' 'haskell-cookie' 'haskell-data-default-class' + 'haskell-fast-logger' 'haskell-http-types' 'haskell-http2' 'haskell-iproute' + 'haskell-network' 'haskell-old-locale' 'haskell-resourcet' 'haskell-streaming-commons' + 'haskell-unix-compat' 'haskell-vault' 'haskell-void' 'haskell-wai' + 'haskell-wai-logger' 'haskell-word8' 'haskell-zlib') +makedepends=('ghc' 'haskell-hspec' 'haskell-hunit') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('f8c5f2d534a0ef4b16b4375cabfb49d11a643fd8f8d2b30f0f88b29b39f91e84db7170508a5ddb64540f4a33c30bde703a52345ac9195560141cd75626ef5ca4') + +prepare(){ +cd $_hkgname-$pkgver +sed -i 's/< *2.5/<4/' $_hkgname.cabal +} + +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 \ +-f-build-example +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +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-hspec-wai/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:34:19 Author: felixonmars Revision: 632706 upgpkg: haskell-hspec-wai 0.10.1-29: rebuild with tasty 1.3.1 Modified: haskell-hspec-wai/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:33:32 UTC (rev 632705) +++ PKGBUILD2020-05-23 22:34:19 UTC (rev 632706) @@ -4,7 +4,7 @@ _hkgname=hspec-wai pkgname=haskell-hspec-wai pkgver=0.10.1 -pkgrel=28 +pkgrel=29 pkgdesc="Experimental Hspec support for testing WAI applications" url="https://github.com/hspec/hspec-wai"; license=("MIT")
[arch-commits] Commit in paraview/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:33:19 Author: arojas Revision: 632704 archrelease: copy trunk to community-staging-x86_64 Added: paraview/repos/community-staging-x86_64/ paraview/repos/community-staging-x86_64/PKGBUILD (from rev 632702, paraview/trunk/PKGBUILD) --+ PKGBUILD | 72 + 1 file changed, 72 insertions(+) Copied: paraview/repos/community-staging-x86_64/PKGBUILD (from rev 632702, paraview/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:33:19 UTC (rev 632704) @@ -0,0 +1,72 @@ +# Maintainer: Bruno Pagani +# Maintainer: Mathieu Westphal +# Contributor: Stéphane Gaudreault +# Contributor: + +_pkg=paraview +_mpi=openmpi +pkgname=${_pkg} +#-${_mpi} +pkgver=5.8.0 +pkgrel=7 +pkgdesc="Parallel Visualization application using VTK (${_mpi} version)" +arch=(x86_64) +url="https://www.paraview.org"; +license=(BSD custom) +depends=(boost-libs qt5-tools qt5-x11extras qt5-svg intel-tbb openmpi ffmpeg + ospray python-numpy cgns protobuf + double-conversion expat freetype2 gdal glew hdf5 libjpeg jsoncpp + libjsoncpp.so libxml2 lz4 xz python-mpi4py netcdf libogg libpng pdal + pugixml libtheora libtiff zlib) +#gl2ps +#libharu +optdepends=(python-matplotlib) +makedepends=(cmake boost mesa gcc-fortran ninja qt5-tools qt5-xmlpatterns eigen pegtl utf8cpp) +conflicts=(vtk) +source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver/R/-R}.tar.xz" + paraview-cgns-4.1.patch::https://gitlab.kitware.com/paraview/paraview/-/commit/3d48a287141eb911b4888440e09c262743b4db3c.patch) +sha256sums=('219e4107abf40317ce054408e9c3b22fb935d464238c1c00c0161f1c8697a3f9' +'785cb6bd349608f441ec90ac0bd3059efc3a14856c3513733729605ee240cf90') + +prepare() { +cd ParaView-v${pkgver/R/-R} +patch -p1 -i ../paraview-cgns-4.1.patch +} + +build() { +# Note regarding use of system dependencies: +# GL2PS has non-upstreamed patches +# LIBHARU blocked by https://github.com/libharu/libharu/pull/157 +cmake -B build -S ParaView-v${pkgver/R/-R} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DPARAVIEW_ENABLE_FFMPEG=ON \ +-DPARAVIEW_ENABLE_GDAL=ON \ +-DPARAVIEW_ENABLE_MOTIONFX=ON \ +-DPARAVIEW_ENABLE_PDAL=ON \ +-DPARAVIEW_ENABLE_VISITBRIDGE=ON \ +-DPARAVIEW_ENABLE_XDMF3=ON \ +-DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \ +-DPARAVIEW_USE_MPI=ON \ +-DPARAVIEW_USE_PYTHON=ON \ +-DPARAVIEW_USE_RAYTRACING=ON \ +-DPARAVIEW_BUILD_WITH_EXTERNAL=ON \ +-DVTK_MODULE_USE_EXTERNAL_VTK_gl2ps=OFF \ +-DVTK_MODULE_USE_EXTERNAL_VTK_libharu=OFF \ +-DVTK_SMP_IMPLEMENTATION_TYPE=TBB \ +-DVTKm_ENABLE_MPI=ON \ +-DVTK_MODULE_ENABLE_VTK_IOGDAL=YES \ +-DVTK_MODULE_ENABLE_VTK_IOPDAL=YES \ +-DCMAKE_C_FLAGS="-DH5_USE_110_API" \ +-DCMAKE_CXX_FLAGS="-DH5_USE_110_API" \ +-GNinja + +ninja -C build ${MAKEFLAGS} +} + +package() { +DESTDIR="${pkgdir}" ninja -C build install + +# Install license +install -Dm644 ParaView-v${pkgver/R/-R}/License_v1.2.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +}
[arch-commits] Commit in haskell-wai-extra/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:33:17 Author: felixonmars Revision: 632703 upgpkg: haskell-wai-extra 3.0.29.1-48: rebuild with tasty 1.3.1 Modified: haskell-wai-extra/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:32:17 UTC (rev 632702) +++ PKGBUILD2020-05-23 22:33:17 UTC (rev 632703) @@ -4,7 +4,7 @@ _hkgname=wai-extra pkgname=haskell-wai-extra pkgver=3.0.29.1 -pkgrel=47 +pkgrel=48 pkgdesc="Provides some basic WAI handlers and middleware." url="https://github.com/yesodweb/wai"; license=("MIT")
[arch-commits] Commit in paraview/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:32:13 Author: arojas Revision: 632701 protobuf 3.12 rebuild Modified: paraview/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:32:02 UTC (rev 632700) +++ PKGBUILD2020-05-23 22:32:13 UTC (rev 632701) @@ -8,7 +8,7 @@ pkgname=${_pkg} #-${_mpi} pkgver=5.8.0 -pkgrel=6 +pkgrel=7 pkgdesc="Parallel Visualization application using VTK (${_mpi} version)" arch=(x86_64) url="https://www.paraview.org";
[arch-commits] Commit in haskell-wai-logger/repos (2 files)
Date: Saturday, May 23, 2020 @ 22:32:17 Author: felixonmars Revision: 632702 archrelease: copy trunk to community-staging-x86_64 Added: haskell-wai-logger/repos/community-staging-x86_64/ haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 632700, haskell-wai-logger/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 632700, haskell-wai-logger/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 22:32:17 UTC (rev 632702) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=wai-logger +pkgname=haskell-wai-logger +pkgver=2.3.6 +pkgrel=77 +pkgdesc="A logging system for WAI" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-byteorder' 'haskell-fast-logger' + 'haskell-http-types' 'haskell-network' 'haskell-wai') +makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest') +checkdepends=('haskell-wai-extra') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('0c16120c342321cd686ab7cf9fa7df503a426b0c3d145c16e566013e0df44ef565d9890726d780c1fb73a49507f49bbf5fb886ff4bdccbd19a19b4c00626532e') + +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 $MAKEFLAGS +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-wai-logger/trunk (PKGBUILD)
Date: Saturday, May 23, 2020 @ 22:32:02 Author: felixonmars Revision: 632700 upgpkg: haskell-wai-logger 2.3.6-77: rebuild with tasty 1.3.1 Modified: haskell-wai-logger/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-23 22:31:17 UTC (rev 632699) +++ PKGBUILD2020-05-23 22:32:02 UTC (rev 632700) @@ -4,7 +4,7 @@ _hkgname=wai-logger pkgname=haskell-wai-logger pkgver=2.3.6 -pkgrel=76 +pkgrel=77 pkgdesc="A logging system for WAI" url="https://hackage.haskell.org/package/${_hkgname}"; license=("BSD")