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

2019-05-29 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 06:44:02
  Author: felixonmars
Revision: 474451

upgpkg: python-hypothesis 4.24.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 06:43:44 UTC (rev 474450)
+++ PKGBUILD2019-05-30 06:44:02 UTC (rev 474451)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.23.9
+pkgver=4.24.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('660c4221d67b3bd2a40051487261407e64af14b0835845f03782e1f1d9a3fdd57db9c14229349d7a074b0a2f86aa0ce15922332c93b6492645be2782c271deea')
+sha512sums=('0ff0a211f12de99ad74d0bdb5f351483b4c637b7f873e7f49735e5ceae04b5cdd1df228665b4efd71579d212380c7130972de3cadbee17423a82213c0ad3c5cf')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 06:44:13
  Author: felixonmars
Revision: 474452

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 06:44:02 UTC (rev 474451)
+++ PKGBUILD2019-05-30 06:44:13 UTC (rev 474452)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.23.9
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('660c4221d67b3bd2a40051487261407e64af14b0835845f03782e1f1d9a3fdd57db9c14229349d7a074b0a2f86aa0ce15922332c93b6492645be2782c271deea')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 474451, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 06:44:13 UTC (rev 474452)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.24.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
+sha512sums=('0ff0a211f12de99ad74d0bdb5f351483b4c637b7f873e7f49735e5ceae04b5cdd1df228665b4efd71579d212380c7130972de3cadbee17423a82213c0ad3c5cf')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+
+  cp -a hypothesis-$pkgver{,-py2}
+
+  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
+  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
+  python2 setup.py bu

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

2019-05-29 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 06:43:44
  Author: felixonmars
