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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:04:38
  Author: felixonmars
Revision: 652388

upgpkg: haskell-js-jquery 3.3.1-455: rebuild with splitmix 0.1

Modified:
  haskell-js-jquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:04:15 UTC (rev 652387)
+++ PKGBUILD2020-06-24 13:04:38 UTC (rev 652388)
@@ -4,7 +4,7 @@
 _hkgname=js-jquery
 pkgname=haskell-js-jquery
 pkgver=3.3.1
-pkgrel=454
+pkgrel=455
 pkgdesc="Obtain minified jQuery code"
 url="https://github.com/ndmitchell/js-jquery#readme";
 license=("MIT")


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:04:48
  Author: felixonmars
Revision: 652389

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD
(from rev 652388, haskell-js-jquery/trunk/PKGBUILD)
Deleted:
  haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:04:38 UTC (rev 652388)
+++ PKGBUILD2020-06-24 13:04:48 UTC (rev 652389)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=js-jquery
-pkgname=haskell-js-jquery
-pkgver=3.3.1
-pkgrel=454
-pkgdesc="Obtain minified jQuery code"
-url="https://github.com/ndmitchell/js-jquery#readme";
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' 'haskell-http')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('359a4342bc5156d5360385a478e235def04db0381cc48f342baac5018e91350dce760adb9b9ada796bc6341d5629f807672f629ee127faefe521801d62bb')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
"${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 
652388, haskell-js-jquery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:04:48 UTC (rev 652389)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=3.3.1
+pkgrel=455
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-http')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('359a4342bc5156d5360385a478e235def04db0381cc48f342baac5018e91350dce760adb9b9ada796bc6341d5629f807672f629ee127faefe521801d62bb')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
"${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:06:38
  Author: felixonmars
Revision: 652390

upgpkg: haskell-criterion 1.5.6.2-83: rebuild with splitmix 0.1

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:04:48 UTC (rev 652389)
+++ PKGBUILD2020-06-24 13:06:38 UTC (rev 652390)
@@ -4,7 +4,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.5.6.2
-pkgrel=82
+pkgrel=83
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion";
 license=("BSD")


