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

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:53:11
  Author: felixonmars
Revision: 529490

upgpkg: python-pytest 5.2.4-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-16 07:49:08 UTC (rev 529489)
+++ PKGBUILD2019-11-16 07:53:11 UTC (rev 529490)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.2.3
+pkgver=5.2.4
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('1b87a626e8aea25015bdc8847b6db25a509572efa4989a00de9d3380f05bc59f7222aae97efcfd175ddfc0324d0866ce24f723d9b3cd7041a93233e16fb8243a')
+sha512sums=('e50ff4a136535796795498049be84f5319247d69a046147f9a18decd193d27f2060b09031c4decd6d4d0c9f39800d17fe0c711cb450ce86ce33c486388dc025b')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:53:25
  Author: felixonmars
Revision: 529491

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-16 07:53:11 UTC (rev 529490)
+++ PKGBUILD2019-11-16 07:53:25 UTC (rev 529491)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgname=python-pytest
-pkgver=5.2.3
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="https://pytest.org/;
-depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
- 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
-makedepends=('python-setuptools-scm')
-checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
-  'python-argcomplete' 'python-xmlschema'
-  # Unlisted, but actually used. Check again after a while:
-  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
-  'python-jinja' 'python-pexpect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('1b87a626e8aea25015bdc8847b6db25a509572efa4989a00de9d3380f05bc59f7222aae97efcfd175ddfc0324d0866ce24f723d9b3cd7041a93233e16fb8243a')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  # Ignore warnings that break test
-  sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pdb.py
-}
-
-build() {
-  cd pytest-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
-
-  cd pytest-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
-}
-
-package() {
-  cd pytest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 529490, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-16 07:53:25 UTC (rev 529491)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgname=python-pytest
+pkgver=5.2.4
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="https://pytest.org/;
+depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
+ 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
+makedepends=('python-setuptools-scm')
+checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
+  'python-argcomplete' 'python-xmlschema'
+  # Unlisted, but actually used. Check again after a while:
+  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
+  'python-jinja' 'python-pexpect')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('e50ff4a136535796795498049be84f5319247d69a046147f9a18decd193d27f2060b09031c4decd6d4d0c9f39800d17fe0c711cb450ce86ce33c486388dc025b')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  # Ignore warnings that break test
+  sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pdb.py
+}
+
+build() {
+  cd pytest-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
+
+  cd pytest-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
+}
+
+package() {
+  cd pytest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:47:12
  Author: felixonmars
Revision: 529487

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:46:58
  Author: felixonmars
Revision: 529486

upgpkg: postgrest 6.0.0-50

rebuild with wai-middleware-static 0.8.3

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-16 07:46:08 UTC (rev 529485)
+++ PKGBUILD2019-11-16 07:46:58 UTC (rev 529486)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.0
-pkgrel=49
+pkgrel=50
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:46:08
  Author: felixonmars
Revision: 529485

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-16 07:45:54 UTC (rev 529484)
+++ PKGBUILD2019-11-16 07:46:08 UTC (rev 529485)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-testfixtures
-pkgver=6.10.1
-pkgrel=3
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures;
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
-  'python-pytest-django' 'python-django' 'python-twisted')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('202ffe1a83037a8cb48de191346e04a63c20d0bf0bcfc6a6a4cf55cdd0f53d36e44af52f65916e1663a42fba1e417f7148c5bc3a129a674e7e0fba42af534849')
-
-build() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py pytest --addopts "--ignore=build"
-}
-
-package() {
-  cd testfixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 529484, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-16 07:46:08 UTC (rev 529485)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-testfixtures
+pkgver=6.10.2
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
+  'python-pytest-django' 'python-django' 'python-twisted')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
+sha512sums=('b9b2a5ae2a29d90acc14640f6b9c039414bc6e3c3d2f126e1a24808a29d4abe86a43b229f4e2528985db32d2a06b0690c5b323fed7af27ca4f095328c8a005d3')
+
+build() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py pytest --addopts "--ignore=build"
+}
+
+package() {
+  cd testfixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:45:54
  Author: felixonmars
Revision: 529484

upgpkg: python-testfixtures 6.10.2-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-16 07:43:34 UTC (rev 529483)
+++ PKGBUILD2019-11-16 07:45:54 UTC (rev 529484)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-testfixtures
-pkgver=6.10.1
-pkgrel=3
+pkgver=6.10.2
+pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')
 license=('MIT')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
   'python-pytest-django' 'python-django' 'python-twisted')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('202ffe1a83037a8cb48de191346e04a63c20d0bf0bcfc6a6a4cf55cdd0f53d36e44af52f65916e1663a42fba1e417f7148c5bc3a129a674e7e0fba42af534849')
+sha512sums=('b9b2a5ae2a29d90acc14640f6b9c039414bc6e3c3d2f126e1a24808a29d4abe86a43b229f4e2528985db32d2a06b0690c5b323fed7af27ca4f095328c8a005d3')
 
 build() {
   cd "$srcdir"/testfixtures-$pkgver


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:42:59
  Author: felixonmars
Revision: 529482

upgpkg: python-requests-oauthlib 1.3.0-1

Modified:
  python-requests-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-16 07:42:24 UTC (rev 529481)
+++ PKGBUILD2019-11-16 07:42:59 UTC (rev 529482)
@@ -4,8 +4,8 @@
 
 pkgbase=python-requests-oauthlib
 pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="First-class OAuth library support for Requests"
 arch=('any')
 url="https://pypi.python.org/pypi/requests-oauthlib;
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-requests-mock' 
'python2-requests-mock'
   'python-mock' 'python2-mock' 'python-pyjwt' 'python2-pyjwt')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/requests/requests-oauthlib/archive/v$pkgver.tar.gz;)
