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

2017-06-28 Thread Felix Yan
Date: Thursday, June 29, 2017 @ 06:23:24
  Author: felixonmars
Revision: 241561

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-29 06:23:08 UTC (rev 241560)
+++ PKGBUILD2017-06-29 06:23:24 UTC (rev 241561)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-xdist
-pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.16.0
-pkgrel=1
-pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
-arch=('any')
-license=('MIT')
-url='https://bitbucket.org/pytest-dev/pytest-xdist'
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
- 'python-execnet' 'python2-execnet')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz";)
-sha512sums=('d9803cc4c0fe3ef35f5e7a494971f141daf7c6b91219b7363a90abbab5af572918ce6b17ab2b6a7df3dbc1781b46925f94e4592025659676bff189fbfc5a807e')
-
-prepare() {
-  cp -a pytest-xdist-$pkgver{,-py2}
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pytest-xdist-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-xdist-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-xdist-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-xdist-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_python-pytest-xdist() {
-  depends=('python-pytest' 'python-execnet')
-
-  cd pytest-xdist-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest-xdist() {
-  depends=('python2-pytest' 'python2-execnet')
-
-  cd pytest-xdist-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-xdist/repos/community-any/PKGBUILD (from rev 241560, 
python-pytest-xdist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-29 06:23:24 UTC (rev 241561)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-xdist
+pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
+pkgver=1.18.0
+pkgrel=1
+pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-xdist'
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
+ 'python-execnet' 'python2-execnet')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz";)
+sha512sums=('d7074df3617de40571f517ea7be900135c8b11dced9061d490ead8dbfca540e7afd3f7ac2c77c920571a9f6b7bf9c122990a708c817469a92146aedc86891f0a')
+
+prepare() {
+  cp -a pytest-xdist-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-xdist-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-xdist-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # https://github.com/pytest-dev/pytest-xdist/issues/163
+
+  cd "$srcdir"/pytest-xdist-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-xdist-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-xdist() {
+  depends=('python-pytest' 'python-execnet')
+
+  cd pytest-xdist-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-xdist() {
+  depends=('python2-pytest' 'python2-execnet')
+
+  cd pytest-xdist-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+# vim:set ts=2 sw=2 et:


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

2017-06-28 Thread Felix Yan
Date: Thursday, June 29, 2017 @ 06:23:08
  Author: felixonmars
Revision: 241560

upgpkg: python-pytest-xdist 1.18.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-29 05:53:25 UTC (rev 241559)
+++ PKGBUILD2017-06-29 06:23:08 UTC (rev 241560)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.16.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz";)
-sha512sums=('d9803cc4c0fe3ef35f5e7a494971f141daf7c6b91219b7363a90abbab5af572918ce6b17ab2b6a7df3dbc1781b46925f94e4592025659676bff189fbfc5a807e')
+sha512sums=('d7074df3617de40571f517ea7be900135c8b11dced9061d490ead8dbfca540e7afd3f7ac2c77c920571a9f6b7bf9c122990a708c817469a92146aedc86891f0a')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}
@@ -30,6 +30,7 @@
 
 check() {
   # Hack entry points by installing it
+  # https://github.com/pytest-dev/pytest-xdist/issues/163
 
   cd "$srcdir"/pytest-xdist-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
@@ -37,7 +38,7 @@
 
   cd "$srcdir"/pytest-xdist-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
 }
 
 package_python-pytest-xdist() {


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

2017-06-28 Thread Felix Yan
Date: Thursday, June 29, 2017 @ 05:53:25
  Author: felixonmars
Revision: 241559

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-29 05:53:09 UTC (rev 241558)
+++ PKGBUILD2017-06-29 05:53:25 UTC (rev 241559)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgbase=python-docker
-pkgname=(python-docker python2-docker)
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="A Python library for the Docker Engine API"
-arch=('any')
-url="https://github.com/docker/docker-py";
-license=("Apache")
-makedepends=('python-pip' 'python2-pip' 'python-requests' 'python2-requests' 
'python-six'
- 'python2-six' 'python-websocket-client' 'python2-websocket-client'
- 'python2-backports.ssl_match_hostname' 'python2-ipaddress' 
'python-docker-pycreds'
- 'python2-docker-pycreds')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock'
-  'flake8' 'python2-flake8')
-checkdepends_x86_64=('docker')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz";)
-sha512sums=('3de88bf64f7c847ea58fe5a12923d4239c9e58cc5ae242a395d1447d7ff248a02d83d6856b08b6d8a56919a39f2bbced612d5aca085ec1222664d77063938c87')
-
-prepare() {
-  sed -i 's/==.*$//' docker-py-$pkgver/{,test-}requirements.txt
-
-  cp -a docker-py-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/docker-py-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/docker-py-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Skipping integration tests as docker needs root to run:
-  # docker daemon -H fd:// -p "$srcdir/docker.pid"
-
-  cd "$srcdir"/docker-py-$pkgver
-  py.test --cov=docker tests/unit
-
-  cd "$srcdir"/docker-py-$pkgver-py2
-  py.test2 --cov=docker tests/unit
-
-  # kill $(<"$srcdir/docker.pid")
-}
-
-package_python-docker() {
-  depends=('python-requests' 'python-six' 'python-websocket-client' 
'python-docker-pycreds')
-  provides=('python-docker-py')
-  conflicts=('python-docker-py')
-  replaces=('python-docker-py')
-
-  cd docker-py-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-docker() {
-  depends=('python2-requests' 'python2-six' 'python2-websocket-client' 
'python2-docker-pycreds'
-   'python2-backports.ssl_match_hostname' 'python2-ipaddress')
-  provides=('python2-docker-py')
-  conflicts=('python2-docker-py')
-  replaces=('python2-docker-py')
-
-  cd docker-py-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-docker/repos/community-any/PKGBUILD (from rev 241558, 
python-docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-29 05:53:25 UTC (rev 241559)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgbase=python-docker
+pkgname=(python-docker python2-docker)
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="A Python library for the Docker Engine API"
+arch=('any')
+url="https://github.com/docker/docker-py";
+license=("Apache")
+makedepends=('python-pip' 'python2-pip' 'python-requests' 'python2-requests' 
'python-six'
+ 'python2-six' 'python-websocket-client' 'python2-websocket-client'
+ 'python2-backports.ssl_match_hostname' 'python2-ipaddress' 
'python-docker-pycreds'
+ 'python2-docker-pycreds')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock'
+  'flake8' 'python2-flake8')
+checkdepends_x86_64=('docker')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz";)
+sha512sums=('3367066b2acd96b85bef28aef00c91d752dc25b3055575b4f2f9c0b981eb4bca81a742bc6da5f97cf039cd9c7d818e3f80101997fe3a2e2c6f3a9c42fd3111c2')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py-$pkgver/{,test-}requirements.txt
+
+  cp -a docker-py-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/docker-py-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/docker-py-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Skipping integration tests as docker needs root to run:
+  # docker daemon -H fd:// -p "$srcdir/docker.pid"
+
+  cd "$srcdir"/docker-py-$pkgver
+  py.test --cov=docker tests/unit
+
+  cd "$srcdir"/docker-py-$pkgver-py2
+  py.test2 --cov=docker tes

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

2017-06-28 Thread Felix Yan
Date: Thursday, June 29, 2017 @ 05:53:09
  Author: felixonmars
Revision: 241558

upgpkg: python-docker 2.4.2-1

Modified:
  python-docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-29 05:52:07 UTC (rev 241557)
+++ PKGBUILD2017-06-29 05:53:09 UTC (rev 241558)
@@ -6,7 +6,7 @@
 
 pkgbase=python-docker
 pkgname=(python-docker python2-docker)
-pkgver=2.4.0
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="A Python library for the Docker Engine API"
 arch=('any')
@@ -20,7 +20,7 @@
   'flake8' 'python2-flake8')
 checkdepends_x86_64=('docker')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz";)
-sha512sums=('3de88bf64f7c847ea58fe5a12923d4239c9e58cc5ae242a395d1447d7ff248a02d83d6856b08b6d8a56919a39f2bbced612d5aca085ec1222664d77063938c87')
+sha512sums=('3367066b2acd96b85bef28aef00c91d752dc25b3055575b4f2f9c0b981eb4bca81a742bc6da5f97cf039cd9c7d818e3f80101997fe3a2e2c6f3a9c42fd3111c2')
 
 prepare() {
   sed -i 's/==.*$//' docker-py-$pkgver/{,test-}requirements.txt


[arch-commits] Commit in uglify-js/repos/community-any (4 files)

2017-06-28 Thread Felix Yan
Date: Thursday, June 29, 2017 @ 05:52:07
  Author: felixonmars
Revision: 241557

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 241556, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 241556, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-29 05:51:47 UTC (rev 241556)
+++ PKGBUILD2017-06-29 05:52:07 UTC (rev 241557)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.0.20
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('3bf736fcdf7b93532cfb6dd5471ea02007c67628ee5b9dd29404a65f2d0555aa4aeb7ad0addb87c84fb95fa854b6a36248b2daa3d52fea28e8b6935ef2df7dd5')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 241556, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-29 05:52:07 UTC (rev 241557)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.0.21
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('e395fdc7f469b13dc25ecb4d175dab479225f6b19516fd5d705ec7d9f17386c44ef2e47138dd388cb8c17083bc6ee1f901b7a2603474e324dbcaef8c1d15cd51')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2017-06-29 05:51:47 UTC (rev 241556)
+++ uglify-js.install   2017-06-29 05:52:07 UTC (rev 241557)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 241556, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-06-29 05:52:07 UTC (rev 241557)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-06-28 Thread Felix Yan
Date: Thursday, June 29, 2017 @ 05:51:47
  Author: felixonmars
Revision: 241556

upgpkg: uglify-js 3.0.21-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-29 05:50:47 UTC (rev 241555)
+++ PKGBUILD2017-06-29 05:51:47 UTC (rev 241556)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.0.20
+pkgver=3.0.21
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('3bf736fcdf7b93532cfb6dd5471ea02007c67628ee5b9dd29404a65f2d0555aa4aeb7ad0addb87c84fb95fa854b6a36248b2daa3d52fea28e8b6935ef2df7dd5')
+sha512sums=('e395fdc7f469b13dc25ecb4d175dab479225f6b19516fd5d705ec7d9f17386c44ef2e47138dd388cb8c17083bc6ee1f901b7a2603474e324dbcaef8c1d15cd51')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-06-28 Thread Gaëtan Bisson
Date: Wednesday, June 28, 2017 @ 22:54:23
  Author: bisson
Revision: 299388

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  screen/repos/extra-i686/PKGBUILD
(from rev 299387, screen/trunk/PKGBUILD)
  screen/repos/extra-i686/pam.d
(from rev 299387, screen/trunk/pam.d)
  screen/repos/extra-i686/tmpfiles.d
(from rev 299387, screen/trunk/tmpfiles.d)
  screen/repos/extra-x86_64/PKGBUILD
(from rev 299387, screen/trunk/PKGBUILD)
  screen/repos/extra-x86_64/pam.d
(from rev 299387, screen/trunk/pam.d)
  screen/repos/extra-x86_64/tmpfiles.d
(from rev 299387, screen/trunk/tmpfiles.d)
Deleted:
  screen/repos/extra-i686/PKGBUILD
  screen/repos/extra-i686/pam.d
  screen/repos/extra-i686/texinfo.patch
  screen/repos/extra-i686/tmpfiles.d
  screen/repos/extra-x86_64/PKGBUILD
  screen/repos/extra-x86_64/pam.d
  screen/repos/extra-x86_64/texinfo.patch
  screen/repos/extra-x86_64/tmpfiles.d

+
 /PKGBUILD  |  112 +++
 /pam.d |2 
 /tmpfiles.d|2 
 extra-i686/PKGBUILD|   63 
 extra-i686/pam.d   |1 
 extra-i686/texinfo.patch   |   14 -
 extra-i686/tmpfiles.d  |1 
 extra-x86_64/PKGBUILD  |   63 
 extra-x86_64/pam.d |1 
 extra-x86_64/texinfo.patch |   14 -
 extra-x86_64/tmpfiles.d|1 
 11 files changed, 116 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-28 22:54:11 UTC (rev 299387)
+++ extra-i686/PKGBUILD 2017-06-28 22:54:23 UTC (rev 299388)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Allan McRae 
-# Committer: dorphell 
-
-pkgname=screen
-pkgver=4.5.1
-pkgrel=3
-pkgdesc='Full-screen window manager that multiplexes a physical terminal'
-url='https://www.gnu.org/software/screen/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'pam')
-validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
-  '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
-source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
-'texinfo.patch'
-'tmpfiles.d'
-'pam.d')
-sha256sums=('97db2114dd963b016cd4ded34831955dcbe3251e5eee45ac2606e67e9f097b2d'
-'SKIP'
-   '3d61332c1832c06997e4b4dbaf8911716648f07162887cf8b4e50aa0ca21'
-'1f33ce4faca7bd05dd80403411af31e682d5d23e79558e884ae5a35f1dd96223'
-'971c25929ea97422c09e10679ab98e9e6c59295aae1a4a9970909d2206e23090')
-
-backup=('etc/screenrc' 'etc/pam.d/screen')
-options=('!makeflags')
-
-_ptygroup=5 #the UID of our PTY/TTY group
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../texinfo.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-   --enable-colors256 \
-   --enable-pam \
-   --enable-rxvt_osc \
-   --enable-telnet \
-   --with-pty-group=$_ptygroup \
-   --with-socket-dir=/run/screens \
-   --with-sys-screenrc=/etc/screenrc \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/screen
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/screen.conf
-
-   install -Dm644 etc/etcscreenrc "${pkgdir}"/etc/screenrc
-   install -Dm644 etc/screenrc "${pkgdir}"/etc/skel/.screenrc
-}

Copied: screen/repos/extra-i686/PKGBUILD (from rev 299387, 
screen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-28 22:54:23 UTC (rev 299388)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Committer: dorphell 
+
+pkgname=screen
+pkgver=4.6.0
+pkgrel=1
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='https://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
+  '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
+source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+'tmpfiles.d'
+'pam.d')
+sha256sums=('9433706b653e941cc4c745f28e252e57be2a141eded923e61cc2c4a09768fed4'
+'SKIP'
+'1f33ce4faca7bd05dd80403411af31e682d5d23e79558e884ae5a35f1dd96223'
+'971c25929ea97422c09e10679ab98e9e6c59295aae1a4a9970909d2206e23090')
+
+backup=('etc/screenrc' 'etc/pam.d/screen')
+options=('!makeflags')
+
+_ptygroup=5 #the UID of our PTY/TTY group
+
+build() {
+   cd "${s

[arch-commits] Commit in screen/trunk (PKGBUILD texinfo.patch)

2017-06-28 Thread Gaëtan Bisson
Date: Wednesday, June 28, 2017 @ 22:54:11
  Author: bisson
Revision: 299387

upstream update

Modified:
  screen/trunk/PKGBUILD
Deleted:
  screen/trunk/texinfo.patch

---+
 PKGBUILD  |   13 +++--
 texinfo.patch |   14 --
 2 files changed, 3 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 22:53:34 UTC (rev 299386)
+++ PKGBUILD2017-06-28 22:54:11 UTC (rev 299387)
@@ -4,8 +4,8 @@
 # Committer: dorphell 
 
 pkgname=screen
-pkgver=4.5.1
-pkgrel=3
+pkgver=4.6.0
+pkgrel=1
 pkgdesc='Full-screen window manager that multiplexes a physical terminal'
 url='https://www.gnu.org/software/screen/'
 arch=('i686' 'x86_64')
@@ -14,12 +14,10 @@
 validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
   '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
 source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
-'texinfo.patch'
 'tmpfiles.d'
 'pam.d')
-sha256sums=('97db2114dd963b016cd4ded34831955dcbe3251e5eee45ac2606e67e9f097b2d'
+sha256sums=('9433706b653e941cc4c745f28e252e57be2a141eded923e61cc2c4a09768fed4'
 'SKIP'
-   '3d61332c1832c06997e4b4dbaf8911716648f07162887cf8b4e50aa0ca21'
 '1f33ce4faca7bd05dd80403411af31e682d5d23e79558e884ae5a35f1dd96223'
 '971c25929ea97422c09e10679ab98e9e6c59295aae1a4a9970909d2206e23090')
 
@@ -28,11 +26,6 @@
 
 _ptygroup=5 #the UID of our PTY/TTY group
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../texinfo.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 

Deleted: texinfo.patch
===
--- texinfo.patch   2017-06-28 22:53:34 UTC (rev 299386)
+++ texinfo.patch   2017-06-28 22:54:11 UTC (rev 299387)
@@ -1,14 +0,0 @@
-diff -Naur old/doc/screen.texinfo new/doc/screen.texinfo
 old/doc/screen.texinfo 2017-02-25 05:35:35.128808129 -1000
-+++ new/doc/screen.texinfo 2017-03-01 23:22:32.078134723 -1000
-@@ -5796,8 +5796,8 @@
- 
- 
- @example
-- Thomas Renninger ,
-- Axel Beckert ,
-+ Thomas Renninger ,
-+ Axel Beckert ,
-  Ken Beal ,
-  Rudolf Koenig ,
-  Toerless Eckert ,


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

2017-06-28 Thread Antonio Rojas
Date: Wednesday, June 28, 2017 @ 22:51:34
  Author: arojas
Revision: 241535

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-unrardll/repos/community-i686/PKGBUILD
(from rev 241534, python-unrardll/trunk/PKGBUILD)
  python-unrardll/repos/community-x86_64/PKGBUILD
(from rev 241534, python-unrardll/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   43 +++
 community-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: python-unrardll/repos/community-i686/PKGBUILD (from rev 241534, 
python-unrardll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-28 22:51:34 UTC (rev 241535)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Eli Schwartz 
+
+_pkgname=unrardll
+pkgbase='python-unrardll'
+pkgname=('python-unrardll' 'python2-unrardll')
+pkgver=0.1.3
+pkgrel=3
+pkgdesc="Python wrapper for UnRAR DLL"
+arch=('i686' 'x86_64')
+url="https://github.com/kovidgoyal/${_pkgname}";
+license=('BSD')
+depends=('libunrar')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('5f214ab1ec24208c6ee353f2d836e536968d5379b7140129f04aa3a52bc56a5e'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-unrardll() {
+  depends+=('python')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-unrardll() {
+  depends+=('python2')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python-unrardll/repos/community-x86_64/PKGBUILD (from rev 241534, 
python-unrardll/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-28 22:51:34 UTC (rev 241535)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Eli Schwartz 
+
+_pkgname=unrardll
+pkgbase='python-unrardll'
+pkgname=('python-unrardll' 'python2-unrardll')
+pkgver=0.1.3
+pkgrel=3
+pkgdesc="Python wrapper for UnRAR DLL"
+arch=('i686' 'x86_64')
+url="https://github.com/kovidgoyal/${_pkgname}";
+license=('BSD')
+depends=('libunrar')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('5f214ab1ec24208c6ee353f2d836e536968d5379b7140129f04aa3a52bc56a5e'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-unrardll() {
+  depends+=('python')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-unrardll() {
+  depends+=('python2')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-06-28 Thread Antonio Rojas
Date: Wednesday, June 28, 2017 @ 22:47:13
  Author: arojas
Revision: 241534

archrelease: copy trunk to community-i686, community-x86_64

Deleted:
  python-unrardll/repos/community-i686/PKGBUILD
  python-unrardll/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   43 ---
 community-x86_64/PKGBUILD |   43 ---
 2 files changed, 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-28 22:39:16 UTC (rev 241533)
+++ community-i686/PKGBUILD 2017-06-28 22:47:13 UTC (rev 241534)
@@ -1,43 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Eli Schwartz 
-
-_pkgname=unrardll
-pkgbase='python-unrardll'
-pkgname=('python-unrardll' 'python2-unrardll')
-pkgver=0.1.3
-pkgrel=2
-pkgdesc="Python wrapper for UnRAR DLL"
-arch=('i686' 'x86_64')
-url="https://github.com/kovidgoyal/${_pkgname}";
-license=('BSD')
-depends=('libunrar')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('5f214ab1ec24208c6ee353f2d836e536968d5379b7140129f04aa3a52bc56a5e'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python-unrardll() {
-  depends+=('python')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-unrardll() {
-  depends+=('python2')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-28 22:39:16 UTC (rev 241533)
+++ community-x86_64/PKGBUILD   2017-06-28 22:47:13 UTC (rev 241534)
@@ -1,43 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Eli Schwartz 
-
-_pkgname=unrardll
-pkgbase='python-unrardll'
-pkgname=('python-unrardll' 'python2-unrardll')
-pkgver=0.1.3
-pkgrel=2
-pkgdesc="Python wrapper for UnRAR DLL"
-arch=('i686' 'x86_64')
-url="https://github.com/kovidgoyal/${_pkgname}";
-license=('BSD')
-depends=('libunrar')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('5f214ab1ec24208c6ee353f2d836e536968d5379b7140129f04aa3a52bc56a5e'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python-unrardll() {
-  depends+=('python')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-unrardll() {
-  depends+=('python2')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}


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

2017-06-28 Thread Antonio Rojas
Date: Wednesday, June 28, 2017 @ 22:39:16
  Author: arojas
Revision: 241533

Rebuild for libunrar

Modified:
  python-unrardll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 22:26:05 UTC (rev 241532)
+++ PKGBUILD2017-06-28 22:39:16 UTC (rev 241533)
@@ -5,7 +5,7 @@
 pkgbase='python-unrardll'
 pkgname=('python-unrardll' 'python2-unrardll')
 pkgver=0.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Python wrapper for UnRAR DLL"
 arch=('i686' 'x86_64')
 url="https://github.com/kovidgoyal/${_pkgname}";


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

2017-06-28 Thread Antonio Rojas
Date: Wednesday, June 28, 2017 @ 22:28:22
  Author: arojas
Revision: 299385

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  unrar/repos/staging-i686/
  unrar/repos/staging-i686/PKGBUILD
(from rev 299384, unrar/trunk/PKGBUILD)
  unrar/repos/staging-i686/unrar-5.3.4-soname.patch
(from rev 299384, unrar/trunk/unrar-5.3.4-soname.patch)
  unrar/repos/staging-x86_64/
  unrar/repos/staging-x86_64/PKGBUILD
(from rev 299384, unrar/trunk/PKGBUILD)
  unrar/repos/staging-x86_64/unrar-5.3.4-soname.patch
(from rev 299384, unrar/trunk/unrar-5.3.4-soname.patch)

-+
 staging-i686/PKGBUILD   |   41 ++
 staging-i686/unrar-5.3.4-soname.patch   |   11 
 staging-x86_64/PKGBUILD |   41 ++
 staging-x86_64/unrar-5.3.4-soname.patch |   11 
 4 files changed, 104 insertions(+)

Copied: unrar/repos/staging-i686/PKGBUILD (from rev 299384, 
unrar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-06-28 22:28:22 UTC (rev 299385)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgbase=unrar
+pkgname=('unrar' 'libunrar')
+pkgver=5.5.5
+pkgrel=2
+epoch=1
+arch=('i686' 'x86_64')
+url="http://www.rarlab.com/rar_add.htm";
+license=('custom')
+makedepends=('hardening-wrapper')
+source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz";)
+sha256sums=('a4553839cb2f025d0d9c5633816a83a723e3938209f17620c8c15da06ed061ef')
+
+build() {
+  cp -a unrar libunrar
+  make -C libunrar lib CXXFLAGS="-fPIC ${CXXFLAGS}"
+  make -C unrar CXXFLAGS="-fPIC ${CXXFLAGS}" STRIP="true"
+}
+
+package_unrar() {
+  pkgdesc="The RAR uncompression program"
+  depends=(gcc-libs)
+  cd unrar
+  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc="Library and header file for applications that use libunrar"
+  depends=(gcc-libs)
+  cd libunrar
+  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
+  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: unrar/repos/staging-i686/unrar-5.3.4-soname.patch (from rev 299384, 
unrar/trunk/unrar-5.3.4-soname.patch)
===
--- staging-i686/unrar-5.3.4-soname.patch   (rev 0)
+++ staging-i686/unrar-5.3.4-soname.patch   2017-06-28 22:28:22 UTC (rev 
299385)
@@ -0,0 +1,11 @@
+--- a/makefile 2013-04-29 16:27:05.0 +0200
 b/makefile 2013-10-01 22:07:29.611485989 +0200
+@@ -146,7 +146,7 @@
+ lib:  clean $(OBJECTS) $(LIB_OBJ)
+   @rm -f libunrar.so
+   @rm -f libunrar.a
+-  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
++  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+   $(AR) rcs libunrar.a $(OBJECTS) $(LIB_OBJ)
+
+ install-unrar:

Copied: unrar/repos/staging-x86_64/PKGBUILD (from rev 299384, 
unrar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-06-28 22:28:22 UTC (rev 299385)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgbase=unrar
+pkgname=('unrar' 'libunrar')
+pkgver=5.5.5
+pkgrel=2
+epoch=1
+arch=('i686' 'x86_64')
+url="http://www.rarlab.com/rar_add.htm";
+license=('custom')
+makedepends=('hardening-wrapper')
+source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz";)
+sha256sums=('a4553839cb2f025d0d9c5633816a83a723e3938209f17620c8c15da06ed061ef')
+
+build() {
+  cp -a unrar libunrar
+  make -C libunrar lib CXXFLAGS="-fPIC ${CXXFLAGS}"
+  make -C unrar CXXFLAGS="-fPIC ${CXXFLAGS}" STRIP="true"
+}
+
+package_unrar() {
+  pkgdesc="The RAR uncompression program"
+  depends=(gcc-libs)
+  cd unrar
+  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc="Library and header file for applications that use libunrar"
+  depends=(gcc-libs)
+  cd libunrar
+  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
+  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: unrar/repos/staging-x86_64/unrar-5.3.4-soname.patch (from rev 299384, 
unrar/trunk/unrar-5.3.4-soname.patch)
===
--- staging-x86_64/u

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

2017-06-28 Thread Antonio Rojas
Date: Wednesday, June 28, 2017 @ 22:27:18
  Author: arojas
Revision: 299384

Drop unofficial soversion

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 22:09:01 UTC (rev 299383)
+++ PKGBUILD2017-06-28 22:27:18 UTC (rev 299384)
@@ -6,46 +6,36 @@
 pkgbase=unrar
 pkgname=('unrar' 'libunrar')
 pkgver=5.5.5
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=('i686' 'x86_64')
 url="http://www.rarlab.com/rar_add.htm";
 license=('custom')
 makedepends=('hardening-wrapper')
-source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz";
-'unrar-5.3.4-soname.patch')
-sha256sums=('a4553839cb2f025d0d9c5633816a83a723e3938209f17620c8c15da06ed061ef'
-'255e928160e931bde39e9da48275c394d735386a4cc2c516c5a5b515d4b9af87')
+source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz";)
+sha256sums=('a4553839cb2f025d0d9c5633816a83a723e3938209f17620c8c15da06ed061ef')
 
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  patch -Np1 -i "${srcdir}/unrar-5.3.4-soname.patch"
-}
-
 build() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a ${srcdir}/unrar ${srcdir}/libunrar
-  make -C "${srcdir}"/libunrar lib libversion=${pkgver} CXXFLAGS="-fPIC 
${CXXFLAGS}"
-  make CXXFLAGS="-fPIC ${CXXFLAGS}" STRIP="true"
+  cp -a unrar libunrar
+  make -C libunrar lib CXXFLAGS="-fPIC ${CXXFLAGS}"
+  make -C unrar CXXFLAGS="-fPIC ${CXXFLAGS}" STRIP="true"
 }
 
 package_unrar() {
   pkgdesc="The RAR uncompression program"
-  depends=('gcc-libs')
-  cd "${srcdir}/${pkgbase}"
-  install -Dm755 unrar "${pkgdir}/usr/bin/unrar"
+  depends=(gcc-libs)
+  cd unrar
+  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
   # install license
-  install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_libunrar() {
   pkgdesc="Library and header file for applications that use libunrar"
-  depends=('gcc-libs')
-  cd "${srcdir}/libunrar"
-  install -Dm755 libunrar.so.${pkgver} 
"${pkgdir}/usr/lib/libunrar.so.${pkgver}"
-  install -Dm644 dll.hpp "${pkgdir}/usr/include/unrar/dll.hpp"
-  ln -s libunrar.so.${pkgver} "${pkgdir}/usr/lib/libunrar.so.5"
-  ln -s libunrar.so.${pkgver} "${pkgdir}/usr/lib/libunrar.so"
+  depends=(gcc-libs)
+  cd libunrar
+  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
+  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
   # install license
-  install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in libdbi-drivers/repos (8 files)

2017-06-28 Thread Balló György
Date: Wednesday, June 28, 2017 @ 22:26:05
  Author: bgyorgy
Revision: 241532

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libdbi-drivers/repos/community-i686/PKGBUILD
(from rev 241531, libdbi-drivers/trunk/PKGBUILD)
  libdbi-drivers/repos/community-i686/libdbi-drivers.install
(from rev 241531, libdbi-drivers/trunk/libdbi-drivers.install)
  libdbi-drivers/repos/community-x86_64/PKGBUILD
(from rev 241531, libdbi-drivers/trunk/PKGBUILD)
  libdbi-drivers/repos/community-x86_64/libdbi-drivers.install
(from rev 241531, libdbi-drivers/trunk/libdbi-drivers.install)
Deleted:
  libdbi-drivers/repos/community-i686/PKGBUILD
  libdbi-drivers/repos/community-i686/libdbi-drivers.install
  libdbi-drivers/repos/community-x86_64/PKGBUILD
  libdbi-drivers/repos/community-x86_64/libdbi-drivers.install

-+
 /PKGBUILD   |   74 ++
 /libdbi-drivers.install |   38 +++
 community-i686/PKGBUILD |   39 ---
 community-i686/libdbi-drivers.install   |   19 ---
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/libdbi-drivers.install |   19 ---
 6 files changed, 112 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-28 22:25:59 UTC (rev 241531)
+++ community-i686/PKGBUILD 2017-06-28 22:26:05 UTC (rev 241532)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Olivier Médoc 
-# Contributor: Ashok `ScriptDevil` Gautham 
-
-pkgname=libdbi-drivers
-pkgver=0.9.0
-pkgrel=4
-pkgdesc="Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)"
-url="http://libdbi-drivers.sourceforge.net/";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libdbi')
-makedepends=('postgresql-libs' 'libmariadbclient' 'sqlite2' 'sqlite')
-optdepends=("postgresql-libs: To work with postgresql using libdbdpgsql "
-   "sqlite3: To work with sqlite3 using libdbdsqlite3"
-   "libmariadbclient: To work with mysql using libdbdmysql"
-   "sqlite2: To work with sqlite2 using libdbdsqlite")
-options=(!libtool)
-install=libdbi-drivers.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('8472875d30c216540d48d591b442e40ba4f7df5d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-   --disable-docs \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-sqlite3
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} localstatedir=/var install
-}
-

Copied: libdbi-drivers/repos/community-i686/PKGBUILD (from rev 241531, 
libdbi-drivers/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-28 22:26:05 UTC (rev 241532)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Olivier Médoc 
+# Contributor: Ashok `ScriptDevil` Gautham 
+
+pkgname=libdbi-drivers
+pkgver=0.9.0
+pkgrel=6
+pkgdesc="Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)"
+url="http://libdbi-drivers.sourceforge.net/";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libdbi')
+makedepends=('postgresql-libs' 'libmariadbclient' 'sqlite')
+optdepends=("postgresql-libs: To work with postgresql using libdbdpgsql "
+   "sqlite3: To work with sqlite3 using libdbdsqlite3"
+   "libmariadbclient: To work with mysql using 
libdbdmysql")
+options=(!libtool)
+install=libdbi-drivers.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('8472875d30c216540d48d591b442e40ba4f7df5d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+   --disable-docs \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite3
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} localstatedir=/var install
+}
+

Deleted: community-i686/libdbi-drivers.install
===
--- community-i686/libdbi-drivers.install   2017-06-28 22:25:59 UTC (rev 
241531)
+++ community-i686/libdbi-drivers.install   2017-06-28 22:26:05 UTC (rev 
241532)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  ldconfig
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  ldconfig
-}
-
-# arg 1:  the old package version
-post_remove() {
-  ldconfig
-}
-
-op=$1
-shift
-$op $*

Copied: libdbi-drivers/repos/community-i686/libdbi-drivers.install (from rev 
241531, libdbi

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

2017-06-28 Thread Balló György
Date: Wednesday, June 28, 2017 @ 22:25:59
  Author: bgyorgy
Revision: 241531

upgpkg: libdbi-drivers 0.9.0-6

Disable sqlite2 support

Modified:
  libdbi-drivers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 22:21:38 UTC (rev 241530)
+++ PKGBUILD2017-06-28 22:25:59 UTC (rev 241531)
@@ -5,17 +5,16 @@
 
 pkgname=libdbi-drivers
 pkgver=0.9.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)"
 url="http://libdbi-drivers.sourceforge.net/";
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('libdbi')
-makedepends=('postgresql-libs' 'libmariadbclient' 'sqlite2' 'sqlite')
+makedepends=('postgresql-libs' 'libmariadbclient' 'sqlite')
 optdepends=("postgresql-libs: To work with postgresql using libdbdpgsql "
"sqlite3: To work with sqlite3 using libdbdsqlite3"
-   "libmariadbclient: To work with mysql using libdbdmysql"
-   "sqlite2: To work with sqlite2 using libdbdsqlite")
+   "libmariadbclient: To work with mysql using 
libdbdmysql")
 options=(!libtool)
 install=libdbi-drivers.install
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz";)
@@ -27,7 +26,6 @@
--disable-docs \
--with-mysql \
--with-pgsql \
-   --with-sqlite \
--with-sqlite3
   make
 }


[arch-commits] Commit in gambas3/repos (12 files)

2017-06-28 Thread Balló György
Date: Wednesday, June 28, 2017 @ 22:21:38
  Author: bgyorgy
Revision: 241530

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gambas3/repos/community-i686/PKGBUILD
(from rev 241529, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-i686/gambas3-gcc7.patch
(from rev 241529, gambas3/trunk/gambas3-gcc7.patch)
  gambas3/repos/community-i686/prefer-qt5.patch
(from rev 241529, gambas3/trunk/prefer-qt5.patch)
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 241529, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-x86_64/gambas3-gcc7.patch
(from rev 241529, gambas3/trunk/gambas3-gcc7.patch)
  gambas3/repos/community-x86_64/prefer-qt5.patch
(from rev 241529, gambas3/trunk/prefer-qt5.patch)
Deleted:
  gambas3/repos/community-i686/PKGBUILD
  gambas3/repos/community-i686/gambas3-gcc7.patch
  gambas3/repos/community-i686/prefer-qt5.patch
  gambas3/repos/community-x86_64/PKGBUILD
  gambas3/repos/community-x86_64/gambas3-gcc7.patch
  gambas3/repos/community-x86_64/prefer-qt5.patch

-+
 /PKGBUILD   | 2272 ++
 /gambas3-gcc7.patch |   22 
 /prefer-qt5.patch   |  114 +
 community-i686/PKGBUILD | 1148 -
 community-i686/gambas3-gcc7.patch   |   11 
 community-i686/prefer-qt5.patch |   57 
 community-x86_64/PKGBUILD   | 1148 -
 community-x86_64/gambas3-gcc7.patch |   11 
 community-x86_64/prefer-qt5.patch   |   57 
 9 files changed, 2408 insertions(+), 2432 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-28 22:21:28 UTC (rev 241529)
+++ community-i686/PKGBUILD 2017-06-28 22:21:38 UTC (rev 241530)
@@ -1,1148 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor : sebikul 
-
-pkgbase=gambas3
-pkgname=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 
'gambas3-gb-crypt' 'gambas3-gb-dbus'
- 'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite2' 
'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
- 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 'gambas3-gb-form-terminal'
- 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 'gambas3-gb-form' 
'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-gtk3' 'gambas3-gb-image-effect'
- 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-inotify' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 
'gambas3-gb-markdown'
- 'gambas3-gb-media-form' 'gambas3-gb-media' 'gambas3-gb-memcached' 
'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 
'gambas3-gb-net-pop3'
- 'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 
'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 
'gambas3-gb-opengl'
- 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 
'gambas3-gb-qt4-ext' 'gambas3-gb-qt4'
- 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5' 
'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-scanner'
- 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal'
- 'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
- 'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
-pkgver=3.9.2
-pkgrel=6
-pkgdesc="A free development environment based on a Basic interpreter."
-arch=('i686' 'x86_64')
-url="http://gambas.sourceforge.net/";
-license=('GPL2')
-groups=('gambas3')
-makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
- 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
- 'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite2' 'sqlite' 
'librsvg'
- 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2_mixer' 'sdl2_image' 
'sdl2_ttf' 'libxtst'
- 'pcre' 'qt4' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 
'libsm' 'dbus' 'libxml2'
- 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
-'gmime')
-options=('!emptydirs' 'libtool')
-source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2";
-'prefer-qt5.patch' 'gambas3-gcc7.patch')
-md5sums=('e7775977ed25f944468904553d67b8f1'
- '71131eb16bbdf27bf6d329f089602cf7'
- '97c31d0589c1fe0c5d35af11038f8362')
-
-create_dirs() {
-  install -dm755 ${pkgdir}/

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

2017-06-28 Thread Balló György
Date: Wednesday, June 28, 2017 @ 22:21:28
  Author: bgyorgy
Revision: 241529

upgpkg: gambas3 3.9.2-7

Remove gambas3-gb-db-sqlite2 package

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 20:31:29 UTC (rev 241528)
+++ PKGBUILD2017-06-28 22:21:28 UTC (rev 241529)
@@ -4,7 +4,7 @@
 
 pkgbase=gambas3
 pkgname=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 
'gambas3-gb-crypt' 'gambas3-gb-dbus'
- 'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite2' 
'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
+ 'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 
'gambas3-gb-db'
  'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 'gambas3-gb-form-terminal'
  'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 'gambas3-gb-form' 
'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-gtk3' 'gambas3-gb-image-effect'
  'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-inotify' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 
'gambas3-gb-markdown'
@@ -16,7 +16,7 @@
  'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
  'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.9.2
-pkgrel=6
+pkgrel=7
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/";
@@ -24,7 +24,7 @@
 groups=('gambas3')
 makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
  'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
- 'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite2' 'sqlite' 
'librsvg'
+ 'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite' 'librsvg'
  'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2_mixer' 'sdl2_image' 
'sdl2_ttf' 'libxtst'
  'pcre' 'qt4' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 
'libsm' 'dbus' 'libxml2'
  'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
@@ -210,18 +210,6 @@
   mv -v usr/share/gambas3/info/gb.db.postgresql.* 
${pkgdir}/usr/share/gambas3/info/
 }
 
-package_gambas3-gb-db-sqlite2() {
-  depends=('gambas3-gb-db' 'sqlite2' 'gcc-libs')
-  pkgdesc="Sqlite2 database access component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.db.sqlite2.* ${pkgdir}/usr/lib/gambas3/
-  mv -v usr/share/gambas3/info/gb.db.sqlite2.* 
${pkgdir}/usr/share/gambas3/info/
-}
-
 package_gambas3-gb-db-sqlite3() {
   depends=('gambas3-gb-db' 'sqlite' 'gcc-libs')
   pkgdesc="Sqlite3 database access component"


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

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 22:09:01
  Author: jgc
Revision: 299383

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libxml2/repos/testing-i686/
  libxml2/repos/testing-i686/PKGBUILD
(from rev 299382, libxml2/trunk/PKGBUILD)
  libxml2/repos/testing-i686/libxml2-2.9.4-remove-pyverify_fd.patch
(from rev 299382, libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch)
  libxml2/repos/testing-x86_64/
  libxml2/repos/testing-x86_64/PKGBUILD
(from rev 299382, libxml2/trunk/PKGBUILD)
  libxml2/repos/testing-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch
(from rev 299382, libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch)

---+
 testing-i686/PKGBUILD |   64 ++
 testing-i686/libxml2-2.9.4-remove-pyverify_fd.patch   |  102 
 testing-x86_64/PKGBUILD   |   64 ++
 testing-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch |  102 
 4 files changed, 332 insertions(+)

Copied: libxml2/repos/testing-i686/PKGBUILD (from rev 299382, 
libxml2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-28 22:09:01 UTC (rev 299383)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+91+g872fea94
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz' 'icu')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/";
+_commit=872fea9485bd715aeccdaef64cda8a4cc05bd9c5  # master
+source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
+https://www.w3.org/XML/Test/xmlts20080827.tar.gz
+libxml2-2.9.4-remove-pyverify_fd.patch)
+sha256sums=('SKIP'
+'96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7'
+'c201b0d6364a7b9df58ce40a5fc506e58945a3fbb834af9c1193a35665789d60')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py2/
+  cd $pkgname
+  patch -Np1 -i ../libxml2-2.9.4-remove-pyverify_fd.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2 --with-icu
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python --with-icu
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  PYTHONHASHSEED=0 make
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+package() {
+  cd build-py2
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py3/python
+  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
+}

Copied: libxml2/repos/testing-i686/libxml2-2.9.4-remove-pyverify_fd.patch (from 
rev 299382, libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch)
===
--- testing-i686/libxml2-2.9.4-remove-pyverify_fd.patch 
(rev 0)
+++ testing-i686/libxml2-2.9.4-remove-pyverify_fd.patch 2017-06-28 22:09:01 UTC 
(rev 299383)
@@ -0,0 +1,102 @@
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+
+
+rpms/libxml2.git - libxml2
+
+
+
+
+
+
+
+
+https://apps.fedoraproject.org/fedmenu/js/jquery-1.11.2.min.js";>
+https://apps.fedoraproject.org/fedmenu/js/fedmenu.js";>
+
+
+var base = 'https://apps.fedoraproject.org/';
+var tokens = window.location.href.split('/');
+  var repo = null;
+  if (tokens.length > 5 && tokens[4] == 'rpms' && tokens[5] != '') {
+repo = tokens[5].split('.')[0];
+  }
+  fedmenu({
+  'url': base + 'js/data.js',
+  'mimeType': 'application/javascript',
+  'position': 'bottom-right',
+  'package': repo,
+  });
+
+
+
+
+index : rpms/libxml2.git
+
+f10
+f11
+f12
+f13
+f14
+f15
+f16
+f17
+f18
+f19
+f20
+f21
+f22
+f23
+f24
+f25
+f7
+f8
+f9
+master
+ 
+libxml2Jesse 
Keating
+
+summaryrefslogtreecommitdiffstats
+
+log msg
+author
+committer
+range
+
+
+
+
+
+path: root/libxml2-2.9.4-remove-pyverify_fd.patchblob: d05d4cb60f3af1503d3c308c3e131e0f483abc92 (plain)
+
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+
+diff -Nur libxml2-2.9.4.orig/python/types.c 
libxml2-2.9.4/python/types.c
+--- libxml2-2.9.4.orig/python/types.c  2016-02-09 03:17:33.0 -0700
 libxml2-2.9.4/python/types.c   2016-12-21 12:34:06.755650986 -0700
+@@ -31,8 +31,6 @@
+ const char *mode;
+ 
+ fd = PyObject_AsFileDescriptor(f

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

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 22:08:56
  Author: jgc
Revision: 299382

upgpkg: libxml2 2.9.4+91+g872fea94-1

Update to latest git snapshot. Fixes quite some memleaks, NULL pointer 
dereferences and also FS#54482

Modified:
  libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 22:01:00 UTC (rev 299381)
+++ PKGBUILD2017-06-28 22:08:56 UTC (rev 299382)
@@ -4,8 +4,8 @@
 # Contributor: John Proctor 
 
 pkgname=libxml2
-pkgver=2.9.4+16+g07418011
-pkgrel=2
+pkgver=2.9.4+91+g872fea94
+pkgrel=1
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
 license=('MIT')
@@ -13,7 +13,7 @@
 options=(!makeflags)
 makedepends=('python2' 'python' 'git')
 url="http://www.xmlsoft.org/";
-_commit=074180119fc90d5fd04ef9e8a5ee1910d6f9ad8e  # master
+_commit=872fea9485bd715aeccdaef64cda8a4cc05bd9c5  # master
 source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
 https://www.w3.org/XML/Test/xmlts20080827.tar.gz
 libxml2-2.9.4-remove-pyverify_fd.patch)


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

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 22:00:55
  Author: jgc
Revision: 299380

upgpkg: iso-codes 3.75-1

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 21:57:45 UTC (rev 299379)
+++ PKGBUILD2017-06-28 22:00:55 UTC (rev 299380)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=iso-codes
-pkgver=3.74
+pkgver=3.75
 pkgrel=1
 pkgdesc="Lists of the country, language, and currency names"
 arch=('any')
@@ -9,7 +9,7 @@
 url="https://pkg-isocodes.alioth.debian.org/";
 license=('LGPL')
 makedepends=('python' git)
-_commit=df0820baa5f236da2520995153fabb557da55f8e  # tags/iso-codes-3.74
+_commit=a37f8c303d96cefcda4cac6f1e7311be8eaa64a3  # tags/iso-codes-3.75
 
source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 22:01:00
  Author: jgc
Revision: 299381

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 299380, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-28 22:00:55 UTC (rev 299380)
+++ PKGBUILD2017-06-28 22:01:00 UTC (rev 299381)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.74
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://pkg-isocodes.alioth.debian.org/";
-license=('LGPL')
-makedepends=('python' git)
-_commit=df0820baa5f236da2520995153fabb557da55f8e  # tags/iso-codes-3.74
-source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 299380, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-28 22:01:00 UTC (rev 299381)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.75
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://pkg-isocodes.alioth.debian.org/";
+license=('LGPL')
+makedepends=('python' git)
+_commit=a37f8c303d96cefcda4cac6f1e7311be8eaa64a3  # tags/iso-codes-3.75
+source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


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

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 21:57:39
  Author: jgc
Revision: 299378

upgpkg: nautilus-sendto 3.8.5-1

Modified:
  nautilus-sendto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 21:55:14 UTC (rev 299377)
+++ PKGBUILD2017-06-28 21:57:39 UTC (rev 299378)
@@ -4,7 +4,7 @@
 # Contributor: Tor Krill 
 
 pkgname=nautilus-sendto
-pkgver=3.8.4+41+gf790d15
+pkgver=3.8.5
 pkgrel=1
 pkgdesc="Easily send files via mail"
 url="https://git.gnome.org/browse/nautilus-sendto";
@@ -13,7 +13,7 @@
 depends=(glib2)
 makedepends=(gettext intltool gobject-introspection python2 gnome-common git)
 groups=('gnome-extra')
-_commit=f790d1583452bb5e934a919d98095ec4147f94d2  # master
+_commit=e4499a30188adc29825f97ba3227ec96afbaf391  # 
tags/NAUTILUS_SENDTO_3_8_5^0
 source=("git+https://git.gnome.org/browse/nautilus-sendto#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in nautilus-sendto/repos (4 files)

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 21:57:45
  Author: jgc
Revision: 299379

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nautilus-sendto/repos/extra-i686/PKGBUILD
(from rev 299378, nautilus-sendto/trunk/PKGBUILD)
  nautilus-sendto/repos/extra-x86_64/PKGBUILD
(from rev 299378, nautilus-sendto/trunk/PKGBUILD)
Deleted:
  nautilus-sendto/repos/extra-i686/PKGBUILD
  nautilus-sendto/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-28 21:57:39 UTC (rev 299378)
+++ extra-i686/PKGBUILD 2017-06-28 21:57:45 UTC (rev 299379)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot 
-# Contributor: Eduardo Romero 
-# Contributor: Tor Krill 
-
-pkgname=nautilus-sendto
-pkgver=3.8.4+41+gf790d15
-pkgrel=1
-pkgdesc="Easily send files via mail"
-url="https://git.gnome.org/browse/nautilus-sendto";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2)
-makedepends=(gettext intltool gobject-introspection python2 gnome-common git)
-groups=('gnome-extra')
-_commit=f790d1583452bb5e934a919d98095ec4147f94d2  # master
-source=("git+https://git.gnome.org/browse/nautilus-sendto#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^NAUTILUS_SENDTO_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Fixup tag mess
-  git tag -f NAUTILUS_SENDTO_3_8_4 eaf083dec2846dc76f72d82755c65f6dc7bf3c86
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: nautilus-sendto/repos/extra-i686/PKGBUILD (from rev 299378, 
nautilus-sendto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-28 21:57:45 UTC (rev 299379)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Jan de Groot 
+# Contributor: Eduardo Romero 
+# Contributor: Tor Krill 
+
+pkgname=nautilus-sendto
+pkgver=3.8.5
+pkgrel=1
+pkgdesc="Easily send files via mail"
+url="https://git.gnome.org/browse/nautilus-sendto";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2)
+makedepends=(gettext intltool gobject-introspection python2 gnome-common git)
+groups=('gnome-extra')
+_commit=e4499a30188adc29825f97ba3227ec96afbaf391  # 
tags/NAUTILUS_SENDTO_3_8_5^0
+source=("git+https://git.gnome.org/browse/nautilus-sendto#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^NAUTILUS_SENDTO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tag mess
+  git tag -f NAUTILUS_SENDTO_3_8_4 eaf083dec2846dc76f72d82755c65f6dc7bf3c86
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-28 21:57:39 UTC (rev 299378)
+++ extra-x86_64/PKGBUILD   2017-06-28 21:57:45 UTC (rev 299379)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot 
-# Contributor: Eduardo Romero 
-# Contributor: Tor Krill 
-
-pkgname=nautilus-sendto
-pkgver=3.8.4+41+gf790d15
-pkgrel=1
-pkgdesc="Easily send files via mail"
-url="https://git.gnome.org/browse/nautilus-sendto";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2)
-makedepends=(gettext intltool gobject-introspection python2 gnome-common git)
-groups=('gnome-extra')
-_commit=f790d1583452bb5e934a919d98095ec4147f94d2  # master
-source=("git+https://git.gnome.org/browse/nautilus-sendto#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^NAUTILUS_SENDTO_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Fixup tag mess
-  git tag -f NAUTILUS_SENDTO_3_8_4 eaf083dec2846dc76f72d82755c65f6dc7bf3c86
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: nautilus-sendto/repos/extra-x86_64/PKGBUILD (from rev 299378, 
nautilus-sendto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-28 21:57:45 UTC (rev 299379)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Jan de Gr

[arch-commits] Commit in libgtop/repos (4 files)

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 21:55:14
  Author: jgc
Revision: 299377

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libgtop/repos/extra-i686/PKGBUILD
(from rev 299376, libgtop/trunk/PKGBUILD)
  libgtop/repos/extra-x86_64/PKGBUILD
(from rev 299376, libgtop/trunk/PKGBUILD)
Deleted:
  libgtop/repos/extra-i686/PKGBUILD
  libgtop/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-28 21:55:08 UTC (rev 299376)
+++ extra-i686/PKGBUILD 2017-06-28 21:55:14 UTC (rev 299377)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libgtop
-pkgver=2.36.0
-pkgrel=1
-pkgdesc="A library that reads information about processes and the running 
system"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('glib2' 'libxau')
-makedepends=('gobject-introspection' gnome-common git gtk-doc)
-_commit=88ecae1d00463909fc1d4e9fe46be64ea47b030f  # tags/2.36.0^0
-source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit";)
-url="http://www.gnome.org/";
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "${srcdir}/$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgtop/repos/extra-i686/PKGBUILD (from rev 299376, 
libgtop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-28 21:55:14 UTC (rev 299377)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgtop
+pkgver=2.36.0+2+ge0f97e7d
+pkgrel=1
+pkgdesc="A library that reads information about processes and the running 
system"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'libxau')
+makedepends=('gobject-introspection' gnome-common git gtk-doc)
+_commit=e0f97e7dbd6ec87103705d3e114876d44cb0ca4c  # gnome-2-36
+source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit";)
+url="http://www.gnome.org/";
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-28 21:55:08 UTC (rev 299376)
+++ extra-x86_64/PKGBUILD   2017-06-28 21:55:14 UTC (rev 299377)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libgtop
-pkgver=2.36.0
-pkgrel=1
-pkgdesc="A library that reads information about processes and the running 
system"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('glib2' 'libxau')
-makedepends=('gobject-introspection' gnome-common git gtk-doc)
-_commit=88ecae1d00463909fc1d4e9fe46be64ea47b030f  # tags/2.36.0^0
-source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit";)
-url="http://www.gnome.org/";
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "${srcdir}/$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgtop/repos/extra-x86_64/PKGBUILD (from rev 299376, 
libgtop/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-28 21:55:14 UTC (rev 299377)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgtop
+pkgver=2.36.0+2+ge0f97e7d
+pkgrel=1
+pkgdesc="A library that reads information about processes and the running 
system"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'libxau')
+makedepends=('gobject-introspection' gnome-common git gtk-doc)
+_commit=e0f97e7dbd6ec87103705d3e114876d44cb0ca4c  # gnome-2-36
+source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit";)
+url="http://www.gnome.org/";
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir

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

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 21:55:08
  Author: jgc
Revision: 299376

upgpkg: libgtop 2.36.0+2+ge0f97e7d-1

Modified:
  libgtop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 21:51:27 UTC (rev 299375)
+++ PKGBUILD2017-06-28 21:55:08 UTC (rev 299376)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libgtop
-pkgver=2.36.0
+pkgver=2.36.0+2+ge0f97e7d
 pkgrel=1
 pkgdesc="A library that reads information about processes and the running 
system"
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glib2' 'libxau')
 makedepends=('gobject-introspection' gnome-common git gtk-doc)
-_commit=88ecae1d00463909fc1d4e9fe46be64ea47b030f  # tags/2.36.0^0
+_commit=e0f97e7dbd6ec87103705d3e114876d44cb0ca4c  # gnome-2-36
 source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit";)
 url="http://www.gnome.org/";
 sha256sums=('SKIP')


[arch-commits] Commit in lvm2/repos (16 files)

2017-06-28 Thread Christian Hesse
Date: Wednesday, June 28, 2017 @ 21:51:27
  Author: eworm
Revision: 299375

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/01-lvm2-make-sockets-static.patch
(from rev 299374, lvm2/trunk/01-lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 299374, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 299374, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2.install
(from rev 299374, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 299374, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 299374, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 299374, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/01-lvm2-make-sockets-static.patch
(from rev 299374, lvm2/trunk/01-lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 299374, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 299374, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 299374, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 299374, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 299374, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 299374, lvm2/trunk/sd-lvm2_install)

--+
 testing-i686/01-lvm2-make-sockets-static.patch   |   20 
 testing-i686/11-dm-initramfs.rules   |3 
 testing-i686/PKGBUILD|  104 +
 testing-i686/lvm2.install|   25 +
 testing-i686/lvm2_hook   |   25 +
 testing-i686/lvm2_install|   41 
 testing-i686/sd-lvm2_install |   44 
 testing-x86_64/01-lvm2-make-sockets-static.patch |   20 
 testing-x86_64/11-dm-initramfs.rules |3 
 testing-x86_64/PKGBUILD  |  104 +
 testing-x86_64/lvm2.install  |   25 +
 testing-x86_64/lvm2_hook |   25 +
 testing-x86_64/lvm2_install  |   41 
 testing-x86_64/sd-lvm2_install   |   44 
 14 files changed, 524 insertions(+)

Copied: lvm2/repos/testing-i686/01-lvm2-make-sockets-static.patch (from rev 
299374, lvm2/trunk/01-lvm2-make-sockets-static.patch)
===
--- testing-i686/01-lvm2-make-sockets-static.patch  
(rev 0)
+++ testing-i686/01-lvm2-make-sockets-static.patch  2017-06-28 21:51:27 UTC 
(rev 299375)
@@ -0,0 +1,20 @@
+diff -Nur LVM2.2.02.106.orig/scripts/dm_event_systemd_red_hat.socket.in 
LVM2.2.02.106/scripts/dm_event_systemd_red_hat.socket.in
+--- LVM2.2.02.106.orig/scripts/dm_event_systemd_red_hat.socket.in  
2014-04-10 17:38:46.0 +0200
 LVM2.2.02.106/scripts/dm_event_systemd_red_hat.socket.in   2014-04-26 
14:21:10.097269315 +0200
+@@ -8,6 +8,3 @@
+ ListenFIFO=@DEFAULT_DM_RUN_DIR@/dmeventd-client
+ SocketMode=0600
+ RemoveOnStop=true
+-
+-[Install]
+-WantedBy=sockets.target
+diff -Nur LVM2.2.02.106.orig/scripts/lvm2_lvmetad_systemd_red_hat.socket.in 
LVM2.2.02.106/scripts/lvm2_lvmetad_systemd_red_hat.socket.in
+--- LVM2.2.02.106.orig/scripts/lvm2_lvmetad_systemd_red_hat.socket.in  
2014-04-10 17:38:46.0 +0200
 LVM2.2.02.106/scripts/lvm2_lvmetad_systemd_red_hat.socket.in   
2014-04-26 14:21:15.287156152 +0200
+@@ -7,6 +7,3 @@
+ ListenStream=@DEFAULT_RUN_DIR@/lvmetad.socket
+ SocketMode=0600
+ RemoveOnStop=true
+-
+-[Install]
+-WantedBy=sysinit.target

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 299374, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2017-06-28 21:51:27 UTC (rev 299375)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 

+SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", 
OPTIONS="db_persist"

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 299374, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-28 21:51:27 UTC (rev 299375)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.172
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://

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

2017-06-28 Thread Christian Hesse
Date: Wednesday, June 28, 2017 @ 21:51:18
  Author: eworm
Revision: 299374

upgpkg: lvm2 2.02.172-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 21:49:56 UTC (rev 299373)
+++ PKGBUILD2017-06-28 21:51:18 UTC (rev 299374)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.171
+pkgver=2.02.172
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/";
@@ -18,7 +18,7 @@
 sd-lvm2_install
 11-dm-initramfs.rules
 01-lvm2-make-sockets-static.patch)
-sha256sums=('b815a711a2fabaa5c3dc1a4a284df0268bf0f325f0fc0f5c9530c9bbb54b9964'
+sha256sums=('eab09d4132e6ade4db22249e554919045948efb908ffa40409e8e8e0c316f708'
 'SKIP'
 'd3097296bdfd9912dbef6ac78b908f7017b0a668a5347f0811f1c3aaacdca0cf'
 '97d7c92e4954bc0108e7cd183b2eb5fe7ecc97e6f56369669e6537cb6ed45d80'


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

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 21:49:50
  Author: jgc
Revision: 299372

upgpkg: gksu 2.0.2-6

Remove root terminal launcher, users should not use this (FS#54560)

Modified:
  gksu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 21:41:37 UTC (rev 299371)
+++ PKGBUILD2017-06-28 21:49:50 UTC (rev 299372)
@@ -4,7 +4,7 @@
 
 pkgname=gksu
 pkgver=2.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A graphical frontend for su"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/gksu/index.html";
@@ -11,13 +11,11 @@
 license=('GPL')
 depends=('libgksu>=2.0.12' 'xorg-xauth')
 makedepends=('gtk-doc' 'intltool')
-source=(http://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cacbcac3fc272dce01c6ea38354489e2')
+source=(https://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a1de3dca039d88c195fcdc9516379439a1d699750417f1e655aa2101a955ee5a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's|/usr/bin/x-terminal-emulator|-l gnome-terminal|g' gksu.desktop
-  echo "TryExec=gnome-terminal" >> gksu.desktop
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
@@ -29,4 +27,5 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/share/applications/"
 }


[arch-commits] Commit in gksu/repos (4 files)

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 21:49:56
  Author: jgc
Revision: 299373

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gksu/repos/extra-i686/PKGBUILD
(from rev 299372, gksu/trunk/PKGBUILD)
  gksu/repos/extra-x86_64/PKGBUILD
(from rev 299372, gksu/trunk/PKGBUILD)
Deleted:
  gksu/repos/extra-i686/PKGBUILD
  gksu/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-28 21:49:50 UTC (rev 299372)
+++ extra-i686/PKGBUILD 2017-06-28 21:49:56 UTC (rev 299373)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Eduardo Lopes (ed...@gmx.net)
-
-pkgname=gksu
-pkgver=2.0.2
-pkgrel=5
-pkgdesc="A graphical frontend for su"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/gksu/index.html";
-license=('GPL')
-depends=('libgksu>=2.0.12' 'xorg-xauth')
-makedepends=('gtk-doc' 'intltool')
-source=(http://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cacbcac3fc272dce01c6ea38354489e2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's|/usr/bin/x-terminal-emulator|-l gnome-terminal|g' gksu.desktop
-  echo "TryExec=gnome-terminal" >> gksu.desktop
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static \
---disable-nautilus-extension
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gksu/repos/extra-i686/PKGBUILD (from rev 299372, gksu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-28 21:49:56 UTC (rev 299373)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Eduardo Lopes (ed...@gmx.net)
+
+pkgname=gksu
+pkgver=2.0.2
+pkgrel=6
+pkgdesc="A graphical frontend for su"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/gksu/index.html";
+license=('GPL')
+depends=('libgksu>=2.0.12' 'xorg-xauth')
+makedepends=('gtk-doc' 'intltool')
+source=(https://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a1de3dca039d88c195fcdc9516379439a1d699750417f1e655aa2101a955ee5a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--disable-nautilus-extension
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/share/applications/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-28 21:49:50 UTC (rev 299372)
+++ extra-x86_64/PKGBUILD   2017-06-28 21:49:56 UTC (rev 299373)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Eduardo Lopes (ed...@gmx.net)
-
-pkgname=gksu
-pkgver=2.0.2
-pkgrel=5
-pkgdesc="A graphical frontend for su"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/gksu/index.html";
-license=('GPL')
-depends=('libgksu>=2.0.12' 'xorg-xauth')
-makedepends=('gtk-doc' 'intltool')
-source=(http://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cacbcac3fc272dce01c6ea38354489e2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's|/usr/bin/x-terminal-emulator|-l gnome-terminal|g' gksu.desktop
-  echo "TryExec=gnome-terminal" >> gksu.desktop
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static \
---disable-nautilus-extension
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gksu/repos/extra-x86_64/PKGBUILD (from rev 299372, gksu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-28 21:49:56 UTC (rev 299373)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Eduardo Lopes (ed...@gmx.net)
+
+pkgname=gksu
+pkgver=2.0.2
+pkgrel=6
+pkgdesc="A graphical frontend for su"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/gksu/index.html";
+license=('GPL')
+depends=('libgksu>=2.0.12' 'xorg-xauth')
+makedepends=('gtk-doc' 'intltool')
+source=(https://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a1de3dca039d88c195fcdc9516379439a1d699750417f1e655aa2101a955ee5a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--disable-nautilus-extension
+  make
+}
+
+package() {
+  cd "${srcdir}/${

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

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 21:41:37
  Author: jgc
Revision: 299371

Change license to LGPL as COPYING file suggests, LGPL 2.1 or later (FS#54618)

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:14:46 UTC (rev 299370)
+++ PKGBUILD2017-06-28 21:41:37 UTC (rev 299371)
@@ -10,7 +10,7 @@
 depends=('glibc')
 optdepends=('python2: for python smixer plugin')
 makedepends=('python2')
-license=('GPL')
+license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
 
 build() {


[arch-commits] Commit in hoogle/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 20:31:29
  Author: felixonmars
Revision: 241528

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hoogle/repos/community-staging-i686/
  hoogle/repos/community-staging-i686/PKGBUILD
(from rev 241527, hoogle/trunk/PKGBUILD)
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 241527, hoogle/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 241527, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 20:31:29 UTC (rev 241528)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.12
+pkgrel=31
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('d40c13674ad113079b23386d2fc5ae3a61dc79012e88f4e1bc2e2123106412b96cc32955e94ec0f294451feadd5bd06ad5b03ab1a40dd7172c5344bdd520e225')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 241527, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 20:31:29 UTC (rev 241528)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.12
+pkgrel=31
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('d40c13674ad113079b23386d2fc5ae3a61dc79012e88f4e1bc2e2123106412b96cc32955e94ec0f294451feadd5bd06ad5b03ab1a40dd7172c5344bdd520e225')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkg

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 20:31:05
  Author: felixonmars
Revision: 241527

upgpkg: hoogle 5.0.12-31

rebuild with tls,1.3.11

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 20:25:52 UTC (rev 241526)
+++ PKGBUILD2017-06-28 20:31:05 UTC (rev 241527)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.12
-pkgrel=30
+pkgrel=31
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 20:25:31
  Author: felixonmars
Revision: 241525

upgpkg: git-annex 6.20170520-18

rebuild with tls,1.3.11

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 20:13:10 UTC (rev 241524)
+++ PKGBUILD2017-06-28 20:25:31 UTC (rev 241525)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170520
-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 git-annex/repos (6 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 20:25:52
  Author: felixonmars
Revision: 241526

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 241525, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-i686/quickcheck-2.10.patch
(from rev 241525, git-annex/trunk/quickcheck-2.10.patch)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 241525, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/quickcheck-2.10.patch
(from rev 241525, git-annex/trunk/quickcheck-2.10.patch)

+
 community-staging-i686/PKGBUILD|   60 ++
 community-staging-i686/quickcheck-2.10.patch   |   75 +++
 community-staging-x86_64/PKGBUILD  |   60 ++
 community-staging-x86_64/quickcheck-2.10.patch |   75 +++
 4 files changed, 270 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 241525, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 20:25:52 UTC (rev 241526)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170520
+pkgrel=18
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc' "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive" 
"haskell-clientsession"
+ "haskell-concurrent-output" "haskell-conduit" "haskell-crypto-api" 
"haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-ifelse" "haskell-magic" "haskell-memory" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mountpoints" "haskell-mtl" 
"haskell-network"
+ "haskell-network-info" "haskell-network-multicast" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";
+quickcheck-2.10.patch)
+sha512sums=('SKIP'
+
'a987bb49072fa27bdbb061bffa9174e75c1e7cfa1e139945465262557c1bd31832373e2684d9ff83b682dcb6b5cfdf2f40e86a8cedf118fb768f9c5827318f4c')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../quickcheck-2.10.patch
+}
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-misc
+
+  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-i686/quickcheck-2.10.patch (from rev 
241525, git-annex/trunk/quickcheck-2.10.patch)
===
--- community-staging-i686/quickcheck-2.10.patch
(rev 0)
+++ community-staging-i686/quickcheck-2.10.patch2017-06-28 20:25:52 UTC 
(rev 241526)
@@ -0,0 +1,75 @@
+From 75cecbbe3fdafdb6652e95ac17cd755c28e67f20 Mon Sep 17 00:00:00 2001
+From: Joey Hess 
+Da

[arch-commits] Commit in haskell-warp-tls/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 20:13:10
  Author: felixonmars
Revision: 241524

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-warp-tls/repos/community-staging-i686/
  haskell-warp-tls/repos/community-staging-i686/PKGBUILD
(from rev 241523, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 241523, haskell-warp-tls/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
241523, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 20:13:10 UTC (rev 241524)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.3
+pkgrel=38
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5c4c871fee62021a7b3b22d1f2af3543843a0c54632da6f7be9ef58e65fa292')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
241523, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 20:13:10 UTC (rev 241524)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.3
+pkgrel=38
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5c4c871fee62021a7b3b22d1f2af3543843a0c54632da6f7be9ef58e65fa292')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Set

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 20:12:45
  Author: felixonmars
Revision: 241523

upgpkg: haskell-warp-tls 3.2.3-38

rebuild with tls,1.3.11

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 20:09:54 UTC (rev 241522)
+++ PKGBUILD2017-06-28 20:12:45 UTC (rev 241523)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.3
-pkgrel=37
+pkgrel=38
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai";
 license=("MIT")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 20:09:54
  Author: felixonmars
Revision: 241522

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 241521, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 241521, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 241521, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 241521, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   80 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   80 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 168 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 241521, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 20:09:54 UTC (rev 241522)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.4.0
+pkgrel=96
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" "haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" "haskell-http-types" 
"haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz";
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch";)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+sed -i 's/PathException/InvalidPathException/' src/System/Process/Read.hs
+sed -i 's/, errors < 2.2/, errors < 2.3/' stack.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install 

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 20:09:28
  Author: felixonmars
Revision: 241521

upgpkg: stack 1.4.0-96

rebuild with tls,1.3.11

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 20:08:53 UTC (rev 241520)
+++ PKGBUILD2017-06-28 20:09:28 UTC (rev 241521)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.4.0
-pkgrel=95
+pkgrel=96
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


[arch-commits] Commit in sdlmame/repos (16 files)

2017-06-28 Thread Sergej Pupykin
Date: Wednesday, June 28, 2017 @ 20:08:53
  Author: spupykin
Revision: 241520

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 241519, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 241519, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 241519, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 241519, sdlmame/trunk/sdlmame.sh)
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 241519, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 241519, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 241519, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 241519, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

--+
 /PKGBUILD|  190 +
 /sdlmame.install |   16 +++
 /sdlmame.sh  |  112 +
 community-i686/PKGBUILD  |   95 --
 community-i686/sdlmame.install   |8 -
 community-i686/sdlmame.sh|   56 --
 community-x86_64/PKGBUILD|   95 --
 community-x86_64/sdlmame.install |8 -
 community-x86_64/sdlmame.sh  |   56 --
 9 files changed, 318 insertions(+), 318 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-28 20:07:52 UTC (rev 241519)
+++ community-i686/PKGBUILD 2017-06-28 20:08:53 UTC (rev 241520)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.186
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("https://github.com/mamedev/mame/releases/download/mame${pkgver/./}/mame${pkgver/./}s.zip";
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-sha256sums=('6a5b4283a57cf1d8e537f7aaa9479751b9dcc0375e189f00d1ec43b4cbc8fdcd'
-'06e7f5dca2255a16b3336a6d2b9af8276a8d8c672635aed83e9e8f636db3cef7'
-'5ba55ce8c33743207a12a7509efdf13dd98f5d87fa12f0e471ea523d3ae4f4ac')
-
-prepare() {
-  cd "$srcdir"/
-  unzip mame.zip || true
-}
-
-build() {
-  cd "$srcdir"
-  make \
-NOWERROR=1 \
-OPTIMIZE=2 \
-PYTHON_EXECUTABLE=/usr/bin/python2 \
-TOOLS=1 \
-ARCHOPTS=-flifetime-dse=1 \
--j1
-}
-
-package() {
-  cd "$srcdir"
-  # Install the sdlmame script
-  install -Dm755 "$srcdir"/${pkgname}.sh "$pkgdir"/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame "$pkgdir"/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 "$pkgdir"/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman "$pkgdir"/usr/lib/${pkgname}/chdman
-  install -m755 jedutil "$pkgdir"/usr/lib/${pkgname}/jedutil
-  install -m755 regrep "$pkgdir"/usr/lib/${pkgname}/regrep
-  install -m755 romcmp "$pkgdir"/usr/lib/${pkgname}/romcmp
-#  install -m755 testkeys "$pkgdir"/usr/lib/${pkgname}/testkeys
-  install -m755 src2html "$pkgdir"/usr/lib/${pkgname}/src2html
-  install -m755 srcclean "$pkgdir"/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify "$pkgdir"/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample "$pkgdir"/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 "$pkgdir"/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i "$pkgdir"/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d "$pkgdir"/usr/share/${pkgname}/{artwork,ctrlr,hash,keymaps,shader}
-  install -d "$pkgdir"/usr/share/man/man1
-  install -d "$pkgdir"/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
"$pkgdir"/usr/share/${pkgname}/shader/
-#  install -m644 src/osd/sdl/man/*.1* "$pkgdir"/usr/share/man/man1/
-#  install -m644 src/osd/sdl/man/*.6* "$pkgdir"/usr/share/man/man6/
-
-  cp -a "$srcdir"/artwork/* "$pkgdir"/usr/share/${pkgname}/artwork/
-  install -m644 "$srcdir"/ctrlr/* "$pkgdir"/usr/share/${pkgname}/ctrlr/
-  install -m644 keymaps/* "$pkgdir"/usr/share/${pkgname}/keymaps/
-  

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

2017-06-28 Thread Sergej Pupykin
Date: Wednesday, June 28, 2017 @ 20:07:52
  Author: spupykin
Revision: 241519

upgpkg: sdlmame 0.187-1

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 19:42:57 UTC (rev 241518)
+++ PKGBUILD2017-06-28 20:07:52 UTC (rev 241519)
@@ -4,7 +4,7 @@
 # Maintainer: JJDaNiMoTh 
 
 pkgname=sdlmame
-pkgver=0.186
+pkgver=0.187
 pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="http://mamedev.org/";
@@ -17,7 +17,7 @@
"sdlmame.sh"
"extras.tar.gz"
${_patches})
-sha256sums=('6a5b4283a57cf1d8e537f7aaa9479751b9dcc0375e189f00d1ec43b4cbc8fdcd'
+sha256sums=('2b076ca7de8cfc4a4aaf7c7c4fa44e4122b9cb798db871487624cd662c2d57ee'
 '06e7f5dca2255a16b3336a6d2b9af8276a8d8c672635aed83e9e8f636db3cef7'
 '5ba55ce8c33743207a12a7509efdf13dd98f5d87fa12f0e471ea523d3ae4f4ac')
 


[arch-commits] Commit in purescript/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:42:57
  Author: felixonmars
Revision: 241518

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  purescript/repos/community-staging-i686/
  purescript/repos/community-staging-i686/PKGBUILD
(from rev 241517, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/
  purescript/repos/community-staging-x86_64/PKGBUILD
(from rev 241517, purescript/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   62 
 community-staging-x86_64/PKGBUILD |   62 
 2 files changed, 124 insertions(+)

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 241517, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 19:42:57 UTC (rev 241518)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.5
+pkgrel=18
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat" "haskell-blaze-html"
+ "haskell-bower-json" "haskell-boxes" "haskell-cheapskate" 
"haskell-clock"
+ "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance" 
"haskell-file-embed"
+ "haskell-fsnotify" "haskell-glob" "haskell-http-client" 
"haskell-http-types"
+ "haskell-language-javascript" "haskell-lens" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-network" 
"haskell-optparse-applicative"
+ "haskell-parallel" "haskell-parsec" "haskell-pattern-arrows" 
"haskell-pipes"
+ "haskell-pipes-http" "haskell-protolude" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-semigroups" "haskell-sourcemap" "haskell-spdx" 
"haskell-split" "haskell-stm"
+ "haskell-stringsearch" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" "haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('179b8ce5ac4b3839189f9eeb6244b86635dd20986654b7d1d0912c429bfabb77439097b43d73ec52f52bf24148781a0059c1afe6ccfb44b83533f4a670a3476c')
+
+prepare() {
+sed -i 's/aeson >=1.0 && <1.1/aeson >=1.0/' 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-frelease
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 241517, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 19:42:57 UTC (rev 241518)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.5
+pkgrel=18
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-b

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:42:29
  Author: felixonmars
Revision: 241517

upgpkg: purescript 0.11.5-18

rebuild with tls,1.3.11

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 19:19:22 UTC (rev 241516)
+++ PKGBUILD2017-06-28 19:42:29 UTC (rev 241517)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.5
-pkgrel=17
+pkgrel=18
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/";
 license=("custom:BSD3")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:18:55
  Author: felixonmars
Revision: 241515

upgpkg: haskell-pipes-http 1.0.5-46

rebuild with tls,1.3.11

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 19:17:22 UTC (rev 241514)
+++ PKGBUILD2017-06-28 19:18:55 UTC (rev 241515)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.5
-pkgrel=45
+pkgrel=46
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:19:22
  Author: felixonmars
Revision: 241516

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
241515, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 19:19:22 UTC (rev 241516)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=46
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-http-client" "haskell-http-client-tls" "haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
241515, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 19:19:22 UTC (rev 241516)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=46
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-http-client" "haskell-http-client-tls" "haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdi

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:17:22
  Author: felixonmars
Revision: 241514

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 241513, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 19:17:22 UTC (rev 241514)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.2.5.0
+pkgrel=69
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
241513, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 19:17:22 UTC (rev 241514)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.2.5.0
+pkgrel=69
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" regist

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:17:01
  Author: felixonmars
Revision: 241513

upgpkg: pandoc-crossref 0.2.5.0-69

rebuild with tls,1.3.11

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 19:13:55 UTC (rev 241512)
+++ PKGBUILD2017-06-28 19:17:01 UTC (rev 241513)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.2.5.0
-pkgrel=68
+pkgrel=69
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:13:55
  Author: felixonmars
Revision: 241512

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-x86_64/PKGBUILD |   52 
 2 files changed, 104 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 241511, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 19:13:55 UTC (rev 241512)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=12
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-html" "haskell-blaze-markup" "haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
241511, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 19:13:55 UTC (rev 241512)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=12
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-html" "haskell-blaze-markup" "haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/arch

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:13:34
  Author: felixonmars
Revision: 241511

upgpkg: haskell-hakyll 4.9.8.0-12

rebuild with tls,1.3.11

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 19:09:36 UTC (rev 241510)
+++ PKGBUILD2017-06-28 19:13:34 UTC (rev 241511)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.8.0
-pkgrel=11
+pkgrel=12
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:09:36
  Author: felixonmars
Revision: 241510

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 241509, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 19:09:36 UTC (rev 241510)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.10.5.1
+pkgrel=11
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec" 
"haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('12bdce94a022189a84da4f6b6c2b427dc4f5aef3199c443a7fb56bb65c1fffce469d7bff61addba9cd909b129b0fdac7fd885f53e6de746fd7e8b7fcd32a7780')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/$pkgname/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/$pkgname"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
241509, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 19:09:36 UTC (rev 241510)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.10.5.1
+pkgrel=11
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec" 
"haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('12bdce94a022189a84da4f6b6c2b427dc4f5aef3199c443a7fb56bb65c1fffce469d7bff61addba9cd909b129b0fdac7fd885f53e6de746fd7e8b7fcd32a7780')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Set

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:09:13
  Author: felixonmars
Revision: 241509

upgpkg: pandoc-citeproc 0.10.5.1-11

rebuild with tls,1.3.11

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 19:02:09 UTC (rev 241508)
+++ PKGBUILD2017-06-28 19:09:13 UTC (rev 241509)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.10.5.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("custom:BSD3")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:01:48
  Author: felixonmars
Revision: 241507

upgpkg: pandoc 1.19.2.1-82

rebuild with tls,1.3.11

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:50:30 UTC (rev 241506)
+++ PKGBUILD2017-06-28 19:01:48 UTC (rev 241507)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=1.19.2.1
-pkgrel=81
+pkgrel=82
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org";
 license=("GPL")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 19:02:09
  Author: felixonmars
Revision: 241508

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 241507, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 19:02:09 UTC (rev 241508)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.19.2.1
+pkgrel=82
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup" "haskell-cmark"
+ "haskell-data-default" "haskell-doctemplates" "haskell-mtl" 
"haskell-extensible-exceptions"
+ "haskell-filemanip" "haskell-haddock-library" "haskell-skylighting" 
"haskell-hslua"
+ "haskell-http-client" "haskell-syb" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-text" "haskell-texmath" "haskell-network" "haskell-old-time"
+ "haskell-pandoc-types" "haskell-parsec" "haskell-random" 
"haskell-scientific"
+ "haskell-tagsoup" "haskell-temporary" "haskell-network-uri" 
"haskell-unordered-containers"
+ "haskell-zip-archive" "haskell-vector" "haskell-xml" "haskell-yaml" 
"haskell-zlib")
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 241507, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 19:02:09 UTC (rev 241508)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.19.2.1
+pkgrel=82
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup" "haskell-cmark"
+ "haskell-data-default" "haskell-doctemplates" "haskell-mtl" 
"haskell-extensible-exceptions"
+ "haskell-filemanip" "haskell-haddock-library" "haskell-skylighting" 
"haskell-hslua"
+ "haskell-http-client" "haskell-syb" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-text" "haskell-texmath" "haskell-network" "haskell-old-time"
+ "haskell-pandoc-types" "haskell-parsec" "haskell-random" 
"haskell-scientific"
+ "haskell-tagsoup" "haskell-temporary" "

[arch-commits] Commit in haskell-yesod-auth/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:50:30
  Author: felixonmars
Revision: 241506

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-i686/
  haskell-yesod-auth/repos/community-staging-i686/PKGBUILD
(from rev 241505, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 241505, haskell-yesod-auth/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
241505, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:50:30 UTC (rev 241506)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.2
+pkgrel=18
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('14f93e1683f5c727f3628ed3d7e685a58f9c39d6189049a7d2d179bf54ce6baf973f3c8d241c17f9324a719d01df35f109448df8356db5d71bc846dda244e4db')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
241505, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:50:30 UTC (rev 241506)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.2
+pkgrel=18
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"ha

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:50:04
  Author: felixonmars
Revision: 241505

upgpkg: haskell-yesod-auth 1.4.17.2-18

rebuild with tls,1.3.11

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:45:29 UTC (rev 241504)
+++ PKGBUILD2017-06-28 18:50:04 UTC (rev 241505)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17.2
-pkgrel=17
+pkgrel=18
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


[arch-commits] Commit in hledger-web/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:45:29
  Author: felixonmars
Revision: 241504

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hledger-web/repos/community-staging-i686/
  hledger-web/repos/community-staging-i686/PKGBUILD
(from rev 241503, hledger-web/trunk/PKGBUILD)
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 241503, hledger-web/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-x86_64/PKGBUILD |   52 
 2 files changed, 104 insertions(+)

Copied: hledger-web/repos/community-staging-i686/PKGBUILD (from rev 241503, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:45:29 UTC (rev 241504)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.2
+pkgrel=14
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('e2ed222e59165d307a87fff9e9374017bfe2f80094deea03b041669db1d9087fb9bff50580f37121b94d1a62d79f2ef446566890687e78198f9ae5f9e7e6d9e4')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -f-oldtime -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 241503, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:45:29 UTC (rev 241504)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.2
+pkgrel=14
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('e2ed222e59165d307a87fff9e9374017bfe2f80094deea03b041669db1d9087fb9bff50580f37121b94d1a62d79f2ef446566890687e78198f9ae5f9e7e6d9e4')
+
+prepare() {

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:45:05
  Author: felixonmars
Revision: 241503

upgpkg: hledger-web 1.2-14

rebuild with tls,1.3.11

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:40:12 UTC (rev 241502)
+++ PKGBUILD2017-06-28 18:45:05 UTC (rev 241503)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


[arch-commits] Commit in haskell-aws/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:40:12
  Author: felixonmars
Revision: 241502

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-aws/repos/community-staging-i686/
  haskell-aws/repos/community-staging-i686/PKGBUILD
(from rev 241501, haskell-aws/trunk/PKGBUILD)
  haskell-aws/repos/community-staging-x86_64/
  haskell-aws/repos/community-staging-x86_64/PKGBUILD
(from rev 241501, haskell-aws/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   57 
 community-staging-x86_64/PKGBUILD |   57 
 2 files changed, 114 insertions(+)

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 241501, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:40:12 UTC (rev 241502)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=54
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-monad-control" "haskell-mtl" 
"haskell-network"
+ "haskell-old-locale" "haskell-resourcet" "haskell-safe" 
"haskell-scientific"
+ "haskell-tagged" "haskell-text" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+prepare() {
+sed -i 's/xml-conduit  >= 1.2 && <1.5/xml-conduit  >= 
1.2 \&\& <1.6/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 241501, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:40:12 UTC (rev 241502)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=54
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-monad-control" "haskell-mtl" 
"haskell-network"
+ "haskell-old-locale" "haskell-resourcet" "haskell-safe" 
"haskell-scientific"
+ "haskell-tagged" "haskell-text" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:39:46
  Author: felixonmars
Revision: 241501

upgpkg: haskell-aws 0.16-54

rebuild with tls,1.3.11

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:34:00 UTC (rev 241500)
+++ PKGBUILD2017-06-28 18:39:46 UTC (rev 241501)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.16
-pkgrel=53
+pkgrel=54
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws";
 license=("custom:BSD3")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:34:00
  Author: felixonmars
Revision: 241500

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
241499, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:34:00 UTC (rev 241500)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=99
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-monad-control" "haskell-network-uri" "haskell-resourcet"
+ "haskell-tagstream-conduit" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
241499, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:34:00 UTC (rev 241500)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=99
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-monad-control" "haskell-network-uri" "haskell-resourcet"
+ "haskell-tagstream-conduit" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*upda

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:33:34
  Author: felixonmars
Revision: 241499

upgpkg: haskell-authenticate 1.3.3.2-99

rebuild with tls,1.3.11

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:31:38 UTC (rev 241498)
+++ PKGBUILD2017-06-28 18:33:34 UTC (rev 241499)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=98
+pkgrel=99
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate";
 license=("MIT")


[arch-commits] Commit in haskell-http-conduit/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:31:38
  Author: felixonmars
Revision: 241498

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-http-conduit/repos/community-staging-i686/
  haskell-http-conduit/repos/community-staging-i686/PKGBUILD
(from rev 241497, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 241497, haskell-http-conduit/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
241497, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:31:38 UTC (rev 241498)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.1
+pkgrel=48
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('53ae16c601f980f323f2b24a32a776f9867b6b595e6e1929d440d1549715ca0e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
241497, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:31:38 UTC (rev 241498)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.1
+pkgrel=48
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('53ae16c601f980f323f2b24a32a776f9867b6b595e6e1929d440d1549715ca0e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/sh

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:31:17
  Author: felixonmars
Revision: 241497

upgpkg: haskell-http-conduit 2.2.3.1-48

rebuild with tls,1.3.11

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:29:29 UTC (rev 241496)
+++ PKGBUILD2017-06-28 18:31:17 UTC (rev 241497)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3.1
-pkgrel=47
+pkgrel=48
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit";
 license=("custom:BSD3")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:29:29
  Author: felixonmars
Revision: 241496

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 241495, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:29:29 UTC (rev 241496)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=121
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+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"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
241495, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:29:29 UTC (rev 241496)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=121
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:29:07
  Author: felixonmars
Revision: 241495

upgpkg: hopenpgp-tools 0.19.4-121

rebuild with tls,1.3.11

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:25:43 UTC (rev 241494)
+++ PKGBUILD2017-06-28 18:29:07 UTC (rev 241495)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=120
+pkgrel=121
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools";
 license=("AGPL3")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:25:23
  Author: felixonmars
Revision: 241493

upgpkg: haskell-dav 1.3.1-120

rebuild with tls,1.3.11

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:23:08 UTC (rev 241492)
+++ PKGBUILD2017-06-28 18:25:23 UTC (rev 241493)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=119
+pkgrel=120
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


[arch-commits] Commit in haskell-dav/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:25:43
  Author: felixonmars
Revision: 241494

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-dav/repos/community-staging-i686/
  haskell-dav/repos/community-staging-i686/PKGBUILD
(from rev 241493, haskell-dav/trunk/PKGBUILD)
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 241493, haskell-dav/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 241493, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:25:43 UTC (rev 241494)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=120
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 241493, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:25:43 UTC (rev 241494)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=120
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  

[arch-commits] Commit in haskell-http-client-tls/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:23:08
  Author: felixonmars
Revision: 241492

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 241491, haskell-http-client-tls/trunk/PKGBUILD)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 241491, haskell-http-client-tls/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
241491, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:23:08 UTC (rev 241492)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.5.1
+pkgrel=4
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('76e0a6081edb1658c62e3ba9ff0b0cbcddd657982755ac2de6676a3c688fad4255da9fa0ee80c2101d0e46320a2696d75cb845a17112d3795c0f4c8708611091')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 241491, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:23:08 UTC (rev 241492)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.5.1
+pkgrel=4
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('76e0a6081edb1658c62e3ba9ff0b0cbcddd657982755ac2de6676a3c688fad4255da9fa0ee80c2101d0e46320a2696d75cb845a17112d3795c0f4c8708611091')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'-

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:22:46
  Author: felixonmars
Revision: 241491

upgpkg: haskell-http-client-tls 0.3.5.1-4

rebuild with tls,1.3.11

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:21:05 UTC (rev 241490)
+++ PKGBUILD2017-06-28 18:22:46 UTC (rev 241491)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.3.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client";
 license=("MIT")


[arch-commits] Commit in haskell-connection/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:21:05
  Author: felixonmars
Revision: 241490

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-connection/repos/community-staging-i686/
  haskell-connection/repos/community-staging-i686/PKGBUILD
(from rev 241489, haskell-connection/trunk/PKGBUILD)
  haskell-connection/repos/community-staging-x86_64/
  haskell-connection/repos/community-staging-x86_64/PKGBUILD
(from rev 241489, haskell-connection/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-connection/repos/community-staging-i686/PKGBUILD (from rev 
241489, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:21:05 UTC (rev 241490)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.8
+pkgrel=15
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system"
+ "haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-connection/repos/community-staging-x86_64/PKGBUILD (from rev 
241489, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:21:05 UTC (rev 241490)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.8
+pkgrel=15
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system"
+ "haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:20:45
  Author: felixonmars
Revision: 241489

upgpkg: haskell-connection 0.2.8-15

rebuild with tls,1.3.11

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:19:46 UTC (rev 241488)
+++ PKGBUILD2017-06-28 18:20:45 UTC (rev 241489)
@@ -5,7 +5,7 @@
 _hkgname=connection
 pkgname=haskell-connection
 pkgver=0.2.8
-pkgrel=14
+pkgrel=15
 pkgdesc="Simple and easy network connections API"
 url="http://github.com/vincenthz/hs-connection";
 license=("custom:BSD3")
@@ -21,7 +21,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


[arch-commits] Commit in mongodb-tools/repos (8 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:19:46
  Author: felixonmars
Revision: 241488

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mongodb-tools/repos/community-i686/PKGBUILD
(from rev 241487, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-i686/disable-sslv3.patch
(from rev 241487, mongodb-tools/trunk/disable-sslv3.patch)
  mongodb-tools/repos/community-x86_64/PKGBUILD
(from rev 241487, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-x86_64/disable-sslv3.patch
(from rev 241487, mongodb-tools/trunk/disable-sslv3.patch)
Deleted:
  mongodb-tools/repos/community-i686/PKGBUILD
  mongodb-tools/repos/community-i686/disable-sslv3.patch
  mongodb-tools/repos/community-x86_64/PKGBUILD
  mongodb-tools/repos/community-x86_64/disable-sslv3.patch

--+
 /PKGBUILD|   76 +
 /disable-sslv3.patch |   26 +++
 community-i686/PKGBUILD  |   38 
 community-i686/disable-sslv3.patch   |   13 -
 community-x86_64/PKGBUILD|   38 
 community-x86_64/disable-sslv3.patch |   13 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-28 18:19:21 UTC (rev 241487)
+++ community-i686/PKGBUILD 2017-06-28 18:19:46 UTC (rev 241488)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=mongodb-tools
-pkgver=3.4.4
-pkgrel=1
-pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
-arch=('i686' 'x86_64')
-url="https://github.com/mongodb/mongo-tools";
-license=('Apache')
-depends=('libsasl' 'libpcap' 'openssl-1.0')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz";
-"disable-sslv3.patch")
-sha512sums=('d49243e41bf3144264add3766a6f7016a07509a583a7368a639d85d2305500dd5afcfbc4449f3dcc8bec6e88bfb76ce021c813fe14169e3bd2476ed0db7c2d5d'
-
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
-
-prepare() {
-  cd mongo-tools-r$pkgver
-  . ./set_gopath.sh
-  mkdir bin
-
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-}
-
-build() {
-  cd mongo-tools-r$pkgver
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
-go build -o bin/$i -tags "ssl sasl" $i/main/$i.go
-  done
-}
-
-package() {
-  cd mongo-tools-r$pkgver
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
-install -Dm755 bin/$i "$pkgdir/usr/bin/$i"
-  done
-}

Copied: mongodb-tools/repos/community-i686/PKGBUILD (from rev 241487, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-28 18:19:46 UTC (rev 241488)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongodb-tools
+pkgver=3.4.5
+pkgrel=1
+pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
+arch=('i686' 'x86_64')
+url="https://github.com/mongodb/mongo-tools";
+license=('Apache')
+depends=('libsasl' 'libpcap' 'openssl-1.0')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz";
+"disable-sslv3.patch")
+sha512sums=('7989c02c6ec6555812a760d3e8ff8ac4c5d1ad46f78ee65cea0207ea9ffacc7a4250509f6ad5c31b88425b2831572f73fa3c4c4084fa8eb9fba158abff4a15e4'
+
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
+
+prepare() {
+  cd mongo-tools-r$pkgver
+  . ./set_gopath.sh
+  mkdir bin
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+}
+
+build() {
+  cd mongo-tools-r$pkgver
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
+go build -o bin/$i -tags "ssl sasl" $i/main/$i.go
+  done
+}
+
+package() {
+  cd mongo-tools-r$pkgver
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
+install -Dm755 bin/$i "$pkgdir/usr/bin/$i"
+  done
+}

Deleted: community-i686/disable-sslv3.patch
===
--- community-i686/disable-sslv3.patch  2017-06-28 18:19:21 UTC (rev 241487)
+++ community-i686/disable-sslv3.patch  2017-06-28 18:19:46 UTC (rev 241488)
@@ -1,13 +0,0 @@
-diff --git i/vendor/src/github.com/spacemonkeygo/openssl/ctx.go 
w/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
-index 22d6dd1..25b0eec 100644
 i/vendor/src/github.com/spacemo

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:19:21
  Author: felixonmars
Revision: 241487

upgpkg: mongodb-tools 3.4.5-1

Modified:
  mongodb-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:16:53 UTC (rev 241486)
+++ PKGBUILD2017-06-28 18:19:21 UTC (rev 241487)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mongodb-tools
-pkgver=3.4.4
+pkgver=3.4.5
 pkgrel=1
 pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz";
 "disable-sslv3.patch")
-sha512sums=('d49243e41bf3144264add3766a6f7016a07509a583a7368a639d85d2305500dd5afcfbc4449f3dcc8bec6e88bfb76ce021c813fe14169e3bd2476ed0db7c2d5d'
+sha512sums=('7989c02c6ec6555812a760d3e8ff8ac4c5d1ad46f78ee65cea0207ea9ffacc7a4250509f6ad5c31b88425b2831572f73fa3c4c4084fa8eb9fba158abff4a15e4'
 
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
 
 prepare() {


[arch-commits] Commit in haskell-tls/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:16:29
  Author: felixonmars
Revision: 241476

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tls/repos/community-staging-i686/
  haskell-tls/repos/community-staging-i686/PKGBUILD
(from rev 241469, haskell-tls/trunk/PKGBUILD)
  haskell-tls/repos/community-staging-x86_64/
  haskell-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 241472, haskell-tls/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-tls/repos/community-staging-i686/PKGBUILD (from rev 241469, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:16:29 UTC (rev 241476)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.11
+pkgrel=1
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" 
"haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('719ca0be6acd658806be90d945f4d3e5b6f5b0e9b2017f05c6865bda7a6768f4bb1ec3bd687efe3ba21f513275c7f0d3c88a644f6eef1c7781d1d9118788af3b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tls/repos/community-staging-x86_64/PKGBUILD (from rev 241472, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:16:29 UTC (rev 241476)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.11
+pkgrel=1
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" 
"haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('719ca0be6acd658806be90d945f4d3e5b6f5b0e9b2017f05c6865bda7a6768f4bb1ec3bd687efe3ba21f513275c7f0d3c88a644f6eef1c7781d1d9118788af3b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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 "${src

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:16:08
  Author: felixonmars
Revision: 241469

upgpkg: haskell-tls 1.3.11-1

rebuild with tls,1.3.11

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:12:41 UTC (rev 241468)
+++ PKGBUILD2017-06-28 18:16:08 UTC (rev 241469)
@@ -4,8 +4,8 @@
 
 _hkgname=tls
 pkgname=haskell-tls
-pkgver=1.3.10
-pkgrel=15
+pkgver=1.3.11
+pkgrel=1
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls";
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
  "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('9f057d0f40dda5ce8d0f0e0f2a06087be8007c41462c6cab19774538c35e0171')
+sha512sums=('719ca0be6acd658806be90d945f4d3e5b6f5b0e9b2017f05c6865bda7a6768f4bb1ec3bd687efe3ba21f513275c7f0d3c88a644f6eef1c7781d1d9118788af3b')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,7 +21,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-hans -fnetwork -fcompat
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html


[arch-commits] Commit in xmonad-contrib/repos (8 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:11:53
  Author: felixonmars
Revision: 241465

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  xmonad-contrib/repos/community-staging-i686/
  
xmonad-contrib/repos/community-staging-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
(from rev 241464, 
xmonad-contrib/trunk/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch)
  xmonad-contrib/repos/community-staging-i686/PKGBUILD
(from rev 241464, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-staging-i686/x11.patch
(from rev 241464, xmonad-contrib/trunk/x11.patch)
  xmonad-contrib/repos/community-staging-x86_64/
  
xmonad-contrib/repos/community-staging-x86_64/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
(from rev 241464, 
xmonad-contrib/trunk/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch)
  xmonad-contrib/repos/community-staging-x86_64/PKGBUILD
(from rev 241464, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-staging-x86_64/x11.patch
(from rev 241464, xmonad-contrib/trunk/x11.patch)

-+
 community-staging-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   |   31 
+++
 community-staging-i686/PKGBUILD |   44 
++
 community-staging-i686/x11.patch|   12 
++
 community-staging-x86_64/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch |   31 
+++
 community-staging-x86_64/PKGBUILD   |   44 
++
 community-staging-x86_64/x11.patch  |   12 
++
 6 files changed, 174 insertions(+)

Copied: 
xmonad-contrib/repos/community-staging-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
 (from rev 241464, 
xmonad-contrib/trunk/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch)
===
--- community-staging-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   
(rev 0)
+++ community-staging-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   
2017-06-28 18:11:53 UTC (rev 241465)
@@ -0,0 +1,31 @@
+From 800ae670e2927128ea4fd0a3011a4a5b029e92ef Mon Sep 17 00:00:00 2001
+From: Daniel Wagner 
+Date: Tue, 15 Dec 2015 07:44:36 -0800
+Subject: [PATCH] use a record pattern to be robust against additions to the
+ X11 library
+
+---
+ XMonad/Util/DebugWindow.hs | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/XMonad/Util/DebugWindow.hs b/XMonad/Util/DebugWindow.hs
+index d4f5138..283297b 100644
+--- a/XMonad/Util/DebugWindow.hs
 b/XMonad/Util/DebugWindow.hs
+@@ -41,7 +41,15 @@ debugWindow w =  do
+   case w' of
+ Nothing   ->
+   return $ "(deleted window " ++ wx ++ ")"
+-Just (WindowAttributes x y wid ht bw m o) -> do
++Just (WindowAttributes
++  { wa_x = x
++  , wa_y = y
++  , wa_width = wid
++  , wa_height= ht
++  , wa_border_width  = bw
++  , wa_map_state = m
++  , wa_override_redirect = o
++  }) -> do
+   c' <- withDisplay $ \d ->
+ io (getWindowProperty8 d wM_CLASS w)
+   let c = case c' of

Copied: xmonad-contrib/repos/community-staging-i686/PKGBUILD (from rev 241464, 
xmonad-contrib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:11:53 UTC (rev 241465)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: orbisvicis 
+
+pkgname=xmonad-contrib
+pkgver=0.13
+pkgrel=3
+pkgdesc="Add-ons for xmonad"
+arch=('i686' 'x86_64')
+url="http://xmonad.org/";
+license=('BSD')
+depends=('ghc' 'xmonad' 'sh' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-random'
+ 'haskell-old-time')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz";)
+md5sums=('ccda8bbc3dd0c23ec98a1c6668716f59')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure -O --enable-shared 
--enable-executable-dynamic \
+ --prefix=/usr -fuse_xft --libsubdir=\$compiler/site-local/\$pkgid 
\
+ --docdir=/usr/share/doc/${pkgname}
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $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 

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:11:28
  Author: felixonmars
Revision: 241464

upgpkg: xmonad-contrib 0.13-3

rebuild with setlocale,1.0.0.5

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:06:23 UTC (rev 241463)
+++ PKGBUILD2017-06-28 18:11:28 UTC (rev 241464)
@@ -5,7 +5,7 @@
 
 pkgname=xmonad-contrib
 pkgver=0.13
-pkgrel=2
+pkgrel=3
 pkgdesc="Add-ons for xmonad"
 arch=('i686' 'x86_64')
 url="http://xmonad.org/";


[arch-commits] Commit in giac/repos (4 files)

2017-06-28 Thread Antonio Rojas
Date: Wednesday, June 28, 2017 @ 18:06:23
  Author: arojas
Revision: 241463

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  giac/repos/community-testing-i686/PKGBUILD
(from rev 241462, giac/trunk/PKGBUILD)
  giac/repos/community-testing-x86_64/PKGBUILD
(from rev 241462, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-testing-i686/PKGBUILD
  giac/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-testing-i686/PKGBUILD   |   44 --
 community-testing-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-06-28 18:03:56 UTC (rev 241462)
+++ community-testing-i686/PKGBUILD 2017-06-28 18:06:23 UTC (rev 241463)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-51
-pkgver=${_pkgver//-/.}
-pkgrel=2
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
-sha256sums=('375be3cb2b16073c7cbe492d47a3f6baea716df238c3e9ec8a11ef259b26edf0')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-testing-i686/PKGBUILD (from rev 241462, 
giac/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-28 18:06:23 UTC (rev 241463)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.3-55
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
+sha256sums=('bc0d1a6a90d75fa910d23b98a639eda68e48faa2005afae7d1032c912f57fb9d')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-06-28 18:03:56 UTC (rev 241462)
+++ community-testing-x86_64/PKGBUILD   2017-06-28 18:06:23 UTC (rev 241463)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-51
-pkgver=${_pkgver//-/.}
-pkgrel=2
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
-sha256sums=('375be3cb2b16073c7cbe492d47a3f6baea716df238c3e9ec8a11ef259b26edf0')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-testing-x86_64/PKGBUILD (from rev 241462, 
giac/trunk/PKGBUILD)
==

[arch-commits] Commit in xmonad/repos (12 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:03:56
  Author: felixonmars
Revision: 241462

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  xmonad/repos/community-staging-i686/
  
xmonad/repos/community-staging-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
(from rev 241461, 
xmonad/trunk/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch)
  xmonad/repos/community-staging-i686/PKGBUILD
(from rev 241461, xmonad/trunk/PKGBUILD)
  
xmonad/repos/community-staging-i686/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch
(from rev 241461, 
xmonad/trunk/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch)
  xmonad/repos/community-staging-i686/dynamic-compilation.patch
(from rev 241461, xmonad/trunk/dynamic-compilation.patch)
  xmonad/repos/community-staging-i686/xmonad.svg
(from rev 241461, xmonad/trunk/xmonad.svg)
  xmonad/repos/community-staging-x86_64/
  
xmonad/repos/community-staging-x86_64/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
(from rev 241461, 
xmonad/trunk/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch)
  xmonad/repos/community-staging-x86_64/PKGBUILD
(from rev 241461, xmonad/trunk/PKGBUILD)
  
xmonad/repos/community-staging-x86_64/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch
(from rev 241461, 
xmonad/trunk/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch)
  xmonad/repos/community-staging-x86_64/dynamic-compilation.patch
(from rev 241461, xmonad/trunk/dynamic-compilation.patch)
  xmonad/repos/community-staging-x86_64/xmonad.svg
(from rev 241461, xmonad/trunk/xmonad.svg)

-+
 community-staging-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch   |   79 

 community-staging-i686/PKGBUILD |   64 
+++
 community-staging-i686/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch   |  179 
++
 community-staging-i686/dynamic-compilation.patch|   11 
 community-staging-i686/xmonad.svg   |   77 

 community-staging-x86_64/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch |   79 

 community-staging-x86_64/PKGBUILD   |   64 
+++
 community-staging-x86_64/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch |  179 
++
 community-staging-x86_64/dynamic-compilation.patch  |   11 
 community-staging-x86_64/xmonad.svg |   77 

 10 files changed, 820 insertions(+)

Copied: 
xmonad/repos/community-staging-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
 (from rev 241461, xmonad/trunk/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch)
===
--- community-staging-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch   
(rev 0)
+++ community-staging-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch   
2017-06-28 18:03:56 UTC (rev 241462)
@@ -0,0 +1,79 @@
+From 202e239ea48d56882bb4ad226ad3a4042ebf12bd Mon Sep 17 00:00:00 2001
+From: Peter Jones 
+Date: Tue, 22 Nov 2016 18:46:28 -0700
+Subject: [PATCH] Refactor xmonad/xmonad#9 and remove explicit exception
+ handling
+
+---
+ src/XMonad/Operations.hs | 23 +--
+ xmonad.cabal |  2 +-
+ 2 files changed, 22 insertions(+), 3 deletions(-)
+
+diff --git a/src/XMonad/Operations.hs b/src/XMonad/Operations.hs
+index 153b5a2..cd33974 100644
+--- a/src/XMonad/Operations.hs
 b/src/XMonad/Operations.hs
+@@ -34,6 +34,7 @@ import Control.Monad.Reader
+ import Control.Monad.State
+ import qualified Control.Exception.Extensible as C
+ 
++import System.IO
+ import System.Posix.Process (executeFile)
+ import Graphics.X11.Xlib
+ import Graphics.X11.Xinerama (getScreenInfo)
+@@ -111,7 +112,10 @@ windows f = do
+ 
+ mapM_ setInitialProperties newwindows
+ 
+-whenJust (W.peek old) $ \otherw -> io $ setWindowBorder d otherw nbc
++whenJust (W.peek old) $ \otherw -> do
++  nbs <- asks (normalBorderColor . config)
++  setWindowBorderWithFallback d otherw nbs nbc
++
+ modify (\s -> s { windowset = ws })
+ 
+ -- notify non visibility
+@@ -151,7 +155,9 @@ windows f = do
+ 
+ mapM_ (uncurry tileWindow) rects
+ 
+-whenJust (W.peek ws) $ \w -> io $ setWindowBorder d w fbc
++whenJust (W.peek ws) $ \w -> do
++  fbs <- asks (focusedBorderColor . config)
++  setWindowBorderWithFallback d w fbs fbc
+ 
+ mapM_ reveal visible
+ setTopFocus
+@@ -181,6 +187,19 @@ setWMState w v = withDisplay $ \dpy -> do
+ a <- atom_WM_STATE
+ io $ changeProperty32 dpy w a a propModeReplace [fromIntegral v, 
fromIntegral none]
+ 
++-- | Set the border color using the window's color map, if possible,
++-- otherwise use fallback.
++setWindowBorderWithFallback :: Display -> Window -> String -> Pixel -> X ()
++setWindowBorderWithFallback dpy w color basic = io $
++C.handle fallback $ do
++  wa 

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:03:18
  Author: felixonmars
Revision: 241461

upgpkg: xmonad 0.13-4

rebuild with setlocale,1.0.0.5

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:01:36 UTC (rev 241460)
+++ PKGBUILD2017-06-28 18:03:18 UTC (rev 241461)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad
 pkgver=0.13
-pkgrel=3
+pkgrel=4
 pkgdesc="Lightweight X11 tiled window manager written in Haskell"
 arch=('i686' 'x86_64')
 url="http://xmonad.org/";
@@ -34,7 +34,7 @@
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" 
\
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
   runhaskell Setup build
   runhaskell Setup haddock
   runhaskell Setup register --gen-script


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

2017-06-28 Thread Antonio Rojas
Date: Wednesday, June 28, 2017 @ 18:01:36
  Author: arojas
Revision: 241460

Update to 1.2.3.55

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:01:26 UTC (rev 241459)
+++ PKGBUILD2017-06-28 18:01:36 UTC (rev 241460)
@@ -3,9 +3,9 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.2.3-51
+_pkgver=1.2.3-55
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
 pkgdesc="A free computer algebra system"
 arch=(i686 x86_64)
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
@@ -12,7 +12,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
-sha256sums=('375be3cb2b16073c7cbe492d47a3f6baea716df238c3e9ec8a11ef259b26edf0')
+sha256sums=('bc0d1a6a90d75fa910d23b98a639eda68e48faa2005afae7d1032c912f57fb9d')
 
 build() {
   cd $pkgbase-${pkgver%.*}


[arch-commits] Commit in haskell-setlocale/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:01:26
  Author: felixonmars
Revision: 241459

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-setlocale/repos/community-staging-i686/
  haskell-setlocale/repos/community-staging-i686/PKGBUILD
(from rev 241458, haskell-setlocale/trunk/PKGBUILD)
  haskell-setlocale/repos/community-staging-x86_64/
  haskell-setlocale/repos/community-staging-x86_64/PKGBUILD
(from rev 241458, haskell-setlocale/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: haskell-setlocale/repos/community-staging-i686/PKGBUILD (from rev 
241458, haskell-setlocale/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 18:01:26 UTC (rev 241459)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Øyvind 'Mr.Elendig' Heggstad 
+
+pkgname=haskell-setlocale
+_hkgname=setlocale
+pkgver=1.0.0.5
+pkgrel=1
+pkgdesc="Haskell bindings to setlocale"
+url="https://hackage.haskell.org/package/setlocale";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/setlocale/${pkgver}/setlocale-${pkgver}.tar.gz)
+sha512sums=('4fd9b89461b19991c6f26a5cb7dac1fe317677b7499b45483d069196ba4359b21f4cddb3ef26a3eae2ff9fc1bf8f304a42b8bbb3c95aa915903941c1c4c128dd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-setlocale/repos/community-staging-x86_64/PKGBUILD (from rev 
241458, haskell-setlocale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 18:01:26 UTC (rev 241459)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Øyvind 'Mr.Elendig' Heggstad 
+
+pkgname=haskell-setlocale
+_hkgname=setlocale
+pkgver=1.0.0.5
+pkgrel=1
+pkgdesc="Haskell bindings to setlocale"
+url="https://hackage.haskell.org/package/setlocale";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/setlocale/${pkgver}/setlocale-${pkgver}.tar.gz)
+sha512sums=('4fd9b89461b19991c6f26a5cb7dac1fe317677b7499b45483d069196ba4359b21f4cddb3ef26a3eae2ff9fc1bf8f304a42b8bbb3c95aa915903941c1c4c128dd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/d

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:01:05
  Author: felixonmars
Revision: 241458

upgpkg: haskell-setlocale 1.0.0.5-1

rebuild with setlocale,1.0.0.5

Modified:
  haskell-setlocale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 17:58:47 UTC (rev 241457)
+++ PKGBUILD2017-06-28 18:01:05 UTC (rev 241458)
@@ -3,8 +3,8 @@
 
 pkgname=haskell-setlocale
 _hkgname=setlocale
-pkgver=1.0.0.4
-pkgrel=2
+pkgver=1.0.0.5
+pkgrel=1
 pkgdesc="Haskell bindings to setlocale"
 url="https://hackage.haskell.org/package/setlocale";
 license=('custom:BSD3')
@@ -11,18 +11,14 @@
 arch=('i686' 'x86_64')
 depends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/setlocale/${pkgver}/setlocale-${pkgver}.tar.gz)
-md5sums=('eb5d3901ea030da7791f84ce8c032594')
+sha512sums=('4fd9b89461b19991c6f26a5cb7dac1fe317677b7499b45483d069196ba4359b21f4cddb3ef26a3eae2ff9fc1bf8f304a42b8bbb3c95aa915903941c1c4c128dd')
 
-prepare() {
-sed -i 's/base >=4.6 && <4.9/base >=4.6 \&\& <4.10/' 
setlocale-${pkgver}/setlocale.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 17:56:46
  Author: felixonmars
Revision: 241426

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 241425, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-i686/quickcheck-2.10.patch
(from rev 241425, git-annex/trunk/quickcheck-2.10.patch)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 241425, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/quickcheck-2.10.patch
(from rev 241425, git-annex/trunk/quickcheck-2.10.patch)

+
 community-staging-i686/PKGBUILD|   60 ++
 community-staging-i686/quickcheck-2.10.patch   |   75 +++
 community-staging-x86_64/PKGBUILD  |   60 ++
 community-staging-x86_64/quickcheck-2.10.patch |   75 +++
 4 files changed, 270 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 241425, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 17:56:46 UTC (rev 241426)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170520
+pkgrel=17
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc' "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive" 
"haskell-clientsession"
+ "haskell-concurrent-output" "haskell-conduit" "haskell-crypto-api" 
"haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-ifelse" "haskell-magic" "haskell-memory" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mountpoints" "haskell-mtl" 
"haskell-network"
+ "haskell-network-info" "haskell-network-multicast" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";
+quickcheck-2.10.patch)
+sha512sums=('SKIP'
+
'a987bb49072fa27bdbb061bffa9174e75c1e7cfa1e139945465262557c1bd31832373e2684d9ff83b682dcb6b5cfdf2f40e86a8cedf118fb768f9c5827318f4c')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../quickcheck-2.10.patch
+}
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-misc
+
+  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-i686/quickcheck-2.10.patch (from rev 
241425, git-annex/trunk/quickcheck-2.10.patch)
===
--- community-staging-i686/quickcheck-2.10.patch
(rev 0)
+++ community-staging-i686/quickcheck-2.10.patch2017-06-28 17:56:46 UTC 
(rev 241426)
@@ -0,0 +1,75 @@
+From 75cecbbe3fdafdb6652e95ac17cd755c28e67f20 Mon Sep 17 00:00:00 2001
+From: Joey Hess 
+Da

[arch-commits] Commit in git-annex/trunk (PKGBUILD quickcheck-2.10.patch)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 17:56:26
  Author: felixonmars
Revision: 241425

upgpkg: git-annex 6.20170520-17

rebuild with QuickCheck,2.10.0.1

Added:
  git-annex/trunk/quickcheck-2.10.patch
Modified:
  git-annex/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++--
 quickcheck-2.10.patch |   75 
 2 files changed, 85 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 17:46:12 UTC (rev 241424)
+++ PKGBUILD2017-06-28 17:56:26 UTC (rev 241425)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170520
-pkgrel=16
+pkgrel=17
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")
@@ -30,9 +30,16 @@
  "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
  "haskell-yesod-form" "haskell-yesod-static")
 makedepends=("chrpath")
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
-sha512sums=('SKIP')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";
+quickcheck-2.10.patch)
+sha512sums=('SKIP'
+
'a987bb49072fa27bdbb061bffa9174e75c1e7cfa1e139945465262557c1bd31832373e2684d9ff83b682dcb6b5cfdf2f40e86a8cedf118fb768f9c5827318f4c')
 
+prepare() {
+  cd git-annex
+  patch -p1 -i ../quickcheck-2.10.patch
+}
+
 build() {
   cd git-annex
   

Added: quickcheck-2.10.patch
===
--- quickcheck-2.10.patch   (rev 0)
+++ quickcheck-2.10.patch   2017-06-28 17:56:26 UTC (rev 241425)
@@ -0,0 +1,75 @@
+From 75cecbbe3fdafdb6652e95ac17cd755c28e67f20 Mon Sep 17 00:00:00 2001
+From: Joey Hess 
+Date: Sat, 17 Jun 2017 13:04:48 -0400
+Subject: [PATCH] Fix build with QuickCheck 2.10.
+
+QuickCheck added an Arbitrary instance for CTime aka EpochTime. However,
+while git-annex's instance disallowed times before the epoch, QuickCheck's
+does not. So, rather than using its instance, convert from an Integer.
+
+This commit was sponsored by Thomas Hochstein on Patreon.
+---
+ CHANGELOG | 6 ++
+ Key.hs| 2 +-
+ Utility/InodeCache.hs | 3 ++-
+ Utility/QuickCheck.hs | 3 ---
+ 4 files changed, 9 insertions(+), 5 deletions(-)
+
+diff --git a/CHANGELOG b/CHANGELOG
+index 1d8f45c..9dbb235 100644
+--- a/CHANGELOG
 b/CHANGELOG
+@@ -1,3 +1,9 @@
++git-annex (6.20170521) UNRELEASED; urgency=medium
++
++  * Fix build with QuickCheck 2.10.
++
++ -- Joey Hess   Sat, 17 Jun 2017 13:02:24 -0400
++
+ git-annex (6.20170520) unstable; urgency=medium
+ 
+   * move --to=here moves from all reachable remotes to the local repository.
+diff --git a/Key.hs b/Key.hs
+index 8672c82..44e9ace 100644
+--- a/Key.hs
 b/Key.hs
+@@ -147,7 +147,7 @@ instance Arbitrary Key where
+   <$> (listOf1 $ elements $ ['A'..'Z'] ++ ['a'..'z'] ++ 
['0'..'9'] ++ "-_\r\n \t")
+   <*> (parseKeyVariety <$> (listOf1 $ elements ['A'..'Z'])) -- 
BACKEND
+   <*> ((abs <$>) <$> arbitrary) -- size cannot be negative
+-  <*> arbitrary
++  <*> ((abs . fromInteger <$>) <$> arbitrary) -- mtime cannot be 
negative
+   <*> ((abs <$>) <$> arbitrary) -- chunksize cannot be negative
+   <*> ((succ . abs <$>) <$> arbitrary) -- chunknum cannot be 0 or 
negative
+ 
+diff --git a/Utility/InodeCache.hs b/Utility/InodeCache.hs
+index e91771a..7e2d999 100644
+--- a/Utility/InodeCache.hs
 b/Utility/InodeCache.hs
+@@ -210,7 +210,8 @@ instance Arbitrary InodeCache where
+   let prim = InodeCachePrim
+   <$> arbitrary
+   <*> arbitrary
+-  <*> arbitrary
++  -- timestamp cannot be negative
++  <*> (abs . fromInteger <$> arbitrary)
+   in InodeCache <$> prim
+ 
+ #ifdef mingw32_HOST_OS
+diff --git a/Utility/QuickCheck.hs b/Utility/QuickCheck.hs
+index 0181ea9..e89d103 100644
+--- a/Utility/QuickCheck.hs
 b/Utility/QuickCheck.hs
+@@ -35,9 +35,6 @@ instance (Arbitrary v, Ord v) => Arbitrary (S.Set v) where
+ instance Arbitrary POSIXTime where
+   arbitrary = fromInteger <$> nonNegative arbitrarySizedIntegral
+ 
+-instance Arbitrary EpochTime where
+-  arbitrary = fromInteger <$> nonNegative arbitrarySizedIntegral
+-
+ {- Pids are never negative, or 0. -}
+ instance Arbitrary ProcessID where
+   arbitrary = arbitrarySizedBoundedIntegral `suchThat` (> 0)
+-- 
+2.8.0.rc3
+


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

2017-06-28 Thread Sven-Hendrik Haase
Date: Wednesday, June 28, 2017 @ 17:46:12
  Author: svenstaro
Revision: 241424

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 241423, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 241423, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 241423, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 241423, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 241423, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 241423, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 241423, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 241423, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 241423, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 241423, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 241423, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 241423, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 241423, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 241423, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 241423, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 241423, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 241423, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
  gitlab/repos/community-x86_64/nginx.conf.example

+
 PKGBUILD   |  420 +--
 apache-ssl.conf.example|  188 +--
 apache.conf.example|  128 ++---
 apache2.2-ssl.conf.example |  186 +--
 apache2.2.conf.example |  126 ++--
 gitlab-backup.service  |   38 +--
 gitlab-backup.timer|   20 +-
 gitlab-mailroom.service|   40 ++--
 gitlab-sidekiq.service |   58 ++---
 gitlab-unicorn.service |   58 ++---
 gitlab.install |   40 ++--
 gitlab.logrotate   |   22 +-
 gitlab.target  |   28 +-
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +++
 nginx-ssl.conf.example |  224 +++---
 nginx.conf.example |  138 +++---
 17 files changed, 893 insertions(+), 893 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-28 17:45:58 UTC (rev 241423)
+++ PKGBUILD2017-06-28 17:46:12 UTC (rev 241424)
@@ -1,210 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=9.3.1
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
-license=('MIT')
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'openssh' 
'redis' 'libxslt' 'icu' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/l

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

2017-06-28 Thread Sven-Hendrik Haase
Date: Wednesday, June 28, 2017 @ 17:45:58
  Author: svenstaro
Revision: 241423

upgpkg: gitlab 9.3.2-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 17:37:35 UTC (rev 241422)
+++ PKGBUILD2017-06-28 17:45:58 UTC (rev 241423)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=9.3.1
+pkgver=9.3.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -41,7 +41,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha512sums=('17a77062b1e8cd6f61f41ca13422691aa8418bcc0077925471905c67e01ab27fca4aee87e16520292b2a3b662eb4f6b6da312e8da802e65c4f663add254173b2'
+sha512sums=('db10a0a1333717eb02679e7c8072b3b647fe8fcdf6119000e0542f103ef0feaadddc3f5f3d374657d9261d448789c2e3babd67a550866fde4e1fd30ea1d1c006'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
 
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'


[arch-commits] Commit in awesome-terminal-fonts/repos/community-any (2 files)

2017-06-28 Thread Christian Rebischke
Date: Wednesday, June 28, 2017 @ 17:37:35
  Author: shibumi
Revision: 241422

archrelease: copy trunk to community-any

Added:
  awesome-terminal-fonts/repos/community-any/PKGBUILD
(from rev 241421, awesome-terminal-fonts/trunk/PKGBUILD)
Deleted:
  awesome-terminal-fonts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-28 17:37:27 UTC (rev 241421)
+++ PKGBUILD2017-06-28 17:37:35 UTC (rev 241422)
@@ -1,27 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=awesome-terminal-fonts
-pkgname="${_pkgname}"
-pkgver=1.0.0
-pkgrel=6
-pkgdesc="fonts/icons for powerlines"
-arch=('any')
-url="https://github.com/gabrielelana/awesome-terminal-fonts";
-license=('MIT')
-depends=('fontconfig')
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/gabrielelana/awesome-terminal-fonts/archive/v${pkgver}.tar.gz";)
-sha512sums=('ec3a7dde0b2421fe3af8a793ca24d839e5db57193e2ac3287501621e3504b7ff8d9da17688ab7fd0e7577d28a1cfb8eead110d0d80a721461450ae4cd54a8f58')
-
-
-package() {
-  install -d "${pkgdir}/usr/share/fonts/${_pkgname}"
-  install -d "${pkgdir}/etc/fonts/conf.avail"
-  install -Dm 0644 "${srcdir}/${_pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
-  install -Dm 0644 "${srcdir}/${_pkgname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${_pkgname}/README.md"
-  cd "${srcdir}/${_pkgname}-${pkgver}/build"
-  install -m 0644 * "${pkgdir}/usr/share/fonts/${_pkgname}/"
-  install -m 0644 "${srcdir}/${_pkgname}-${pkgver}/config/10-symbols.conf" 
"${pkgdir}/etc/fonts/conf.avail"
-  mkdir -p "${pkgdir}/etc/fonts/conf.d"
-  ln -s "/etc/fonts/conf.avail/10-symbols.conf" 
"${pkgdir}/etc/fonts/conf.d/10-symbols.conf"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: awesome-terminal-fonts/repos/community-any/PKGBUILD (from rev 241421, 
awesome-terminal-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-28 17:37:35 UTC (rev 241422)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Rebischke 
+_pkgname=awesome-terminal-fonts
+pkgname="${_pkgname}"
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="fonts/icons for powerlines"
+arch=('any')
+url="https://github.com/gabrielelana/awesome-terminal-fonts";
+license=('MIT')
+depends=('fontconfig')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/gabrielelana/awesome-terminal-fonts/archive/v${pkgver}.tar.gz";)
+sha512sums=('9c4d611d081a0deb8bb2a1779278e12be1ff3a570b05db94a4dfb91d4816f2aa6f6db305dfc19f75a645e661d6c3da5254a97d2225fe951db6dc2453940bdfa3')
+
+
+package() {
+  install -d "${pkgdir}/usr/share/fonts/${_pkgname}"
+  install -d "${pkgdir}/etc/fonts/conf.avail"
+  install -Dm 0644 "${srcdir}/${_pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
+  install -Dm 0644 "${srcdir}/${_pkgname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${_pkgname}/README.md"
+  cd "${srcdir}/${_pkgname}-${pkgver}/build"
+  install -m 0644 * "${pkgdir}/usr/share/fonts/${_pkgname}/"
+  install -m 0644 "${srcdir}/${_pkgname}-${pkgver}/config/10-symbols.conf" 
"${pkgdir}/etc/fonts/conf.avail"
+  mkdir -p "${pkgdir}/etc/fonts/conf.d"
+  ln -s "/etc/fonts/conf.avail/10-symbols.conf" 
"${pkgdir}/etc/fonts/conf.d/10-symbols.conf"
+}
+
+# vim:set et sw=2 ts=2 tw=79:


[arch-commits] Commit in awesome-terminal-fonts/trunk (PKGBUILD)

2017-06-28 Thread Christian Rebischke
Date: Wednesday, June 28, 2017 @ 17:37:27
  Author: shibumi
Revision: 241421

upgpkg: awesome-terminal-fonts 1.1.0-1

Modified:
  awesome-terminal-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 17:18:20 UTC (rev 241420)
+++ PKGBUILD2017-06-28 17:37:27 UTC (rev 241421)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 _pkgname=awesome-terminal-fonts
 pkgname="${_pkgname}"
-pkgver=1.0.0
-pkgrel=6
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="fonts/icons for powerlines"
 arch=('any')
 url="https://github.com/gabrielelana/awesome-terminal-fonts";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('fontconfig')
 
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/gabrielelana/awesome-terminal-fonts/archive/v${pkgver}.tar.gz";)
-sha512sums=('ec3a7dde0b2421fe3af8a793ca24d839e5db57193e2ac3287501621e3504b7ff8d9da17688ab7fd0e7577d28a1cfb8eead110d0d80a721461450ae4cd54a8f58')
+sha512sums=('9c4d611d081a0deb8bb2a1779278e12be1ff3a570b05db94a4dfb91d4816f2aa6f6db305dfc19f75a645e661d6c3da5254a97d2225fe951db6dc2453940bdfa3')
 
 
 package() {


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

2017-06-28 Thread Jelle van der Waa
Date: Wednesday, June 28, 2017 @ 17:18:20
  Author: jelle
Revision: 241420

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-28 17:18:12 UTC (rev 241419)
+++ PKGBUILD2017-06-28 17:18:20 UTC (rev 241420)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina 
-
-pkgbase=python-mechanize
-pkgname=python2-mechanize
-pkgver=0.3.4
-pkgrel=1
-epoch=1
-pkgdesc='Stateful programmatic web browsing in Python'
-arch=('any')
-url="https://github.com/python-mechanize/mechanize";
-license=('BSD')
-depends=('python2' 'python2-html5lib')
-makedepends=('python2-distribute')
-source=("https://github.com/python-mechanize/mechanize/archive/v$pkgver.tar.gz";)
-sha256sums=('225f5abdd4b0204d544374aed16ed27db504e2d7f0cb0f0c25b9edae991e5f28')
-
-package_python2-mechanize() {
-  cd "mechanize-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-check() {
-  cd "mechanize-$pkgver"
-  python2 run_tests.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 241419, 
python-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-28 17:18:20 UTC (rev 241420)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina 
+
+_pkgname=mechanize
+pkgbase=python-mechanize
+pkgname=python2-mechanize
+pkgver=0.3.5
+pkgrel=1
+epoch=1
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url="https://github.com/python-mechanize/mechanize";
+license=('BSD')
+depends=('python2' 'python2-html5lib')
+makedepends=('python2-distribute')
+checkdepends=('python2-zope-interface' 'python2-twisted')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('d4f999b5a3028c900cb0e6ad3c996c73e3c69a664e6575493258104fa84d7166'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
+
+package_python2-mechanize() {
+  cd "mechanize-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+check() {
+  cd "mechanize-$pkgver"
+  python2 run_tests.py
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-06-28 Thread Jelle van der Waa
Date: Wednesday, June 28, 2017 @ 17:18:12
  Author: jelle
Revision: 241419

upgpkg: python-mechanize 1:0.3.5-1

Modified:
  python-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 16:45:42 UTC (rev 241418)
+++ PKGBUILD2017-06-28 17:18:12 UTC (rev 241419)
@@ -4,9 +4,10 @@
 # Contributor: Douglas Soares de Andrade
 # Contributor: Roberto Alsina 
 
+_pkgname=mechanize
 pkgbase=python-mechanize
 pkgname=python2-mechanize
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 epoch=1
 pkgdesc='Stateful programmatic web browsing in Python'
@@ -15,8 +16,11 @@
 license=('BSD')
 depends=('python2' 'python2-html5lib')
 makedepends=('python2-distribute')
-source=("https://github.com/python-mechanize/mechanize/archive/v$pkgver.tar.gz";)
-sha256sums=('225f5abdd4b0204d544374aed16ed27db504e2d7f0cb0f0c25b9edae991e5f28')
+checkdepends=('python2-zope-interface' 'python2-twisted')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('d4f999b5a3028c900cb0e6ad3c996c73e3c69a664e6575493258104fa84d7166'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 
 package_python2-mechanize() {
   cd "mechanize-$pkgver"


[arch-commits] Commit in haskell-tasty-quickcheck/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 16:45:42
  Author: felixonmars
Revision: 241418

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tasty-quickcheck/repos/community-staging-i686/
  haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD
(from rev 241417, haskell-tasty-quickcheck/trunk/PKGBUILD)
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 241417, haskell-tasty-quickcheck/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD (from 
rev 241417, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 16:45:42 UTC (rev 241418)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-random" "haskell-tagged" 
"haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 241417, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 16:45:42 UTC (rev 241418)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-random" "haskell-tagged" 
"haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pk

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 16:45:21
  Author: felixonmars
Revision: 241417

upgpkg: haskell-tasty-quickcheck 0.9.1-2

rebuild with QuickCheck,2.10.0.1

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 16:44:04 UTC (rev 241416)
+++ PKGBUILD2017-06-28 16:45:21 UTC (rev 241417)
@@ -5,7 +5,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty";
 license=("MIT")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 16:44:04
  Author: felixonmars
Revision: 241416

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: hledger-api/repos/community-staging-i686/PKGBUILD (from rev 241415, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 16:44:04 UTC (rev 241416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.2
+pkgrel=3
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-aeson" 
"haskell-decimal" "haskell-docopt"
+ "haskell-either" "haskell-microlens" "haskell-microlens-platform" 
"haskell-safe"
+ "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" 
"haskell-text"
+ "haskell-wai" "haskell-wai-extra" "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('09e76fbfbd036738ac456a9dc3d5844dd5d87eb52df42cb18691273265148ed00acf382fece80eb637e59afc1eca5b76e27bcc70781a67209eabc58c9bab7cf4')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--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"
+}

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 241415, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 16:44:04 UTC (rev 241416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.2
+pkgrel=3
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-aeson" 
"haskell-decimal" "haskell-docopt"
+ "haskell-either" "haskell-microlens" "haskell-microlens-platform" 
"haskell-safe"
+ "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" 
"haskell-text"
+ "haskell-wai" "haskell-wai-extra" "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('09e76fbfbd036738ac456a9dc3d5844dd5d87eb52df42cb18691273265148ed00acf382fece80eb637e59afc1eca5b76e27bcc70781a67209eabc58c9bab7cf4')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--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)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 16:43:36
  Author: felixonmars
Revision: 241415

upgpkg: hledger-api 1.2-3

rebuild with QuickCheck,2.10.0.1

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 16:40:56 UTC (rev 241414)
+++ PKGBUILD2017-06-28 16:43:36 UTC (rev 241415)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 16:40:56
  Author: felixonmars
Revision: 241414

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: haskell-servant-swagger/repos/community-staging-i686/PKGBUILD (from rev 
241413, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 16:40:56 UTC (rev 241414)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.3
+pkgrel=3
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-http-media" 
"haskell-insert-ordered-containers"
+ "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text"
+ "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f3a6f3f399a3cd41953135c5207f8762904b28d8d0b53f8eac40dac59abec341')
+
+prepare() {
+sed -i 's/, http-media>=0.6.3&& <0.7/, http-media  
  >=0.6.3\&\& <0.8/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 241413, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 16:40:56 UTC (rev 241414)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.3
+pkgrel=3
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-http-media" 
"haskell-insert-ordered-containers"
+ "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text"
+ "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f3a6f3f399a3cd41953135c5207f8762904b28d8d0b53f8eac40dac59abec341')
+
+prepare() {
+sed -i 's/, http-media>=0.6.3&& <0.7/, http-media  
  >=0.6.3\&\& <0.8/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+  

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 16:40:28
  Author: felixonmars
Revision: 241413

upgpkg: haskell-servant-swagger 1.1.3-3

rebuild with QuickCheck,2.10.0.1

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 16:38:05 UTC (rev 241412)
+++ PKGBUILD2017-06-28 16:40:28 UTC (rev 241413)
@@ -5,7 +5,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger";
 license=("custom:BSD3")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 16:38:05
  Author: felixonmars
Revision: 241412

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 241411, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 241411, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 241411, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 241411, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   80 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   80 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 168 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 241411, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 16:38:05 UTC (rev 241412)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.4.0
+pkgrel=95
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" "haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" "haskell-http-types" 
"haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz";
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch";)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+sed -i 's/PathException/InvalidPathException/' src/System/Process/Read.hs
+sed -i 's/, errors < 2.2/, errors < 2.3/' stack.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install 

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 16:37:45
  Author: felixonmars
Revision: 241411

upgpkg: stack 1.4.0-95

rebuild with QuickCheck,2.10.0.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 16:28:28 UTC (rev 241410)
+++ PKGBUILD2017-06-28 16:37:45 UTC (rev 241411)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.4.0
-pkgrel=94
+pkgrel=95
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-store/repos (4 files)

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 16:11:52
  Author: felixonmars
Revision: 241389

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-store/repos/community-staging-i686/
  haskell-store/repos/community-staging-i686/PKGBUILD
(from rev 241388, haskell-store/trunk/PKGBUILD)
  haskell-store/repos/community-staging-x86_64/
  haskell-store/repos/community-staging-x86_64/PKGBUILD
(from rev 241388, haskell-store/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: haskell-store/repos/community-staging-i686/PKGBUILD (from rev 241388, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 16:11:52 UTC (rev 241389)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.3.1
+pkgrel=22
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('fde163ef8ccc6a71c4db07681235be7dcebc5f37e2a222b194f1c34fdeef0fb9814383af56ded876a59bcb53bf2126b04a0272db1b05f28d093851cbc56a9f35')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-comparison-bench -f-small-bench
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 241388, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 16:11:52 UTC (rev 241389)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.3.1
+pkgrel=22
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver

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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 16:11:32
  Author: felixonmars
Revision: 241388

upgpkg: haskell-store 0.4.3.1-22

rebuild with QuickCheck,2.10.0.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 16:01:44 UTC (rev 241387)
+++ PKGBUILD2017-06-28 16:11:32 UTC (rev 241388)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.3.1
-pkgrel=21
+pkgrel=22
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store";
 license=('custom:BSD3')


  1   2   >