[arch-commits] Commit in haskell-criterion/repos/community-staging-x86_64 (2 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:06:50
  Author: felixonmars
Revision: 652391

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-criterion/repos/community-staging-x86_64/PKGBUILD
(from rev 652390, haskell-criterion/trunk/PKGBUILD)
Deleted:
  haskell-criterion/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:06:38 UTC (rev 652390)
+++ PKGBUILD2020-06-24 13:06:50 UTC (rev 652391)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=criterion
-pkgname=haskell-criterion
-pkgver=1.5.6.2
-pkgrel=82
-pkgdesc="Robust, reliable performance measurement and analysis"
-url="http://www.serpentine.com/criterion";
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-base-compat-batteries'
- 'haskell-binary-orphans' 'haskell-cassava' 'haskell-code-page'
- 'haskell-criterion-measurement' 'haskell-glob' 'haskell-js-flot'
- 'haskell-js-jquery' 'haskell-microstache' 'haskell-mwc-random'
- 'haskell-optparse-applicative' 'haskell-statistics' 
'haskell-transformers-compat'
- 'haskell-vector' 'haskell-vector-algorithms')
-makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-tasty'
- 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('48e4c0803480fa21830342ff7fd016e15de1b598fb8c4541710c6a9d81e4919bfcb22bc5fbd1ac417e79df902f1154f20aa3e3081efcf6a9af872f00142c3af0')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-fast -f-embed-data-files
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
652390, haskell-criterion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:06:50 UTC (rev 652391)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.5.6.2
+pkgrel=83
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-base-compat-batteries'
+ 'haskell-binary-orphans' 'haskell-cassava' 'haskell-code-page'
+ 'haskell-criterion-measurement' 'haskell-glob' 'haskell-js-flot'
+ 'haskell-js-jquery' 'haskell-microstache' 'haskell-mwc-random'
+ 'haskell-optparse-applicative' 'haskell-statistics' 
'haskell-transformers-compat'
+ 'haskell-vector' 'haskell-vector-algorithms')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('48e4c0803480fa21830342ff7fd016e15de1b598fb8c4541710c6a9d81e4919bfcb22bc5fbd1ac417e79df902f1154f20aa3e3081efcf6a9af872f00142c3af0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast -f-embed-data-files
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*u

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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:07:37
  Author: felixonmars
Revision: 652392

upgpkg: haskell-network 3.1.1.1-20: rebuild with splitmix 0.1

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:06:50 UTC (rev 652391)
+++ PKGBUILD2020-06-24 13:07:37 UTC (rev 652392)
@@ -4,7 +4,7 @@
 _hkgname=network
 pkgname=haskell-network
 pkgver=3.1.1.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Low-level networking interface"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('BSD')


[arch-commits] Commit in haskell-network/repos/community-staging-x86_64 (2 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:07:47
  Author: felixonmars
Revision: 652393

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:07:37 UTC (rev 652392)
+++ PKGBUILD2020-06-24 13:07:47 UTC (rev 652393)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=network
-pkgname=haskell-network
-pkgver=3.1.1.1
-pkgrel=19
-pkgdesc="Low-level networking interface"
-url="https://hackage.haskell.org/package/${_hkgname}";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('caafd3c0730d0f6378230e0acdf285ca50480f02a44963c1f9ae9dc3d53cd496dd3171d7ff4bf79a1e072b85698d74f82d8075b999d5ba1d17ab1429c8094ca8')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-# https://github.com/haskell/network/issues/333#issuecomment-400173091
-runhaskell Setup test || warning "Tests failed"
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-network/repos/community-staging-x86_64/PKGBUILD (from rev 
652392, haskell-network/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:07:47 UTC (rev 652393)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=3.1.1.1
+pkgrel=20
+pkgdesc="Low-level networking interface"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('caafd3c0730d0f6378230e0acdf285ca50480f02a44963c1f9ae9dc3d53cd496dd3171d7ff4bf79a1e072b85698d74f82d8075b999d5ba1d17ab1429c8094ca8')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/haskell/network/issues/333#issuecomment-400173091
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-network-uri/repos/community-staging-x86_64 (2 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:09:32
  Author: felixonmars
Revision: 652395

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-network-uri/repos/community-staging-x86_64/PKGBUILD
(from rev 652394, haskell-network-uri/trunk/PKGBUILD)
Deleted:
  haskell-network-uri/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:09:23 UTC (rev 652394)
+++ PKGBUILD2020-06-24 13:09:32 UTC (rev 652395)
@@ -1,49 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_hkgname=network-uri
-pkgname=haskell-network-uri
-pkgver=2.6.3.0
-pkgrel=110
-pkgdesc="A library for client-side HTTP"
-url="https://hackage.haskell.org/package/${_hkgname}";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'sh')
-makedepends=('ghc' 'haskell-criterion' 'haskell-hunit' 'haskell-test-framework'
- 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('15091367e4543de1e2af0d81973b8e456e2c5f5295dcd7a91b91f46c2e07a6a655c6ab4c0837ce7566b21b43bca3569c1b27bb7f437572b09d00e678c7b512f0')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-network-uri/repos/community-staging-x86_64/PKGBUILD (from rev 
652394, haskell-network-uri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:09:32 UTC (rev 652395)
@@ -0,0 +1,49 @@
+# Maintainer: Jelle van der Waa 
+
+_hkgname=network-uri
+pkgname=haskell-network-uri
+pkgver=2.6.3.0
+pkgrel=111
+pkgdesc="A library for client-side HTTP"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'sh')
+makedepends=('ghc' 'haskell-criterion' 'haskell-hunit' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('15091367e4543de1e2af0d81973b8e456e2c5f5295dcd7a91b91f46c2e07a6a655c6ab4c0837ce7566b21b43bca3569c1b27bb7f437572b09d00e678c7b512f0')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:09:23
  Author: felixonmars
Revision: 652394

upgpkg: haskell-network-uri 2.6.3.0-111: rebuild with splitmix 0.1

Modified:
  haskell-network-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:07:47 UTC (rev 652393)
+++ PKGBUILD2020-06-24 13:09:23 UTC (rev 652394)
@@ -3,7 +3,7 @@
 _hkgname=network-uri
 pkgname=haskell-network-uri
 pkgver=2.6.3.0
-pkgrel=110
+pkgrel=111
 pkgdesc="A library for client-side HTTP"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('BSD')


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:10:40
  Author: felixonmars
Revision: 652396

upgpkg: haskell-http-client 0.7.1-8: rebuild with splitmix 0.1

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:09:32 UTC (rev 652395)
+++ PKGBUILD2020-06-24 13:10:40 UTC (rev 652396)
@@ -4,7 +4,7 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.7.1
-pkgrel=7
+pkgrel=8
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client";
 license=("MIT")


[arch-commits] Commit in breezy/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 24, 2020 @ 13:10:28
  Author: alucryd
Revision: 390410

archrelease: copy trunk to extra-x86_64

Added:
  breezy/repos/extra-x86_64/PKGBUILD
(from rev 390409, breezy/trunk/PKGBUILD)
Deleted:
  breezy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:10:22 UTC (rev 390409)
+++ PKGBUILD2020-06-24 13:10:28 UTC (rev 390410)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Adam Fontenot 
-
-pkgname=breezy
-pkgver=3.0.2.3
-pkgrel=3
-pkgdesc='A decentralized revision control system with support for Bazaar and 
Git file formats'
-arch=(x86_64)
-url=https://www.breezy-vcs.org/
-license=(GPL2)
-depends=(
-  python-configobj
-  python-dulwich
-  python-fastimport
-  python-patiencediff
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-provides=(bzr)
-conflicts=(bzr)
-replaces=(bzr)
-source=(git+https://github.com/breezy-team/breezy.git#tag=aa1875e6a279e8c3eb9f86e143193d4967358207)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd breezy
-
-  git describe --tags | sed 's/-/./g'
-}
-
-build() {
-  cd breezy
-
-  python setup.py build
-}
-
-package() {
-  cd breezy
-
-  export PYTHONHASHSEED=0
-  python setup.py install --root="${pkgdir}" --install-data=usr/share 
--optimize=1 --skip-build
-  ln -s brz "${pkgdir}"/usr/bin/bzr # backwards compatibility
-}
-
-# vim: ts=2 sw=2 et:

Copied: breezy/repos/extra-x86_64/PKGBUILD (from rev 390409, 
breezy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:10:28 UTC (rev 390410)
@@ -0,0 +1,65 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Adam Fontenot 
+
+pkgname=breezy
+pkgver=3.1.0.4
+pkgrel=1
+pkgdesc='A decentralized revision control system with support for Bazaar and 
Git file formats'
+arch=(x86_64)
+url=https://www.breezy-vcs.org/
+license=(GPL2)
+depends=(
+  python-configobj
+  python-patiencediff
+  python-six
+)
+makedepends=(
+  cython
+  git
+  python-dulwich
+  python-fastimport
+  python-gpgme
+  python-paramiko
+  python-setuptools
+)
+checkdepends=(python-testrepository)
+optdepends=(
+  'python-dulwich: Git support'
+  'python-fastimport: Fastimport support'
+  'python-gpgme: PGP support'
+  'python-paramiko: access branches over SFTP'
+)
+provides=(bzr)
+conflicts=(bzr)
+replaces=(bzr)
+_tag=f9c987ca30790d72809c9899c55d732279ddc8fd
+source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd breezy
+
+  git describe --tags | sed 's/-/./g'
+}
+
+build() {
+  cd breezy
+
+  python setup.py build
+}
+
+#check() {
+#  cd breezy
+#
+#  ./brz selftest
+#}
+
+package() {
+  cd breezy
+
+  export PYTHONHASHSEED=0
+  python setup.py install --root="${pkgdir}" --install-data=usr/share 
--optimize=1 --skip-build
+  ln -s brz "${pkgdir}"/usr/bin/bzr # backwards compatibility
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 24, 2020 @ 13:10:22
  Author: alucryd
Revision: 390409

upgpkg: breezy 3.1.0.4-1

Modified:
  breezy/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 22 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 12:09:44 UTC (rev 390408)
+++ PKGBUILD2020-06-24 13:10:22 UTC (rev 390409)
@@ -2,8 +2,8 @@
 # Contributor: Adam Fontenot 
 
 pkgname=breezy
-pkgver=3.0.2.3
-pkgrel=3
+pkgver=3.1.0.4
+pkgrel=1
 pkgdesc='A decentralized revision control system with support for Bazaar and 
Git file formats'
 arch=(x86_64)
 url=https://www.breezy-vcs.org/
@@ -10,19 +10,30 @@
 license=(GPL2)
 depends=(
   python-configobj
-  python-dulwich
-  python-fastimport
   python-patiencediff
   python-six
 )
 makedepends=(
+  cython
   git
+  python-dulwich
+  python-fastimport
+  python-gpgme
+  python-paramiko
   python-setuptools
 )
+checkdepends=(python-testrepository)
+optdepends=(
+  'python-dulwich: Git support'
+  'python-fastimport: Fastimport support'
+  'python-gpgme: PGP support'
+  'python-paramiko: access branches over SFTP'
+)
 provides=(bzr)
 conflicts=(bzr)
 replaces=(bzr)
-source=(git+https://github.com/breezy-team/breezy.git#tag=aa1875e6a279e8c3eb9f86e143193d4967358207)
+_tag=f9c987ca30790d72809c9899c55d732279ddc8fd
+source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
@@ -37,6 +48,12 @@
   python setup.py build
 }
 
+#check() {
+#  cd breezy
+#
+#  ./brz selftest
+#}
+
 package() {
   cd breezy
 


[arch-commits] Commit in haskell-http-client/repos/community-staging-x86_64 (2 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:10:55
  Author: felixonmars
Revision: 652397

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 652396, haskell-http-client/trunk/PKGBUILD)
Deleted:
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:10:40 UTC (rev 652396)
+++ PKGBUILD2020-06-24 13:10:55 UTC (rev 652397)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=http-client
-pkgname=haskell-http-client
-pkgver=0.7.1
-pkgrel=7
-pkgdesc="An HTTP client engine"
-url="https://github.com/snoyberg/http-client";
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-cookie'
- 'haskell-http-types' 'haskell-memory' 'haskell-mime-types'
- 'haskell-network' 'haskell-network-uri' 'haskell-random' 
'haskell-streaming-commons'
-)
-makedepends=('ghc' 'haskell-async' 'haskell-hspec' 'haskell-monad-control' 
'haskell-zlib')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('82f9b85a5da976f8bc965a625dca2e1795bb53f88babf830aa82b511046da223fc1966d139c2d1c3d1f55103d7130715bab38a9280ec7dd9b579ead47fc068eb')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
-fnetwork-uri
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test || :  # 
https://github.com/postmanlabs/httpbin/issues/617
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
652396, haskell-http-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:10:55 UTC (rev 652397)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.7.1
+pkgrel=8
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-cookie'
+ 'haskell-http-types' 'haskell-memory' 'haskell-mime-types'
+ 'haskell-network' 'haskell-network-uri' 'haskell-random' 
'haskell-streaming-commons'
+)
+makedepends=('ghc' 'haskell-async' 'haskell-hspec' 'haskell-monad-control' 
'haskell-zlib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('82f9b85a5da976f8bc965a625dca2e1795bb53f88babf830aa82b511046da223fc1966d139c2d1c3d1f55103d7130715bab38a9280ec7dd9b579ead47fc068eb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || :  # 
https://github.com/postmanlabs/httpbin/issues/617
+}
+
+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-httpd-shed/trunk (PKGBUILD)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:11:29
  Author: felixonmars
Revision: 652398

upgpkg: haskell-httpd-shed 0.4.1.1-146: rebuild with splitmix 0.1

Modified:
  haskell-httpd-shed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:10:55 UTC (rev 652397)
+++ PKGBUILD2020-06-24 13:11:29 UTC (rev 652398)
@@ -4,7 +4,7 @@
 _hkgname=httpd-shed
 pkgname=haskell-httpd-shed
 pkgver=0.4.1.1
-pkgrel=145
+pkgrel=146
 pkgdesc="A simple web-server with an interact style API"
 url="https://github.com/andygill/httpd-shed/";
 license=("BSD")


[arch-commits] Commit in haskell-httpd-shed/repos/community-staging-x86_64 (2 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:11:39
  Author: felixonmars
Revision: 652399

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD
(from rev 652398, haskell-httpd-shed/trunk/PKGBUILD)
Deleted:
  haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:11:29 UTC (rev 652398)
+++ PKGBUILD2020-06-24 13:11:39 UTC (rev 652399)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=httpd-shed
-pkgname=haskell-httpd-shed
-pkgver=0.4.1.1
-pkgrel=145
-pkgdesc="A simple web-server with an interact style API"
-url="https://github.com/andygill/httpd-shed/";
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-network' 'haskell-network-bsd' 
'haskell-network-uri')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('b168fd18f4d476fc6d903d8dc17a1831645049dc6ae57e977b97453f69c98dc3a288e2c8d0298283bc2b8dd0d4e994fcec27058bb36b9ee0d4d4aac2b9de3b97')
-
-prepare() {
-cd $_hkgname-$pkgver
-echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-buildexamples -fnetwork-uri -fnetwork-bsd
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD (from rev 
652398, haskell-httpd-shed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:11:39 UTC (rev 652399)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=httpd-shed
+pkgname=haskell-httpd-shed
+pkgver=0.4.1.1
+pkgrel=146
+pkgdesc="A simple web-server with an interact style API"
+url="https://github.com/andygill/httpd-shed/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-network-bsd' 
'haskell-network-uri')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b168fd18f4d476fc6d903d8dc17a1831645049dc6ae57e977b97453f69c98dc3a288e2c8d0298283bc2b8dd0d4e994fcec27058bb36b9ee0d4d4aac2b9de3b97')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-buildexamples -fnetwork-uri -fnetwork-bsd
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:12:51
  Author: felixonmars
Revision: 652400

upgpkg: haskell-warp 3.3.12-27: rebuild with splitmix 0.1

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:11:39 UTC (rev 652399)
+++ PKGBUILD2020-06-24 13:12:51 UTC (rev 652400)
@@ -4,7 +4,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.3.12
-pkgrel=26
+pkgrel=27
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="https://github.com/yesodweb/wai";
 license=("MIT")


[arch-commits] Commit in haskell-warp/repos/community-staging-x86_64 (2 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:13:01
  Author: felixonmars
Revision: 652401

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-warp/repos/community-staging-x86_64/PKGBUILD
(from rev 652400, haskell-warp/trunk/PKGBUILD)
Deleted:
  haskell-warp/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:12:51 UTC (rev 652400)
+++ PKGBUILD2020-06-24 13:13:01 UTC (rev 652401)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=warp
-pkgname=haskell-warp
-pkgver=3.3.12
-pkgrel=26
-pkgdesc="A fast, light-weight web server for WAI applications."
-url="https://github.com/yesodweb/wai";
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 
'haskell-bsb-http-chunked'
- 'haskell-case-insensitive' 'haskell-hashable' 'haskell-http-date' 
'haskell-http-types'
- 'haskell-http2' 'haskell-iproute' 'haskell-network' 
'haskell-simple-sendfile'
- 'haskell-streaming-commons' 'haskell-time-manager' 
'haskell-unix-compat' 'haskell-vault'
- 'haskell-wai' 'haskell-word8' 'haskell-x509')
-makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 
'haskell-hunit'
- 'haskell-lifted-base' 'haskell-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('14f4bf2aec911823b22419ffe91db43de4e0a8905b2bfc7127fd7cca650c0a80174b385011e885aaa508bc93b6e94372946d290ef166ad293091c06b585f1b04')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-warp-debug -fallow-sendfilefd -f-network-bytestring
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 652400, 
haskell-warp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:13:01 UTC (rev 652401)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.3.12
+pkgrel=27
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="https://github.com/yesodweb/wai";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 
'haskell-bsb-http-chunked'
+ 'haskell-case-insensitive' 'haskell-hashable' 'haskell-http-date' 
'haskell-http-types'
+ 'haskell-http2' 'haskell-iproute' 'haskell-network' 
'haskell-simple-sendfile'
+ 'haskell-streaming-commons' 'haskell-time-manager' 
'haskell-unix-compat' 'haskell-vault'
+ 'haskell-wai' 'haskell-word8' 'haskell-x509')
+makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 
'haskell-hunit'
+ 'haskell-lifted-base' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('14f4bf2aec911823b22419ffe91db43de4e0a8905b2bfc7127fd7cca650c0a80174b385011e885aaa508bc93b6e94372946d290ef166ad293091c06b585f1b04')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-warp-debug -fallow-sendfilefd -f-network-bytestring
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package(

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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:13:58
  Author: felixonmars
Revision: 652402

upgpkg: haskell-http 4000.3.14-219: rebuild with splitmix 0.1

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:13:01 UTC (rev 652401)
+++ PKGBUILD2020-06-24 13:13:58 UTC (rev 652402)
@@ -4,7 +4,7 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.3.14
-pkgrel=218
+pkgrel=219
 pkgdesc="A library for client-side HTTP"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('BSD')


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:15:09
  Author: felixonmars
Revision: 652404

upgpkg: git-repair 1.20200504-31: rebuild with splitmix 0.1

Modified:
  git-repair/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:14:08 UTC (rev 652403)
+++ PKGBUILD2020-06-24 13:15:09 UTC (rev 652404)
@@ -2,7 +2,7 @@
 
 pkgname=git-repair
 pkgver=1.20200504
-pkgrel=30
+pkgrel=31
 pkgdesc="Repairs a damaged git repository"
 url="https://git-repair.branchable.com/";
 license=("AGPL3")


[arch-commits] Commit in haskell-http/repos/community-staging-x86_64 (2 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:14:08
  Author: felixonmars
Revision: 652403

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http/repos/community-staging-x86_64/PKGBUILD
(from rev 652402, haskell-http/trunk/PKGBUILD)
Deleted:
  haskell-http/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:13:58 UTC (rev 652402)
+++ PKGBUILD2020-06-24 13:14:08 UTC (rev 652403)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.3.14
-pkgrel=218
-pkgdesc="A library for client-side HTTP"
-url="https://hackage.haskell.org/package/${_hkgname}";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-network' 'haskell-network-uri')
-makedepends=('ghc' 'haskell-hunit' 'haskell-httpd-shed' 'haskell-puremd5' 
'haskell-split'
- 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-case-insensitive'
- 'haskell-http-types' 'haskell-wai' 'haskell-warp' 
'haskell-conduit'
- 'haskell-conduit-extra')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('bcc9107412f3ff5806369675ae6cfd87c4ecc36490eab6d62c697f47e62ff8b0d1d6a25f9bfb9d8ef1f037492820eb732cb9cbec7ea9e7e4b20699573077b064')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *3.3/<4/;s/< *4.14/<5/' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-mtl1 -f-warn-as-error -f-conduit10 -fwarp-tests -fnetwork-uri
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-http/repos/community-staging-x86_64/PKGBUILD (from rev 652402, 
haskell-http/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:14:08 UTC (rev 652403)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.3.14
+pkgrel=219
+pkgdesc="A library for client-side HTTP"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-hunit' 'haskell-httpd-shed' 'haskell-puremd5' 
'haskell-split'
+ 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-case-insensitive'
+ 'haskell-http-types' 'haskell-wai' 'haskell-warp' 
'haskell-conduit'
+ 'haskell-conduit-extra')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('bcc9107412f3ff5806369675ae6cfd87c4ecc36490eab6d62c697f47e62ff8b0d1d6a25f9bfb9d8ef1f037492820eb732cb9cbec7ea9e7e4b20699573077b064')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *3.3/<4/;s/< *4.14/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mtl1 -f-warn-as-error -f-conduit10 -fwarp-tests -fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Set

[arch-commits] Commit in git-repair/repos (2 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:15:18
  Author: felixonmars
Revision: 652405

archrelease: copy trunk to community-staging-x86_64

Added:
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 652404, git-repair/trunk/PKGBUILD)

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

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 652404, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:15:18 UTC (rev 652405)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20200504
+pkgrel=31
+pkgdesc="Repairs a damaged git repository"
+url="https://git-repair.branchable.com/";
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-data-default'
+ 'haskell-filepath-bytestring' 'haskell-hslogger' 'haskell-ifelse'
+ 'haskell-network' 'haskell-network-uri' 
'haskell-optparse-applicative' 'haskell-quickcheck'
+ 'haskell-split' 'haskell-unix-compat' 'haskell-utf8-string')
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:16:10
  Author: felixonmars
Revision: 652407

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-authenticate-oauth/repos/community-staging-x86_64/
  haskell-authenticate-oauth/repos/community-staging-x86_64/PKGBUILD
(from rev 652406, haskell-authenticate-oauth/trunk/PKGBUILD)

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

Copied: haskell-authenticate-oauth/repos/community-staging-x86_64/PKGBUILD 
(from rev 652406, haskell-authenticate-oauth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:16:10 UTC (rev 652407)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=authenticate-oauth
+pkgname=haskell-authenticate-oauth
+pkgver=1.6.0.1
+pkgrel=114
+pkgdesc="Library to authenticate with OAuth for Haskell web applications."
+url="https://github.com/yesodweb/authenticate";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http-client' 'haskell-crypto-pubkey-types' 
'haskell-rsa'
+ 'haskell-data-default' 'haskell-base64-bytestring' 'haskell-sha' 
'haskell-random'
+ 'haskell-http-types' 'haskell-blaze-builder' 
'haskell-transformers-compat')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b2a6310097a6edc5bd3c38052a2eca73d3f398c0b9ff4b8f1d43a1f4dc83b7297df12f3fc0bfdecfce17e600f90b13c4c9e3f31c02b17d7fec0134a34c093fd6')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *1.1/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:15:59
  Author: felixonmars
Revision: 652406

upgpkg: haskell-authenticate-oauth 1.6.0.1-114: rebuild with splitmix 0.1

Modified:
  haskell-authenticate-oauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:15:18 UTC (rev 652405)
+++ PKGBUILD2020-06-24 13:15:59 UTC (rev 652406)
@@ -3,7 +3,7 @@
 _hkgname=authenticate-oauth
 pkgname=haskell-authenticate-oauth
 pkgver=1.6.0.1
-pkgrel=113
+pkgrel=114
 pkgdesc="Library to authenticate with OAuth for Haskell web applications."
 url="https://github.com/yesodweb/authenticate";
 license=('BSD')


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:16:56
  Author: felixonmars
Revision: 652408

upgpkg: haskell-hackage-security 0.6.0.1-41: rebuild with splitmix 0.1

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:16:10 UTC (rev 652407)
+++ PKGBUILD2020-06-24 13:16:56 UTC (rev 652408)
@@ -4,7 +4,7 @@
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
 pkgver=0.6.0.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security";
 license=("BSD")


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:17:05
  Author: felixonmars
Revision: 652409

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hackage-security/repos/community-staging-x86_64/
  haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD
(from rev 652408, haskell-hackage-security/trunk/PKGBUILD)

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

Copied: haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD (from 
rev 652408, haskell-hackage-security/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:17:05 UTC (rev 652409)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hackage-security
+pkgname=haskell-hackage-security
+pkgver=0.6.0.1
+pkgrel=41
+pkgdesc="Hackage security library"
+url="https://github.com/well-typed/hackage-security";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring'
+ 'haskell-cryptohash-sha256' 'haskell-ed25519' 'haskell-lukko' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-tar' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b83fdda3712c58bcc4237965e40bea16b9ce08f30c0671f45967e69a2eb85488e78a41c8d12b9f339f78f30cc50770a72e9e9a46e5ddf740a20bce4ea4e96fdb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *1.1/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fbase48 -fuse-network-uri -f-old-directory
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:20:03
  Author: felixonmars
Revision: 652410

upgpkg: cabal-install 3.2.0.0-35: rebuild with splitmix 0.1

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:17:05 UTC (rev 652409)
+++ PKGBUILD2020-06-24 13:20:03 UTC (rev 652410)
@@ -5,7 +5,7 @@
 
 pkgname=cabal-install
 pkgver=3.2.0.0
-pkgrel=34
+pkgrel=35
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="https://hackage.haskell.org/package/cabal-install";
 license=('BSD')


[arch-commits] Commit in cabal-install/repos (2 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:20:12
  Author: felixonmars
Revision: 652411

archrelease: copy trunk to community-staging-x86_64

Added:
  cabal-install/repos/community-staging-x86_64/
  cabal-install/repos/community-staging-x86_64/PKGBUILD
(from rev 652410, cabal-install/trunk/PKGBUILD)

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

Copied: cabal-install/repos/community-staging-x86_64/PKGBUILD (from rev 652410, 
cabal-install/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:20:12 UTC (rev 652411)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=3.2.0.0
+pkgrel=35
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="https://hackage.haskell.org/package/cabal-install";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base16-bytestring' 
'haskell-cryptohash-sha256'
+ 'haskell-echo' 'haskell-edit-distance' 'haskell-hackage-security' 
'haskell-hashable'
+ 'haskell-http' 'haskell-network' 'haskell-network-uri' 
'haskell-random' 'haskell-resolv'
+ 'haskell-tar' 'haskell-zlib' 'haskell-lukko')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz";
+
$pkgname-ghc8.10.patch::https://github.com/haskell/cabal/pull/6711.patch)
+sha512sums=('ad937b2df42b688e4608aa2b91a25daf1042e5573626202e5182cbfeca9acc5933194853405a6396c60d0d28d6d0d5c5276fd85cb6acf4be2c8cd12afe747062'
+
'9e7245f5080e9c1609994b21d13ecbacb78fa9314d80425464f714f9bd68910d3fb4a5101b582461a89ec0b7115ef6acb2eb4ffba7a2477f65dca192f1eac1e7')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p2 -i ../$pkgname-ghc8.10.patch || :
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/${pkgname}"
+  runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:22:28
  Author: felixonmars
Revision: 652412

upgpkg: haskell-hopenpgp 2.9.4-107: rebuild with splitmix 0.1

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:20:12 UTC (rev 652411)
+++ PKGBUILD2020-06-24 13:22:28 UTC (rev 652412)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.4
-pkgrel=106
+pkgrel=107
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:22:38
  Author: felixonmars
Revision: 652413

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
652412, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:22:38 UTC (rev 652413)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.4
+pkgrel=107
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f2d4f0e156eac631b61eaf909bbc92034696e92a2bd6bfee0d2b6ae54d5aa9b85d59d945ea2104c5f1fe4535793b9508e80cea5951bb98470ed36876d351d005')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:24:02
  Author: felixonmars
Revision: 652414

upgpkg: deepin-calculator 5.5.18-2: fix installation properly

Modified:
  deepin-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:22:38 UTC (rev 652413)
+++ PKGBUILD2020-06-24 13:24:02 UTC (rev 652414)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-calculator
 pkgver=5.5.18
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use calculator for ordinary users'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-calculator";
@@ -11,8 +11,10 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz";
- deepin-calculator-qt5.15.patch)
+
$pkgname-file-installation.patch::https://github.com/linuxdeepin/deepin-calculator/pull/38.patch
+deepin-calculator-qt5.15.patch)
 
sha512sums=('6afa9ed59cddcd0d4b1ec1b3b0a159366f49ec5468d6cbc3a73b3a347da844c3aeb4c03524329087a7a19e5b966ff9e96470f121bff9ab7cbe25c35c2449d3fd'
+
'5fd4ceae86467bdc61c3ea5ef0788f920a0715ce0030e110d79126354fa8122e4bcfff9dc80edf233fc2f956a2f992a765c3c585d6f3eef61aa1c1d12ff68c3a'
 
'd38fed51d16655c4662bdea3a7e19cbcb27b2d04bccaad90e0089652068b6041b73a8512e717ff18c47426046dcfe188ba1535ef19fc21b74fae7dd4e4933e03')
 
 prepare() {
@@ -19,6 +21,7 @@
   cd deepin-calculator-$pkgver
   sed -i '//i #include ' src/core/session.h
 
+  patch -p1 -i ../$pkgname-file-installation.patch
   patch -p1 -i ../deepin-calculator-qt5.15.patch # Fix build with Qt 5.15
 }
 
@@ -31,6 +34,4 @@
 package() {
   cd deepin-calculator-$pkgver
   make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-calculator
 }


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:24:03
  Author: felixonmars
Revision: 652415

upgpkg: haskell-hxt 9.3.1.18-97: rebuild with splitmix 0.1

Modified:
  haskell-hxt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:24:02 UTC (rev 652414)
+++ PKGBUILD2020-06-24 13:24:03 UTC (rev 652415)
@@ -3,7 +3,7 @@
 _hkgname=hxt
 pkgname=haskell-hxt
 pkgver=9.3.1.18
-pkgrel=96
+pkgrel=97
 pkgdesc="A collection of tools for processing XML with Haskell."
 url="https://github.com/UweSchmidt/hxt";
 license=('MIT')


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:24:11
  Author: felixonmars
Revision: 652416

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hxt/repos/community-staging-x86_64/PKGBUILD (from rev 652415, 
haskell-hxt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:24:11 UTC (rev 652416)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hxt
+pkgname=haskell-hxt
+pkgver=9.3.1.18
+pkgrel=97
+pkgdesc="A collection of tools for processing XML with Haskell."
+url="https://github.com/UweSchmidt/hxt";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hxt-charproperties' 'haskell-hxt-regex-xmlschema' 
'haskell-hxt-unicode'
+ 'haskell-network-uri')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4b7c57486fe02357a45b5f835dd9f05333ce39578ec84c3c920fdcaa2df8ae1067da3650d3948559ddaf2e6f77f14291e1ddaa28a12ea9dfb62a797d296ec118')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:24:13
  Author: felixonmars
Revision: 652417

archrelease: copy trunk to community-x86_64

Added:
  deepin-calculator/repos/community-x86_64/PKGBUILD
(from rev 652415, deepin-calculator/trunk/PKGBUILD)
  deepin-calculator/repos/community-x86_64/deepin-calculator-qt5.15.patch
(from rev 652415, deepin-calculator/trunk/deepin-calculator-qt5.15.patch)
Deleted:
  deepin-calculator/repos/community-x86_64/PKGBUILD
  deepin-calculator/repos/community-x86_64/deepin-calculator-qt5.15.patch

+
 PKGBUILD   |   73 +++
 deepin-calculator-qt5.15.patch |   72 +++---
 2 files changed, 73 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:24:11 UTC (rev 652416)
+++ PKGBUILD2020-06-24 13:24:13 UTC (rev 652417)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-calculator
-pkgver=5.5.18
-pkgrel=1
-pkgdesc='An easy to use calculator for ordinary users'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-calculator";
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz";
- deepin-calculator-qt5.15.patch)
-sha512sums=('6afa9ed59cddcd0d4b1ec1b3b0a159366f49ec5468d6cbc3a73b3a347da844c3aeb4c03524329087a7a19e5b966ff9e96470f121bff9ab7cbe25c35c2449d3fd'
-
'd38fed51d16655c4662bdea3a7e19cbcb27b2d04bccaad90e0089652068b6041b73a8512e717ff18c47426046dcfe188ba1535ef19fc21b74fae7dd4e4933e03')
-
-prepare() {
-  cd deepin-calculator-$pkgver
-  sed -i '//i #include ' src/core/session.h
-
-  patch -p1 -i ../deepin-calculator-qt5.15.patch # Fix build with Qt 5.15
-}
-
-build() {
-  cd deepin-calculator-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd deepin-calculator-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-calculator
-}

Copied: deepin-calculator/repos/community-x86_64/PKGBUILD (from rev 652415, 
deepin-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:24:13 UTC (rev 652417)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-calculator
+pkgver=5.5.18
+pkgrel=2
+pkgdesc='An easy to use calculator for ordinary users'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-calculator";
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz";
+
$pkgname-file-installation.patch::https://github.com/linuxdeepin/deepin-calculator/pull/38.patch
+deepin-calculator-qt5.15.patch)
+sha512sums=('6afa9ed59cddcd0d4b1ec1b3b0a159366f49ec5468d6cbc3a73b3a347da844c3aeb4c03524329087a7a19e5b966ff9e96470f121bff9ab7cbe25c35c2449d3fd'
+
'5fd4ceae86467bdc61c3ea5ef0788f920a0715ce0030e110d79126354fa8122e4bcfff9dc80edf233fc2f956a2f992a765c3c585d6f3eef61aa1c1d12ff68c3a'
+
'd38fed51d16655c4662bdea3a7e19cbcb27b2d04bccaad90e0089652068b6041b73a8512e717ff18c47426046dcfe188ba1535ef19fc21b74fae7dd4e4933e03')
+
+prepare() {
+  cd deepin-calculator-$pkgver
+  sed -i '//i #include ' src/core/session.h
+
+  patch -p1 -i ../$pkgname-file-installation.patch
+  patch -p1 -i ../deepin-calculator-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build() {
+  cd deepin-calculator-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd deepin-calculator-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: deepin-calculator-qt5.15.patch
===
--- deepin-calculator-qt5.15.patch  2020-06-24 13:24:11 UTC (rev 652416)
+++ deepin-calculator-qt5.15.patch  2020-06-24 13:24:13 UTC (rev 652417)
@@ -1,36 +0,0 @@
-diff --git a/src/modules/simplelistdelegate.cpp 
b/src/modules/simplelistdelegate.cpp
-index 40e30b3..ae1b028 100644
 a/src/modules/simplelistdelegate.cpp
-+++ b/src/modules/simplelistdelegate.cpp
-@@ -22,6 +22,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- #include "simplelistmodel.h"
-diff --git a/src/widgets/memorybutton.cpp b/src/widgets/memorybutton.cpp
-index b316632..19ee0de 100644
 a/src/widgets/memorybutton.cpp
-+++ b/src/widgets/memorybutton.cpp
-@@ -2,6 +2,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- 
-diff --git a/src/widgets/textbutton.cpp b/src/widgets/textbutton.cpp
-index 80a039d..0c8e37a 100644
 a/src/widgets/textbutton.cpp
-+++ b/src/widgets/textbutton.cpp
-@@ -20,6 +20,7 @@
- #include "textbutton.h"
- #include 
- #incl

[arch-commits] Commit in python-logilab-common/trunk (PKGBUILD)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:25:11
  Author: felixonmars
Revision: 652418

upgpkg: python-logilab-common 1.7.2-1

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:24:13 UTC (rev 652417)
+++ PKGBUILD2020-06-24 13:25:11 UTC (rev 652418)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=python-logilab-common
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-setuptools' 'python-mypy_extensions' 
'python-typing_extensions')
 checkdepends=('python-pytz')
 
source=("https://pypi.io/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz";)
-sha512sums=('4c62d343d66a4059bd1b82fa14fd38801ea9f681aefa3ebf302e7e47d5753a9860ba97ed5b41a598b5e9159da127a53a8b522e4d8df57e25c7ac2ac23194dba4')
+sha512sums=('aa129645a81cd95bd112000a312dce965c714bddd393a8174cb012a549a61e5433864fdcbc2ee9325c5025dcb4948f0861b611e86ae09a032afe435089d6ea04')
 
 build() {
   cd logilab-common-$pkgver


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:25:27
  Author: felixonmars
Revision: 652421

upgpkg: haskell-jose 0.8.3-32: rebuild with splitmix 0.1

Modified:
  haskell-jose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:25:25 UTC (rev 652420)
+++ PKGBUILD2020-06-24 13:25:27 UTC (rev 652421)
@@ -4,7 +4,7 @@
 _hkgname=jose
 pkgname=haskell-jose
 pkgver=0.8.3
-pkgrel=31
+pkgrel=32
 pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library"
 url="https://github.com/frasertweedale/hs-jose";
 license=("Apache")


[arch-commits] Commit in python-logilab-common/repos/community-any (PKGBUILD PKGBUILD)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:25:21
  Author: felixonmars
Revision: 652419

archrelease: copy trunk to community-any

Added:
  python-logilab-common/repos/community-any/PKGBUILD
(from rev 652418, python-logilab-common/trunk/PKGBUILD)
Deleted:
  python-logilab-common/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:25:11 UTC (rev 652418)
+++ PKGBUILD2020-06-24 13:25:21 UTC (rev 652419)
@@ -1,31 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: StƩphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgname=python-logilab-common
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Useful miscellaneous modules used by Logilab projects"
-arch=('any')
-url="https://www.logilab.org/project/logilab-common";
-license=('LGPL')
-depends=('python-setuptools' 'python-mypy_extensions' 
'python-typing_extensions')
-checkdepends=('python-pytz')
-source=("https://pypi.io/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz";)
-sha512sums=('4c62d343d66a4059bd1b82fa14fd38801ea9f681aefa3ebf302e7e47d5753a9860ba97ed5b41a598b5e9159da127a53a8b522e4d8df57e25c7ac2ac23194dba4')
-
-build() {
-  cd logilab-common-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd logilab-common-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python bin/logilab-pytest
-}
-
-package() {
-  cd logilab-common-$pkgver
-  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
-}

Copied: python-logilab-common/repos/community-any/PKGBUILD (from rev 652418, 
python-logilab-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:25:21 UTC (rev 652419)
@@ -0,0 +1,31 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: StƩphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgname=python-logilab-common
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://www.logilab.org/project/logilab-common";
+license=('LGPL')
+depends=('python-setuptools' 'python-mypy_extensions' 
'python-typing_extensions')
+checkdepends=('python-pytz')
+source=("https://pypi.io/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz";)
+sha512sums=('aa129645a81cd95bd112000a312dce965c714bddd393a8174cb012a549a61e5433864fdcbc2ee9325c5025dcb4948f0861b611e86ae09a032afe435089d6ea04')
+
+build() {
+  cd logilab-common-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd logilab-common-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python bin/logilab-pytest
+}
+
+package() {
+  cd logilab-common-$pkgver
+  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+}


[arch-commits] Commit in deepin-system-monitor/trunk (PKGBUILD)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:25:25
  Author: felixonmars
Revision: 652420

upgpkg: deepin-system-monitor 5.6.7-1

Modified:
  deepin-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:25:21 UTC (rev 652419)
+++ PKGBUILD2020-06-24 13:25:25 UTC (rev 652420)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-system-monitor
-pkgver=5.6.6
+pkgver=5.6.7
 pkgrel=1
 pkgdesc='A more user-friendly system monitor'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz";
 qt-5.14.patch
 deepin-system-monitor-qt5.15.patch)
-sha512sums=('1b4bbc720a3b1be387f930b7f9cbe205237d4f2bcb8d97d09903521ff69a779e97870215a858d1c2a9a4e008a3a5f6e27d6879c2dae88ec8c5aab7ea60f2434c'
+sha512sums=('ad290bc9cd4e69119b6671b8a80a44c6453f5113f5eba90d8cb67790ebaa0b0f277fc3b23f0cae794c4a09b145444a588c8de9c149aeeffcb1927253f91149cf'
 
'c87ac75fdb2b9c70d8fdaf90a742e3090090521ce139903b1b0c4130ccaaa9c17c90ea511a42621c740d3b93aef7f91898686c832cb6e6c6434e59f010063a37'
 
'45f9938885c6e29abf61174db3bc5654646baa7a8ec067ee4e048511eb62ae79996976c02d9275e8fdf1a7321dd0219b58ae54d8d370c5acf8346dd77959c608')
 


[arch-commits] Commit in deepin-system-monitor/repos/community-x86_64 (8 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:25:40
  Author: felixonmars
Revision: 652423

archrelease: copy trunk to community-x86_64

Added:
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
(from rev 652421, deepin-system-monitor/trunk/PKGBUILD)
  
deepin-system-monitor/repos/community-x86_64/deepin-system-monitor-qt5.15.patch
(from rev 652421, 
deepin-system-monitor/trunk/deepin-system-monitor-qt5.15.patch)
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install
(from rev 652421, deepin-system-monitor/trunk/deepin-system-monitor.install)
  deepin-system-monitor/repos/community-x86_64/qt-5.14.patch
(from rev 652421, deepin-system-monitor/trunk/qt-5.14.patch)
Deleted:
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
  
deepin-system-monitor/repos/community-x86_64/deepin-system-monitor-qt5.15.patch
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install
  deepin-system-monitor/repos/community-x86_64/qt-5.14.patch

+
 PKGBUILD   |   88 +-
 deepin-system-monitor-qt5.15.patch |  288 +--
 deepin-system-monitor.install  |   14 -
 qt-5.14.patch  |   48 ++---
 4 files changed, 219 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:25:37 UTC (rev 652422)
+++ PKGBUILD2020-06-24 13:25:40 UTC (rev 652423)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-system-monitor
-pkgver=5.6.6
-pkgrel=1
-pkgdesc='A more user-friendly system monitor'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-system-monitor";
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'procps-ng' 'libcap')
-makedepends=('deepin-gettext-tools' 'qt5-tools')
-groups=('deepin')
-install=deepin-system-monitor.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz";
-qt-5.14.patch
-deepin-system-monitor-qt5.15.patch)
-sha512sums=('1b4bbc720a3b1be387f930b7f9cbe205237d4f2bcb8d97d09903521ff69a779e97870215a858d1c2a9a4e008a3a5f6e27d6879c2dae88ec8c5aab7ea60f2434c'
-
'c87ac75fdb2b9c70d8fdaf90a742e3090090521ce139903b1b0c4130ccaaa9c17c90ea511a42621c740d3b93aef7f91898686c832cb6e6c6434e59f010063a37'
-
'45f9938885c6e29abf61174db3bc5654646baa7a8ec067ee4e048511eb62ae79996976c02d9275e8fdf1a7321dd0219b58ae54d8d370c5acf8346dd77959c608')
-
-prepare() {
-  cd deepin-system-monitor-$pkgver
-  patch -p1 -i ../qt-5.14.patch
-  patch -p1 -i ../deepin-system-monitor-qt5.15.patch # Fix build with Qt 5.15
-  sed -i '//a #include ' src/process/stats_collector.cpp
-
-# Workaround build failure with GCC 10
-  sed -e 's|print_err|print_err_system|g' -i src/process/system_stat.cpp
-  sed -e 's|print_err|print_err_process|g' -i src/process/process_stat.cpp
-  sed -e 's|print_err|print_err_desktop|g' -i 
src/process/desktop_entry_stat.cpp
-}
-
-build() {
-  cd deepin-system-monitor-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-system-monitor-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-system-monitor/repos/community-x86_64/PKGBUILD (from rev 652421, 
deepin-system-monitor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:25:40 UTC (rev 652423)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-system-monitor
+pkgver=5.6.7
+pkgrel=1
+pkgdesc='A more user-friendly system monitor'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-system-monitor";
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'procps-ng' 'libcap')
+makedepends=('deepin-gettext-tools' 'qt5-tools')
+groups=('deepin')
+install=deepin-system-monitor.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz";
+qt-5.14.patch
+deepin-system-monitor-qt5.15.patch)
+sha512sums=('ad290bc9cd4e69119b6671b8a80a44c6453f5113f5eba90d8cb67790ebaa0b0f277fc3b23f0cae794c4a09b145444a588c8de9c149aeeffcb1927253f91149cf'
+
'c87ac75fdb2b9c70d8fdaf90a742e3090090521ce139903b1b0c4130ccaaa9c17c90ea511a42621c740d3b93aef7f91898686c832cb6e6c6434e59f010063a37'
+
'45f9938885c6e29abf61174db3bc5654646baa7a8ec067ee4e048511eb62ae79996976c02d9275e8fdf1a7321dd0219b58ae54d8d370c5acf8346dd77959c608')
+
+prepare() {
+  cd deepin-system-monitor-$pkgver
+  patch -p1 -i ../qt-5.14.patch
+  patch -p1 -i ../deepin-system-monitor-qt5.15.patch # Fix build with Qt 5.15
+  sed -i '//a #include ' src/process/stats_collector.cpp
+
+# Workaround build failure with GCC 10
+  sed -e 's|print_err|print_err_system|g' -i src/process/system_stat.cpp
+  sed 

[arch-commits] Commit in python-pytest-asyncio/trunk (PKGBUILD)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:26:17
  Author: felixonmars
Revision: 652424

upgpkg: python-pytest-asyncio 0.14.0-1

Modified:
  python-pytest-asyncio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:25:40 UTC (rev 652423)
+++ PKGBUILD2020-06-24 13:26:17 UTC (rev 652424)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-asyncio
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Pytest support for asyncio."
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-pytest')
 checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz";)
-sha512sums=('578366f0363274087d9ffeeff30eee21825a8e88495a45a19906181416e4e696330cbfa4947cd01bfa4ebc1a7830b913a31ccae3d44422e28a1eb538a364b266')
+sha512sums=('d1fadff152a0c94f80a8272a0dd293bd9d9300ad9e79c69556b5901c1a8ce00545f7715e503a383e3f4f35c8090d8f9ec33d16739b85378b59b1786a50441fca')
 
 prepare() {
   cd pytest-asyncio-$pkgver


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:26:58
  Author: felixonmars
Revision: 652428

upgpkg: python-prance 0.19.0-1

Modified:
  python-prance/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:26:52 UTC (rev 652427)
+++ PKGBUILD2020-06-24 13:26:58 UTC (rev 652428)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-prance
-pkgver=0.18.3
+pkgver=0.19.0
 _openapi_commit=fbe62006211838a8bb7bf2433a1d15f1a5838a03
 pkgrel=1
 pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser"
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-cov')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jfinkhaeuser/prance/archive/v$pkgver.tar.gz";
 
"OpenAPI-Specification-$_openapi_commit.tar.gz::https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit.tar.gz";)
-sha512sums=('feec73999b658f7351cbb171079fac9a159d71376c54fb3801d82bfd365569539f2f8129183e28ef457571279c51089a94a9319cde71e31915a155a8114ab7ca'
+sha512sums=('e04e10e025280170d4b01ff302d7bb3cde30c321d9b09c9b215eec2f4214dc05a32adcc0a171ee13b0b843639ae7978015693658e601b49286224e1dbe779bf2'
 
'd7957f1cdaa681b4c163e6e0b35ed6b808f469c3fdbba86a5e7221bb3c0c980415dca145e7f57bcebed75624562e89a893841d17c9e0ff82df4f0ff65ffaa2ae')
 
 prepare() {


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:26:43
  Author: felixonmars
Revision: 652426

upgpkg: haskell-servant 0.17-62: rebuild with splitmix 0.1

Modified:
  haskell-servant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:26:28 UTC (rev 652425)
+++ PKGBUILD2020-06-24 13:26:43 UTC (rev 652426)
@@ -4,7 +4,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.17
-pkgrel=61
+pkgrel=62
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/";
 license=("BSD")


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:25:37
  Author: felixonmars
Revision: 652422

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

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

Copied: haskell-jose/repos/community-staging-x86_64/PKGBUILD (from rev 652421, 
haskell-jose/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:25:37 UTC (rev 652422)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=jose
+pkgname=haskell-jose
+pkgver=0.8.3
+pkgrel=32
+pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library"
+url="https://github.com/frasertweedale/hs-jose";
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-concise'
+ 'haskell-cryptonite' 'haskell-lens' 'haskell-memory' 
'haskell-monad-time'
+ 'haskell-safe' 'haskell-aeson' 'haskell-unordered-containers' 
'haskell-network-uri'
+ 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-x509' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('dfd5542f08930f4c86f3463c940d20226f28a4d59836a09d2d2d126a3dff7b6be60b1e88663e085bd3c165a242c87e0413a3377478418e78010d993f9f09a3f2')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:26:52
  Author: felixonmars
Revision: 652427

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant/repos/community-staging-x86_64/PKGBUILD (from rev 
652426, haskell-servant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:26:52 UTC (rev 652427)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant
+pkgname=haskell-servant
+pkgver=0.17
+pkgrel=62
+pkgdesc="A family of combinators for defining webservices APIs"
+url="http://haskell-servant.readthedocs.org/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
+ 'haskell-bifunctors' 'haskell-case-insensitive' 
'haskell-http-api-data'
+ 'haskell-http-media' 'haskell-http-types' 'haskell-mmorph' 
'haskell-network-uri'
+ 'haskell-quickcheck' 'haskell-tagged' 'haskell-singleton-bool'
+ 'haskell-string-conversions' 'haskell-vault')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck-instances')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ce0b64441e497d771b5af4e7516ef2b47502b59d1158b22e80194ebda79f34e9346d994a3e4af6fe2e3a8742c7a52166fa76eed98ec8153b602b9db225aeae3b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.14/<3/;s/< *4.14/<5/;s/< *1.5/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pytest-asyncio/repos/community-any (PKGBUILD PKGBUILD)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:26:28
  Author: felixonmars
Revision: 652425

archrelease: copy trunk to community-any

Added:
  python-pytest-asyncio/repos/community-any/PKGBUILD
(from rev 652424, python-pytest-asyncio/trunk/PKGBUILD)
Deleted:
  python-pytest-asyncio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:26:17 UTC (rev 652424)
+++ PKGBUILD2020-06-24 13:26:28 UTC (rev 652425)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-asyncio
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="Pytest support for asyncio."
-arch=('any')
-license=('Apache')
-url="https://github.com/pytest-dev/pytest-asyncio/";
-depends=('python-pytest')
-checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz";)
-sha512sums=('578366f0363274087d9ffeeff30eee21825a8e88495a45a19906181416e4e696330cbfa4947cd01bfa4ebc1a7830b913a31ccae3d44422e28a1eb538a364b266')
-
-prepare() {
-  cd pytest-asyncio-$pkgver
-  # Don't treat DeprecationWarnings as errors
-  sed -i '/filterwarnings = error/d' setup.cfg
-}
-
-build() {
-  cd pytest-asyncio-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-asyncio-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-}
-
-package() {
-  cd pytest-asyncio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pytest-asyncio/repos/community-any/PKGBUILD (from rev 652424, 
python-pytest-asyncio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:26:28 UTC (rev 652425)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-asyncio
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Pytest support for asyncio."
+arch=('any')
+license=('Apache')
+url="https://github.com/pytest-dev/pytest-asyncio/";
+depends=('python-pytest')
+checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz";)
+sha512sums=('d1fadff152a0c94f80a8272a0dd293bd9d9300ad9e79c69556b5901c1a8ce00545f7715e503a383e3f4f35c8090d8f9ec33d16739b85378b59b1786a50441fca')
+
+prepare() {
+  cd pytest-asyncio-$pkgver
+  # Don't treat DeprecationWarnings as errors
+  sed -i '/filterwarnings = error/d' setup.cfg
+}
+
+build() {
+  cd pytest-asyncio-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+}
+
+package() {
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:28:18
  Author: felixonmars
Revision: 652430

upgpkg: haskell-servant-swagger 1.1.8-70: rebuild with splitmix 0.1

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:27:07 UTC (rev 652429)
+++ PKGBUILD2020-06-24 13:28:18 UTC (rev 652430)
@@ -4,7 +4,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.8
-pkgrel=69
+pkgrel=70
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger";
 license=("BSD")


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:27:07
  Author: felixonmars
Revision: 652429

archrelease: copy trunk to community-any

Added:
  python-prance/repos/community-any/PKGBUILD
(from rev 652428, python-prance/trunk/PKGBUILD)
Deleted:
  python-prance/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:26:58 UTC (rev 652428)
+++ PKGBUILD2020-06-24 13:27:07 UTC (rev 652429)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-prance
-pkgver=0.18.3
-_openapi_commit=fbe62006211838a8bb7bf2433a1d15f1a5838a03
-pkgrel=1
-pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser"
-url="https://github.com/jfinkhaeuser/prance";
-license=('custom:MITNFA')
-arch=('any')
-depends=('python-chardet' 'python-yaml' 'python-flex' 'python-click' 
'python-requests'
- 'python-six' 'python-semver')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-cov')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jfinkhaeuser/prance/archive/v$pkgver.tar.gz";
-
"OpenAPI-Specification-$_openapi_commit.tar.gz::https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit.tar.gz";)
-sha512sums=('feec73999b658f7351cbb171079fac9a159d71376c54fb3801d82bfd365569539f2f8129183e28ef457571279c51089a94a9319cde71e31915a155a8114ab7ca'
-
'd7957f1cdaa681b4c163e6e0b35ed6b808f469c3fdbba86a5e7221bb3c0c980415dca145e7f57bcebed75624562e89a893841d17c9e0ff82df4f0ff65ffaa2ae')
-
-prepare() {
-  rmdir prance-$pkgver/tests/OpenAPI-Specification
-  ln -s "$srcdir"/OpenAPI-Specification-$_openapi_commit 
prance-$pkgver/tests/OpenAPI-Specification
-}
-
-build() {
-  cd prance-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd prance-$pkgver
-  pytest
-}
-
-package() {
-  cd prance-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-prance/repos/community-any/PKGBUILD (from rev 652428, 
python-prance/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:27:07 UTC (rev 652429)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-prance
+pkgver=0.19.0
+_openapi_commit=fbe62006211838a8bb7bf2433a1d15f1a5838a03
+pkgrel=1
+pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser"
+url="https://github.com/jfinkhaeuser/prance";
+license=('custom:MITNFA')
+arch=('any')
+depends=('python-chardet' 'python-yaml' 'python-flex' 'python-click' 
'python-requests'
+ 'python-six' 'python-semver')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-cov')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jfinkhaeuser/prance/archive/v$pkgver.tar.gz";
+
"OpenAPI-Specification-$_openapi_commit.tar.gz::https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit.tar.gz";)
+sha512sums=('e04e10e025280170d4b01ff302d7bb3cde30c321d9b09c9b215eec2f4214dc05a32adcc0a171ee13b0b843639ae7978015693658e601b49286224e1dbe779bf2'
+
'd7957f1cdaa681b4c163e6e0b35ed6b808f469c3fdbba86a5e7221bb3c0c980415dca145e7f57bcebed75624562e89a893841d17c9e0ff82df4f0ff65ffaa2ae')
+
+prepare() {
+  rmdir prance-$pkgver/tests/OpenAPI-Specification
+  ln -s "$srcdir"/OpenAPI-Specification-$_openapi_commit 
prance-$pkgver/tests/OpenAPI-Specification
+}
+
+build() {
+  cd prance-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd prance-$pkgver
+  pytest
+}
+
+package() {
+  cd prance-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:28:27
  Author: felixonmars
Revision: 652431

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

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

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 652430, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:28:27 UTC (rev 652431)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.8
+pkgrel=70
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-http-media'
+ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-servant'
+ 'haskell-singleton-bool' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-cabal-doctest' 
'haskell-doctest'
+ 'haskell-hspec-discover' 'haskell-lens-aeson' 
'haskell-utf8-string' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7ddf92df0ef594ab08ef247cd953b55933ec2fba489678a9dee139345b80ffd40e40285d7cf0775d468b5de5c883cc6ba430208949cc406b150c573ed7e7b74a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.1/<5/;s/< *2.6/<3/;s/< *1.5/<2/;s/< *0.17/<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 $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:36:30
  Author: felixonmars
Revision: 652432

upgpkg: haskell-shake 0.19.1-16: rebuild with splitmix 0.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:28:27 UTC (rev 652431)
+++ PKGBUILD2020-06-24 13:36:30 UTC (rev 652432)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.19.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="https://shakebuild.com";
 license=("BSD")


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:36:46
  Author: felixonmars
Revision: 652433

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 652432, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:36:46 UTC (rev 652433)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.19.1
+pkgrel=16
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="https://shakebuild.com";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-file-embed' 'haskell-filepattern' 
'haskell-hashable'
+ 'haskell-heaps' 'haskell-js-dgtable' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 
'haskell-utf8-string')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('dbc0e4e60b5c1e622538f4bdee011a4e2d67ea7dd7cead2cf56c1cb3490562858c0af58e920a0267ba1f3569af386a8a3c2aa0429bfb24ad3bca460975e714d9')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/ghc --make/ghc -dynamic --make/' 
src/Test/{Command.hs,CloseFileHandles.hs}
+sed -e 's/ghc -package=Cabal/ghc -package=Cabal -dynamic/' \
+-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
+-e 
's/"configure",/"configure","--enable-executable-dynamic","--disable-library-vanilla",/'
 \
+-i src/Test/Docs.hs
+sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs 
src/Test/SelfMake.hs
+sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
+
+# Not sure about this one:
+sed -i 's/at cmd, called at/at want, called at/' src/Test/Errors.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
 --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable -f-cloud -f-embed-files
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:38:07
  Author: felixonmars
Revision: 652434

upgpkg: haskell-skylighting-core 0.8.5-4: rebuild with splitmix 0.1

Modified:
  haskell-skylighting-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:36:46 UTC (rev 652433)
+++ PKGBUILD2020-06-24 13:38:07 UTC (rev 652434)
@@ -3,7 +3,7 @@
 _hkgname=skylighting-core
 pkgname=haskell-skylighting-core
 pkgver=0.8.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting";
 license=('BSD')


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:38:16
  Author: felixonmars
Revision: 652435

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-skylighting-core/repos/community-staging-x86_64/
  haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD
(from rev 652434, haskell-skylighting-core/trunk/PKGBUILD)

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

Copied: haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD (from 
rev 652434, haskell-skylighting-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:38:16 UTC (rev 652435)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting-core
+pkgname=haskell-skylighting-core
+pkgver=0.8.5
+pkgrel=4
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-case-insensitive'
+ 'haskell-colour' 'haskell-hxt' 'haskell-regex-pcre' 'haskell-safe'
+ 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 
'haskell-quickcheck'
+ 'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ad411d7e0fd72adeb4cdbf6fc57d6191c51d9319b25c8d41ad35a66f885d518a842846cd7cf5ce35bdc31da74e0f9d97445f492628a4b5a2bceb85642aa23257')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable -fsystem-pcre
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:39:07
  Author: felixonmars
Revision: 652436

upgpkg: haskell-skylighting 0.8.5-4: rebuild with splitmix 0.1

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:38:16 UTC (rev 652435)
+++ PKGBUILD2020-06-24 13:39:07 UTC (rev 652436)
@@ -3,7 +3,7 @@
 _hkgname=skylighting
 pkgname=haskell-skylighting
 pkgver=0.8.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting";
 license=('GPL2')


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:39:16
  Author: felixonmars
Revision: 652437

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 
652436, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:39:16 UTC (rev 652437)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting
+pkgver=0.8.5
+pkgrel=4
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting";
+license=('GPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-skylighting-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-executable
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:41:10
  Author: felixonmars
Revision: 652438

upgpkg: haskell-snap-core 1.0.4.1-108: rebuild with splitmix 0.1

Modified:
  haskell-snap-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:39:16 UTC (rev 652437)
+++ PKGBUILD2020-06-24 13:41:10 UTC (rev 652438)
@@ -3,7 +3,7 @@
 _hkgname=snap-core
 pkgname=haskell-snap-core
 pkgver=1.0.4.1
-pkgrel=107
+pkgrel=108
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/JustusAdam/snap-core";
 license=('BSD')


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 13:41:20
  Author: felixonmars
Revision: 652439

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-snap-core/repos/community-staging-x86_64/
  haskell-snap-core/repos/community-staging-x86_64/PKGBUILD
(from rev 652438, haskell-snap-core/trunk/PKGBUILD)

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

Copied: haskell-snap-core/repos/community-staging-x86_64/PKGBUILD (from rev 
652438, haskell-snap-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 13:41:20 UTC (rev 652439)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-core
+pkgname=haskell-snap-core
+pkgver=1.0.4.1
+pkgrel=108
+pkgdesc="A Haskell Web Framework (core interfaces and types)"
+url="https://github.com/JustusAdam/snap-core";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-old-locale' 'haskell-hunit' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-lifted-base' 'haskell-io-streams' 
'haskell-hashable'
+ 'haskell-monad-control' 'haskell-random' 'haskell-readable' 
'haskell-regex-posix'
+ 'haskell-transformers-base' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-parallel' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0d4f6a4152627773714c1ec5c9508d19a2e69c8ef83acab3669b0732b840aa67dfce7893638fba7689e35c5b3530ea1fd8d681f6aad045ccb2219e5910e83e34')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-24 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 24, 2020 @ 13:54:43
  Author: lcarlier
Revision: 652440

upgpkg: lib32-amdvlk 2020.Q2.5-1: upstream update 2020.Q2.5

Modified:
  lib32-amdvlk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:41:20 UTC (rev 652439)
+++ PKGBUILD2020-06-24 13:54:43 UTC (rev 652440)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=lib32-amdvlk
-pkgver=2020.Q2.4
+pkgver=2020.Q2.5
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 provides=('lib32-vulkan-driver')
 makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
-sha256sums=('3ca0b3e10233a22bbb9d703d1bde7d24a9046790eb6828140311ae837cc01e1b')
+sha256sums=('249920bcc174ccd2cf85f27ded6cc84d6ea3ea13a14df3fd17e7675ca9f44174')
 
 prepare() {
   local nrepos path name revision


[arch-commits] Commit in lib32-amdvlk/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-06-24 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 24, 2020 @ 13:54:48
  Author: lcarlier
Revision: 652441

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-amdvlk/repos/multilib-x86_64/PKGBUILD
(from rev 652440, lib32-amdvlk/trunk/PKGBUILD)
Deleted:
  lib32-amdvlk/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 13:54:43 UTC (rev 652440)
+++ PKGBUILD2020-06-24 13:54:48 UTC (rev 652441)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=lib32-amdvlk
-pkgver=2020.Q2.4
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers";
-license=('MIT')
-provides=('lib32-vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
-sha256sums=('3ca0b3e10233a22bbb9d703d1bde7d24a9046790eb6828140311ae837cc01e1b')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_FLAGS=-m32 \
--DCMAKE_CXX_FLAGS=-m32 \
--DLLVM_TARGET_ARCH:STRING=i686 \
--DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib32
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release/icd/amdvlk32.so "${pkgdir}"/usr/lib32/
-  install AMDVLK/json/Redhat/amd_icd32.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s/\/lib/\/lib32/g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd32.json
-}

Copied: lib32-amdvlk/repos/multilib-x86_64/PKGBUILD (from rev 652440, 
lib32-amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 13:54:48 UTC (rev 652441)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=lib32-amdvlk
+pkgver=2020.Q2.5
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers";
+license=('MIT')
+provides=('lib32-vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
+sha256sums=('249920bcc174ccd2cf85f27ded6cc84d6ea3ea13a14df3fd17e7675ca9f44174')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_FLAGS=-m32 \
+-DCMAKE_CXX_FLAGS=-m32 \
+-DLLVM_TARGET_ARCH:STRING=i686 \
+-DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib32
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgn

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

2020-06-24 Thread David Runge via arch-commits
Date: Wednesday, June 24, 2020 @ 15:00:40
  Author: dvzrv
Revision: 652442

upgpkg: python-orjson 3.1.2-1: Upgrading to 3.1.2.

Modified:
  python-orjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:54:48 UTC (rev 652441)
+++ PKGBUILD2020-06-24 15:00:40 UTC (rev 652442)
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
 'python-pytz' 'python-xxhash')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz";)
-sha512sums=('c4ed7eae0ed7f42830e946b40040a26c509f3afcb1e3435a5a2209ac8d2bb3444c8617d12a9deff04c50faafa340cef909dd40134db65f4839f3f9906b629fe7')
+sha512sums=('3547bce44439dc02141853aa439449e14acaf67b63088743f7cab9c56fa06b8afa48caade9117149c37b4b29239b7801ecbdfcac64822c57652611c21195753a')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-06-24 Thread David Runge via arch-commits
Date: Wednesday, June 24, 2020 @ 15:00:46
  Author: dvzrv
Revision: 652443

archrelease: copy trunk to community-x86_64

Added:
  python-orjson/repos/community-x86_64/PKGBUILD
(from rev 652442, python-orjson/trunk/PKGBUILD)
Deleted:
  python-orjson/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 15:00:40 UTC (rev 652442)
+++ PKGBUILD2020-06-24 15:00:46 UTC (rev 652443)
@@ -1,54 +0,0 @@
-# Maintainer: David Runge 
-
-_name=orjson
-pkgname=python-orjson
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
-arch=('x86_64')
-url="https://github.com/ijl/orjson";
-license=('Apache' 'MIT')
-depends=('python')
-makedepends=('maturin' 'python-pip' 'rustup')
-checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
-'python-pytz' 'python-xxhash')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz";)
-sha512sums=('c4ed7eae0ed7f42830e946b40040a26c509f3afcb1e3435a5a2209ac8d2bb3444c8617d12a9deff04c50faafa340cef909dd40134db65f4839f3f9906b629fe7')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  rustup override set nightly
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  maturin build --release \
---strip \
---manylinux
-}
-
-check() {
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  cd "$pkgname-$pkgver"
-  mkdir -vp testdir
-  export PIP_CONFIG_FILE=/dev/null
-  pip install --isolated \
-  --root="testdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PIP_CONFIG_FILE='/dev/null'
-  pip install --isolated \
-  --root="$pkgdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  install -vDm 644 {CHANGELOG,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-orjson/repos/community-x86_64/PKGBUILD (from rev 652442, 
python-orjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 15:00:46 UTC (rev 652443)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge 
+
+_name=orjson
+pkgname=python-orjson
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
+arch=('x86_64')
+url="https://github.com/ijl/orjson";
+license=('Apache' 'MIT')
+depends=('python')
+makedepends=('maturin' 'python-pip' 'rustup')
+checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
+'python-pytz' 'python-xxhash')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz";)
+sha512sums=('3547bce44439dc02141853aa439449e14acaf67b63088743f7cab9c56fa06b8afa48caade9117149c37b4b29239b7801ecbdfcac64822c57652611c21195753a')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  rustup override set nightly
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  maturin build --release \
+--strip \
+--manylinux
+}
+
+check() {
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgname-$pkgver"
+  mkdir -vp testdir
+  export PIP_CONFIG_FILE=/dev/null
+  pip install --isolated \
+  --root="testdir" \
+  --ignore-installed \
+  --no-deps target/wheels/*.whl
+  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  export PIP_CONFIG_FILE='/dev/null'
+  pip install --isolated \
+  --root="$pkgdir" \
+  --ignore-installed \
+  --no-deps target/wheels/*.whl
+  install -vDm 644 {CHANGELOG,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-06-24 Thread Jan Steffens via arch-commits
Date: Wednesday, June 24, 2020 @ 16:05:34
  Author: heftig
Revision: 390411

0.14.3-1

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 13:10:28 UTC (rev 390410)
+++ PKGBUILD2020-06-24 16:05:34 UTC (rev 390411)
@@ -1,7 +1,7 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cbindgen
-pkgver=0.14.2
+pkgver=0.14.3
 pkgrel=1
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen";
@@ -9,7 +9,7 @@
 license=(MPL2)
 depends=(gcc-libs)
 makedepends=(cargo git)
-_commit=b6b88f8c3024288287368b377e4d928ddcd2b9e2  # tags/v0.14.2^0
+_commit=cc2876f709808a52d132a5f84e53ca1964eb92db  # tags/v0.14.3^0
 source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
 sha512sums=('SKIP')
 


[arch-commits] Commit in cbindgen/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-24 Thread Jan Steffens via arch-commits
Date: Wednesday, June 24, 2020 @ 16:05:43
  Author: heftig
Revision: 390412

archrelease: copy trunk to extra-x86_64

Added:
  cbindgen/repos/extra-x86_64/PKGBUILD
(from rev 390411, cbindgen/trunk/PKGBUILD)
Deleted:
  cbindgen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 16:05:34 UTC (rev 390411)
+++ PKGBUILD2020-06-24 16:05:43 UTC (rev 390412)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cbindgen
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="A tool for generating C bindings to Rust code"
-url="https://github.com/eqrion/cbindgen";
-arch=(x86_64)
-license=(MPL2)
-depends=(gcc-libs)
-makedepends=(cargo git)
-_commit=b6b88f8c3024288287368b377e4d928ddcd2b9e2  # tags/v0.14.2^0
-source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  cargo fetch --locked --target x86_64-unknown-linux-gnu
-}
-
-build() {
-  cd $pkgname
-  cargo build --release --frozen --all-targets
-}
-
-check() {
-  cd $pkgname
-  # test_expand* fails; needs nightly rust
-  cargo test --release --frozen || :
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
-}

Copied: cbindgen/repos/extra-x86_64/PKGBUILD (from rev 390411, 
cbindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 16:05:43 UTC (rev 390412)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cbindgen
+pkgver=0.14.3
+pkgrel=1
+pkgdesc="A tool for generating C bindings to Rust code"
+url="https://github.com/eqrion/cbindgen";
+arch=(x86_64)
+license=(MPL2)
+depends=(gcc-libs)
+makedepends=(cargo git)
+_commit=cc2876f709808a52d132a5f84e53ca1964eb92db  # tags/v0.14.3^0
+source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  cargo fetch --locked --target x86_64-unknown-linux-gnu
+}
+
+build() {
+  cd $pkgname
+  cargo build --release --frozen --all-targets
+}
+
+check() {
+  cd $pkgname
+  # test_expand* fails; needs nightly rust
+  cargo test --release --frozen || :
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
+}


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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 16:37:02
  Author: arojas
Revision: 652444

Update to latest commit

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 15:00:46 UTC (rev 652443)
+++ PKGBUILD2020-06-24 16:37:02 UTC (rev 652444)
@@ -6,14 +6,14 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=amule
-pkgver=11025
+pkgver=11047
 pkgrel=1
 pkgdesc="An eMule-like client for ed2k p2p network"
 arch=(x86_64)
 url="http://www.amule.org";
 license=(GPL)
-depends=(wxgtk gd geoip libupnp crypto++ boost-libs)
-makedepends=(git ccache boost)
+depends=(wxgtk gd geoip libupnp crypto++)
+makedepends=(git boost)
 source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
 amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
 sha256sums=('SKIP'
@@ -36,7 +36,6 @@
   --enable-webserver \
   --disable-debug \
   --enable-optimize \
-  --enable-ccache \
   --enable-geoip \
   --enable-upnp \
   --enable-fileview \


[arch-commits] Commit in amule/repos/community-x86_64 (10 files)

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 16:37:18
  Author: arojas
Revision: 652445

archrelease: copy trunk to community-x86_64

Added:
  amule/repos/community-x86_64/PKGBUILD
(from rev 652444, amule/trunk/PKGBUILD)
  amule/repos/community-x86_64/amule.sysusers
(from rev 652444, amule/trunk/amule.sysusers)
  amule/repos/community-x86_64/amule.tmpfiles
(from rev 652444, amule/trunk/amule.tmpfiles)
  amule/repos/community-x86_64/amuled.systemd
(from rev 652444, amule/trunk/amuled.systemd)
  amule/repos/community-x86_64/amuleweb.systemd
(from rev 652444, amule/trunk/amuleweb.systemd)
Deleted:
  amule/repos/community-x86_64/PKGBUILD
  amule/repos/community-x86_64/amule.sysusers
  amule/repos/community-x86_64/amule.tmpfiles
  amule/repos/community-x86_64/amuled.systemd
  amule/repos/community-x86_64/amuleweb.systemd

--+
 PKGBUILD |  107 ++---
 amule.sysusers   |2 
 amule.tmpfiles   |2 
 amuled.systemd   |   24 +--
 amuleweb.systemd |   26 ++--
 5 files changed, 80 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 16:37:02 UTC (rev 652444)
+++ PKGBUILD2020-06-24 16:37:18 UTC (rev 652445)
@@ -1,54 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-# Contributor: Anatol Pomozov 
-
-pkgname=amule
-pkgver=11025
-pkgrel=1
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=(x86_64)
-url="http://www.amule.org";
-license=(GPL)
-depends=(wxgtk gd geoip libupnp crypto++ boost-libs)
-makedepends=(git ccache boost)
-source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
-amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
-sha256sums=('SKIP'
-'20ac6b60c5f3bf49c0b080dfc02409da3c9d01b154344188008c6a75ca69681e'
-'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
-'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
-'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
-
-build() {
-  cd amule
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp \
-  --enable-fileview \
-  --with-boost
-  make
-}
-
-package() {
-  cd amule
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/amuled.systemd 
"$pkgdir"/usr/lib/systemd/system/amuled.service
-  install -Dm644 "$srcdir"/amuleweb.systemd 
"$pkgdir"/usr/lib/systemd/system/amuleweb.service
-  install -Dm644 "$srcdir"/amule.sysusers 
"$pkgdir"/usr/lib/sysusers.d/amule.conf
-  install -Dm644 "$srcdir"/amule.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/amule.conf
-}

Copied: amule/repos/community-x86_64/PKGBUILD (from rev 652444, 
amule/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 16:37:18 UTC (rev 652445)
@@ -0,0 +1,53 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+# Contributor: Anatol Pomozov 
+
+pkgname=amule
+pkgver=11047
+pkgrel=1
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=(x86_64)
+url="http://www.amule.org";
+license=(GPL)
+depends=(wxgtk gd geoip libupnp crypto++)
+makedepends=(git boost)
+source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
+amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
+sha256sums=('SKIP'
+'20ac6b60c5f3bf49c0b080dfc02409da3c9d01b154344188008c6a75ca69681e'
+'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
+'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
+'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
+
+build() {
+  cd amule
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-geoip \
+  --enable-upnp \
+  --enable-fileview \
+  --with-boos

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

2020-06-24 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 24, 2020 @ 16:58:55
  Author: anatolik
Revision: 652446

upgpkg: codespell 1.17.1-1

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 16:37:18 UTC (rev 652445)
+++ PKGBUILD2020-06-24 16:58:55 UTC (rev 652446)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=codespell
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.17.1
+pkgrel=1
 pkgdesc='Fix common misspellings in source code'
 arch=(any)
 url='https://github.com/lucasdemarchi/codespell'
@@ -10,7 +10,7 @@
 depends=(python python-setuptools)
 checkdepends=(python-nose python-pytest)
 source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('e56584251e63e36941f50d2a991705d90d553017')
+sha1sums=('0b1d1531447f3b5c73467879aba3472cc50359c7')
 
 build() {
   cd codespell-$pkgver


[arch-commits] Commit in codespell/repos/community-any (PKGBUILD PKGBUILD)

2020-06-24 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 24, 2020 @ 16:59:15
  Author: anatolik
Revision: 652447

archrelease: copy trunk to community-any

Added:
  codespell/repos/community-any/PKGBUILD
(from rev 652446, codespell/trunk/PKGBUILD)
Deleted:
  codespell/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 16:58:55 UTC (rev 652446)
+++ PKGBUILD2020-06-24 16:59:15 UTC (rev 652447)
@@ -1,28 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.16.0
-pkgrel=2
-pkgdesc='Fix common misspellings in source code'
-arch=(any)
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL2)
-depends=(python python-setuptools)
-checkdepends=(python-nose python-pytest)
-source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('e56584251e63e36941f50d2a991705d90d553017')
-
-build() {
-  cd codespell-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd codespell-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd codespell-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 652446, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 16:59:15 UTC (rev 652447)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.17.1
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+arch=(any)
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL2)
+depends=(python python-setuptools)
+checkdepends=(python-nose python-pytest)
+source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
+sha1sums=('0b1d1531447f3b5c73467879aba3472cc50359c7')
+
+build() {
+  cd codespell-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd codespell-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd codespell-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in newsboat/trunk (PKGBUILD newsboat.changelog)

2020-06-24 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, June 24, 2020 @ 17:04:50
  Author: jlichtblau
Revision: 652448

upgpkg: newsboat 2.20.1-1 - new upstream release

Modified:
  newsboat/trunk/PKGBUILD
  newsboat/trunk/newsboat.changelog

+
 PKGBUILD   |4 ++--
 newsboat.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 16:59:15 UTC (rev 652447)
+++ PKGBUILD2020-06-24 17:04:50 UTC (rev 652448)
@@ -2,7 +2,7 @@
 # Contributor: Sven Pfleiderer 
 
 pkgname=newsboat
-pkgver=2.20
+pkgver=2.20.1
 pkgrel=1
 pkgdesc="An RSS/Atom feed reader for text terminals"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
 validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

-sha256sums=('d3a7d5d5a33a89f0970b8651cb95239816e3361d02eb153effeaa1c915a7e402'
+sha256sums=('82782079b75fe307f7a5a17dff9e712aa5975678fa550fb728d5a46867943566'
 'SKIP')
 
 build() {

Modified: newsboat.changelog
===
--- newsboat.changelog  2020-06-24 16:59:15 UTC (rev 652447)
+++ newsboat.changelog  2020-06-24 17:04:50 UTC (rev 652448)
@@ -1,3 +1,6 @@
+2020-06-24 Jaroslav Lichtblau 
+   * newsboat 2.20.1-1
+
 2020-06-21 Jaroslav Lichtblau 
* newsboat 2.20-1
 


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

2020-06-24 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, June 24, 2020 @ 17:05:00
  Author: jlichtblau
Revision: 652449

archrelease: copy trunk to community-x86_64

Added:
  newsboat/repos/community-x86_64/PKGBUILD
(from rev 652448, newsboat/trunk/PKGBUILD)
  newsboat/repos/community-x86_64/newsboat.changelog
(from rev 652448, newsboat/trunk/newsboat.changelog)
Deleted:
  newsboat/repos/community-x86_64/PKGBUILD
  newsboat/repos/community-x86_64/newsboat.changelog

+
 PKGBUILD   |   66 +--
 newsboat.changelog |  177 +--
 2 files changed, 123 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 17:04:50 UTC (rev 652448)
+++ PKGBUILD2020-06-24 17:05:00 UTC (rev 652449)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sven Pfleiderer 
-
-pkgname=newsboat
-pkgver=2.20
-pkgrel=1
-pkgdesc="An RSS/Atom feed reader for text terminals"
-arch=('x86_64')
-url="https://newsboat.org/";
-license=('custom: MIT')
-depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
-makedepends=('swig' 'gettext' 'asciidoc' 'rust' 'asciidoctor')
-replaces=('newsbeuter')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
-validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

-sha256sums=('d3a7d5d5a33a89f0970b8651cb95239816e3361d02eb153effeaa1c915a7e402'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr
-  make doc
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: newsboat/repos/community-x86_64/PKGBUILD (from rev 652448, 
newsboat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 17:05:00 UTC (rev 652449)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sven Pfleiderer 
+
+pkgname=newsboat
+pkgver=2.20.1
+pkgrel=1
+pkgdesc="An RSS/Atom feed reader for text terminals"
+arch=('x86_64')
+url="https://newsboat.org/";
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext' 'asciidoc' 'rust' 'asciidoctor')
+replaces=('newsbeuter')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

+sha256sums=('82782079b75fe307f7a5a17dff9e712aa5975678fa550fb728d5a46867943566'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr
+  make doc
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: newsboat.changelog
===
--- newsboat.changelog  2020-06-24 17:04:50 UTC (rev 652448)
+++ newsboat.changelog  2020-06-24 17:05:00 UTC (rev 652449)
@@ -1,87 +0,0 @@
-2020-06-21 Jaroslav Lichtblau 
-   * newsboat 2.20-1
-
-2020-03-23 Jaroslav Lichtblau 
-   * newsboat 2.19-1
-
-2019-12-23 Jaroslav Lichtblau 
-   * newsboat 2.18-1
-
-2019-08-06 Jaroslav Lichtblau 
-   * newsboat 2.16.1-1
-
-2019-03-30 Jaroslav Lichtblau 
-   * newsboat 2.15-1
-
-2019-02-10 Jaroslav Lichtblau 
-   * newsboat 2.14.1-1
-
-2019-01-01 Jaroslav Lichtblau 
-   * newsboat 2.14-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * newsboat 2.13-1
-
-2018-04-10 Jaroslav Lichtblau 
-   * newsboat 2.11.1-1
-
-2018-03-26 Jaroslav Lichtblau 
-   * newsboat 2.11-1
-
-2017-12-27 Jaroslav Lichtblau 
-   * newsboat 2.10.2-1
-
-2017-12-02 Jaroslav Lichtblau 
-   * newsboat 2.10.1-2 FS#56519 fixed
-
-2017-10-21 Jaroslav Lichtblau 
-   * newsboat 2.10.1-1
-
-2017-10-21 Jaroslav Lichtblau 
-   * newsboat 2.10-1 moving over to the new maintained fork of newsbeuter
-
-2015-09-13 Jaroslav Lichtblau 
-   * newsbeuter 2.9-4 ncurses6 re-rebuild
-
-2015-09-13 Jaroslav Lichtblau 
-   * newsbeuter 2.9-3 segmentation fault on podcasts downloads #167 fix
-
-2015-02-19 Jaroslav Lichtblau 
-   * newsbeuter 2.9-1
-
-2014-01-27 Jaroslav Lichtblau 
-   * newsbeuter 2.8-1
-
-2013-09-02 Jaroslav Lichtblau 
-   * newsbeuter 2.7-1
-
-2013-03-28 Jaroslav Lichtblau 
-   * newsbeuter 2.6-1
-
-2013-03-07 Andrea Scarpino 
-   * ruby 2.0 rebuild
-
-2012-02-23 Jaroslav Lichtblau 
-   * newsbeuter 2.5-1
-
-2011-01-06 Jaroslav Lichtblau 
-   * newsbeuter 2.4-1
-
-2010-06-26 Jaroslav Lichtblau 
-   * Update to major release v2.3
-   * FS#19744 fixed - non-working locale
-
-2010-03-17 Jaroslav Lichtblau 
-   * Update to major relea

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

2020-06-24 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, June 24, 2020 @ 17:13:20
  Author: jlichtblau
Revision: 652451

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 652450, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 17:13:09 UTC (rev 652450)
+++ PKGBUILD2020-06-24 17:13:20 UTC (rev 652451)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.72.0
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('7efc37cda59e7ce3b5db96fd6db153df63952b6da6ab60d3cc7159cc78d14ffc53b48d40ec197df8d7819b8730f895fafdf7d44bf7491ac26792833c6da6b9e7')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 652450, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 17:13:20 UTC (rev 652451)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.73.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('16c989382437cb18ee837873e5872b047b12fd09c1f432131a0889a6fd5614a2fea9d510c13b5862fc2c0a760aef18f26ee3d398d66b6ae5f15e375ef86ac4c9')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-06-24 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, June 24, 2020 @ 17:13:09
  Author: jlichtblau
Revision: 652450

upgpkg: hugo 0.73.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 17:05:00 UTC (rev 652449)
+++ PKGBUILD2020-06-24 17:13:09 UTC (rev 652450)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.72.0
+pkgver=0.73.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('7efc37cda59e7ce3b5db96fd6db153df63952b6da6ab60d3cc7159cc78d14ffc53b48d40ec197df8d7819b8730f895fafdf7d44bf7491ac26792833c6da6b9e7')
+sha512sums=('16c989382437cb18ee837873e5872b047b12fd09c1f432131a0889a6fd5614a2fea9d510c13b5862fc2c0a760aef18f26ee3d398d66b6ae5f15e375ef86ac4c9')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-06-24 Thread BallĆ³ Gyƶrgy via arch-commits
Date: Wednesday, June 24, 2020 @ 17:16:24
  Author: bgyorgy
Revision: 652452

Add to the non-daw group

Modified:
  non-sequencer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 17:13:20 UTC (rev 652451)
+++ PKGBUILD2020-06-24 17:16:24 UTC (rev 652452)
@@ -6,7 +6,7 @@
 arch=('x86_64')
 url="https://non.tuxfamily.org/";
 license=('GPL3')
-groups=('pro-audio')
+groups=('non-daw' 'pro-audio')
 depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so'
 'liblo.so' 'libntk.so' 'libntk_images.so' 'libsigc++' 'libx11')
 makedepends=('waf')


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

2020-06-24 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 24, 2020 @ 17:23:32
  Author: anatolik
Revision: 652453

upgpkg: gitlab 13.1.1-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 17:16:24 UTC (rev 652452)
+++ PKGBUILD2020-06-24 17:23:32 UTC (rev 652453)
@@ -11,7 +11,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=13.1.0
+pkgver=13.1.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')


[arch-commits] Commit in gitlab/repos/community-x86_64 (28 files)

2020-06-24 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 24, 2020 @ 17:24:42
  Author: anatolik
Revision: 652454

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 652453, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/build_fix.patch
(from rev 652453, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-x86_64/configs.patch
(from rev 652453, gitlab/trunk/configs.patch)
  gitlab/repos/community-x86_64/environment
(from rev 652453, gitlab/trunk/environment)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 652453, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 652453, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 652453, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-puma.service
(from rev 652453, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 652453, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 652453, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 652453, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 652453, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 652453, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/ruby27-pop-extra-arg.patch
(from rev 652453, gitlab/trunk/ruby27-pop-extra-arg.patch)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/build_fix.patch
  gitlab/repos/community-x86_64/configs.patch
  gitlab/repos/community-x86_64/environment
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-puma.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/ruby27-pop-extra-arg.patch

+
 PKGBUILD   |  390 +--
 build_fix.patch|   46 +--
 configs.patch  |  610 +--
 environment|6 
 gitlab-backup.service  |   38 +-
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   42 +-
 gitlab-puma.service|   66 ++--
 gitlab-sidekiq.service |   60 ++--
 gitlab.install |   68 ++--
 gitlab.logrotate   |   12 
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 ruby27-pop-extra-arg.patch |   52 +--
 14 files changed, 713 insertions(+), 713 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 17:23:32 UTC (rev 652453)
+++ PKGBUILD2020-06-24 17:24:42 UTC (rev 652454)
@@ -1,195 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=13.1.0
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-foss";
-license=('MIT')
-options=(!buildflags)
-depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
-makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/gitlab/database.yml"
-"etc/webapps/gitlab/gitlab.yml"
-"etc/webapps/gitlab/resque.yml"
-"etc/webapps/gitlab/puma.rb"
-"etc/webapps/gitlab/smtp_settings.rb"
-"etc/logrotate.d/gitlab")
-source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
-configs.patch
-build_fix.patch
-environment
-gitlab-puma.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate
-ruby27-pop-extra-arg.patch)
-install='gitlab.install'
-sha512su

[arch-commits] Commit in three.js/repos/community-any (PKGBUILD PKGBUILD)

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 17:38:08
  Author: arojas
Revision: 652456

archrelease: copy trunk to community-any

Added:
  three.js/repos/community-any/PKGBUILD
(from rev 652455, three.js/trunk/PKGBUILD)
Deleted:
  three.js/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 17:37:58 UTC (rev 652455)
+++ PKGBUILD2020-06-24 17:38:08 UTC (rev 652456)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=three.js
-pkgver=r117
-pkgrel=1
-pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
-url='https://threejs.org/'
-arch=(any)
-license=(MIT)
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz";)
-sha256sums=('2d7b898e93ef7c40f0dde30ec8e1fae97087aa13831957c1cf00baaac0df5567')
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/threejs/examples
-  cp -r build "$pkgdir"/usr/share/threejs/
-  cp -r examples/js "$pkgdir"/usr/share/threejs/examples
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: three.js/repos/community-any/PKGBUILD (from rev 652455, 
three.js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 17:38:08 UTC (rev 652456)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=three.js
+pkgver=r118
+pkgrel=1
+pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
+url='https://threejs.org/'
+arch=(any)
+license=(MIT)
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz";)
+sha256sums=('8140e21a2503e10f437d2b28bb064f75bc281190602d6ba477aefa9ce40b633c')
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/threejs/examples
+  cp -r build "$pkgdir"/usr/share/threejs/
+  cp -r examples/js "$pkgdir"/usr/share/threejs/examples
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in three.js/trunk (PKGBUILD)

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 17:37:58
  Author: arojas
Revision: 652455

Update to r118

Modified:
  three.js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 17:24:42 UTC (rev 652454)
+++ PKGBUILD2020-06-24 17:37:58 UTC (rev 652455)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=three.js
-pkgver=r117
+pkgver=r118
 pkgrel=1
 pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
 url='https://threejs.org/'
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=()
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz";)
-sha256sums=('2d7b898e93ef7c40f0dde30ec8e1fae97087aa13831957c1cf00baaac0df5567')
+sha256sums=('8140e21a2503e10f437d2b28bb064f75bc281190602d6ba477aefa9ce40b633c')
 
 package() {
   cd $pkgname-$pkgver


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

2020-06-24 Thread Levente Polyak via arch-commits
Date: Wednesday, June 24, 2020 @ 17:40:01
  Author: anthraxx
Revision: 652457

upgpkg: profanity 1:0.9.4-1

Modified:
  profanity/trunk/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 16 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 17:38:08 UTC (rev 652456)
+++ PKGBUILD2020-06-24 17:40:01 UTC (rev 652457)
@@ -5,7 +5,7 @@
 
 pkgbase=profanity
 pkgname=('profanity' 'profanity-gtk')
-pkgver=0.9.2
+pkgver=0.9.4
 pkgrel=1
 epoch=1
 pkgdesc='Console based XMPP client'
@@ -12,14 +12,15 @@
 url='http://www.profanity.im'
 arch=('x86_64')
 license=('GPL3')
-makedepends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
- 'gpgme' 'python' 'gtk2' 'autoconf-archive' 'libsignal-protocol-c'
- 'libgcrypt')
+makedepends=(
+  'curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme'
+  'python' 'gtk2' 'autoconf-archive' 'libsignal-protocol-c' 'libgcrypt'
+  'libx11' 'libxss')
 checkdepends=('cmocka')
 
source=(https://github.com/profanity-im/profanity/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('b27fb9a02e6f6cc9e1836c1fea06abb94b115e0b73033c1d3be261ce7c859fb3')
-sha512sums=('b7b8fa8ef6980582d4490601e4144cd49c777fb254e0cdc44495b21b3bde7a0c035364c53dccc39b5b34bf768809e6515b2ee6f54e068fe71bd4a86be8ea1ee3')
-b2sums=('f3915128d6595082e18a4d8be7b28b8a180fc2b4b61fa32c04accfcaf15ebea72c22b87d080178e2bdf2756ab03a65c39c635fc94527969990e83312571e6f67')
+sha256sums=('d21a1dbb29d84667dcc0469c7671dd0d21402ef2a6beaa480570c1c111760472')
+sha512sums=('ff791c35535b1a4dc419fc68939b4e0ea69b835f7339934b25d557740ddebd5b51f7e21fb2ea9f371cc2c06ec6fe1e8406d331ad59c41cc155acc11cf4e36dd3')
+b2sums=('96c6a02ca7e45c3c33e62e1f46688da7f159197cc3ab675ab861830d5c13909359de5ff481dd41a21b396c445e63996ebb6bc45c427679c88cd333b6c5d9071f')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -33,7 +34,8 @@
   (cd ${pkgname}-${pkgver}
 ./configure \
   --prefix=/usr \
-  --disable-icons \
+  --disable-icons-and-clipboard \
+  --without-xscreensaver \
   --enable-notifications \
   --enable-python-plugins \
   --enable-c-plugins \
@@ -47,7 +49,8 @@
   (cd ${pkgname}-${pkgver}-gtk
 ./configure \
   --prefix=/usr \
-  --enable-icons \
+  --enable-icons-and-clipboard \
+  --with-xscreensaver \
   --enable-notifications \
   --enable-python-plugins \
   --enable-c-plugins \
@@ -61,15 +64,16 @@
 
 package_profanity() {
   depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
-  'gpgme' 'python' 'libgcrypt' 'libsignal-protocol-c')
+   'gpgme' 'python' 'libgcrypt' 'libsignal-protocol-c')
   cd ${pkgbase}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }
 
 package_profanity-gtk() {
-  pkgdesc='Console based XMPP client (gtk support)'
+  pkgdesc+=' (gtk support)'
   depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
-  'gpgme' 'python' 'gtk2' 'libsignal-protocol-c' 'libgcrypt')
+   'gpgme' 'python' 'libgcrypt' 'libsignal-protocol-c' 'gtk2' 'libx11'
+   'libxss')
   provides=('profanity')
   conflicts=('profanity')
   cd ${pkgbase}-${pkgver}-gtk


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

2020-06-24 Thread Levente Polyak via arch-commits
Date: Wednesday, June 24, 2020 @ 17:40:06
  Author: anthraxx
Revision: 652458

archrelease: copy trunk to community-x86_64

Added:
  profanity/repos/community-x86_64/PKGBUILD
(from rev 652457, profanity/trunk/PKGBUILD)
Deleted:
  profanity/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  162 +++--
 1 file changed, 83 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 17:40:01 UTC (rev 652457)
+++ PKGBUILD2020-06-24 17:40:06 UTC (rev 652458)
@@ -1,79 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: jason ryan 
-# Contributor: Christian Rebischke 
-
-pkgbase=profanity
-pkgname=('profanity' 'profanity-gtk')
-pkgver=0.9.2
-pkgrel=1
-epoch=1
-pkgdesc='Console based XMPP client'
-url='http://www.profanity.im'
-arch=('x86_64')
-license=('GPL3')
-makedepends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
- 'gpgme' 'python' 'gtk2' 'autoconf-archive' 'libsignal-protocol-c'
- 'libgcrypt')
-checkdepends=('cmocka')
-source=(https://github.com/profanity-im/profanity/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('b27fb9a02e6f6cc9e1836c1fea06abb94b115e0b73033c1d3be261ce7c859fb3')
-sha512sums=('b7b8fa8ef6980582d4490601e4144cd49c777fb254e0cdc44495b21b3bde7a0c035364c53dccc39b5b34bf768809e6515b2ee6f54e068fe71bd4a86be8ea1ee3')
-b2sums=('f3915128d6595082e18a4d8be7b28b8a180fc2b4b61fa32c04accfcaf15ebea72c22b87d080178e2bdf2756ab03a65c39c635fc94527969990e83312571e6f67')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  mkdir -p m4
-  autoreconf -fiv
-  cp -a "${srcdir}"/${pkgname}-${pkgver}{,-gtk}
-}
-
-build() {
-  echo "Building non-gtk variant..."
-  (cd ${pkgname}-${pkgver}
-./configure \
-  --prefix=/usr \
-  --disable-icons \
-  --enable-notifications \
-  --enable-python-plugins \
-  --enable-c-plugins \
-  --enable-plugins \
-  --enable-otr \
-  --enable-omemo \
-  --enable-pgp
-make
-  )
-  echo "Building gtk variant..."
-  (cd ${pkgname}-${pkgver}-gtk
-./configure \
-  --prefix=/usr \
-  --enable-icons \
-  --enable-notifications \
-  --enable-python-plugins \
-  --enable-c-plugins \
-  --enable-plugins \
-  --enable-otr \
-  --enable-omemo \
-  --enable-pgp
-make
-  )
-}
-
-package_profanity() {
-  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
-  'gpgme' 'python' 'libgcrypt' 'libsignal-protocol-c')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-package_profanity-gtk() {
-  pkgdesc='Console based XMPP client (gtk support)'
-  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
-  'gpgme' 'python' 'gtk2' 'libsignal-protocol-c' 'libgcrypt')
-  provides=('profanity')
-  conflicts=('profanity')
-  cd ${pkgbase}-${pkgver}-gtk
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: profanity/repos/community-x86_64/PKGBUILD (from rev 652457, 
profanity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 17:40:06 UTC (rev 652458)
@@ -0,0 +1,83 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: jason ryan 
+# Contributor: Christian Rebischke 
+
+pkgbase=profanity
+pkgname=('profanity' 'profanity-gtk')
+pkgver=0.9.4
+pkgrel=1
+epoch=1
+pkgdesc='Console based XMPP client'
+url='http://www.profanity.im'
+arch=('x86_64')
+license=('GPL3')
+makedepends=(
+  'curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme'
+  'python' 'gtk2' 'autoconf-archive' 'libsignal-protocol-c' 'libgcrypt'
+  'libx11' 'libxss')
+checkdepends=('cmocka')
+source=(https://github.com/profanity-im/profanity/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('d21a1dbb29d84667dcc0469c7671dd0d21402ef2a6beaa480570c1c111760472')
+sha512sums=('ff791c35535b1a4dc419fc68939b4e0ea69b835f7339934b25d557740ddebd5b51f7e21fb2ea9f371cc2c06ec6fe1e8406d331ad59c41cc155acc11cf4e36dd3')
+b2sums=('96c6a02ca7e45c3c33e62e1f46688da7f159197cc3ab675ab861830d5c13909359de5ff481dd41a21b396c445e63996ebb6bc45c427679c88cd333b6c5d9071f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir -p m4
+  autoreconf -fiv
+  cp -a "${srcdir}"/${pkgname}-${pkgver}{,-gtk}
+}
+
+build() {
+  echo "Building non-gtk variant..."
+  (cd ${pkgname}-${pkgver}
+./configure \
+  --prefix=/usr \
+  --disable-icons-and-clipboard \
+  --without-xscreensaver \
+  --enable-notifications \
+  --enable-python-plugins \
+  --enable-c-plugins \
+  --enable-plugins \
+  --enable-otr \
+  --enable-omemo \
+  --enable-pgp
+make
+  )
+  echo "Building gtk variant..."
+  (cd ${pkgname}-${pkgver}-gtk
+./configure \
+  --prefix=/usr \
+  --enable-icons-and-clipboard 

[arch-commits] Commit in hunspell-es/repos/extra-any (PKGBUILD PKGBUILD)

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:05:02
  Author: arojas
Revision: 390414

archrelease: copy trunk to extra-any

Added:
  hunspell-es/repos/extra-any/PKGBUILD
(from rev 390413, hunspell-es/trunk/PKGBUILD)
Deleted:
  hunspell-es/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  340 ++---
 1 file changed, 170 insertions(+), 170 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 20:04:47 UTC (rev 390413)
+++ PKGBUILD2020-06-24 20:05:02 UTC (rev 390414)
@@ -1,170 +0,0 @@
-# Maintainer: Angel Velasquez  
-# Maintainer: AndyRTR 
-
-pkgbase=hunspell-es
-pkgname=(hunspell-es_any hyphen-es mythes-es)
-pkgver=2.5
-pkgrel=3
-epoch=1
-arch=(any)
-url="https://github.com/sbosio/rla-es";
-license=(LGPL3)
-makedepends=(qt5-webengine)
-_countries=(
-  'AR "Argentina"'
-  'BO "Bolivia"'
-  'CL "Chile"'
-  'CO "Colombia"'
-  'CR "Costa Rica"'
-  'CU "Cuba"'
-  'DO "Dominican Republic"'
-  'EC "Ecuador"'
-  'ES "Spain"'
-  'GT "Guatemala"'
-  'HN "Honduras"'
-  'MX "Mexico"'
-  'NI "Nicaragua"'
-  'PA "Panama"'
-  'PE "Peru"'
-  'PR "Puerto Rico"'
-  'PY "Paraguay"'
-  'SV "El Salvador"'
-  'UY "Uruguay"'
-  'VE "Venezuela"'
-)
-
-source=(https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_ANY.oxt)
-noextract=(es_ANY.oxt)
-
-for _co in "${_countries[@]}"; do
-  _code=${_co%% *}
-  noextract+=(es_$_code.oxt)
-  
source+=("https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_$_code.oxt";)
-  _pkgname=hunspell-es_${_code,,}
-  pkgname+=($_pkgname)
-  eval "package_$_pkgname() {
-_package $_co
-  }"
-done
-
-sha256sums=('55a7be2423dc106557fa762c8f921c89071ff7cc8a54019af8cafc3c833e3571'
-'03c2d2123d8878e320a2b00ed6d774deab1b4130a93ff441718771d2f974f01c'
-'25571eb8f612f46e33434de1f51e5ab9a7ff682070fc743c30bcb024a16b5075'
-'d920be97cf2461c8af4dac3a73f1b7c3ea6e224bae9f3f6b3742fb55c35f2343'
-'77727e25209fea5924dadebc6cab9073bf0b14cc1c1610eec80afc4fc519ece6'
-'01de57648f1574bdb4ba202b0ab299d888af6c1f3f5e921f7db2a3ccdf63ec4e'
-'2a641171114843347bea0dc21acab47a96306b93fc1a5e3f6ef6716d364ea93a'
-'0029d089a530eb7b8611957a731ef25bd8d5b4399a161e3f0c604b5beeaf2bc6'
-'2ba3219bd4ad5f57e40831e44fbdcc95a8a5237864189505e8d681fb300fc990'
-'22a3b973f1667ddfd2d5c130623a16e22f9722a27437ba66d1de4fe569d32d0f'
-'986331bc087ba745a106863dae80f1c9cc1c9ebd6eff39f54da8d5eda572742a'
-'baa77e8afbe5a020040ddb110349e5d1b3e2175b6b83c5cd2592e68a0f865ccd'
-'ca0283a44e91a727a1eed8d423e078d9214e84861f00681e40f22ac94c6fb1da'
-'79a203a285329f11507e1f721f1f47c354f04bae6a8b344b2f072f3684ffc9a2'
-'28c1de0c6fa068fba45805f79b9eb9390f5e6438bff9e78dea96d56c61ce93f7'
-'3fe0b1e8818a984b23cce5d75f0e08e457bcddbf399500b5193c17d922fb8566'
-'20615ff4b5245cf91541f928f328d0e87a6d888fe2262aeaf0c8572835b94edd'
-'804adfaa115423cab482baa0fc1966fd1f7417d7c8cd0caeb55ea8d498fd4428'
-'ce1b8a025df061fd91502b0cd4a76e3ba94da3d5b8ecf3c3162cdb4ee15a4490'
-'3eaeba94eedf5b37ab2b2362282c6e78a40b640043d7429dea824e2642c7cbbe'
-'cb2e2e43e9f3f1ed7b10967a5e44d3883c3e0bb4385ec04355d1cd56a628d92d')
-
-_package() {
-  pkgdesc="Spanish ($2) hunspell dictionary"
-  depends=(hunspell)
-  conflicts=(hunspell-es)
-
-  LANG=en_US.utf8 bsdtar -xf es_$1.oxt
-
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -Dm644 es_$1.dic es_$1.aff "$pkgdir/usr/share/hunspell"
-
-  install -d "$pkgdir"/usr/share/myspell/dicts
-  pushd "$pkgdir/usr/share/myspell/dicts"
-for _file in "$pkgdir"/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $_file) .
-done
-  popd
-
-# Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  for _file in "$pkgdir"/usr/share/hunspell/*.dic; do
-_filename=$(basename $_file)
-qwebengine_convert_dict $_file 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/${_filename/\.dic/\.bdic}
-  done
-
-  install -Dm644 README.txt -t "$pkgdir/usr/share/doc/$pkgname"
-}
-
-package_hunspell-es_any() {
-  pkgdesc="Spanish (generic) hunspell dictionary"
-  depends=(hunspell)
-  conflicts=(hunspell-es)
-  replaces=(hunspell-es)
-
-  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
-
-  install -Dm644 es_ANY.dic es_ANY.aff -t "$pkgdir"/usr/share/hunspell
-
-  install -d "${pkgdir}/usr/share/myspell/dicts"
-  pushd "$pkgdir/usr/share/myspell/dicts"
-for file in "$pkgdir"/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-# Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  for _file in "$pkgdir"/usr/share/hunspell/*.dic; do
-  _filename=$(basename $_file)
-qwebengine_convert_dict $_file 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/${_fi

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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:04:47
  Author: arojas
Revision: 390413

Update to 2.6

Modified:
  hunspell-es/trunk/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 16:05:43 UTC (rev 390412)
+++ PKGBUILD2020-06-24 20:04:47 UTC (rev 390413)
@@ -3,8 +3,8 @@
 
 pkgbase=hunspell-es
 pkgname=(hunspell-es_any hyphen-es mythes-es)
-pkgver=2.5
-pkgrel=3
+pkgver=2.6
+pkgrel=1
 epoch=1
 arch=(any)
 url="https://github.com/sbosio/rla-es";
@@ -33,8 +33,8 @@
   'VE "Venezuela"'
 )
 
-source=(https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_ANY.oxt)
-noextract=(es_ANY.oxt)
+source=(https://github.com/sbosio/rla-es/releases/download/v$pkgver/es.oxt)
+noextract=(es.oxt)
 
 for _co in "${_countries[@]}"; do
   _code=${_co%% *}
@@ -47,27 +47,27 @@
   }"
 done
 
-sha256sums=('55a7be2423dc106557fa762c8f921c89071ff7cc8a54019af8cafc3c833e3571'
-'03c2d2123d8878e320a2b00ed6d774deab1b4130a93ff441718771d2f974f01c'
-'25571eb8f612f46e33434de1f51e5ab9a7ff682070fc743c30bcb024a16b5075'
-'d920be97cf2461c8af4dac3a73f1b7c3ea6e224bae9f3f6b3742fb55c35f2343'
-'77727e25209fea5924dadebc6cab9073bf0b14cc1c1610eec80afc4fc519ece6'
-'01de57648f1574bdb4ba202b0ab299d888af6c1f3f5e921f7db2a3ccdf63ec4e'
-'2a641171114843347bea0dc21acab47a96306b93fc1a5e3f6ef6716d364ea93a'
-'0029d089a530eb7b8611957a731ef25bd8d5b4399a161e3f0c604b5beeaf2bc6'
-'2ba3219bd4ad5f57e40831e44fbdcc95a8a5237864189505e8d681fb300fc990'
-'22a3b973f1667ddfd2d5c130623a16e22f9722a27437ba66d1de4fe569d32d0f'
-'986331bc087ba745a106863dae80f1c9cc1c9ebd6eff39f54da8d5eda572742a'
-'baa77e8afbe5a020040ddb110349e5d1b3e2175b6b83c5cd2592e68a0f865ccd'
-'ca0283a44e91a727a1eed8d423e078d9214e84861f00681e40f22ac94c6fb1da'
-'79a203a285329f11507e1f721f1f47c354f04bae6a8b344b2f072f3684ffc9a2'
-'28c1de0c6fa068fba45805f79b9eb9390f5e6438bff9e78dea96d56c61ce93f7'
-'3fe0b1e8818a984b23cce5d75f0e08e457bcddbf399500b5193c17d922fb8566'
-'20615ff4b5245cf91541f928f328d0e87a6d888fe2262aeaf0c8572835b94edd'
-'804adfaa115423cab482baa0fc1966fd1f7417d7c8cd0caeb55ea8d498fd4428'
-'ce1b8a025df061fd91502b0cd4a76e3ba94da3d5b8ecf3c3162cdb4ee15a4490'
-'3eaeba94eedf5b37ab2b2362282c6e78a40b640043d7429dea824e2642c7cbbe'
-'cb2e2e43e9f3f1ed7b10967a5e44d3883c3e0bb4385ec04355d1cd56a628d92d')
+sha256sums=('10fa51dffb78f0fc15fd791770813f551da43cf007b52cb8fb6ccb0b4117e85f'
+'1075b8471797fb2b420a70f12e2da55035e121cad3a307d033a8a9c4575932af'
+'7fa4a0a261f97bd8c36216a1be32b4f7d77cb1018ae40deffa22b9e87d525713'
+'1c35ea3f3ebb344903e0c4bde3513b68d7ac153a4ebeef0f101d5c87a09f9202'
+'260e25e8799af8eea483b7c5c0794580583fd0d9fc90158d3dd479476b2cccef'
+'445b2bf4e4ef423967d99ded28188be040bb7a473742c213d27f91cbc5f09d98'
+'b6c26f66e0a1c62c5d6c0ab5c056313d765da2af952cd58aa9db7c966759384a'
+'018851b1dd6b2431fdb3bbf1e4c1f9bcf976d8bb400397b6ece9b7bd91a142df'
+'2469b2d20051aa4270e67c9de465c2cb9846bb39370844c9130c145c1df33e93'
+'b6d372b3e0fc51315e28c8bf46e9121ef935fb4a5456902f662ba92ec247837e'
+'c5292c0b22be9002dd3606763dda8ed6a39cd5f497ffa344d0c04e7d62ff5260'
+'96af0fe67b9ee70d6c0a30295554d8390e0b256924a578e0b9c79215b8400db3'
+'2ebefeb14870d219b924d3a253c54bc401dac07d316f73aa37b2202344d1b7ae'
+'0d15ca525ee21cf0eef107743e4d5ec8132a3d173073d39b04a240c5e0d1ccad'
+'019637b48b57313e2dd7b5c618aad3a071d79bf1f49d7a99ac5f5f5f5a142414'
+'f171141aad4f85897ae955c8b770a391b4b0b5b0530bf7233a5f09be4d6bda58'
+'7613c31667ba5b0a7e9fb9d30902beaf33d4a38da4254164b8b38cbfcffe1069'
+'ef38c998ebbe41801106bc2846bb2751933ca203e17121e4bf037f15bd18a81e'
+'7369dd2aeb8a9f9d5d185fd8a7b46f02277ba58a8bfa993cd13729f2ddfb4c88'
+'f01ef40500aa5416faa9ee6b6b198f5ddc10b30ef35c305173cedd9561634230'
+'6fdf74b7ac069541354321c82ba7e780aeaff15b2f5b2b8ae118d439d275ffa8')
 
 _package() {
   pkgdesc="Spanish ($2) hunspell dictionary"
@@ -102,9 +102,9 @@
   conflicts=(hunspell-es)
   replaces=(hunspell-es)
 
-  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
+  LANG=en_US.utf8 bsdtar -xf es.oxt
 
-  install -Dm644 es_ANY.dic es_ANY.aff -t "$pkgdir"/usr/share/hunspell
+  install -Dm644 es.dic es.aff -t "$pkgdir"/usr/share/hunspell
 
   install -d "${pkgdir}/usr/share/myspell/dicts"
   pushd "$pkgdir/usr/share/myspell/dicts"
@@ -127,11 +127,11 @@
   pkgdesc="Spanish hyphenation rules"
   depends=(hyphen)
 
-  install -Dm644 hyph_es_ANY.dic -t "$pkgdir"/usr/share/hyphen/
+  install -Dm644 hyph_es.dic -t "$pkgdir

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

2020-06-24 Thread Morten Linderud via arch-commits
Date: Wednesday, June 24, 2020 @ 20:26:57
  Author: foxboron
Revision: 652459

upgpkg: rclone 1.52.2-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 17:40:06 UTC (rev 652458)
+++ PKGBUILD2020-06-24 20:26:57 UTC (rev 652459)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=rclone
-pkgver=1.52.1
+pkgver=1.52.2
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 optdepends=('fuse2: for rclone mount')
 makedepends=('python' 'pandoc' 'go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz";)
-sha512sums=('bbd305074071986cf6fb8146c634e35c28e1ea8ce2ce95507c55b95cb19eb3b1453dfb11e365bef5948978328d91df44b936b866c49db26149a17f5ca451ba15')
+sha512sums=('f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418')
 
 prepare() {
   cd "rclone-$pkgver"


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

2020-06-24 Thread Morten Linderud via arch-commits
Date: Wednesday, June 24, 2020 @ 20:27:07
  Author: foxboron
Revision: 652460

archrelease: copy trunk to community-x86_64

Added:
  rclone/repos/community-x86_64/PKGBUILD
(from rev 652459, rclone/trunk/PKGBUILD)
Deleted:
  rclone/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 20:26:57 UTC (rev 652459)
+++ PKGBUILD2020-06-24 20:27:07 UTC (rev 652460)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-
-pkgname=rclone
-pkgver=1.52.1
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('x86_64')
-url="https://rclone.org/";
-license=('MIT')
-depends=('glibc')
-optdepends=('fuse2: for rclone mount')
-makedepends=('python' 'pandoc' 'go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz";)
-sha512sums=('bbd305074071986cf6fb8146c634e35c28e1ea8ce2ce95507c55b95cb19eb3b1453dfb11e365bef5948978328d91df44b936b866c49db26149a17f5ca451ba15')
-
-prepare() {
-  cd "rclone-$pkgver"
-  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
-}
-
-build() {
-  cd "rclone-$pkgver"
-  
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-
-  PATH=".:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html MANUAL.txt
- ./rclone genautocomplete bash rclone.bash_completion
- ./rclone genautocomplete zsh rclone.zsh_completion
-}
-
-check() {
-  cd "rclone-$pkgver"
-  make TAG=v$pkgver test
-}
-
-package() {
-  cd "rclone-$pkgver"
-
-  install -Dm755 rclone "$pkgdir"/usr/bin/rclone
-
-  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
-  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 652459, 
rclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 20:27:07 UTC (rev 652460)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+
+pkgname=rclone
+pkgver=1.52.2
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('x86_64')
+url="https://rclone.org/";
+license=('MIT')
+depends=('glibc')
+optdepends=('fuse2: for rclone mount')
+makedepends=('python' 'pandoc' 'go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz";)
+sha512sums=('f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418')
+
+prepare() {
+  cd "rclone-$pkgver"
+  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
+}
+
+build() {
+  cd "rclone-$pkgver"
+  
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+
+  PATH=".:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html MANUAL.txt
+ ./rclone genautocomplete bash rclone.bash_completion
+ ./rclone genautocomplete zsh rclone.zsh_completion
+}
+
+check() {
+  cd "rclone-$pkgver"
+  make TAG=v$pkgver test
+}
+
+package() {
+  cd "rclone-$pkgver"
+
+  install -Dm755 rclone "$pkgdir"/usr/bin/rclone
+
+  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
+  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
+}


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

2020-06-24 Thread Morten Linderud via arch-commits
Date: Wednesday, June 24, 2020 @ 20:28:39
  Author: foxboron
Revision: 652461

upgpkg: mypy 0.782-1

Modified:
  mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:27:07 UTC (rev 652460)
+++ PKGBUILD2020-06-24 20:28:39 UTC (rev 652461)
@@ -3,7 +3,7 @@
 # Contributor: hexchain 
 
 pkgname=mypy
-pkgver=0.781
+pkgver=0.782
 pkgrel=1
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/";
@@ -12,7 +12,7 @@
 depends=('python-setuptools' 'python-psutil' 'python-typed-ast' 
'python-mypy_extensions' 'python-typing_extensions')
 makedepends=('git')
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('94bb664868b5cf4ca1147d875a4c77883d8c605cf2e916853006e4c6194f1e84')
+sha256sums=('eff7d4a85e9eea55afa34888dfeaccde99e7520b51f867ac28a48492c0b1130c')
 
 build() {
 cd "$pkgname-$pkgver"


[arch-commits] Commit in mypy/repos/community-any (PKGBUILD PKGBUILD)

2020-06-24 Thread Morten Linderud via arch-commits
Date: Wednesday, June 24, 2020 @ 20:28:50
  Author: foxboron
Revision: 652462

archrelease: copy trunk to community-any

Added:
  mypy/repos/community-any/PKGBUILD
(from rev 652461, mypy/trunk/PKGBUILD)
Deleted:
  mypy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 20:28:39 UTC (rev 652461)
+++ PKGBUILD2020-06-24 20:28:50 UTC (rev 652462)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: icasdri 
-# Contributor: hexchain 
-
-pkgname=mypy
-pkgver=0.781
-pkgrel=1
-pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
-url="http://www.mypy-lang.org/";
-arch=('any')
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-typed-ast' 
'python-mypy_extensions' 'python-typing_extensions')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('94bb664868b5cf4ca1147d875a4c77883d8c605cf2e916853006e4c6194f1e84')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mypy/repos/community-any/PKGBUILD (from rev 652461, mypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 20:28:50 UTC (rev 652462)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Contributor: icasdri 
+# Contributor: hexchain 
+
+pkgname=mypy
+pkgver=0.782
+pkgrel=1
+pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
+url="http://www.mypy-lang.org/";
+arch=('any')
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-typed-ast' 
'python-mypy_extensions' 'python-typing_extensions')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('eff7d4a85e9eea55afa34888dfeaccde99e7520b51f867ac28a48492c0b1130c')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-06-24 Thread Morten Linderud via arch-commits
Date: Wednesday, June 24, 2020 @ 20:29:57
  Author: foxboron
Revision: 652464

archrelease: copy trunk to community-x86_64

Added:
  python-hidapi/repos/community-x86_64/PKGBUILD
(from rev 652463, python-hidapi/trunk/PKGBUILD)
Deleted:
  python-hidapi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 20:29:48 UTC (rev 652463)
+++ PKGBUILD2020-06-24 20:29:57 UTC (rev 652464)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Kevin Azzam 
-
-pkgname=python-hidapi
-_pipname=hidapi
-pkgver=0.9.0.2
-_pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=4
-arch=('x86_64')
-pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
-url="https://github.com/trezor/cython-hidapi";
-depends=('python' 'hidapi')
-makedepends=('cython' 'python-setuptools' 'udev')
-license=('custom')
-source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
-sha512sums=('9d0264280f978ee62664c5f1fa2dcdf1d02cb7d7ef7b08b3a7ed9768a2b6820bd124f71061fa97fe0a7b61bdf289e764c1db1178a581d9a9c029895f2fc75a30')
-
-build() {
-  cd "$_pipname-$_pkgver"
-
-  python setup.py build \
---without-libusb --with-system-hidapi
-}
-
-package_python-hidapi() {
-  cd $_pipname-$_pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build \
---without-libusb --with-system-hidapi
-
-  install -Dm 755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm 755 LICENSE-bsd.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-bsd.txt
-  install -Dm 755 LICENSE-gpl3.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-gpl3.txt
-  install -Dm 755 LICENSE-orig.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-orig.txt
-}
-

Copied: python-hidapi/repos/community-x86_64/PKGBUILD (from rev 652463, 
python-hidapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 20:29:57 UTC (rev 652464)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+# Contributor: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Kevin Azzam 
+
+pkgname=python-hidapi
+_pipname=hidapi
+pkgver=0.9.0.3
+_pkgver=${pkgver%.*}.post${pkgver##*.}
+pkgrel=4
+arch=('x86_64')
+pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
+url="https://github.com/trezor/cython-hidapi";
+depends=('python' 'hidapi')
+makedepends=('cython' 'python-setuptools' 'udev')
+license=('custom')
+source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
+sha512sums=('606540833459e615a8e50ff3a2c59362dab7d19d42d5e9dc2288c8c8d32e3df7214e758a9814e7de6d26bbdccd76ccf6c652b0bf8ac5b3f46124a9a7b007b971')
+
+build() {
+  cd "$_pipname-$_pkgver"
+
+  python setup.py build \
+--without-libusb --with-system-hidapi
+}
+
+package_python-hidapi() {
+  cd $_pipname-$_pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build \
+--without-libusb --with-system-hidapi
+
+  install -Dm 755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm 755 LICENSE-bsd.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-bsd.txt
+  install -Dm 755 LICENSE-gpl3.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-gpl3.txt
+  install -Dm 755 LICENSE-orig.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-orig.txt
+}
+


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

2020-06-24 Thread Morten Linderud via arch-commits
Date: Wednesday, June 24, 2020 @ 20:29:48
  Author: foxboron
Revision: 652463

upgpkg: python-hidapi 0.9.0.3-4

Modified:
  python-hidapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:28:50 UTC (rev 652462)
+++ PKGBUILD2020-06-24 20:29:48 UTC (rev 652463)
@@ -5,7 +5,7 @@
 
 pkgname=python-hidapi
 _pipname=hidapi
-pkgver=0.9.0.2
+pkgver=0.9.0.3
 _pkgver=${pkgver%.*}.post${pkgver##*.}
 pkgrel=4
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cython' 'python-setuptools' 'udev')
 license=('custom')
 
source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
-sha512sums=('9d0264280f978ee62664c5f1fa2dcdf1d02cb7d7ef7b08b3a7ed9768a2b6820bd124f71061fa97fe0a7b61bdf289e764c1db1178a581d9a9c029895f2fc75a30')
+sha512sums=('606540833459e615a8e50ff3a2c59362dab7d19d42d5e9dc2288c8c8d32e3df7214e758a9814e7de6d26bbdccd76ccf6c652b0bf8ac5b3f46124a9a7b007b971')
 
 build() {
   cd "$_pipname-$_pkgver"


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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:30:48
  Author: arojas
Revision: 652466

archrelease: copy trunk to community-x86_64

Added:
  bctoolbox/repos/community-x86_64/PKGBUILD
(from rev 652465, bctoolbox/trunk/PKGBUILD)
Deleted:
  bctoolbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 20:30:34 UTC (rev 652465)
+++ PKGBUILD2020-06-24 20:30:48 UTC (rev 652466)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-
-pkgname=bctoolbox
-pkgver=4.3.1
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bctoolbox";
-license=(GPL)
-depends=(gcc-libs mbedtls bcunit)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz";)
-sha256sums=('d8501e3793c10abbf913759d7a0e5f6eb3140af6bacf5e2bdcd532049bde69c0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 652465, 
bctoolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 20:30:48 UTC (rev 652466)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bctoolbox";
+license=(GPL)
+depends=(mbedtls bcunit)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz";)
+sha256sums=('fe64efb05de1bbd207e4abe5560ea44f5242eaf0911163b3b8fc0bec07488bb5')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:30:34
  Author: arojas
Revision: 652465

Update to 4.4.0

Modified:
  bctoolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:29:57 UTC (rev 652464)
+++ PKGBUILD2020-06-24 20:30:34 UTC (rev 652465)
@@ -2,30 +2,24 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.3.1
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bctoolbox";
 license=(GPL)
-depends=(gcc-libs mbedtls bcunit)
+depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz";)
-sha256sums=('d8501e3793c10abbf913759d7a0e5f6eb3140af6bacf5e2bdcd532049bde69c0')
+sha256sums=('fe64efb05de1bbd207e4abe5560ea44f5242eaf0911163b3b8fc0bec07488bb5')
 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_STATIC=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:32:38
  Author: arojas
Revision: 652468

archrelease: copy trunk to community-x86_64

Added:
  bzrtp/repos/community-x86_64/PKGBUILD
(from rev 652467, bzrtp/trunk/PKGBUILD)
Deleted:
  bzrtp/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 --
 1 file changed, 24 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 20:32:22 UTC (rev 652467)
+++ PKGBUILD2020-06-24 20:32:38 UTC (rev 652468)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=4.3.1
-pkgrel=1
-pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bzrtp";
-license=(GPL2)
-depends=(libxml2 bctoolbox sqlite)
-makedepends=(bcunit cmake)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz";)
-sha256sums=('6ed26d80293d9d540e373721b4819ce6159dfe457cc120fc7e696db7d4128ba8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bzrtp/repos/community-x86_64/PKGBUILD (from rev 652467, 
bzrtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 20:32:38 UTC (rev 652468)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bzrtp";
+license=(GPL2)
+depends=(libxml2 bctoolbox sqlite)
+makedepends=(bcunit cmake)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz";)
+sha256sums=('5fc501c742f38661b5ac8904e6a66f530b07be93d7493663daab33f3d4ffdb6c')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:32:22
  Author: arojas
Revision: 652467

Update to 4.4.0

Modified:
  bzrtp/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:30:48 UTC (rev 652466)
+++ PKGBUILD2020-06-24 20:32:22 UTC (rev 652467)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=bzrtp
-pkgver=4.3.1
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
 arch=(x86_64)
@@ -10,21 +10,15 @@
 depends=(libxml2 bctoolbox sqlite)
 makedepends=(bcunit cmake)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz";)
-sha256sums=('6ed26d80293d9d540e373721b4819ce6159dfe457cc120fc7e696db7d4128ba8')
+sha256sums=('5fc501c742f38661b5ac8904e6a66f530b07be93d7493663daab33f3d4ffdb6c')
 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_STATIC=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


[arch-commits] Commit in python-language-server/trunk (PKGBUILD)

2020-06-24 Thread Morten Linderud via arch-commits
Date: Wednesday, June 24, 2020 @ 20:33:50
  Author: foxboron
Revision: 652469

upgpkg: python-language-server 0.33.3-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:32:38 UTC (rev 652468)
+++ PKGBUILD2020-06-24 20:33:50 UTC (rev 652469)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.33.2
+pkgver=0.33.3
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -24,7 +24,7 @@
   "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
   "python-numpy" "python-pandas" "python-matplotlib")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('f5fe9a21bf7c0b0fc0d205a1c2f1bec776a59d0e11b0e39c49803044799669fd')
+sha256sums=('36ffde2c514d418c1227ba1c8034f362339fa38128fe819e838c9bd95ac69f05')
 
 
 prepare(){


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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:34:34
  Author: arojas
Revision: 652471

Update to 4.4.0

Modified:
  ortp/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:33:58 UTC (rev 652470)
+++ PKGBUILD2020-06-24 20:34:34 UTC (rev 652471)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=ortp
-pkgver=4.3.2
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="A Real-time Transport Protocol (RTP) library"
 arch=(x86_64)
@@ -13,21 +13,15 @@
 depends=(bctoolbox)
 makedepends=(cmake doxygen)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz";)
-sha256sums=('15b6b14a7c3f8d41f57ea82e221081c05c587f3d2aca3a38af7951973d620fff')
+sha256sums=('684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee')
 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_STATIC=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


[arch-commits] Commit in python-language-server/repos/community-any (2 files)

2020-06-24 Thread Morten Linderud via arch-commits
Date: Wednesday, June 24, 2020 @ 20:33:58
  Author: foxboron
Revision: 652470

archrelease: copy trunk to community-any

Added:
  python-language-server/repos/community-any/PKGBUILD
(from rev 652469, python-language-server/trunk/PKGBUILD)
Deleted:
  python-language-server/repos/community-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 20:33:50 UTC (rev 652469)
+++ PKGBUILD2020-06-24 20:33:58 UTC (rev 652470)
@@ -1,51 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.33.2
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-language-server";
-license=("MIT")
-depends=("python" "python-setuptools" "python-jsonrpc-server" "python-future" 
"python-jedi" "python-pluggy" "python-ujson")
-optdepends=("python-mccabe: for complexity checking"
-"python-rope: for completions and renaming"
-"python-pyflakes: for linter to detect various errors"
-"flake8: for code linting"
-"python-pycodestyle: for style checking"
-"python-pylint: for code linting"
-"autopep8: for code formatting"
-"yapf: for code formatting (preferred over autopep8)"
-"python-pydocstyle: for docstring style checking")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
-  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
-  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
-  "python-numpy" "python-pandas" "python-matplotlib")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('f5fe9a21bf7c0b0fc0d205a1c2f1bec776a59d0e11b0e39c49803044799669fd')
-
-
-prepare(){
-cd "${pkgname}-${pkgver}"
-sed -i "s/ujson.*/ujson'/" setup.py
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test -k 'not test_pyqt_completion'
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-language-server/repos/community-any/PKGBUILD (from rev 652469, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 20:33:58 UTC (rev 652470)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.33.3
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server";
+license=("MIT")
+depends=("python" "python-setuptools" "python-jsonrpc-server" "python-future" 
"python-jedi" "python-pluggy" "python-ujson")
+optdepends=("python-mccabe: for complexity checking"
+"python-rope: for completions and renaming"
+"python-pyflakes: for linter to detect various errors"
+"flake8: for code linting"
+"python-pycodestyle: for style checking"
+"python-pylint: for code linting"
+"autopep8: for code formatting"
+"yapf: for code formatting (preferred over autopep8)"
+"python-pydocstyle: for docstring style checking")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
+  "python-numpy" "python-pandas" "python-matplotlib")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('36ffde2c514d418c1227ba1c8034f362339fa38128fe819e838c9bd95ac69f05')
+
+
+prepare(){
+cd "${pkgname}-${pkgver}"
+sed -i "s/ujson.*/ujson'/" setup.py
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test -k 'not test_pyqt_completion'
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:


[arch-commits] Commit in ortp/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:34:45
  Author: arojas
Revision: 652472

archrelease: copy trunk to staging-x86_64

Added:
  ortp/repos/staging-x86_64/
  ortp/repos/staging-x86_64/PKGBUILD
(from rev 652471, ortp/trunk/PKGBUILD)

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

Copied: ortp/repos/staging-x86_64/PKGBUILD (from rev 652471, 
ortp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-06-24 20:34:45 UTC (rev 652472)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/ortp";
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz";)
+sha256sums=('684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in ortp/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:36:35
  Author: arojas
Revision: 652473

archrelease: copy trunk to staging-x86_64

Added:
  ortp/repos/staging-x86_64/PKGBUILD
(from rev 652472, ortp/trunk/PKGBUILD)
Deleted:
  ortp/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 20:34:45 UTC (rev 652472)
+++ PKGBUILD2020-06-24 20:36:35 UTC (rev 652473)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: William Rea 
-
-pkgname=ortp
-pkgver=4.4.0
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/ortp";
-license=(GPL3)
-depends=(bctoolbox)
-makedepends=(cmake doxygen)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz";)
-sha256sums=('684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: ortp/repos/staging-x86_64/PKGBUILD (from rev 652472, 
ortp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 20:36:35 UTC (rev 652473)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/ortp";
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz";)
+sha256sums=('684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:37:26
  Author: arojas
Revision: 652475

archrelease: copy trunk to community-staging-x86_64

Added:
  ortp/repos/community-staging-x86_64/
  ortp/repos/community-staging-x86_64/PKGBUILD
(from rev 652474, ortp/trunk/PKGBUILD)

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

Copied: ortp/repos/community-staging-x86_64/PKGBUILD (from rev 652474, 
ortp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 20:37:26 UTC (rev 652475)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/ortp";
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz";)
+sha256sums=('684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in ortp/repos (staging-x86_64)

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:37:14
  Author: arojas
Revision: 652474

Wrong repo

Deleted:
  ortp/repos/staging-x86_64/


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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:39:48
  Author: arojas
Revision: 652476

Update to 4.4.0

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:37:26 UTC (rev 652475)
+++ PKGBUILD2020-06-24 20:39:48 UTC (rev 652476)
@@ -5,8 +5,8 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=4.3.1
-pkgrel=2
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/mediastreamer2";
@@ -14,22 +14,16 @@
 depends=(ortp ffmpeg libupnp bzrtp glew libsrtp)
 makedepends=(cmake python bcunit doxygen)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz";)
-sha256sums=('0b33ca111fbc6202ad55decee4c185b2ee42699ab0694b6281dee1180fdef4ba')
+sha256sums=('f986fba8bb23db60441707c958e8d8cb41d56939b42ef4e47de1eeed62522eee')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../${pkgname}2-$pkgver \
+  cmake -B build -S ${pkgname}2-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_STATIC=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:40:12
  Author: arojas
Revision: 652477

archrelease: copy trunk to community-staging-x86_64

Added:
  mediastreamer/repos/community-staging-x86_64/
  mediastreamer/repos/community-staging-x86_64/PKGBUILD
(from rev 652476, mediastreamer/trunk/PKGBUILD)

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

Copied: mediastreamer/repos/community-staging-x86_64/PKGBUILD (from rev 652476, 
mediastreamer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 20:40:12 UTC (rev 652477)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: AdriĆ  Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/mediastreamer2";
+license=(GPL)
+depends=(ortp ffmpeg libupnp bzrtp glew libsrtp)
+makedepends=(cmake python bcunit doxygen)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz";)
+sha256sums=('f986fba8bb23db60441707c958e8d8cb41d56939b42ef4e47de1eeed62522eee')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cmake -B build -S ${pkgname}2-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:47:16
  Author: arojas
Revision: 390415

ortp/mediastreamer 4.4.0 rebuild

Modified:
  kopete/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:05:02 UTC (rev 390414)
+++ PKGBUILD2020-06-24 20:47:16 UTC (rev 390415)
@@ -4,7 +4,7 @@
 
 pkgname=kopete
 pkgver=20.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant Messenger'
 url='https://kde.org/applications/internet/kopete/'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 groups=(kde-applications kde-network)
 depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
  libidn libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor kinit)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd kinit)
 optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
 
source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
 kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-mediastreamer-4.3.patch)


[arch-commits] Commit in kopete/repos (6 files)

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:47:33
  Author: arojas
Revision: 390416

archrelease: copy trunk to staging-x86_64

Added:
  kopete/repos/staging-x86_64/
  kopete/repos/staging-x86_64/PKGBUILD
(from rev 390415, kopete/trunk/PKGBUILD)
  kopete/repos/staging-x86_64/kopete-mediastreamer-4.3.patch
(from rev 390415, kopete/trunk/kopete-mediastreamer-4.3.patch)
  kopete/repos/staging-x86_64/kopete-mediastreamer2.14.patch
(from rev 390415, kopete/trunk/kopete-mediastreamer2.14.patch)
  kopete/repos/staging-x86_64/kopete-openssl-1.1.patch
(from rev 390415, kopete/trunk/kopete-openssl-1.1.patch)
  kopete/repos/staging-x86_64/kopete-srtp2.patch
(from rev 390415, kopete/trunk/kopete-srtp2.patch)

+
 PKGBUILD   |   47 +
 kopete-mediastreamer-4.3.patch |   84 ++
 kopete-mediastreamer2.14.patch |  281 +++
 kopete-openssl-1.1.patch   |  307 +++
 kopete-srtp2.patch |  154 +++
 5 files changed, 873 insertions(+)

Copied: kopete/repos/staging-x86_64/PKGBUILD (from rev 390415, 
kopete/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-06-24 20:47:33 UTC (rev 390416)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=20.04.2
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-network)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
+ libidn libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd kinit)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-mediastreamer-4.3.patch)
+sha256sums=('cfdf0381c789059515dd3390e4d9d86effe3dad485270d6da8a225e833a6753b'
+'SKIP'
+'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
+'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
+'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b'
+'7ff38588f25bc05eae8ba20d9624536b33addf26b74e8c64ac036291f98f2bc2')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+# fix build with mediastreamer 2.14 https://phabricator.kde.org/D15956
+  patch -d $pkgname-$pkgver -p1 -i ../kopete-mediastreamer2.14.patch
+# Detect mediastreamer 4.3
+  patch -d $pkgname-$pkgver -p1 -i ../kopete-mediastreamer-4.3.patch
+# fix build with OpenSSL 1.1 (Fedora patch)
+  patch -d $pkgname-$pkgver -p1 -i ../kopete-openssl-1.1.patch
+# support SRTP2
+  patch -d $pkgname-$pkgver -p1 -i ../kopete-srtp2.patch
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: kopete/repos/staging-x86_64/kopete-mediastreamer-4.3.patch (from rev 
390415, kopete/trunk/kopete-mediastreamer-4.3.patch)
===
--- staging-x86_64/kopete-mediastreamer-4.3.patch   
(rev 0)
+++ staging-x86_64/kopete-mediastreamer-4.3.patch   2020-06-24 20:47:33 UTC 
(rev 390416)
@@ -0,0 +1,84 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6be4a..8e63c2cee 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -92,8 +92,8 @@ set_package_properties(Libgadu PROPERTIES DESCRIPTION "A 
library providing suppo
+ find_package(LibMeanwhile QUIET)
+ set_package_properties(LibMeanwhile PROPERTIES DESCRIPTION "A library for 
protocol support for connection to sametime servers" URL 
"http://meanwhile.sourceforge.net/"; TYPE OPTIONAL PURPOSE "Required for the 
meanwhile protocol")
+ 
+-find_package(LiboRTP QUIET)
+-set_package_properties(LiboRTP PROPERTIES DESCRIPTION "oRTP provides an API 
to send rtp packets" URL 
"http://www.linphone.org/index.php/eng/code_review/ortp/"; TYPE OPTIONAL PURPOSE 
"Required for the Jabber protocol with libjingle support")
++find_package(ortp QUIET)
++set_package_properties(ortp PROPERTIES DESCRIPTION "oRTP provides an API to 
send rtp packets" URL "http://www.linphone.org/index.php/eng/code_review/ortp/"; 
TYPE OPTIONAL PURPOSE "Required for the Jabber protocol with libjingle support")
+ 
+ find_package(LibOTR QUIET)
+ set_package_properties(LibOTR PROPERTIES DESCRIPTION "Library to encrypt 

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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 21:41:17
  Author: felixonmars
Revision: 652480

upgpkg: haskell-snap-server 1.1.1.2-36: rebuild pass 1, specified --nocheck

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:54:32 UTC (rev 652479)
+++ PKGBUILD2020-06-24 21:41:17 UTC (rev 652480)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.1.2
-pkgrel=35
+pkgrel=36
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server";
 license=('BSD')


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 21:41:26
  Author: felixonmars
Revision: 652481

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
652480, haskell-snap-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-24 21:41:26 UTC (rev 652481)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.1.2
+pkgrel=36
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+  'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+  'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a11bb92ce8774269704ce8c045bddf4aad15816cfb447453e8010bfce7aff2a08b38d3c99a400ab3882cb9e0b2f0b1f9af69adc56c1b28df53dc3fdd44042e30')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


<    1   2   3   4   5   6   7   8   >