-sha512sums=('f684e3f8ff300eb58610deeb18b45ab411a5002bd15759e5f46ce174be8b76fb29583ccce6dd39965b31f53c0343ea8af2a1b6fa3d9d38342efdfbfb555f52f1')
+sha512sums=('0eebd209dad892567de7d37f1482b5c7523eced3a73a68054674b29447d090c885b2388fd6f2db26436f14098833051cace8b137889a4012e010efb0e86b')
 
 prepare() {
   cp -a requests-oauthlib-$pkgver{,-py2}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:43:34
  Author: felixonmars
Revision: 529483

archrelease: copy trunk to community-any

Added:
  python-requests-oauthlib/repos/community-any/PKGBUILD
(from rev 529482, python-requests-oauthlib/trunk/PKGBUILD)
Deleted:
  python-requests-oauthlib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-16 07:42:59 UTC (rev 529482)
+++ PKGBUILD2019-11-16 07:43:34 UTC (rev 529483)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sebastien Leduc 
-# Contributor: Roberto Catini 
-
-pkgbase=python-requests-oauthlib
-pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="First-class OAuth library support for Requests"
-arch=('any')
-url="https://pypi.python.org/pypi/requests-oauthlib;
-license=('custom:ISC')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-oauthlib' 'python2-oauthlib' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-mock' 'python2-mock' 'python-pyjwt' 'python2-pyjwt')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/requests/requests-oauthlib/archive/v$pkgver.tar.gz;)
-sha512sums=('f684e3f8ff300eb58610deeb18b45ab411a5002bd15759e5f46ce174be8b76fb29583ccce6dd39965b31f53c0343ea8af2a1b6fa3d9d38342efdfbfb555f52f1')
-
-prepare() {
-  cp -a requests-oauthlib-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/requests-oauthlib-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/requests-oauthlib-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-oauthlib-$pkgver
-  py.test
-
-  cd "$srcdir"/requests-oauthlib-$pkgver-py2
-  py.test2
-}
-
-package_python-requests-oauthlib() {
-  depends=('python-requests' 'python-oauthlib')
-
-  cd requests-oauthlib-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-requests-oauthlib() {
-  depends=('python2-requests' 'python2-oauthlib')
-
-  cd requests-oauthlib-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-requests-oauthlib/repos/community-any/PKGBUILD (from rev 529482, 
python-requests-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-16 07:43:34 UTC (rev 529483)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Sebastien Leduc 
+# Contributor: Roberto Catini 
+
+pkgbase=python-requests-oauthlib
+pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="First-class OAuth library support for Requests"
+arch=('any')
+url="https://pypi.python.org/pypi/requests-oauthlib;
+license=('custom:ISC')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-oauthlib' 'python2-oauthlib' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-mock' 'python2-mock' 'python-pyjwt' 'python2-pyjwt')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/requests/requests-oauthlib/archive/v$pkgver.tar.gz;)
+sha512sums=('0eebd209dad892567de7d37f1482b5c7523eced3a73a68054674b29447d090c885b2388fd6f2db26436f14098833051cace8b137889a4012e010efb0e86b')
+
+prepare() {
+  cp -a requests-oauthlib-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/requests-oauthlib-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/requests-oauthlib-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/requests-oauthlib-$pkgver
+  py.test
+
+  cd "$srcdir"/requests-oauthlib-$pkgver-py2
+  py.test2
+}
+
+package_python-requests-oauthlib() {
+  depends=('python-requests' 'python-oauthlib')
+
+  cd requests-oauthlib-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-requests-oauthlib() {
+  depends=('python2-requests' 'python2-oauthlib')
+
+  cd requests-oauthlib-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in haskell-wai-middleware-static/repos (2 files)

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:42:24
  Author: felixonmars
Revision: 529481

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-middleware-static/repos/community-staging-x86_64/
  haskell-wai-middleware-static/repos/community-staging-x86_64/PKGBUILD
(from rev 529480, haskell-wai-middleware-static/trunk/PKGBUILD)

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

Copied: haskell-wai-middleware-static/repos/community-staging-x86_64/PKGBUILD 
(from rev 529480, haskell-wai-middleware-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-16 07:42:24 UTC (rev 529481)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-middleware-static
+pkgname=haskell-wai-middleware-static
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="WAI middleware that serves requests to static files"
+url="https://github.com/scotty-web/wai-middleware-static;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cryptonite' 'haskell-memory' 
'haskell-expiring-cache-map'
+ 'haskell-http-types' 'haskell-mime-types' 'haskell-old-locale' 
'haskell-wai')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('805dc8596542158c64deed3a49456c532786b6695530f45b74bf1d153b4e84e68f362c5a86adb6038f70258c7e916bf5f9f4c0fffa08456eacd08b02bde02f1a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-wai-middleware-static/trunk (PKGBUILD)

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:42:11
  Author: felixonmars
Revision: 529480

upgpkg: haskell-wai-middleware-static 0.8.3-1

rebuild with wai-middleware-static 0.8.3

Modified:
  haskell-wai-middleware-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-16 04:41:13 UTC (rev 529479)
+++ PKGBUILD2019-11-16 07:42:11 UTC (rev 529480)
@@ -3,8 +3,8 @@
 
 _hkgname=wai-middleware-static
 pkgname=haskell-wai-middleware-static
-pkgver=0.8.2
-pkgrel=85
+pkgver=0.8.3
+pkgrel=1
 pkgdesc="WAI middleware that serves requests to static files"
 url="https://github.com/scotty-web/wai-middleware-static;
 license=("BSD")
@@ -13,11 +13,11 @@
  'haskell-http-types' 'haskell-mime-types' 'haskell-old-locale' 
'haskell-wai')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('0316fa827606562e5172eb93f8baba08af6ac07c78ff92cd8b7228658f2e9460ed0cd31e6e3e4249b41aa125f771d5610634140153b69c940a8562aa089c6bb6')
+sha512sums=('805dc8596542158c64deed3a49456c532786b6695530f45b74bf1d153b4e84e68f362c5a86adb6038f70258c7e916bf5f9f4c0fffa08456eacd08b02bde02f1a')
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' $_hkgname.cabal
+sed -i -e '/semigroups/d' $_hkgname.cabal
 }
 
 build() {


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

2019-11-15 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, November 16, 2019 @ 02:29:08
  Author: yan12125
Revision: 529473

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 529472, python-cfn-lint/trunk/PKGBUILD)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-16 02:27:03 UTC (rev 529472)
+++ PKGBUILD2019-11-16 02:29:08 UTC (rev 529473)
@@ -1,39 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.25.0
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('3c873d2289f41f43ef6f97545780f3e12fcb18a7364ea7a14c3c572218e398b1')
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  site_packages_path=$(python -c 'import site; 
print(site.getsitepackages()[0])')
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install --root="$srcdir"/tmp_install
-
-  export PYTHONPATH="$srcdir"/tmp_install$site_packages_path
-  export PATH="$PATH:$srcdir/tmp_install/usr/bin"
-  pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 529472, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-16 02:29:08 UTC (rev 529473)
@@ -0,0 +1,39 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.25.1
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-six python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
+sha256sums=('9acb449a307d0f7cc0b36bde46d82d0c7d8d01f8a3710f8c8a588ec9ba129f45')
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  site_packages_path=$(python -c 'import site; 
print(site.getsitepackages()[0])')
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install --root="$srcdir"/tmp_install
+
+  export PYTHONPATH="$srcdir"/tmp_install$site_packages_path
+  export PATH="$PATH:$srcdir/tmp_install/usr/bin"
+  pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-11-15 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, November 16, 2019 @ 02:27:03
  Author: yan12125
Revision: 529472

upgpkg: python-cfn-lint 0.25.1-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 23:45:05 UTC (rev 529471)
+++ PKGBUILD2019-11-16 02:27:03 UTC (rev 529472)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.25.0
+pkgver=0.25.1
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -11,7 +11,7 @@
  python-jsonpatch python-jsonschema python-setuptools)
 checkdepends=(python-pytest python-mock)
 
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('3c873d2289f41f43ef6f97545780f3e12fcb18a7364ea7a14c3c572218e398b1')
+sha256sums=('9acb449a307d0f7cc0b36bde46d82d0c7d8d01f8a3710f8c8a588ec9ba129f45')
 
 build() {
   cd cfn-python-lint-$pkgver


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

2019-11-15 Thread Anatol Pomozov via arch-commits
Date: Friday, November 15, 2019 @ 23:45:05
  Author: anatolik
Revision: 529471

archrelease: copy trunk to community-x86_64

Added:
  libsigrokdecode/repos/community-x86_64/PKGBUILD
(from rev 529470, libsigrokdecode/trunk/PKGBUILD)
Deleted:
  libsigrokdecode/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 23:44:41 UTC (rev 529470)
+++ PKGBUILD2019-11-15 23:45:05 UTC (rev 529471)
@@ -1,28 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Maintainer: Filipe Lains (FFY00) 
-# Contributor: Thomas Krug 
-
-pkgname=libsigrokdecode
-pkgver=0.5.2
-pkgrel=2
-pkgdesc='C library that provides protocol decoding for logic analyzers, 
protocol decoders, etc.'
-arch=('x86_64')
-url='https://www.sigrok.org/wiki/Libsigrokdecode'
-license=('GPL3')
-depends=('glib2' 'python')
-source=("https://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz;)
-sha512sums=('49d0cba3a5fe17593165c3669dc8530e4e68497369b461f39b63c903f41a3060766c23d44c4112c9b9a5e740ae1e2c03a735494ac798dc631f3913079be04e22')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: libsigrokdecode/repos/community-x86_64/PKGBUILD (from rev 529470, 
libsigrokdecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 23:45:05 UTC (rev 529471)
@@ -0,0 +1,38 @@
+# Maintainer: Anatol Pomozov
+# Maintainer: Filipe Lains (FFY00) 
+# Contributor: Thomas Krug 
+
+pkgname=libsigrokdecode
+pkgver=0.5.2
+pkgrel=3
+pkgdesc='C library that provides protocol decoding for logic analyzers, 
protocol decoders, etc.'
+arch=('x86_64')
+url='https://www.sigrok.org/wiki/Libsigrokdecode'
+license=('GPL3')
+depends=('glib2' 'python')
+source=("https://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz;
+   
python38.patch::"https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=patch;h=afae4fa61ffd8dee62667e60f931e371061c7d7d;)
+sha512sums=('49d0cba3a5fe17593165c3669dc8530e4e68497369b461f39b63c903f41a3060766c23d44c4112c9b9a5e740ae1e2c03a735494ac798dc631f3913079be04e22'
+
'ad942f5bc407bd9a8682317c7217750054bd7af37015e51ae7c3e1a73aaeffc7d866375da9962be142eb75b2d4bc0e0fd146d1d0c59980ca9c128e64e545fcc8')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#64518
+  patch -p1 < ../python38.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf --force --install . # it is a content of upstream's ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-15 Thread Anatol Pomozov via arch-commits
Date: Friday, November 15, 2019 @ 23:44:41
  Author: anatolik
Revision: 529470

upgpkg: libsigrokdecode 0.5.2-3

FS#64518: backport python3.8 fix

Modified:
  libsigrokdecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 23:43:37 UTC (rev 529469)
+++ PKGBUILD2019-11-15 23:44:41 UTC (rev 529470)
@@ -4,18 +4,28 @@
 
 pkgname=libsigrokdecode
 pkgver=0.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc='C library that provides protocol decoding for logic analyzers, 
protocol decoders, etc.'
 arch=('x86_64')
 url='https://www.sigrok.org/wiki/Libsigrokdecode'
 license=('GPL3')
 depends=('glib2' 'python')
-source=("https://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz;)
-sha512sums=('49d0cba3a5fe17593165c3669dc8530e4e68497369b461f39b63c903f41a3060766c23d44c4112c9b9a5e740ae1e2c03a735494ac798dc631f3913079be04e22')
+source=("https://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz;
+   
python38.patch::"https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=patch;h=afae4fa61ffd8dee62667e60f931e371061c7d7d;)
+sha512sums=('49d0cba3a5fe17593165c3669dc8530e4e68497369b461f39b63c903f41a3060766c23d44c4112c9b9a5e740ae1e2c03a735494ac798dc631f3913079be04e22'
+
'ad942f5bc407bd9a8682317c7217750054bd7af37015e51ae7c3e1a73aaeffc7d866375da9962be142eb75b2d4bc0e0fd146d1d0c59980ca9c128e64e545fcc8')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#64518
+  patch -p1 < ../python38.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 
+  autoreconf --force --install . # it is a content of upstream's ./autogen.sh
   ./configure --prefix=/usr
 
   make


[arch-commits] Commit in steam-native-runtime/repos/multilib-x86_64 (4 files)

2019-11-15 Thread Levente Polyak via arch-commits
Date: Friday, November 15, 2019 @ 23:39:47
  Author: anthraxx
Revision: 529467

archrelease: copy trunk to multilib-x86_64

Added:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD
(from rev 529466, steam-native-runtime/trunk/PKGBUILD)
  steam-native-runtime/repos/multilib-x86_64/steam-native.sh
(from rev 529466, steam-native-runtime/trunk/steam-native.sh)
Deleted:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD
  steam-native-runtime/repos/multilib-x86_64/steam-native.sh

-+
 PKGBUILD|  130 +++---
 steam-native.sh |   18 +++
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 23:39:41 UTC (rev 529466)
+++ PKGBUILD2019-11-15 23:39:47 UTC (rev 529467)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Maxime Gauduin 
-
-pkgname=steam-native-runtime
-pkgver=1.0.0.61
-pkgrel=1
-pkgdesc='Native replacement for the Steam runtime using system libraries'
-arch=('x86_64')
-url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
-license=('None')
-replaces=('steam-libs')
-depends=(
-  'bash' 'steam' 'alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' 
'fontconfig'
-  'freetype2' 'freeglut' 'gdk-pixbuf2' 'glew1.10' 'glib2' 'glu' 'gtk2'
-  'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' 'lib32-curl'
-  'lib32-dbus-glib' 'lib32-fontconfig' 'lib32-freetype2' 'lib32-freeglut'
-  'lib32-gdk-pixbuf2' 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-  'lib32-libappindicator-gtk2' 'lib32-libcaca' 'lib32-libcanberra'
-  'lib32-libcups' 'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-dbus'
-  'lib32-libdrm' 'lib32-libgcrypt15' 'lib32-libice' 'lib32-libidn11'
-  'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse'
-  'lib32-librtmp0' 'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4'
-  'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libva1' 'lib32-libvdpau'
-  'lib32-libvorbis' 'lib32-libvpx1.3' 'lib32-libwrap' 'lib32-libxcomposite'
-  'lib32-libxcursor' 'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama'
-  'lib32-libxmu' 'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
-  'lib32-libxxf86vm' 'lib32-nspr' 'lib32-openal'
-  'lib32-openssl-1.0' 'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
-  'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image' 'lib32-sdl_mixer'
-  'lib32-sdl_ttf' 'libcaca' 'libcanberra' 'libcups'
-  'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm' 'libgcrypt15' 'libice'
-  'libidn11' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'librsvg' 'librtmp0'
-  'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libva1' 'libvdpau'
-  'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor' 'libxft'
-  'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst'
-  'libxxf86vm' 'nspr' 'openal' 'openssl-1.0' 'pango' 'sdl' 'sdl2'
-  'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer' 'sdl_ttf'
-  'vulkan-icd-loader'
-)
-source=(steam-native.sh)
-sha512sums=('03e969de86a69b0d9d86508a0a0cdd13be7c0c63076f6bc77c3685839a6784e8041528f5a1e9bfcb51d27c6c9994fab591c7d70fc44cc4673a1384781433041b')
-
-prepare() {
-  cp /usr/share/applications/steam.desktop steam-native.desktop
-  sed -r 's|(Name=Steam) \(Runtime\)|\1 (Native)|' -i steam-native.desktop
-  sed -r 's|(/usr/bin/steam)-runtime|\1-native|' -i steam-native.desktop
-}
-
-package() {
-  install -Dm 644 steam-native.desktop -t "${pkgdir}/usr/share/applications"
-  install -Dm 755 steam-native.sh "${pkgdir}/usr/bin/steam-native"
-
-  install -d "${pkgdir}/usr/lib/steam"
-  ln -sf /usr/lib/libcurl.so.3 "${pkgdir}/usr/lib/steam/libcurl.so.3"
-  ln -sf /usr/lib/libcurl.so.4.2.0 "${pkgdir}/usr/lib/steam/libcurl.so.4"
-  ln -sf /usr/lib/libcurl.so.4.2.0 "${pkgdir}/usr/lib/steam/libcurl.so.4.2.0"
-  if [ "${CARCH}" == "x86_64" ]; then
-install -d "${pkgdir}/usr/lib32/steam"
-ln -sf /usr/lib32/libcurl.so.3 "${pkgdir}/usr/lib32/steam/libcurl.so.3"
-ln -sf /usr/lib32/libcurl.so.4.2.0 "${pkgdir}/usr/lib32/steam/libcurl.so.4"
-ln -sf /usr/lib32/libcurl.so.4.2.0 
"${pkgdir}/usr/lib32/steam/libcurl.so.4.2.0"
-  fi
-}
-
-# vim: ts=2 sw=2 et:

Copied: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 529466, 
steam-native-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 23:39:47 UTC (rev 529467)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=steam-native-runtime
+pkgver=1.0.0.61
+pkgrel=2
+pkgdesc='Native replacement for the Steam runtime using system libraries'
+arch=('x86_64')
+url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
+license=('None')
+replaces=('steam-libs')
+depends=(
+  'bash' 'steam' 'alsa-lib' 'alsa-plugins' 'atk' 'cairo' 

[arch-commits] Commit in steam-native-runtime/trunk (PKGBUILD)

2019-11-15 Thread Levente Polyak via arch-commits
Date: Friday, November 15, 2019 @ 23:39:41
  Author: anthraxx
Revision: 529466

upgpkg: steam-native-runtime 1.0.0.61-2 depends changed to libva

Fixes FS#64445

Modified:
  steam-native-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 23:34:24 UTC (rev 529465)
+++ PKGBUILD2019-11-15 23:39:41 UTC (rev 529466)
@@ -3,7 +3,7 @@
 
 pkgname=steam-native-runtime
 pkgver=1.0.0.61
-pkgrel=1
+pkgrel=2
 pkgdesc='Native replacement for the Steam runtime using system libraries'
 arch=('x86_64')
 url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
@@ -20,7 +20,7 @@
   'lib32-libdrm' 'lib32-libgcrypt15' 'lib32-libice' 'lib32-libidn11'
   'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse'
   'lib32-librtmp0' 'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4'
-  'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libva1' 'lib32-libvdpau'
+  'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libva' 'lib32-libvdpau'
   'lib32-libvorbis' 'lib32-libvpx1.3' 'lib32-libwrap' 'lib32-libxcomposite'
   'lib32-libxcursor' 'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama'
   'lib32-libxmu' 'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
@@ -30,7 +30,7 @@
   'lib32-sdl_ttf' 'libcaca' 'libcanberra' 'libcups'
   'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm' 'libgcrypt15' 'libice'
   'libidn11' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'librsvg' 'librtmp0'
-  'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libva1' 'libvdpau'
+  'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libva' 'libvdpau'
   'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor' 'libxft'
   'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst'
   'libxxf86vm' 'nspr' 'openal' 'openssl-1.0' 'pango' 'sdl' 'sdl2'


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

2019-11-15 Thread Levente Polyak via arch-commits
Date: Friday, November 15, 2019 @ 23:34:24
  Author: anthraxx
Revision: 529465

archrelease: copy trunk to community-testing-x86_64

Added:
  nimble/repos/community-testing-x86_64/
  nimble/repos/community-testing-x86_64/PKGBUILD
(from rev 529464, nimble/trunk/PKGBUILD)

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

Copied: nimble/repos/community-testing-x86_64/PKGBUILD (from rev 529464, 
nimble/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-15 23:34:24 UTC (rev 529465)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.11.0
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+url='https://github.com/nim-lang/nimble'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'openssl')
+makedepends=('nim')
+source=(https://github.com/nim-lang/nimble/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2')
+sha512sums=('b396599554bb51a40774cdb5c90beab21e9cfef2683fd479fc925de4ae4f5c0d90e821f176b40cda241a3ad8542504cd552f97f2dca88ca32a4edeedbd422fa4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
+  cp -r src/nimblepkg "${pkgdir}/usr/share/${pkgname}"
+  ln -s /usr/share/${pkgname} "${pkgdir}/usr/bin/nimblepkg"
+
+  # completions
+  install -Dm 644 nimble.bash-completion 
"${pkgdir}/usr/share/bash-completion/completions/nimble"
+  install -Dm 644 nimble.zsh-completion 
"${pkgdir}/usr/share/zsh/site-functions/_nimble"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-15 Thread Levente Polyak via arch-commits
Date: Friday, November 15, 2019 @ 23:34:20
  Author: anthraxx
Revision: 529464

upgpkg: nimble 1:0.11.0-1

Modified:
  nimble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 23:31:40 UTC (rev 529463)
+++ PKGBUILD2019-11-15 23:34:20 UTC (rev 529464)
@@ -2,7 +2,7 @@
 # Contributor: Alexander F Rødseth 
 
 pkgname=nimble
-pkgver=0.8.10
+pkgver=0.11.0
 pkgrel=1
 epoch=1
 pkgdesc='Package manager for the Nim programming language'
@@ -9,11 +9,11 @@
 url='https://github.com/nim-lang/nimble'
 arch=('x86_64')
 license=('BSD')
-depends=('glibc')
+depends=('glibc' 'openssl')
 makedepends=('nim')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
-sha256sums=('bb1962a71448945775bba4c1fd63162fa9bb2afbaf6d6f61a5012c1c3fee59f9')
-sha512sums=('18128cb28c6f1b1d1bf2dddb287e376404ddf842a3f665ae3dfddb39ad5dc08e7ec0509d6e823cec3eaad3263ec4a5e72d513aae173a50451799a85ef79453b3')
+source=(https://github.com/nim-lang/nimble/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2')
+sha512sums=('b396599554bb51a40774cdb5c90beab21e9cfef2683fd479fc925de4ae4f5c0d90e821f176b40cda241a3ad8542504cd552f97f2dca88ca32a4edeedbd422fa4')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -24,11 +24,15 @@
   cd ${pkgname}-${pkgver}
 
   install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
 
   # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
   cp -r src/nimblepkg "${pkgdir}/usr/share/${pkgname}"
   ln -s /usr/share/${pkgname} "${pkgdir}/usr/bin/nimblepkg"
+
+  # completions
+  install -Dm 644 nimble.bash-completion 
"${pkgdir}/usr/share/bash-completion/completions/nimble"
+  install -Dm 644 nimble.zsh-completion 
"${pkgdir}/usr/share/zsh/site-functions/_nimble"
 }
 
 # vim: ts=2 sw=2 et:


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

2019-11-15 Thread Levente Polyak via arch-commits
Date: Friday, November 15, 2019 @ 23:31:40
  Author: anthraxx
Revision: 529463

archrelease: copy trunk to community-testing-x86_64

Added:
  nim/repos/community-testing-x86_64/
  nim/repos/community-testing-x86_64/PKGBUILD
(from rev 529462, nim/trunk/PKGBUILD)

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

Copied: nim/repos/community-testing-x86_64/PKGBUILD (from rev 529462, 
nim/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-15 23:31:40 UTC (rev 529463)
@@ -0,0 +1,108 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+# Contributor: Dominik Picheta 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Jesus Alvarez 
+
+pkgname=nim
+_pkgname=Nim
+pkgver=1.0.2
+_csourcesver=0.20.0
+pkgrel=1
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+url='https://nim-lang.org/'
+arch=('x86_64')
+license=('MIT')
+depends=('bash')
+makedepends=('git')
+optdepends=('nimble: Nim package manager')
+options=('!emptydirs')
+backup=(
+  etc/nim/nim.cfg
+  etc/nim/nimdoc.cfg
+  etc/nim/nimdoc.tex.cfg
+  etc/nim/rename.rules.cfg
+)
+source=(https://github.com/nim-lang/Nim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/nim-lang/csources/archive/v${_csourcesver}/csources-${_csourcesver}.tar.gz)
+sha256sums=('6cb3027b1234a69ff98437cf8a6d02e31a1ae4b3fc913cda8abef1cb965857b8'
+'5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c')
+sha512sums=('bdb1aac10c45843216925b158d76fdd6f3a855389d6307b6a18721b92657a75184dc1bd72cb8e5c203e2abdd5a47b02e902a4bce3b0c2ada47d460059a321929'
+
'4da00678cb92cfd3b2425e4698cbbef8111c711f9457ba969367638437b5fad7928ca0a91fd24f53dcd9d341cfc420e87ec85d245767531bc57ccafd6feba258')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  mv ../csources-${_csourcesver} csources
+  rm bin/empty.txt
+  for nimcfg in {compiler,config}/nim.cfg; do
+echo "gcc.options.always %= \"\${gcc.options.always} ${CFLAGS:-} 
${CPPFLAGS}\"" >> "${nimcfg}"
+echo "gcc.options.linker %= \"\${gcc.options.linker} ${LDFLAGS:-}\"" >> 
"${nimcfg}"
+  done
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  export PATH="${srcdir}/${_pkgname}-${pkgver}/bin:${PATH}"
+
+  msg2 "Building nim"
+  (cd csources
+sh build.sh
+  )
+  msg2 "Building koch"
+  nim c -d:release koch
+  ./koch boot -d:release -d:nativeStacktrace -d:useGnuReadline
+
+  msg2 "Building libs"
+  (cd lib
+nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
+  )
+
+  msg2 "Building tools"
+  ./koch tools
+  (cd tools
+nim c -d:release nimgrep.nim
+  )
+  msg2 "Building nimsuggest"
+  nim c -d:release nimsuggest/nimsuggest.nim
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  export PATH="${srcdir}/${_pkgname}-${pkgver}/bin:${PATH}"
+
+  ./koch install "${pkgdir}"
+
+  install -d "${pkgdir}/usr/lib"
+  cp -a lib "${pkgdir}/usr/lib/nim"
+  cp -a compiler "${pkgdir}/usr/lib/nim"
+  install -Dm 644 compiler.nimble "${pkgdir}/usr/lib/nim/compiler"
+  install -m 755 lib/libnimrtl.so "${pkgdir}/usr/lib/libnimrtl.so"
+
+  # Fix FS#48118, related to the doc2 command
+  ln -s /usr/share/nim/doc "${pkgdir}/usr/lib/nim/doc"
+
+  install -Dm 644 config/* -t "${pkgdir}/etc/nim"
+  install -Dm 755 bin/* -t "${pkgdir}/usr/bin"
+
+  # Fix FS#50252, unusual placement of header files
+  install -d "${pkgdir}/usr/include"
+  cp -a "${pkgdir}/usr/lib/nim/"*.h "${pkgdir}/usr/include"
+
+  install -d "${pkgdir}/usr/share/nim/doc"
+  cp -a examples doc/* "${pkgdir}/usr/share/nim/doc"
+
+  install -Dm 644 copying.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # completions
+  for comp in tools/*.bash-completion; do
+install -Dm 644 "${comp}" 
"${pkgdir}/usr/share/bash-completion/completions/$(basename 
"${comp/.bash-completion}")"
+  done
+  for comp in tools/*.zsh-completion; do
+install -Dm 644 "${comp}" 
"${pkgdir}/usr/share/zsh/site-functions/_$(basename "${comp/.zsh-completion}")"
+  done
+
+  rm -r "${pkgdir}/nim"
+  rm "${pkgdir}/usr/bin/nimble"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-15 Thread Levente Polyak via arch-commits
Date: Friday, November 15, 2019 @ 23:31:36
  Author: anthraxx
Revision: 529462

upgpkg: nim 1.0.2-1

Modified:
  nim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 23:02:05 UTC (rev 529461)
+++ PKGBUILD2019-11-15 23:31:36 UTC (rev 529462)
@@ -6,30 +6,33 @@
 
 pkgname=nim
 _pkgname=Nim
-pkgver=0.19.0
+pkgver=1.0.2
+_csourcesver=0.20.0
 pkgrel=1
 pkgdesc='Imperative, multi-paradigm, compiled programming language'
 url='https://nim-lang.org/'
 arch=('x86_64')
 license=('MIT')
-depends=('python' 'bash')
+depends=('bash')
+makedepends=('git')
+optdepends=('nimble: Nim package manager')
 options=('!emptydirs')
 backup=(
-  etc/nim.cfg
-  etc/nimdoc.cfg
-  etc/nimdoc.tex.cfg
-  etc/rename.rules.cfg
+  etc/nim/nim.cfg
+  etc/nim/nimdoc.cfg
+  etc/nim/nimdoc.tex.cfg
+  etc/nim/rename.rules.cfg
 )
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/Nim/archive/v${pkgver}.tar.gz
-
csources-${pkgver}.tar.gz::https://github.com/nim-lang/csources/archive/v${pkgver}.tar.gz)
-sha256sums=('f6a0b1c7bc227db1f7b8efa3bde0c6f23903c9184beebc99ff0094378c28e1ee'
-'68042afae0b24915acac813b52b9ee0a303219e990d3bfa05ca57fb6bbc51578')
-sha512sums=('112db4eb0b2007cef48e549d3df7316498aa11226be65ab30d03fa06fdd67dc525c3f60e6ed883b74745644a2cdca55f4be0eddadcd72cec40440e0af06907e0'
-
'06f0062ee54eb52ee1a95cdc9a9fe99bea1b94e16d57dff20335199f029dcd9043c82bb204d4ae65ee3ca326e924d8d3667c7f7cec66c7a50124046500d75a5f')
+source=(https://github.com/nim-lang/Nim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/nim-lang/csources/archive/v${_csourcesver}/csources-${_csourcesver}.tar.gz)
+sha256sums=('6cb3027b1234a69ff98437cf8a6d02e31a1ae4b3fc913cda8abef1cb965857b8'
+'5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c')
+sha512sums=('bdb1aac10c45843216925b158d76fdd6f3a855389d6307b6a18721b92657a75184dc1bd72cb8e5c203e2abdd5a47b02e902a4bce3b0c2ada47d460059a321929'
+
'4da00678cb92cfd3b2425e4698cbbef8111c711f9457ba969367638437b5fad7928ca0a91fd24f53dcd9d341cfc420e87ec85d245767531bc57ccafd6feba258')
 
 prepare() {
   cd ${_pkgname}-${pkgver}
-  mv ../csources-${pkgver} csources
+  mv ../csources-${_csourcesver} csources
   rm bin/empty.txt
   for nimcfg in {compiler,config}/nim.cfg; do
 echo "gcc.options.always %= \"\${gcc.options.always} ${CFLAGS:-} 
${CPPFLAGS}\"" >> "${nimcfg}"
@@ -53,7 +56,9 @@
   (cd lib
 nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
   )
+
   msg2 "Building tools"
+  ./koch tools
   (cd tools
 nim c -d:release nimgrep.nim
   )
@@ -76,8 +81,8 @@
   # Fix FS#48118, related to the doc2 command
   ln -s /usr/share/nim/doc "${pkgdir}/usr/lib/nim/doc"
 
-  install -Dm 644 config/* -t "${pkgdir}/etc"
-  install -Dm 755 bin/* tools/nimgrep nimsuggest/nimsuggest -t 
"${pkgdir}/usr/bin"
+  install -Dm 644 config/* -t "${pkgdir}/etc/nim"
+  install -Dm 755 bin/* -t "${pkgdir}/usr/bin"
 
   # Fix FS#50252, unusual placement of header files
   install -d "${pkgdir}/usr/include"
@@ -84,10 +89,20 @@
   cp -a "${pkgdir}/usr/lib/nim/"*.h "${pkgdir}/usr/include"
 
   install -d "${pkgdir}/usr/share/nim/doc"
-  cp -a examples web doc/* "${pkgdir}/usr/share/nim/doc"
+  cp -a examples doc/* "${pkgdir}/usr/share/nim/doc"
 
   install -Dm 644 copying.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # completions
+  for comp in tools/*.bash-completion; do
+install -Dm 644 "${comp}" 
"${pkgdir}/usr/share/bash-completion/completions/$(basename 
"${comp/.bash-completion}")"
+  done
+  for comp in tools/*.zsh-completion; do
+install -Dm 644 "${comp}" 
"${pkgdir}/usr/share/zsh/site-functions/_$(basename "${comp/.zsh-completion}")"
+  done
+
   rm -r "${pkgdir}/nim"
+  rm "${pkgdir}/usr/bin/nimble"
 }
 
 # vim: ts=2 sw=2 et:


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

2019-11-15 Thread Evangelos Foutras via arch-commits
Date: Friday, November 15, 2019 @ 23:07:46
  Author: foutrelis
Revision: 368953

archrelease: copy trunk to extra-x86_64

Added:
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 368952, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 23:07:38 UTC (rev 368952)
+++ PKGBUILD2019-11-15 23:07:46 UTC (rev 368953)
@@ -1,48 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.8.10
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/thunar/start;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3d448d81c0e49efbaa5ae6bf34ac3c88a614178a1127afaee6b3a1b5ee12e709')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/PKGBUILD (from rev 368952, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 23:07:46 UTC (rev 368953)
@@ -0,0 +1,48 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.8.11
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/start;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('18de4db3a40e8e75377fcb5f7d78efdae8659f6a454f1b9cf77bb5f083e1b238')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-15 Thread Evangelos Foutras via arch-commits
Date: Friday, November 15, 2019 @ 23:07:38
  Author: foutrelis
Revision: 368952

upgpkg: thunar 1.8.11-1

New upstream release.

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 23:03:48 UTC (rev 368951)
+++ PKGBUILD2019-11-15 23:07:38 UTC (rev 368952)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=thunar
-pkgver=1.8.10
+pkgver=1.8.11
 pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 'thunar-archive-plugin: create and deflate archives'
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3d448d81c0e49efbaa5ae6bf34ac3c88a614178a1127afaee6b3a1b5ee12e709')
+sha256sums=('18de4db3a40e8e75377fcb5f7d78efdae8659f6a454f1b9cf77bb5f083e1b238')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in intel-ucode/repos (testing-any testing-any/PKGBUILD)

2019-11-15 Thread Christian Hesse via arch-commits
Date: Friday, November 15, 2019 @ 23:03:48
  Author: eworm
Revision: 368951

archrelease: copy trunk to testing-any

Added:
  intel-ucode/repos/testing-any/
  intel-ucode/repos/testing-any/PKGBUILD
(from rev 368950, intel-ucode/trunk/PKGBUILD)

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

Copied: intel-ucode/repos/testing-any/PKGBUILD (from rev 368950, 
intel-ucode/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-11-15 23:03:48 UTC (rev 368951)
@@ -0,0 +1,31 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=intel-ucode
+pkgver=20191115
+pkgrel=1
+pkgdesc='Microcode update files for Intel CPUs'
+arch=('any')
+url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
+replaces=('microcode_ctl')
+makedepends=('iucode-tool')
+license=('custom')
+source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
+sha256sums=('14b26d27be70774948b8cb582e298f5317263b8b8bb1fe8e41260eae54f531dc')
+
+build() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  rm -f intel-ucode{,-with-caveats}/list
+  mkdir -p kernel/x86/microcode
+  iucode_tool -w kernel/x86/microcode/GenuineIntel.bin 
intel-ucode{,-with-caveats}/
+  # Make intel-ucode.img reproducible
+  [ ! -z $SOURCE_DATE_EPOCH ] && touch -d @$SOURCE_DATE_EPOCH 
kernel/x86/microcode/GenuineIntel.bin
+  echo kernel/x86/microcode/GenuineIntel.bin | bsdcpio -o -H newc -R 0:0 > 
intel-ucode.img
+}
+
+package() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  install -D -m0644 intel-ucode.img "${pkgdir}"/boot/intel-ucode.img
+  install -D -m0644 license "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-11-15 Thread Christian Hesse via arch-commits
Date: Friday, November 15, 2019 @ 23:03:45
  Author: eworm
Revision: 368950

upgpkg: intel-ucode 20191115-1

new upstream release

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 21:49:14 UTC (rev 368949)
+++ PKGBUILD2019-11-15 23:03:45 UTC (rev 368950)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=intel-ucode
-pkgver=20191113
+pkgver=20191115
 pkgrel=1
 pkgdesc='Microcode update files for Intel CPUs'
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('iucode-tool')
 license=('custom')
 
source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
-sha256sums=('75e0d26a2f10678e158b0e6cdb235cf12d1662a36283b1fcdffbfc0f7ce0c171')
+sha256sums=('14b26d27be70774948b8cb582e298f5317263b8b8bb1fe8e41260eae54f531dc')
 
 build() {
   cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}


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

2019-11-15 Thread Filipe Laíns via arch-commits
Date: Friday, November 15, 2019 @ 23:02:01
  Author: ffy00
Revision: 529460

upgpkg: fzf 0.19.0-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 23:01:14 UTC (rev 529459)
+++ PKGBUILD2019-11-15 23:02:01 UTC (rev 529460)
@@ -8,8 +8,8 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.19.0
+pkgrel=1
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')
 url='https://github.com/junegunn/fzf'
@@ -22,7 +22,7 @@
 'zsh: zsh keybindings')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
 "git+$url.wiki")
-sha512sums=('70dcda693ed6706f232874550f89cfcdbce1d28360244a728dd0640a4cfbbbd0899601f42c9096197c159cde86e89d287a06905cb5d665bd09b9d01cca2cb754'
+sha512sums=('1064b77510dcde10cb23184d4acfea07805380b6de7f234c816ab56061104d8eee5414eaf03f07d0fad716d00aa7d44f22b78b76534dddbb54f2fb9408559895'
 'SKIP')
 
 build() {


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

2019-11-15 Thread Filipe Laíns via arch-commits
Date: Friday, November 15, 2019 @ 23:02:05
  Author: ffy00
Revision: 529461

archrelease: copy trunk to community-x86_64

Added:
  fzf/repos/community-x86_64/PKGBUILD
(from rev 529460, fzf/trunk/PKGBUILD)
Deleted:
  fzf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 23:02:01 UTC (rev 529460)
+++ PKGBUILD2019-11-15 23:02:05 UTC (rev 529461)
@@ -1,62 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Morten Linderud 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.18.0
-pkgrel=2
-pkgdesc='Command-line fuzzy finder'
-arch=('x86_64')
-url='https://github.com/junegunn/fzf'
-license=('MIT')
-depends=('bash')
-makedepends=('git' 'go-pie')
-optdepends=('fish: fish keybindings'
-'tmux: fzf-tmux script for launching fzf in a tmux pane'
-'vim: plugin'
-'zsh: zsh keybindings')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-"git+$url.wiki")
-sha512sums=('70dcda693ed6706f232874550f89cfcdbce1d28360244a728dd0640a4cfbbbd0899601f42c9096197c159cde86e89d287a06905cb5d665bd09b9d01cca2cb754'
-'SKIP')
-
-build() {
-   cd $pkgname-$pkgver
-
-   go build -o fzf .
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   ## Doc
-   install -dm755 "$pkgdir"/usr/share/doc/fzf/wiki
-   install -m644 "$srcdir"/fzf.wiki/* "$pkgdir"/usr/share/doc/fzf/wiki
-   install -m644 README.md "$pkgdir"/usr/share/doc/fzf
-
-   ## Man page
-   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
-
-   ## License
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
-
-   ## Binaries
-   install -dm755 "$pkgdir"/usr/bin
-   install -m755 fzf bin/fzf-tmux "$pkgdir"/usr/bin/
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir"/usr/share/fzf
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
-
-   ## Fish keybindings
-   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/fzf_key_bindings.fish
-
-   ## Vim plugin
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}
-

Copied: fzf/repos/community-x86_64/PKGBUILD (from rev 529460, 
fzf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 23:02:05 UTC (rev 529461)
@@ -0,0 +1,62 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Morten Linderud 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='Command-line fuzzy finder'
+arch=('x86_64')
+url='https://github.com/junegunn/fzf'
+license=('MIT')
+depends=('bash')
+makedepends=('git' 'go-pie')
+optdepends=('fish: fish keybindings'
+'tmux: fzf-tmux script for launching fzf in a tmux pane'
+'vim: plugin'
+'zsh: zsh keybindings')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"git+$url.wiki")
+sha512sums=('1064b77510dcde10cb23184d4acfea07805380b6de7f234c816ab56061104d8eee5414eaf03f07d0fad716d00aa7d44f22b78b76534dddbb54f2fb9408559895'
+'SKIP')
+
+build() {
+   cd $pkgname-$pkgver
+
+   go build -o fzf .
+}
+
+package() {
+   cd $pkgname-$pkgver
+
+   ## Doc
+   install -dm755 "$pkgdir"/usr/share/doc/fzf/wiki
+   install -m644 "$srcdir"/fzf.wiki/* "$pkgdir"/usr/share/doc/fzf/wiki
+   install -m644 README.md "$pkgdir"/usr/share/doc/fzf
+
+   ## Man page
+   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
+
+   ## License
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
+
+   ## Binaries
+   install -dm755 "$pkgdir"/usr/bin
+   install -m755 fzf bin/fzf-tmux "$pkgdir"/usr/bin/
+
+   ## Completion and keybindings
+   install -dm755 "$pkgdir"/usr/share/fzf
+   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
+
+   ## Fish keybindings
+   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/fzf_key_bindings.fish
+
+   ## Vim plugin
+   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
+}
+


[arch-commits] Commit in code/repos/community-x86_64 (12 files)

2019-11-15 Thread Filipe Laíns via arch-commits
Date: Friday, November 15, 2019 @ 23:01:00
  Author: ffy00
Revision: 529458

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 529457, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code-liveshare.diff
(from rev 529457, code/trunk/code-liveshare.diff)
  code/repos/community-x86_64/code.js
(from rev 529457, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 529457, code/trunk/code.sh)
  code/repos/community-x86_64/enable-proposed-apis.diff
(from rev 529457, code/trunk/enable-proposed-apis.diff)
  code/repos/community-x86_64/product_json.diff
(from rev 529457, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code-liveshare.diff
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/enable-proposed-apis.diff
  code/repos/community-x86_64/product_json.diff

---+
 PKGBUILD  |  310 ++--
 code-liveshare.diff   |   24 +--
 code.js   |   58 
 code.sh   |6 
 enable-proposed-apis.diff |   26 +--
 product_json.diff |   40 ++---
 6 files changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 23:00:45 UTC (rev 529457)
+++ PKGBUILD2019-11-15 23:01:00 UTC (rev 529458)
@@ -1,155 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-# Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
-# NodeJS versioning cheatsheet:
-#   - carbon: 8
-#   - dubnium: 10
-# Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
-_electron=electron6
-pkgver=1.40.0
-pkgrel=3
-arch=('x86_64')
-url='https://github.com/microsoft/vscode'
-license=('MIT')
-depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 'ripgrep')
-optdepends=('bash-completion: Bash completions'
-'zsh-completions: ZSH completitons')
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-dubnium')
-source=("$pkgname::git+$url.git#tag=$pkgver"
-'code.js'
-'code.sh'
-'product_json.diff'
-'enable-proposed-apis.diff')
-sha512sums=('SKIP'
-
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
-
'8ec47e497287d67f37e7b669af416f43d5cdbd4574892867d7b95996ef5de53640b5bc919b06b177e1fd91cb005579d6ed0c17325117b9914ba7cf28f5f06e40'
-
'b267dcedaf51067a782d0f14007663b706973c1538f7fb91f093475134c2145fd0ffd5ed2b47ad7f01c6167a78a4af285d2818d7850fc67a7f7a473324824664')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # Change electron binary name to the target electron
-  sed -i "s|exec electron |exec $_electron |" ../code.sh
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p0 < ../product_json.diff
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # See https://github.com/MicrosoftDocs/live-share/issues/262 for details
-  # Also, https://github.com/microsoft/vscode/issues/48946
-  patch -p1 < ../enable-proposed-apis.diff
-
-  # Build native modules for system electron
-  local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
-  mkdir -p path
-  ln -sf /usr/bin/python2 path/python
-  export PATH="$PWD/path:$PATH"
-
-  cd $pkgname
-
-  yarn install --arch=$_vscode_arch
-
-  # The default memory limit may be too low for current versions of node
-  # to successfully build vscode. Change it if this number still doesn't
-  # work for your system.
-  mem_limit="--max_old_space_size=6144"
-
-  if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
-  then
-  echo
-  echo "*** NOTE: If the build failed due to running out of file handles 
(EMFILE),"
-  echo "*** you will need to raise your max open file limit."
-  

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

2019-11-15 Thread Filipe Laíns via arch-commits
Date: Friday, November 15, 2019 @ 23:00:45
  Author: ffy00
Revision: 529457

upgpkg: code 1.40.1-1

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 21:47:05 UTC (rev 529456)
+++ PKGBUILD2019-11-15 23:00:45 UTC (rev 529457)
@@ -10,8 +10,8 @@
 #   - dubnium: 10
 # Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
 _electron=electron6
-pkgver=1.40.0
-pkgrel=3
+pkgver=1.40.1
+pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
 license=('MIT')


[arch-commits] Commit in code/repos/community-x86_64 (12 files)

2019-11-15 Thread Filipe Laíns via arch-commits
Date: Friday, November 15, 2019 @ 23:01:14
  Author: ffy00
Revision: 529459

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 529458, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code-liveshare.diff
(from rev 529458, code/trunk/code-liveshare.diff)
  code/repos/community-x86_64/code.js
(from rev 529458, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 529458, code/trunk/code.sh)
  code/repos/community-x86_64/enable-proposed-apis.diff
(from rev 529458, code/trunk/enable-proposed-apis.diff)
  code/repos/community-x86_64/product_json.diff
(from rev 529458, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code-liveshare.diff
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/enable-proposed-apis.diff
  code/repos/community-x86_64/product_json.diff

---+
 PKGBUILD  |  310 ++--
 code-liveshare.diff   |   24 +--
 code.js   |   58 
 code.sh   |6 
 enable-proposed-apis.diff |   26 +--
 product_json.diff |   40 ++---
 6 files changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 23:01:00 UTC (rev 529458)
+++ PKGBUILD2019-11-15 23:01:14 UTC (rev 529459)
@@ -1,155 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-# Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
-# NodeJS versioning cheatsheet:
-#   - carbon: 8
-#   - dubnium: 10
-# Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
-_electron=electron6
-pkgver=1.40.1
-pkgrel=1
-arch=('x86_64')
-url='https://github.com/microsoft/vscode'
-license=('MIT')
-depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 'ripgrep')
-optdepends=('bash-completion: Bash completions'
-'zsh-completions: ZSH completitons')
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-dubnium')
-source=("$pkgname::git+$url.git#tag=$pkgver"
-'code.js'
-'code.sh'
-'product_json.diff'
-'enable-proposed-apis.diff')
-sha512sums=('SKIP'
-
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
-
'8ec47e497287d67f37e7b669af416f43d5cdbd4574892867d7b95996ef5de53640b5bc919b06b177e1fd91cb005579d6ed0c17325117b9914ba7cf28f5f06e40'
-
'b267dcedaf51067a782d0f14007663b706973c1538f7fb91f093475134c2145fd0ffd5ed2b47ad7f01c6167a78a4af285d2818d7850fc67a7f7a473324824664')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # Change electron binary name to the target electron
-  sed -i "s|exec electron |exec $_electron |" ../code.sh
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p0 < ../product_json.diff
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # See https://github.com/MicrosoftDocs/live-share/issues/262 for details
-  # Also, https://github.com/microsoft/vscode/issues/48946
-  patch -p1 < ../enable-proposed-apis.diff
-
-  # Build native modules for system electron
-  local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
-  mkdir -p path
-  ln -sf /usr/bin/python2 path/python
-  export PATH="$PWD/path:$PATH"
-
-  cd $pkgname
-
-  yarn install --arch=$_vscode_arch
-
-  # The default memory limit may be too low for current versions of node
-  # to successfully build vscode. Change it if this number still doesn't
-  # work for your system.
-  mem_limit="--max_old_space_size=6144"
-
-  if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
-  then
-  echo
-  echo "*** NOTE: If the build failed due to running out of file handles 
(EMFILE),"
-  echo "*** you will need to raise your max open file limit."
-  

[arch-commits] Commit in python2-django/repos (community-any)

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 21:49:05
  Author: jelle
Revision: 368948

fix fuckup

Deleted:
  python2-django/repos/community-any/


[arch-commits] Commit in python2-django/repos/extra-any (PKGBUILD PKGBUILD)

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 21:49:14
  Author: jelle
Revision: 368949

archrelease: copy trunk to extra-any

Added:
  python2-django/repos/extra-any/PKGBUILD
(from rev 368948, python2-django/trunk/PKGBUILD)
Deleted:
  python2-django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 21:49:05 UTC (rev 368948)
+++ PKGBUILD2019-11-15 21:49:14 UTC (rev 368949)
@@ -1,38 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgname=python2-django
-pkgver=1.11.25
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools')
-depends=('python2' 'python2-setuptools' 'python2-pytz')
-optdepends=('mysql-python: for MySQL backend'
-'python2-psycopg2: for PostgreSQL backend')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha512sums=('f55f0514d83c09da1d8da3bf52db41acd6c8481407a7acf94ca6d0a42f1767f4f1b8d4a691d4e50e00b708aaced7403f5e5092bf3c159447a0bef8ece9d7f64b')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/Django-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-django/repos/extra-any/PKGBUILD (from rev 368948, 
python2-django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 21:49:14 UTC (rev 368949)
@@ -0,0 +1,38 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgname=python2-django
+pkgver=1.11.26
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools')
+depends=('python2' 'python2-setuptools' 'python2-pytz')
+optdepends=('mysql-python: for MySQL backend'
+'python2-psycopg2: for PostgreSQL backend')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
+sha512sums=('2c6bd31c1aa7131702c75accde537b2e7aaa6a7b687dd501d8d4552dd5e007bce12179719f40374aca06855414535b5126579a15d55419a0a34a4bb17221e021')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/Django-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
+  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
+  # TODO: this probably won't work due to the `complete` command within not
+  # knowing about modified our exectuable names
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
+  ln -s django-admin2.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin2
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in urlwatch/repos/community-any (PKGBUILD PKGBUILD escape.patch)

2019-11-15 Thread Maxim Baz via arch-commits
Date: Friday, November 15, 2019 @ 21:47:05
  Author: maximbaz
Revision: 529456

archrelease: copy trunk to community-any

Added:
  urlwatch/repos/community-any/PKGBUILD
(from rev 529455, urlwatch/trunk/PKGBUILD)
  urlwatch/repos/community-any/escape.patch
(from rev 529455, urlwatch/trunk/escape.patch)
Deleted:
  urlwatch/repos/community-any/PKGBUILD

--+
 PKGBUILD |   65 +++--
 escape.patch |   34 +
 2 files changed, 70 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 21:46:59 UTC (rev 529455)
+++ PKGBUILD2019-11-15 21:47:05 UTC (rev 529456)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Skydrome 
-# Contributor: Allan McRae 
-
-pkgname=urlwatch
-pkgver=2.17
-pkgrel=2
-pkgdesc="Tool for monitoring webpages for updates"
-arch=('any')
-url="https://thp.io/2008/urlwatch/;
-license=('BSD')
-depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-cssselect' 
'python-minidb' 'python-requests' 'python-yaml')
-optdepends=('lynx: convert HTML to plain text'
-'python-beautifulsoup4: prettify HTML'
-'python-html2text: convert HTML to plain text')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz;)
-sha256sums=('83101382c2cbc6e84752f12cdbdefed67b3018085fa5ffb68923d6b1fe97854d')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: urlwatch/repos/community-any/PKGBUILD (from rev 529455, 
urlwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 21:47:05 UTC (rev 529456)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Skydrome 
+# Contributor: Allan McRae 
+
+pkgname=urlwatch
+pkgver=2.17
+pkgrel=3
+pkgdesc="Tool for monitoring webpages for updates"
+arch=('any')
+url="https://thp.io/2008/urlwatch/;
+license=('BSD')
+depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-cssselect' 
'python-minidb' 'python-requests' 'python-yaml')
+optdepends=('lynx: convert HTML to plain text'
+'python-beautifulsoup4: prettify HTML'
+'python-html2text: convert HTML to plain text')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thp/urlwatch/archive/${pkgver}.tar.gz;
+"escape.patch")
+sha256sums=('83101382c2cbc6e84752f12cdbdefed67b3018085fa5ffb68923d6b1fe97854d'
+'421653801e8c397c5147db30a67fcf44aaff8f471af33db83bf16847c2f90ecc')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 -i "${srcdir}/escape.patch"
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+python3 setup.py build
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python3 setup.py install --root="${pkgdir}" --optimize=1
+install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: urlwatch/repos/community-any/escape.patch (from rev 529455, 
urlwatch/trunk/escape.patch)
===
--- escape.patch(rev 0)
+++ escape.patch2019-11-15 21:47:05 UTC (rev 529456)
@@ -0,0 +1,34 @@
+From 7d1e89237f547ce57fa52360a5f8822474982780 Mon Sep 17 00:00:00 2001
+From: cfbao 
+Date: Tue, 29 Oct 2019 23:37:57 -0400
+Subject: [PATCH] Replace `cgi.escape` with `html.escape`
+
+`cgi.escape` is unsafe and removed in Python 3.8.
+---
+ lib/urlwatch/reporters.py | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/lib/urlwatch/reporters.py b/lib/urlwatch/reporters.py
+index 29d7fd0..5de0b3a 100644
+--- a/lib/urlwatch/reporters.py
 b/lib/urlwatch/reporters.py
+@@ -38,7 +38,7 @@
+ import os
+ import sys
+ import time
+-import cgi
++import html
+ import functools
+ 
+ import requests
+@@ -140,8 +140,8 @@ def __str__(self):
+ return self.s
+ 
+ def format(self, *args, **kwargs):
+-return str(self).format(*(cgi.escape(str(arg)) for arg in args),
+-**{k: cgi.escape(str(v)) for k, v in 
kwargs.items()})
++return str(self).format(*(html.escape(str(arg)) for arg in args),
++**{k: html.escape(str(v)) for k, v in 
kwargs.items()})
+ 
+ 
+ class HtmlReporter(ReporterBase):


[arch-commits] Commit in urlwatch/trunk (PKGBUILD escape.patch)

2019-11-15 Thread Maxim Baz via arch-commits
Date: Friday, November 15, 2019 @ 21:46:59
  Author: maximbaz
Revision: 529455

urlwatch: patch to make it work with py3.8, fixes FS#64521

Added:
  urlwatch/trunk/escape.patch
Modified:
  urlwatch/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 escape.patch |   34 ++
 2 files changed, 49 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 21:46:19 UTC (rev 529454)
+++ PKGBUILD2019-11-15 21:46:59 UTC (rev 529455)
@@ -5,7 +5,7 @@
 
 pkgname=urlwatch
 pkgver=2.17
-pkgrel=2
+pkgrel=3
 pkgdesc="Tool for monitoring webpages for updates"
 arch=('any')
 url="https://thp.io/2008/urlwatch/;
@@ -14,16 +14,23 @@
 optdepends=('lynx: convert HTML to plain text'
 'python-beautifulsoup4: prettify HTML'
 'python-html2text: convert HTML to plain text')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz;)
-sha256sums=('83101382c2cbc6e84752f12cdbdefed67b3018085fa5ffb68923d6b1fe97854d')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thp/urlwatch/archive/${pkgver}.tar.gz;
+"escape.patch")
+sha256sums=('83101382c2cbc6e84752f12cdbdefed67b3018085fa5ffb68923d6b1fe97854d'
+'421653801e8c397c5147db30a67fcf44aaff8f471af33db83bf16847c2f90ecc')
 
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 -i "${srcdir}/escape.patch"
+}
+
 build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
+cd "${pkgname}-${pkgver}"
+python3 setup.py build
 }
 
 package() {
-  cd $pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+cd "${pkgname}-${pkgver}"
+python3 setup.py install --root="${pkgdir}" --optimize=1
+install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }

Added: escape.patch
===
--- escape.patch(rev 0)
+++ escape.patch2019-11-15 21:46:59 UTC (rev 529455)
@@ -0,0 +1,34 @@
+From 7d1e89237f547ce57fa52360a5f8822474982780 Mon Sep 17 00:00:00 2001
+From: cfbao 
+Date: Tue, 29 Oct 2019 23:37:57 -0400
+Subject: [PATCH] Replace `cgi.escape` with `html.escape`
+
+`cgi.escape` is unsafe and removed in Python 3.8.
+---
+ lib/urlwatch/reporters.py | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/lib/urlwatch/reporters.py b/lib/urlwatch/reporters.py
+index 29d7fd0..5de0b3a 100644
+--- a/lib/urlwatch/reporters.py
 b/lib/urlwatch/reporters.py
+@@ -38,7 +38,7 @@
+ import os
+ import sys
+ import time
+-import cgi
++import html
+ import functools
+ 
+ import requests
+@@ -140,8 +140,8 @@ def __str__(self):
+ return self.s
+ 
+ def format(self, *args, **kwargs):
+-return str(self).format(*(cgi.escape(str(arg)) for arg in args),
+-**{k: cgi.escape(str(v)) for k, v in 
kwargs.items()})
++return str(self).format(*(html.escape(str(arg)) for arg in args),
++**{k: html.escape(str(v)) for k, v in 
kwargs.items()})
+ 
+ 
+ class HtmlReporter(ReporterBase):


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

2019-11-15 Thread Christian Hesse via arch-commits
Date: Friday, November 15, 2019 @ 21:46:19
  Author: eworm
Revision: 529454

archrelease: copy trunk to community-x86_64

Added:
  hexchat/repos/community-x86_64/0001-python-backport.patch
(from rev 529453, hexchat/trunk/0001-python-backport.patch)
  hexchat/repos/community-x86_64/0002-python-3-8.patch
(from rev 529453, hexchat/trunk/0002-python-3-8.patch)
  hexchat/repos/community-x86_64/PKGBUILD
(from rev 529453, hexchat/trunk/PKGBUILD)
Deleted:
  hexchat/repos/community-x86_64/0001-python-backport.patch
  hexchat/repos/community-x86_64/PKGBUILD

+
 0001-python-backport.patch | 9990 +--
 0002-python-3-8.patch  |   13 
 PKGBUILD   |   83 
 3 files changed, 5051 insertions(+), 5035 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 529453:529454 to see the changes.


[arch-commits] Commit in hexchat/trunk (0002-python-3-8.patch PKGBUILD)

2019-11-15 Thread Christian Hesse via arch-commits
Date: Friday, November 15, 2019 @ 21:46:15
  Author: eworm
Revision: 529453

upgpkg: hexchat 2.14.2-6

fix python plugin with python 3.8 (FS#64507)

Added:
  hexchat/trunk/0002-python-3-8.patch
Modified:
  hexchat/trunk/PKGBUILD

---+
 0002-python-3-8.patch |   13 +
 PKGBUILD  |9 ++---
 2 files changed, 19 insertions(+), 3 deletions(-)

Added: 0002-python-3-8.patch
===
--- 0002-python-3-8.patch   (rev 0)
+++ 0002-python-3-8.patch   2019-11-15 21:46:15 UTC (rev 529453)
@@ -0,0 +1,13 @@
+diff --git a/meson_options.txt b/meson_options.txt
+index 100a5ee7..c2a2f53c 100644
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -48,7 +48,7 @@ option('with-lua', type: 'string', value: 'luajit',
+ option('with-perl', type: 'string', value: 'perl',
+   description: 'Perl scripting plugin, value is path to perl executable or 
"false"'
+ )
+-option('with-python', type: 'string', value: 'python3',
++option('with-python', type: 'string', value: 'python3-embed',
+   description: 'Python scripting plugin. value is pkg-config name to use or 
"false"'
+ )
+ option('with-sysinfo', type: 'boolean',

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 21:24:49 UTC (rev 529452)
+++ PKGBUILD2019-11-15 21:46:15 UTC (rev 529453)
@@ -3,7 +3,7 @@
 
 pkgname=hexchat
 pkgver=2.14.2
-pkgrel=5
+pkgrel=6
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('x86_64')
 url='https://hexchat.github.io/'
@@ -17,13 +17,16 @@
 'perl: Perl plugin'
 'python-cffi: Python plugin')
 source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver};
-'0001-python-backport.patch')
+'0001-python-backport.patch'
+'0002-python-3-8.patch')
 sha256sums=('SKIP'
-'eb2d038dba5f56ddc156fafea41c6560baf09a401ae9ea4f6b8ee079d542fc38')
+'eb2d038dba5f56ddc156fafea41c6560baf09a401ae9ea4f6b8ee079d542fc38'
+'8d17ce657e744272815b5fb33d8ad959f79ece3294349637eaadcf86d90496fa')
 
 prepare() {
   cd hexchat
   patch -Np1 < ../0001-python-backport.patch
+  patch -Np1 < ../0002-python-3-8.patch
 }
 
 build() {


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

2019-11-15 Thread Jan Steffens via arch-commits
Date: Friday, November 15, 2019 @ 21:42:50
  Author: heftig
Revision: 368946

archrelease: copy trunk to extra-x86_64

Added:
  gmime3/repos/extra-x86_64/PKGBUILD
(from rev 368945, gmime3/trunk/PKGBUILD)
Deleted:
  gmime3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 21:42:21 UTC (rev 368945)
+++ PKGBUILD2019-11-15 21:42:50 UTC (rev 368946)
@@ -1,41 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Ben 
-
-pkgname=gmime3
-pkgver=3.2.4
-pkgrel=1
-pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
-arch=(x86_64)
-license=(GPL)
-url="https://github.com/jstedfast/gmime;
-depends=(glib2 gpgme zlib libidn2)
-makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=2bc7717628a7bfb03f0e9a675c09b5be3daa083b  # tags/3.2.4^0
-source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gmime
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gmime
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gmime
-  ./configure --prefix=/usr \
---program-prefix=$pkgname \
---enable-gtk-doc \
---enable-smime \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gmime
-  make DESTDIR="$pkgdir" install
-}

Copied: gmime3/repos/extra-x86_64/PKGBUILD (from rev 368945, 
gmime3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 21:42:50 UTC (rev 368946)
@@ -0,0 +1,42 @@
+# Maintainer: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=gmime3
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
+arch=(x86_64)
+license=(GPL)
+url="https://github.com/jstedfast/gmime;
+depends=(glib2 gpgme zlib libidn2)
+makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
+_commit=004af142c2a3c4c4d7c32d76001769be0609e0b1  # master
+source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gmime
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gmime
+  git tag -f 3.2.5 004af142c2a3c4c4d7c32d76001769be0609e0b1  # Fixup missing 
tag
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gmime
+  ./configure --prefix=/usr \
+--program-prefix=$pkgname \
+--enable-gtk-doc \
+--enable-smime \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gmime
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-15 Thread Jan Steffens via arch-commits
Date: Friday, November 15, 2019 @ 21:42:52
  Author: heftig
Revision: 368947

archrelease: copy trunk to extra-any

Added:
  orca/repos/extra-any/PKGBUILD
(from rev 368945, orca/trunk/PKGBUILD)
Deleted:
  orca/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 21:42:50 UTC (rev 368946)
+++ PKGBUILD2019-11-15 21:42:52 UTC (rev 368947)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: William Rea 
-
-pkgname=orca
-pkgver=3.34.0
-pkgrel=2
-pkgdesc="Screen reader for individuals who are blind or visually impaired"
-url="https://wiki.gnome.org/Projects/Orca;
-arch=(any)
-license=(LGPL)
-depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
- xorg-xmodmap gsettings-desktop-schemas
- gst-plugins-base # playbin, audiotestsrc, basic decoders
- gst-plugins-good # pulsesink, more decoders
-)
-makedepends=(itstool intltool git yelp-tools)
-groups=(gnome)
-_commit=4468c0dd10802579a38a0af78b46e8d108aae28a  # tags/ORCA_3_34_0^0
-source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/ORCA_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set sw=2 et:

Copied: orca/repos/extra-any/PKGBUILD (from rev 368945, orca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 21:42:52 UTC (rev 368947)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=orca
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Screen reader for individuals who are blind or visually impaired"
+url="https://wiki.gnome.org/Projects/Orca;
+arch=(any)
+license=(LGPL)
+depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
+ xorg-xmodmap gsettings-desktop-schemas
+ gst-plugins-base # playbin, audiotestsrc, basic decoders
+ gst-plugins-good # pulsesink, more decoders
+)
+makedepends=(itstool intltool git yelp-tools)
+groups=(gnome)
+_commit=7f34afa5149ba99d2b2ba4dae0d2e6836d7fc6c2  # tags/ORCA_3_34_1^0
+source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/ORCA_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:


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

2019-11-15 Thread Jan Steffens via arch-commits
Date: Friday, November 15, 2019 @ 21:42:21
  Author: heftig
Revision: 368945

3.2.5-1

Modified:
  gmime3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 21:42:16 UTC (rev 368944)
+++ PKGBUILD2019-11-15 21:42:21 UTC (rev 368945)
@@ -2,7 +2,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 url="https://github.com/jstedfast/gmime;
 depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=2bc7717628a7bfb03f0e9a675c09b5be3daa083b  # tags/3.2.4^0
+_commit=004af142c2a3c4c4d7c32d76001769be0609e0b1  # master
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,6 +21,7 @@
 
 prepare() {
   cd gmime
+  git tag -f 3.2.5 004af142c2a3c4c4d7c32d76001769be0609e0b1  # Fixup missing 
tag
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2019-11-15 Thread Jan Steffens via arch-commits
Date: Friday, November 15, 2019 @ 21:42:16
  Author: heftig
Revision: 368944

3.34.1-1

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 21:41:33 UTC (rev 368943)
+++ PKGBUILD2019-11-15 21:42:16 UTC (rev 368944)
@@ -3,8 +3,8 @@
 # Contributor: William Rea 
 
 pkgname=orca
-pkgver=3.34.0
-pkgrel=2
+pkgver=3.34.1
+pkgrel=1
 pkgdesc="Screen reader for individuals who are blind or visually impaired"
 url="https://wiki.gnome.org/Projects/Orca;
 arch=(any)
@@ -16,7 +16,7 @@
 )
 makedepends=(itstool intltool git yelp-tools)
 groups=(gnome)
-_commit=4468c0dd10802579a38a0af78b46e8d108aae28a  # tags/ORCA_3_34_0^0
+_commit=7f34afa5149ba99d2b2ba4dae0d2e6836d7fc6c2  # tags/ORCA_3_34_1^0
 source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 21:41:28
  Author: jelle
Revision: 368942

upgpkg: python2-django 1.11.26-1

Upstream update.

Modified:
  python2-django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:57:54 UTC (rev 368941)
+++ PKGBUILD2019-11-15 21:41:28 UTC (rev 368942)
@@ -3,7 +3,7 @@
 # Contributor: Shahar Weiss 
 
 pkgname=python2-django
-pkgver=1.11.25
+pkgver=1.11.26
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('mysql-python: for MySQL backend'
 'python2-psycopg2: for PostgreSQL backend')
 
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha512sums=('f55f0514d83c09da1d8da3bf52db41acd6c8481407a7acf94ca6d0a42f1767f4f1b8d4a691d4e50e00b708aaced7403f5e5092bf3c159447a0bef8ece9d7f64b')
+sha512sums=('2c6bd31c1aa7131702c75accde537b2e7aaa6a7b687dd501d8d4552dd5e007bce12179719f40374aca06855414535b5126579a15d55419a0a34a4bb17221e021')
 
 build() {
   cd "$srcdir/Django-$pkgver"


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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 21:41:33
  Author: jelle
Revision: 368943

archrelease: copy trunk to community-any

Added:
  python2-django/repos/community-any/
  python2-django/repos/community-any/PKGBUILD
(from rev 368942, python2-django/trunk/PKGBUILD)

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

Copied: python2-django/repos/community-any/PKGBUILD (from rev 368942, 
python2-django/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-11-15 21:41:33 UTC (rev 368943)
@@ -0,0 +1,38 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgname=python2-django
+pkgver=1.11.26
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools')
+depends=('python2' 'python2-setuptools' 'python2-pytz')
+optdepends=('mysql-python: for MySQL backend'
+'python2-psycopg2: for PostgreSQL backend')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
+sha512sums=('2c6bd31c1aa7131702c75accde537b2e7aaa6a7b687dd501d8d4552dd5e007bce12179719f40374aca06855414535b5126579a15d55419a0a34a4bb17221e021')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/Django-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
+  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
+  # TODO: this probably won't work due to the `complete` command within not
+  # knowing about modified our exectuable names
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
+  ln -s django-admin2.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin2
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 21:24:42
  Author: jelle
Revision: 529451

upgpkg: python-paho-mqtt 1.5.0-1

Upstream update.

Modified:
  python-paho-mqtt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 21:22:34 UTC (rev 529450)
+++ PKGBUILD2019-11-15 21:24:42 UTC (rev 529451)
@@ -3,8 +3,8 @@
 # Contributor: Christopher Arndt 
 
 pkgname=python-paho-mqtt
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 url="https://www.eclipse.org/paho/clients/python;
 pkgdesc="Python client library for MQTT v3.1 and v3.1.1"
 depends=('python')
@@ -13,7 +13,7 @@
 license=('custom')
 arch=('any')
 source=(https://github.com/eclipse/paho.mqtt.python/archive/v${pkgver}.tar.gz)
-sha256sums=('fce9a3d8477a4d0c9bfb632c66ad64d9fd0440b5dc7815d5727b49acf710d799')
+sha256sums=('ea614e07485dac28269ff390dbff4ad99629aa34bff231fc63240539b662b94a')
 
 prepare() {
   cd paho.mqtt.python-${pkgver}


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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 21:24:49
  Author: jelle
Revision: 529452

archrelease: copy trunk to community-any

Added:
  python-paho-mqtt/repos/community-any/PKGBUILD
(from rev 529451, python-paho-mqtt/trunk/PKGBUILD)
Deleted:
  python-paho-mqtt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 21:24:42 UTC (rev 529451)
+++ PKGBUILD2019-11-15 21:24:49 UTC (rev 529452)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Daichi Shinozaki 
-# Contributor: Christopher Arndt 
-
-pkgname=python-paho-mqtt
-pkgver=1.4.0
-pkgrel=3
-url="https://www.eclipse.org/paho/clients/python;
-pkgdesc="Python client library for MQTT v3.1 and v3.1.1"
-depends=('python')
-checkdepends=('python-pytest' 'python-pytest-runner')
-makedepends=('python-setuptools')
-license=('custom')
-arch=('any')
-source=(https://github.com/eclipse/paho.mqtt.python/archive/v${pkgver}.tar.gz)
-sha256sums=('fce9a3d8477a4d0c9bfb632c66ad64d9fd0440b5dc7815d5727b49acf710d799')
-
-prepare() {
-  cd paho.mqtt.python-${pkgver}
-  sed -i '/addopts/d' setup.cfg
-}
-
-build() {
-  cd paho.mqtt.python-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd paho.mqtt.python-${pkgver}
-  PYTHONPATH=$PWD/src pytest tests
-}
-
-package_python-paho-mqtt() {
-  cd paho.mqtt.python-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-paho-mqtt/repos/community-any/PKGBUILD (from rev 529451, 
python-paho-mqtt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 21:24:49 UTC (rev 529452)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Daichi Shinozaki 
+# Contributor: Christopher Arndt 
+
+pkgname=python-paho-mqtt
+pkgver=1.5.0
+pkgrel=1
+url="https://www.eclipse.org/paho/clients/python;
+pkgdesc="Python client library for MQTT v3.1 and v3.1.1"
+depends=('python')
+checkdepends=('python-pytest' 'python-pytest-runner')
+makedepends=('python-setuptools')
+license=('custom')
+arch=('any')
+source=(https://github.com/eclipse/paho.mqtt.python/archive/v${pkgver}.tar.gz)
+sha256sums=('ea614e07485dac28269ff390dbff4ad99629aa34bff231fc63240539b662b94a')
+
+prepare() {
+  cd paho.mqtt.python-${pkgver}
+  sed -i '/addopts/d' setup.cfg
+}
+
+build() {
+  cd paho.mqtt.python-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd paho.mqtt.python-${pkgver}
+  PYTHONPATH=$PWD/src pytest tests
+}
+
+package_python-paho-mqtt() {
+  cd paho.mqtt.python-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 21:22:25
  Author: jelle
Revision: 529449

upgpkg: stack 2.1.3-65

Enable PIE

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 21:10:17 UTC (rev 529448)
+++ PKGBUILD2019-11-15 21:22:25 UTC (rev 529449)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.1.3
-pkgrel=64
+pkgrel=65
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 21:22:34
  Author: jelle
Revision: 529450

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  168 
 stack.install |8 +-
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 21:22:25 UTC (rev 529449)
+++ PKGBUILD2019-11-15 21:22:34 UTC (rev 529450)
@@ -1,84 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=stack
-pkgver=2.1.3
-pkgrel=64
-pkgdesc="The Haskell Tool Stack"
-url="https://github.com/commercialhaskell/stack;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
- 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-colour'
- 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit'
- 'haskell-echo' 'haskell-exceptions' 'haskell-extra' 
'haskell-file-embed' 'haskell-filelock'
- 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
- 'haskell-hashable' 'haskell-hi-file-parser' 'haskell-hpack' 
'haskell-http-client'
- 'haskell-http-client-tls' 'haskell-http-conduit' 
'haskell-http-download'
- 'haskell-http-types' 'haskell-memory' 'haskell-microlens' 
'haskell-mintty'
- 'haskell-mono-traversable' 'haskell-mustache' 
'haskell-neat-interpolation'
- 'haskell-network-uri' 'haskell-open-browser' 
'haskell-optparse-applicative'
- 'haskell-optparse-generic' 'haskell-optparse-simple' 'haskell-pantry' 
'haskell-path'
- 'haskell-path-io' 'haskell-persistent' 'haskell-persistent-sqlite'
- 'haskell-persistent-template' 'haskell-primitive' 
'haskell-project-template'
- 'haskell-regex-applicative-text' 'haskell-resource-pool' 
'haskell-resourcet'
- 'haskell-retry' 'haskell-rio' 'haskell-rio-prettyprint' 
'haskell-split'
- 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-terminal-size'
- 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
- 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
- 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
- 'haskell-zlib' 'haskell-bindings-uname')
-makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
- 'haskell-smallcheck')
-checkdepends=('cabal-install')
-conflicts=('haskell-stack')
-replaces=('haskell-stack')
-install="stack.install"
-source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
-
https://github.com/commercialhaskell/stack/commit/62c24fa0552dc722260f1cee75325145e837ab6a.patch)
-sha512sums=('SKIP'
-
'99bb04cf6581a8d712413822f834856b036b37ab2ae41307e82a7064b12cdfa43c6ccc60adfa870057f9ba197e1ae4eda144a7088306630400c0798a2b60d9c6')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i ../62c24fa0552dc722260f1cee75325145e837ab6a.patch || :
-  hpack
-  sed -i -e '/semigroups/d' $pkgname.cabal
-
-  sed -i '1i {-# LANGUAGE UndecidableInstances #-}' 
src/Stack/Storage/{User,Project}.hs
-}
-
-build() {
-  cd $pkgname
-
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
-  --ghc-option='-pie'
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-  cd $pkgname
-  # cabal update
-  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
-  # Integration tests will result in 4 failures on Arch currently
-}
-
-package() {
-  cd $pkgname
-
-  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-  runhaskell Setup copy --destdir="${pkgdir}"
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack 

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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 21:10:17
  Author: jelle
Revision: 529448

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  167 
 stack.install |8 +-
 2 files changed, 88 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 21:10:07 UTC (rev 529447)
+++ PKGBUILD2019-11-15 21:10:17 UTC (rev 529448)
@@ -1,83 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=stack
-pkgver=2.1.3
-pkgrel=64
-pkgdesc="The Haskell Tool Stack"
-url="https://github.com/commercialhaskell/stack;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
- 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-colour'
- 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit'
- 'haskell-echo' 'haskell-exceptions' 'haskell-extra' 
'haskell-file-embed' 'haskell-filelock'
- 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
- 'haskell-hashable' 'haskell-hi-file-parser' 'haskell-hpack' 
'haskell-http-client'
- 'haskell-http-client-tls' 'haskell-http-conduit' 
'haskell-http-download'
- 'haskell-http-types' 'haskell-memory' 'haskell-microlens' 
'haskell-mintty'
- 'haskell-mono-traversable' 'haskell-mustache' 
'haskell-neat-interpolation'
- 'haskell-network-uri' 'haskell-open-browser' 
'haskell-optparse-applicative'
- 'haskell-optparse-generic' 'haskell-optparse-simple' 'haskell-pantry' 
'haskell-path'
- 'haskell-path-io' 'haskell-persistent' 'haskell-persistent-sqlite'
- 'haskell-persistent-template' 'haskell-primitive' 
'haskell-project-template'
- 'haskell-regex-applicative-text' 'haskell-resource-pool' 
'haskell-resourcet'
- 'haskell-retry' 'haskell-rio' 'haskell-rio-prettyprint' 
'haskell-split'
- 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-terminal-size'
- 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
- 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
- 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
- 'haskell-zlib' 'haskell-bindings-uname')
-makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
- 'haskell-smallcheck')
-checkdepends=('cabal-install')
-conflicts=('haskell-stack')
-replaces=('haskell-stack')
-install="stack.install"
-source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
-
https://github.com/commercialhaskell/stack/commit/62c24fa0552dc722260f1cee75325145e837ab6a.patch)
-sha512sums=('SKIP'
-
'99bb04cf6581a8d712413822f834856b036b37ab2ae41307e82a7064b12cdfa43c6ccc60adfa870057f9ba197e1ae4eda144a7088306630400c0798a2b60d9c6')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i ../62c24fa0552dc722260f1cee75325145e837ab6a.patch || :
-  hpack
-  sed -i -e '/semigroups/d' $pkgname.cabal
-
-  sed -i '1i {-# LANGUAGE UndecidableInstances #-}' 
src/Stack/Storage/{User,Project}.hs
-}
-
-build() {
-  cd $pkgname
-
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-  cd $pkgname
-  # cabal update
-  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
-  # Integration tests will result in 4 failures on Arch currently
-}
-
-package() {
-  cd $pkgname
-
-  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-  runhaskell Setup copy --destdir="${pkgdir}"
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script 

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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 21:10:07
  Author: jelle
Revision: 529447

upgpkg: stack 2.1.3-64

Enable PIE

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:57:13 UTC (rev 529446)
+++ PKGBUILD2019-11-15 21:10:07 UTC (rev 529447)
@@ -54,7 +54,8 @@
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
   runhaskell Setup build
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script


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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 20:57:13
  Author: jelle
Revision: 529446

archrelease: copy trunk to community-x86_64

Added:
  postgrest/repos/community-x86_64/PKGBUILD
(from rev 529445, postgrest/trunk/PKGBUILD)
Deleted:
  postgrest/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 20:57:04 UTC (rev 529445)
+++ PKGBUILD2019-11-15 20:57:13 UTC (rev 529446)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=postgrest
-pkgver=6.0.0
-pkgrel=48
-pkgdesc="REST API for any Postgres database"
-url="https://github.com/begriffs/postgrest;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
- 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
- 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
- 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
- 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
- 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
- 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
- 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
- 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
- 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
- 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
-makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
- 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
-checkdepends=('pifpaf' 'postgresql' 'procps-ng')
-source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
-sha512sums=('e1aa4f8b2baac57898f6c4d0984af0096813f41e233bc2d13d9416653d490ca513a480bbffc642da85437809cab339678e595239a7d9e52e86dae11077e20d0a')
-
-prepare() {
-cd $pkgname-$pkgver
-sed -i 's/< *3.3/<4/' $pkgname.cabal
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-CI
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $pkgname-$pkgver
-
-eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
-createdb postgrest_test
-
-# TODO: user authentication issue?
-POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
-
-# Disabled: uses stack
-# test/io-tests.sh
-
-pifpaf_stop
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: postgrest/repos/community-x86_64/PKGBUILD (from rev 529445, 
postgrest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 20:57:13 UTC (rev 529446)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=6.0.0
+pkgrel=49
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+  

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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 20:57:04
  Author: jelle
Revision: 529445

upgpkg: postgrest 6.0.0-49

Enable PIE for postgrest

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:53:29 UTC (rev 529444)
+++ PKGBUILD2019-11-15 20:57:04 UTC (rev 529445)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.0
-pkgrel=48
+pkgrel=49
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")
@@ -36,7 +36,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-CI
+-f-CI --ghc-option='-pie'
 runhaskell Setup build
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:53:16
  Author: felixonmars
Revision: 529443

upgpkg: shellcheck 0.7.0-53

rebuild with cmark-gfm 0.2.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:49:59 UTC (rev 529442)
+++ PKGBUILD2019-11-15 20:53:16 UTC (rev 529443)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=52
+pkgrel=53
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:53:29
  Author: felixonmars
Revision: 529444

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:49:46
  Author: felixonmars
Revision: 529441

upgpkg: pandoc-crossref 0.3.4.1-118

rebuild with cmark-gfm 0.2.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:48:09 UTC (rev 529440)
+++ PKGBUILD2019-11-15 20:49:46 UTC (rev 529441)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.1
-pkgrel=117
+pkgrel=118
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:49:59
  Author: felixonmars
Revision: 529442

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:48:09
  Author: felixonmars
Revision: 529440

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:47:56
  Author: felixonmars
Revision: 529439

upgpkg: haskell-hakyll 4.12.5.2-120

rebuild with cmark-gfm 0.2.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:45:54 UTC (rev 529438)
+++ PKGBUILD2019-11-15 20:47:56 UTC (rev 529439)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.2
-pkgrel=119
+pkgrel=120
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:45:54
  Author: felixonmars
Revision: 529438

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:45:41
  Author: felixonmars
Revision: 529437

upgpkg: pandoc-citeproc 0.16.2-137

rebuild with cmark-gfm 0.2.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:41:12 UTC (rev 529436)
+++ PKGBUILD2019-11-15 20:45:41 UTC (rev 529437)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.2
-pkgrel=136
+pkgrel=137
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:41:12
  Author: felixonmars
Revision: 529436

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:40:59
  Author: felixonmars
Revision: 529435

upgpkg: pandoc 2.7.3-69

rebuild with cmark-gfm 0.2.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:37:24 UTC (rev 529434)
+++ PKGBUILD2019-11-15 20:40:59 UTC (rev 529435)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.7.3
-pkgrel=68
+pkgrel=69
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2019-11-15 Thread Andrzej Giniewicz via arch-commits
Date: Friday, November 15, 2019 @ 20:37:24
  Author: aginiewicz
Revision: 529434

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 20:37:20 UTC (rev 529433)
+++ PKGBUILD2019-11-15 20:37:24 UTC (rev 529434)
@@ -1,29 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname='python-apptools'
-pkgver=4.4.0
-pkgrel=6
-pkgdesc="Application tools"
-arch=('any')
-url="https://github.com/enthought/apptools;
-license=('BSD')
-depends=('python-traits')
-makedepends=('python-setuptools')
-optdepends=('python-configobj: for apptools.preferences package'
-'python-traitsui: for user interface to apptools')
-source=("apptools-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz;)
-sha256sums=('00c4e6cb8c8cd59ff0464fe59de356aa6e8a2bd5a106f5841db36dab7f782a7e')
-
-build() {
-  cd "$srcdir"/apptools-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/apptools-$pkgver
-
-  python setup.py install --root="$pkgdir"/  --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apptools/repos/community-any/PKGBUILD (from rev 529433, 
python-apptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 20:37:24 UTC (rev 529434)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-apptools'
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="Application tools"
+arch=('any')
+url="https://github.com/enthought/apptools;
+license=('BSD')
+depends=('python-traits')
+makedepends=('python-setuptools')
+optdepends=('python-configobj: for apptools.preferences package'
+'python-traitsui: for user interface to apptools')
+source=("apptools-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz;)
+sha256sums=('1bf5931d6e8fa79f94d0de20a5cab1eeedc7775fe599628d14aa51d31004e3ee')
+
+build() {
+  cd "$srcdir"/apptools-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/apptools-$pkgver
+
+  python setup.py install --root="$pkgdir"/  --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-15 Thread Andrzej Giniewicz via arch-commits
Date: Friday, November 15, 2019 @ 20:37:20
  Author: aginiewicz
Revision: 529433

upgpkg: python-apptools 4.5.0-1

python-apptools: new upstream release

Modified:
  python-apptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:35:49 UTC (rev 529432)
+++ PKGBUILD2019-11-15 20:37:20 UTC (rev 529433)
@@ -1,8 +1,8 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname='python-apptools'
-pkgver=4.4.0
-pkgrel=6
+pkgver=4.5.0
+pkgrel=1
 pkgdesc="Application tools"
 arch=('any')
 url="https://github.com/enthought/apptools;
@@ -12,7 +12,7 @@
 optdepends=('python-configobj: for apptools.preferences package'
 'python-traitsui: for user interface to apptools')
 
source=("apptools-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz;)
-sha256sums=('00c4e6cb8c8cd59ff0464fe59de356aa6e8a2bd5a106f5841db36dab7f782a7e')
+sha256sums=('1bf5931d6e8fa79f94d0de20a5cab1eeedc7775fe599628d14aa51d31004e3ee')
 
 build() {
   cd "$srcdir"/apptools-$pkgver


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

2019-11-15 Thread Andrzej Giniewicz via arch-commits
Date: Friday, November 15, 2019 @ 20:35:49
  Author: aginiewicz
Revision: 529432

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 20:35:46 UTC (rev 529431)
+++ PKGBUILD2019-11-15 20:35:49 UTC (rev 529432)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Michael Schubert 
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname='python-bottleneck'
-pkgver=1.2.1
-pkgrel=6
-pkgdesc="Fast NumPy array functions written in Cython"
-arch=('x86_64')
-url="https://github.com/kwgoodman/bottleneck;
-license=('BSD')
-makedepends=('python-setuptools')
-depends=('python-numpy')
-optdepends=('python-nose: needed for integrated test suite'
-'python-scipy: needed for integrated benchmarks')
-source=("https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz;)
-sha256sums=('268a21f451f1fe3749619c64d36e9feda84fefdcb82a4701a3e63a9430874b22')
-
-build() {
-  cd "$srcdir"/bottleneck-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/bottleneck-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-bottleneck/repos/community-x86_64/PKGBUILD (from rev 529431, 
python-bottleneck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 20:35:49 UTC (rev 529432)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Michael Schubert 
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname='python-bottleneck'
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Fast NumPy array functions written in Cython"
+arch=('x86_64')
+url="https://github.com/kwgoodman/bottleneck;
+license=('BSD')
+makedepends=('python-setuptools')
+depends=('python-numpy')
+optdepends=('python-nose: needed for integrated test suite'
+'python-scipy: needed for integrated benchmarks')
+source=("https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz;)
+sha256sums=('8a9ecf681a81ba7709637778d5760a078f5f45371bdaf29edbdf01ecb0b8d966')
+
+build() {
+  cd "$srcdir"/bottleneck-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/bottleneck-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-15 Thread Andrzej Giniewicz via arch-commits
Date: Friday, November 15, 2019 @ 20:35:46
  Author: aginiewicz
Revision: 529431

upgpkg: python-bottleneck 1.3.0-1

python-bottleneck: new upstream release

Modified:
  python-bottleneck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:32:31 UTC (rev 529430)
+++ PKGBUILD2019-11-15 20:35:46 UTC (rev 529431)
@@ -3,8 +3,8 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
 
 pkgname='python-bottleneck'
-pkgver=1.2.1
-pkgrel=6
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="Fast NumPy array functions written in Cython"
 arch=('x86_64')
 url="https://github.com/kwgoodman/bottleneck;
@@ -14,7 +14,7 @@
 optdepends=('python-nose: needed for integrated test suite'
 'python-scipy: needed for integrated benchmarks')
 source=("https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz;)
-sha256sums=('268a21f451f1fe3749619c64d36e9feda84fefdcb82a4701a3e63a9430874b22')
+sha256sums=('8a9ecf681a81ba7709637778d5760a078f5f45371bdaf29edbdf01ecb0b8d966')
 
 build() {
   cd "$srcdir"/bottleneck-${pkgver}


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

2019-11-15 Thread Andrzej Giniewicz via arch-commits
Date: Friday, November 15, 2019 @ 20:32:31
  Author: aginiewicz
Revision: 529430

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 20:32:24 UTC (rev 529429)
+++ PKGBUILD2019-11-15 20:32:31 UTC (rev 529430)
@@ -1,55 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# TODO: move python-xarray from AUR to community (converting Panels to xarray)
-# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
-# TODO: move python-fastparque from AUR to community (Apache Parquet)
-# TODO: move python-s3fs from AUR to community (Amazon S3 access)
-# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
-# TODO: package pandas-gbq (Google BigQuery I/O)
-# TODO: package python-pyreadstat (SPSS files reading)
-
-pkgname=python-pandas
-pkgver=0.25.2
-pkgrel=3
-pkgdesc="Library providing high-performance, easy-to-use data structures and 
data analysis tools"
-arch=('x86_64')
-url="https://pandas.pydata.org/;
-license=('BSD')
-depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-makedepends=('cython')
-optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-'python-scipy: needed for miscellaneous statistical functions'
-'python-pytables: needed for HDF5-based storage'
-'python-sqlalchemy: needed for SQL database support'
-'python-matplotlib: needed for plotting'
-'python-openpyxl: needed for Excel XLSX input/output'
-'python-xlrd: needed for Excel XLS input'
-'python-xlwt: needed for Excel XLS output'
-'python-xlsxwriter: alternative Excel XLSX output'
-'python-jinja: needed for conditional HTML formatting'
-'python-blosc: for msgpack compression using blosc'
-'python-qtpy: needed for read_clipboard function (only one needed)'
-'python-pyqt5: needed for read_clipboard function (only one 
needed)'
-'xsel: needed for read_clipboard function (only one needed)'
-'xclip: needed for read_clipboard function (only one needed)'
-'python-beautifulsoup4: needed for read_html function'
-'python-lxml: needed for read_html function (and/or 
python-html5lib)'
-'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'
-'zlib: needed for compression for msgpack')
-source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('ca91a19d1f0a280874a24dca44aadce42da7f3a7edb7e9ab7c7baad8febee2be')
-
-build() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pandas/repos/community-x86_64/PKGBUILD (from rev 529429, 
python-pandas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 20:32:31 UTC (rev 529430)
@@ -0,0 +1,55 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Keith Hughitt 
+
+# TODO: move python-xarray from AUR to community (converting Panels to xarray)
+# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
+# TODO: move python-fastparque from AUR to community (Apache Parquet)
+# TODO: move python-s3fs from AUR to community (Amazon S3 access)
+# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
+# TODO: package pandas-gbq (Google BigQuery I/O)
+# TODO: package python-pyreadstat (SPSS files reading)
+
+pkgname=python-pandas
+pkgver=0.25.3
+pkgrel=1
+pkgdesc="Library providing high-performance, easy-to-use data structures and 
data analysis tools"
+arch=('x86_64')
+url="https://pandas.pydata.org/;
+license=('BSD')
+depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
+makedepends=('cython')
+optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
+'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
+'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'

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

2019-11-15 Thread Andrzej Giniewicz via arch-commits
Date: Friday, November 15, 2019 @ 20:32:24
  Author: aginiewicz
Revision: 529429

upgpkg: python-pandas 0.25.3-1

python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:27:31 UTC (rev 529428)
+++ PKGBUILD2019-11-15 20:32:24 UTC (rev 529429)
@@ -10,8 +10,8 @@
 # TODO: package python-pyreadstat (SPSS files reading)
 
 pkgname=python-pandas
-pkgver=0.25.2
-pkgrel=3
+pkgver=0.25.3
+pkgrel=1
 pkgdesc="Library providing high-performance, easy-to-use data structures and 
data analysis tools"
 arch=('x86_64')
 url="https://pandas.pydata.org/;
@@ -40,7 +40,7 @@
 'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'
 'zlib: needed for compression for msgpack')
 
source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('ca91a19d1f0a280874a24dca44aadce42da7f3a7edb7e9ab7c7baad8febee2be')
+sha256sums=('52da74df8a9c9a103af0a72c9d5fdc8e0183a90884278db7f386b5692a2220a4')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:27:19
  Author: felixonmars
Revision: 529427

upgpkg: haskell-cmark-gfm 0.2.1-1

rebuild with cmark-gfm 0.2.1

Modified:
  haskell-cmark-gfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:24:18 UTC (rev 529426)
+++ PKGBUILD2019-11-15 20:27:19 UTC (rev 529427)
@@ -3,8 +3,8 @@
 
 _hkgname=cmark-gfm
 pkgname=haskell-cmark-gfm
-pkgver=0.2.0
-pkgrel=4
+pkgver=0.2.1
+pkgrel=1
 pkgdesc="Fast, accurate GitHub Flavored Markdown parser and renderer"
 url="https://github.com/kivikakk/cmark-gfm-hs;
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'cmark-gfm')
 makedepends=('ghc' 'haskell-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('9ad30f056cefa801e6ca4fdbedad92184ccbe853e87d7e2c1ce6b67c58139c4c660ce453826af5d944c7a69d1e495e9310853c28d78b670ef386e068a76e66e6')
+sha512sums=('46c0847608f741df689e5b213ecd023bedc4c79ee9b91bff55eae11ad600b248e5816b7c259d5c862b3c9742c6f5d08b16d1a6cf1b8724f7831e77788d4df70d')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:27:31
  Author: felixonmars
Revision: 529428

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cmark-gfm/repos/community-staging-x86_64/
  haskell-cmark-gfm/repos/community-staging-x86_64/PKGBUILD
(from rev 529427, haskell-cmark-gfm/trunk/PKGBUILD)

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

Copied: haskell-cmark-gfm/repos/community-staging-x86_64/PKGBUILD (from rev 
529427, haskell-cmark-gfm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-15 20:27:31 UTC (rev 529428)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmark-gfm
+pkgname=haskell-cmark-gfm
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Fast, accurate GitHub Flavored Markdown parser and renderer"
+url="https://github.com/kivikakk/cmark-gfm-hs;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'cmark-gfm')
+makedepends=('ghc' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('46c0847608f741df689e5b213ecd023bedc4c79ee9b91bff55eae11ad600b248e5816b7c259d5c862b3c9742c6f5d08b16d1a6cf1b8724f7831e77788d4df70d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fpkgconfig
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 20:23:12
  Author: jelle
Revision: 529419

archrelease: copy trunk to community-x86_64

Added:
  k9s/repos/community-x86_64/PKGBUILD
(from rev 529418, k9s/trunk/PKGBUILD)
Deleted:
  k9s/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 20:23:00 UTC (rev 529418)
+++ PKGBUILD2019-11-15 20:23:12 UTC (rev 529419)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=k9s
-pkgver=0.9.2
-pkgrel=1
-pkgdesc='Kubernetes TUI for managing clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go)
-source=("git+$url#commit=785bd5ae34ccdcbfb7af2342eb2dca4cb3c39728") # 0.9.2
-sha256sums=('SKIP')
-
-build() {
-  cd $pkgname
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 529418, 
k9s/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 20:23:12 UTC (rev 529419)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=k9s
+pkgver=0.9.2
+pkgrel=2
+pkgdesc='Kubernetes TUI for managing clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go-pie)
+source=("git+$url#commit=785bd5ae34ccdcbfb7af2342eb2dca4cb3c39728") # 0.9.2
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}"
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:20:54
  Author: felixonmars
Revision: 529416

upgpkg: postgrest 6.0.0-48

rebuild with data-dword 0.3.1.3

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:17:20 UTC (rev 529415)
+++ PKGBUILD2019-11-15 20:20:54 UTC (rev 529416)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.0
-pkgrel=47
+pkgrel=48
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:21:08
  Author: felixonmars
Revision: 529417

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 20:23:00
  Author: jelle
Revision: 529418

upgpkg: k9s 0.9.2-2

Rebuild for PIE

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:21:08 UTC (rev 529417)
+++ PKGBUILD2019-11-15 20:23:00 UTC (rev 529418)
@@ -2,12 +2,12 @@
 
 pkgname=k9s
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Kubernetes TUI for managing clusters and pods'
 arch=(x86_64)
 url='https://github.com/derailed/k9s'
 license=(APACHE)
-makedepends=(git go)
+makedepends=(git go-pie)
 source=("git+$url#commit=785bd5ae34ccdcbfb7af2342eb2dca4cb3c39728") # 0.9.2
 sha256sums=('SKIP')
 


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:15:49
  Author: felixonmars
Revision: 529412

upgpkg: haskell-hasql-pool 0.5.1-23

rebuild with data-dword 0.3.1.3

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:14:49 UTC (rev 529411)
+++ PKGBUILD2019-11-15 20:15:49 UTC (rev 529412)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.1
-pkgrel=22
+pkgrel=23
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:16:02
  Author: felixonmars
Revision: 529413

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 529412, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
529412, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-15 20:16:02 UTC (rev 529413)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.1
+pkgrel=23
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('09f25a26f2317a0cdfa578ddb0ab23f6077c3e2849da2d4ecb72f2e1c63a57693b566269a2a01b5fb2bca8a3c85871ee6c24be715e9c9b810001447cee1c4a3e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+#runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:17:06
  Author: felixonmars
Revision: 529414

upgpkg: haskell-hasql-transaction 0.7.2-19

rebuild with data-dword 0.3.1.3

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:16:02 UTC (rev 529413)
+++ PKGBUILD2019-11-15 20:17:06 UTC (rev 529414)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.7.2
-pkgrel=18
+pkgrel=19
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:14:36
  Author: felixonmars
Revision: 529410

upgpkg: haskell-hasql 1.4-19

rebuild with data-dword 0.3.1.3

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:13:02 UTC (rev 529409)
+++ PKGBUILD2019-11-15 20:14:36 UTC (rev 529410)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4
-pkgrel=18
+pkgrel=19
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:17:20
  Author: felixonmars
Revision: 529415

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 529414, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 529414, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-15 20:17:20 UTC (rev 529415)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.7.2
+pkgrel=19
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('630c03f362ad641ad07bfad543eff58f81acf7cb25c3dc050b51ea6939964ac0cf5e5d8748312733863cc500817fc7eb1915119cf164ef418abb73dd3e7cbd73')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:14:49
  Author: felixonmars
Revision: 529411

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 529410, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-15 20:14:49 UTC (rev 529411)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.4
+pkgrel=19
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-placeholders' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rebase' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c9587fa14052e8b7c449d94cb6b319c41eecf4892ce7f6def1c187bfbca6ca03f389d01da50c7acf0e672855b51f6e833b84a72ec7f6a3e3f4a4a237c7e6fb5a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:12:50
  Author: felixonmars
Revision: 529408

upgpkg: haskell-postgresql-binary 0.12.1.3-13

rebuild with data-dword 0.3.1.3

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:10:49 UTC (rev 529407)
+++ PKGBUILD2019-11-15 20:12:50 UTC (rev 529408)
@@ -4,7 +4,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.1.3
-pkgrel=12
+pkgrel=13
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:13:02
  Author: felixonmars
Revision: 529409

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 529408, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 529408, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-15 20:13:02 UTC (rev 529409)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.1.3
+pkgrel=13
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-prelude' 
'haskell-binary-parser'
+ 'haskell-bytestring-strict-builder' 'haskell-loch-th' 
'haskell-network-ip'
+ 'haskell-placeholders' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a517d8fbe3c3ba154c379c01dd83b5322eece425ec4546e6bc7386836a10e7b6366415afecea82d0c9043f26caeb53dc74d071c068a0473ac0128a583d78bc16')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:10:49
  Author: felixonmars
Revision: 529407

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-network-ip/repos/community-staging-x86_64/PKGBUILD (from rev 
529406, haskell-network-ip/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-15 20:10:49 UTC (rev 529407)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+_hkgname=network-ip
+pkgname=haskell-network-ip
+pkgver=0.3.0.3
+pkgrel=2
+pkgdesc="Internet Protocol data structures"
+url="https://github.com/mvv/network-ip;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' 'haskell-data-dword' 
'haskell-data-endian'
+ 'haskell-data-serializer' 'haskell-data-textual' 'haskell-hashable' 
'haskell-parsers'
+ 'haskell-text-printer' 'haskell-type-hint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0d628e514d3696db04350e54f87f179d5468e983001bfc3865ac65f6f430416c5c111b1979b368dd8115f06dd94c675b28b632ca75b22341fcc1522b7f1f2e36')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:10:36
  Author: felixonmars
Revision: 529406

upgpkg: haskell-network-ip 0.3.0.3-2

rebuild with data-dword 0.3.1.3

Modified:
  haskell-network-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 20:09:20 UTC (rev 529405)
+++ PKGBUILD2019-11-15 20:10:36 UTC (rev 529406)
@@ -3,7 +3,7 @@
 _hkgname=network-ip
 pkgname=haskell-network-ip
 pkgver=0.3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Internet Protocol data structures"
 url="https://github.com/mvv/network-ip;
 license=('BSD')


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:09:20
  Author: felixonmars
Revision: 529405

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-dword/repos/community-staging-x86_64/
  haskell-data-dword/repos/community-staging-x86_64/PKGBUILD
(from rev 529404, haskell-data-dword/trunk/PKGBUILD)

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

Copied: haskell-data-dword/repos/community-staging-x86_64/PKGBUILD (from rev 
529404, haskell-data-dword/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-15 20:09:20 UTC (rev 529405)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-dword
+pkgname=haskell-data-dword
+pkgver=0.3.1.3
+pkgrel=1
+pkgdesc="Stick two binary words together to get a bigger one"
+url="https://github.com/mvv/data-dword;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-bword' 'haskell-hashable')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('12651bc8d086e1873e05261c1a7ea807863f05ea35dd1d6b80a48d5f4750a4beee4f6eeedf1a79b290899174b93c8c6b2f32f4a02941e1de6dae236fea55239d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 20:09:07
  Author: felixonmars
Revision: 529404

upgpkg: haskell-data-dword 0.3.1.3-1

rebuild with data-dword 0.3.1.3

Modified:
  haskell-data-dword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:58:04 UTC (rev 529403)
+++ PKGBUILD2019-11-15 20:09:07 UTC (rev 529404)
@@ -2,8 +2,8 @@
 
 _hkgname=data-dword
 pkgname=haskell-data-dword
-pkgver=0.3.1.2
-pkgrel=48
+pkgver=0.3.1.3
+pkgrel=1
 pkgdesc="Stick two binary words together to get a bigger one"
 url="https://github.com/mvv/data-dword;
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-data-bword' 'haskell-hashable')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('1578dd21cb9e0856a6628f93d0617249895d34741f7c8d43547863e2dadd815ea9732b216d10cbdcaf149057222ae355af86423efa45795fd5a6d2da0ce6ed96')
+sha512sums=('12651bc8d086e1873e05261c1a7ea807863f05ea35dd1d6b80a48d5f4750a4beee4f6eeedf1a79b290899174b93c8c6b2f32f4a02941e1de6dae236fea55239d')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:57:23
  Author: felixonmars
Revision: 368940

upgpkg: subversion 1.13.0-1

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:47:35 UTC (rev 368939)
+++ PKGBUILD2019-11-15 19:57:23 UTC (rev 368940)
@@ -5,7 +5,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.12.2
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
@@ -31,7 +31,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('b1f859b460afa54598778d8633f648acb4fa46138f7d6f0c1451e3c6a1de71df859233cd9ac7f19f0f20d7237ed3988f0a38da7552ffa58391e19d957bc7c136'
+sha512sums=('36f390b412bf772bf894efc2aadc247f12ca30ac407e04f664c14411c3519e1bb242d1239f2f44cbcb86eafc7c413efc8eadbfe1d1e75118235a7b7adc6c85b2'
 'SKIP'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
@@ -46,8 +46,10 @@
   '3D1DC66D6D2E0B9039528138C4A6C625CCC8E1DF'
   'A844790FB5743606EE95920776D788E1ED1A599C'
   '7B8CA7F6451AD89C8ADC077B376A3CFD110B1C95'
-  '056F8016D9B87B1BDE41746799EC741B57921ACC')
-# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin / Stefan Fuhrmann / Stefan Hett (CODE SIGNING KEY)
+  '056F8016D9B87B1BDE41746799EC741B57921ACC'
+  '3F8E467CB3366E3013E1120D583F00ADF981C39F')
+# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin /
+# Stefan Fuhrmann / Stefan Hett (CODE SIGNING KEY) /Nathan Hartman (CODE 
SIGNING KEY)
 
 prepare() {
cd ${pkgname}-${pkgver}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:57:54
  Author: felixonmars
Revision: 368941

archrelease: copy trunk to testing-x86_64

Added:
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 368940, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/ruby-frozen-nil.patch
(from rev 368940, subversion/trunk/ruby-frozen-nil.patch)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 368940, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 368940, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 368940, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 368940, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 368940, subversion/trunk/svnserve.tmpfiles)

+
 PKGBUILD   |  118 +++
 ruby-frozen-nil.patch  |   42 +++
 subversion.rpath.fix.patch |   11 
 svn|   11 
 svnserve.conf  |5 +
 svnserve.service   |   11 
 svnserve.tmpfiles  |1 
 7 files changed, 199 insertions(+)

Copied: subversion/repos/testing-x86_64/PKGBUILD (from rev 368940, 
subversion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-15 19:57:54 UTC (rev 368941)
@@ -0,0 +1,118 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Paul Mattal 
+# Contributor: Jason Chu 
+
+pkgname=subversion
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="A Modern Concurrent Version Control System"
+arch=('x86_64')
+url="https://subversion.apache.org/;
+license=('APACHE')
+depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig3' 'java-environment>=8'
+ 'libgnome-keyring' 'kwallet' 'kdelibs4support' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kwallet: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python2: for some hook scripts'
+'java-environment: for Java support'
+'ruby: for some hook scripts')
+checkdepends=('ruby-test-unit')
+provides=('svn')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+options=('!makeflags' '!emptydirs')
+source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch
+ruby-frozen-nil.patch)
+sha512sums=('36f390b412bf772bf894efc2aadc247f12ca30ac407e04f664c14411c3519e1bb242d1239f2f44cbcb86eafc7c413efc8eadbfe1d1e75118235a7b7adc6c85b2'
+'SKIP'
+
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
+
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
+
'7775f4da5003970c9ebdc2f696ba090df194a77d9daed791875488c943f72ae496b5f9cc6f3ff9f3f4de9f352a3b518137babdea38947d1a2d5dd16aa1844036'
+
'8cc23ae71bd7ce7c337eaf12929f1af0a11b55250808e88f06397b874daf2efb9491c464be3d082d937a82c2b0b7c3ed06d6695cfd8a3fda1f803bbfd15837de'
+
'60d538160e738eb3b3e84a3881fe5a8d75c79053d3f31c4c29ef6ace6ccc5dd4367ed712766c911bae3436e9706e4dd144b270bb45161a6c1834a37e154d0440'
+
'bb772e55acd9601121ad06b254c364e8d8cf772ca59b8df0cf4c5c5ecba110d4108d0363672f121f770550cdd052802474029e57643258f398aacd2b63ccb898')
+validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01'
+  '8BC4DAE0C5A4D65F404401074F7DBAA99A59B973'
+  'BA3C15B1337CF0FB222BD41A1BCA6586A347943F'
+  'E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74'
+  '3D1DC66D6D2E0B9039528138C4A6C625CCC8E1DF'
+  'A844790FB5743606EE95920776D788E1ED1A599C'
+  '7B8CA7F6451AD89C8ADC077B376A3CFD110B1C95'
+  '056F8016D9B87B1BDE41746799EC741B57921ACC'
+  '3F8E467CB3366E3013E1120D583F00ADF981C39F')
+# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin /
+# Stefan Fuhrmann / Stefan Hett (CODE SIGNING KEY) /Nathan Hartman (CODE 
SIGNING KEY)
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   patch -p1 -i ../ruby-frozen-nil.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
+   rm subversion/bindings/swig/proxy/*.swg
+
+   ./autogen.sh
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+   

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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:50:27
  Author: felixonmars
Revision: 529368

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   83 
 stack.install |4 ++
 2 files changed, 87 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 529367, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-15 19:50:27 UTC (rev 529368)
@@ -0,0 +1,83 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.1.3
+pkgrel=64
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-colour'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit'
+ 'haskell-echo' 'haskell-exceptions' 'haskell-extra' 
'haskell-file-embed' 'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hi-file-parser' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 
'haskell-http-download'
+ 'haskell-http-types' 'haskell-memory' 'haskell-microlens' 
'haskell-mintty'
+ 'haskell-mono-traversable' 'haskell-mustache' 
'haskell-neat-interpolation'
+ 'haskell-network-uri' 'haskell-open-browser' 
'haskell-optparse-applicative'
+ 'haskell-optparse-generic' 'haskell-optparse-simple' 'haskell-pantry' 
'haskell-path'
+ 'haskell-path-io' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-retry' 'haskell-rio' 'haskell-rio-prettyprint' 
'haskell-split'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-terminal-size'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+
https://github.com/commercialhaskell/stack/commit/62c24fa0552dc722260f1cee75325145e837ab6a.patch)
+sha512sums=('SKIP'
+
'99bb04cf6581a8d712413822f834856b036b37ab2ae41307e82a7064b12cdfa43c6ccc60adfa870057f9ba197e1ae4eda144a7088306630400c0798a2b60d9c6')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../62c24fa0552dc722260f1cee75325145e837ab6a.patch || :
+  hpack
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i '1i {-# LANGUAGE UndecidableInstances #-}' 
src/Stack/Storage/{User,Project}.hs
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls 

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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:50:12
  Author: felixonmars
Revision: 529367

upgpkg: stack 2.1.3-64

rebuild with asn1-parse 0.9.5

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:48:33 UTC (rev 529366)
+++ PKGBUILD2019-11-15 19:50:12 UTC (rev 529367)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.1.3
-pkgrel=63
+pkgrel=64
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


[arch-commits] Commit in intel-compute-runtime/repos/community-x86_64 (2 files)

2019-11-15 Thread Daniel Bermond via arch-commits
Date: Friday, November 15, 2019 @ 19:48:33
  Author: dbermond
Revision: 529366

archrelease: copy trunk to community-x86_64

Added:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD
(from rev 529365, intel-compute-runtime/trunk/PKGBUILD)
Deleted:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 19:48:09 UTC (rev 529365)
+++ PKGBUILD2019-11-15 19:48:33 UTC (rev 529366)
@@ -1,38 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-_srcname=compute-runtime
-pkgname=intel-${_srcname}
-pkgver=19.44.14658
-pkgrel=1
-pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
-arch=(x86_64)
-url="https://01.org/compute-runtime;
-license=(MIT)
-depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva)
-optdepends=('libva: for cl_intel_va_api_media_sharing'
-'libdrm: for cl_intel_va_api_media_sharing')
-provides=(opencl-driver)
-source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('a43de90f54d31018c7b04f8b8cef134c5abafa068493023dd902e0efbfbf1e25')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${_srcname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DNEO_DRIVER_VERSION=${pkgver}
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-compute-runtime/repos/community-x86_64/PKGBUILD (from rev 529365, 
intel-compute-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 19:48:33 UTC (rev 529366)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=compute-runtime
+pkgname=intel-${_srcname}
+pkgver=19.44.14658
+pkgrel=2
+pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver)
+source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('a43de90f54d31018c7b04f8b8cef134c5abafa068493023dd902e0efbfbf1e25')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${_srcname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_DRIVER_VERSION=${pkgver}
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-11-15 Thread Daniel Bermond via arch-commits
Date: Friday, November 15, 2019 @ 19:48:09
  Author: dbermond
Revision: 529365

upgpkg: intel-compute-runtime 19.44.14658-2

Rebuild against intel-graphics-compiler 1.0.2805

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:43:44 UTC (rev 529364)
+++ PKGBUILD2019-11-15 19:48:09 UTC (rev 529365)
@@ -4,7 +4,7 @@
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
 pkgver=19.44.14658
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
 url="https://01.org/compute-runtime;


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

2019-11-15 Thread Evangelos Foutras via arch-commits
Date: Friday, November 15, 2019 @ 19:47:35
  Author: foutrelis
Revision: 368939

archrelease: copy trunk to extra-x86_64

Added:
  exo/repos/extra-x86_64/PKGBUILD
(from rev 368938, exo/trunk/PKGBUILD)
Deleted:
  exo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 19:47:30 UTC (rev 368938)
+++ PKGBUILD2019-11-15 19:47:35 UTC (rev 368939)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=exo
-pkgver=0.12.8
-pkgrel=1
-pkgdesc="Application library for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3400a2e64aa41ede25bedaca4909bde7ea4f8698d9598d1b80f02a40ac89fcde')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-x86_64/PKGBUILD (from rev 368938, exo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 19:47:35 UTC (rev 368939)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=exo
+pkgver=0.12.9
+pkgrel=1
+pkgdesc="Application library for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9ba0bf0fd59aeb1cd32ae3863e7a78222655eb15eb675ba08f3b3fb933b6fbfe')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-15 Thread Evangelos Foutras via arch-commits
Date: Friday, November 15, 2019 @ 19:47:30
  Author: foutrelis
Revision: 368938

upgpkg: exo 0.12.9-1

New upstream release.

Modified:
  exo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:03:50 UTC (rev 368937)
+++ PKGBUILD2019-11-15 19:47:30 UTC (rev 368938)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=exo
-pkgver=0.12.8
+pkgver=0.12.9
 pkgrel=1
 pkgdesc="Application library for Xfce"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3400a2e64aa41ede25bedaca4909bde7ea4f8698d9598d1b80f02a40ac89fcde')
+sha256sums=('9ba0bf0fd59aeb1cd32ae3863e7a78222655eb15eb675ba08f3b3fb933b6fbfe')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:43:32
  Author: felixonmars
Revision: 529363

upgpkg: shellcheck 0.7.0-52

rebuild with asn1-parse 0.9.5

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:38:49 UTC (rev 529362)
+++ PKGBUILD2019-11-15 19:43:32 UTC (rev 529363)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=51
+pkgrel=52
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:43:44
  Author: felixonmars
Revision: 529364

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 529363, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-15 19:43:44 UTC (rev 529364)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.0
+pkgrel=52
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:38:49
  Author: felixonmars
Revision: 529362

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:38:37
  Author: felixonmars
Revision: 529361

upgpkg: postgrest 6.0.0-47

rebuild with asn1-parse 0.9.5

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:35:04 UTC (rev 529360)
+++ PKGBUILD2019-11-15 19:38:37 UTC (rev 529361)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.0
-pkgrel=46
+pkgrel=47
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:34:52
  Author: felixonmars
Revision: 529359

upgpkg: pandoc-crossref 0.3.4.1-117

rebuild with asn1-parse 0.9.5

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:33:13 UTC (rev 529358)
+++ PKGBUILD2019-11-15 19:34:52 UTC (rev 529359)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.1
-pkgrel=116
+pkgrel=117
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:35:04
  Author: felixonmars
Revision: 529360

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:33:13
  Author: felixonmars
Revision: 529358

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:33:01
  Author: felixonmars
Revision: 529357

upgpkg: haskell-hakyll 4.12.5.2-119

rebuild with asn1-parse 0.9.5

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:30:55 UTC (rev 529356)
+++ PKGBUILD2019-11-15 19:33:01 UTC (rev 529357)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.2
-pkgrel=118
+pkgrel=119
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:30:42
  Author: felixonmars
Revision: 529355

upgpkg: pandoc-citeproc 0.16.2-136

rebuild with asn1-parse 0.9.5

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:26:38 UTC (rev 529354)
+++ PKGBUILD2019-11-15 19:30:42 UTC (rev 529355)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.2
-pkgrel=135
+pkgrel=136
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


  1   2   3   4   >