[arch-commits] Commit in haskell-hspec-wai-json/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:49:17
  Author: felixonmars
Revision: 331355

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 331354, haskell-hspec-wai-json/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD (from 
rev 331354, haskell-hspec-wai-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:49:17 UTC (rev 331355)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai-json
+pkgname=haskell-hspec-wai-json
+pkgver=0.9.0
+pkgrel=78
+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=('550bbf263c52c817f5ba26f30ac9e612645597d8bea7a5614e61452da0b0ae728484f4ac9a486e523b0e4d2cf1518d95a55d9dc5d7be1e1fa15d67432f7a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-interpolatedstring-perl6/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:48:00
  Author: felixonmars
Revision: 331352

upgpkg: haskell-interpolatedstring-perl6 1.0.0-53

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-interpolatedstring-perl6/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:47:23 UTC (rev 331351)
+++ PKGBUILD2018-05-27 06:48:00 UTC (rev 331352)
@@ -4,7 +4,7 @@
 _hkgname=interpolatedstring-perl6
 pkgname=haskell-interpolatedstring-perl6
 pkgver=1.0.0
-pkgrel=52
+pkgrel=53
 pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
 url="https://github.com/audreyt/interpolatedstring-perl6";
 license=('custom:PublicDomain')


[arch-commits] Commit in haskell-hspec-wai-json/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:48:56
  Author: felixonmars
Revision: 331354

upgpkg: haskell-hspec-wai-json 0.9.0-78

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-hspec-wai-json/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:48:19 UTC (rev 331353)
+++ PKGBUILD2018-05-27 06:48:56 UTC (rev 331354)
@@ -5,7 +5,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.9.0
-pkgrel=77
+pkgrel=78
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai";
 license=("MIT")


[arch-commits] Commit in haskell-interpolatedstring-perl6/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:48:19
  Author: felixonmars
Revision: 331353

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD
(from rev 331352, haskell-interpolatedstring-perl6/trunk/PKGBUILD)

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Copied: 
haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD (from 
rev 331352, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:48:19 UTC (rev 331353)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.0
+pkgrel=53
+pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
+url="https://github.com/audreyt/interpolatedstring-perl6";
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6887c64b693b24a8c4fbd9b4f8ceec5ae051da306171b147b74f55c9a7ded1a3af570e5188e0d9ce51c7e0670954892e93360cb0c8cf744c1811c93f998f38d4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-jose/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:47:04
  Author: felixonmars
Revision: 331350

upgpkg: haskell-jose 0.7.0.0-12

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-jose/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:46:12 UTC (rev 331349)
+++ PKGBUILD2018-05-27 06:47:04 UTC (rev 331350)
@@ -5,7 +5,7 @@
 _hkgname=jose
 pkgname=haskell-jose
 pkgver=0.7.0.0
-pkgrel=11
+pkgrel=12
 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)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:47:23
  Author: felixonmars
Revision: 331351

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 331350, haskell-jose/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: haskell-jose/repos/community-staging-x86_64/PKGBUILD (from rev 331350, 
haskell-jose/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:47:23 UTC (rev 331351)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=jose
+pkgname=haskell-jose
+pkgver=0.7.0.0
+pkgrel=12
+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=('4250528d31e90833adbab184a98acc57fb931db74944167e346b8cda4fd659c23fd3d7d77123c7968959922c7b0af34edd00a682146a7aab19a83e4ff9c7a3ab')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-js-jquery/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:46:12
  Author: felixonmars
Revision: 331349

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 331348, haskell-js-jquery/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 
331348, haskell-js-jquery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:46:12 UTC (rev 331349)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=3.3.1
+pkgrel=61
+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
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-js-jquery/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:45:54
  Author: felixonmars
Revision: 331348

upgpkg: haskell-js-jquery 3.3.1-61

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-js-jquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:45:18 UTC (rev 331347)
+++ PKGBUILD2018-05-27 06:45:54 UTC (rev 331348)
@@ -5,7 +5,7 @@
 _hkgname=js-jquery
 pkgname=haskell-js-jquery
 pkgver=3.3.1
-pkgrel=60
+pkgrel=61
 pkgdesc="Obtain minified jQuery code"
 url="https://github.com/ndmitchell/js-jquery#readme";
 license=("MIT")


[arch-commits] Commit in haskell-keys/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:44:59
  Author: felixonmars
Revision: 331346

upgpkg: haskell-keys 3.12-22

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-keys/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:44:20 UTC (rev 331345)
+++ PKGBUILD2018-05-27 06:44:59 UTC (rev 331346)
@@ -5,7 +5,7 @@
 _hkgname=keys
 pkgname=haskell-keys
 pkgver=3.12
-pkgrel=21
+pkgrel=22
 pkgdesc="Keyed functors and containers"
 url="https://github.com/ekmett/keys/";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-keys/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:45:18
  Author: felixonmars
Revision: 331347

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-keys/repos/community-staging-x86_64/
  haskell-keys/repos/community-staging-x86_64/PKGBUILD
(from rev 331346, haskell-keys/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: haskell-keys/repos/community-staging-x86_64/PKGBUILD (from rev 331346, 
haskell-keys/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:45:18 UTC (rev 331347)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=keys
+pkgname=haskell-keys
+pkgver=3.12
+pkgrel=22
+pkgdesc="Keyed functors and containers"
+url="https://github.com/ekmett/keys/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-free' 'haskell-hashable' 
'haskell-semigroupoids'
+ 'haskell-tagged' 'haskell-transformers-compat' 
'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7d8ce7b6366b60d11eb839d7e7ef60ec6ac7370c641f0ec2d4acaa0fd37119f37aae4e570cf55a835bf8aaf9895de3ed0747070d6afc7f38faa12122935df49a')
+
+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
+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-libmpd/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:44:20
  Author: felixonmars
Revision: 331345

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-libmpd/repos/community-staging-x86_64/
  haskell-libmpd/repos/community-staging-x86_64/PKGBUILD
(from rev 331344, haskell-libmpd/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: haskell-libmpd/repos/community-staging-x86_64/PKGBUILD (from rev 
331344, haskell-libmpd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:44:20 UTC (rev 331345)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributer: Colin Woodbury 
+# Contributer: Leif Warner 
+# Contributor: Cedric Girard 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libmpd
+pkgname=haskell-libmpd
+pkgver=0.9.0.8
+pkgrel=12
+pkgdesc='Client library for MPD, the Music Player Daemon'
+url='https://hackage.haskell.org/package/libmpd'
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'gmp' 'haskell-attoparsec' 'haskell-bytestring' 
'haskell-containers' 'haskell-data-default'
+ 'haskell-filepath' 'haskell-network' 'haskell-time' 
'haskell-utf8-string'
+ 'haskell-primitive')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vimus/libmpd-haskell/archive/v${pkgver}.tar.gz)
+sha512sums=('5cc24fe3a81f59b9a7dff96771e9e5312a5e64e0947e191439447838f00f176fc5dbe086fb8fc774dd4896480eb552640e4f0d93ab947f78bf01c72aa93f6907')
+
+build() {
+  cd ${_hkgname}-haskell-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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}-haskell-${pkgver}
+  install -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md changelog.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in haskell-libmpd/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:43:59
  Author: felixonmars
Revision: 331344

upgpkg: haskell-libmpd 0.9.0.8-12

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-libmpd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:43:19 UTC (rev 331343)
+++ PKGBUILD2018-05-27 06:43:59 UTC (rev 331344)
@@ -7,7 +7,7 @@
 _hkgname=libmpd
 pkgname=haskell-libmpd
 pkgver=0.9.0.8
-pkgrel=11
+pkgrel=12
 pkgdesc='Client library for MPD, the Music Player Daemon'
 url='https://hackage.haskell.org/package/libmpd'
 license=('MIT')


[arch-commits] Commit in haskell-logging-facade/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:43:19
  Author: felixonmars
Revision: 331343

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-logging-facade/repos/community-staging-x86_64/
  haskell-logging-facade/repos/community-staging-x86_64/PKGBUILD
(from rev 331342, haskell-logging-facade/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: haskell-logging-facade/repos/community-staging-x86_64/PKGBUILD (from 
rev 331342, haskell-logging-facade/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:43:19 UTC (rev 331343)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=logging-facade
+pkgname=haskell-logging-facade
+pkgver=0.3.0
+pkgrel=10
+pkgdesc="Simple logging abstraction that allows multiple back-ends"
+url="https://github.com/sol/logging-facade";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-call-stack')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('3a6fbd7b309f6094224f6af2b98408a2a49519f8c0ca1a26178fc6c0b593af2101769a4981bcf250dab2ed99144ec14b19263a755e8c71a5b01400651076228f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-logging-facade/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:43:00
  Author: felixonmars
Revision: 331342

upgpkg: haskell-logging-facade 0.3.0-10

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-logging-facade/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:42:25 UTC (rev 331341)
+++ PKGBUILD2018-05-27 06:43:00 UTC (rev 331342)
@@ -5,7 +5,7 @@
 _hkgname=logging-facade
 pkgname=haskell-logging-facade
 pkgver=0.3.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Simple logging abstraction that allows multiple back-ends"
 url="https://github.com/sol/logging-facade";
 license=("MIT")


[arch-commits] Commit in haskell-lrucache/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:42:00
  Author: felixonmars
Revision: 331340

upgpkg: haskell-lrucache 1.2.0.0-28

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-lrucache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:41:26 UTC (rev 331339)
+++ PKGBUILD2018-05-27 06:42:00 UTC (rev 331340)
@@ -5,7 +5,7 @@
 _hkgname=lrucache
 pkgname=haskell-lrucache
 pkgver=1.2.0.0
-pkgrel=27
+pkgrel=28
 pkgdesc="a simple, pure LRU cache"
 url="https://github.com/chowells79/lrucache";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-lrucache/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:42:25
  Author: felixonmars
Revision: 331341

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lrucache/repos/community-staging-x86_64/
  haskell-lrucache/repos/community-staging-x86_64/PKGBUILD
(from rev 331340, haskell-lrucache/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: haskell-lrucache/repos/community-staging-x86_64/PKGBUILD (from rev 
331340, haskell-lrucache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:42:25 UTC (rev 331341)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=28
+pkgdesc="a simple, pure LRU cache"
+url="https://github.com/chowells79/lrucache";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-contravariant")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('efbd2fe79188a0fb06cb9b3c0603d03d643cc38d7e067d9413889a8cc3546094f09928c4451efd4215d24aa8a48ce02dcb5b65b6b82b540ae86a3a8da5bd9567')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-microlens-platform/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:41:07
  Author: felixonmars
Revision: 331338

upgpkg: haskell-microlens-platform 0.3.10-8

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-microlens-platform/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:40:20 UTC (rev 331337)
+++ PKGBUILD2018-05-27 06:41:07 UTC (rev 331338)
@@ -5,7 +5,7 @@
 _hkgname=microlens-platform
 pkgname=haskell-microlens-platform
 pkgver=0.3.10
-pkgrel=7
+pkgrel=8
 pkgdesc="Feature-complete microlens"
 url="https://github.com/aelve/microlens";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-microlens-platform/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:41:26
  Author: felixonmars
Revision: 331339

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-microlens-platform/repos/community-staging-x86_64/
  haskell-microlens-platform/repos/community-staging-x86_64/PKGBUILD
(from rev 331338, haskell-microlens-platform/trunk/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: haskell-microlens-platform/repos/community-staging-x86_64/PKGBUILD 
(from rev 331338, haskell-microlens-platform/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:41:26 UTC (rev 331339)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microlens-platform
+pkgname=haskell-microlens-platform
+pkgver=0.3.10
+pkgrel=8
+pkgdesc="Feature-complete microlens"
+url="https://github.com/aelve/microlens";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hashable" "haskell-microlens" 
"haskell-microlens-ghc"
+ "haskell-microlens-mtl" "haskell-microlens-th"
+ "haskell-unordered-containers" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('65efb61ddbdfd1c86ef5f1b3a70e7c00276f45808f40b14139229beb3c0fe2fba0273805d33bfa1d07a8c899a9ec0a7471a6c8bbf15614058e34e8ed61586529')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-websocket-client/repos/community-any (3 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:39:54
  Author: felixonmars
Revision: 331335

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 331334, python-websocket-client/trunk/PKGBUILD)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  123 --
 use-system-ca.patch |   10 
 2 files changed, 60 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 06:39:31 UTC (rev 331334)
+++ PKGBUILD2018-05-27 06:39:54 UTC (rev 331335)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.47.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-sha512sums=('0d384e96be66877ba0c24e7194e2f3d554f818c2e2f107b054e07034fa7678946738c2b08c68cd71ebe0237fa507fade319273c492871fbd0ad7085b87cf0a54'
-
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 331334, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 06:39:54 UTC (rev 331335)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.48.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz)
+sha512sums=('6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333')
+
+prepare() {
+  # Not sure why the conditions are not working :/
+  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2018-05-27 06:39:31 UTC (rev 331334)
+++ use-system-ca.patch 2018-05-27 06:39:54 UTC (rev 

[arch-commits] Commit in haskell-microstache/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:40:20
  Author: felixonmars
Revision: 331337

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-microstache/repos/community-staging-x86_64/
  haskell-microstache/repos/community-staging-x86_64/PKGBUILD
(from rev 331336, haskell-microstache/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: haskell-microstache/repos/community-staging-x86_64/PKGBUILD (from rev 
331336, haskell-microstache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:40:20 UTC (rev 331337)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microstache
+pkgname=haskell-microstache
+pkgver=1.0.1.1
+pkgrel=35
+pkgdesc="Mustache templates for Haskell"
+url="https://github.com/phadej/microstache";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-unordered-containers' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('28e0ad58a9724259df176092c125a4ba51fd2278cb0ab2e29bc24bf1e0f1c57a53e5983ff640569e3416fc7cda31b6ba0ae8ad832840a3040ba55fb85fb7f1a1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*1.3/<2/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-microstache/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:40:01
  Author: felixonmars
Revision: 331336

upgpkg: haskell-microstache 1.0.1.1-35

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-microstache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:39:54 UTC (rev 331335)
+++ PKGBUILD2018-05-27 06:40:01 UTC (rev 331336)
@@ -5,7 +5,7 @@
 _hkgname=microstache
 pkgname=haskell-microstache
 pkgver=1.0.1.1
-pkgrel=34
+pkgrel=35
 pkgdesc="Mustache templates for Haskell"
 url="https://github.com/phadej/microstache";
 license=("custom:BSD3")


[arch-commits] Commit in python-websocket-client/trunk (PKGBUILD use-system-ca.patch)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:39:31
  Author: felixonmars
Revision: 331334

upgpkg: python-websocket-client 0.48.0-1

Modified:
  python-websocket-client/trunk/PKGBUILD
Deleted:
  python-websocket-client/trunk/use-system-ca.patch

-+
 PKGBUILD|   11 ---
 use-system-ca.patch |   10 --
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:39:19 UTC (rev 331333)
+++ PKGBUILD2018-05-27 06:39:31 UTC (rev 331334)
@@ -6,7 +6,7 @@
 # Contributor: Florian Bruhin 
 
 pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.47.0
+pkgver=0.48.0
 pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=(any)
@@ -13,14 +13,11 @@
 url="https://github.com/liris/websocket-client";
 license=('LGPL')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-sha512sums=('0d384e96be66877ba0c24e7194e2f3d554f818c2e2f107b054e07034fa7678946738c2b08c68cd71ebe0237fa507fade319273c492871fbd0ad7085b87cf0a54'
-
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz)
+sha512sums=('6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333')
 
 prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
+  # Not sure why the conditions are not working :/
   sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
 
   cp -a websocket_client-$pkgver{,-py2}

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2018-05-27 06:39:19 UTC (rev 331333)
+++ use-system-ca.patch 2018-05-27 06:39:31 UTC (rev 331334)
@@ -1,10 +0,0 @@
 a/setup.py 2015-06-03 08:44:39.0 +0800
-+++ b/setup.py 2015-10-26 11:52:15.798195748 +0800
-@@ -41,7 +41,6 @@
- packages=["websocket", "websocket.tests"],
- package_data={
- 'websocket.tests': ['data/*.txt'],
--'websocket': ["cacert.pem"]
- },
- tests_require=tests_require,
- test_suite="websocket.tests.test_websocket",


[arch-commits] Commit in haskell-missingh/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:39:19
  Author: felixonmars
Revision: 331333

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-missingh/repos/community-staging-x86_64/
  haskell-missingh/repos/community-staging-x86_64/PKGBUILD
(from rev 331332, haskell-missingh/trunk/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: haskell-missingh/repos/community-staging-x86_64/PKGBUILD (from rev 
331332, haskell-missingh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:39:19 UTC (rev 331333)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=MissingH
+pkgname=haskell-missingh
+pkgver=1.4.0.1
+pkgrel=26
+pkgdesc="Large utility library"
+url="http://software.complete.org/missingh";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-hslogger" "haskell-network"
+ "haskell-old-locale" "haskell-old-time" "haskell-random"
+ "haskell-regex-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('baa6b445fed29678a284797641ec3a8eb5351e94be9ed8ea2886988c98c09a15e211ce517b04a3401404f3df46d452f6e4475e4ca49374ef7aef95981d861803')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-missingh/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:38:57
  Author: felixonmars
Revision: 331332

upgpkg: haskell-missingh 1.4.0.1-26

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-missingh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:38:12 UTC (rev 331331)
+++ PKGBUILD2018-05-27 06:38:57 UTC (rev 331332)
@@ -5,7 +5,7 @@
 _hkgname=MissingH
 pkgname=haskell-missingh
 pkgver=1.4.0.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Large utility library"
 url="http://software.complete.org/missingh";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-monad-unlift/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:37:53
  Author: felixonmars
Revision: 331330

upgpkg: haskell-monad-unlift 0.2.0-27

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-monad-unlift/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:37:19 UTC (rev 331329)
+++ PKGBUILD2018-05-27 06:37:53 UTC (rev 331330)
@@ -5,7 +5,7 @@
 _hkgname=monad-unlift
 pkgname=haskell-monad-unlift
 pkgver=0.2.0
-pkgrel=26
+pkgrel=27
 pkgdesc="Typeclasses for representing monad transformer unlifting"
 url="https://github.com/fpco/monad-unlift";
 license=("MIT")


[arch-commits] Commit in haskell-monad-unlift/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:38:12
  Author: felixonmars
Revision: 331331

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-monad-unlift/repos/community-staging-x86_64/
  haskell-monad-unlift/repos/community-staging-x86_64/PKGBUILD
(from rev 331330, haskell-monad-unlift/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: haskell-monad-unlift/repos/community-staging-x86_64/PKGBUILD (from rev 
331330, haskell-monad-unlift/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:38:12 UTC (rev 331331)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-unlift
+pkgname=haskell-monad-unlift
+pkgver=0.2.0
+pkgrel=27
+pkgdesc="Typeclasses for representing monad transformer unlifting"
+url="https://github.com/fpco/monad-unlift";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-monad-control" "haskell-transformers-base" 
"haskell-constraints")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4b9db8679532e89c05c63328603bc7e72131b79d31e35225e8655ddc4d32e761de58c6db70bfdde2c148f105daa57ff08976cb79bddbdc99f85f083f8183afb3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-mustache/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:37:19
  Author: felixonmars
Revision: 331329

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-mustache/repos/community-staging-x86_64/
  haskell-mustache/repos/community-staging-x86_64/PKGBUILD
(from rev 331328, haskell-mustache/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: haskell-mustache/repos/community-staging-x86_64/PKGBUILD (from rev 
331328, haskell-mustache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:37:19 UTC (rev 331329)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=mustache
+pkgname=haskell-mustache
+pkgver=2.3.0
+pkgrel=7
+pkgdesc="A mustache template parser library."
+url="https://github.com/JustusAdam/mustache";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-either' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-scientific' 'haskell-th-lift' 'haskell-cmdargs' 
'haskell-yaml')
+makedepends=('ghc' 'haskell-hspec' 'haskell-base-unicode-symbols' 
'haskell-wreq' 'haskell-zlib'
+ 'haskell-tar' 'haskell-lens' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bdefb406a44bb3648ca7129128767be04c780d967757385770111a0da8f91ff7165213038e8abc7799b28b66eb7d2f47383346837fad7e6327dad7aa714971f6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-mustache/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:36:58
  Author: felixonmars
Revision: 331328

upgpkg: haskell-mustache 2.3.0-7

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-mustache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:36:05 UTC (rev 331327)
+++ PKGBUILD2018-05-27 06:36:58 UTC (rev 331328)
@@ -4,7 +4,7 @@
 _hkgname=mustache
 pkgname=haskell-mustache
 pkgver=2.3.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A mustache template parser library."
 url="https://github.com/JustusAdam/mustache";
 license=('custom:BSD3')


[arch-commits] Commit in haskell-network-multicast/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:36:05
  Author: felixonmars
Revision: 331327

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-network-multicast/repos/community-staging-x86_64/
  haskell-network-multicast/repos/community-staging-x86_64/PKGBUILD
(from rev 331326, haskell-network-multicast/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: haskell-network-multicast/repos/community-staging-x86_64/PKGBUILD (from 
rev 331326, haskell-network-multicast/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:36:05 UTC (rev 331327)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=network-multicast
+pkgname=haskell-network-multicast
+pkgver=0.2.0
+pkgrel=19
+pkgdesc="Simple multicast library"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:PublicDomain")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-network")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('121b42abeb2be9dd254f3ec54f2303c2eda50cf2ae232c354ddcdae87d36fe535cf8d70ee2a87fb782a8114ec55587122075270b08a69418a9f9b0827f692626')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-network-multicast/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:35:46
  Author: felixonmars
Revision: 331326

upgpkg: haskell-network-multicast 0.2.0-19

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-network-multicast/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:35:12 UTC (rev 331325)
+++ PKGBUILD2018-05-27 06:35:46 UTC (rev 331326)
@@ -5,7 +5,7 @@
 _hkgname=network-multicast
 pkgname=haskell-network-multicast
 pkgver=0.2.0
-pkgrel=18
+pkgrel=19
 pkgdesc="Simple multicast library"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:PublicDomain")


[arch-commits] Commit in haskell-nonce/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:34:52
  Author: felixonmars
Revision: 331324

upgpkg: haskell-nonce 1.0.7-10

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-nonce/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:34:15 UTC (rev 331323)
+++ PKGBUILD2018-05-27 06:34:52 UTC (rev 331324)
@@ -5,7 +5,7 @@
 _hkgname=nonce
 pkgname=haskell-nonce
 pkgver=1.0.7
-pkgrel=9
+pkgrel=10
 pkgdesc="Generate cryptographic nonces."
 url="https://github.com/prowdsponsor/nonce";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-nonce/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:35:12
  Author: felixonmars
Revision: 331325

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-nonce/repos/community-staging-x86_64/
  haskell-nonce/repos/community-staging-x86_64/PKGBUILD
(from rev 331324, haskell-nonce/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: haskell-nonce/repos/community-staging-x86_64/PKGBUILD (from rev 331324, 
haskell-nonce/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:35:12 UTC (rev 331325)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=nonce
+pkgname=haskell-nonce
+pkgver=1.0.7
+pkgrel=10
+pkgdesc="Generate cryptographic nonces."
+url="https://github.com/prowdsponsor/nonce";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-entropy' 
'haskell-unliftio'
+ 'haskell-unliftio-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('89fb70578c8f52c652cdb4c1e6243529701bc21685862d7bbc750e2000424a029a8b164bde6c422a38e61944a15a8b788aa4aa70212bca9f12b5eaae801d8db0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-optparse-simple/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:34:15
  Author: felixonmars
Revision: 331323

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 331322, haskell-optparse-simple/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 331322, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:34:15 UTC (rev 331323)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.1.0
+pkgrel=10
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-gitrev' 'haskell-optparse-applicative')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('28c2fca4e33bc6f942e0c849cc1082ff575dad6a9954201cff41a19b3996299bbbe899a939b81dcc4aae2ab2ac1ef4cfc946c92fd70f4644268727640cf3ed81')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-optparse-simple/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:33:46
  Author: felixonmars
Revision: 331322

upgpkg: haskell-optparse-simple 0.1.0-10

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:33:10 UTC (rev 331321)
+++ PKGBUILD2018-05-27 06:33:46 UTC (rev 331322)
@@ -5,7 +5,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.1.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-path-io/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:33:10
  Author: felixonmars
Revision: 331321

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-path-io/repos/community-staging-x86_64/
  haskell-path-io/repos/community-staging-x86_64/PKGBUILD
(from rev 331320, haskell-path-io/trunk/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: haskell-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 
331320, haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:33:10 UTC (rev 331321)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+_hkgname=path-io
+pkgname=haskell-path-io
+pkgver=1.3.3
+pkgrel=37
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-dlist' 'haskell-exceptions' 'haskell-path' 
'haskell-temporary'
+ 'haskell-unix-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+sha512sums=('af513783d7ae6a99556d67b8f7ed599b0b5285ced7ed4c0b12fb39ab16a043662cad86d24a54d2220892f8625a8229f04bf6d898419348eaee1992ca79e2f4c0')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md"
+}


[arch-commits] Commit in haskell-path-io/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:32:49
  Author: felixonmars
Revision: 331320

upgpkg: haskell-path-io 1.3.3-37

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-path-io/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 06:32:09 UTC (rev 331319)
+++ PKGBUILD2018-05-27 06:32:49 UTC (rev 331320)
@@ -6,7 +6,7 @@
 _hkgname=path-io
 pkgname=haskell-path-io
 pkgver=1.3.3
-pkgrel=36
+pkgrel=37
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-pipes/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:32:09
  Author: felixonmars
Revision: 331319

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pipes/repos/community-staging-x86_64/
  haskell-pipes/repos/community-staging-x86_64/PKGBUILD
(from rev 331318, haskell-pipes/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: haskell-pipes/repos/community-staging-x86_64/PKGBUILD (from rev 331318, 
haskell-pipes/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-27 06:32:09 UTC (rev 331319)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes
+pkgname=haskell-pipes
+pkgver=4.3.9
+pkgrel=4
+pkgdesc="Compositional pipelines"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-mmorph' 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ed59ba7f3b51a91c9e348c80727c21211ce80d7c9164f86376a567ba56849d07687afb3c6ce3b956c6c0207b07b0eb1743bac30cb87d32aa8f76020e30eebcd5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/void >= 0.4 && < 0.8 ,/void
 >= 0.4 \&\& < 0.8/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-pipes/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Sunday, May 27, 2018 @ 06:31:42
  Author: felixonmars
Revision: 331318

upgpkg: haskell-pipes 4.3.9-4

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-pipes/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 05:04:06 UTC (rev 331317)
+++ PKGBUILD2018-05-27 06:31:42 UTC (rev 331318)
@@ -5,17 +5,21 @@
 _hkgname=pipes
 pkgname=haskell-pipes
 pkgver=4.3.9
-pkgrel=3
+pkgrel=4
 pkgdesc="Compositional pipelines"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-exceptions" "haskell-mmorph" "haskell-semigroups"
- "haskell-void")
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-mmorph' 'haskell-void')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('ed59ba7f3b51a91c9e348c80727c21211ce80d7c9164f86376a567ba56849d07687afb3c6ce3b956c6c0207b07b0eb1743bac30cb87d32aa8f76020e30eebcd5')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/void >= 0.4 && < 0.8 ,/void
 >= 0.4 \&\& < 0.8/' $_hkgname.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


[arch-commits] Commit in calibre/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-26 Thread Eli Schwartz via arch-commits
Date: Sunday, May 27, 2018 @ 05:04:06
  Author: eschwartz
Revision: 331317

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 331316, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  148 ++---
 1 file changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 05:03:33 UTC (rev 331316)
+++ PKGBUILD2018-05-27 05:04:06 UTC (rev 331317)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=3.24.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/";
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('9b986d3df4491ce8331052c82df1075ff302c4f8820634bdf3f8711c4bf36016'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files
-  rm -rf resources/${pkgname}-portable.*
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 331316, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 05:04:06 UTC (rev 331317)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('x86_64')
+url="https://calibre-ebook.com/";
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
+makedepends=('qt5-x11extras' 'xdg-utils')
+optdepends=('ipython2: to use calibre-debug'
+'poppler: required for converting pdf to html'
+)
+source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
+"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
+sha256sums=('0b944e91069fa5f2e921deef16f12d054b4d8a2bdfaa4d7c76ec6eeb11b7f2c1'
+ 

[arch-commits] Commit in calibre/trunk (PKGBUILD)

2018-05-26 Thread Eli Schwartz via arch-commits
Date: Sunday, May 27, 2018 @ 05:03:33
  Author: eschwartz
Revision: 331316

upgpkg: calibre 3.24.1-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 04:56:56 UTC (rev 331315)
+++ PKGBUILD2018-05-27 05:03:33 UTC (rev 331316)
@@ -8,8 +8,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=3.24.0
-pkgrel=2
+pkgver=3.24.1
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/";
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('9b986d3df4491ce8331052c82df1075ff302c4f8820634bdf3f8711c4bf36016'
+sha256sums=('0b944e91069fa5f2e921deef16f12d054b4d8a2bdfaa4d7c76ec6eeb11b7f2c1'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


[arch-commits] Commit in lib32-simplescreenrecorder/repos/multilib-x86_64 (4 files)

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 04:56:56
  Author: kkeen
Revision: 331315

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
(from rev 331314, lib32-simplescreenrecorder/trunk/PKGBUILD)
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
(from rev 331314, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
Deleted:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install

+
 PKGBUILD   |   76 +--
 lib32-simplescreenrecorder.install |   18 
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 04:56:44 UTC (rev 331314)
+++ PKGBUILD2018-05-27 04:56:56 UTC (rev 331315)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=lib32-simplescreenrecorder
-pkgver=0.3.10
-pkgrel=1
-pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
-arch=("x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/";
-license=("GPL3")
-depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
-makedepends=("git" "gcc-multilib" "cmake")
-install=lib32-simplescreenrecorder.install
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
-md5sums=("SKIP")
-
-prepare() {
-  cd ssr
-  mkdir -p build
-}
-
-build() {
-  cd ssr/build
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  #./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR='lib32' -DWITH_SIMPLESCREENRECORDER=OFF \
--DENABLE_32BIT_GLINJECT=TRUE ../
-  make
-}
-
-package() {
-  cd ssr/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD (from rev 
331314, lib32-simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 04:56:56 UTC (rev 331315)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=lib32-simplescreenrecorder
+pkgver=0.3.11
+pkgrel=1
+pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
+arch=("x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/";
+license=("GPL3")
+depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
+makedepends=("git" "gcc-multilib" "cmake")
+install=lib32-simplescreenrecorder.install
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
+md5sums=("SKIP")
+
+prepare() {
+  cd ssr
+  mkdir -p build
+}
+
+build() {
+  cd ssr/build
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  #./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR='lib32' -DWITH_SIMPLESCREENRECORDER=OFF \
+-DENABLE_32BIT_GLINJECT=TRUE ../
+  make
+}
+
+package() {
+  cd ssr/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: lib32-simplescreenrecorder.install
===
--- lib32-simplescreenrecorder.install  2018-05-27 04:56:44 UTC (rev 331314)
+++ lib32-simplescreenrecorder.install  2018-05-27 04:56:56 UTC (rev 331315)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
 (from rev 331314, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
===
--- lib32-simplescreenrecorder.install  (rev 0)
+++ lib32-simplescreenrecorder.install  2018-05-27 04:56:56 UTC (rev 331315)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


[arch-commits] Commit in lib32-simplescreenrecorder/trunk (PKGBUILD)

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 04:56:44
  Author: kkeen
Revision: 331314

upgpkg: lib32-simplescreenrecorder 0.3.11-1

Modified:
  lib32-simplescreenrecorder/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 04:54:37 UTC (rev 331313)
+++ PKGBUILD2018-05-27 04:56:44 UTC (rev 331314)
@@ -3,7 +3,7 @@
 # Contributor: Maarten Baert
 
 pkgname=lib32-simplescreenrecorder
-pkgver=0.3.10
+pkgver=0.3.11
 pkgrel=1
 pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
 arch=("x86_64")


[arch-commits] Commit in simplescreenrecorder/trunk (PKGBUILD)

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 04:54:15
  Author: kkeen
Revision: 331312

upgpkg: simplescreenrecorder 0.3.11-1

Modified:
  simplescreenrecorder/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 02:37:15 UTC (rev 331311)
+++ PKGBUILD2018-05-27 04:54:15 UTC (rev 331312)
@@ -3,8 +3,8 @@
 # Contributor: Maarten Baert
 
 pkgname=simplescreenrecorder
-pkgver=0.3.10
-pkgrel=2
+pkgver=0.3.11
+pkgrel=1
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("x86_64")
 url="http://www.maartenbaert.be/simplescreenrecorder/";
@@ -26,12 +26,6 @@
 prepare() {
   cd ssr
   mkdir -p build
-  # ffmpeg 4.0 tweaks
-  sed -i 's|CODEC_CAP_VARIABLE_FRAME_SIZE|AV_CODEC_CAP_VARIABLE_FRAME_SIZE|'  
src/AV/Output/AudioEncoder.cpp
-  sed -i 's|CODEC_FLAG_QSCALE|AV_CODEC_FLAG_QSCALE|'  
src/AV/Output/{Audio,Video}Encoder.cpp
-  sed -i 's|CODEC_CAP_DELAY|AV_CODEC_CAP_DELAY|'  src/AV/Output/BaseEncoder.cpp
-  sed -i 's|CODEC_FLAG_GLOBAL_HEADER|AV_CODEC_FLAG_GLOBAL_HEADER|'  
src/AV/Output/Muxer.cpp
-  sed -i 's|CODEC_CAP_EXPERIMENTAL|AV_CODEC_CAP_EXPERIMENTAL|'  
src/AV/Output/Muxer.cpp
 }
 
 build() {


[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 04:54:37
  Author: kkeen
Revision: 331313

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 331312, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 331312, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   98 +++--
 simplescreenrecorder.install |   18 +++
 2 files changed, 55 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 04:54:15 UTC (rev 331312)
+++ PKGBUILD2018-05-27 04:54:37 UTC (rev 331313)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.10
-pkgrel=2
-pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
-arch=("x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/";
-license=("GPL3")
-# upstream reports crashes with Qt5, reverting FS#45104
-# trying qt5 again with 0.3.9-3
-#depends=("qt4"
-depends=("qt5-base" "qt5-x11extras"
-"ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
-"libx11" "libxext" "libxfixes" "libxi"
-"desktop-file-utils" "gtk-update-icon-cache")
-optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
-makedepends=("git" "cmake" "qt5-tools")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
-md5sums=("SKIP")
-
-install=simplescreenrecorder.install
-
-prepare() {
-  cd ssr
-  mkdir -p build
-  # ffmpeg 4.0 tweaks
-  sed -i 's|CODEC_CAP_VARIABLE_FRAME_SIZE|AV_CODEC_CAP_VARIABLE_FRAME_SIZE|'  
src/AV/Output/AudioEncoder.cpp
-  sed -i 's|CODEC_FLAG_QSCALE|AV_CODEC_FLAG_QSCALE|'  
src/AV/Output/{Audio,Video}Encoder.cpp
-  sed -i 's|CODEC_CAP_DELAY|AV_CODEC_CAP_DELAY|'  src/AV/Output/BaseEncoder.cpp
-  sed -i 's|CODEC_FLAG_GLOBAL_HEADER|AV_CODEC_FLAG_GLOBAL_HEADER|'  
src/AV/Output/Muxer.cpp
-  sed -i 's|CODEC_CAP_EXPERIMENTAL|AV_CODEC_CAP_EXPERIMENTAL|'  
src/AV/Output/Muxer.cpp
-}
-
-build() {
-  cd ssr/build
-  # fPIC is only required for qt5 + gcc5
-  #CXXFLAGS="$CXXFLAGS -fPIC"
-  #./configure --prefix=/usr --disable-assert --with-qt5
-  #./configure --prefix=/usr --disable-assert
-  #  -DLRELEASE='/usr/bin/lrelease-qt4' \
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=on \
--DCMAKE_INSTALL_LIBDIR='lib' ../
-  make
-}
-package() {
-  cd ssr/build
-  make DESTDIR="$pkgdir" install
-}

Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 331312, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 04:54:37 UTC (rev 331313)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.11
+pkgrel=1
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/";
+license=("GPL3")
+# upstream reports crashes with Qt5, reverting FS#45104
+# trying qt5 again with 0.3.9-3
+#depends=("qt4"
+depends=("qt5-base" "qt5-x11extras"
+"ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
+"libx11" "libxext" "libxfixes" "libxi"
+"desktop-file-utils" "gtk-update-icon-cache")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
+makedepends=("git" "cmake" "qt5-tools")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
+md5sums=("SKIP")
+
+install=simplescreenrecorder.install
+
+prepare() {
+  cd ssr
+  mkdir -p build
+}
+
+build() {
+  cd ssr/build
+  # fPIC is only required for qt5 + gcc5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  #./configure --prefix=/usr --disable-assert
+  #  -DLRELEASE='/usr/bin/lrelease-qt4' \
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=on \
+-DCMAKE_INSTALL_LIBDIR='lib' ../
+  make
+}
+package() {
+  cd ssr/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: simplescreenrecorder.install
===
--- simplescreenrecorder.install2018-05-27 04:54:15 UTC (rev 331312)
+++ simplescreenrecorder.install2018-05-27 04:54:37 UTC (rev 331313)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install (from 
rev 331312, simplescreenrecorder/trunk/simplescreenrecorder.install)
==

[arch-commits] Commit in gtkwave/repos/community-x86_64 (4 files)

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 02:37:15
  Author: kkeen
Revision: 331311

archrelease: copy trunk to community-x86_64

Added:
  gtkwave/repos/community-x86_64/PKGBUILD
(from rev 331310, gtkwave/trunk/PKGBUILD)
  gtkwave/repos/community-x86_64/gtkwave.install
(from rev 331310, gtkwave/trunk/gtkwave.install)
Deleted:
  gtkwave/repos/community-x86_64/PKGBUILD
  gtkwave/repos/community-x86_64/gtkwave.install

-+
 PKGBUILD|   78 +++---
 gtkwave.install |   14 -
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 02:36:59 UTC (rev 331310)
+++ PKGBUILD2018-05-27 02:37:15 UTC (rev 331311)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jared Casper 
-
-pkgname=gtkwave
-pkgver=3.3.89
-pkgrel=1
-pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
-arch=('x86_64')
-url='http://gtkwave.sourceforge.net'
-license=('GPL' 'MIT')
-depends=('bzip2' 'xz' 'gtk2' 'desktop-file-utils' 'gconf')
-makedepends=('gperf')
-install='gtkwave.install'
-source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz";)
-md5sums=('070556775c34f2bec4125901770ccb6a')
-
-build() {
-  cd "$srcdir/gtkwave-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-tcl \
---disable-mime-update \
---with-gconf
-
-  make CFLAGS="-D_LARGEFILE64_SOURCE -O"
-}
-
-package() {
-  cd "$srcdir/gtkwave-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "$srcdir/gtkwave-$pkgver/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/gtkwave/LICENSE.TXT"
-}
-

Copied: gtkwave/repos/community-x86_64/PKGBUILD (from rev 331310, 
gtkwave/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 02:37:15 UTC (rev 331311)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jared Casper 
+
+pkgname=gtkwave
+pkgver=3.3.90
+pkgrel=1
+pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
+arch=('x86_64')
+url='http://gtkwave.sourceforge.net'
+license=('GPL' 'MIT')
+depends=('bzip2' 'xz' 'gtk2' 'desktop-file-utils' 'gconf')
+makedepends=('gperf')
+install='gtkwave.install'
+source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz";)
+md5sums=('b385ac881f62ae3cca689ce9dcb71221')
+
+build() {
+  cd "$srcdir/gtkwave-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-tcl \
+--disable-mime-update \
+--with-gconf
+
+  make CFLAGS="-D_LARGEFILE64_SOURCE -O"
+}
+
+package() {
+  cd "$srcdir/gtkwave-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "$srcdir/gtkwave-$pkgver/LICENSE.TXT" \
+"$pkgdir/usr/share/licenses/gtkwave/LICENSE.TXT"
+}
+

Deleted: gtkwave.install
===
--- gtkwave.install 2018-05-27 02:36:59 UTC (rev 331310)
+++ gtkwave.install 2018-05-27 02:37:15 UTC (rev 331311)
@@ -1,7 +0,0 @@
-post_install() {
-  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
-  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
-  echo 'It contains the prefs for a good configuration that most people find'
-  echo 'ergonomic.  It is not strictly necessary however.'
-}
-

Copied: gtkwave/repos/community-x86_64/gtkwave.install (from rev 331310, 
gtkwave/trunk/gtkwave.install)
===
--- gtkwave.install (rev 0)
+++ gtkwave.install 2018-05-27 02:37:15 UTC (rev 331311)
@@ -0,0 +1,7 @@
+post_install() {
+  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
+  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
+  echo 'It contains the prefs for a good configuration that most people find'
+  echo 'ergonomic.  It is not strictly necessary however.'
+}
+


[arch-commits] Commit in gtkwave/trunk (PKGBUILD)

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 02:36:59
  Author: kkeen
Revision: 331310

upgpkg: gtkwave 3.3.90-1

Modified:
  gtkwave/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 02:29:19 UTC (rev 331309)
+++ PKGBUILD2018-05-27 02:36:59 UTC (rev 331310)
@@ -4,7 +4,7 @@
 # Contributor: Jared Casper 
 
 pkgname=gtkwave
-pkgver=3.3.89
+pkgver=3.3.90
 pkgrel=1
 pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gperf')
 install='gtkwave.install'
 source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz";)
-md5sums=('070556775c34f2bec4125901770ccb6a')
+md5sums=('b385ac881f62ae3cca689ce9dcb71221')
 
 build() {
   cd "$srcdir/gtkwave-$pkgver"


[arch-commits] Commit in python-more-itertools/repos/community-any (PKGBUILD PKGBUILD)

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 02:29:19
  Author: kkeen
Revision: 331309

archrelease: copy trunk to community-any

Added:
  python-more-itertools/repos/community-any/PKGBUILD
(from rev 331308, python-more-itertools/trunk/PKGBUILD)
Deleted:
  python-more-itertools/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 02:28:59 UTC (rev 331308)
+++ PKGBUILD2018-05-27 02:29:19 UTC (rev 331309)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Germán Osella Massa 
-
-pkgbase=python-more-itertools
-pkgname=('python-more-itertools' 'python2-more-itertools')
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='More routines for operating on iterables, beyond itertools'
-arch=('any')
-url='https://github.com/erikrose/more-itertools'
-#url='https://pypi.python.org/pypi/more-itertools'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-six')
-source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
-md5sums=('246f46686d95879fbad37855c115dc52')
-
-prepare() {
-  cp -R "more-itertools-$pkgver" "py2-more-itertools-$pkgver"
-}
-
-package_python-more-itertools() {
-  cd "$srcdir/more-itertools-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-more-itertools() {
-  depends=('python2' 'python2-six')
-  cd "$srcdir/py2-more-itertools-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-more-itertools/repos/community-any/PKGBUILD (from rev 331308, 
python-more-itertools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 02:29:19 UTC (rev 331309)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Germán Osella Massa 
+
+pkgbase=python-more-itertools
+pkgname=('python-more-itertools' 'python2-more-itertools')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='More routines for operating on iterables, beyond itertools'
+arch=('any')
+url='https://github.com/erikrose/more-itertools'
+#url='https://pypi.python.org/pypi/more-itertools'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-six')
+source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
+md5sums=('5629c955d17df328ec534989f0649369')
+
+prepare() {
+  cp -R "more-itertools-$pkgver" "py2-more-itertools-$pkgver"
+}
+
+package_python-more-itertools() {
+  cd "$srcdir/more-itertools-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-more-itertools() {
+  depends=('python2' 'python2-six')
+  cd "$srcdir/py2-more-itertools-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-more-itertools/trunk (PKGBUILD)

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 02:28:59
  Author: kkeen
Revision: 331308

upgpkg: python-more-itertools 4.2.0-1

Modified:
  python-more-itertools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 00:14:24 UTC (rev 331307)
+++ PKGBUILD2018-05-27 02:28:59 UTC (rev 331308)
@@ -4,7 +4,7 @@
 
 pkgbase=python-more-itertools
 pkgname=('python-more-itertools' 'python2-more-itertools')
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc='More routines for operating on iterables, beyond itertools'
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-six')
 
source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
-md5sums=('246f46686d95879fbad37855c115dc52')
+md5sums=('5629c955d17df328ec534989f0649369')
 
 prepare() {
   cp -R "more-itertools-$pkgver" "py2-more-itertools-$pkgver"


[arch-commits] Commit in zathura/repos/community-testing-x86_64 (5 files)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 27, 2018 @ 00:14:24
  Author: demize
Revision: 331307

archrelease: copy trunk to community-testing-x86_64

Added:
  
zathura/repos/community-testing-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(from rev 331306, 
zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
  zathura/repos/community-testing-x86_64/PKGBUILD
(from rev 331306, zathura/trunk/PKGBUILD)
  zathura/repos/community-testing-x86_64/bash-completion
(from rev 331306, zathura/trunk/bash-completion)
Deleted:
  zathura/repos/community-testing-x86_64/PKGBUILD
  zathura/repos/community-testing-x86_64/bash-completion

--+
 0001-meson.build-Don-t-do-broken-synctex-version-check.patch |   30 +++
 PKGBUILD |   95 +-
 bash-completion  |   58 +++---
 3 files changed, 110 insertions(+), 73 deletions(-)

Copied: 
zathura/repos/community-testing-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
 (from rev 331306, 
zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
===
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(rev 0)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
2018-05-27 00:14:24 UTC (rev 331307)
@@ -0,0 +1,30 @@
+From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Sun, 27 May 2018 02:11:24 +0200
+Subject: [PATCH] meson.build: Don't do broken synctex version check
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 1862fa0..63246e8 100644
+--- a/meson.build
 b/meson.build
+@@ -82,9 +82,6 @@ endif
+ if get_option('enable-synctex') and synctex.found()
+   build_dependencies += synctex
+   defines += '-DWITH_SYNCTEX'
+-  if synctex.version() < '2.0.0'
+-defines += '-DWITH_SYNCTEX1'
+-  endif
+ endif
+ 
+ if get_option('enable-magic') and magic.found()
+-- 
+2.17.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 00:14:18 UTC (rev 331306)
+++ PKGBUILD2018-05-27 00:14:24 UTC (rev 331307)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.4.0
-pkgrel=3
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/";
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support'
-'zathura-cb: Comic book support')
-
-source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-bash-completion)
-
-sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-testing-x86_64/PKGBUILD (from rev 331306, 
zathura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 00:14:24 UTC (rev 331307)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.4.0
+pkgrel=4
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/";
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support')
+
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+bash-completion
+0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
+
+sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
+ 

[arch-commits] Commit in zathura/trunk (2 files)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 27, 2018 @ 00:14:18
  Author: demize
Revision: 331306

... *Actually* re-enable it

Added:
  zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
Modified:
  zathura/trunk/PKGBUILD

--+
 0001-meson.build-Don-t-do-broken-synctex-version-check.patch |   30 ++
 PKGBUILD |   13 +++-
 2 files changed, 40 insertions(+), 3 deletions(-)

Added: 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
===
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(rev 0)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
2018-05-27 00:14:18 UTC (rev 331306)
@@ -0,0 +1,30 @@
+From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Sun, 27 May 2018 02:11:24 +0200
+Subject: [PATCH] meson.build: Don't do broken synctex version check
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 1862fa0..63246e8 100644
+--- a/meson.build
 b/meson.build
+@@ -82,9 +82,6 @@ endif
+ if get_option('enable-synctex') and synctex.found()
+   build_dependencies += synctex
+   defines += '-DWITH_SYNCTEX'
+-  if synctex.version() < '2.0.0'
+-defines += '-DWITH_SYNCTEX1'
+-  endif
+ endif
+ 
+ if get_option('enable-magic') and magic.found()
+-- 
+2.17.0
+

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 00:05:58 UTC (rev 331305)
+++ PKGBUILD2018-05-27 00:14:18 UTC (rev 331306)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/";
@@ -22,11 +22,18 @@
 'zathura-cb: Comic book support')
 
 source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-bash-completion)
+bash-completion
+0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
 
 sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
+  '94a8236c483626a7f3acee053a1ea885aed45a82'
+  '601b5345b4e2c688ec0eb78c66b3b40872d1e91d')
 
+prepare() {
+  cd zathura-$pkgver
+  patch -p1 
<"$srcdir"/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
+}
+
 build() {
   cd zathura-$pkgver
   arch-meson build


[arch-commits] Commit in zathura/repos/community-testing-x86_64 (4 files)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 27, 2018 @ 00:05:58
  Author: demize
Revision: 331305

archrelease: copy trunk to community-testing-x86_64

Added:
  zathura/repos/community-testing-x86_64/PKGBUILD
(from rev 331304, zathura/trunk/PKGBUILD)
  zathura/repos/community-testing-x86_64/bash-completion
(from rev 331304, zathura/trunk/bash-completion)
Deleted:
  zathura/repos/community-testing-x86_64/PKGBUILD
  zathura/repos/community-testing-x86_64/bash-completion

-+
 PKGBUILD|   88 +++---
 bash-completion |   58 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 00:05:45 UTC (rev 331304)
+++ PKGBUILD2018-05-27 00:05:58 UTC (rev 331305)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.4.0
-pkgrel=2
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/";
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support'
-'zathura-cb: Comic book support')
-
-source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-bash-completion)
-
-sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson -Denable-synctex=false build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-testing-x86_64/PKGBUILD (from rev 331304, 
zathura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 00:05:58 UTC (rev 331305)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.4.0
+pkgrel=3
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/";
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support')
+
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+bash-completion)
+
+sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+package() {
+  cd zathura-$pkgver/build
+  DESTDIR="$pkgdir" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: bash-completion
===
--- bash-completion 2018-05-27 00:05:45 UTC (rev 331304)
+++ bash-completion 2018-05-27 00:05:58 UTC (rev 331305)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$EXTENTIONS|pdf"
-;;
-  ps.so)
-EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-;;
-  djvu.so)
-EXTENTIONS="$EXTENTIONS|djvu|djv"
-;;
-  epub.so)
-EXTENTIONS="$EXTENTIONS|epub"
-;;
-  cb.so)
-EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
-;;
-  *)
-;;
-  esac
-  done
-
-  _filedir "${EXTENTIONS#|}"
-} &&
-complete -F _zathura zathura

Copied: zathura/repos/community-testing-x86_64/bash-completion (from rev 
331304, zathura/trunk/bash-completion)
===
--- bash-completion (rev 0)
+++ bash-completion 2018-05-27 00:05:58 UTC (rev 331305)
@@ -0,0 +1,29 @@
+_zathura() {
+  _init_completion || return
+
+  EXTENTIONS=''
+  for PLUGIN in /usr/lib/zathura/*.so; do
+case ${PLUGIN##*/} in
+  pdf.so)
+EXTENTIONS="$EXTENT

[arch-commits] Commit in zathura/trunk (PKGBUILD)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 27, 2018 @ 00:05:45
  Author: demize
Revision: 331304

Re-enable libsynctex in testing

Modified:
  zathura/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 23:31:15 UTC (rev 331303)
+++ PKGBUILD2018-05-27 00:05:45 UTC (rev 331304)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.4.0
-pkgrel=1
+pkgrel=3
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/";


[arch-commits] Commit in iperf/repos/community-x86_64 (8 files)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 23:31:15
  Author: seblu
Revision: 331303

archrelease: copy trunk to community-x86_64

Added:
  iperf/repos/community-x86_64/PKGBUILD
(from rev 331302, iperf/trunk/PKGBUILD)
  iperf/repos/community-x86_64/iperf-tcp.service
(from rev 331302, iperf/trunk/iperf-tcp.service)
  iperf/repos/community-x86_64/iperf-udp.service
(from rev 331302, iperf/trunk/iperf-udp.service)
  iperf/repos/community-x86_64/iperf.install
(from rev 331302, iperf/trunk/iperf.install)
Deleted:
  iperf/repos/community-x86_64/PKGBUILD
  iperf/repos/community-x86_64/iperf-tcp.service
  iperf/repos/community-x86_64/iperf-udp.service
  iperf/repos/community-x86_64/iperf.install

---+
 PKGBUILD  |  106 ++--
 iperf-tcp.service |   18 
 iperf-udp.service |   18 
 iperf.install |   22 +-
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 23:30:11 UTC (rev 331302)
+++ PKGBUILD2018-05-26 23:31:15 UTC (rev 331303)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Giovanni Scafora 
-# Contributor: Dale Blount 
-
-pkgname=iperf
-pkgver=2.0.10
-pkgrel=1
-pkgdesc='A tool to measure maximum TCP bandwidth'
-arch=('i686' 'x86_64')
-license=('custom')
-url='https://sourceforge.net/projects/iperf2/'
-depends=('gcc-libs')
-install=iperf.install
-source=("http://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz";
-'iperf-tcp.service'
-'iperf-udp.service')
-md5sums=('097cf0754bc1afa165975c06a91e6906'
- '1d8660b540aa0db2e627d3d400cb8de4'
- 'a27a8d27b1585bc999a04a2f082e2726')
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --enable-ipv6 \
-  --enable-multicast \
-  --enable-threads
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/iperf/LICENSE"
-  popd
-  # systemd
-  install -Dm644 iperf-tcp.service 
"$pkgdir/usr/lib/systemd/system/iperf-tcp.service"
-  install -Dm644 iperf-udp.service 
"$pkgdir/usr/lib/systemd/system/iperf-udp.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iperf/repos/community-x86_64/PKGBUILD (from rev 331302, 
iperf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-26 23:31:15 UTC (rev 331303)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Giovanni Scafora 
+# Contributor: Dale Blount 
+
+pkgname=iperf
+pkgver=2.0.11
+pkgrel=1
+pkgdesc='A tool to measure maximum TCP bandwidth'
+arch=('x86_64')
+license=('custom')
+url='https://sourceforge.net/projects/iperf2/'
+depends=('gcc-libs')
+install=iperf.install
+source=("https://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz";
+'iperf-tcp.service'
+'iperf-udp.service')
+md5sums=('c63766d275b4537f419db096b9dfe4dc'
+ '1d8660b540aa0db2e627d3d400cb8de4'
+ 'a27a8d27b1585bc999a04a2f082e2726')
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+  --enable-multicast \
+  --enable-threads
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/iperf/LICENSE"
+  popd
+  # systemd
+  install -Dm644 iperf-tcp.service 
"$pkgdir/usr/lib/systemd/system/iperf-tcp.service"
+  install -Dm644 iperf-udp.service 
"$pkgdir/usr/lib/systemd/system/iperf-udp.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: iperf-tcp.service
===
--- iperf-tcp.service   2018-05-26 23:30:11 UTC (rev 331302)
+++ iperf-tcp.service   2018-05-26 23:31:15 UTC (rev 331303)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Iperf TCP Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/iperf -s -V
-
-[Install]
-WantedBy=multi-user.target

Copied: iperf/repos/community-x86_64/iperf-tcp.service (from rev 331302, 
iperf/trunk/iperf-tcp.service)
===
--- iperf-tcp.service   (re

[arch-commits] Commit in iperf/trunk (PKGBUILD)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 23:30:11
  Author: seblu
Revision: 331302

upgpkg: iperf 2.0.11-1

Modified:
  iperf/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:33:16 UTC (rev 331301)
+++ PKGBUILD2018-05-26 23:30:11 UTC (rev 331302)
@@ -4,7 +4,7 @@
 # Contributor: Dale Blount 
 
 pkgname=iperf
-pkgver=2.0.10
+pkgver=2.0.11
 pkgrel=1
 pkgdesc='A tool to measure maximum TCP bandwidth'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 source=("https://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz";
 'iperf-tcp.service'
 'iperf-udp.service')
-md5sums=('097cf0754bc1afa165975c06a91e6906'
+md5sums=('c63766d275b4537f419db096b9dfe4dc'
  '1d8660b540aa0db2e627d3d400cb8de4'
  'a27a8d27b1585bc999a04a2f082e2726')
 prepare() {


[arch-commits] Commit in dkms/trunk (PKGBUILD)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 23:25:31
  Author: seblu
Revision: 325045

bump to 2.6.1

bug: https://github.com/dell/dkms/issues/57

Modified:
  dkms/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:45:53 UTC (rev 325044)
+++ PKGBUILD2018-05-26 23:25:31 UTC (rev 325045)
@@ -3,7 +3,7 @@
 # Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
 
 pkgname=dkms
-pkgver=2.5
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')


[arch-commits] Commit in bind/repos/extra-x86_64 (18 files)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:45:53
  Author: seblu
Revision: 325044

archrelease: copy trunk to extra-x86_64

Added:
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 325041, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 325041, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/empty.zone
(from rev 325041, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 325041, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 325041, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 325041, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 325043, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 325043, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 325043, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

+
 127.0.0.zone   |   20 +--
 PKGBUILD   |  268 +--
 empty.zone |   16 +--
 localhost.ip6.zone |   20 +--
 localhost.zone |   22 ++--
 named.conf |  144 +--
 named.service  |   20 +--
 sysusers.conf  |2 
 tmpfiles.conf  |2 
 9 files changed, 257 insertions(+), 257 deletions(-)

Deleted: 127.0.0.zone
===
--- 127.0.0.zone2018-05-26 22:45:20 UTC (rev 325043)
+++ 127.0.0.zone2018-05-26 22:45:53 UTC (rev 325044)
@@ -1,10 +0,0 @@
-@   1D IN SOA   localhost. root.localhost. (
-42; serial (mmdd##)
-3H; refresh
-15M   ; retry
-1W; expiry
-1D )  ; minimum ttl
-
-1D  IN  NS  localhost.
-
-1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Copied: bind/repos/extra-x86_64/127.0.0.zone (from rev 325041, 
bind/trunk/127.0.0.zone)
===
--- 127.0.0.zone(rev 0)
+++ 127.0.0.zone2018-05-26 22:45:53 UTC (rev 325044)
@@ -0,0 +1,10 @@
+@   1D IN SOA   localhost. root.localhost. (
+42; serial (mmdd##)
+3H; refresh
+15M   ; retry
+1W; expiry
+1D )  ; minimum ttl
+
+1D  IN  NS  localhost.
+
+1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:45:20 UTC (rev 325043)
+++ PKGBUILD2018-05-26 22:45:53 UTC (rev 325044)
@@ -1,134 +0,0 @@
-# $Id: PKGBUILD 113060 2014-06-12 10:51:06Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor: Gaetan Bisson 
-# Contributor: judd 
-# Contributor: Mario Vazquez 
-
-pkgbase=bind
-pkgname=(bind bind-tools)
-_pkgver=9.12.1-P2
-pkgver=${_pkgver//-/.}
-pkgrel=1
-url='https://www.isc.org/software/bind/'
-license=('MPL2')
-arch=('x86_64')
-options=('!emptydirs')
-makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
- 'idnkit' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'libseccomp')
-validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
-  'ADBE9446286C794905F1E0756FA6EBC9911A4C02' #ISC, Inc)
-  'BE0E9748B718253A28BB89FFF1B11BF05CF02E57' #Internet Systems 
Consortium, Inc.
-  )
-source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
-'tmpfiles.conf'
-'sysusers.conf'
-'named.conf'
-'named.service'
-'localhost.zone'
-'localhost.ip6.zone'
-'127.0.0.zone'
-'empty.zone')
-sha1sums=('837403283cfdd58e55f9c493f28b5893310579b9'
-  'SKIP'
-  'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
-  '9537f4835a1f736788d0733c7996a10db2d4eee4'
-  'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
-  '62b06487323dd0d515a4dc659b8ecd193c29107b'
-  '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
-  '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
-  '9c33726088342207ad06d33b2c13408290a0c8ad'
-  '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
-
-prepare() {
-  msg2 'Getting a fresh version of root DNS'
-  # 

[arch-commits] Commit in texlive-bin/repos/testing-x86_64 (6 files)

2018-05-26 Thread Rémy Oudompheng via arch-commits
Date: Saturday, May 26, 2018 @ 22:45:20
  Author: remy
Revision: 325043

archrelease: copy trunk to testing-x86_64

Added:
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 325042, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-x86_64/freetype-pkgconfig.patch
(from rev 325042, texlive-bin/trunk/freetype-pkgconfig.patch)
  texlive-bin/repos/testing-x86_64/synctex-missing-header.patch
(from rev 325042, texlive-bin/trunk/synctex-missing-header.patch)
  texlive-bin/repos/testing-x86_64/texlive-poppler-0.64.patch
(from rev 325042, texlive-bin/trunk/texlive-poppler-0.64.patch)
Deleted:
  texlive-bin/repos/testing-x86_64/PKGBUILD
  texlive-bin/repos/testing-x86_64/texlive-poppler-0.64.patch

--+
 PKGBUILD |  793 -
 freetype-pkgconfig.patch |   22 +
 synctex-missing-header.patch |   12 
 texlive-poppler-0.64.patch   |  198 +-
 4 files changed, 535 insertions(+), 490 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:45:17 UTC (rev 325042)
+++ PKGBUILD2018-05-26 22:45:20 UTC (rev 325043)
@@ -1,391 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: francois 
-
-pkgname=('texlive-bin' 'libsynctex')
-pkgver=2018.47465
-pkgrel=1
-license=('GPL')
-arch=('x86_64')
-makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
- 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
- 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
- 'perl' 'clisp' 'ffcall')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/texlive-bin-source-${pkgver}.tar.xz";
-"texlive-poppler-0.64.patch")
-sha256sums=('06d7a1c939cf7d6035850cefca1d01898ae51a879e20db684a202fd507a0cae5'
-'1c444526e3967f82d68a003526b332e0401db7825e22b5542e6cd04f0e688310')
-
-prepare() {
-cd "$srcdir/source"
-
-# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
-sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
-
-## prevent compiling Xdvi with libXp
-sed -i~ 's|-lXp ||' texk/xdvik/configure
-
-# Poppler 0.64 now returns const char* in getCString()
-patch -Np1 -i "${srcdir}/texlive-poppler-0.64.patch"
-
-# Poppler 0.58 introduces API changes by hiding internal object
-# management.
-cp -pv texk/web2c/pdftexdir/pdftoepdf{-newpoppler.cc,.cc}
-cp -pv texk/web2c/pdftexdir/pdftosrc{-newpoppler.cc,.cc}
-}
-
-build() {
-   cd "$srcdir"
-
-   #
-   ### configure
-   cd source
-   mkdir -p Work
-   cd Work
-   echo "--> Initial configuration..."
-   # we use temporary prefix to avoid messing the existing
-   # $pkgdir/usr/share/texmf tree
-   ../configure --prefix=/usr -C \
- --sysconfdir=/etc \
- --datarootdir=/usr/share \
- --datadir=/usr/share \
- --mandir=/usr/share/man \
- --disable-native-texlive-build \
- --with-banner-add="/Arch Linux" \
- --disable-multiplatform \
- --disable-dialog \
- --disable-psutils \
- --disable-t1utils \
- --disable-bibtexu \
- --disable-xz \
- --enable-shared \
- --disable-static \
- --with-system-zlib \
- --with-system-zziplib \
- --with-system-pnglib \
- --with-system-ncurses \
- --with-system-t1lib \
- --with-system-gd \
- --with-system-poppler \
- --with-system-xpdf \
- --with-system-freetype2 \
- --with-system-pixman \
- --with-system-cairo \
- --with-system-harfbuzz \
- --with-system-graphite \
- --with-system-icu \
- --with-system-gmp \
- --with-system-mpfr \
- --with-system-potrace \
- --with-system-libpaper \
- --with-freetype2-libdir=/usr/lib \
- --with-freetype2-include=/usr/include/freetype2 \
- --with-xdvi-x-toolkit=xaw \
- --disable-dump-share \
- --disable-aleph \
- --enable-luatex \
- --with-clisp-runtime=default \
- --enable-xindy --disable-xindy-rules --disable-xindy-docs
-   #
-   ### make
-   echo "---"
-   echo "--> Building the whole beast ..."
-   echo "---"
-   make
-}
-
-package_libsynctex() {
-pkgdesc='Library for synchronization between TeX files and resulting file'
-depends=('glibc' 'zlib')
-
-cd "${srcdir}/source/Work"
-make -C texk/web2c DESTDIR="${pkgdir}" \
-install-data-am install-libLTLIBRARIES
-}
-
-package_texlive-bin() {
-   pkgdesc="TeX Live binaries"
-   depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
-'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
-'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
-'libsynctex')
-   provides=('lcdf-typetools' 'kpathsea' 'xindy')

[arch-commits] Commit in texlive-bin/trunk (3 files)

2018-05-26 Thread Rémy Oudompheng via arch-commits
Date: Saturday, May 26, 2018 @ 22:45:17
  Author: remy
Revision: 325042

upgpkg: texlive-bin 2018.47465-2

Fix build with freetype using pkg-config.
Fix missing synctex_version.h header (FS#58403)

Added:
  texlive-bin/trunk/freetype-pkgconfig.patch
  texlive-bin/trunk/synctex-missing-header.patch
Modified:
  texlive-bin/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 freetype-pkgconfig.patch |   22 ++
 synctex-missing-header.patch |   12 
 3 files changed, 48 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:45:00 UTC (rev 325041)
+++ PKGBUILD2018-05-26 22:45:17 UTC (rev 325042)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2018.47465
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=('x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -13,13 +13,24 @@
  'perl' 'clisp' 'ffcall')
 url='http://tug.org/texlive/'
 
source=("https://sources.archlinux.org/other/texlive/texlive-bin-source-${pkgver}.tar.xz";
-"texlive-poppler-0.64.patch")
+"texlive-poppler-0.64.patch"
+"freetype-pkgconfig.patch"
+"synctex-missing-header.patch")
 sha256sums=('06d7a1c939cf7d6035850cefca1d01898ae51a879e20db684a202fd507a0cae5'
-'1c444526e3967f82d68a003526b332e0401db7825e22b5542e6cd04f0e688310')
+'1c444526e3967f82d68a003526b332e0401db7825e22b5542e6cd04f0e688310'
+'bed44f4ccda369410e90eac527cf44b8c1afda7d987ae521b4fd5edb425eef3e'
+'b6c81eb091b5910226e0359768edd178680debee56b63ab0a3753c3429c28ab0')
 
 prepare() {
 cd "$srcdir/source"
 
+# Synctex "make install" misses synctex_version.h
+patch -Np1 -i "${srcdir}/synctex-missing-header.patch"
+
+# Freetype2 2.9.1 package no longer has freetype-config
+patch -Np1 -i "${srcdir}/freetype-pkgconfig.patch"
+./reautoconf
+
 # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
 sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
 

Added: freetype-pkgconfig.patch
===
--- freetype-pkgconfig.patch(rev 0)
+++ freetype-pkgconfig.patch2018-05-26 22:45:17 UTC (rev 325042)
@@ -0,0 +1,22 @@
+--- source/m4/kpse-freetype2-flags.m4.orig 2015-06-16 01:27:13.292945838 
+0200
 source/m4/kpse-freetype2-flags.m4  2018-05-26 23:51:50.567080501 +0200
+@@ -21,17 +21,9 @@
+ 
+ # KPSE_FREETYPE2_OPTIONS([WITH-SYSTEM])
+ # -
+-AC_DEFUN([KPSE_FREETYPE2_OPTIONS], [_KPSE_LIB_OPTIONS([freetype2], [$1], 
[freetype-config])])
++AC_DEFUN([KPSE_FREETYPE2_OPTIONS], [_KPSE_LIB_OPTIONS([freetype2], [$1], 
[pkg-config])])
+ 
+ # KPSE_FREETYPE2_SYSTEM_FLAGS
+ # ---
+ AC_DEFUN([KPSE_FREETYPE2_SYSTEM_FLAGS], [dnl
+-AC_REQUIRE([AC_CANONICAL_HOST])[]dnl
+-AC_CHECK_TOOL([FT2_CONFIG], [freetype-config], [false])[]dnl
+-if $FT2_CONFIG --ftversion >/dev/null 2>&1; then
+-  FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags`
+-  FREETYPE2_LIBS=`$FT2_CONFIG --libs`
+-elif test "x$need_freetype2:$with_system_freetype2" = xyes:yes; then
+-  AC_MSG_ERROR([did not find freetype-config required for system freetype2 
library])
+-fi
+-]) # KPSE_FREETYPE2_SYSTEM_FLAGS
++_KPSE_PKG_CONFIG_FLAGS([freetype2], [freetype2], [])])

Added: synctex-missing-header.patch
===
--- synctex-missing-header.patch(rev 0)
+++ synctex-missing-header.patch2018-05-26 22:45:17 UTC (rev 325042)
@@ -0,0 +1,12 @@
+--- source.orig/texk/web2c/synctexdir/am/synctex.am2016-05-08 
19:08:26.231570952 +0200
 source/texk/web2c/synctexdir/am/synctex.am 2018-05-27 00:14:26.011125669 
+0200
+@@ -55,7 +55,8 @@
+ if SYNCTEX
+ syncinclude_HEADERS = \
+   synctexdir/synctex_parser.h \
+-  synctexdir/synctex_parser_utils.h
++  synctexdir/synctex_parser_utils.h \
++  synctexdir/synctex_version.h
+ 
+ pkgconfig_DATA = synctexdir/synctex.pc
+ endif SYNCTEX


[arch-commits] Commit in bind/trunk (PKGBUILD)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:45:00
  Author: seblu
Revision: 325041

upgpkg: bind 9.13.0-1

Modified:
  bind/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:37:13 UTC (rev 325040)
+++ PKGBUILD2018-05-26 22:45:00 UTC (rev 325041)
@@ -6,7 +6,7 @@
 
 pkgbase=bind
 pkgname=(bind bind-tools)
-_pkgver=9.12.1-P2
+_pkgver=9.13.0
 pkgver=${_pkgver//-/.}
 pkgrel=1
 url='https://www.isc.org/software/bind/'
@@ -28,7 +28,7 @@
 'localhost.ip6.zone'
 '127.0.0.zone'
 'empty.zone')
-sha1sums=('837403283cfdd58e55f9c493f28b5893310579b9'
+sha1sums=('d17bb3d8ae8699ca8584c12e65cdd8540dc989ca'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '9537f4835a1f736788d0733c7996a10db2d4eee4'


[arch-commits] Commit in nftables/repos (7 files)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:37:13
  Author: seblu
Revision: 325040

db-move: moved nftables from [testing] to [extra] (x86_64)

Added:
  nftables/repos/extra-x86_64/PKGBUILD
(from rev 325039, nftables/repos/testing-x86_64/PKGBUILD)
  nftables/repos/extra-x86_64/nftables.conf
(from rev 325039, nftables/repos/testing-x86_64/nftables.conf)
  nftables/repos/extra-x86_64/nftables.service
(from rev 325039, nftables/repos/testing-x86_64/nftables.service)
Deleted:
  nftables/repos/extra-x86_64/PKGBUILD
  nftables/repos/extra-x86_64/nftables.conf
  nftables/repos/extra-x86_64/nftables.service
  nftables/repos/testing-x86_64/

---+
 /PKGBUILD |   58 
 /nftables.conf|   38 ++
 /nftables.service |   15 ++
 extra-x86_64/PKGBUILD |   58 
 extra-x86_64/nftables.conf|   38 --
 extra-x86_64/nftables.service |   15 --
 6 files changed, 111 insertions(+), 111 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2018-05-26 22:36:44 UTC (rev 325039)
+++ extra-x86_64/PKGBUILD   2018-05-26 22:37:13 UTC (rev 325040)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-
-pkgname=nftables
-epoch=1
-pkgver=0.8.3
-pkgrel=1
-pkgdesc='Netfilter tables userspace tools'
-arch=('x86_64')
-url='https://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
-makedepends=('docbook2x')
-backup=('etc/nftables.conf')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-# 2016-11-03: https sources download is broken with curl
-source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
-'nftables.conf'
-'nftables.service')
-sha1sums=('533cb3bf17e90579d24f9621fdb22bdb4f7e3287'
-  'SKIP'
-  '7869aa31ac802922073310ffd4cbbc16450171e5'
-  '59185e947ebfd599954800ad2c774171b3f4cd58')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
-CONFIG_MAN=y DB2MAN=docbook2man
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
-  # systemd
-  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/extra-x86_64/PKGBUILD (from rev 325039, 
nftables/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-05-26 22:37:13 UTC (rev 325040)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+
+pkgname=nftables
+epoch=1
+pkgver=0.8.5
+pkgrel=1
+pkgdesc='Netfilter tables userspace tools'
+arch=('x86_64')
+url='https://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+# 2016-11-03: https sources download is broken with curl
+source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
+'nftables.conf'
+'nftables.service')
+sha1sums=('8645834cf8ec463d7946e30d96631bb62ecb62ed'
+  'SKIP'
+  '7869aa31ac802922073310ffd4cbbc16450171e5'
+  '59185e947ebfd599954800ad2c774171b3f4cd58')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+CONFIG_MAN=y DB2MAN=docbook2man
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+  # basic safe firewall config
+  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
+  # systemd
+  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/nftables.conf
==

[arch-commits] Commit in libnftnl/repos (3 files)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:36:44
  Author: seblu
Revision: 325039

db-move: moved libnftnl from [testing] to [core] (x86_64)

Added:
  libnftnl/repos/core-x86_64/PKGBUILD
(from rev 325038, libnftnl/repos/testing-x86_64/PKGBUILD)
Deleted:
  libnftnl/repos/core-x86_64/PKGBUILD
  libnftnl/repos/testing-x86_64/

--+
 /PKGBUILD|   34 ++
 core-x86_64/PKGBUILD |   34 --
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-05-26 22:36:42 UTC (rev 325038)
+++ core-x86_64/PKGBUILD2018-05-26 22:36:44 UTC (rev 325039)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.9
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('x86_64')
-url='https://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-# 2016-11-03: https sources download is broken with curl
-source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
-sha1sums=('90b70f52a26f88ab1106671e797faac21265fa6a'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/core-x86_64/PKGBUILD (from rev 325038, 
libnftnl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-05-26 22:36:44 UTC (rev 325039)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('x86_64')
+url='https://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+# 2016-11-03: https sources download is broken with curl
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('8dede174b28bba61ae54665fd10ae690b5741186'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in btrfs-progs/repos (14 files)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:36:39
  Author: seblu
Revision: 325037

db-move: moved btrfs-progs from [testing] to [core] (x86_64)

Added:
  btrfs-progs/repos/core-x86_64/FS#58237.patch
(from rev 325036, btrfs-progs/repos/testing-x86_64/FS#58237.patch)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 325036, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 325036, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 325036, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 325036, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 325036, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 325036, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |   77 +++
 /btrfs-progs.install   |   15 ++
 /btrfs-scrub@.service  |8 +++
 /btrfs-scrub@.timer|   10 
 /initcpio-hook-btrfs   |7 +++
 /initcpio-install-btrfs|   17 +++
 core-x86_64/FS#58237.patch |   16 +++
 core-x86_64/PKGBUILD   |   76 --
 core-x86_64/btrfs-progs.install|   15 --
 core-x86_64/btrfs-scrub@.service   |8 ---
 core-x86_64/btrfs-scrub@.timer |   10 
 core-x86_64/initcpio-hook-btrfs|7 ---
 core-x86_64/initcpio-install-btrfs |   17 ---
 13 files changed, 150 insertions(+), 133 deletions(-)

Copied: btrfs-progs/repos/core-x86_64/FS#58237.patch (from rev 325036, 
btrfs-progs/repos/testing-x86_64/FS#58237.patch)
===
--- core-x86_64/FS#58237.patch  (rev 0)
+++ core-x86_64/FS#58237.patch  2018-05-26 22:36:39 UTC (rev 325037)
@@ -0,0 +1,16 @@
+diff --git a/utils.c b/utils.c
+index e9cb3a82f..f867e5a7f 100644
+--- a/utils.c
 b/utils.c
+@@ -2484,11 +2484,6 @@ const char *subvol_strip_mountpoint(const char *mnt, 
const char *full_path)
+   if (!len)
+   return full_path;
+ 
+-  if ((strncmp(mnt, full_path, len) != 0) || (full_path[len] != '/')) {
+-  error("not on mount point: %s", mnt);
+-  exit(1);
+-  }
+-
+   if (mnt[len - 1] != '/')
+   len += 1;
+ 

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-05-26 19:48:01 UTC (rev 325036)
+++ core-x86_64/PKGBUILD2018-05-26 22:36:39 UTC (rev 325037)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.16
-pkgrel=2
-pkgdesc='Btrfs filesystem utilities'
-arch=('x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd' 'python')
-makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python-setuptools')
-url='https://btrfs.wiki.kernel.org'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
-source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer'
-'FS#58237.patch')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '830e173b9fcef4135b0e5a2e0399344e'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '917b31f4eb90448d6791e17ea0f386c7'
- '502221c1b47a3bb2c06703d4fb90a0c2'
- '340766c706bd3de66c1cbe70fe7e2934')
-
-prepare() {
-  cd $pkgname-v$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-v$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-v$pkgver
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname-v$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # install bash completion (FS

[arch-commits] Commit in lz4/repos (3 files)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:36:42
  Author: seblu
Revision: 325038

db-move: moved lz4 from [testing] to [core] (x86_64)

Added:
  lz4/repos/core-x86_64/PKGBUILD
(from rev 325037, lz4/repos/testing-x86_64/PKGBUILD)
Deleted:
  lz4/repos/core-x86_64/PKGBUILD
  lz4/repos/testing-x86_64/

--+
 /PKGBUILD|   39 +++
 core-x86_64/PKGBUILD |   40 
 2 files changed, 39 insertions(+), 40 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-05-26 22:36:39 UTC (rev 325037)
+++ core-x86_64/PKGBUILD2018-05-26 22:36:42 UTC (rev 325038)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=lz4
-epoch=1
-pkgver=1.8.1.2
-pkgrel=1
-pkgdesc='Extremely fast compression algorithm'
-arch=('x86_64')
-url='http://www.lz4.org/'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  # do not use the main makefile, it calls sub make with -e
-  # exported CLFAGS by makepkg break the version. see FS#50071
-  cd $pkgname
-  make -C lib PREFIX=/usr
-  make -C programs PREFIX=/usr lz4 lz4c
-}
-
-check() {
-  rm -f passwd.lz4
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  # mandir is broken since 1.8.0
-  make install PREFIX=/usr MANDIR=/usr/share/man/man1 DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-x86_64/PKGBUILD (from rev 325037, 
lz4/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-05-26 22:36:42 UTC (rev 325038)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=lz4
+epoch=1
+pkgver=1.8.2
+pkgrel=2
+pkgdesc='Extremely fast compression algorithm'
+arch=('x86_64')
+url='http://www.lz4.org/'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  # do not use the main makefile, it calls sub make with -e
+  # exported CLFAGS by makepkg break the version. see FS#50071
+  cd $pkgname
+  make -C lib PREFIX=/usr
+  make -C programs PREFIX=/usr lz4 lz4c
+}
+
+check() {
+  rm -f passwd.lz4
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in go-ipfs/repos/community-x86_64 (6 files)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:33:16
  Author: demize
Revision: 331301

archrelease: copy trunk to community-x86_64

Added:
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 331300, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 331300, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-x86_64/ipfs@.service
(from rev 331300, go-ipfs/trunk/ipfs@.service)
Deleted:
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service
  go-ipfs/repos/community-x86_64/ipfs@.service

---+
 PKGBUILD  |  103 +++-
 ipfs.service  |   18 -
 ipfs@.service |   20 +-
 3 files changed, 69 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:33:11 UTC (rev 331300)
+++ PKGBUILD2018-05-26 22:33:16 UTC (rev 331301)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Anatol Pomozov
-# Contributor: kpcyrd 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Ian Naval 
-
-pkgname=go-ipfs
-pkgver=0.4.14
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go-pie git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-ipfs.service
-ipfs@.service)
-sha512sums=('ab11d118078a3d003093e6530615154612e9556ae06ddd2e1725821ca2ebd7ff500cbd57970f84568e930554ba259fb46b136f1ddb340c226d171fa98453832d'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
-
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
-
-prepare() {
-  export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs
-  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-  make deps
-}
-
-build() {
-  export PATH="$PATH":"$PWD"/.gopath/bin
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  make build
-}
-
-package() {
-  cd go-ipfs-$pkgver
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-x86_64/PKGBUILD (from rev 331300, 
go-ipfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-26 22:33:16 UTC (rev 331301)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.15
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go-pie git gx gx-go)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+ipfs.service
+ipfs@.service)
+sha512sums=('b3d63b437ea158e71e132a7e86001c7f935231e93e4db19918521f9dd6fad2d89d51a96c5fe572b0e416352ba3d1226cd11173b3837e6de524a24005eb0d394f'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
+
+prepare() {
+  export GOPATH="$PWD"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/ipfs
+  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
+}
+
+build() {
+  export PATH="$PATH":"$PWD"/.gopath/bin
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  make IPFS_GX_USE_GLOBAL=1 build
+}
+
+package() {
+  cd go-ipfs-$pkgver
+
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Deleted: ipfs.service

[arch-commits] Commit in go-ipfs/trunk (PKGBUILD)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:33:11
  Author: demize
Revision: 331300

upgpkg: go-ipfs 0.4.15-1

Modified:
  go-ipfs/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:17:27 UTC (rev 331299)
+++ PKGBUILD2018-05-26 22:33:11 UTC (rev 331300)
@@ -6,7 +6,7 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.4.14
+pkgver=0.4.15
 pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
@@ -16,12 +16,12 @@
 
 depends=(glibc)
 optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go-pie git)
+makedepends=(go-pie git gx gx-go)
 
 
source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
 ipfs.service
 ipfs@.service)
-sha512sums=('ab11d118078a3d003093e6530615154612e9556ae06ddd2e1725821ca2ebd7ff500cbd57970f84568e930554ba259fb46b136f1ddb340c226d171fa98453832d'
+sha512sums=('b3d63b437ea158e71e132a7e86001c7f935231e93e4db19918521f9dd6fad2d89d51a96c5fe572b0e416352ba3d1226cd11173b3837e6de524a24005eb0d394f'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
 
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
 
@@ -29,9 +29,6 @@
   export GOPATH="$PWD"/.gopath
   mkdir -p "$GOPATH"/src/github.com/ipfs
   ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-  make deps
 }
 
 build() {
@@ -38,7 +35,7 @@
   export PATH="$PATH":"$PWD"/.gopath/bin
   cd "$GOPATH"/src/github.com/ipfs/go-ipfs
 
-  make build
+  make IPFS_GX_USE_GLOBAL=1 build
 }
 
 package() {


[arch-commits] Commit in gx/trunk (PKGBUILD)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:17:21
  Author: demize
Revision: 331298

upgpkg: gx 0.13.0-2

Modified:
  gx/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:14:15 UTC (rev 331297)
+++ PKGBUILD2018-05-26 22:17:21 UTC (rev 331298)
@@ -3,7 +3,7 @@
 
 pkgname=gx
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
 url="https://github.com/whyrusleeping/gx";


[arch-commits] Commit in gx/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:17:27
  Author: demize
Revision: 331299

archrelease: copy trunk to community-x86_64

Added:
  gx/repos/community-x86_64/PKGBUILD
(from rev 331298, gx/trunk/PKGBUILD)
Deleted:
  gx/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:17:21 UTC (rev 331298)
+++ PKGBUILD2018-05-26 22:17:27 UTC (rev 331299)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Jakub "Kubuxu" Sztandera  
-
-pkgname=gx
-pkgver=0.13.0
-pkgrel=1
-
-pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
-url="https://github.com/whyrusleeping/gx";
-arch=('x86_64')
-license=('MIT')
-
-makedepends=('git' 'go-pie')
-optdepends=('gx-go: gx packaing module for go')
-
-source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
-  ln -fs "$srcdir/gx" "$srcdir"/src/github.com/whyrusleeping/gx
-}
-
-build() {
-  # Required for go get
-  export GOPATH="$srcdir"
-  export GOBIN="$GOPATH/bin"
-  cd "$srcdir"/src/github.com/whyrusleeping/gx
-
-  msg2 'Installing dependencies...'
-  go get -v
-
-  msg2 'Building binary...'
-  go install -v
-}
-
-package() {
-  msg2 'Packaging binary...'
-  install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx"
-
-  msg2 'Packaging auxiliary files...'
-  cd gx
-  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
-}

Copied: gx/repos/community-x86_64/PKGBUILD (from rev 331298, gx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-26 22:17:27 UTC (rev 331299)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx
+pkgver=0.13.0
+pkgrel=2
+
+pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
+url="https://github.com/whyrusleeping/gx";
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+optdepends=('gx-go: gx packaing module for go')
+
+source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx" "$srcdir"/src/github.com/whyrusleeping/gx
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
+package() {
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
+}


[arch-commits] Commit in gx-go/repos (community-x86_64 community-x86_64/PKGBUILD)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:14:15
  Author: demize
Revision: 331297

archrelease: copy trunk to community-x86_64

Added:
  gx-go/repos/community-x86_64/
  gx-go/repos/community-x86_64/PKGBUILD
(from rev 331296, gx-go/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: gx-go/repos/community-x86_64/PKGBUILD (from rev 331296, 
gx-go/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-26 22:14:15 UTC (rev 331297)
@@ -0,0 +1,44 @@
+# Contributor: Johannes Löthberg 
+# Maintainer: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx-go
+pkgver=1.7.0
+pkgrel=1
+
+pkgdesc="A tool to use with the gx package manager for packages written in go"
+url="https://github.com/whyrusleeping/gx-go";
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+depends=('glibc' 'go')
+
+source=("git+https://github.com/whyrusleeping/gx-go.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx-go" "$srcdir"/src/github.com/whyrusleeping/gx-go
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx-go
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
+package() {
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx-go "${pkgdir}/usr/bin/gx-go"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx-go
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx-go" LICENSE
+}


[arch-commits] Commit in (gx-go gx-go/repos gx-go/trunk gx-go/trunk/PKGBUILD)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:13:50
  Author: demize
Revision: 331296

Import gx-go

Added:
  gx-go/
  gx-go/repos/
  gx-go/trunk/
  gx-go/trunk/PKGBUILD

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Added: gx-go/trunk/PKGBUILD
===
--- gx-go/trunk/PKGBUILD(rev 0)
+++ gx-go/trunk/PKGBUILD2018-05-26 22:13:50 UTC (rev 331296)
@@ -0,0 +1,44 @@
+# Contributor: Johannes Löthberg 
+# Maintainer: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx-go
+pkgver=1.7.0
+pkgrel=1
+
+pkgdesc="A tool to use with the gx package manager for packages written in go"
+url="https://github.com/whyrusleeping/gx-go";
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+depends=('glibc' 'go')
+
+source=("git+https://github.com/whyrusleeping/gx-go.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx-go" "$srcdir"/src/github.com/whyrusleeping/gx-go
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx-go
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
+package() {
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx-go "${pkgdir}/usr/bin/gx-go"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx-go
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx-go" LICENSE
+}


Property changes on: gx-go/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in gx/trunk (PKGBUILD)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:08:55
  Author: demize
Revision: 331294

Build from source instead

Modified:
  gx/trunk/PKGBUILD

--+
 PKGBUILD |   37 -
 1 file changed, 28 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:08:40 UTC (rev 331293)
+++ PKGBUILD2018-05-26 22:08:55 UTC (rev 331294)
@@ -7,19 +7,38 @@
 
 pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
 url="https://github.com/whyrusleeping/gx";
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('MIT')
 
-depends=('glibc')
-optdepends=('gx-go: gx packaging module for go')
+makedepends=('git' 'go-pie')
+optdepends=('gx-go: gx packaing module for go')
 
-_srcroot="https://ipfs.io/ipns/dist.ipfs.io";
-source_x86_64=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-amd64.tar.gz")
-source_i686=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-386.tar.gz")
+source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver";)
+md5sums=('SKIP')
 
-sha512sums_i686=('4102815ec8743bfd6221122d2b4578762d320450051cf5fa8965b3729af99fb1f927e04b955d06f21760540c90bc80d8bb6363b6f8b3a7391cc10555d9e76fa0')
-sha512sums_x86_64=('ebd529695d0b31d6e26d224b2a01d1b79b9f3b158b6d7954ca1e00d10a0c754f6c5c3b2814fe1727faa5690d41dd96de98f2f0626b2469a4f96c982558a34afa')
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx" "$srcdir"/src/github.com/whyrusleeping/gx
+}
 
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
 package() {
-  install -Dm 755 gx/gx "$pkgdir"/usr/bin/gx
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
 }


[arch-commits] Commit in gx/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:09:02
  Author: demize
Revision: 331295

archrelease: copy trunk to community-x86_64

Added:
  gx/repos/community-x86_64/PKGBUILD
(from rev 331294, gx/trunk/PKGBUILD)
Deleted:
  gx/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 44 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:08:55 UTC (rev 331294)
+++ PKGBUILD2018-05-26 22:09:02 UTC (rev 331295)
@@ -1,25 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Jakub "Kubuxu" Sztandera  
-
-pkgname=gx
-pkgver=0.13.0
-pkgrel=1
-
-pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
-url="https://github.com/whyrusleeping/gx";
-arch=('i686' 'x86_64')
-license=('MIT')
-
-depends=('glibc')
-optdepends=('gx-go: gx packaging module for go')
-
-_srcroot="https://ipfs.io/ipns/dist.ipfs.io";
-source_x86_64=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-amd64.tar.gz")
-source_i686=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-386.tar.gz")
-
-sha512sums_i686=('4102815ec8743bfd6221122d2b4578762d320450051cf5fa8965b3729af99fb1f927e04b955d06f21760540c90bc80d8bb6363b6f8b3a7391cc10555d9e76fa0')
-sha512sums_x86_64=('ebd529695d0b31d6e26d224b2a01d1b79b9f3b158b6d7954ca1e00d10a0c754f6c5c3b2814fe1727faa5690d41dd96de98f2f0626b2469a4f96c982558a34afa')
-
-package() {
-  install -Dm 755 gx/gx "$pkgdir"/usr/bin/gx
-}

Copied: gx/repos/community-x86_64/PKGBUILD (from rev 331294, gx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-26 22:09:02 UTC (rev 331295)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx
+pkgver=0.13.0
+pkgrel=1
+
+pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
+url="https://github.com/whyrusleeping/gx";
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+optdepends=('gx-go: gx packaing module for go')
+
+source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx" "$srcdir"/src/github.com/whyrusleeping/gx
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
+package() {
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
+}


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (14 files)

2018-05-26 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, May 26, 2018 @ 22:08:40
  Author: svenstaro
Revision: 331293

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 331292, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 331292, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/libtgvoip-2.patch
(from rev 331292, telegram-desktop/trunk/libtgvoip-2.patch)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 331292, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 331292, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 331292, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 331292, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/libtgvoip-2.patch
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

---+
 CMakeLists.inj|   28 -
 PKGBUILD  |  186 
 libtgvoip-2.patch |  162 +++
 libtgvoip.patch   |   36 -
 no-gtk2.patch |   56 +-
 tdesktop.patch| 1112 ++--
 tg.protocol   |   22 -
 7 files changed, 801 insertions(+), 801 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2018-05-26 22:08:21 UTC (rev 331292)
+++ CMakeLists.inj  2018-05-26 22:08:40 UTC (rev 331293)
@@ -1,14 +0,0 @@
-# - debian/CMakeLists.inj begin -
-# The text will be putted into the appropriate CMakeLists by debian/rules 
script
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-
-# vim: ft=cmake
-# -- debian/CMakeLists.inj end --

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
331292, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2018-05-26 22:08:40 UTC (rev 331293)
@@ -0,0 +1,14 @@
+# - debian/CMakeLists.inj begin -
+# The text will be putted into the appropriate CMakeLists by debian/rules 
script
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+
+# vim: ft=cmake
+# -- debian/CMakeLists.inj end --

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:08:21 UTC (rev 331292)
+++ PKGBUILD2018-05-26 22:08:40 UTC (rev 331293)
@@ -1,93 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.2.22
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/";
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl')
-makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
-optdepends=('libnotify: desktop notifications')
-source=(
-
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver";
-"GSL::git+https://github.com/Microsoft/GSL.git";
-"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git";
-"variant::git+https://github.com/mapbox/variant.git";
-"Catch::git+https://github.com/philsquared/Catch";
-"tg.protocol"
-"CMakeLists.inj"
-"tdesktop.patch"
-"no-gtk2.patch"
-"libtgvoip.patch"
-"libtgvoip-2.patch"
-)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'b87414ceaae19185a8a5749cea1f6d9f3fc3c69b8dd729e3db8790cde00b987c3c827cd30baf0eac579d1884e34aa2f37bb90778c3c0bc9ca211d75a82891b9d'
-
'aa97c02ff4f1caa152671496aff6bb7162271fbfb

[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD)

2018-05-26 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, May 26, 2018 @ 22:08:21
  Author: svenstaro
Revision: 331292

upgpkg: telegram-desktop 1.2.24-1

Modified:
  telegram-desktop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:04:19 UTC (rev 331291)
+++ PKGBUILD2018-05-26 22:08:21 UTC (rev 331292)
@@ -5,7 +5,7 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.2.22
+pkgver=1.2.24
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')


[arch-commits] Commit in haskell-pointed/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:04:19
  Author: felixonmars
Revision: 331291

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pointed/repos/community-staging-x86_64/
  haskell-pointed/repos/community-staging-x86_64/PKGBUILD
(from rev 331290, haskell-pointed/trunk/PKGBUILD)

--+
 PKGBUILD |   48 
 1 file changed, 48 insertions(+)

Copied: haskell-pointed/repos/community-staging-x86_64/PKGBUILD (from rev 
331290, haskell-pointed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 22:04:19 UTC (rev 331291)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pointed
+pkgname=haskell-pointed
+pkgver=5.0.1
+pkgrel=24
+pkgdesc="Pointed and copointed data"
+url="https://github.com/ekmett/pointed/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-data-default-class' 
'haskell-hashable'
+ 'haskell-kan-extensions' 'haskell-semigroupoids' 'haskell-tagged'
+ 'haskell-transformers-compat' 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('65958628c983a2c2866b1a1a615c7a7f2f516068c667ce9b93f4214b863632b40eba4915d49e07388c52ced8868bb308b24e7b38a6f50563c68954696748c99b')
+
+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 \
+-fcomonad -fcontainers -fkan-extensions -fsemigroupoids 
-fsemigroups \
+-fstm -ftagged -ftransformers -funordered-containers
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-pointed/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:03:58
  Author: felixonmars
Revision: 331290

upgpkg: haskell-pointed 5.0.1-24

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-pointed/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:03:20 UTC (rev 331289)
+++ PKGBUILD2018-05-26 22:03:58 UTC (rev 331290)
@@ -5,7 +5,7 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5.0.1
-pkgrel=23
+pkgrel=24
 pkgdesc="Pointed and copointed data"
 url="https://github.com/ekmett/pointed/";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-prettyprinter-convert-ansi-wl-pprint/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:03:01
  Author: felixonmars
Revision: 331288

upgpkg: haskell-prettyprinter-convert-ansi-wl-pprint 1.1-2

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:02:22 UTC (rev 331287)
+++ PKGBUILD2018-05-26 22:03:01 UTC (rev 331288)
@@ -4,7 +4,7 @@
 _hkgname=prettyprinter-convert-ansi-wl-pprint
 pkgname=haskell-prettyprinter-convert-ansi-wl-pprint
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Converter from ansi-wl-pprint documents to prettyprinter-based ones."
 url="https://github.com/quchen/prettyprinter";
 license=('custom:BSD2')


[arch-commits] Commit in haskell-prettyprinter-convert-ansi-wl-pprint/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:03:20
  Author: felixonmars
Revision: 331289

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/
  
haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
(from rev 331288, 
haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: 
haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
 (from rev 331288, haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 22:03:20 UTC (rev 331289)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=prettyprinter-convert-ansi-wl-pprint
+pkgname=haskell-prettyprinter-convert-ansi-wl-pprint
+pkgver=1.1
+pkgrel=2
+pkgdesc="Converter from ansi-wl-pprint documents to prettyprinter-based ones."
+url="https://github.com/quchen/prettyprinter";
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 
'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal')
+makedepends=('ghc' 'haskell-doctest')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('d5587fd33e5175149781c21d577a2e18b4f84731ed9deb692f22ea25f85212ac13b300176b13ae3f54d07fb3a720fda6c5561052d68f4832dc255fbf85c05aea')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


[arch-commits] Commit in haskell-process-extras/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:02:22
  Author: felixonmars
Revision: 331287

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-process-extras/repos/community-staging-x86_64/
  haskell-process-extras/repos/community-staging-x86_64/PKGBUILD
(from rev 331286, haskell-process-extras/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: haskell-process-extras/repos/community-staging-x86_64/PKGBUILD (from 
rev 331286, haskell-process-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 22:02:22 UTC (rev 331287)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=process-extras
+pkgname=haskell-process-extras
+pkgver=0.7.4
+pkgrel=10
+pkgdesc="Process extras"
+url="https://github.com/seereason/process-extras";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-generic-deriving' 
'haskell-listlike'
+)
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4747b4bd920796b7b4ddf32d0e72a3af556c9db66c828b725ac7a7467442dad2b0dc85aa66e03d7a8c5afdb02658611e64d390b6c71219b380a986e245495536')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-process-extras/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:02:02
  Author: felixonmars
Revision: 331286

upgpkg: haskell-process-extras 0.7.4-10

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-process-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:01:20 UTC (rev 331285)
+++ PKGBUILD2018-05-26 22:02:02 UTC (rev 331286)
@@ -5,7 +5,7 @@
 _hkgname=process-extras
 pkgname=haskell-process-extras
 pkgver=0.7.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Process extras"
 url="https://github.com/seereason/process-extras";
 license=('MIT')


[arch-commits] Commit in haskell-project-template/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:01:20
  Author: felixonmars
Revision: 331285

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-project-template/repos/community-staging-x86_64/
  haskell-project-template/repos/community-staging-x86_64/PKGBUILD
(from rev 331284, haskell-project-template/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 331284, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 22:01:20 UTC (rev 331285)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0.1
+pkgrel=39
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-resourcet')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('bc5824086ba8dfaff4ff64c5115d37ea5e496d7692f1120b11c2a878e522119d362c7d119ccf7b9cc064c58f9ce6382b5e24a69cdac5ac5d683c4d616e2c66ea')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-project-template/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:01:01
  Author: felixonmars
Revision: 331284

upgpkg: haskell-project-template 0.2.0.1-39

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-project-template/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:00:21 UTC (rev 331283)
+++ PKGBUILD2018-05-26 22:01:01 UTC (rev 331284)
@@ -5,7 +5,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.0.1
-pkgrel=38
+pkgrel=39
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-retry/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:00:01
  Author: felixonmars
Revision: 331282

upgpkg: haskell-retry 0.7.6.2-14

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-retry/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:59:12 UTC (rev 331281)
+++ PKGBUILD2018-05-26 22:00:01 UTC (rev 331282)
@@ -5,7 +5,7 @@
 _hkgname=retry
 pkgname=haskell-retry
 pkgver=0.7.6.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Retry combinators for monadic actions that may fail"
 url="https://github.com/Soostone/retry";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-retry/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:00:21
  Author: felixonmars
Revision: 331283

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-retry/repos/community-staging-x86_64/
  haskell-retry/repos/community-staging-x86_64/PKGBUILD
(from rev 331282, haskell-retry/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: haskell-retry/repos/community-staging-x86_64/PKGBUILD (from rev 331282, 
haskell-retry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 22:00:21 UTC (rev 331283)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=retry
+pkgname=haskell-retry
+pkgver=0.7.6.2
+pkgrel=14
+pkgdesc="Retry combinators for monadic actions that may fail"
+url="https://github.com/Soostone/retry";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' 'haskell-exceptions' 
'haskell-random')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hunit' 'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-hedgehog')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('f3c2713feb2f348481e8c4e0fa294da484bb9de85e305d17d98385bd3554936d5ad987b63a077448cf70a09746a2d84dd0f3af7af896f00772d251c9c1e119dd')
+
+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-lib-werror
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-rio/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:59:12
  Author: felixonmars
Revision: 331281

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-rio/repos/community-staging-x86_64/
  haskell-rio/repos/community-staging-x86_64/PKGBUILD
(from rev 331280, haskell-rio/trunk/PKGBUILD)

--+
 PKGBUILD |   50 ++
 1 file changed, 50 insertions(+)

Copied: haskell-rio/repos/community-staging-x86_64/PKGBUILD (from rev 331280, 
haskell-rio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:59:12 UTC (rev 331281)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=rio
+pkgname=haskell-rio
+pkgver=0.1.2.0
+pkgrel=7
+pkgdesc="A standard library for Haskell"
+url="https://github.com/commercialhaskell/rio";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-hashable' 'haskell-microlens'
+ 'haskell-primitive' 'haskell-typed-process' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1f51ba6c42b21e9a0cb11c3a6cb847a624492b9156096df493556f420f28d702ec6ee9ba647e0d70d70a5126052de81295bc7bf38c4383f6b3566a9f57c58d0b')
+
+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}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-rio/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:58:52
  Author: felixonmars
Revision: 331280

upgpkg: haskell-rio 0.1.2.0-7

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-rio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:58:36 UTC (rev 331279)
+++ PKGBUILD2018-05-26 21:58:52 UTC (rev 331280)
@@ -4,7 +4,7 @@
 _hkgname=rio
 pkgname=haskell-rio
 pkgver=0.1.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A standard library for Haskell"
 url="https://github.com/commercialhaskell/rio";
 license=('MIT')


[arch-commits] Commit in gx/repos (community-x86_64 community-x86_64/PKGBUILD)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 21:58:36
  Author: demize
Revision: 331279

archrelease: copy trunk to community-x86_64

Added:
  gx/repos/community-x86_64/
  gx/repos/community-x86_64/PKGBUILD
(from rev 331278, gx/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: gx/repos/community-x86_64/PKGBUILD (from rev 331278, gx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-26 21:58:36 UTC (rev 331279)
@@ -0,0 +1,25 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx
+pkgver=0.13.0
+pkgrel=1
+
+pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
+url="https://github.com/whyrusleeping/gx";
+arch=('i686' 'x86_64')
+license=('MIT')
+
+depends=('glibc')
+optdepends=('gx-go: gx packaging module for go')
+
+_srcroot="https://ipfs.io/ipns/dist.ipfs.io";
+source_x86_64=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-amd64.tar.gz")
+source_i686=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-386.tar.gz")
+
+sha512sums_i686=('4102815ec8743bfd6221122d2b4578762d320450051cf5fa8965b3729af99fb1f927e04b955d06f21760540c90bc80d8bb6363b6f8b3a7391cc10555d9e76fa0')
+sha512sums_x86_64=('ebd529695d0b31d6e26d224b2a01d1b79b9f3b158b6d7954ca1e00d10a0c754f6c5c3b2814fe1727faa5690d41dd96de98f2f0626b2469a4f96c982558a34afa')
+
+package() {
+  install -Dm 755 gx/gx "$pkgdir"/usr/bin/gx
+}


[arch-commits] Commit in haskell-sandi/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:58:05
  Author: felixonmars
Revision: 331278

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-sandi/repos/community-staging-x86_64/
  haskell-sandi/repos/community-staging-x86_64/PKGBUILD
(from rev 331277, haskell-sandi/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: haskell-sandi/repos/community-staging-x86_64/PKGBUILD (from rev 331277, 
haskell-sandi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:58:05 UTC (rev 331278)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sandi
+pkgname=haskell-sandi
+pkgver=0.4.2
+pkgrel=10
+pkgdesc="Data encoding library"
+url="https://hackage.haskell.org/package/sandi";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-conduit" "haskell-exceptions" 
"haskell-stringsearch")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1fb255ca358c83a46121f930cbcbe4892f3c6d7b2830f4ba497faceeb9f1f5bb6046f1043c2c65b552e4afc0be1f413852db5b8e2054a476cacbe0d3fb4ee4a0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fwith-conduit
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-sandi/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:57:46
  Author: felixonmars
Revision: 331277

upgpkg: haskell-sandi 0.4.2-10

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-sandi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:57:03 UTC (rev 331276)
+++ PKGBUILD2018-05-26 21:57:46 UTC (rev 331277)
@@ -5,7 +5,7 @@
 _hkgname=sandi
 pkgname=haskell-sandi
 pkgver=0.4.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Data encoding library"
 url="https://hackage.haskell.org/package/sandi";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-sbv/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:57:03
  Author: felixonmars
Revision: 331276

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-sbv/repos/community-staging-x86_64/
  haskell-sbv/repos/community-staging-x86_64/PKGBUILD
(from rev 331275, haskell-sbv/trunk/PKGBUILD)

--+
 PKGBUILD |   47 +++
 1 file changed, 47 insertions(+)

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 331275, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:57:03 UTC (rev 331276)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=7.8
+pkgrel=8
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="http://leventerkok.github.com/sbv";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-data-binary-ieee754'
+ 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' '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=('ec7e7d715d6a82b0201c91a83deae238b6c366316a3734d6916327fc9849de0b1263541ff57e0689a43f4ca0f7c1e073a3c99b18adc30288067594e6458c5f61')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-sbv/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:56:43
  Author: felixonmars
Revision: 331275

upgpkg: haskell-sbv 7.8-8

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-sbv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:55:29 UTC (rev 331274)
+++ PKGBUILD2018-05-26 21:56:43 UTC (rev 331275)
@@ -5,7 +5,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=7.8
-pkgrel=7
+pkgrel=8
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="http://leventerkok.github.com/sbv";
 license=("custom:BSD3")


[arch-commits] Commit in (gx gx/repos gx/trunk gx/trunk/PKGBUILD)

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 21:55:29
  Author: demize
Revision: 331274

Import gx

Added:
  gx/
  gx/repos/
  gx/trunk/
  gx/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Added: gx/trunk/PKGBUILD
===
--- gx/trunk/PKGBUILD   (rev 0)
+++ gx/trunk/PKGBUILD   2018-05-26 21:55:29 UTC (rev 331274)
@@ -0,0 +1,25 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx
+pkgver=0.13.0
+pkgrel=1
+
+pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
+url="https://github.com/whyrusleeping/gx";
+arch=('i686' 'x86_64')
+license=('MIT')
+
+depends=('glibc')
+optdepends=('gx-go: gx packaging module for go')
+
+_srcroot="https://ipfs.io/ipns/dist.ipfs.io";
+source_x86_64=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-amd64.tar.gz")
+source_i686=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-386.tar.gz")
+
+sha512sums_i686=('4102815ec8743bfd6221122d2b4578762d320450051cf5fa8965b3729af99fb1f927e04b955d06f21760540c90bc80d8bb6363b6f8b3a7391cc10555d9e76fa0')
+sha512sums_x86_64=('ebd529695d0b31d6e26d224b2a01d1b79b9f3b158b6d7954ca1e00d10a0c754f6c5c3b2814fe1727faa5690d41dd96de98f2f0626b2469a4f96c982558a34afa')
+
+package() {
+  install -Dm 755 gx/gx "$pkgdir"/usr/bin/gx
+}


Property changes on: gx/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in haskell-servant-server/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:53:16
  Author: felixonmars
Revision: 331273

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-servant-server/repos/community-staging-x86_64/
  haskell-servant-server/repos/community-staging-x86_64/PKGBUILD
(from rev 331272, haskell-servant-server/trunk/PKGBUILD)

--+
 PKGBUILD |   56 
 1 file changed, 56 insertions(+)

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 331272, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:53:16 UTC (rev 331273)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.13.0.1
+pkgrel=11
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-exceptions' 
'haskell-http-api-data'
+ 'haskell-http-media' 'haskell-http-types' 'haskell-network-uri' 
'haskell-monad-control'
+ 'haskell-network' 'haskell-safe' 'haskell-servant' 'haskell-split'
+ 'haskell-string-conversions' 'haskell-system-filepath' 
'haskell-resourcet' 'haskell-tagged'
+ 'haskell-transformers-base' 'haskell-transformers-compat' 
'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-word8')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-should-not-typecheck' 'haskell-quickcheck' 
'haskell-wai-extra'
+ 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('45e6b8eb9b60efc1bfe046d3e7c93eac4a7c8f9a9f199dd13bcde16a4ba11ad63e3a31c05f056ed1e8266e45307f37982ab9723bb2721978881312521f264d1d')
+
+prepare() {
+cd $_hkgname-$pkgver
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-servant-server/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:52:47
  Author: felixonmars
Revision: 331272

upgpkg: haskell-servant-server 0.13.0.1-11

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-servant-server/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:51:41 UTC (rev 331271)
+++ PKGBUILD2018-05-26 21:52:47 UTC (rev 331272)
@@ -5,7 +5,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.13.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="http://haskell-servant.readthedocs.org/";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-servant-swagger/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:51:41
  Author: felixonmars
Revision: 331271

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 331270, haskell-servant-swagger/trunk/PKGBUILD)

--+
 PKGBUILD |   52 
 1 file changed, 52 insertions(+)

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 331270, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:51:41 UTC (rev 331271)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.5
+pkgrel=8
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-http-media' 
'haskell-insert-ordered-containers'
+ 'haskell-lens' 'haskell-servant' 'haskell-singleton-bool' 
'haskell-swagger2'
+ 'haskell-unordered-containers' 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-cabal-doctest' 'haskell-doctest'
+ 'haskell-hspec-discover')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('f71bfa4b19bfa8ce747e97d537b592875a8e96b449e37b397cb42a698c0d252eadf5430781d443dcaf57774239fa1304a6b51709873f22289752ad23ec73d726')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*1.3/<2/' -e 's/<.*4.11/<5/' -e 's/<.*0.14/<1/' 
$_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
+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)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:51:21
  Author: felixonmars
Revision: 331270

upgpkg: haskell-servant-swagger 1.1.5-8

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:50:25 UTC (rev 331269)
+++ PKGBUILD2018-05-26 21:51:21 UTC (rev 331270)
@@ -5,7 +5,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.5
-pkgrel=7
+pkgrel=8
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-statistics/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:50:25
  Author: felixonmars
Revision: 331269

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-statistics/repos/community-staging-x86_64/
  haskell-statistics/repos/community-staging-x86_64/PKGBUILD
(from rev 331268, haskell-statistics/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: haskell-statistics/repos/community-staging-x86_64/PKGBUILD (from rev 
331268, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:50:25 UTC (rev 331269)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.14.0.2
+pkgrel=43
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics";
+license=("custom:BSD2")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-base-orphans" "haskell-erf" 
"haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances" 
"haskell-vector-th-unbox")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('8ee0d6ae6f7a27b4b5a61e2c9a9b086224cfb7157efc396052263c5c89aea5eeb625a312e0c08f78cee3d819cdaa139f5a7bfc4413847592db45b1b697e4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*0.7/<1/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-statistics/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:50:04
  Author: felixonmars
Revision: 331268

upgpkg: haskell-statistics 0.14.0.2-43

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-statistics/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:48:20 UTC (rev 331267)
+++ PKGBUILD2018-05-26 21:50:04 UTC (rev 331268)
@@ -5,7 +5,7 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.14.0.2
-pkgrel=42
+pkgrel=43
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics";
 license=("custom:BSD2")


[arch-commits] Commit in haskell-storable-tuple/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:48:20
  Author: felixonmars
Revision: 331267

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-storable-tuple/repos/community-staging-x86_64/
  haskell-storable-tuple/repos/community-staging-x86_64/PKGBUILD
(from rev 331266, haskell-storable-tuple/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: haskell-storable-tuple/repos/community-staging-x86_64/PKGBUILD (from 
rev 331266, haskell-storable-tuple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:48:20 UTC (rev 331267)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=storable-tuple
+pkgname=haskell-storable-tuple
+pkgver=0.0.3.3
+pkgrel=5
+pkgdesc="Storable instance for pairs and triples"
+url="http://code.haskell.org/~thielema/storable-tuple/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-storable-record' 'haskell-utility-ht' 
'haskell-base-orphans')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('046a809d8b6655259f3cb4de55b81d272007cf2d32f0eec3f464924f595f904030102c3fd4f3b193a01b48d2d54582a9206314a2e87cd17ecdc16a159fe73b4d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fsplitbase
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-storable-tuple/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:47:57
  Author: felixonmars
Revision: 331266

upgpkg: haskell-storable-tuple 0.0.3.3-5

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-storable-tuple/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:47:12 UTC (rev 331265)
+++ PKGBUILD2018-05-26 21:47:57 UTC (rev 331266)
@@ -5,7 +5,7 @@
 _hkgname=storable-tuple
 pkgname=haskell-storable-tuple
 pkgver=0.0.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Storable instance for pairs and triples"
 url="http://code.haskell.org/~thielema/storable-tuple/";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-store/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:46:42
  Author: felixonmars
Revision: 331264

upgpkg: haskell-store 0.4.3.2-94

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-store/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:45:20 UTC (rev 331263)
+++ PKGBUILD2018-05-26 21:46:42 UTC (rev 331264)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.3.2
-pkgrel=93
+pkgrel=94
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store";
 license=('custom:BSD3')


  1   2   3   4   5   6   7   8   >