Revision: 474450

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
(from rev 474449, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 06:43:32 UTC (rev 474449)
+++ PKGBUILD2019-05-30 06:43:44 UTC (rev 474450)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=3.4.5
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/";
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('632701c546f8f5452174d314e5a27bcf9123d971a668804bd31df8bd9f367e7de11af0fe6e0accad50e96ad833d9fed8c54309c4c91b5b1259780bc3c557bb57')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript/repos/community-any/PKGBUILD (from rev 474449, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 06:43:44 UTC (rev 474450)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=3.5.1
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/";
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('eb81e476246fd72619b127b8c42d565606a636281562396cb08a1a1f61dc645d3e8a3b24e582b68341b7e30f70264cdef3ee68c38493776d80ca77cee996182f')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 06:43:32
  Author: felixonmars
Revision: 474449

upgpkg: typescript 3.5.1-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 06:38:32 UTC (rev 474448)
+++ PKGBUILD2019-05-30 06:43:32 UTC (rev 474449)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=3.4.5
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('632701c546f8f5452174d314e5a27bcf9123d971a668804bd31df8bd9f367e7de11af0fe6e0accad50e96ad833d9fed8c54309c4c91b5b1259780bc3c557bb57')
+sha512sums=('eb81e476246fd72619b127b8c42d565606a636281562396cb08a1a1f61dc645d3e8a3b24e582b68341b7e30f70264cdef3ee68c38493776d80ca77cee996182f')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in isync/repos/community-x86_64 (17babc.patch PKGBUILD PKGBUILD)

2019-05-29 Thread Jonathan Steel via arch-commits
Date: Thursday, May 30, 2019 @ 06:38:32
  Author: jsteel
Revision: 474448

archrelease: copy trunk to community-x86_64

Added:
  isync/repos/community-x86_64/PKGBUILD
(from rev 474447, isync/trunk/PKGBUILD)
Deleted:
  isync/repos/community-x86_64/17babc.patch
  isync/repos/community-x86_64/PKGBUILD

--+
 17babc.patch |   11 
 PKGBUILD |   75 +
 2 files changed, 34 insertions(+), 52 deletions(-)

Deleted: 17babc.patch
===
--- 17babc.patch2019-05-30 06:38:18 UTC (rev 474447)
+++ 17babc.patch2019-05-30 06:38:32 UTC (rev 474448)
@@ -1,11 +0,0 @@
 a/src/socket.c
-+++ b/src/socket.c
-@@ -271,6 +271,8 @@
- 
-   init_wakeup( &conn->ssl_fake, ssl_fake_cb, conn );
-   conn->ssl = SSL_new( ((server_conf_t *)conn->conf)->SSLContext );
-+  if (ssl_return( "set server name", conn, SSL_set_tlsext_host_name( 
conn->ssl, conn->conf->host ) ) < 0)
-+  return;
-   SSL_set_fd( conn->ssl, conn->fd );
-   SSL_set_mode( conn->ssl, SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER );
-   socket_expect_read( conn, 1 );

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 06:38:18 UTC (rev 474447)
+++ PKGBUILD2019-05-30 06:38:32 UTC (rev 474448)
@@ -1,41 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Mark Pustjens 
-# Contributor: Geoffroy Carrier 
-# Contributor: Giorgio Lando 
-# Contributor: Leslie P. Polzer 
-
-pkgname=isync
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="IMAP and MailDir mailbox synchronizer"
-arch=('x86_64')
-url="http://isync.sourceforge.net";
-license=('GPL2')
-depends=('libsasl' 'zlib')
-source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
-17babc.patch
-
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
-md5sums=('f64e8723ebbb081bc15510586bfa1f8f'
- '0e658694ab398f0834d4fdb7fe09fdf0'
- 'SKIP')
-validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i "$srcdir"/17babc.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: isync/repos/community-x86_64/PKGBUILD (from rev 474447, 
isync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 06:38:32 UTC (rev 474448)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Mark Pustjens 
+# Contributor: Geoffroy Carrier 
+# Contributor: Giorgio Lando 
+# Contributor: Leslie P. Polzer 
+
+pkgname=isync
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="IMAP and MailDir mailbox synchronizer"
+arch=('x86_64')
+url="http://isync.sourceforge.net";
+license=('GPL2')
+depends=('libsasl' 'zlib')
+source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
+
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
+md5sums=('58bc3507ebe930f8fec5997430be85d5'
+ 'SKIP')
+validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'
+  '63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in isync/trunk (17babc.patch PKGBUILD)

2019-05-29 Thread Jonathan Steel via arch-commits
Date: Thursday, May 30, 2019 @ 06:38:18
  Author: jsteel
Revision: 474447

upgpkg: isync 1.3.1-1

Modified:
  isync/trunk/PKGBUILD
Deleted:
  isync/trunk/17babc.patch

--+
 17babc.patch |   11 ---
 PKGBUILD |   17 +
 2 files changed, 5 insertions(+), 23 deletions(-)

Deleted: 17babc.patch
===
--- 17babc.patch2019-05-30 06:31:31 UTC (rev 474446)
+++ 17babc.patch2019-05-30 06:38:18 UTC (rev 474447)
@@ -1,11 +0,0 @@
 a/src/socket.c
-+++ b/src/socket.c
-@@ -271,6 +271,8 @@
- 
-   init_wakeup( &conn->ssl_fake, ssl_fake_cb, conn );
-   conn->ssl = SSL_new( ((server_conf_t *)conn->conf)->SSLContext );
-+  if (ssl_return( "set server name", conn, SSL_set_tlsext_host_name( 
conn->ssl, conn->conf->host ) ) < 0)
-+  return;
-   SSL_set_fd( conn->ssl, conn->fd );
-   SSL_set_mode( conn->ssl, SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER );
-   socket_expect_read( conn, 1 );

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 06:31:31 UTC (rev 474446)
+++ PKGBUILD2019-05-30 06:38:18 UTC (rev 474447)
@@ -5,8 +5,8 @@
 # Contributor: Leslie P. Polzer 
 
 pkgname=isync
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="IMAP and MailDir mailbox synchronizer"
 arch=('x86_64')
 url="http://isync.sourceforge.net";
@@ -13,19 +13,12 @@
 license=('GPL2')
 depends=('libsasl' 'zlib')
 
source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
-17babc.patch
 
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
-md5sums=('f64e8723ebbb081bc15510586bfa1f8f'
- '0e658694ab398f0834d4fdb7fe09fdf0'
+md5sums=('58bc3507ebe930f8fec5997430be85d5'
  'SKIP')
-validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1')
+validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'
+  '63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i "$srcdir"/17babc.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 


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

2019-05-29 Thread Jonathan Steel via arch-commits
Date: Thursday, May 30, 2019 @ 06:31:31
  Author: jsteel
Revision: 474446

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 06:31:25 UTC (rev 474445)
+++ PKGBUILD2019-05-30 06:31:31 UTC (rev 474446)
@@ -1,45 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.9.156
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-makedepends=('python-setuptools' 'python2-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('8724fd7f87351a6328bdcf2f71701e803901aa03777b65b669047f827e481cfb8ca19a464635964a8f65d1eabfd504288595677414fa2ccc50a9fda065972e60')
-
-prepare() {
-  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
-  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
-}
-
-build() {
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package_python-boto3() {
-  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-boto3() {
-  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 474445, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 06:31:31 UTC (rev 474446)
@@ -0,0 +1,45 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
+pkgver=1.9.158
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+makedepends=('python-setuptools' 'python2-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
+sha512sums=('e79b62babb48eca95992fb1819016db1887936f5e8c730fdfdbe8d6c6333663bc6eba76d9f82c3b8cb12b3dde40316381fd4ddfac46981122e9c6ed0c73e7307')
+
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-05-29 Thread Jonathan Steel via arch-commits
Date: Thursday, May 30, 2019 @ 06:30:56
  Author: jsteel
Revision: 474440

upgpkg: python-botocore 1.12.158-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 06:30:53 UTC (rev 474439)
+++ PKGBUILD2019-05-30 06:30:56 UTC (rev 474440)
@@ -5,7 +5,7 @@
 
 pkgbase=python-botocore
 pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.12.156
+pkgver=1.12.158
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3f88f39994b61ec1a71fa7f8858582ec')
+md5sums=('6f02cde3698a997ae3c3f7e966d15946')
 
 prepare() {
   cp -r "botocore-$pkgver" "python-botocore-$pkgver"


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

2019-05-29 Thread Jonathan Steel via arch-commits
Date: Thursday, May 30, 2019 @ 06:31:13
  Author: jsteel
Revision: 474442

upgpkg: aws-cli 1.16.168-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 06:31:05 UTC (rev 474441)
+++ PKGBUILD2019-05-30 06:31:13 UTC (rev 474442)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.16.166
+pkgver=1.16.168
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('0520bfeff65ef6776fc9b5ec3df4af0b')
+md5sums=('23f47b0b4f7525a9481f6c7d1dfd1c18')
 
 build() {
   cd $pkgname-$pkgver


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

2019-05-29 Thread Jonathan Steel via arch-commits
Date: Thursday, May 30, 2019 @ 06:31:25
  Author: jsteel
Revision: 474445

upgpkg: python-boto3 1.9.158-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 06:31:19 UTC (rev 47)
+++ PKGBUILD2019-05-30 06:31:25 UTC (rev 474445)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.9.156
+pkgver=1.9.158
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('8724fd7f87351a6328bdcf2f71701e803901aa03777b65b669047f827e481cfb8ca19a464635964a8f65d1eabfd504288595677414fa2ccc50a9fda065972e60')
+sha512sums=('e79b62babb48eca95992fb1819016db1887936f5e8c730fdfdbe8d6c6333663bc6eba76d9f82c3b8cb12b3dde40316381fd4ddfac46981122e9c6ed0c73e7307')
 
 prepare() {
   cp -r "boto3-$pkgver" "python-boto3-$pkgver"


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

2019-05-29 Thread Antonio Rojas via arch-commits
Date: Thursday, May 30, 2019 @ 06:31:16
  Author: arojas
Revision: 474443

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 474442, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 06:31:13 UTC (rev 474442)
+++ PKGBUILD2019-05-30 06:31:16 UTC (rev 474443)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=3.2.2
-pkgrel=2
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
- breeze-icons hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a9351fb32d1497406779ea6210a672e13a9bde065869eb5776bb9c15d9c6c5fc'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DOpenGL_GL_PREFERENCE=GLVND
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 474442, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 06:31:16 UTC (rev 474443)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=3.2.3
+pkgrel=1
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
+ breeze-icons hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e854e1a10f11351a3cada32184ede5df76619a7188d98d06b395d2cd865b3370'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOpenGL_GL_PREFERENCE=GLVND
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-29 Thread Jonathan Steel via arch-commits
Date: Thursday, May 30, 2019 @ 06:31:19
  Author: jsteel
Revision: 47

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 474443, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 06:31:16 UTC (rev 474443)
+++ PKGBUILD2019-05-30 06:31:19 UTC (rev 47)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.16.166
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('0520bfeff65ef6776fc9b5ec3df4af0b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 474443, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 06:31:19 UTC (rev 47)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.16.168
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('23f47b0b4f7525a9481f6c7d1dfd1c18')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2019-05-29 Thread Jonathan Steel via arch-commits
Date: Thursday, May 30, 2019 @ 06:31:05
  Author: jsteel
Revision: 474441

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 06:30:56 UTC (rev 474440)
+++ PKGBUILD2019-05-30 06:31:05 UTC (rev 474441)
@@ -1,51 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgbase=python-botocore
-pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.12.156
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3f88f39994b61ec1a71fa7f8858582ec')
-
-prepare() {
-  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
-  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
-}
-
-build_python-botocore() {
-  cd "python-botocore-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-botocore() {
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py build
-}
-
-package_python-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-
-  cd "python-botocore-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-botocore() {
-  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils' 
'python2-urllib3')
-
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 474440, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 06:31:05 UTC (rev 474441)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
+pkgver=1.12.158
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('6f02cde3698a997ae3c3f7e966d15946')
+
+prepare() {
+  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
+
+build_python-botocore() {
+  cd "python-botocore-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-botocore() {
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py build
+}
+
+package_python-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+
+  cd "python-botocore-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-botocore() {
+  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils' 
'python2-urllib3')
+
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-05-29 Thread Antonio Rojas via arch-commits
Date: Thursday, May 30, 2019 @ 06:30:53
  Author: arojas
Revision: 474439

Update to 3.2.3

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 06:28:16 UTC (rev 474438)
+++ PKGBUILD2019-05-30 06:30:53 UTC (rev 474439)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/";
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a9351fb32d1497406779ea6210a672e13a9bde065869eb5776bb9c15d9c6c5fc'
+sha256sums=('e854e1a10f11351a3cada32184ede5df76619a7188d98d06b395d2cd865b3370'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 06:28:16
  Author: felixonmars
Revision: 474438

archrelease: copy trunk to community-any

Added:
  python-importlib-metadata/repos/community-any/PKGBUILD
(from rev 474437, python-importlib-metadata/trunk/PKGBUILD)
Deleted:
  python-importlib-metadata/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 06:28:04 UTC (rev 474437)
+++ PKGBUILD2019-05-30 06:28:16 UTC (rev 474438)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-importlib-metadata
-pkgname=(python-importlib-metadata python2-importlib-metadata)
-pkgver=0.15
-pkgrel=1
-pkgdesc="Read metadata from Python packages"
-url="https://importlib-metadata.readthedocs.io";
-license=('Apache')
-arch=('any')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python2-contextlib2'
- 'python2-pathlib2' 'python2-configparser' 'python-zipp' 
'python2-zipp')
-checkdepends=('python-pip' 'python2-pip' 'python-pytest-runner' 
'python2-pytest-runner'
-  'python2-importlib_resources' 'python-wheel' 'python2-wheel')
-source=("$pkgbase-$pkgver.tar.gz::https://gitlab.com/python-devs/importlib_metadata/-/archive/$pkgver/importlib_metadata-$pkgver.tar.bz2";)
-sha512sums=('b37c4b21b4c6ae9d757edfd489b0dc5d0fb852e00b73643b08400ce8f2246972e7a9942682468b9d8a6c260b29ad39aefdef55835971ea22f9922733ea1048ba')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cp -a importlib_metadata-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/importlib_metadata-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/importlib_metadata-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/importlib_metadata-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/importlib_metadata-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-importlib-metadata() {
-  depends=('python-zipp')
-
-  cd importlib_metadata-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-importlib-metadata() {
-  depends=('python2-zipp' 'python2-configparser' 'python2-contextlib2' 
'python2-pathlib2')
-
-  cd importlib_metadata-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-importlib-metadata/repos/community-any/PKGBUILD (from rev 
474437, python-importlib-metadata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 06:28:16 UTC (rev 474438)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-importlib-metadata
+pkgname=(python-importlib-metadata python2-importlib-metadata)
+pkgver=0.17
+pkgrel=1
+pkgdesc="Read metadata from Python packages"
+url="https://importlib-metadata.readthedocs.io";
+license=('Apache')
+arch=('any')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python2-contextlib2'
+ 'python2-pathlib2' 'python2-configparser' 'python-zipp' 
'python2-zipp')
+checkdepends=('python-pip' 'python2-pip' 'python-pytest-runner' 
'python2-pytest-runner'
+  'python2-importlib_resources' 'python-wheel' 'python2-wheel')
+source=("$pkgbase-$pkgver.tar.gz::https://gitlab.com/python-devs/importlib_metadata/-/archive/$pkgver/importlib_metadata-$pkgver.tar.bz2";)
+sha512sums=('397e1e33b6284910694f94bd6f5bcccd4a81c2dbc71a47524f5dd354cadc6afb23052c8142398ae0aeea411425ef0f2012835a103df62fa2d3306f42828f5725')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cp -a importlib_metadata-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/importlib_metadata-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/importlib_metadata-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/importlib_metadata-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/importlib_metadata-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-importlib-metadata() {
+  depends=('python-zipp')
+
+  cd importlib_metadata-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-importlib-metadata() {
+  depends=('python2-zipp' 'python2-configparser' 'python2-contextlib2' 
'python2-pathlib2')
+
+  cd importlib_metadata-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 06:28:04
  Author: felixonmars
Revision: 474437

upgpkg: python-importlib-metadata 0.17-1

Modified:
  python-importlib-metadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 06:26:35 UTC (rev 474436)
+++ PKGBUILD2019-05-30 06:28:04 UTC (rev 474437)
@@ -2,7 +2,7 @@
 
 pkgbase=python-importlib-metadata
 pkgname=(python-importlib-metadata python2-importlib-metadata)
-pkgver=0.15
+pkgver=0.17
 pkgrel=1
 pkgdesc="Read metadata from Python packages"
 url="https://importlib-metadata.readthedocs.io";
@@ -13,7 +13,7 @@
 checkdepends=('python-pip' 'python2-pip' 'python-pytest-runner' 
'python2-pytest-runner'
   'python2-importlib_resources' 'python-wheel' 'python2-wheel')
 
source=("$pkgbase-$pkgver.tar.gz::https://gitlab.com/python-devs/importlib_metadata/-/archive/$pkgver/importlib_metadata-$pkgver.tar.bz2";)
-sha512sums=('b37c4b21b4c6ae9d757edfd489b0dc5d0fb852e00b73643b08400ce8f2246972e7a9942682468b9d8a6c260b29ad39aefdef55835971ea22f9922733ea1048ba')
+sha512sums=('397e1e33b6284910694f94bd6f5bcccd4a81c2dbc71a47524f5dd354cadc6afb23052c8142398ae0aeea411425ef0f2012835a103df62fa2d3306f42828f5725')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 06:26:35
  Author: felixonmars
Revision: 474436

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 06:26:23 UTC (rev 474435)
+++ PKGBUILD2019-05-30 06:26:35 UTC (rev 474436)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-elasticsearch
-pkgname=('python-elasticsearch' 'python2-elasticsearch')
-pkgver=7.0.1
-pkgrel=1
-arch=('any')
-pkgdesc='Python client for Elasticsearch'
-url='https://github.com/elastic/elasticsearch-py'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-urllib3' 
'python2-urllib3')
-checkdepends=('python-nose' 'python2-nose' 'python-requests' 
'python2-requests' 'python-coverage'
-  'python2-coverage' 'python-mock' 'python2-mock' 'python-pyaml' 
'python2-pyaml'
-  'python-nosexcover' 'python2-nosexcover')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz";)
-sha512sums=('e5b4826e77873f47c3b8c74712745d922fb758faf1801ff44f1b69e3b75c31a514d005f6a3358b069214885d508fe8797e2b47392881653f1b4f0c447d444deb')
-
-prepare() {
-  sed -i 's/urllib3<.*,>/urllib3>/' elasticsearch-py-$pkgver/setup.py
-  cp -a elasticsearch-py-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/elasticsearch-py-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/elasticsearch-py-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/elasticsearch-py-$pkgver
-  # https://github.com/elastic/elasticsearch-py/issues/816
-  # python setup.py test
-
-  cd "$srcdir"/elasticsearch-py-$pkgver-py2
-  # python2 setup.py test
-}
-
-package_python-elasticsearch() {
-  depends=('python-urllib3')
-
-  cd elasticsearch-py-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-elasticsearch() {
-  depends=('python2-urllib3')
-
-  cd elasticsearch-py-$pkgver-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-elasticsearch/repos/community-any/PKGBUILD (from rev 474435, 
python-elasticsearch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 06:26:35 UTC (rev 474436)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-elasticsearch
+pkgname=('python-elasticsearch' 'python2-elasticsearch')
+pkgver=7.0.2
+pkgrel=1
+arch=('any')
+pkgdesc='Python client for Elasticsearch'
+url='https://github.com/elastic/elasticsearch-py'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-urllib3' 
'python2-urllib3')
+checkdepends=('python-nose' 'python2-nose' 'python-requests' 
'python2-requests' 'python-coverage'
+  'python2-coverage' 'python-mock' 'python2-mock' 'python-pyaml' 
'python2-pyaml'
+  'python-nosexcover' 'python2-nosexcover')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz";)
+sha512sums=('f91823dca2958fd0292ba623599d89138dd83ed2d41ecef1d5dcdd30a66c87db99d0576f41da15affd4e0027355eb20437e2dc104f98ffa86d0066d0b04b2590')
+
+prepare() {
+  sed -i 's/urllib3<.*,>/urllib3>/' elasticsearch-py-$pkgver/setup.py
+  cp -a elasticsearch-py-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/elasticsearch-py-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/elasticsearch-py-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/elasticsearch-py-$pkgver
+  # https://github.com/elastic/elasticsearch-py/issues/816
+  # python setup.py test
+
+  cd "$srcdir"/elasticsearch-py-$pkgver-py2
+  # python2 setup.py test
+}
+
+package_python-elasticsearch() {
+  depends=('python-urllib3')
+
+  cd elasticsearch-py-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-elasticsearch() {
+  depends=('python2-urllib3')
+
+  cd elasticsearch-py-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 06:26:23
  Author: felixonmars
Revision: 474435

upgpkg: python-elasticsearch 7.0.2-1

Modified:
  python-elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 01:27:59 UTC (rev 474434)
+++ PKGBUILD2019-05-30 06:26:23 UTC (rev 474435)
@@ -2,7 +2,7 @@
 
 pkgbase=python-elasticsearch
 pkgname=('python-elasticsearch' 'python2-elasticsearch')
-pkgver=7.0.1
+pkgver=7.0.2
 pkgrel=1
 arch=('any')
 pkgdesc='Python client for Elasticsearch'
@@ -13,7 +13,7 @@
   'python2-coverage' 'python-mock' 'python2-mock' 'python-pyaml' 
'python2-pyaml'
   'python-nosexcover' 'python2-nosexcover')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz";)
-sha512sums=('e5b4826e77873f47c3b8c74712745d922fb758faf1801ff44f1b69e3b75c31a514d005f6a3358b069214885d508fe8797e2b47392881653f1b4f0c447d444deb')
+sha512sums=('f91823dca2958fd0292ba623599d89138dd83ed2d41ecef1d5dcdd30a66c87db99d0576f41da15affd4e0027355eb20437e2dc104f98ffa86d0066d0b04b2590')
 
 prepare() {
   sed -i 's/urllib3<.*,>/urllib3>/' elasticsearch-py-$pkgver/setup.py


[arch-commits] Commit in gnupg/repos (5 files)

2019-05-29 Thread Gaƫtan Bisson via arch-commits
Date: Thursday, May 30, 2019 @ 02:00:15
  Author: bisson
Revision: 354516

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

Added:
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 354515, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 354515, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|   63 +
 /install |   31 
 core-x86_64/PKGBUILD |   63 -
 core-x86_64/install  |   31 
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-05-29 17:02:02 UTC (rev 354515)
+++ core-x86_64/PKGBUILD2019-05-30 02:00:15 UTC (rev 354516)
@@ -1,63 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.2.15
-pkgrel=1
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='https://www.gnupg.org/'
-license=('GPL')
-arch=('x86_64')
-checkdepends=('openssh')
-makedepends=('libldap' 'libusb-compat' 'pcsclite')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon'
-'pcsclite: scdaemon')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('cb8ce298d7b36558ffc48aec961b14c830ff1783eef7a623411188b5e0f5d454'
-'SKIP')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg "${pkgdir}"/usr/bin/gpg2
-   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/core-x86_64/PKGBUILD (from rev 354515, 
gnupg/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-05-30 02:00:15 UTC (rev 354516)
@@ -0,0 +1,63 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.16
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('6cbe8d454bf5dc204621eed3016d721b66298fa95363395bb8eeceb1d2fd14cb'
+'SKIP')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${p

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

2019-05-29 Thread Brett Cornwall via arch-commits
Date: Thursday, May 30, 2019 @ 01:27:49
  Author: ainola
Revision: 474433

upgpkg: urlscan 0.9.3-1

Modified:
  urlscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 20:18:58 UTC (rev 474432)
+++ PKGBUILD2019-05-30 01:27:49 UTC (rev 474433)
@@ -1,7 +1,7 @@
-# Maintainer: Ainola 
+# Maintainer: Brett Cornwall 
 
 pkgname=urlscan
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="Mutt and terminal url selector"
 url="https://github.com/firecat53/urlscan";
@@ -10,7 +10,7 @@
 depends=('python-urwid')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz";)
-sha256sums=('312f0be32f784f23c2143b7f74a40ffa3ee88a638c74d8f6af038b71b4865468')
+sha256sums=('d3eaef486df70da85614b51a383fa5d570b6253c147349da29df04cd36ed7955')
 
 build() {
 cd "$pkgname-$pkgver"


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

2019-05-29 Thread Brett Cornwall via arch-commits
Date: Thursday, May 30, 2019 @ 01:27:59
  Author: ainola
Revision: 474434

archrelease: copy trunk to community-any

Added:
  urlscan/repos/community-any/PKGBUILD
(from rev 474433, urlscan/trunk/PKGBUILD)
Deleted:
  urlscan/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 01:27:49 UTC (rev 474433)
+++ PKGBUILD2019-05-30 01:27:59 UTC (rev 474434)
@@ -1,23 +0,0 @@
-# Maintainer: Ainola 
-
-pkgname=urlscan
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="Mutt and terminal url selector"
-url="https://github.com/firecat53/urlscan";
-arch=('any')
-license=('GPL2')
-depends=('python-urwid')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz";)
-sha256sums=('312f0be32f784f23c2143b7f74a40ffa3ee88a638c74d8f6af038b71b4865468')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: urlscan/repos/community-any/PKGBUILD (from rev 474433, 
urlscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 01:27:59 UTC (rev 474434)
@@ -0,0 +1,23 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=urlscan
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan";
+arch=('any')
+license=('GPL2')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz";)
+sha256sums=('d3eaef486df70da85614b51a383fa5d570b6253c147349da29df04cd36ed7955')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 20:11:09
  Author: felixonmars
Revision: 474427

upgpkg: hopenpgp-tools 0.21.3-54

rebuild with checkers 0.5.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 20:09:40 UTC (rev 474426)
+++ PKGBUILD2019-05-29 20:11:09 UTC (rev 474427)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.21.3
-pkgrel=53
+pkgrel=54
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools";
 license=("AGPL3")


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 20:11:19
  Author: felixonmars
Revision: 474428

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
474427, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 20:11:19 UTC (rev 474428)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.21.3
+pkgrel=54
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c19c9164879df7be62e08b69ce9175834044c2d7c0c3a890340e2a10444ac43fc6d2b63fb958925921056ef1e13ec9c7cfe08f20cdc430cfa2b9584fdd625d19')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 20:09:30
  Author: felixonmars
Revision: 474425

upgpkg: haskell-hopenpgp 2.7.4.1-69

rebuild with checkers 0.5.0

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 20:07:35 UTC (rev 474424)
+++ PKGBUILD2019-05-29 20:09:30 UTC (rev 474425)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.7.4.1
-pkgrel=68
+pkgrel=69
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 20:09:40
  Author: felixonmars
Revision: 474426

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 474425, haskell-hopenpgp/trunk/PKGBUILD)

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
474425, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 20:09:40 UTC (rev 474426)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.7.4.1
+pkgrel=69
+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-base64-bytestring' 
'haskell-bifunctors'
+ 'haskell-bzlib' 'haskell-binary-conduit' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-crypto-cipher-types' 'haskell-errors' 
'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1b0e2ec52726ba84dc93b7cffe7bccfa2d259049f1629799d239c9e2ef6abf13da561dd99775601d989ae5d5cc251a1684f23a243e6a27a663850f132f0724df')
+
+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
+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-incremental-parser/repos (2 files)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 20:07:35
  Author: felixonmars
Revision: 474424

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-incremental-parser/repos/community-staging-x86_64/
  haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 474423, haskell-incremental-parser/trunk/PKGBUILD)

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

Copied: haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD 
(from rev 474423, haskell-incremental-parser/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 20:07:35 UTC (rev 474424)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.3.2.2
+pkgrel=15
+pkgdesc="Generic parser library capable of providing partial results from 
partial input."
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-monoid-subclasses')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('773b84a540ee34db855a74bafb41c6640d24f3ef519f201447fa524a6545a290f3f1b9a5d42edb9d88754f845a8fa399afe22a5c680ef5eb72f55302263d475c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 20:07:25
  Author: felixonmars
Revision: 474423

upgpkg: haskell-incremental-parser 0.3.2.2-15

rebuild with checkers 0.5.0

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 20:06:38 UTC (rev 474422)
+++ PKGBUILD2019-05-29 20:07:25 UTC (rev 474423)
@@ -4,7 +4,7 @@
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
 pkgver=0.3.2.2
-pkgrel=14
+pkgrel=15
 pkgdesc="Generic parser library capable of providing partial results from 
partial input."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('GPL')


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 20:06:38
  Author: felixonmars
Revision: 474422

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-checkers/repos/community-staging-x86_64/PKGBUILD (from rev 
474421, haskell-checkers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 20:06:38 UTC (rev 474422)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=checkers
+pkgname=haskell-checkers
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Check properties on standard classes and data structures"
+url="https://github.com/conal/checkers";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random' 'haskell-quickcheck' 
'haskell-semigroupoids')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6f935d69ab60f0b082eb9f2c1bd2dd5b6e722b7037158424e46406c92717012053d601d9572e9c3672b2fb13a68f00974f7dd6ac85fc23586e8e1bde400d9ba6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 20:06:28
  Author: felixonmars
Revision: 474421

upgpkg: haskell-checkers 0.5.0-1

rebuild with checkers 0.5.0

Modified:
  haskell-checkers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 20:04:55 UTC (rev 474420)
+++ PKGBUILD2019-05-29 20:06:28 UTC (rev 474421)
@@ -2,8 +2,8 @@
 
 _hkgname=checkers
 pkgname=haskell-checkers
-pkgver=0.4.14
-pkgrel=14
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="Check properties on standard classes and data structures"
 url="https://github.com/conal/checkers";
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-random' 'haskell-quickcheck' 
'haskell-semigroupoids')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('cdbbeecd4d88f7d4b1b3ebffe1c521e7342c76b5710aebd341d51672a8621609428a51410b8d7183e5905cce32b9eb9db45ff9d4a86da0e3cc9fed50297bfa9f')
+sha512sums=('6f935d69ab60f0b082eb9f2c1bd2dd5b6e722b7037158424e46406c92717012053d601d9572e9c3672b2fb13a68f00974f7dd6ac85fc23586e8e1bde400d9ba6')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in haskell-mime-mail/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 20:04:55
  Author: felixonmars
Revision: 474420

archrelease: copy trunk to community-x86_64

Added:
  haskell-mime-mail/repos/community-x86_64/PKGBUILD
(from rev 474419, haskell-mime-mail/trunk/PKGBUILD)
Deleted:
  haskell-mime-mail/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 20:04:43 UTC (rev 474419)
+++ PKGBUILD2019-05-29 20:04:55 UTC (rev 474420)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=mime-mail
-pkgname=haskell-mime-mail
-pkgver=0.4.14
-pkgrel=19
-pkgdesc="Compose MIME email messages."
-url="https://github.com/snoyberg/mime-mail";
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-base64-bytestring" "haskell-blaze-builder"
- "haskell-random")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('da60edcee6c5bb380f225189a48bcec48307ecd6d5614d58a1fe4612ad4868e5ffe0ae55e19c66c852f78d18fa9cd92ec30b76052f0963d2dbbd8c7b111ded76')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-mime-mail/repos/community-x86_64/PKGBUILD (from rev 474419, 
haskell-mime-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 20:04:55 UTC (rev 474420)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mime-mail
+pkgname=haskell-mime-mail
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Compose MIME email messages."
+url="https://github.com/snoyberg/mime-mail";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-base64-bytestring" "haskell-blaze-builder"
+ "haskell-random")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b4f18be040d447436c8d180f596f565a0e9ae6f7f771512047b851b32e42dd1410522de755e0b3d5ee6c6db15c076dce0bd9312b43ca71f531c43249b4a6d020')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 20:04:43
  Author: felixonmars
Revision: 474419

upgpkg: haskell-mime-mail 0.5.0-1

Modified:
  haskell-mime-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 19:29:53 UTC (rev 474418)
+++ PKGBUILD2019-05-29 20:04:43 UTC (rev 474419)
@@ -3,8 +3,8 @@
 
 _hkgname=mime-mail
 pkgname=haskell-mime-mail
-pkgver=0.4.14
-pkgrel=19
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="Compose MIME email messages."
 url="https://github.com/snoyberg/mime-mail";
 license=("MIT")
@@ -13,7 +13,7 @@
  "haskell-random")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('da60edcee6c5bb380f225189a48bcec48307ecd6d5614d58a1fe4612ad4868e5ffe0ae55e19c66c852f78d18fa9cd92ec30b76052f0963d2dbbd8c7b111ded76')
+sha512sums=('b4f18be040d447436c8d180f596f565a0e9ae6f7f771512047b851b32e42dd1410522de755e0b3d5ee6c6db15c076dce0bd9312b43ca71f531c43249b4a6d020')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 19:29:53
  Author: svenstaro
Revision: 474418

archrelease: copy trunk to community-x86_64

Added:
  glbinding/repos/community-x86_64/PKGBUILD
(from rev 474417, glbinding/trunk/PKGBUILD)
Deleted:
  glbinding/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 19:29:48 UTC (rev 474417)
+++ PKGBUILD2019-05-29 19:29:53 UTC (rev 474418)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Xentec 
-
-pkgname=glbinding
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="A C++ binding for the OpenGL API, generated using the gl.xml 
specification"
-arch=('x86_64')
-url="http://www.glbinding.org";
-license=('MIT')
-depends=('libgl' 'glfw')
-makedepends=('cmake' 'mesa')
-checkdepends=('python')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/cginternals/glbinding/archive/v$pkgver.tar.gz";)
-sha256sums=('6729b260787108462ec6d8954f32a3f11f959ada7eebf1a2a33173b68762849e')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  mkdir build
-}
-
-build() {
-  cd $pkgname-$pkgver/build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DOPTION_BUILD_TESTS=ON
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver/build
-
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make -C build DESTDIR="$pkgdir/" install
-
-  rm "$pkgdir"/usr/bin/glinfo
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  install -m644 README.md AUTHORS "$pkgdir"/usr/share/doc/$pkgname
-  rm "$pkgdir"/usr/include/KHR/khrplatform.h
-}

Copied: glbinding/repos/community-x86_64/PKGBUILD (from rev 474417, 
glbinding/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 19:29:53 UTC (rev 474418)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Xentec 
+
+pkgname=glbinding
+pkgver=3.1.0
+pkgrel=3
+pkgdesc="A C++ binding for the OpenGL API, generated using the gl.xml 
specification"
+arch=('x86_64')
+url="http://www.glbinding.org";
+license=('MIT')
+depends=('libgl' 'glfw')
+makedepends=('cmake' 'mesa')
+checkdepends=('python')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/cginternals/glbinding/archive/v$pkgver.tar.gz";)
+sha256sums=('6729b260787108462ec6d8954f32a3f11f959ada7eebf1a2a33173b68762849e')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  mkdir build
+}
+
+build() {
+  cd $pkgname-$pkgver/build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DOPTION_BUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make -C build DESTDIR="$pkgdir/" install
+
+  mv "$pkgdir"/usr/bin/glinfo "$pkgdir"/usr/bin/glinfo-glbinding
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -m644 README.md AUTHORS "$pkgdir"/usr/share/doc/$pkgname
+  rm "$pkgdir"/usr/include/KHR/khrplatform.h
+}


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

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 19:29:48
  Author: svenstaro
Revision: 474417

upgpkg: glbinding 3.1.0-3

Don't delete glinfo but rename it

Modified:
  glbinding/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 17:50:17 UTC (rev 474416)
+++ PKGBUILD2019-05-29 19:29:48 UTC (rev 474417)
@@ -4,7 +4,7 @@
 
 pkgname=glbinding
 pkgver=3.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A C++ binding for the OpenGL API, generated using the gl.xml 
specification"
 arch=('x86_64')
 url="http://www.glbinding.org";
@@ -42,7 +42,7 @@
 
   make -C build DESTDIR="$pkgdir/" install
 
-  rm "$pkgdir"/usr/bin/glinfo
+  mv "$pkgdir"/usr/bin/glinfo "$pkgdir"/usr/bin/glinfo-glbinding
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
   install -d "$pkgdir"/usr/share/doc/$pkgname
   install -m644 README.md AUTHORS "$pkgdir"/usr/share/doc/$pkgname


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

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 17:47:20
  Author: svenstaro
Revision: 474413

upgpkg: neovim 0.3.7-1

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 17:38:42 UTC (rev 474412)
+++ PKGBUILD2019-05-29 17:47:20 UTC (rev 474413)
@@ -3,7 +3,7 @@
 # Contributor: Florian Hahn 
 
 pkgname=neovim
-pkgver=0.3.6
+pkgver=0.3.7
 pkgrel=1
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'xclip: for clipboard support (or xsel) (see :help clipboard)'
 'xsel: for clipboard support (or xclip) (see :help clipboard)')
 source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
-sha512sums=('54c9f70d1ecc1b555d2bde8c480a834de7a12f77753d0d322d459bd3651057499b0d61c4854bce00575eb517db750e0e43dd7f20d83e7d42fe08722ed5c7446e')
+sha512sums=('1d770a4643a44da65f0a03c90e18e89f337b16ec3eca20dbffa21bcab10c836062ef82974437b64bd766f7b07317cd3dc8e3e72b9d5d0911b1d4f2c528cd20c2')
 
 build() {
   cmake -Hneovim-${pkgver} -Bbuild -GNinja \


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

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 17:47:25
  Author: svenstaro
Revision: 474414

archrelease: copy trunk to community-x86_64

Added:
  neovim/repos/community-x86_64/PKGBUILD
(from rev 474413, neovim/trunk/PKGBUILD)
Deleted:
  neovim/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 17:47:20 UTC (rev 474413)
+++ PKGBUILD2019-05-29 17:47:25 UTC (rev 474414)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-# Contributor: Florian Hahn 
-
-pkgname=neovim
-pkgver=0.3.6
-pkgrel=1
-pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
-arch=('x86_64')
-url='https://neovim.io'
-license=('custom:neovim')
-depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
-makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
-optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
-'xclip: for clipboard support (or xsel) (see :help clipboard)'
-'xsel: for clipboard support (or xclip) (see :help clipboard)')
-source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
-sha512sums=('54c9f70d1ecc1b555d2bde8c480a834de7a12f77753d0d322d459bd3651057499b0d61c4854bce00575eb517db750e0e43dd7f20d83e7d42fe08722ed5c7446e')
-
-build() {
-  cmake -Hneovim-${pkgver} -Bbuild -GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_JEMALLOC=ON
-  cmake --build build
-}
-
-check() {
-  cd "${srcdir}/build"
-  ./bin/nvim --version
-  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
-}
-
-package() {
-  cd "${srcdir}/build"
-  DESTDIR="${pkgdir}" cmake --build . --target install
-
-  cd "${srcdir}/neovim-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
-  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
-
-  # Make Arch vim packages work
-  mkdir -p "${pkgdir}"/usr/share/vim
-  echo "set runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
-}
-
-# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-x86_64/PKGBUILD (from rev 474413, 
neovim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 17:47:25 UTC (rev 474414)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.3.7
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
+makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
+optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
+'xclip: for clipboard support (or xsel) (see :help clipboard)'
+'xsel: for clipboard support (or xclip) (see :help clipboard)')
+source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
+sha512sums=('1d770a4643a44da65f0a03c90e18e89f337b16ec3eca20dbffa21bcab10c836062ef82974437b64bd766f7b07317cd3dc8e3e72b9d5d0911b1d4f2c528cd20c2')
+
+build() {
+  cmake -Hneovim-${pkgver} -Bbuild -GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  cmake --build build
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  DESTDIR="${pkgdir}" cmake --build . --target install
+
+  cd "${srcdir}/neovim-${pkgver}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
+  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
+
+  # Make Arch vim packages work
+  mkdir -p "${pkgdir}"/usr/share/vim
+  echo "set runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
+}
+
+# vim:set sw=2 sts=2 et:


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 17:38:42
  Author: felixonmars
Revision: 474412

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 474411, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/socks-0.6.patch
(from rev 474411, git-annex/trunk/socks-0.6.patch)

-+
 PKGBUILD|   58 ++
 socks-0.6.patch |   13 
 2 files changed, 71 insertions(+)

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 474411, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 17:38:42 UTC (rev 474412)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20190507
+pkgrel=18
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-uuid'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";
+socks-0.6.patch)
+sha512sums=('SKIP'
+
'572cfde516ac8efd7c7b7b734d7de2276e7fa4143d8ed66de101d987a81ac71b911161454979f5a6b3d89f0080423f5086eb73aa02e9ebfdde63f0167bcac608')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../socks-0.6.patch
+}
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-ftorrentparser -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime -f-networkbsd
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-desktop 
install-completions
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/socks-0.6.patch (from rev 
474411, git-annex/trunk/socks-0.6.patch)
===
--- community-staging-x86_64/socks-0.6.patch(rev 0)
+++ community-staging-x86_64/socks-0.6.patch2019-05-29 17:38:42 UTC (rev 
474412)
@@ -0,0 +1,13 @@
+diff --git a/Utility/Tor.hs b/Utility/Tor.hs
+index 427fb100bc..0ee904ca2a 100644
+--- a/Utility/Tor.hs
 b/Utility/Tor.hs
+@@ -37,7 +37,7 @@ connectHiddenService (OnionAddress address) port = do
+   return s
+   where
+   torsocksport = 9050
+-  torsockconf = defaultSocksConf "127.0.0.1" torsocksport
++  torsockconf = defaultSocksConf $ SockAddrInet torsocksport $ 
tupleToHostAddress (127, 0, 0, 1)
+   socksdomain = SocksAddrDomainName (BU8.fromString address)
+   socksaddr = SocksAddress socksdomain (fromIntegral port)
+ 


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 17:38:29
  Author: felixonmars
Revision: 474411

upgpkg: git-annex 7.20190507-18

rebuild with feed 1.1.0.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 17:32:20 UTC (rev 474410)
+++ PKGBUILD2019-05-29 17:38:29 UTC (rev 474411)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20190507
-pkgrel=17
+pkgrel=18
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 17:32:10
  Author: felixonmars
Revision: 474409

upgpkg: haskell-feed 1.1.0.0-1

rebuild with feed 1.1.0.0

Modified:
  haskell-feed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 17:23:13 UTC (rev 474408)
+++ PKGBUILD2019-05-29 17:32:10 UTC (rev 474409)
@@ -3,8 +3,8 @@
 
 _hkgname=feed
 pkgname=haskell-feed
-pkgver=1.0.1.0
-pkgrel=40
+pkgver=1.1.0.0
+pkgrel=1
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed";
 license=("BSD")
@@ -15,7 +15,7 @@
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
  'haskell-markdown-unlit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('dd9d96a4fe29df397a5e513c352583548797821c7b07a827a12d967222b30b17d67e928a43f5ff5d23bc955e2e654a759f88ff463413102747db471236dc0f85')
+sha512sums=('bdca0735d27a206310adc6fb6443561d86963d6bbec7db63dd9f3af94b23bccb71a07daa47445a08c571e1904e85afde7557f796c115824d07273c16af2a8345')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 17:32:20
  Author: felixonmars
Revision: 474410

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-feed/repos/community-staging-x86_64/PKGBUILD (from rev 474409, 
haskell-feed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 17:32:20 UTC (rev 474410)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=feed
+pkgname=haskell-feed
+pkgver=1.1.0.0
+pkgrel=1
+pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
+url="https://github.com/bergmark/feed";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-old-locale' 
'haskell-old-time' 'haskell-safe'
+ 'haskell-time-locale-compat' 'haskell-utf8-string' 'haskell-xml-types'
+ 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-markdown-unlit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('bdca0735d27a206310adc6fb6443561d86963d6bbec7db63dd9f3af94b23bccb71a07daa47445a08c571e1904e85afde7557f796c115824d07273c16af2a8345')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 29, 2019 @ 17:23:13
  Author: arojas
Revision: 474408

archrelease: copy trunk to community-any

Added:
  python-flask-autoindex/repos/community-any/PKGBUILD
(from rev 474407, python-flask-autoindex/trunk/PKGBUILD)
Deleted:
  python-flask-autoindex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 17:22:38 UTC (rev 474407)
+++ PKGBUILD2019-05-29 17:23:13 UTC (rev 474408)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Moritz Lipp 
-
-_pipname=Flask-AutoIndex
-pkgbase=python-flask-autoindex
-pkgname=(python2-flask-autoindex python-flask-autoindex)
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="Flask-AutoIndex generates an index page for your Flask application 
automatically"
-arch=(any)
-url="http://packages.python.org/Flask-AutoIndex/";
-license=(BSD)
-makedepends=(python2-setuptools python-setuptools)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";)
-sha256sums=('af2cdb34eefe6edbf43ce19200880829e8c2df3598000e75dc63c9b7e3478706')
-
-package_python2-flask-autoindex() {
-  depends=(python2-flask-silk python2-future)
-  cd $_pipname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-
-# Fix conflict with python-flask-autoindex
-  mv "$pkgdir"/usr/bin/fai{,2}
-}
-
-package_python-flask-autoindex() {
-  depends=(python-flask-silk python-future)
-  cd $_pipname-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-flask-autoindex/repos/community-any/PKGBUILD (from rev 474407, 
python-flask-autoindex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 17:23:13 UTC (rev 474408)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Moritz Lipp 
+
+_pipname=flask-autoindex
+pkgbase=python-flask-autoindex
+pkgname=(python2-flask-autoindex python-flask-autoindex)
+pkgver=0.6.4
+pkgrel=1
+pkgdesc="Flask-AutoIndex generates an index page for your Flask application 
automatically"
+arch=(any)
+url="https://packages.python.org/Flask-AutoIndex/";
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/general03/flask-autoindex/archive/v$pkgver.tar.gz";)
+sha256sums=('44df9cc770d7fc30f8e90d77c468035329855b90aaff18bf4c2a7dc5fac63b77')
+
+package_python2-flask-autoindex() {
+  depends=(python2-flask-silk python2-future)
+  cd $_pipname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname
+
+# Fix conflict with python-flask-autoindex
+  mv "$pkgdir"/usr/bin/fai{,2}
+}
+
+package_python-flask-autoindex() {
+  depends=(python-flask-silk python-future)
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-05-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 29, 2019 @ 17:22:38
  Author: arojas
Revision: 474407

Update to 0.6.4

Modified:
  python-flask-autoindex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:52:22 UTC (rev 474406)
+++ PKGBUILD2019-05-29 17:22:38 UTC (rev 474407)
@@ -1,10 +1,10 @@
 # Maintainer: Antonio Rojas 
 # Maintainer: Moritz Lipp 
 
-_pipname=Flask-AutoIndex
+_pipname=flask-autoindex
 pkgbase=python-flask-autoindex
 pkgname=(python2-flask-autoindex python-flask-autoindex)
-pkgver=0.6.2
+pkgver=0.6.4
 pkgrel=1
 pkgdesc="Flask-AutoIndex generates an index page for your Flask application 
automatically"
 arch=(any)
@@ -11,8 +11,8 @@
 url="https://packages.python.org/Flask-AutoIndex/";
 license=(BSD)
 makedepends=(python2-setuptools python-setuptools)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";)
-sha256sums=('af2cdb34eefe6edbf43ce19200880829e8c2df3598000e75dc63c9b7e3478706')
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/general03/flask-autoindex/archive/v$pkgver.tar.gz";)
+sha256sums=('44df9cc770d7fc30f8e90d77c468035329855b90aaff18bf4c2a7dc5fac63b77')
 
 package_python2-flask-autoindex() {
   depends=(python2-flask-silk python2-future)
@@ -20,7 +20,7 @@
   python2 setup.py install --root="$pkgdir" --optimize=1
 
   mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname
 
 # Fix conflict with python-flask-autoindex
   mv "$pkgdir"/usr/bin/fai{,2}
@@ -32,5 +32,5 @@
   python setup.py install --root="$pkgdir" --optimize=1
 
   mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname
 }


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

2019-05-29 Thread Christian Hesse via arch-commits
Date: Wednesday, May 29, 2019 @ 17:01:55
  Author: eworm
Revision: 354514

upgpkg: gparted 1.0.0-1

new upstream release

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:53:43 UTC (rev 354513)
+++ PKGBUILD2019-05-29 17:01:55 UTC (rev 354514)
@@ -3,14 +3,14 @@
 # Contributor: Gyƶrgy BallĆ³ 
 
 pkgname=gparted
-pkgver=0.33.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('x86_64')
 url="http://gparted.sourceforge.net";
 license=('GPL')
-depends=('parted' 'gtkmm')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils' 'polkit')
+depends=('parted' 'gtkmm3')
+makedepends=('intltool' 'itstool' 'pkg-config' 'yelp-tools' 'polkit')
 optdepends=('dosfstools: for FAT16 and FAT32 partitions'
 'jfsutils: for jfs partitions'
 'f2fs-tools: for Flash-Friendly File System'
@@ -26,7 +26,7 @@
 'mtools: utilities to access MS-DOS disks')
 validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak 
"
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('5023b8c983f88a22e65bf6f09a12ea09369defc008981b52ee8b96a3879f81d6'
+sha256sums=('e48b8b07c0e024a7050711fdd01f8276fe99fa546de8668f73e2f82d0bb2bb55'
 'SKIP')
 
 build() {


[arch-commits] Commit in gparted/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-05-29 Thread Christian Hesse via arch-commits
Date: Wednesday, May 29, 2019 @ 17:02:02
  Author: eworm
Revision: 354515

archrelease: copy trunk to testing-x86_64

Added:
  gparted/repos/testing-x86_64/
  gparted/repos/testing-x86_64/PKGBUILD
(from rev 354514, gparted/trunk/PKGBUILD)

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

Copied: gparted/repos/testing-x86_64/PKGBUILD (from rev 354514, 
gparted/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-29 17:02:02 UTC (rev 354515)
@@ -0,0 +1,52 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: Gyƶrgy BallĆ³ 
+
+pkgname=gparted
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('x86_64')
+url="http://gparted.sourceforge.net";
+license=('GPL')
+depends=('parted' 'gtkmm3')
+makedepends=('intltool' 'itstool' 'pkg-config' 'yelp-tools' 'polkit')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'f2fs-tools: for Flash-Friendly File System'
+'btrfs-progs: for btrfs partitions'
+'exfat-utils: for exFAT partitions'
+'ntfs-3g: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'udftools: for UDF file system support'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit: to run gparted from application menu'
+'gpart: for recovering corrupt partition tables'
+'mtools: utilities to access MS-DOS disks')
+validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak 
"
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('e48b8b07c0e024a7050711fdd01f8276fe99fa546de8668f73e2f82d0bb2bb55'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-online-resize \
+  --enable-libparted-dmraid \
+  --enable-xhost-root
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install policy file
+  install -D -m0644 org.gnome.gparted.policy \
+  "${pkgdir}"/usr/share/polkit-1/actions/org.gnome.gparted.policy
+
+}


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

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 16:52:22
  Author: svenstaro
Revision: 474406

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/PKGBUILD
(from rev 474405, kitty/trunk/PKGBUILD)
Deleted:
  kitty/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 16:52:17 UTC (rev 474405)
+++ PKGBUILD2019-05-29 16:52:22 UTC (rev 474406)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Maximilian Kindshofer 
-
-pkgname=kitty
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
-arch=('x86_64')
-url="https://github.com/kovidgoyal/kitty";
-license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
-makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
-optdepends=('imagemagick: viewing images with icat')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('60ffa1c529fd7ac85b53da505c27f24ba6ca0cf3fd01b1844be85b520f89549fb21beb03c2b97c1c5a8d2a7aa866b09451b3e99feeda89a041140f112a7b7c44')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py linux-package
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py linux-package --prefix ${pkgdir}/usr
-
-  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
-}

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 474405, 
kitty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 16:52:22 UTC (rev 474406)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgname=kitty
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/kitty";
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
+makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
+optdepends=('imagemagick: viewing images with icat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz";)
+sha512sums=('5ca53f127b7291690154835615cee2ce1a9228e9ecfb18b8b850db5d9e0ca7d5111b068877e34d73cc2f020779a9f9ad1974a20fec7e499ee1265b67b68b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py linux-package --prefix ${pkgdir}/usr
+
+  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
+}


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

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 16:52:17
  Author: svenstaro
Revision: 474405

upgpkg: kitty 0.14.1-1

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:44:10 UTC (rev 474404)
+++ PKGBUILD2019-05-29 16:52:17 UTC (rev 474405)
@@ -4,7 +4,7 @@
 # Contributor: Maximilian Kindshofer 
 
 pkgname=kitty
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
 optdepends=('imagemagick: viewing images with icat')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('60ffa1c529fd7ac85b53da505c27f24ba6ca0cf3fd01b1844be85b520f89549fb21beb03c2b97c1c5a8d2a7aa866b09451b3e99feeda89a041140f112a7b7c44')
+sha512sums=('5ca53f127b7291690154835615cee2ce1a9228e9ecfb18b8b850db5d9e0ca7d5111b068877e34d73cc2f020779a9f9ad1974a20fec7e499ee1265b67b68b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-05-29 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, May 29, 2019 @ 16:41:01
  Author: sangy
Revision: 474399

archrelease: copy trunk to community-testing-any

Added:
  python-aiorpcx/repos/community-testing-any/
  python-aiorpcx/repos/community-testing-any/PKGBUILD
(from rev 474398, python-aiorpcx/trunk/PKGBUILD)

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

Copied: python-aiorpcx/repos/community-testing-any/PKGBUILD (from rev 474398, 
python-aiorpcx/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-05-29 16:41:01 UTC (rev 474399)
@@ -0,0 +1,26 @@
+# Maintainer : Santiago Torres-Arias 
+# Contributor: smmalis37
+
+pkgname='python-aiorpcx'
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
+url="https://github.com/kyuupichan/aiorpcX/";
+arch=('any')
+license=('MIT')
+depends=('python>=3.6' 'python-attrs')
+makedepends=('python-setuptools')
+source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz";)
+sha256sums=('099f1f789e5eec3e87443323d747b8bff3238b7bf71d6a7596f02d1f0b328851')
+
+build() {
+  cd "${srcdir}/aiorpcX-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/aiorpcX-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+


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

2019-05-29 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, May 29, 2019 @ 16:40:05
  Author: sangy
Revision: 474398

upgpkg: python-aiorpcx 0.18.0-1

Modified:
  python-aiorpcx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:39:03 UTC (rev 474397)
+++ PKGBUILD2019-05-29 16:40:05 UTC (rev 474398)
@@ -2,7 +2,7 @@
 # Contributor: smmalis37
 
 pkgname='python-aiorpcx'
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
 url="https://github.com/kyuupichan/aiorpcX/";
@@ -11,9 +11,8 @@
 depends=('python>=3.6' 'python-attrs')
 makedepends=('python-setuptools')
 source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz";)
-sha256sums=('b743629e8e3b3783d0a2fe3a25e55f30a35d7f148d863c8b6f0c50db6350c379')
+sha256sums=('099f1f789e5eec3e87443323d747b8bff3238b7bf71d6a7596f02d1f0b328851')
 
-
 build() {
   cd "${srcdir}/aiorpcX-${pkgver}"
   python setup.py build


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:39:03
  Author: felixonmars
Revision: 474397

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 474396, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 474396, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 16:39:03 UTC (rev 474397)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=85
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz";)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' -e 's/== 0.3.0/>= 0.3.0/' 
$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:38:52
  Author: felixonmars
Revision: 474396

upgpkg: postgrest 5.2.0-85

rebuild with insert-ordered-containers 0.2.2

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:35:43 UTC (rev 474395)
+++ PKGBUILD2019-05-29 16:38:52 UTC (rev 474396)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=84
+pkgrel=85
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:35:43
  Author: felixonmars
Revision: 474395

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 474394, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 474394, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 16:35:43 UTC (rev 474395)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.14
+pkgrel=57
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-docopt' 'haskell-either' 
'haskell-microlens'
+ 'haskell-microlens-platform' 'haskell-safe' 'haskell-servant-server'
+ 'haskell-servant-swagger' 'haskell-swagger2' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('551ad15b39adbcd1c3548bb75acd83193f6a99d8bab15cdc7ef34aa022dfd4d19b14c105ae88e4fdef93eca5ace7791e7b19d3eff532ada7079b4e071bd4ab69')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:35:32
  Author: felixonmars
Revision: 474394

upgpkg: hledger-api 1.14-57

rebuild with insert-ordered-containers 0.2.2

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:34:31 UTC (rev 474393)
+++ PKGBUILD2019-05-29 16:35:32 UTC (rev 474394)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-api
 pkgver=1.14
-pkgrel=56
+pkgrel=57
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:34:31
  Author: felixonmars
Revision: 474393

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

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

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 474392, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 16:34:31 UTC (rev 474393)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.7
+pkgrel=43
+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-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1c9d6a481a361950cb6f345af37698f686a00a66b534cf729aef735fd5fa3720eced7a67b837d03af4b230c7ef6683eb226e00d455cba7fddb9e57cb26763183')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *2.7/<3/' -e 's/>=2.3/>=2.2/' -e 's/< *0.16/<1/' -e 's/< 
*0.8/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:34:19
  Author: felixonmars
Revision: 474392

upgpkg: haskell-servant-swagger 1.1.7-43

rebuild with insert-ordered-containers 0.2.2

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:33:08 UTC (rev 474391)
+++ PKGBUILD2019-05-29 16:34:19 UTC (rev 474392)
@@ -4,7 +4,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.7
-pkgrel=42
+pkgrel=43
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger";
 license=("BSD")


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:32:54
  Author: felixonmars
Revision: 474390

upgpkg: haskell-swagger2 2.3.1.1-36

rebuild with insert-ordered-containers 0.2.2

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:31:59 UTC (rev 474389)
+++ PKGBUILD2019-05-29 16:32:54 UTC (rev 474390)
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.3.1.1
-pkgrel=35
+pkgrel=36
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2";
 license=("BSD")


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:33:08
  Author: felixonmars
Revision: 474391

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-swagger2/repos/community-staging-x86_64/
  haskell-swagger2/repos/community-staging-x86_64/PKGBUILD
(from rev 474390, haskell-swagger2/trunk/PKGBUILD)
  haskell-swagger2/repos/community-staging-x86_64/generics-sop-0.5.patch
(from rev 474390, haskell-swagger2/trunk/generics-sop-0.5.patch)

+
 PKGBUILD   |   57 +
 generics-sop-0.5.patch |   59 +++
 2 files changed, 116 insertions(+)

Copied: haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 
474390, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 16:33:08 UTC (rev 474391)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.3.1.1
+pkgrel=36
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat-batteries' 
'haskell-cookie'
+ 'haskell-hashable' 'haskell-generics-sop' 'haskell-http-media'
+ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-network' 
'haskell-quickcheck'
+ 'haskell-scientific' 'haskell-transformers-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-uuid-types')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 
'haskell-quickcheck-instances'
+ 'haskell-hspec-discover' 'haskell-doctest' 
'haskell-cabal-doctest' 'haskell-glob'
+ 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
+generics-sop-0.5.patch)
+sha512sums=('1834e75cc6c8ff8287605e93d2b4d665b7d8de7e7e00f6537d25e0f54934c85e5431e5f2f1beb5264382c4b81f5ed19cc2b7af1f9323ebee9502e19d73d49fc1'
+
'8f1b74df57a090f5cb1cfb9551288dc6ade326c486ebb432767bfb1a0571ff1104269b19b4e2fbed8c5427cd432b3d0c1d18adb19f971b5fd441affbc88c27b6')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../generics-sop-0.5.patch
+sed -i -e 's/< *0.8/<1/' -e 's/< *2.13/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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-swagger2/repos/community-staging-x86_64/generics-sop-0.5.patch 
(from rev 474390, haskell-swagger2/trunk/generics-sop-0.5.patch)
===
--- community-staging-x86_64/generics-sop-0.5.patch 
(rev 0)
+++ community-staging-x86_64/generics-sop-0.5.patch 2019-05-29 16:33:08 UTC 
(rev 474391)
@@ -0,0 +1,59 @@
+commit 96420ab204b6079eef1331faecf80fa73476c206
+Author: Felix Yan 
+Date:   Fri May 17 03:19:47 2019 +0800
+
+Fix compatibility with generics-sop 0.5
+
+diff --git a/src/Data/Swagger/Internal/AesonUtils.hs 
b/src/Data/Swagger/Internal/AesonUtils.hs
+index c1280f0..c785e76 100644
+--- a/src/Data/Swagger/Internal/AesonUtils.hs
 b/src/Data/Swagger/Internal/AesonUtils.hs
+@@ -144,7 +144,11 @@ sopSwaggerGenericToJSON'
+ -> DatatypeInfo '[xs]
+ -> POP Maybe '[xs]
+ -> [Pair]
++#if MIN_VERSION_generics_sop(0,5,0)
++sopSwaggerGenericToJSON' opts (SOP (Z fields)) (ADT _ _ (Record _ fieldsInfo 
:* Nil) _) (POP (defs :* Nil)) =
++#else
+ sopSwaggerGenericToJSON' opts (SOP (Z fields)) (ADT _ _ (Record _ fieldsInfo 
:* Nil)) (POP (defs :* Nil)) =
++#endif
+ sopSwaggerGenericToJSON'' opts fields fieldsInfo defs
+ sopSwaggerGenericToJSON' _ _ _ _ = error "sopSwaggerGenericToJSON: 
unsupported type"
+ 
+@@ -220,7 +224,11 @@ sopSwaggerGenericParseJSON'
+ -> DatatypeInfo '[xs]
+ -> POP Maybe '[xs]
+ -> Parser (SOP I '[xs])
++#if MIN_VERSION

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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:31:59
  Author: felixonmars
Revision: 474389

archrelease: copy trunk to community-x86_64

Added:
  deepin-screenshot/repos/community-x86_64/PKGBUILD
(from rev 474388, deepin-screenshot/trunk/PKGBUILD)
Deleted:
  deepin-screenshot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 16:31:45 UTC (rev 474388)
+++ PKGBUILD2019-05-29 16:31:59 UTC (rev 474389)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screenshot
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-screenshot";
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'deepin-turbo')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz";)
-sha512sums=('7bac0515eea78d2ad71c75ed8114b964321e5437c2e25a72d446f476d64145556224489095f367b7fe17ae1e1247f5aeeeb1bcd02f1ee29b96e8b47db6408ecd')
-
-build() {
-  cd deepin-screenshot-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screenshot-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-screenshot/repos/community-x86_64/PKGBUILD (from rev 474388, 
deepin-screenshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 16:31:59 UTC (rev 474389)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screenshot
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screenshot";
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'deepin-turbo')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz";)
+sha512sums=('b75aeeb19210d089d6d580b8a46c794805696fc0d2ad4eeae3b2f919d27a90d84263b1d48d282a397e31854e09d98ba0caede861fd3b1bedde12c74684ca04ec')
+
+build() {
+  cd deepin-screenshot-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screenshot-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:31:45
  Author: felixonmars
Revision: 474388

upgpkg: deepin-screenshot 4.2.1-1

Modified:
  deepin-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:31:31 UTC (rev 474387)
+++ PKGBUILD2019-05-29 16:31:45 UTC (rev 474388)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-screenshot
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz";)
-sha512sums=('7bac0515eea78d2ad71c75ed8114b964321e5437c2e25a72d446f476d64145556224489095f367b7fe17ae1e1247f5aeeeb1bcd02f1ee29b96e8b47db6408ecd')
+sha512sums=('b75aeeb19210d089d6d580b8a46c794805696fc0d2ad4eeae3b2f919d27a90d84263b1d48d282a397e31854e09d98ba0caede861fd3b1bedde12c74684ca04ec')
 
 build() {
   cd deepin-screenshot-$pkgver


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:31:18
  Author: felixonmars
Revision: 474386

upgpkg: deepin-voice-recorder 1.4.1-1

Modified:
  deepin-voice-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:31:10 UTC (rev 474385)
+++ PKGBUILD2019-05-29 16:31:18 UTC (rev 474386)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-voice-recorder
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Deepin Voice Recorder'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('42b1a648a3926b28488beeab69a06e0c2a4d32a0531bb3ba1f834ba1e708b80d045a33f5c84998f9089309ff88da5042e7046ec71cebe218a06d0fc4bc2b79db')
+sha512sums=('bfd64816f5a2fcf30d480dc3003c5b0f5bc83af6140b80bb33279475837beeae19b7f874e2b996634756aca9c79cd61ecebe81c8a8f38b5d7103f504bd9ae9ed')
 
 build(){
   cd deepin-voice-recorder-$pkgver


[arch-commits] Commit in deepin-voice-recorder/repos/community-x86_64 (2 files)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:31:31
  Author: felixonmars
Revision: 474387

archrelease: copy trunk to community-x86_64

Added:
  deepin-voice-recorder/repos/community-x86_64/PKGBUILD
(from rev 474386, deepin-voice-recorder/trunk/PKGBUILD)
Deleted:
  deepin-voice-recorder/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 16:31:18 UTC (rev 474386)
+++ PKGBUILD2019-05-29 16:31:31 UTC (rev 474387)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-voice-recorder
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Deepin Voice Recorder'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-voice-recorder";
-license=('GPL3')
-depends=('deepin-qt5integration' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('42b1a648a3926b28488beeab69a06e0c2a4d32a0531bb3ba1f834ba1e708b80d045a33f5c84998f9089309ff88da5042e7046ec71cebe218a06d0fc4bc2b79db')
-
-build(){
-  cd deepin-voice-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-voice-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-voice-recorder/repos/community-x86_64/PKGBUILD (from rev 474386, 
deepin-voice-recorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 16:31:31 UTC (rev 474387)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-voice-recorder
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Deepin Voice Recorder'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-voice-recorder";
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz";)
+sha512sums=('bfd64816f5a2fcf30d480dc3003c5b0f5bc83af6140b80bb33279475837beeae19b7f874e2b996634756aca9c79cd61ecebe81c8a8f38b5d7103f504bd9ae9ed')
+
+build(){
+  cd deepin-voice-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-voice-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-qt5dxcb-plugin/repos/community-x86_64 (2 files)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:31:10
  Author: felixonmars
Revision: 474385

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD
(from rev 474384, deepin-qt5dxcb-plugin/trunk/PKGBUILD)
Deleted:
  deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 16:30:57 UTC (rev 474384)
+++ PKGBUILD2019-05-29 16:31:10 UTC (rev 474385)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5dxcb-plugin
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5dxcb-plugin";
-license=('GPL3')
-depends=('cairo' 'qt5-x11extras')
-makedepends=('qt5-xcb-private-headers' 'libglvnd')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz";)
-sha512sums=('6e37cb55cf878adaab73bb97944e1958b58c76f4e56c08130be22d2b388536be67a0707e930d186ee5576470b4efdda00a4c4bdccee0f0776d114507133bc828')
-
-prepare() {
-  cd qt5dxcb-plugin-$pkgver
-
-  rm -r platformplugin/libqt5xcbqpa-dev
-  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
-}
-
-build() {
-  cd qt5dxcb-plugin-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5dxcb-plugin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD (from rev 474384, 
deepin-qt5dxcb-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 16:31:10 UTC (rev 474385)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5dxcb-plugin
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5dxcb-plugin";
+license=('GPL3')
+depends=('cairo' 'qt5-x11extras')
+makedepends=('qt5-xcb-private-headers' 'libglvnd')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz";)
+sha512sums=('1889804d45fbb325be0dec6f40150a7190c1850a8343b8e3964c51fe1354455a88707ca684d1db28baa910aef9e5218129b6159a079d82f29adbb1a24e754daa')
+
+prepare() {
+  cd qt5dxcb-plugin-$pkgver
+
+  rm -r platformplugin/libqt5xcbqpa-dev
+  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
+}
+
+build() {
+  cd qt5dxcb-plugin-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5dxcb-plugin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:30:57
  Author: felixonmars
Revision: 474384

upgpkg: deepin-qt5dxcb-plugin 1.2.2-1

Modified:
  deepin-qt5dxcb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:29:15 UTC (rev 474383)
+++ PKGBUILD2019-05-29 16:30:57 UTC (rev 474384)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5dxcb-plugin
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc='Qt platform plugins for DDE'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-xcb-private-headers' 'libglvnd')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz";)
-sha512sums=('6e37cb55cf878adaab73bb97944e1958b58c76f4e56c08130be22d2b388536be67a0707e930d186ee5576470b4efdda00a4c4bdccee0f0776d114507133bc828')
+sha512sums=('1889804d45fbb325be0dec6f40150a7190c1850a8343b8e3964c51fe1354455a88707ca684d1db28baa910aef9e5218129b6159a079d82f29adbb1a24e754daa')
 
 prepare() {
   cd qt5dxcb-plugin-$pkgver


[arch-commits] Commit in haskell-insert-ordered-containers/repos (2 files)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:29:15
  Author: felixonmars
Revision: 474383

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-insert-ordered-containers/repos/community-staging-x86_64/
  haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 474382, haskell-insert-ordered-containers/trunk/PKGBUILD)

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

Copied: 
haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD (from 
rev 474382, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 16:29:15 UTC (rev 474383)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b8ff0c00ed15c2496a9fb4e5356f53320b38a76f72b534a450067d9b26d1c758b6ada868ef66ddcede7916aa807aec942622cd45cf86143f114dc338a73a7f16')
+
+prepare() {
+sed -e '/semigroups/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:29:03
  Author: felixonmars
Revision: 474382

upgpkg: haskell-insert-ordered-containers 0.2.2-1

rebuild with insert-ordered-containers 0.2.2

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:25:22 UTC (rev 474381)
+++ PKGBUILD2019-05-29 16:29:03 UTC (rev 474382)
@@ -2,8 +2,8 @@
 
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
-pkgver=0.2.1.0
-pkgrel=164
+pkgver=0.2.2
+pkgrel=1
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers";
 license=('BSD')
@@ -10,17 +10,12 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
  'haskell-semigroupoids' 'haskell-unordered-containers')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+sha512sums=('b8ff0c00ed15c2496a9fb4e5356f53320b38a76f72b534a450067d9b26d1c758b6ada868ef66ddcede7916aa807aec942622cd45cf86143f114dc338a73a7f16')
 
 prepare() {
-sed -e 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3/' \
--e 's/, aeson >=1.0.0.0  && <1.2/, aeson   
  >=1.0.0.0/' \
--e 's/base  >=4.6  && <4.10/base  
>=4.6/' \
--e 's/<.*4.16/<5/' \
--e '/semigroups/d' \
--e 's/<.*0.10/<1/' \
+sed -e '/semigroups/d' \
 -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
@@ -28,7 +23,7 @@
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -37,6 +32,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd $_hkgname-$pkgver
 


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:21:37
  Author: felixonmars
Revision: 474372

upgpkg: deepin-control-center 4.10.6-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:21:32 UTC (rev 474371)
+++ PKGBUILD2019-05-29 16:21:37 UTC (rev 474372)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.10.5
+pkgver=4.10.6
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('f48eb05501245e9c9dc0e6ebbd2d3563bc96e92998a20be1969aa64a3cf1c0e11323df833c71d39f52a911669777328829bc067bf75a4f322304c7acea4c2098')
+sha512sums=('bef359c9c692f1b2f7dec9f15310c26bccea4fb37c84e4c4fe58c9eef8ae293a4854abb308d690b2b8b643914e48872816ef85c2bd1184fb842f619dab3c5a92')
 
 prepare() {
   mkdir -p build


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

2019-05-29 Thread Eli Schwartz via arch-commits
Date: Wednesday, May 29, 2019 @ 16:21:58
  Author: eschwartz
Revision: 474374

archrelease: copy trunk to community-any

Added:
  python-pylev/repos/community-any/
  python-pylev/repos/community-any/PKGBUILD
(from rev 474373, python-pylev/trunk/PKGBUILD)

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

Copied: python-pylev/repos/community-any/PKGBUILD (from rev 474373, 
python-pylev/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-05-29 16:21:58 UTC (rev 474374)
@@ -0,0 +1,47 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=pylev
+pkgbase=python-pylev
+pkgname=('python-pylev' 'python2-pylev')
+pkgver=1.3.0
+# PyPI does not have testsuite, Github does not have version tags
+_commit=72e3d490515c3188e2acac9c15ea1b466f9ff938
+pkgrel=2
+pkgdesc="A pure Python Levenshtein implementation that's not freaking GPL'd"
+arch=('any')
+url="https://github.com/toastdriven/${_pkgname}";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("${_pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz")
+sha256sums=('f05a9f4eb31355f0536c323df6855a033fd88f4c92bcf23a1802fea4f379aeeb')
+b2sums=('03793e831c8034e31638d9c469fd386d3acac1dae75f2ef2a0af5c38ee5f11e6a7a20d423078cc42c647edec258db79486c01179e4284d93e64cca0bf99badca')
+
+build(){
+cd "${srcdir}"/${_pkgname}-${_commit}
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${_commit}
+
+python -m unittest tests
+python2 -m unittest tests
+}
+
+package_python-pylev() {
+depends=('python')
+
+cd "${srcdir}"/${_pkgname}-${_commit}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pylev() {
+depends=('python2')
+
+cd "${srcdir}"/${_pkgname}-${_commit}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in (4 files)

2019-05-29 Thread Eli Schwartz via arch-commits
Date: Wednesday, May 29, 2019 @ 16:21:32
  Author: eschwartz
Revision: 474371

addpkg: python-pylev 1.3.0-2

needed for poetry

Added:
  python-pylev/
  python-pylev/repos/
  python-pylev/trunk/
  python-pylev/trunk/PKGBUILD

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

Added: python-pylev/trunk/PKGBUILD
===
--- python-pylev/trunk/PKGBUILD (rev 0)
+++ python-pylev/trunk/PKGBUILD 2019-05-29 16:21:32 UTC (rev 474371)
@@ -0,0 +1,47 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=pylev
+pkgbase=python-pylev
+pkgname=('python-pylev' 'python2-pylev')
+pkgver=1.3.0
+# PyPI does not have testsuite, Github does not have version tags
+_commit=72e3d490515c3188e2acac9c15ea1b466f9ff938
+pkgrel=2
+pkgdesc="A pure Python Levenshtein implementation that's not freaking GPL'd"
+arch=('any')
+url="https://github.com/toastdriven/${_pkgname}";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("${_pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz")
+sha256sums=('f05a9f4eb31355f0536c323df6855a033fd88f4c92bcf23a1802fea4f379aeeb')
+b2sums=('03793e831c8034e31638d9c469fd386d3acac1dae75f2ef2a0af5c38ee5f11e6a7a20d423078cc42c647edec258db79486c01179e4284d93e64cca0bf99badca')
+
+build(){
+cd "${srcdir}"/${_pkgname}-${_commit}
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${_commit}
+
+python -m unittest tests
+python2 -m unittest tests
+}
+
+package_python-pylev() {
+depends=('python')
+
+cd "${srcdir}"/${_pkgname}-${_commit}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pylev() {
+depends=('python2')
+
+cd "${srcdir}"/${_pkgname}-${_commit}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in deepin-control-center/repos/community-x86_64 (2 files)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 16:21:51
  Author: felixonmars
Revision: 474373

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 474372, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 16:21:37 UTC (rev 474372)
+++ PKGBUILD2019-05-29 16:21:51 UTC (rev 474373)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.10.5
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('deepin-dock' 'cmake' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('f48eb05501245e9c9dc0e6ebbd2d3563bc96e92998a20be1969aa64a3cf1c0e11323df833c71d39f52a911669777328829bc067bf75a4f322304c7acea4c2098')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DDISABLE_SYS_UPDATE=YES -DCMAKE_INSTALL_PREFIX=/usr \
-../dde-control-center-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 474372, 
deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 16:21:51 UTC (rev 474373)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.10.6
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center";
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
+makedepends=('deepin-dock' 'cmake' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support'
+'networkmanager-openconnect: for OpenConnect support'
+'networkmanager-openvpn: for OpenVPN support'
+'networkmanager-pptp: for PPTP support'
+'networkmanager-strongswan: for StrongSwan support'
+'networkmanager-vpnc: for VPNC support'
+'network-manager-sstp: for SSTP support')
+# Not packaged: network-manager-l2tp
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
+sha512sums=('bef359c9c692f1b2f7dec9f15310c26bccea4fb37c84e4c4fe58c9eef8ae293a4854abb308d690b2b8b643914e48872816ef85c2bd1184fb842f619dab3c5a92')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DDISABLE_SYS_UPDATE=YES -DCMAKE_INSTALL_PREFIX=/usr \
+../dde-control-center-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 29, 2019 @ 16:21:18
  Author: archange
Revision: 474370

Fix version in [community]

Modified:
  riot/repos/community-any/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 16:19:35 UTC (rev 474369)
+++ PKGBUILD2019-05-29 16:21:18 UTC (rev 474370)
@@ -4,7 +4,7 @@
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
 pkgver=1.2.0
-pkgrel=2
+pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=(any)
 url="https://riot.im";
@@ -14,19 +14,16 @@
 source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
-"${pkgbase}-desktop.sh"
-
riot-electron5.patch::'https://gist.githubusercontent.com/dbkr/e898624be6d53590ebf494521d868fec/raw/e179d672f5e12fdd5ac9a9376928362b7b8735af/electron5.patch')
+"${pkgbase}-desktop.sh")
 sha256sums=('d587237af8b7d253f49655f7a756f7879f66ce2b7532bb9246a4176e7eedd369'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7'
-'82dd23b76a7887cb4f309955f76e7e0aafd780f9c7f20427d7d5028fff59aeda')
+'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
 validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

 
 prepare() {
   cd ${pkgbase}-web-${pkgver}
   sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-  patch -p1 -i ../riot-electron5.patch
 }
 
 build() {


[arch-commits] Commit in riot/repos/community-staging-any (6 files)

2019-05-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 29, 2019 @ 16:19:35
  Author: archange
Revision: 474369

archrelease: copy trunk to community-staging-any

Added:
  riot/repos/community-staging-any/PKGBUILD
(from rev 474368, riot/trunk/PKGBUILD)
  riot/repos/community-staging-any/riot-desktop.sh
(from rev 474368, riot/trunk/riot-desktop.sh)
  riot/repos/community-staging-any/riot.desktop
(from rev 474368, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-staging-any/PKGBUILD
  riot/repos/community-staging-any/riot-desktop.sh
  riot/repos/community-staging-any/riot.desktop

-+
 PKGBUILD|  162 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 16:19:16 UTC (rev 474368)
+++ PKGBUILD2019-05-29 16:19:35 UTC (rev 474369)
@@ -1,81 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=(any)
-url="https://riot.im";
-license=(Apache)
-makedepends=(npm git yarn)
-_url="https://github.com/vector-im/riot-web";
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh"
-
riot-electron5.patch::'https://gist.githubusercontent.com/dbkr/e898624be6d53590ebf494521d868fec/raw/e179d672f5e12fdd5ac9a9376928362b7b8735af/electron5.patch')
-sha256sums=('8cd6499201d5c7a083c7b9687c787e31525430d5d561a2d6515bc4842b765209'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7'
-'82dd23b76a7887cb4f309955f76e7e0aafd780f9c7f20427d7d5028fff59aeda')
-validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-  patch -p1 -i ../riot-electron5.patch
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=(vector-web)
-  replaces=(vector-web)
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=(riot-web electron)
-  backup=('etc/riot/config.json')
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r origin_migrator "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 res/themes/riot/img/logos/riot-im-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-staging-any/PKGBUILD (from rev 474368, 
riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 16:19:35 UTC (rev 474369)
@@ -0,0 +1,81 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=(any)
+url="https://riot.im";
+license=(

[arch-commits] Commit in riot/repos/community-any (6 files)

2019-05-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 29, 2019 @ 16:19:16
  Author: archange
Revision: 474368

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 474367, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 474367, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 474367, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  159 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 16:18:27 UTC (rev 474367)
+++ PKGBUILD2019-05-29 16:19:16 UTC (rev 474368)
@@ -1,78 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=(any)
-url="https://riot.im";
-license=(Apache)
-makedepends=(npm git yarn)
-_url="https://github.com/vector-im/riot-web";
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
-sha256sums=('d587237af8b7d253f49655f7a756f7879f66ce2b7532bb9246a4176e7eedd369'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
-validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=(vector-web)
-  replaces=(vector-web)
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=(riot-web electron)
-  backup=('etc/riot/config.json')
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r origin_migrator "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 res/themes/riot/img/logos/riot-im-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 474367, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 16:19:16 UTC (rev 474368)
@@ -0,0 +1,81 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=(any)
+url="https://riot.im";
+license=(Apache)
+makedepends=(npm git yarn)
+_url="https://github.com/vector-im/riot-web";
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
+"${pkgbase}.desktop"
+"${pkgbase}-desktop.sh"
+
riot-electron5.

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

2019-05-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 29, 2019 @ 16:18:27
  Author: archange
Revision: 474367

Electron 5.x rebuild (again...)

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:42:16 UTC (rev 474366)
+++ PKGBUILD2019-05-29 16:18:27 UTC (rev 474367)
@@ -4,7 +4,7 @@
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=(any)
 url="https://riot.im";
@@ -14,16 +14,19 @@
 source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
+"${pkgbase}-desktop.sh"
+
riot-electron5.patch::'https://gist.githubusercontent.com/dbkr/e898624be6d53590ebf494521d868fec/raw/e179d672f5e12fdd5ac9a9376928362b7b8735af/electron5.patch')
 sha256sums=('d587237af8b7d253f49655f7a756f7879f66ce2b7532bb9246a4176e7eedd369'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
+'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7'
+'82dd23b76a7887cb4f309955f76e7e0aafd780f9c7f20427d7d5028fff59aeda')
 validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

 
 prepare() {
   cd ${pkgbase}-web-${pkgver}
   sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
+  patch -p1 -i ../riot-electron5.patch
 }
 
 build() {


[arch-commits] Commit in egl-wayland/repos/extra-x86_64 (4 files)

2019-05-29 Thread Jan Steffens via arch-commits
Date: Wednesday, May 29, 2019 @ 15:53:43
  Author: heftig
Revision: 354513

archrelease: copy trunk to extra-x86_64

Added:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
(from rev 354512, egl-wayland/trunk/10_nvidia_wayland.json)
  egl-wayland/repos/extra-x86_64/PKGBUILD
(from rev 354512, egl-wayland/trunk/PKGBUILD)
Deleted:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
  egl-wayland/repos/extra-x86_64/PKGBUILD

+
 10_nvidia_wayland.json |   12 +++---
 PKGBUILD   |   87 +++
 2 files changed, 49 insertions(+), 50 deletions(-)

Deleted: 10_nvidia_wayland.json
===
--- 10_nvidia_wayland.json  2019-05-29 15:53:32 UTC (rev 354512)
+++ 10_nvidia_wayland.json  2019-05-29 15:53:43 UTC (rev 354513)
@@ -1,6 +0,0 @@
-{
-"file_format_version" : "1.0.0",
-"ICD" : {
-"library_path" : "libnvidia-egl-wayland.so.1"
-}
-}

Copied: egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json (from rev 354512, 
egl-wayland/trunk/10_nvidia_wayland.json)
===
--- 10_nvidia_wayland.json  (rev 0)
+++ 10_nvidia_wayland.json  2019-05-29 15:53:43 UTC (rev 354513)
@@ -0,0 +1,6 @@
+{
+"file_format_version" : "1.0.0",
+"ICD" : {
+"library_path" : "libnvidia-egl-wayland.so.1"
+}
+}

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 15:53:32 UTC (rev 354512)
+++ PKGBUILD2019-05-29 15:53:43 UTC (rev 354513)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=egl-wayland
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="EGLStream-based Wayland external platform"
-arch=(x86_64)
-url=https://github.com/NVIDIA/egl-wayland
-license=(MIT)
-depends=(wayland eglexternalplatform)
-makedepends=(meson git)
-_commit=c81f849fc08e36fc5b94031b6edc361ab5027fce  # master
-source=("git+$url#commit=$_commit"
-10_nvidia_wayland.json)
-sha256sums=('SKIP'
-'5cccf1905a266e8e34d5ad4aad4be85390e60b1a0850a29dd9d64adc641de412')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git tag -f 1.1.2 c81f849fc08e36fc5b94031b6edc361ab5027fce  # Fixup missing 
tag
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/egl/egl_external_platform.d" -m644 
10_nvidia_wayland.json
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}
-
-# vim:set sw=2 et:

Copied: egl-wayland/repos/extra-x86_64/PKGBUILD (from rev 354512, 
egl-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 15:53:43 UTC (rev 354513)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=egl-wayland
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="EGLStream-based Wayland external platform"
+arch=(x86_64)
+url=https://github.com/NVIDIA/egl-wayland
+license=(MIT)
+depends=(wayland eglexternalplatform)
+makedepends=(meson git)
+_commit=d70ead930d458b4e0bcec4ef493f7d54e9fd5435  # tags/1.1.3
+source=("git+$url#commit=$_commit"
+10_nvidia_wayland.json)
+sha256sums=('SKIP'
+'5cccf1905a266e8e34d5ad4aad4be85390e60b1a0850a29dd9d64adc641de412')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/egl/egl_external_platform.d" -m644 
10_nvidia_wayland.json
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}
+
+# vim:set sw=2 et:


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

2019-05-29 Thread Jan Steffens via arch-commits
Date: Wednesday, May 29, 2019 @ 15:53:32
  Author: heftig
Revision: 354512

1.1.3-1

Modified:
  egl-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 13:40:29 UTC (rev 354511)
+++ PKGBUILD2019-05-29 15:53:32 UTC (rev 354512)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=egl-wayland
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="EGLStream-based Wayland external platform"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=(wayland eglexternalplatform)
 makedepends=(meson git)
-_commit=c81f849fc08e36fc5b94031b6edc361ab5027fce  # master
+_commit=d70ead930d458b4e0bcec4ef493f7d54e9fd5435  # tags/1.1.3
 source=("git+$url#commit=$_commit"
 10_nvidia_wayland.json)
 sha256sums=('SKIP'


[arch-commits] Commit in riot/repos/community-any (6 files)

2019-05-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 29, 2019 @ 15:42:16
  Author: archange
Revision: 474366

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 474365, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 474365, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 474365, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  156 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 15:42:03 UTC (rev 474365)
+++ PKGBUILD2019-05-29 15:42:16 UTC (rev 474366)
@@ -1,78 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=(any)
-url="https://riot.im";
-license=(Apache)
-makedepends=(npm git yarn)
-_url="https://github.com/vector-im/riot-web";
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
-sha256sums=('8cd6499201d5c7a083c7b9687c787e31525430d5d561a2d6515bc4842b765209'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
-validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=(vector-web)
-  replaces=(vector-web)
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=(riot-web electron)
-  backup=('etc/riot/config.json')
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r origin_migrator "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 res/themes/riot/img/logos/riot-im-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 474365, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 15:42:16 UTC (rev 474366)
@@ -0,0 +1,78 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=(any)
+url="https://riot.im";
+license=(Apache)
+makedepends=(npm git yarn)
+_url="https://github.com/vector-im/riot-web";
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
+"${pkgbase}.desktop"
+"${pkgbase}-desktop.sh")
+sha256sums=('d587237af8

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

2019-05-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 29, 2019 @ 15:42:03
  Author: archange
Revision: 474365

upgpkg: riot 1.2.0-1

Modified:
  riot/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:20:47 UTC (rev 474364)
+++ PKGBUILD2019-05-29 15:42:03 UTC (rev 474365)
@@ -3,8 +3,8 @@
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=(any)
 url="https://riot.im";
@@ -14,19 +14,16 @@
 source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
-"${pkgbase}-desktop.sh"
-
riot-electron5.patch::'https://gist.githubusercontent.com/dbkr/e898624be6d53590ebf494521d868fec/raw/e179d672f5e12fdd5ac9a9376928362b7b8735af/electron5.patch')
-sha256sums=('8cd6499201d5c7a083c7b9687c787e31525430d5d561a2d6515bc4842b765209'
+"${pkgbase}-desktop.sh")
+sha256sums=('d587237af8b7d253f49655f7a756f7879f66ce2b7532bb9246a4176e7eedd369'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7'
-'82dd23b76a7887cb4f309955f76e7e0aafd780f9c7f20427d7d5028fff59aeda')
+'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
 validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

 
 prepare() {
   cd ${pkgbase}-web-${pkgver}
   sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-  patch -p1 -i ../riot-electron5.patch
 }
 
 build() {


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:20:47
  Author: felixonmars
Revision: 474364

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 474363, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 474363, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 15:20:47 UTC (rev 474364)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=116
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz";)
+sha512sums=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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 shellcheck/trunk (PKGBUILD)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:20:35
  Author: felixonmars
Revision: 474363

upgpkg: shellcheck 0.6.0-116

rebuild with tree-diff 0.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:18:42 UTC (rev 474362)
+++ PKGBUILD2019-05-29 15:20:35 UTC (rev 474363)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=115
+pkgrel=116
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net";
 license=("GPL")


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-05-29 Thread Andrew Crerar via arch-commits
Date: Wednesday, May 29, 2019 @ 15:18:42
  Author: andrewsc
Revision: 474362

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 474361, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 15:18:12 UTC (rev 474361)
+++ PKGBUILD2019-05-29 15:18:42 UTC (rev 474362)
@@ -1,224 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=68.0b4
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canada)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (BokmƄl)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('3896958da7b8e26bf2b6b7e364ea4331deb24ca2a880b8a9cd50aa7930c39c398d8e74730307005968a82d7844308c1d67d200a74a1505a1e622ccc5c5bbbe4a'
-
'3a50483a13373c2c27e7a7585ac780034c2bfcb3282034c63d14247e3818ba44baf27e948f41387d304ba70d696172796e6dbb3f63b08e2b39d7c9be8c4d2dea'
-
'e6a27a8e8d5c57949d4c43f7d6cdddf5c2acb5dd69b35d1f0091026402f4ac200df1eab1c24f2642c0029a3fee0684a9bbd2cdaa627ed1aac68d7e758c3caf3c'
-
'b92bc39eaf0a63f66e24aa9ca63f27f4d9af082604144ef1091daa6745d51e6e51992da79c4cbf7065d629e0a3423547e368c50c8e47ca09da1fdbf3fd0395b7'
-
'cde32ce92b831fd535580d0781a67830c8bbf6af7b2396bd5e2cbc54ea1e161cc9c6bda4d03033ac57ad4bd7d4ee387f7e2854bb081205b0a6e24dc2517a9631'
-
'626bc7be4a7bda89b7cb200d5b82025f91708b9d22e05d1043608e29c629d3113d7606592b5a89e491d875a2f6abe801ad23444eb74825b6b14d0e748d166151'
-
'2fed0ac7c3a622576ec82e30890eefa725c5537926f55c2ea03d8e67d10daa78fa568dd18372780173797f3d70399302086c3ac7bd0c46068cb9ff745e661fe1'
-
'2aa63638993b14ad1593e7ed

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2019-05-29 Thread Andrew Crerar via arch-commits
Date: Wednesday, May 29, 2019 @ 15:18:12
  Author: andrewsc
Revision: 474361

upgpkg: firefox-developer-edition-i18n 68.0b5-1

firefox-developer-edition-i18n: Updating to 68.0b5

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  188 ++---
 1 file changed, 94 insertions(+), 94 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:17:38 UTC (rev 474360)
+++ PKGBUILD2019-05-29 15:18:12 UTC (rev 474361)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=68.0b4
+pkgver=68.0b5
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('3896958da7b8e26bf2b6b7e364ea4331deb24ca2a880b8a9cd50aa7930c39c398d8e74730307005968a82d7844308c1d67d200a74a1505a1e622ccc5c5bbbe4a'
-
'3a50483a13373c2c27e7a7585ac780034c2bfcb3282034c63d14247e3818ba44baf27e948f41387d304ba70d696172796e6dbb3f63b08e2b39d7c9be8c4d2dea'
-
'e6a27a8e8d5c57949d4c43f7d6cdddf5c2acb5dd69b35d1f0091026402f4ac200df1eab1c24f2642c0029a3fee0684a9bbd2cdaa627ed1aac68d7e758c3caf3c'
-
'b92bc39eaf0a63f66e24aa9ca63f27f4d9af082604144ef1091daa6745d51e6e51992da79c4cbf7065d629e0a3423547e368c50c8e47ca09da1fdbf3fd0395b7'
-
'cde32ce92b831fd535580d0781a67830c8bbf6af7b2396bd5e2cbc54ea1e161cc9c6bda4d03033ac57ad4bd7d4ee387f7e2854bb081205b0a6e24dc2517a9631'
-
'626bc7be4a7bda89b7cb200d5b82025f91708b9d22e05d1043608e29c629d3113d7606592b5a89e491d875a2f6abe801ad23444eb74825b6b14d0e748d166151'
-
'2fed0ac7c3a622576ec82e30890eefa725c5537926f55c2ea03d8e67d10daa78fa568dd18372780173797f3d70399302086c3ac7bd0c46068cb9ff745e661fe1'
-
'2aa63638993b14ad1593e7ed30375604226f1f3a41eb5e5ec4ee61e32eeb5af4690cf050691bc71d983390c307892b4d66e91049fd5122eb05deff2a3c00775a'
-
'2fef284192dc602f5d402f43a21fc3d5bc584da485e57c93fb20b2d312593cd75109ed678a4c691135d4a0f129ffe63d4d3e428ef2de582c47648693201671f4'
-
'd7df0ec907cc9a688af10fc3f6d8764ab07f5c1b4541316cab362e94a8c6d794257b481672d033c962b9cda3e5cd11ef35598871ff300eeffd9414c8123013d2'
-
'6d5d265a2b87338076e7cef5f95285f6e7164e9e422b6f2c6153af206dd62e4a95dbfc33a445650af72f650706cf1262d8a3d1bfeb669a4c566b4f840e41bf0a'
-
'8dd7b06d9f4c64aefe3c0bc325aef94786c395d8a93918688aa8aff90e211d729c4afcd8878b2dbfedf9519c9cd159ee30334645248c1ae3d5f77a9a996d27a7'
-
'3c1e8bf428d9806be597e96ebc067163e46571a3710f420b3f28fa14b92125d6e48808fa087ceae9ef50b3fb9b5615105bedcb4f3137554eb6f8ab0579f58db2'
-
'bc6df50949e0da6590208cf5825b29b312a896bb88a04a8daa520b8bd837e5270c59ecc839e8cefb4cceecb8c3f971890025d1167a13e5e50ab5003fef276b63'
-
'ca6fdc4d9a2e2ea1c155de8756b679602155930f997f7c3f88a753f6f7ae576a50fef90fc62ceb08b25d16de37c9ff8a0a310c41cdfd6efe9094c92fcf07be8b'
-
'2942fc62e312f9ec51402e3bbc3324f8de96c916d283d7800d739ec124aa056a52931a523af387789f2ff4c543f390ab191c3b1daa47c1e0b1f8587e3acec8f7'
-
'e2ea9f0a685fe2f5f07c546a64de1662a2cb831e91a3f0cbc2f04a511e064ccc359aac045b2c33fa7b1b33151c84303e60e49d66f194803a111849aed0752dc4'
-
'8e4fd382092266b927816139a325cfef751184274d4c74ebec4d6a8e2f97eb137d0ed47ca16efdba031f8cb70eaa0e526f73896920dbd30098fd7f45f9ecd70f'
-
'de286687a566d67b4b1ea6f91a03adcab588be70ace1695c0cbc6db9b8bcb7b4bf943ac27cc70e207c39b225ec137c8625d532d0b1789f66587aa11a3111a7eb'
-
'f4a83de678daaadd866117f15cabeaa44c2d488fc422ff49b2cea413de2be26efe92089d575881cf738f6d169f7eea93f9735989e5e240d7c28ac6cc605166cf'
-
'3ed19ae3c6dc5c746164e7fd3ad0e9044329029902e1f597e119bee5be9c85f1ec280f1512b76f0f3921c3f09c065d1b4f2a7ea550165a9768ffdf5c1a8c2111'
-
'b4020b2ef23eae7418c8e3f8d39061d0bcee18dd5e0cb41267210644f44ff2dcbcfbeb67070e94e45633e0a08bf9256418967b637dcdeaec08f1c5e3e6da59f8'
-
'e5e93643f6dd57195da6da4e734df036d691c797f75539db319396dc59c5ac54fac947a733a1200409799e49bfefcd80759eaec5ed26bf2d0ba1c034ca63aabe'
-
'2db9ceff933eb4ee9156c5a909e6a5c6d91caa151525114e05cde6503e7449c55ad45795d61274d12b6581fca7dc1b07c2c0cb8b2559002881e6ea112fbc9f73'
-
'c14e06af57aa62662876eaf578dcd71700b4055fd86466fc9fa38f161ad97e2fc11bd5a529387c96aa9564a5c8966f73024b1253cd746145bddff0870121a67f'
-
'b92ddd098ea5e24261b91369e3e0163e9ea5290004676ff8523b68d285b72e4e71d69337bbf12d422a170406ed4cc5a30c56aa72bc7296e9444eb550415958f9'
-
'e955b7da9a700b6fa6af6b34a0a68e943b087ebac06db720fc4c23a01766f59bf556235f16cada6901c0cb495321aad45ff76637e252ef8eef554a3c53d0626f'
-
'653ffdf9e3fedc9c25e5e99f4eba1f2e42806047c8a0439d09f1648669a84fae9b20ca589bfdc12c766897492252f7d4110960645e66979913adacdb4bdbc095'
-
'e5b28d9b39e8

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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:17:38
  Author: felixonmars
Revision: 474360

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 474359, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
474359, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 15:17:38 UTC (rev 474360)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.1
+pkgrel=27
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz";)
+sha512sums=('25cee0e9626e67d46769fff47da67fc616c1ce6c181e3c6e3f82b9dd1db1fc2bb3fe264da0e6c8d6082f8ea483530f88e917598ac9daaa2f6b97bbccca203254')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:17:26
  Author: felixonmars
Revision: 474359

upgpkg: pandoc-crossref 0.3.4.1-27

rebuild with tree-diff 0.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:16:03 UTC (rev 474358)
+++ PKGBUILD2019-05-29 15:17:26 UTC (rev 474359)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.1
-pkgrel=26
+pkgrel=27
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:15:51
  Author: felixonmars
Revision: 474357

upgpkg: haskell-hakyll 4.12.5.2-15

rebuild with tree-diff 0.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:14:04 UTC (rev 474356)
+++ PKGBUILD2019-05-29 15:15:51 UTC (rev 474357)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.2
-pkgrel=14
+pkgrel=15
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("BSD")


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:16:03
  Author: felixonmars
Revision: 474358

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
474357, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 15:16:03 UTC (rev 474358)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.2
+pkgrel=15
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('715324fa19b85e8f39e33b4d5082a04f40fc667737b41117da68a6a0eedad288a551929fa2eea636dd421d4d416996125ff9d83752c7daaf64ecc191e9790469')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.13/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682";
+}
+
+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 pandoc-citeproc/repos (2 files)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:14:04
  Author: felixonmars
Revision: 474356

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 474355, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
474355, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 15:14:04 UTC (rev 474356)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.2
+pkgrel=46
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('90c3fabe3e1478f43b0157580deb691e5be8d3064144cbf4d67ab8f15bfd99c51b3e811b47bbe4fefc76c4efe660007ab05a782e5a5df01cd42965fe22e5c664')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:13:53
  Author: felixonmars
Revision: 474355

upgpkg: pandoc-citeproc 0.16.2-46

rebuild with tree-diff 0.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:10:48 UTC (rev 474354)
+++ PKGBUILD2019-05-29 15:13:53 UTC (rev 474355)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.2
-pkgrel=45
+pkgrel=46
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("BSD")


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:10:48
  Author: felixonmars
Revision: 474354

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 474353, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 474353, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 15:10:48 UTC (rev 474354)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.7.2
+pkgrel=49
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 
'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random' 
'haskell-scientific'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 
'haskell-unicode-transforms'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('f0d6a700413d1a70b6ca8f69883afda27248dcf5315a1819127163ad8e239fd19d2ec8462e3a793a67d3f86d02b364fa00ac5de735a77a63e737a1a2b92ef00b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+sed -i -e 's/< *2.13/<3/' -e 's/< *0.2/<1/' $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${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}/COPYING.md"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:10:36
  Author: felixonmars
Revision: 474353

upgpkg: pandoc 2.7.2-49

rebuild with tree-diff 0.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:08:04 UTC (rev 474352)
+++ PKGBUILD2019-05-29 15:10:36 UTC (rev 474353)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.7.2
-pkgrel=48
+pkgrel=49
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:08:04
  Author: felixonmars
Revision: 474352

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
(from rev 474351, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 15:07:49 UTC (rev 474351)
+++ PKGBUILD2019-05-29 15:08:04 UTC (rev 474352)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.14.6.1
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde";
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager' 'deepin-wm'
- 'deepin-metacity' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
- 'golang-deepin-lib' 'golang-deepin-dde-api' 'go-pie' 'git' 'jq'
- 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
-sha512sums=('c6a57899c76a482cb49991b2db7ffaf2a4b19bd37b8cf514796926e1b1efc04c107e0db955bdab9400829d99b2ee362d15e38c580e9278701f9692f4892e12fa')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/cryptix/wav
-
-  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-}
-
-build() {
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix env file permission
-  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
-
-  # Don't rely on deepin-session's location
-  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
-  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
-  rmdir "$pkgdir"/etc/X11/Xsession.d
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 474351, 
startdde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 15:08:04 UTC (rev 474352)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.14.6.2
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde";
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager' 'deepin-wm'
+ 'deepin-metacity' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go-pie' 'git' 'jq'
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
+sha512sums=('60193c83efe5674905361977ad5f0df1812907501be6348decb14ad265781b250ac19843db5aaf0756f7ef2808906bbe83d0ddb290fa49f6ecada4cb1f279c04')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix env file permission
+  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
+
+  # Don't rely on deepin-session's location
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
+  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  rmdir "$pkgdir"/etc/X11/Xsession.d
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:07:49
  Author: felixonmars
Revision: 474351

upgpkg: startdde 3.14.6.2-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:07:35 UTC (rev 474350)
+++ PKGBUILD2019-05-29 15:07:49 UTC (rev 474351)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.14.6.1
+pkgver=3.14.6.2
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('deepin-wm-switcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
-sha512sums=('c6a57899c76a482cb49991b2db7ffaf2a4b19bd37b8cf514796926e1b1efc04c107e0db955bdab9400829d99b2ee362d15e38c580e9278701f9692f4892e12fa')
+sha512sums=('60193c83efe5674905361977ad5f0df1812907501be6348decb14ad265781b250ac19843db5aaf0756f7ef2808906bbe83d0ddb290fa49f6ecada4cb1f279c04')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


[arch-commits] Commit in deepin-qt-dbus-factory/repos/community-x86_64 (2 files)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:07:35
  Author: felixonmars
Revision: 474350

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD
(from rev 474349, deepin-qt-dbus-factory/trunk/PKGBUILD)
Deleted:
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 15:07:20 UTC (rev 474349)
+++ PKGBUILD2019-05-29 15:07:35 UTC (rev 474350)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qt-dbus-factory
-pkgver=1.1.3
-pkgrel=1
-pkgdesc='A repository stores auto-generated Qt5 dbus code'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-qt-dbus-factory";
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
-sha512sums=('2a9f85d35a9dafa0c59dc70489e2891a2af1e546264e4fa3f40bcbab62b16e1638c409bacfb0d3ebeb2656aa0e9cf81ddf7e0baae163a0105b543668d2f222d2')
-
-build() {
-  cd dde-qt-dbus-factory-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-qt-dbus-factory-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD (from rev 
474349, deepin-qt-dbus-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 15:07:35 UTC (rev 474350)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qt-dbus-factory
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory";
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
+sha512sums=('4d9230095e8e62af72552e429b82839efaf5ea08be5478c4808a6eaea3cfb64d6ea281fbb943b477bf4e97fa95f2c74b5e3c6a708679e96081a62990dcb28755')
+
+build() {
+  cd dde-qt-dbus-factory-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-qt-dbus-factory-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-qt-dbus-factory/trunk (PKGBUILD)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:07:20
  Author: felixonmars
Revision: 474349

upgpkg: deepin-qt-dbus-factory 1.1.4-1

Modified:
  deepin-qt-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:03:11 UTC (rev 474348)
+++ PKGBUILD2019-05-29 15:07:20 UTC (rev 474349)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-qt-dbus-factory
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc='A repository stores auto-generated Qt5 dbus code'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('qt5-base')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
-sha512sums=('2a9f85d35a9dafa0c59dc70489e2891a2af1e546264e4fa3f40bcbab62b16e1638c409bacfb0d3ebeb2656aa0e9cf81ddf7e0baae163a0105b543668d2f222d2')
+sha512sums=('4d9230095e8e62af72552e429b82839efaf5ea08be5478c4808a6eaea3cfb64d6ea281fbb943b477bf4e97fa95f2c74b5e3c6a708679e96081a62990dcb28755')
 
 build() {
   cd dde-qt-dbus-factory-$pkgver


[arch-commits] Commit in murmur/trunk (PKGBUILD murmur.service)

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 15:03:02
  Author: svenstaro
Revision: 474347

upgpkg: murmur 1.3.0rc1-4

Run murmur as root by default again as User=murmur broke some setups (FS#62734)

Modified:
  murmur/trunk/PKGBUILD
  murmur/trunk/murmur.service

+
 PKGBUILD   |4 ++--
 murmur.service |1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 15:00:10 UTC (rev 474346)
+++ PKGBUILD2019-05-29 15:03:02 UTC (rev 474347)
@@ -6,7 +6,7 @@
 pkgver=1.3.0rc1
 _pkgver=1.3.0-rc1
 __pkgver=1.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The voice chat application server for Mumble"
 arch=('x86_64')
 url="http://mumble.sourceforge.net";
@@ -21,7 +21,7 @@
 "murmur.sysusers")
 
sha512sums=('e993b18b0ecf620d3a9a89f145c18b9ecde3aaf9b7217e235b7472908c81a365323c8683dd6fc9ed14b108160f8bf5244369c2a9ee57c22595550220d158516c'
 
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
-
'cd42e7fda495aa53d94ef541b0623e0463d181b932241d294459141cdce6baaedee43b50fb7c1f65049eac858f426df81cd7661e7d515045da617291cb50d2f1'
+
'1773802b938ae2a80fa21e26cd33d162f00de00e074af9f1481f1c682ef32756ffdd2384a1d1f5a4202df55a982a80067efa78d7ad4e077bf5c7f7ccfc4399e4'
 
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74')
 
 build() {

Modified: murmur.service
===
--- murmur.service  2019-05-29 15:00:10 UTC (rev 474346)
+++ murmur.service  2019-05-29 15:03:02 UTC (rev 474347)
@@ -7,7 +7,6 @@
 ExecStartPre=/usr/bin/sleep 10
 ExecStart=/usr/bin/murmurd -ini /etc/murmur.ini -fg
 Restart=always
-User=murmur
 
 [Install]
 WantedBy=multi-user.target


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

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 15:03:11
  Author: svenstaro
Revision: 474348

archrelease: copy trunk to community-x86_64

Added:
  murmur/repos/community-x86_64/PKGBUILD
(from rev 474347, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 474347, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 474347, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 474347, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/murmur.sysusers
(from rev 474347, murmur/trunk/murmur.sysusers)
Deleted:
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service
  murmur/repos/community-x86_64/murmur.sysusers

--+
 PKGBUILD |  114 ++---
 murmur.dbus.conf |   44 ++--
 murmur.install   |   12 ++---
 murmur.service   |   25 +--
 murmur.sysusers  |2 
 5 files changed, 98 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 15:03:02 UTC (rev 474347)
+++ PKGBUILD2019-05-29 15:03:11 UTC (rev 474348)
@@ -1,57 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Otto Allmendinger 
-# Contributor: Malte Rabenseifner 
-
-pkgname=murmur
-pkgver=1.3.0rc1
-_pkgver=1.3.0-rc1
-__pkgver=1.3.0
-pkgrel=3
-pkgdesc="The voice chat application server for Mumble"
-arch=('x86_64')
-url="http://mumble.sourceforge.net";
-license=('BSD')
-depends=(qt5-base avahi lsb-release protobuf icu zeroc-ice grpc)
-makedepends=(boost python qt5-tools)
-backup=("etc/murmur.ini")
-install="murmur.install"
-source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz
-"murmur.dbus.conf"
-"murmur.service"
-"murmur.sysusers")
-sha512sums=('e993b18b0ecf620d3a9a89f145c18b9ecde3aaf9b7217e235b7472908c81a365323c8683dd6fc9ed14b108160f8bf5244369c2a9ee57c22595550220d158516c'
-
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
-
'cd42e7fda495aa53d94ef541b0623e0463d181b932241d294459141cdce6baaedee43b50fb7c1f65049eac858f426df81cd7661e7d515045da617291cb50d2f1'
-
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74')
-
-build() {
-  cd "${srcdir}"/mumble-$__pkgver
-
-  qmake-qt5 main.pro CONFIG+="no-client grpc"
-  make release
-}
-
-package() {
-  cd "${srcdir}"/mumble-$__pkgver
-
-  sed -e "1i# vi:ft=cfg" \
--e "s|database=|database=/var/db/murmur/murmur.sqlite|" \
--e "s|#logfile=murmur.log|logfile=|" \
--e "s|#uname=|uname=murmur|" \
--i scripts/murmur.ini
-
-  install -dm755 -o 122 -g 122 "${pkgdir}"/var/db/murmur
-  install -Dm755 release/murmurd "${pkgdir}"/usr/bin/murmurd
-  install -Dm644 scripts/murmur.ini "${pkgdir}"/etc/murmur.ini
-  install -Dm644 "${srcdir}"/murmur.dbus.conf 
"${pkgdir}"/usr/share/dbus-1/system.d/murmur.conf
-  install -Dm644 README "${pkgdir}"/usr/share/doc/murmur/README
-  install -Dm644 man/murmurd.1 "${pkgdir}"/usr/share/man/man1/murmurd.1
-  install -Dm644 "${srcdir}"/murmur.service 
"${pkgdir}"/usr/lib/systemd/system/murmur.service
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/murmur.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/$pkgname.conf
-
-  install -Dm644 src/murmur/Murmur.ice ${pkgdir}/usr/share/murmur/Murmur.ice
-  install -Dm644 src/murmur/MurmurRPC.proto 
${pkgdir}/usr/share/murmur/MurmurRPC.proto
-}
-
-# vim: sw=2:ts=2 et:

Copied: murmur/repos/community-x86_64/PKGBUILD (from rev 474347, 
murmur/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 15:03:11 UTC (rev 474348)
@@ -0,0 +1,57 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Otto Allmendinger 
+# Contributor: Malte Rabenseifner 
+
+pkgname=murmur
+pkgver=1.3.0rc1
+_pkgver=1.3.0-rc1
+__pkgver=1.3.0
+pkgrel=4
+pkgdesc="The voice chat application server for Mumble"
+arch=('x86_64')
+url="http://mumble.sourceforge.net";
+license=('BSD')
+depends=(qt5-base avahi lsb-release protobuf icu zeroc-ice grpc)
+makedepends=(boost python qt5-tools)
+backup=("etc/murmur.ini")
+install="murmur.install"
+source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz
+"murmur.dbus.conf"
+"murmur.service"
+"murmur.sysusers")
+sha512sums=('e993b18b0ecf620d3a9a89f145c18b9ecde3aaf9b7217e235b7472908c81a365323c8683dd6fc9ed14b108160f8bf5244369c2a9ee57c22595550220d158516c'
+
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe

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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 15:00:10
  Author: felixonmars
Revision: 474346

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-haddock-library/repos/community-staging-x86_64/
  haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD
(from rev 474345, haskell-haddock-library/trunk/PKGBUILD)

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

Copied: haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD (from 
rev 474345, haskell-haddock-library/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 15:00:10 UTC (rev 474346)
@@ -0,0 +1,48 @@
+# Maintainer: Sergej Pupykin 
+
+_hkgname=haddock-library
+pkgname=haskell-haddock-library
+pkgver=1.7.0
+pkgrel=47
+pkgdesc="A documentation-generation tool for Haskell libraries"
+url="https://www.haskell.org/haddock/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 
'haskell-hspec-discover'
+ 'haskell-quickcheck' 'haskell-optparse-applicative' 
'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/haddock-library/${pkgver}/haddock-library-${pkgver}.tar.gz";)
+sha512sums=('ae4a3e2e02a866399623349c69b19738b371c574a72b2616f74c9b8fa2acdc04dfb20b7ef6cdd32709b474c0c99d27a49a810b7c58f68d8eb6bea7244323c30c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/>= 2.11/>= 2.13/' -e 's/< *2.6/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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-haddock-library/trunk (PKGBUILD)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 14:59:57
  Author: felixonmars
Revision: 474345

upgpkg: haskell-haddock-library 1.7.0-47

rebuild with tree-diff 0.1

Modified:
  haskell-haddock-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 14:59:18 UTC (rev 474344)
+++ PKGBUILD2019-05-29 14:59:57 UTC (rev 474345)
@@ -3,7 +3,7 @@
 _hkgname=haddock-library
 pkgname=haskell-haddock-library
 pkgver=1.7.0
-pkgrel=46
+pkgrel=47
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="https://www.haskell.org/haddock/";
 license=("BSD")


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

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 14:59:09
  Author: svenstaro
Revision: 474343

upgpkg: watchexec 1.10.2-1

Modified:
  watchexec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 14:58:44 UTC (rev 474342)
+++ PKGBUILD2019-05-29 14:59:09 UTC (rev 474343)
@@ -2,7 +2,7 @@
 # Contributor: Vlad M. 
 
 pkgname=watchexec
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="Executes commands in response to file modifications"
 url='https://github.com/watchexec/watchexec'
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('Apache')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('48de75d1a85e3675078e144ea34f4edcd3707751e67370f3f6386e79ca9ba4fa')
+sha256sums=('ecc00e43ff2b3404ebecf9f6d0c7115f46905de07df31b573281fe4d58169869')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 14:59:18
  Author: svenstaro
Revision: 474344

archrelease: copy trunk to community-x86_64

Added:
  watchexec/repos/community-x86_64/PKGBUILD
(from rev 474343, watchexec/trunk/PKGBUILD)
Deleted:
  watchexec/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 14:59:09 UTC (rev 474343)
+++ PKGBUILD2019-05-29 14:59:18 UTC (rev 474344)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Vlad M. 
-
-pkgname=watchexec
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="Executes commands in response to file modifications"
-url='https://github.com/watchexec/watchexec'
-makedepends=('cargo')
-arch=('x86_64')
-license=('Apache')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('48de75d1a85e3675078e144ea34f4edcd3707751e67370f3f6386e79ca9ba4fa')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: watchexec/repos/community-x86_64/PKGBUILD (from rev 474343, 
watchexec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 14:59:18 UTC (rev 474344)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+
+pkgname=watchexec
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="Executes commands in response to file modifications"
+url='https://github.com/watchexec/watchexec'
+makedepends=('cargo')
+arch=('x86_64')
+license=('Apache')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('ecc00e43ff2b3404ebecf9f6d0c7115f46905de07df31b573281fe4d58169869')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 14:58:44
  Author: felixonmars
Revision: 474342

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tree-diff/repos/community-staging-x86_64/
  haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 474341, haskell-tree-diff/trunk/PKGBUILD)

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

Copied: haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
474341, haskell-tree-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-29 14:58:44 UTC (rev 474342)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tree-diff
+pkgname=haskell-tree-diff
+pkgver=0.1
+pkgrel=1
+pkgdesc="Diffing of (expression) trees"
+url="https://github.com/phadej/tree-diff";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-base-compat' 'haskell-hashable' 'haskell-parsers' 
'haskell-quickcheck'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-unordered-containers' 
'haskell-uuid-types'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-trifecta' 'haskell-tasty' 'haskell-tasty-golden'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a4ee703e4b6a18055c7749020863a9571af4620dbb7ea05903693c752e10e3ffa4fee8da0dacc0e4bbf92173e34c9070251881597ca1cd9f7c8ed365e840563c')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+sed -i '/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
+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-tree-diff/trunk (PKGBUILD)

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 14:58:32
  Author: felixonmars
Revision: 474341

upgpkg: haskell-tree-diff 0.1-1

rebuild with tree-diff 0.1

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 14:57:13 UTC (rev 474340)
+++ PKGBUILD2019-05-29 14:58:32 UTC (rev 474341)
@@ -2,24 +2,25 @@
 
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
-pkgver=0.0.2.1
-pkgrel=9
+pkgver=0.1
+pkgrel=1
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff";
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-ansi-terminal'
- 'haskell-base-compat' 'haskell-generics-sop' 'haskell-hashable' 
'haskell-memotrie'
- 'haskell-parsers' 'haskell-quickcheck' 'haskell-scientific' 
'haskell-tagged'
- 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+ 'haskell-base-compat' 'haskell-hashable' 'haskell-parsers' 
'haskell-quickcheck'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-unordered-containers' 
'haskell-uuid-types'
+ 'haskell-vector')
 makedepends=('ghc' 'haskell-trifecta' 'haskell-tasty' 'haskell-tasty-golden'
  'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('5dbfa198f28b54673d658d16dc5fdeb8d59717b2ecf27aa5a3c867dafd103618c11c27470699b232eec6f6a217b11b9b479ef5233b1f1d0b8e2cba4f968843f4')
+sha512sums=('a4ee703e4b6a18055c7749020863a9571af4620dbb7ea05903693c752e10e3ffa4fee8da0dacc0e4bbf92173e34c9070251881597ca1cd9f7c8ed365e840563c')
 
 prepare() {
 cd $_hkgname-$pkgver
 echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+sed -i '/bytestring-builder/d' $_hkgname.cabal
 }
 
 build() {


[arch-commits] Commit in neovim/repos/community-x86_64 (3 files)

2019-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 29, 2019 @ 14:57:13
  Author: svenstaro
Revision: 474340

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   98 ++-
 neovim.install |   10 -
 2 files changed, 48 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 14:56:59 UTC (rev 474339)
+++ PKGBUILD2019-05-29 14:57:13 UTC (rev 474340)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-# Contributor: Florian Hahn 
-
-pkgname=neovim
-pkgver=0.3.5
-pkgrel=1
-pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
-arch=('x86_64')
-url='https://neovim.io'
-license=('custom:neovim')
-depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
-makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
-optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
-'python-neovim: for Python 3 plugin support (see :help python)'
-'xclip: for clipboard support (or xsel) (see :help clipboard)'
-'xsel: for clipboard support (or xclip) (see :help clipboard)')
-source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
-sha512sums=('8e7c14df59fdcb0eb03a2dbed5d56ae3b1eadb9aac805e69da03f7e964936721abf6c04ca6bf91d10b4451030f4440814ac445b58a0b06d11c7f6663c1b22019')
-install=neovim.install
-
-build() {
-  cmake -Hneovim-${pkgver} -Bbuild -GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_JEMALLOC=ON
-  cmake --build build
-}
-
-check() {
-  cd "${srcdir}/build"
-  ./bin/nvim --version
-  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
-}
-
-package() {
-  cd "${srcdir}/build"
-  DESTDIR="${pkgdir}" cmake --build . --target install
-
-  cd "${srcdir}/neovim-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
-  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
-
-  # Make Arch vim packages work
-  mkdir -p "${pkgdir}"/usr/share/vim
-  echo "set runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
-}
-
-# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-x86_64/PKGBUILD (from rev 474339, 
neovim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 14:57:13 UTC (rev 474340)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.3.6
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
+makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
+optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
+'xclip: for clipboard support (or xsel) (see :help clipboard)'
+'xsel: for clipboard support (or xclip) (see :help clipboard)')
+source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
+sha512sums=('54c9f70d1ecc1b555d2bde8c480a834de7a12f77753d0d322d459bd3651057499b0d61c4854bce00575eb517db750e0e43dd7f20d83e7d42fe08722ed5c7446e')
+
+build() {
+  cmake -Hneovim-${pkgver} -Bbuild -GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  cmake --build build
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  DESTDIR="${pkgdir}" cmake --build . --target install
+
+  cd "${srcdir}/neovim-${pkgver}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
+  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
+
+  # Make Arch vim packages work
+  mkdir -p "${pkgdir}"/usr/share/vim
+  echo "set runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: neovim.install
===
--- neovim.install  2019-05-29 14:56:59 UTC (rev 474339)
+++ neovim.install  2019-05-29 14:57:13 UTC (rev 474340)
@@ -1,10 +0,0 @@
-# $1: new package version
-post_install() {
-  echo ":: The Neovim executable is called 'nvim'."
-  echo ":: If you are already familiar with Vim, see ':help nvim-from-v

  1   2   3   4   >