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

2019-04-07 Thread Felix Yan via arch-commits
Date: Monday, April 8, 2019 @ 02:05:31
  Author: felixonmars
Revision: 450339

upgpkg: python-hypothesis 4.14.6-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-08 01:26:22 UTC (rev 450338)
+++ PKGBUILD2019-04-08 02:05:31 UTC (rev 450339)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.14.5
+pkgver=4.14.6
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('ce20eb1787f12c6b9e71f353b3dfe7fda4174919d685f49970f4ebfe2727138b33511b92fce5585abeced9deda1f9935b56a4cc448cdd81943d0e74342accedb')
+sha512sums=('4b9b79065f1c72ea2b1bd6d0d78a6cb1b0371ab06cc3432bfba821b1570c2037c455da303a38fb38538508b14289b1ac9ccaa59b04e0abd873b55db9e70185c2')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Monday, April 8, 2019 @ 02:05:47
  Author: felixonmars
Revision: 450340

archrelease: copy trunk to community-any

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

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

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

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 450339, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-08 02:05:47 UTC (rev 450340)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.14.6
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+ 

[arch-commits] Commit in jenkins/repos/community-any (14 files)

2019-04-07 Thread Felix Yan via arch-commits
Date: Monday, April 8, 2019 @ 01:26:22
  Author: felixonmars
Revision: 450338

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 450337, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 450337, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 450337, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 450337, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 450337, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 450337, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 450337, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-04-08 01:25:49 UTC (rev 450337)
+++ LICENSE 2019-04-08 01:26:22 UTC (rev 450338)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 450337, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-04-08 01:26:22 UTC (rev 450338)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-08 01:25:49 UTC (rev 450337)
+++ PKGBUILD2019-04-08 01:26:22 UTC (rev 450338)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.170
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2019-04-07 Thread Felix Yan via arch-commits
Date: Monday, April 8, 2019 @ 01:25:49
  Author: felixonmars
Revision: 450337

upgpkg: jenkins 2.171-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-08 01:23:20 UTC (rev 450336)
+++ PKGBUILD2019-04-08 01:25:49 UTC (rev 450337)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.170
+pkgver=2.171
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('00b17e29c3896174ae77b53165b84bea367f0049e9b135f03524e57e79d50c87d1f05f64ecfe90803c04e07065291f50b6a7c8aff517783e9835e8d698df9f89'
+sha512sums=('3b38ef1d0deaa39d2faad310c2523124bd82e604f7a7bf24a614e9c405266b94ab6c0fea141379e55f188b65b6383f6827737f24ad38cfb99d380bececd8fa02'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Monday, April 8, 2019 @ 01:23:20
  Author: felixonmars
Revision: 450336

archrelease: copy trunk to community-any

Added:
  yapf/repos/community-any/PKGBUILD
(from rev 450335, yapf/trunk/PKGBUILD)
Deleted:
  yapf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-08 01:22:45 UTC (rev 450335)
+++ PKGBUILD2019-04-08 01:23:20 UTC (rev 450336)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=yapf
-pkgver=0.26.0
-pkgrel=2
-pkgdesc="Python style guide checker"
-arch=('any')
-url="https://github.com/google/yapf;
-license=('Apache')
-depends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz;)
-sha512sums=('6a2c7dbf9b2014361ccca20caa6fdf677da1605e820db80d0a7dadb83d87daeb0012ddf48ef3cdc7ad259add1092b6471fab14a6ea55aa86449abefb5d9b8d4a')
-
-build() {
-  cd yapf-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd yapf-$pkgver
-  nosetests3 || warning "https://github.com/google/yapf/issues/586;
-}
-
-package() {
-  cd yapf-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-}

Copied: yapf/repos/community-any/PKGBUILD (from rev 450335, yapf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-08 01:23:20 UTC (rev 450336)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=yapf
+pkgver=0.27.0
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="https://github.com/google/yapf;
+license=('Apache')
+depends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz;)
+sha512sums=('d161c232d485ce7a6173fc6d796ed9bd880736d365d61f27fd608b590dddfc3fa8fd60fa88d8ebee8e63db616761ede6f1dfa74579c8ec9df5d3c81b50dc2ade')
+
+build() {
+  cd yapf-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd yapf-$pkgver
+  nosetests3 || warning "https://github.com/google/yapf/issues/586;
+}
+
+package() {
+  cd yapf-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Monday, April 8, 2019 @ 01:22:45
  Author: felixonmars
Revision: 450335

upgpkg: yapf 0.27.0-1

Modified:
  yapf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 23:26:42 UTC (rev 450334)
+++ PKGBUILD2019-04-08 01:22:45 UTC (rev 450335)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=yapf
-pkgver=0.26.0
-pkgrel=2
+pkgver=0.27.0
+pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')
 url="https://github.com/google/yapf;
@@ -10,7 +10,7 @@
 depends=('python-setuptools')
 checkdepends=('python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz;)
-sha512sums=('6a2c7dbf9b2014361ccca20caa6fdf677da1605e820db80d0a7dadb83d87daeb0012ddf48ef3cdc7ad259add1092b6471fab14a6ea55aa86449abefb5d9b8d4a')
+sha512sums=('d161c232d485ce7a6173fc6d796ed9bd880736d365d61f27fd608b590dddfc3fa8fd60fa88d8ebee8e63db616761ede6f1dfa74579c8ec9df5d3c81b50dc2ade')
 
 build() {
   cd yapf-$pkgver


[arch-commits] Commit in nextcloud-app-spreed/trunk (PKGBUILD)

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 23:26:36
  Author: dvzrv
Revision: 450333

upgpkg: nextcloud-app-spreed 1:5.0.2-1

Downgrading to 5.0.2, because upstream has broken semver. Fun.

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 20:17:55 UTC (rev 450332)
+++ PKGBUILD2019-04-07 23:26:36 UTC (rev 450333)
@@ -1,8 +1,11 @@
 # Maintainer: David Runge 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=5.99.10
+pkgver=5.0.2
 pkgrel=1
+# epoch needed, because of fake semver:
+# https://github.com/nextcloud/spreed/issues/1685
+epoch=1
 pkgdesc="Video & audio-conferencing using WebRTC"
 arch=('any')
 url="https://apps.nextcloud.com/apps/spreed;
@@ -9,7 +12,7 @@
 license=('AGPL3')
 depends=('nextcloud<16.0.0')
 
source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('9aae5acdbbbfe49c37e447382d51f59a498260efa0b177b6da470aa16df018ee1c7c719f7032ad97e4b5d935681e1f5aa29b16916a588f63b32a853a45f7ea80')
+sha512sums=('ef849cb56f7973a92a61d19f36d1aaa795ec2d4c6c44e11d52ee675a21b8751a46003636dfdb2aacc87c0bf25e9e1dbb6fa61ffee3aa61a7e8f0ba627996ac0b')
 
 prepare() {
   find ${_name} -type f -exec chmod 644 {} +


[arch-commits] Commit in nextcloud-app-spreed/repos/community-any (PKGBUILD PKGBUILD)

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 23:26:42
  Author: dvzrv
Revision: 450334

archrelease: copy trunk to community-any

Added:
  nextcloud-app-spreed/repos/community-any/PKGBUILD
(from rev 450333, nextcloud-app-spreed/trunk/PKGBUILD)
Deleted:
  nextcloud-app-spreed/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 23:26:36 UTC (rev 450333)
+++ PKGBUILD2019-04-07 23:26:42 UTC (rev 450334)
@@ -1,22 +0,0 @@
-# Maintainer: David Runge 
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=5.99.10
-pkgrel=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed;
-license=('AGPL3')
-depends=('nextcloud<16.0.0')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('9aae5acdbbbfe49c37e447382d51f59a498260efa0b177b6da470aa16df018ee1c7c719f7032ad97e4b5d935681e1f5aa29b16916a588f63b32a853a45f7ea80')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 450333, 
nextcloud-app-spreed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 23:26:42 UTC (rev 450334)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge 
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=5.0.2
+pkgrel=1
+# epoch needed, because of fake semver:
+# https://github.com/nextcloud/spreed/issues/1685
+epoch=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed;
+license=('AGPL3')
+depends=('nextcloud<16.0.0')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('ef849cb56f7973a92a61d19f36d1aaa795ec2d4c6c44e11d52ee675a21b8751a46003636dfdb2aacc87c0bf25e9e1dbb6fa61ffee3aa61a7e8f0ba627996ac0b')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+}


[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD)

2019-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 7, 2019 @ 20:17:55
  Author: sangy
Revision: 450332

archrelease: copy trunk to community-any

Added:
  ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 450331, ttf-ibm-plex/trunk/PKGBUILD)

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

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 450331, 
ttf-ibm-plex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 20:17:55 UTC (rev 450332)
@@ -0,0 +1,26 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aleksandar Trifunović 
+# Contributor: Matt Spaulding 
+# Contributor: pyjano 
+# Contributor: Stefan Husmann 
+
+pkgname=ttf-ibm-plex
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+depends=('fontconfig' 'xorg-font-utils')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+sha256sums=('71eb5049da9079bf6ea924ad877f4d08b3d6e0774dc9e035b857fbb3459da0bc')
+
+conflicts=('ibm-plex-fonts')
+
+package() {
+cd TrueType
+install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+
+# All the other licenses are the same as the one here...
+install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-04-07 Thread Daniel M. Capella via arch-commits
Date: Sunday, April 7, 2019 @ 20:10:19
  Author: polyzen
Revision: 450331

archrelease: copy trunk to community-any

Added:
  xandikos/repos/community-any/PKGBUILD
(from rev 450330, xandikos/trunk/PKGBUILD)
Deleted:
  xandikos/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 20:09:49 UTC (rev 450330)
+++ PKGBUILD2019-04-07 20:10:19 UTC (rev 450331)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=xandikos
-pkgver=0.0.11
-pkgrel=3
-pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git 
repository'
-arch=('any')
-url=https://www.xandikos.org/
-license=('GPL3')
-depends=('python-defusedxml' 'python-dulwich' 'python-icalendar' 
'python-jinja')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz;)
-sha512sums=('52eb3d064690a3ca8bb99c90325485102600905def933939b5a79716409b7706fb8a8c977adaa59200ab6fb49ff2ba68fc1dab5f05bf43add7f72eaa9a18f40b')
-
-build() {
-  cd xandikos-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd xandikos-$pkgver
-  python -m unittest xandikos.tests.test_suite
-}
-
-package() {
-  cd xandikos-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos README.rst
-  install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos/examples examples/*
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 xandikos.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xandikos/repos/community-any/PKGBUILD (from rev 450330, 
xandikos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 20:10:19 UTC (rev 450331)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=xandikos
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git 
repository'
+arch=('any')
+url=https://www.xandikos.org/
+license=('GPL3')
+depends=('python-defusedxml' 'python-dulwich' 'python-icalendar' 
'python-jinja')
+makedepends=('python-setuptools')
+optdepends=('uwsgi-plugin-python: to run in production')
+source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz;)
+sha512sums=('d47ef8b12c7d33efc6eeb04eb8ecc599fb87d9bb8970eee328d43c8e3cf692716e4ee5c2ba6804bdd6a57b457169e33835abf7ecd42c2f9d039990e5e09b4e1b')
+
+build() {
+  cd xandikos-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd xandikos-$pkgver
+  python -m unittest xandikos.tests.test_suite
+}
+
+package() {
+  cd xandikos-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos README.rst
+  install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos/examples examples/*
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 xandikos.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-07 Thread Daniel M. Capella via arch-commits
Date: Sunday, April 7, 2019 @ 20:09:49
  Author: polyzen
Revision: 450330

upgpkg: xandikos 0.1.0-1

Modified:
  xandikos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 19:49:07 UTC (rev 450329)
+++ PKGBUILD2019-04-07 20:09:49 UTC (rev 450330)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=xandikos
-pkgver=0.0.11
-pkgrel=3
+pkgver=0.1.0
+pkgrel=1
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git 
repository'
 arch=('any')
 url=https://www.xandikos.org/
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 optdepends=('uwsgi-plugin-python: to run in production')
 
source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz;)
-sha512sums=('52eb3d064690a3ca8bb99c90325485102600905def933939b5a79716409b7706fb8a8c977adaa59200ab6fb49ff2ba68fc1dab5f05bf43add7f72eaa9a18f40b')
+sha512sums=('d47ef8b12c7d33efc6eeb04eb8ecc599fb87d9bb8970eee328d43c8e3cf692716e4ee5c2ba6804bdd6a57b457169e33835abf7ecd42c2f9d039990e5e09b4e1b')
 
 build() {
   cd xandikos-$pkgver


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

2019-04-07 Thread Morten Linderud via arch-commits
Date: Sunday, April 7, 2019 @ 19:49:07
  Author: foxboron
Revision: 450329

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 450328, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 19:48:56 UTC (rev 450328)
+++ PKGBUILD2019-04-07 19:49:07 UTC (rev 450329)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="https://www.qutebrowser.org/;
-license=("GPL")
-depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
- "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("gst-libav: media playback with qt5-webkit backend"
-"gst-plugins-base: media playback with qt5-webkit backend"
-"gst-plugins-good: media playback with qt5-webkit backend"
-"gst-plugins-bad: media playback with qt5-webkit backend"
-"gst-plugins-ugly: media playback with qt5-webkit backend"
-"pdfjs: displaying PDF in-browser"
-"qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
-
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('66084e82b0537e44d8b44240201ff82399f69aecf49f0830aac77a5d1afc6bde'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-a2x -f manpage doc/qutebrowser.1.asciidoc
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 450328, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 19:49:07 UTC (rev 450329)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="https://www.qutebrowser.org/;
+license=("GPL")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+ "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("gst-libav: media playback with qt5-webkit backend"
+"gst-plugins-base: media playback with qt5-webkit backend"
+"gst-plugins-good: media playback with qt5-webkit backend"
+"gst-plugins-bad: media playback with qt5-webkit backend"
+"gst-plugins-ugly: media playback with qt5-webkit backend"
+"pdfjs: displaying PDF in-browser"
+"qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
+
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('178421f121d72344dc9640018f6b6c747d7f1e6875932b6e12ef4941d37593e9'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+a2x -f manpage doc/qutebrowser.1.asciidoc
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2019-04-07 Thread Morten Linderud via arch-commits
Date: Sunday, April 7, 2019 @ 19:48:56
  Author: foxboron
Revision: 450328

upgpkg: qutebrowser 1.6.1-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 19:28:23 UTC (rev 450327)
+++ PKGBUILD2019-04-07 19:48:56 UTC (rev 450328)
@@ -3,7 +3,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
@@ -23,7 +23,7 @@
 
source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
 
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('66084e82b0537e44d8b44240201ff82399f69aecf49f0830aac77a5d1afc6bde'
+sha256sums=('178421f121d72344dc9640018f6b6c747d7f1e6875932b6e12ef4941d37593e9'
 'SKIP')
 
 build() {


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

2019-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 7, 2019 @ 19:28:23
  Author: sangy
Revision: 450327

archrelease: copy trunk to community-x86_64

Added:
  containerd/repos/community-x86_64/PKGBUILD
(from rev 450326, containerd/trunk/PKGBUILD)
Deleted:
  containerd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 19:27:52 UTC (rev 450326)
+++ PKGBUILD2019-04-07 19:28:23 UTC (rev 450327)
@@ -1,41 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sébastien "Seblu" Luttringer
-# Contributor: Iwan Timmer 
-
-pkgname=containerd
-pkgver=1.2.5
-_commit=bb71b10fd8f58240ca47fbb579b9d1028eea7c84
-pkgrel=1
-pkgdesc='An open and reliable container runtime'
-url='https://containerd.io/'
-depends=('runc')
-makedepends=('go' 'git' 'btrfs-progs' 'libseccomp')
-arch=('x86_64')
-license=("APACHE")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/containerd/containerd/archive/v$pkgver.tar.gz;)
-sha256sums=('b92819bde71de947329814a3c649b8adb106cc03be16aae217b94297f4b843a1')
-
-prepare() {
-  mkdir -p src/github.com/containerd
-  ln -rTsf $pkgname-$pkgver src/github.com/containerd/containerd
-  # fix paths in service
-  sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' 
$pkgname-$pkgver/containerd.service
-}
-
-build() {
-  export GOPATH="$srcdir"
-  cd src/github.com/containerd/containerd
-  make VERSION=v$pkgver.m REVISION=$_commit.m
-}
-
-check() {
-  cd src/github.com/containerd/containerd
-  make test
-}
-
-package() {
-  export GOPATH="$srcdir"
-  cd src/github.com/containerd/containerd
-  make install DESTDIR="$pkgdir/usr"
-  install -Dm644 containerd.service 
"$pkgdir"/usr/lib/systemd/system/containerd.service
-}

Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 450326, 
containerd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 19:28:23 UTC (rev 450327)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=1.2.6
+_commit=894b81a4b802e4eb2a91d1ce216b8817763c29fb
+pkgrel=1
+pkgdesc='An open and reliable container runtime'
+url='https://containerd.io/'
+depends=('runc')
+makedepends=('go' 'git' 'btrfs-progs' 'libseccomp')
+arch=('x86_64')
+license=("Apache")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/containerd/containerd/archive/v$pkgver.tar.gz;)
+sha256sums=('f2d578b743fb9faa5b3477b7cf4b33d00501087043a53b27754f14bbe741f891')
+
+
+prepare() {
+  mkdir -p src/github.com/containerd
+  ln -rTsf $pkgname-$pkgver src/github.com/containerd/containerd
+  # fix paths in service
+  sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' 
$pkgname-$pkgver/containerd.service
+}
+
+build() {
+  export GOPATH="$srcdir"
+  cd src/github.com/containerd/containerd
+  make VERSION=v$pkgver.m REVISION=$_commit.m
+}
+
+check() {
+  cd src/github.com/containerd/containerd
+  make test
+}
+
+package() {
+  export GOPATH="$srcdir"
+  cd src/github.com/containerd/containerd
+  make install DESTDIR="$pkgdir/usr"
+  install -Dm644 containerd.service 
"$pkgdir"/usr/lib/systemd/system/containerd.service
+}


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

2019-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 7, 2019 @ 19:27:52
  Author: sangy
Revision: 450326

upgpkg: containerd 1.2.6-1

Modified:
  containerd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 19:16:26 UTC (rev 450325)
+++ PKGBUILD2019-04-07 19:27:52 UTC (rev 450326)
@@ -3,8 +3,8 @@
 # Contributor: Iwan Timmer 
 
 pkgname=containerd
-pkgver=1.2.5
-_commit=bb71b10fd8f58240ca47fbb579b9d1028eea7c84
+pkgver=1.2.6
+_commit=894b81a4b802e4eb2a91d1ce216b8817763c29fb
 pkgrel=1
 pkgdesc='An open and reliable container runtime'
 url='https://containerd.io/'
@@ -11,10 +11,11 @@
 depends=('runc')
 makedepends=('go' 'git' 'btrfs-progs' 'libseccomp')
 arch=('x86_64')
-license=("APACHE")
+license=("Apache")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/containerd/containerd/archive/v$pkgver.tar.gz;)
-sha256sums=('b92819bde71de947329814a3c649b8adb106cc03be16aae217b94297f4b843a1')
+sha256sums=('f2d578b743fb9faa5b3477b7cf4b33d00501087043a53b27754f14bbe741f891')
 
+
 prepare() {
   mkdir -p src/github.com/containerd
   ln -rTsf $pkgname-$pkgver src/github.com/containerd/containerd


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

2019-04-07 Thread Jan Steffens via arch-commits
Date: Sunday, April 7, 2019 @ 19:21:42
  Author: heftig
Revision: 350312

1.60.1-1

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 18:24:05 UTC (rev 350311)
+++ PKGBUILD2019-04-07 19:21:42 UTC (rev 350312)
@@ -3,7 +3,7 @@
 
 pkgbase=gobject-introspection
 pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.60.0
+pkgver=1.60.1
 pkgrel=1
 pkgdesc="Introspection system for GObject-based libraries"
 url="https://wiki.gnome.org/Projects/GObjectIntrospection;
@@ -12,7 +12,7 @@
 depends=(python-mako python-markdown)
 makedepends=(cairo git gtk-doc python-sphinx meson)
 options=(!emptydirs)
-_commit=03b9f8ffba23c90aebbcacdbe4160709d2f68f28  # tags/1.60.0^0
+_commit=d379a1a0f3d2af479ea74507a70fcb200b0333cc  # tags/1.60.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/glib.git#tag=2.60.0;)
 sha512sums=('SKIP'


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

2019-04-07 Thread Jan Steffens via arch-commits
Date: Sunday, April 7, 2019 @ 19:21:57
  Author: heftig
Revision: 350313

archrelease: copy trunk to extra-x86_64

Added:
  gobject-introspection/repos/extra-x86_64/PKGBUILD
(from rev 350312, gobject-introspection/trunk/PKGBUILD)
Deleted:
  gobject-introspection/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 19:21:42 UTC (rev 350312)
+++ PKGBUILD2019-04-07 19:21:57 UTC (rev 350313)
@@ -1,61 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gobject-introspection
-pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.60.0
-pkgrel=1
-pkgdesc="Introspection system for GObject-based libraries"
-url="https://wiki.gnome.org/Projects/GObjectIntrospection;
-arch=(x86_64)
-license=(LGPL GPL)
-depends=(python-mako python-markdown)
-makedepends=(cairo git gtk-doc python-sphinx meson)
-options=(!emptydirs)
-_commit=03b9f8ffba23c90aebbcacdbe4160709d2f68f28  # tags/1.60.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/glib.git#tag=2.60.0;)
-sha512sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-  
-build() {
-  arch-meson $pkgbase build \
--D cairo=true \
--D gtk_doc=true \
--D doctool=true \
--D glib_src_dir="$srcdir/glib"
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  python -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
-  python -O -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
-
-### Split runtime
-  mkdir -p "$srcdir/runtime/lib"
-  mv "$pkgdir"/usr/lib/{lib*,girepository-*} "$srcdir/runtime/lib"
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc+=" (runtime library)"
-  depends=(glib2)
-
-  mv "$srcdir/runtime" "$pkgdir/usr"
-}

Copied: gobject-introspection/repos/extra-x86_64/PKGBUILD (from rev 350312, 
gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 19:21:57 UTC (rev 350313)
@@ -0,0 +1,61 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=gobject-introspection
+pkgname=(gobject-introspection gobject-introspection-runtime)
+pkgver=1.60.1
+pkgrel=1
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://wiki.gnome.org/Projects/GObjectIntrospection;
+arch=(x86_64)
+license=(LGPL GPL)
+depends=(python-mako python-markdown)
+makedepends=(cairo git gtk-doc python-sphinx meson)
+options=(!emptydirs)
+_commit=d379a1a0f3d2af479ea74507a70fcb200b0333cc  # tags/1.60.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/glib.git#tag=2.60.0;)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+  
+build() {
+  arch-meson $pkgbase build \
+-D cairo=true \
+-D gtk_doc=true \
+-D doctool=true \
+-D glib_src_dir="$srcdir/glib"
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package_gobject-introspection() {
+  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  python -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
+  python -O -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
+
+### Split runtime
+  mkdir -p "$srcdir/runtime/lib"
+  mv "$pkgdir"/usr/lib/{lib*,girepository-*} "$srcdir/runtime/lib"
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc+=" (runtime library)"
+  depends=(glib2)
+
+  mv "$srcdir/runtime" "$pkgdir/usr"
+}


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

2019-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 7, 2019 @ 19:16:26
  Author: sangy
Revision: 450325

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 19:15:59 UTC (rev 450324)
+++ PKGBUILD2019-04-07 19:16:26 UTC (rev 450325)
@@ -1,26 +0,0 @@
-# Maintainer : Santiago Torres-Arias 
-# Contributor: smmalis37
-
-pkgname='python-aiorpcx'
-pkgver=0.10.5
-pkgrel=2
-pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
-url="https://github.com/kyuupichan/aiorpcX/;
-arch=('any')
-license=('MIT')
-depends=('python>=3.6' 'python-attrs')
-makedepends=('python-setuptools')
-source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz;)
-sha256sums=('53c2ee8453c754587ef19e7e6b431a783428d10aa9c18ca0a753ebb82f2361ff')
-
-build() {
-  cd "${srcdir}/aiorpcX-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/aiorpcX-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-

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


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

2019-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 7, 2019 @ 19:15:59
  Author: sangy
Revision: 450324

upgpkg: python-aiorpcx 0.11.0-1

Modified:
  python-aiorpcx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 19:10:04 UTC (rev 450323)
+++ PKGBUILD2019-04-07 19:15:59 UTC (rev 450324)
@@ -2,8 +2,8 @@
 # Contributor: smmalis37
 
 pkgname='python-aiorpcx'
-pkgver=0.10.5
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
 url="https://github.com/kyuupichan/aiorpcX/;
 arch=('any')
@@ -11,8 +11,9 @@
 depends=('python>=3.6' 'python-attrs')
 makedepends=('python-setuptools')
 source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz;)
-sha256sums=('53c2ee8453c754587ef19e7e6b431a783428d10aa9c18ca0a753ebb82f2361ff')
+sha256sums=('87d1a297b9cfbb57a1c3ac4d06da5d3d114d1e751b2a9e81e9c82b04420dda5c')
 
+
 build() {
   cd "${srcdir}/aiorpcX-${pkgver}"
   python setup.py build


[arch-commits] Commit in ttf-ibm-plex/trunk (PKGBUILD)

2019-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 7, 2019 @ 19:09:45
  Author: sangy
Revision: 450322

upgpkg: ttf-ibm-plex 1.4.1-1

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 18:32:23 UTC (rev 450321)
+++ PKGBUILD2019-04-07 19:09:45 UTC (rev 450322)
@@ -1,5 +1,4 @@
 # Maintainer: Santiago Torres-Arias 
-# Contributor: Alexander F. Rødseth 
 # Contributor: Aleksandar Trifunović 
 # Contributor: Matt Spaulding 
 # Contributor: pyjano 
@@ -6,16 +5,17 @@
 # Contributor: Stefan Husmann 
 
 pkgname=ttf-ibm-plex
-pkgver=1.3.1
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="IBM Plex Mono, Sans, and Serif"
 arch=('any')
 url='https://github.com/IBM/plex'
-license=(custom:OFL)
-depends=(fontconfig xorg-font-utils)
-source=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/TrueType.zip")
-sha256sums=('428d64e8e03fa8326ed79d6ea72e7b1c9e816181c846c7d07fd21ee55aec4011')
+license=('custom:OFL')
+depends=('fontconfig' 'xorg-font-utils')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+sha256sums=('71eb5049da9079bf6ea924ad877f4d08b3d6e0774dc9e035b857fbb3459da0bc')
 
+conflicts=('ibm-plex-fonts')
 
 package() {
 cd TrueType
@@ -24,5 +24,3 @@
 # All the other licenses are the same as the one here...
 install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
 }
-
-# vim: ts=2 sw=2 et:


[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD)

2019-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 7, 2019 @ 19:10:04
  Author: sangy
Revision: 450323

archrelease: copy trunk to community-any

Deleted:
  ttf-ibm-plex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 19:09:45 UTC (rev 450322)
+++ PKGBUILD2019-04-07 19:10:04 UTC (rev 450323)
@@ -1,28 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Aleksandar Trifunović 
-# Contributor: Matt Spaulding 
-# Contributor: pyjano 
-# Contributor: Stefan Husmann 
-
-pkgname=ttf-ibm-plex
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=(custom:OFL)
-depends=(fontconfig xorg-font-utils)
-source=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/TrueType.zip")
-sha256sums=('428d64e8e03fa8326ed79d6ea72e7b1c9e816181c846c7d07fd21ee55aec4011')
-
-
-package() {
-cd TrueType
-install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-
-# All the other licenses are the same as the one here...
-install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:


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

2019-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 7, 2019 @ 18:32:01
  Author: sangy
Revision: 450320

upgpkg: netbeans 11.0-0

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 17:53:18 UTC (rev 450319)
+++ PKGBUILD2019-04-07 18:32:01 UTC (rev 450320)
@@ -4,12 +4,12 @@
 # Contributor: Ben Wolsieffer 
 
 pkgname=netbeans
-pkgver=10.0
+pkgver=11.0
 pkgrel=0
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
-url='http://netbeans.apache.org/'
-license=('Apache2')
+url='https://netbeans.apache.org/'
+license=('Apache')
 # classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
 depends=('ttf-font')
 makedepends=('ant' 'java-environment=8')
@@ -19,9 +19,9 @@
 
source=("https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-${pkgver}/incubating-${pkgname}-${pkgver}-source.zip"{,.asc}
"netbeans.clusters")
 
-sha256sums=('456c9105b1968d976111650e05be1ccb23298cf09263e63183b8e7b8b6ce9478'
-'SKIP'
-'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
+sha256sums=('59fb38a9e1aab96c1322296c6c0b2b613af6cde160f41472c32a5efab20af8cf'
+'SKIP'
+'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
 
 validpgpkeys=("1A83C352499305B6682E3D95CF7BA0AB1CCF4647" # Emilian Marius Bold 

   "79C8F02A726E9EF53646D712B2BF814FA145CB2D" # Laszlo Kishalmi 



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

2019-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 7, 2019 @ 18:32:23
  Author: sangy
Revision: 450321

archrelease: copy trunk to community-testing-any

Added:
  netbeans/repos/community-testing-any/
  netbeans/repos/community-testing-any/PKGBUILD
(from rev 450320, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-testing-any/netbeans.clusters
(from rev 450320, netbeans/trunk/netbeans.clusters)

---+
 PKGBUILD  |   78 
 netbeans.clusters |   44 +
 2 files changed, 122 insertions(+)

Copied: netbeans/repos/community-testing-any/PKGBUILD (from rev 450320, 
netbeans/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-04-07 18:32:23 UTC (rev 450321)
@@ -0,0 +1,78 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Timm Preetz 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ben Wolsieffer 
+
+pkgname=netbeans
+pkgver=11.0
+pkgrel=0
+pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
+arch=('any')
+url='https://netbeans.apache.org/'
+license=('Apache')
+# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
+depends=('ttf-font')
+makedepends=('ant' 'java-environment=8')
+optdepends=('php: for developing programs in php'
+'groovy: for developing programs in groovy'
+'lib32-glibc')
+source=("https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-${pkgver}/incubating-${pkgname}-${pkgver}-source.zip"{,.asc}
+   "netbeans.clusters")
+
+sha256sums=('59fb38a9e1aab96c1322296c6c0b2b613af6cde160f41472c32a5efab20af8cf'
+'SKIP'
+'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
+
+validpgpkeys=("1A83C352499305B6682E3D95CF7BA0AB1CCF4647" # Emilian Marius Bold 

+  "79C8F02A726E9EF53646D712B2BF814FA145CB2D" # Laszlo Kishalmi 

+)
+
+build() {
+  # full cluster configuration is not available at this time
+  #ant -quiet -Dcluster.config=full
+  export LDFLAGS_EXTRA=$LDFLAGS CFLAGS_EXTRA=$CFLAGS
+  ant -quiet
+}
+
+# It appears that they have disabled the CI tests upstream, so I'll disable 
these for now...
+# see the parms here: 
https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 
+#check() {
+#  cd "${srcdir}"
+#  ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
+#}
+
+package() {
+  depends+=('java-environment>=9')
+
+  # install launcher script
+  install -Dm755 "nbbuild/${pkgname}/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+
+  # Resources for platform config
+  mkdir -p "${pkgdir}/usr/lib/${pkgname}"
+  cp -r 
"nbbuild/${pkgname}/"{java,harness,javafx,profiler,nb,ide,extide,apisupport,websvccommon,platform}
 "${pkgdir}/usr/lib/${pkgname}"
+  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans.import" -t 
"${pkgdir}/usr/lib/${pkgname}/etc/"
+
+  # copy cluster configuration
+  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t 
"${pkgdir}/usr/etc/"
+  install -Dm644 "netbeans."* -t "${pkgdir}/usr/etc/"
+
+  # Desktop shortcut and icon
+  install -Dm644 "nbbuild/packaging/snap/gui/$pkgname.desktop" \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  sed -i "s/Icon=.*/Icon=\/usr\/share\/pixmaps\/${pkgname}.png/" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 "nbbuild/netbeans/nb/${pkgname}.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
+  # remove non-linux non x86_64 binaries (FIXME: ideally we should just *not* 
build these)
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/"*-sparc_64
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/solaris-"*
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/hpux-"*
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/linux-arm"*
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk15/hpux-"*
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk15/solaris-"*
+  find "${pkgdir}/usr/lib/${pkgname}/" -name "*.exe" -exec rm {} \;
+  find "${pkgdir}/usr/lib/${pkgname}/" -name "*.dll" -exec rm {} \;
+
+}

Copied: netbeans/repos/community-testing-any/netbeans.clusters (from rev 
450320, netbeans/trunk/netbeans.clusters)
===
--- community-testing-any/netbeans.clusters (rev 0)
+++ community-testing-any/netbeans.clusters 2019-04-07 18:32:23 UTC (rev 
450321)
@@ -0,0 +1,44 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  

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

2019-04-07 Thread Christian Hesse via arch-commits
Date: Sunday, April 7, 2019 @ 18:23:57
  Author: eworm
Revision: 350310

upgpkg: gimp 2.10.10-1

new upstream release

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 16:47:42 UTC (rev 350309)
+++ PKGBUILD2019-04-07 18:23:57 UTC (rev 350310)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Isenmann 
 
 pkgname=gimp
-pkgver=2.10.8
+pkgver=2.10.10
 pkgrel=1
 pkgdesc='GNU Image Manipulation Program'
 url='https://www.gimp.org/'
@@ -21,7 +21,7 @@
 replaces=('gimp-plugin-wavelet-decompose')
 
source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 linux.gpl)
-sha256sums=('d849c1cf35244938ae82e521b92b720ab48b8e9ed092d5de92c2464ef5244b9b'
+sha256sums=('12d1f243265c7aee1f2c6e97883a5c90ddc0b19b4346cf822e24adbb6c998c77'
 '1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3')
 
 prepare() {


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

2019-04-07 Thread Christian Hesse via arch-commits
Date: Sunday, April 7, 2019 @ 18:24:05
  Author: eworm
Revision: 350311

archrelease: copy trunk to testing-x86_64

Added:
  gimp/repos/testing-x86_64/
  gimp/repos/testing-x86_64/PKGBUILD
(from rev 350310, gimp/trunk/PKGBUILD)
  gimp/repos/testing-x86_64/linux.gpl
(from rev 350310, gimp/trunk/linux.gpl)

---+
 PKGBUILD  |   63 
 linux.gpl |   19 ++
 2 files changed, 82 insertions(+)

Copied: gimp/repos/testing-x86_64/PKGBUILD (from rev 350310, 
gimp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-07 18:24:05 UTC (rev 350311)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Isenmann 
+
+pkgname=gimp
+pkgver=2.10.10
+pkgrel=1
+pkgdesc='GNU Image Manipulation Program'
+url='https://www.gimp.org/'
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('babl' 'dbus-glib' 'desktop-file-utils' 'gegl' 'glib-networking' 
'hicolor-icon-theme'
+ 'jasper' 'lcms2' 'libheif' 'libexif' 'libgudev' 'libmng' 'libmypaint' 
'librsvg' 'libwebp'
+ 'libwmf' 'libxmu' 'libxpm' 'mypaint-brushes' 'openexr' 'poppler-data' 
'pygtk')
+makedepends=('alsa-lib' 'curl' 'ghostscript' 'gtk-doc' 'intltool' 'iso-codes' 
'poppler-glib')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'poppler-glib: for pdf support'
+'alsa-lib: for MIDI event controller module'
+'curl: for URI support'
+'ghostscript: for postscript support')
+conflicts=('gimp-plugin-wavelet-decompose')
+replaces=('gimp-plugin-wavelet-decompose')
+source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
+linux.gpl)
+sha256sums=('12d1f243265c7aee1f2c6e97883a5c90ddc0b19b4346cf822e24adbb6c998c77'
+'1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  _mypaintver=$(echo /usr/lib/libmypaint-*.so | grep -o -E 
'\-[0-9]+(\.[0-9]+)*' | head -1)
+  sed -i "s|\\(libmypaint\\)\\( >= 
libmypaint_required_version\\)|\\1${_mypaintver}\\2|g" configure.ac
+  autoreconf -vi
+}
+
+build() {
+pkg-config --exists --print-errors "OpenEXR >= 1.6.1"
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/bin \
+--enable-mp \
+--enable-gimp-console \
+--enable-python \
+--enable-gtk-doc \
+--with-bug-report-url='https://bugs.archlinux.org/?string=gimp' \
+--with-openexr \
+--without-aa
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
+
+  rm "${pkgdir}/usr/share/man/man1/gimp-console.1"
+  ln -s gimp-console-${pkgver%.*}.1.gz 
"${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
+  ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
+  ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
+}
+
+# vim: ts=2 sw=2 et:

Copied: gimp/repos/testing-x86_64/linux.gpl (from rev 350310, 
gimp/trunk/linux.gpl)
===
--- testing-x86_64/linux.gpl(rev 0)
+++ testing-x86_64/linux.gpl2019-04-07 18:24:05 UTC (rev 350311)
@@ -0,0 +1,19 @@
+GIMP Palette
+Name: linux
+#
+  0   0   0
+  0   0 170
+  0 170   0
+  0 170 170
+170   0   0
+170   0 170
+170  85   0
+170 170 170
+ 85  85  85
+ 85  85 255
+ 85 255  85
+ 85 255 255
+255  85  85
+255  85 255
+255 255  85
+255 255 255


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

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 17:53:18
  Author: dvzrv
Revision: 450319

archrelease: copy trunk to community-x86_64

Added:
  jack_capture/repos/community-x86_64/PKGBUILD
(from rev 450318, jack_capture/trunk/PKGBUILD)
Deleted:
  jack_capture/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 17:53:10 UTC (rev 450318)
+++ PKGBUILD2019-04-07 17:53:18 UTC (rev 450319)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Christopher Arndt 
-# Contributor: speps 
-# Contributor: hm_b 
-# Contributor: Leslie P. Polzer 
-# Contributor: Philipp Überbacher 
-
-pkgname=jack_capture
-pkgver=0.9.73
-pkgrel=6
-pkgdesc="Simple command line tool to record JACK audio output to a file"
-arch=('x86_64')
-url="https://github.com/kmatheussen/jack_capture;
-license=('GPL2')
-groups=('pro-audio')
-depends=('jack' 'lame' 'liblo')
-optdepends=('meterbridge: levels monitor'
-'zenity: gtk2 gui')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kmatheussen/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('eecab2e26d5e83b65adf386d6fb38f2d9169cf1574e462ec455367f7d98f4f4d5a9d0766b9c572cfdcb43c55ae914bb8a267842c9912e2afe13c1f7b0038')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package(){
-  cd "${pkgname}-${pkgver}"
-  make PREFIX='/usr' DESTDIR="${pkgdir}" install
-  # gtk2 gui
-  install -vDm 755 "${pkgname}_gui" "${pkgdir}/usr/bin/${pkgname}_gui"
-  # doc
-  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-# vim:set ts=2 sw=2 et:

Copied: jack_capture/repos/community-x86_64/PKGBUILD (from rev 450318, 
jack_capture/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 17:53:18 UTC (rev 450319)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: Christopher Arndt 
+# Contributor: speps 
+# Contributor: hm_b 
+# Contributor: Leslie P. Polzer 
+# Contributor: Philipp Überbacher 
+
+pkgname=jack_capture
+pkgver=0.9.73
+pkgrel=7
+pkgdesc="Simple command line tool to record JACK audio output to a file"
+arch=('x86_64')
+url="https://github.com/kmatheussen/jack_capture;
+license=('GPL2')
+groups=('pro-audio')
+depends=('jack' 'lame' 'liblo')
+optdepends=('zenity: gtk2 GUI')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kmatheussen/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('eecab2e26d5e83b65adf386d6fb38f2d9169cf1574e462ec455367f7d98f4f4d5a9d0766b9c572cfdcb43c55ae914bb8a267842c9912e2afe13c1f7b0038')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package(){
+  cd "${pkgname}-${pkgver}"
+  make PREFIX='/usr' DESTDIR="${pkgdir}" install
+  # gtk2 gui
+  install -vDm 755 "${pkgname}_gui" "${pkgdir}/usr/bin/${pkgname}_gui"
+  # doc
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:


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

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 17:53:10
  Author: dvzrv
Revision: 450318

upgpkg: jack_capture 0.9.73-7

Removing meterbridge from optdepends

Modified:
  jack_capture/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 17:43:38 UTC (rev 450317)
+++ PKGBUILD2019-04-07 17:53:10 UTC (rev 450318)
@@ -7,7 +7,7 @@
 
 pkgname=jack_capture
 pkgver=0.9.73
-pkgrel=6
+pkgrel=7
 pkgdesc="Simple command line tool to record JACK audio output to a file"
 arch=('x86_64')
 url="https://github.com/kmatheussen/jack_capture;
@@ -14,8 +14,7 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('jack' 'lame' 'liblo')
-optdepends=('meterbridge: levels monitor'
-'zenity: gtk2 gui')
+optdepends=('zenity: gtk2 GUI')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kmatheussen/${pkgname}/archive/${pkgver}.tar.gz;)
 
sha512sums=('eecab2e26d5e83b65adf386d6fb38f2d9169cf1574e462ec455367f7d98f4f4d5a9d0766b9c572cfdcb43c55ae914bb8a267842c9912e2afe13c1f7b0038')
 


[arch-commits] Commit in guitarix2/trunk (PKGBUILD guitarix2-boost-1.69.patch)

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 17:43:28
  Author: dvzrv
Revision: 450316

upgpkg: guitarix2 0.38.0-1

Upgrading to 0.38.0. Removing useless set of provides, conflicts, replaces. 
Only setting guitarix in provides (for future renaming of the package).
Removing unneeded waf configure flags. Adding ldflags (for full RELRO) to waf 
configure flags. Removing unrequired boost 1.69 patch.

Modified:
  guitarix2/trunk/PKGBUILD
Deleted:
  guitarix2/trunk/guitarix2-boost-1.69.patch

+
 PKGBUILD   |   23 ---
 guitarix2-boost-1.69.patch |   10 --
 2 files changed, 8 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 16:30:11 UTC (rev 450315)
+++ PKGBUILD2019-04-07 17:43:28 UTC (rev 450316)
@@ -3,8 +3,8 @@
 
 _name=guitarix
 pkgname=guitarix2
-pkgver=0.37.3
-pkgrel=3
+pkgver=0.38.0
+pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('x86_64')
 url="https://guitarix.org;
@@ -12,19 +12,13 @@
 groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
 depends=('bluez-libs' 'boost-libs' 'gtkmm' 'liblrdf' 'lilv' 'ttf-roboto' 
'zita-convolver' 'zita-resampler')
 makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz;
-guitarix2-boost-1.69.patch)
-sha512sums=('9cdd60dc5ba1a5ae018968a132b06ef8f7470fdfa0749c9a439f7c8adb1dfd3907f9d35be0b32d839645145075f2a0eb168db732ebaef7690e12e337ba9793a5'
-
'19663a64695ea4af18c65744685654312352d12e4d8ce3f2ee516a12236530eb07e65d61ce7aad10e41835b57ee9d6293c4f941ca43140016f8e77d58a2fc57d')
+provides=('guitarix')
+source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('277e548c614bd2e5bafa2450fc3c365f7dee7e0ec14bbfb842d91da1aaf4bf8bb859fe94ca689122b20f9cd7bdd0e1ef3fbde02779b7a0dc2bc758dce4f11d75')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
-  patch -p1 -i ../guitarix2-boost-1.69.patch # Fix build with boost 1.69
   # fixing all (hopefully) relevant scripts: 
https://sourceforge.net/p/guitarix/bugs/43/
   sed -e 's/python/&2/g' \
 -i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \
@@ -41,11 +35,10 @@
 --enable-nls \
 --ladspa \
 --new-ladspa \
---no-desktop-update \
---no-ldconfig \
---no-faust \
+--faust \
 --shared-lib \
---lib-dev
+--lib-dev \
+--ldflags="${LDFLAGS}"
   python2 waf build
 }
 

Deleted: guitarix2-boost-1.69.patch
===
--- guitarix2-boost-1.69.patch  2019-04-07 16:30:11 UTC (rev 450315)
+++ guitarix2-boost-1.69.patch  2019-04-07 17:43:28 UTC (rev 450316)
@@ -1,10 +0,0 @@
 a/src/headers/engine.h
-+++ b/src/headers/engine.h
-@@ -38,6 +38,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include  // NOLINT
- #include// NOLINT


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

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 17:43:38
  Author: dvzrv
Revision: 450317

archrelease: copy trunk to community-x86_64

Added:
  guitarix2/repos/community-x86_64/PKGBUILD
(from rev 450316, guitarix2/trunk/PKGBUILD)
Deleted:
  guitarix2/repos/community-x86_64/PKGBUILD
  guitarix2/repos/community-x86_64/guitarix2-boost-1.69.patch

+
 PKGBUILD   |  107 ---
 guitarix2-boost-1.69.patch |   10 
 2 files changed, 50 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 17:43:28 UTC (rev 450316)
+++ PKGBUILD2019-04-07 17:43:38 UTC (rev 450317)
@@ -1,57 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-_name=guitarix
-pkgname=guitarix2
-pkgver=0.37.3
-pkgrel=3
-pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
-arch=('x86_64')
-url="https://guitarix.org;
-license=('GPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
-depends=('bluez-libs' 'boost-libs' 'gtkmm' 'liblrdf' 'lilv' 'ttf-roboto' 
'zita-convolver' 'zita-resampler')
-makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz;
-guitarix2-boost-1.69.patch)
-sha512sums=('9cdd60dc5ba1a5ae018968a132b06ef8f7470fdfa0749c9a439f7c8adb1dfd3907f9d35be0b32d839645145075f2a0eb168db732ebaef7690e12e337ba9793a5'
-
'19663a64695ea4af18c65744685654312352d12e4d8ce3f2ee516a12236530eb07e65d61ce7aad10e41835b57ee9d6293c4f941ca43140016f8e77d58a2fc57d')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  patch -p1 -i ../guitarix2-boost-1.69.patch # Fix build with boost 1.69
-  # fixing all (hopefully) relevant scripts: 
https://sourceforge.net/p/guitarix/bugs/43/
-  sed -e 's/python/&2/g' \
--i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \
--i src/gx_head/builder/make \
--i src/gx_head/engine/gen_tube_tables \
--i 
tools/{check_rpc,gcov.py,convert-0.06-format,ampsim/DK/quik.py,undiag,make_jsonrpc_methods}
 \
--i tools/{coverage,dsp2cc,dsp2insert}
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # build without faust support: https://sourceforge.net/p/guitarix/bugs/44/
-  python2 waf configure --prefix=/usr \
---enable-nls \
---ladspa \
---new-ladspa \
---no-desktop-update \
---no-ldconfig \
---no-faust \
---shared-lib \
---lib-dev
-  python2 waf build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-  # docs
-  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: guitarix2/repos/community-x86_64/PKGBUILD (from rev 450316, 
guitarix2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 17:43:38 UTC (rev 450317)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_name=guitarix
+pkgname=guitarix2
+pkgver=0.38.0
+pkgrel=1
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('x86_64')
+url="https://guitarix.org;
+license=('GPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
+depends=('bluez-libs' 'boost-libs' 'gtkmm' 'liblrdf' 'lilv' 'ttf-roboto' 
'zita-convolver' 'zita-resampler')
+makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+provides=('guitarix')
+source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('277e548c614bd2e5bafa2450fc3c365f7dee7e0ec14bbfb842d91da1aaf4bf8bb859fe94ca689122b20f9cd7bdd0e1ef3fbde02779b7a0dc2bc758dce4f11d75')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fixing all (hopefully) relevant scripts: 
https://sourceforge.net/p/guitarix/bugs/43/
+  sed -e 's/python/&2/g' \
+-i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \
+-i src/gx_head/builder/make \
+-i src/gx_head/engine/gen_tube_tables \
+-i 
tools/{check_rpc,gcov.py,convert-0.06-format,ampsim/DK/quik.py,undiag,make_jsonrpc_methods}
 \
+-i tools/{coverage,dsp2cc,dsp2insert}
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # build without faust support: https://sourceforge.net/p/guitarix/bugs/44/
+  python2 waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--faust \
+--shared-lib \
+--lib-dev \
+

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

2019-04-07 Thread Anatol Pomozov via arch-commits
Date: Sunday, April 7, 2019 @ 16:47:03
  Author: anatolik
Revision: 350308

upgpkg: ovmf 1:r25737.89910a39dc-1

Modified:
  ovmf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 15:04:41 UTC (rev 350307)
+++ PKGBUILD2019-04-07 16:47:03 UTC (rev 350308)
@@ -1,6 +1,6 @@
 # Maintainer: Thomas Bächler 
 pkgname=ovmf
-pkgver=r24601.6861765935
+pkgver=r25737.89910a39dc
 epoch=1
 pkgrel=1
 arch=('any')
@@ -7,13 +7,13 @@
 pkgdesc="Tianocore UEFI firmware for qemu."
 url="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2;
 license=('custom')
-makedepends=('git' 'python2' 'iasl' 'nasm' 'subversion' 'perl-libwww')
-_commit=6861765935d5b69803321ba6e43240845c7ab0e5
-_openssl_ver=1.1.0h
+makedepends=('git' 'python' 'iasl' 'nasm' 'subversion' 'perl-libwww' 'bc')
+_commit=edk2-stable201903
+_openssl_ver=1.1.0j
 source=(edk2::git+https://github.com/tianocore/edk2#commit=$_commit
 https://www.openssl.org/source/openssl-$_openssl_ver.tar.gz{,.asc})
 sha256sums=('SKIP'
-'5835626cde9e99656585fc7aaa2302a73a7e1340bf8c14fd635a62c66802a517'
+'31bec6c203ce1a8e93d5994f4ed304c63ccf07676118b6634edded12ad1b3246'
 'SKIP')
 validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
 options=(!makeflags)
@@ -27,8 +27,8 @@
 prepare() {
   cd "${srcdir}"
   # edk2 uses python everywhere, but expects python2
-  mkdir -p bin
-  ln -sf /usr/bin/python2 bin/python
+  #mkdir -p bin
+  #ln -sf /usr/bin/python2 bin/python
   rm -rf $srcdir/edk2/CryptoPkg/Library/OpensslLib/openssl
   ln -sf $srcdir/openssl-$_openssl_ver 
$srcdir/edk2/CryptoPkg/Library/OpensslLib/openssl
 }


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

2019-04-07 Thread Anatol Pomozov via arch-commits
Date: Sunday, April 7, 2019 @ 16:47:42
  Author: anatolik
Revision: 350309

archrelease: copy trunk to testing-any

Added:
  ovmf/repos/testing-any/
  ovmf/repos/testing-any/PKGBUILD
(from rev 350308, ovmf/trunk/PKGBUILD)

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

Copied: ovmf/repos/testing-any/PKGBUILD (from rev 350308, ovmf/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-04-07 16:47:42 UTC (rev 350309)
@@ -0,0 +1,59 @@
+# Maintainer: Thomas Bächler 
+pkgname=ovmf
+pkgver=r25737.89910a39dc
+epoch=1
+pkgrel=1
+arch=('any')
+pkgdesc="Tianocore UEFI firmware for qemu."
+url="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2;
+license=('custom')
+makedepends=('git' 'python' 'iasl' 'nasm' 'subversion' 'perl-libwww' 'bc')
+_commit=edk2-stable201903
+_openssl_ver=1.1.0j
+source=(edk2::git+https://github.com/tianocore/edk2#commit=$_commit
+https://www.openssl.org/source/openssl-$_openssl_ver.tar.gz{,.asc})
+sha256sums=('SKIP'
+'31bec6c203ce1a8e93d5994f4ed304c63ccf07676118b6634edded12ad1b3246'
+'SKIP')
+validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
+options=(!makeflags)
+_toolchain_opt=GCC5
+
+pkgver() {
+  cd "${srcdir}"/edk2
+  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+prepare() {
+  cd "${srcdir}"
+  # edk2 uses python everywhere, but expects python2
+  #mkdir -p bin
+  #ln -sf /usr/bin/python2 bin/python
+  rm -rf $srcdir/edk2/CryptoPkg/Library/OpensslLib/openssl
+  ln -sf $srcdir/openssl-$_openssl_ver 
$srcdir/edk2/CryptoPkg/Library/OpensslLib/openssl
+}
+
+build() {
+  if [ "$CARCH" != "x86_64" ]; then
+error "This package must be built under the x86_64 architecture."
+false
+  fi
+  export PATH="${srcdir}/bin:$PATH"
+  cd "${srcdir}/"edk2
+  make -C BaseTools
+  export EDK_TOOLS_PATH="${srcdir}"/edk2/BaseTools
+  . edksetup.sh BaseTools
+
+  ./BaseTools/BinWrappers/PosixLike/build -t $_toolchain_opt -a X64 -p 
OvmfPkg/OvmfPkgX64.dsc -n $(nproc) -b RELEASE -D FD_SIZE_2MB -D 
NETWORK_IP6_ENABLE -D TPM2_ENABLE -D SECURE_BOOT_ENABLE -D HTTP_BOOT_ENABLE -D 
TLS_ENABLE
+
+  # build fails for 32bit binary
+  # ./BaseTools/BinWrappers/PosixLike/build -t $_toolchain_opt -a IA32 -p 
OvmfPkg/OvmfPkgIa32.dsc -n $(nproc) -b RELEASE -D FD_SIZE_2MB
+}
+
+package() {
+  #install -D -m644 
"${srcdir}"/edk2/Build/OvmfIa32/RELEASE_${_toolchain_opt}/FV/OVMF_CODE.fd 
"${pkgdir}"/usr/share/ovmf/ia32/OVMF_CODE.fd
+  #install -D -m644 
"${srcdir}"/edk2/Build/OvmfIa32/RELEASE_${_toolchain_opt}/FV/OVMF_VARS.fd 
"${pkgdir}"/usr/share/ovmf/ia32/OVMF_VARS.fd
+  install -D -m644 
"${srcdir}"/edk2/Build/OvmfX64/RELEASE_${_toolchain_opt}/FV/OVMF_CODE.fd 
"${pkgdir}"/usr/share/ovmf/x64/OVMF_CODE.fd
+  install -D -m644 
"${srcdir}"/edk2/Build/OvmfX64/RELEASE_${_toolchain_opt}/FV/OVMF_VARS.fd 
"${pkgdir}"/usr/share/ovmf/x64/OVMF_VARS.fd
+  install -D -m644 "${srcdir}"/edk2/OvmfPkg/License.txt 
"${pkgdir}"/usr/share/licenses/ovmf/License.txt
+}


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

2019-04-07 Thread Anatol Pomozov via arch-commits
Date: Sunday, April 7, 2019 @ 16:30:11
  Author: anatolik
Revision: 450315

archrelease: copy trunk to community-x86_64

Added:
  tarantool/repos/community-x86_64/PKGBUILD
(from rev 450314, tarantool/trunk/PKGBUILD)
  tarantool/repos/community-x86_64/tarantool.sysusers
(from rev 450314, tarantool/trunk/tarantool.sysusers)
Deleted:
  tarantool/repos/community-x86_64/PKGBUILD
  tarantool/repos/community-x86_64/tarantool.sysusers

+
 PKGBUILD   |  176 +--
 tarantool.sysusers |4 -
 2 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 16:29:31 UTC (rev 450314)
+++ PKGBUILD2019-04-07 16:30:11 UTC (rev 450315)
@@ -1,88 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=tarantool
-_commit=dbbd93171374323cef95e2bcde9767bca77143b2
-pkgver=2.1.1.r193
-pkgrel=2
-pkgdesc='Lua application server integrated with a database management system'
-arch=(x86_64)
-url='https://www.tarantool.org'
-license=(BSD)
-depends=(readline ncurses zlib libyaml openssl libunwind curl icu)
-makedepends=(git cmake systemd)
-checkdepends=(python2-daemon python2-gevent python2-tarantool)
-source=(git+https://github.com/tarantool/tarantool.git#commit=$_commit
-git+https://github.com/tarantool/luajit.git#branch=tarantool-1.7
-git+https://github.com/tarantool/libyaml.git
-git+https://github.com/tarantool/msgpuck.git
-git+https://github.com/rtsisyk/luafun.git
-git+https://github.com/tarantool/test-run.git
-git+https://github.com/tarantool/small.git
-git+https://github.com/tarantool/zstd.git
-git+https://github.com/tarantool/luarocks.git#branch=tarantool-1.7
-tarantool.sysusers)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  '9021b3d50e45f719f0304ab529627cac69a7a149')
-
-pkgver() {
-  cd tarantool
-  git describe | sed 's/^v//; s/-/.r/; s/-.*//'
-}
-
-prepare() {
-  cd tarantool
-
-  git submodule init
-  git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
-  git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
-  git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
-  git config -f .gitmodules 'submodule.third_party/libyaml.url' 
"$srcdir/libyaml"
-  git config -f .gitmodules 'submodule.third_party/zstd.url' "$srcdir/zstd"
-  git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
-  git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
-  git config -f .gitmodules 'submodule.third_party/luarocks.url' 
"$srcdir/luarocks"
-
-  git submodule sync
-  git submodule update
-  #sed -i -e 's/coros/lock/g' test-run/lib/connpool.py
-}
-
-build() {
-  cd tarantool
-
-  # tarantool uses git submodule, handle this
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_BINDIR=/usr/bin \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_BUNDLED_LIBYAML:BOOL=OFF \
--DENABLE_BACKTRACE:BOOL=ON \
--DWITH_SYSTEMD:BOOL=ON \
--DENABLE_DIST:BOOL=ON \
-.
-  make
-}
-
-check() {
-  cd tarantool/test
-  ./test-run.py --suite box || true
-}
-
-package() {
-  cd tarantool
-  make install DESTDIR="$pkgdir"
-
-  install -D -m644 $srcdir/tarantool.sysusers 
"$pkgdir/usr/lib/sysusers.d/tarantool.conf"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: tarantool/repos/community-x86_64/PKGBUILD (from rev 450314, 
tarantool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 16:30:11 UTC (rev 450315)
@@ -0,0 +1,88 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=tarantool
+_commit=42f8a09fcdc3b6a2b36001b4434f576deec1
+pkgver=2.1.2.r6
+pkgrel=1
+pkgdesc='Lua application server integrated with a database management system'
+arch=(x86_64)
+url='https://www.tarantool.org'
+license=(BSD)
+depends=(readline ncurses zlib libyaml openssl libunwind curl icu)
+makedepends=(git cmake systemd)
+checkdepends=(python2-daemon python2-gevent python2-tarantool)
+source=(git+https://github.com/tarantool/tarantool.git#commit=$_commit
+git+https://github.com/tarantool/luajit.git#branch=tarantool-1.7
+git+https://github.com/tarantool/libyaml.git
+git+https://github.com/tarantool/msgpuck.git
+git+https://github.com/rtsisyk/luafun.git
+git+https://github.com/tarantool/test-run.git
+git+https://github.com/tarantool/small.git
+git+https://github.com/tarantool/zstd.git
+git+https://github.com/tarantool/luarocks.git#branch=tarantool-1.7
+tarantool.sysusers)

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

2019-04-07 Thread Anatol Pomozov via arch-commits
Date: Sunday, April 7, 2019 @ 16:29:31
  Author: anatolik
Revision: 450314

upgpkg: tarantool 2.1.2.r6-1

Modified:
  tarantool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 15:29:20 UTC (rev 450313)
+++ PKGBUILD2019-04-07 16:29:31 UTC (rev 450314)
@@ -1,9 +1,9 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tarantool
-_commit=dbbd93171374323cef95e2bcde9767bca77143b2
-pkgver=2.1.1.r193
-pkgrel=2
+_commit=42f8a09fcdc3b6a2b36001b4434f576deec1
+pkgver=2.1.2.r6
+pkgrel=1
 pkgdesc='Lua application server integrated with a database management system'
 arch=(x86_64)
 url='https://www.tarantool.org'


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

2019-04-07 Thread Jerome Leclanche via arch-commits
Date: Sunday, April 7, 2019 @ 15:29:20
  Author: jleclanche
Revision: 450313

archrelease: copy trunk to community-x86_64

Added:
  dmg2img/repos/community-x86_64/
  dmg2img/repos/community-x86_64/0001-openssl-1.1-compatibility.patch
(from rev 450312, dmg2img/trunk/0001-openssl-1.1-compatibility.patch)
  dmg2img/repos/community-x86_64/PKGBUILD
(from rev 450312, dmg2img/trunk/PKGBUILD)

--+
 0001-openssl-1.1-compatibility.patch |  219 +
 PKGBUILD |   33 
 2 files changed, 252 insertions(+)

Copied: dmg2img/repos/community-x86_64/0001-openssl-1.1-compatibility.patch 
(from rev 450312, dmg2img/trunk/0001-openssl-1.1-compatibility.patch)
===
--- community-x86_64/0001-openssl-1.1-compatibility.patch   
(rev 0)
+++ community-x86_64/0001-openssl-1.1-compatibility.patch   2019-04-07 
15:29:20 UTC (rev 450313)
@@ -0,0 +1,219 @@
+From f16f247d30f868e84f31e24792b4464488f1c009 Mon Sep 17 00:00:00 2001
+From: Peter Wu 
+Date: Tue, 2 May 2017 15:53:38 +0200
+Subject: [PATCH] vfdecrypt: OpenSSL 1.1 compatibility
+
+Allocate contexts from the heap on all OpenSSL versions, this is needed
+since OpenSSL 1.1.0. No attempt is done at addressing issues like global
+variables and fixing potential memleaks on error paths.
+
+Compile-tested only with OpenSSL 1.1.0e (Arch Linux) and OpenSSL 1.0.2g
+(Ubuntu 16.04), I have no test file.
+
+Fixes https://github.com/Lekensteyn/dmg2img/issues/4
+---
+ vfdecrypt.c | 103 ++--
+ 1 file changed, 80 insertions(+), 23 deletions(-)
+
+diff --git a/vfdecrypt.c b/vfdecrypt.c
+index 56d3530..b1a36d3 100644
+--- a/vfdecrypt.c
 b/vfdecrypt.c
+@@ -183,7 +183,7 @@ void adjust_v2_header_byteorder(cencrypted_v2_pwheader 
*pwhdr) {
+   pwhdr->encrypted_keyblob_size = htonl(pwhdr->encrypted_keyblob_size);
+ }
+
+-HMAC_CTX hmacsha1_ctx;
++HMAC_CTX *hmacsha1_ctx;
+ AES_KEY aes_decrypt_key;
+ int CHUNK_SIZE=4096;  // default
+
+@@ -196,9 +196,9 @@ void compute_iv(uint32_t chunk_no, uint8_t *iv) {
+   unsigned int mdLen;
+
+   chunk_no = OSSwapHostToBigInt32(chunk_no);
+-  HMAC_Init_ex(_ctx, NULL, 0, NULL, NULL);
+-  HMAC_Update(_ctx, (void *) _no, sizeof(uint32_t));
+-  HMAC_Final(_ctx, mdResult, );
++  HMAC_Init_ex(hmacsha1_ctx, NULL, 0, NULL, NULL);
++  HMAC_Update(hmacsha1_ctx, (void *) _no, sizeof(uint32_t));
++  HMAC_Final(hmacsha1_ctx, mdResult, );
+   memcpy(iv, mdResult, CIPHER_BLOCKSIZE);
+ }
+
+@@ -212,52 +212,75 @@ void decrypt_chunk(uint8_t *ctext, uint8_t *ptext, 
uint32_t chunk_no) {
+ /* DES3-EDE unwrap operation loosely based on to RFC 2630, section 12.6
+  *wrapped_key has to be 40 bytes in length.  */
+ int apple_des3_ede_unwrap_key(uint8_t *wrapped_key, int wrapped_key_len, 
uint8_t *decryptKey, uint8_t *unwrapped_key) {
+-  EVP_CIPHER_CTX ctx;
++  EVP_CIPHER_CTX *ctx;
+   uint8_t *TEMP1, *TEMP2, *CEKICV;
+   uint8_t IV[8] = { 0x4a, 0xdd, 0xa2, 0x2c, 0x79, 0xe8, 0x21, 0x05 };
+   int outlen, tmplen, i;
+
+-  EVP_CIPHER_CTX_init();
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++  ctx = EVP_CIPHER_CTX_new();
++#else
++  ctx = malloc(sizeof(*ctx));
++#endif
++  if (!ctx) {
++fprintf(stderr, "Out of memory: EVP_CIPHER_CTX!\n");
++return(-1);
++  }
++
++  EVP_CIPHER_CTX_init(ctx);
+   /* result of the decryption operation shouldn't be bigger than ciphertext */
+   TEMP1 = malloc(wrapped_key_len);
+   TEMP2 = malloc(wrapped_key_len);
+   CEKICV = malloc(wrapped_key_len);
+   /* uses PKCS#7 padding for symmetric key operations by default */
+-  EVP_DecryptInit_ex(, EVP_des_ede3_cbc(), NULL, decryptKey, IV);
++  EVP_DecryptInit_ex(ctx, EVP_des_ede3_cbc(), NULL, decryptKey, IV);
+
+-  if(!EVP_DecryptUpdate(, TEMP1, , wrapped_key, wrapped_key_len)) {
++  if(!EVP_DecryptUpdate(ctx, TEMP1, , wrapped_key, wrapped_key_len)) {
+ fprintf(stderr, "internal error (1) during key unwrap operation!\n");
+ return(-1);
+   }
+-  if(!EVP_DecryptFinal_ex(, TEMP1 + outlen, )) {
++  if(!EVP_DecryptFinal_ex(ctx, TEMP1 + outlen, )) {
+ fprintf(stderr, "internal error (2) during key unwrap operation!\n");
+ return(-1);
+   }
+   outlen += tmplen;
+-  EVP_CIPHER_CTX_cleanup();
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++  EVP_CIPHER_CTX_reset(ctx);
++#else
++  EVP_CIPHER_CTX_cleanup(ctx);
++#endif
+
+   /* reverse order of TEMP3 */
+   for(i = 0; i < outlen; i++) TEMP2[i] = TEMP1[outlen - i - 1];
+
+-  EVP_CIPHER_CTX_init();
++  EVP_CIPHER_CTX_init(ctx);
+   /* uses PKCS#7 padding for symmetric key operations by default */
+-  EVP_DecryptInit_ex(, EVP_des_ede3_cbc(), NULL, decryptKey, TEMP2);
+-  if(!EVP_DecryptUpdate(, CEKICV, , TEMP2+8, outlen-8)) {
++  EVP_DecryptInit_ex(ctx, EVP_des_ede3_cbc(), NULL, decryptKey, TEMP2);
++  if(!EVP_DecryptUpdate(ctx, CEKICV, , TEMP2+8, outlen-8)) {
+ fprintf(stderr, "internal error 

[arch-commits] Commit in dmg2img/trunk (0001-openssl-1.1-compatibility.patch PKGBUILD)

2019-04-07 Thread Jerome Leclanche via arch-commits
Date: Sunday, April 7, 2019 @ 15:29:11
  Author: jleclanche
Revision: 450312

upgpkg: dmg2img 1.6.7-3

Moved from AUR

Added:
  dmg2img/trunk/0001-openssl-1.1-compatibility.patch
Modified:
  dmg2img/trunk/PKGBUILD

--+
 0001-openssl-1.1-compatibility.patch |  219 +
 PKGBUILD |4 
 2 files changed, 221 insertions(+), 2 deletions(-)

Added: 0001-openssl-1.1-compatibility.patch
===
--- 0001-openssl-1.1-compatibility.patch(rev 0)
+++ 0001-openssl-1.1-compatibility.patch2019-04-07 15:29:11 UTC (rev 
450312)
@@ -0,0 +1,219 @@
+From f16f247d30f868e84f31e24792b4464488f1c009 Mon Sep 17 00:00:00 2001
+From: Peter Wu 
+Date: Tue, 2 May 2017 15:53:38 +0200
+Subject: [PATCH] vfdecrypt: OpenSSL 1.1 compatibility
+
+Allocate contexts from the heap on all OpenSSL versions, this is needed
+since OpenSSL 1.1.0. No attempt is done at addressing issues like global
+variables and fixing potential memleaks on error paths.
+
+Compile-tested only with OpenSSL 1.1.0e (Arch Linux) and OpenSSL 1.0.2g
+(Ubuntu 16.04), I have no test file.
+
+Fixes https://github.com/Lekensteyn/dmg2img/issues/4
+---
+ vfdecrypt.c | 103 ++--
+ 1 file changed, 80 insertions(+), 23 deletions(-)
+
+diff --git a/vfdecrypt.c b/vfdecrypt.c
+index 56d3530..b1a36d3 100644
+--- a/vfdecrypt.c
 b/vfdecrypt.c
+@@ -183,7 +183,7 @@ void adjust_v2_header_byteorder(cencrypted_v2_pwheader 
*pwhdr) {
+   pwhdr->encrypted_keyblob_size = htonl(pwhdr->encrypted_keyblob_size);
+ }
+
+-HMAC_CTX hmacsha1_ctx;
++HMAC_CTX *hmacsha1_ctx;
+ AES_KEY aes_decrypt_key;
+ int CHUNK_SIZE=4096;  // default
+
+@@ -196,9 +196,9 @@ void compute_iv(uint32_t chunk_no, uint8_t *iv) {
+   unsigned int mdLen;
+
+   chunk_no = OSSwapHostToBigInt32(chunk_no);
+-  HMAC_Init_ex(_ctx, NULL, 0, NULL, NULL);
+-  HMAC_Update(_ctx, (void *) _no, sizeof(uint32_t));
+-  HMAC_Final(_ctx, mdResult, );
++  HMAC_Init_ex(hmacsha1_ctx, NULL, 0, NULL, NULL);
++  HMAC_Update(hmacsha1_ctx, (void *) _no, sizeof(uint32_t));
++  HMAC_Final(hmacsha1_ctx, mdResult, );
+   memcpy(iv, mdResult, CIPHER_BLOCKSIZE);
+ }
+
+@@ -212,52 +212,75 @@ void decrypt_chunk(uint8_t *ctext, uint8_t *ptext, 
uint32_t chunk_no) {
+ /* DES3-EDE unwrap operation loosely based on to RFC 2630, section 12.6
+  *wrapped_key has to be 40 bytes in length.  */
+ int apple_des3_ede_unwrap_key(uint8_t *wrapped_key, int wrapped_key_len, 
uint8_t *decryptKey, uint8_t *unwrapped_key) {
+-  EVP_CIPHER_CTX ctx;
++  EVP_CIPHER_CTX *ctx;
+   uint8_t *TEMP1, *TEMP2, *CEKICV;
+   uint8_t IV[8] = { 0x4a, 0xdd, 0xa2, 0x2c, 0x79, 0xe8, 0x21, 0x05 };
+   int outlen, tmplen, i;
+
+-  EVP_CIPHER_CTX_init();
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++  ctx = EVP_CIPHER_CTX_new();
++#else
++  ctx = malloc(sizeof(*ctx));
++#endif
++  if (!ctx) {
++fprintf(stderr, "Out of memory: EVP_CIPHER_CTX!\n");
++return(-1);
++  }
++
++  EVP_CIPHER_CTX_init(ctx);
+   /* result of the decryption operation shouldn't be bigger than ciphertext */
+   TEMP1 = malloc(wrapped_key_len);
+   TEMP2 = malloc(wrapped_key_len);
+   CEKICV = malloc(wrapped_key_len);
+   /* uses PKCS#7 padding for symmetric key operations by default */
+-  EVP_DecryptInit_ex(, EVP_des_ede3_cbc(), NULL, decryptKey, IV);
++  EVP_DecryptInit_ex(ctx, EVP_des_ede3_cbc(), NULL, decryptKey, IV);
+
+-  if(!EVP_DecryptUpdate(, TEMP1, , wrapped_key, wrapped_key_len)) {
++  if(!EVP_DecryptUpdate(ctx, TEMP1, , wrapped_key, wrapped_key_len)) {
+ fprintf(stderr, "internal error (1) during key unwrap operation!\n");
+ return(-1);
+   }
+-  if(!EVP_DecryptFinal_ex(, TEMP1 + outlen, )) {
++  if(!EVP_DecryptFinal_ex(ctx, TEMP1 + outlen, )) {
+ fprintf(stderr, "internal error (2) during key unwrap operation!\n");
+ return(-1);
+   }
+   outlen += tmplen;
+-  EVP_CIPHER_CTX_cleanup();
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++  EVP_CIPHER_CTX_reset(ctx);
++#else
++  EVP_CIPHER_CTX_cleanup(ctx);
++#endif
+
+   /* reverse order of TEMP3 */
+   for(i = 0; i < outlen; i++) TEMP2[i] = TEMP1[outlen - i - 1];
+
+-  EVP_CIPHER_CTX_init();
++  EVP_CIPHER_CTX_init(ctx);
+   /* uses PKCS#7 padding for symmetric key operations by default */
+-  EVP_DecryptInit_ex(, EVP_des_ede3_cbc(), NULL, decryptKey, TEMP2);
+-  if(!EVP_DecryptUpdate(, CEKICV, , TEMP2+8, outlen-8)) {
++  EVP_DecryptInit_ex(ctx, EVP_des_ede3_cbc(), NULL, decryptKey, TEMP2);
++  if(!EVP_DecryptUpdate(ctx, CEKICV, , TEMP2+8, outlen-8)) {
+ fprintf(stderr, "internal error (3) during key unwrap operation!\n");
+ return(-1);
+   }
+-  if(!EVP_DecryptFinal_ex(, CEKICV + outlen, )) {
++  if(!EVP_DecryptFinal_ex(ctx, CEKICV + outlen, )) {
+ fprintf(stderr, "internal error (4) during key unwrap operation!\n");
+ return(-1);
+   }
+
+   outlen += tmplen;
+-  

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

2019-04-07 Thread Jerome Leclanche via arch-commits
Date: Sunday, April 7, 2019 @ 15:27:12
  Author: jleclanche
Revision: 450311

dmg2img: Moved from AUR

Added:
  dmg2img/
  dmg2img/repos/
  dmg2img/trunk/
  dmg2img/trunk/PKGBUILD

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

Added: dmg2img/trunk/PKGBUILD
===
--- dmg2img/trunk/PKGBUILD  (rev 0)
+++ dmg2img/trunk/PKGBUILD  2019-04-07 15:27:12 UTC (rev 450311)
@@ -0,0 +1,33 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=dmg2img
+pkgver=1.6.7
+pkgrel=3
+pkgdesc="A CLI tool to uncompress Apple's compressed DMG files to the HFS+ IMG 
format"
+arch=("i686" "x86_64")
+url="http://vu1tur.eu.org/tools/;
+license=("GPL2")
+depends=("openssl" "bzip2")
+source=(
+   "http://vu1tur.eu.org/tools/$pkgname-$pkgver.tar.gz;
+   "0001-openssl-1.1-compatibility.patch"
+)
+sha256sums=(
+   ""
+   ""
+)
+
+prepare() {
+   cd "$srcdir/$pkgname-$pkgver"
+   patch -Np1 --ignore-whitespace -i 
"$srcdir/0001-openssl-1.1-compatibility.patch"
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make PREFIX="/usr"
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make PREFIX="/usr" DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in buildbot/repos/community-any (3 files)

2019-04-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 7, 2019 @ 15:21:49
  Author: yan12125
Revision: 450308

archrelease: copy trunk to community-any

Added:
  buildbot/repos/community-any/PKGBUILD
(from rev 450307, buildbot/trunk/PKGBUILD)
Deleted:
  buildbot/repos/community-any/PKGBUILD
  buildbot/repos/community-any/install-test-files.patch

--+
 PKGBUILD |  122 +
 install-test-files.patch |   13 
 2 files changed, 59 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 15:21:33 UTC (rev 450307)
+++ PKGBUILD2019-04-07 15:21:49 UTC (rev 450308)
@@ -1,63 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: xRemaLx 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=buildbot
-pkgdesc='The Continuous Integration Framework'
-pkgver=2.1.0
-pkgrel=1
-arch=(any)
-url='https://buildbot.net'
-license=(GPL2)
-depends=(python-twisted python-jinja python-zope-interface python-future
- python-sqlalchemy-migrate python-dateutil python-txaio
- python-autobahn python-pyjwt python-yaml)
-checkdepends=(python-boto3 python-lz4 python-treq python-txrequests
-  python-mock python-moto python-parameterized
-  python-buildbot-pkg=$pkgver buildbot-worker=$pkgver 
python-buildbot-www=$pkgver
-  python-pip openssh)
-optdepends=(
-  'python-boto3: for AWS EC2 latent worker'
-  'python-lz4: to compress logs using lz4'
-  'python-treq: for using HTTP requests as steps'
-  'python-txrequests: for using HTTP requests as steps'
-  'python-pyopenssl: to use SSL/TLS in mail or IRC notifiers'
-)
-source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig}
-install-test-files.patch)
-sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509'
-'SKIP'
-'b6c583a8c8dc20a84a0402539dbadd854408a15d6424841e59a6daa47fe2')
-validpgpkeys=(
-  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
-)
-
-prepare() {
-  cd buildbot-$pkgver
-  patch -Np1 -i ../install-test-files.patch
-}
-
-build() {
-  cd buildbot-$pkgver/master
-  python setup.py build
-}
-
-check() {
-  cd buildbot-$pkgver/master
-
-  # https://github.com/spulec/moto/issues/1924
-  export AWS_SECRET_ACCESS_KEY=foobar_secret
-  export AWS_ACCESS_KEY_ID=foobar_key
-
-  pip install --root="$srcdir"/tmp_install .
-
-  export PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.7/site-packages
-  export PATH="$PATH:$srcdir/tmp_install/usr/bin"
-  TZ=UTC trial3 --rterrors buildbot
-}
-
-package() {
-  cd buildbot-$pkgver/master
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: buildbot/repos/community-any/PKGBUILD (from rev 450307, 
buildbot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 15:21:49 UTC (rev 450308)
@@ -0,0 +1,59 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=buildbot
+pkgdesc='The Continuous Integration Framework'
+pkgver=2.2.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-twisted python-jinja python-zope-interface
+ python-sqlalchemy-migrate python-dateutil python-txaio
+ python-autobahn python-pyjwt python-yaml)
+checkdepends=(python-boto3 python-lz4 python-treq python-txrequests
+  python-mock python-moto python-parameterized
+  python-buildbot-pkg=$pkgver buildbot-worker=$pkgver 
python-buildbot-www=$pkgver
+  openssh)
+makedepends=(python-setuptools)
+optdepends=(
+  'python-boto3: for AWS EC2 latent worker'
+  'python-lz4: to compress logs using lz4'
+  'python-treq: for using HTTP requests as steps'
+  'python-txrequests: for using HTTP requests as steps'
+  'python-pyopenssl: to use SSL/TLS in mail or IRC notifiers'
+  'pass: to use SecretInPass provider'
+  'vault: to use SecretInVault provider'
+)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
+)
+
+build() {
+  cd buildbot-$pkgver/master
+  python setup.py build
+}
+
+check() {
+  cd buildbot-$pkgver/master
+
+  # https://github.com/spulec/moto/issues/1924
+  export AWS_SECRET_ACCESS_KEY=foobar_secret
+  export AWS_ACCESS_KEY_ID=foobar_key
+
+  python setup.py install --root="$srcdir"/tmp_install
+
+  export PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.7/site-packages
+  export PATH="$PATH:$srcdir/tmp_install/usr/bin"
+  TZ=UTC trial3 --rterrors buildbot
+}
+
+package() {
+  cd buildbot-$pkgver/master
+  python 

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

2019-04-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 7, 2019 @ 15:22:22
  Author: yan12125
Revision: 450309

upgpkg: buildbot-www 2.2.0-1

Modified:
  buildbot-www/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 15:21:49 UTC (rev 450308)
+++ PKGBUILD2019-04-07 15:22:22 UTC (rev 450309)
@@ -7,7 +7,7 @@
 pkgname=(python-buildbot-www python-buildbot-waterfall-view
  python-buildbot-console-view python-buildbot-grid-view
  python-buildbot-wsgi-dashboards python-buildbot-badges)
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 arch=(any)
 url='https://buildbot.net'
@@ -14,7 +14,7 @@
 license=(GPL2)
 makedepends=(git buildbot=$pkgver python-buildbot-pkg=$pkgver python-mock)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509'
+sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
 'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 


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

2019-04-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 7, 2019 @ 15:22:38
  Author: yan12125
Revision: 450310

archrelease: copy trunk to community-any

Added:
  buildbot-www/repos/community-any/PKGBUILD
(from rev 450309, buildbot-www/trunk/PKGBUILD)
Deleted:
  buildbot-www/repos/community-any/PKGBUILD

--+
 PKGBUILD |  178 ++---
 1 file changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 15:22:22 UTC (rev 450309)
+++ PKGBUILD2019-04-07 15:22:38 UTC (rev 450310)
@@ -1,89 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: xRemaLx 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgbase=buildbot-www
-pkgname=(python-buildbot-www python-buildbot-waterfall-view
- python-buildbot-console-view python-buildbot-grid-view
- python-buildbot-wsgi-dashboards python-buildbot-badges)
-pkgver=2.1.0
-pkgrel=1
-arch=(any)
-url='https://buildbot.net'
-license=(GPL2)
-makedepends=(git buildbot=$pkgver python-buildbot-pkg=$pkgver python-mock)
-source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509'
-'SKIP')
-validpgpkeys=(
-  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
-)
-
-build() {
-  for module in base waterfall_view console_view grid_view wsgi_dashboards 
badges
-  do
-cd "$srcdir"/buildbot-$pkgver/www/$module
-python setup.py build
-  done
-}
-
-package_python-buildbot-www() {
-  pkgdesc='Buildbot UI'
-  # Not depending on buildbot so that buildbot can easily use
-  # python-buildbot-www in checkdepends
-  depends=(python)
-  optdepends=(
-'python-buildbot-waterfall-view'
-'python-buildbot-console-view'
-'python-buildbot-grid-view'
-'python-buildbot-badges'
-  )
-
-  cd buildbot-$pkgver/www/base
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-buildbot-waterfall-view() {
-  pkgdesc='Buildbot Waterfall View plugin'
-  depends=(python-buildbot-www)
-
-  cd buildbot-$pkgver/www/waterfall_view
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-buildbot-console-view() {
-  pkgdesc='Buildbot Console View plugin'
-  depends=(python-buildbot-www)
-
-  cd buildbot-$pkgver/www/console_view
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-buildbot-grid-view() {
-  pkgdesc='Buildbot Grid View plugin'
-  depends=(python-buildbot-www)
-
-  cd buildbot-$pkgver/www/grid_view
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-buildbot-wsgi-dashboards() {
-  pkgdesc='Buildbot plugin to integrate flask or bottle dashboards to buildbot 
UI'
-  depends=(python-buildbot-www)
-
-  cd buildbot-$pkgver/www/wsgi_dashboards
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-buildbot-badges() {
-  pkgdesc='Buildbot badges'
-  depends=(python-buildbot-www python-klein python-cairosvg python-cairocffi 
python-jinja)
-  # 
https://github.com/buildbot/buildbot/blob/v1.6.0/www/badges/buildbot_badges/__init__.py#L40
-  optdepends=(
-'ttf-dejavu: the default font for rendering badges as PNGs'
-  )
-
-  cd buildbot-$pkgver/www/badges
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: buildbot-www/repos/community-any/PKGBUILD (from rev 450309, 
buildbot-www/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 15:22:38 UTC (rev 450310)
@@ -0,0 +1,89 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgbase=buildbot-www
+pkgname=(python-buildbot-www python-buildbot-waterfall-view
+ python-buildbot-console-view python-buildbot-grid-view
+ python-buildbot-wsgi-dashboards python-buildbot-badges)
+pkgver=2.2.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+makedepends=(git buildbot=$pkgver python-buildbot-pkg=$pkgver python-mock)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
+)
+
+build() {
+  for module in base waterfall_view console_view grid_view wsgi_dashboards 
badges
+  do
+cd "$srcdir"/buildbot-$pkgver/www/$module
+python setup.py build
+  done
+}
+
+package_python-buildbot-www() {
+  pkgdesc='Buildbot UI'
+  # Not depending on buildbot so that buildbot can easily use
+  # python-buildbot-www in checkdepends
+  depends=(python)
+  optdepends=(
+'python-buildbot-waterfall-view'
+   

[arch-commits] Commit in buildbot/trunk (install-test-files.patch)

2019-04-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 7, 2019 @ 15:21:33
  Author: yan12125
Revision: 450307

upgpkg: buildbot 2.2.0-1

* python-fugure is not needed after 
https://github.com/buildbot/buildbot/pull/4660
* install-test-files.patch is landed 
https://github.com/buildbot/buildbot/pull/4654
* Use setuptools instead of pip to reduce dependencies

Deleted:
  buildbot/trunk/install-test-files.patch

--+
 install-test-files.patch |   13 -
 1 file changed, 13 deletions(-)

Deleted: install-test-files.patch
===
--- install-test-files.patch2019-04-07 15:19:20 UTC (rev 450306)
+++ install-test-files.patch2019-04-07 15:21:33 UTC (rev 450307)
@@ -1,13 +0,0 @@
-diff --git a/master/setup.py b/master/setup.py
-index c4172be5a..4a89ac895 100755
 a/master/setup.py
-+++ b/master/setup.py
-@@ -217,6 +217,8 @@ setup_args = {
- include("buildbot/spec/types", "*.raml"),
- include("buildbot/test/unit/test_templates_dir", "*.html"),
- include("buildbot/test/unit/test_templates_dir/plugin", "*.*"),
-+include("buildbot/test/integration/pki", "*.*"),
-+include("buildbot/test/integration/pki/ca", "*.*"),
- ] + include_statics("buildbot/www/static"),
- 'cmdclass': {'install_data': install_data_twisted,
-  'sdist': our_sdist},


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

2019-04-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 7, 2019 @ 15:19:20
  Author: yan12125
Revision: 450306

upgpkg: buildbot 2.2.0-1

* python-future is not needed after 
https://github.com/buildbot/buildbot/pull/4660
* Use distutils instead of pip to reduce dependencies
* install-test-files.patch is landed 
https://github.com/buildbot/buildbot/pull/4654

Modified:
  buildbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 15:14:37 UTC (rev 450305)
+++ PKGBUILD2019-04-07 15:19:20 UTC (rev 450306)
@@ -5,18 +5,19 @@
 
 pkgname=buildbot
 pkgdesc='The Continuous Integration Framework'
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 arch=(any)
 url='https://buildbot.net'
 license=(GPL2)
-depends=(python-twisted python-jinja python-zope-interface python-future
+depends=(python-twisted python-jinja python-zope-interface
  python-sqlalchemy-migrate python-dateutil python-txaio
  python-autobahn python-pyjwt python-yaml)
 checkdepends=(python-boto3 python-lz4 python-treq python-txrequests
   python-mock python-moto python-parameterized
   python-buildbot-pkg=$pkgver buildbot-worker=$pkgver 
python-buildbot-www=$pkgver
-  python-pip openssh)
+  openssh)
+makedepends=(python-setuptools)
 optdepends=(
   'python-boto3: for AWS EC2 latent worker'
   'python-lz4: to compress logs using lz4'
@@ -23,21 +24,16 @@
   'python-treq: for using HTTP requests as steps'
   'python-txrequests: for using HTTP requests as steps'
   'python-pyopenssl: to use SSL/TLS in mail or IRC notifiers'
+  'pass: to use SecretInPass provider'
+  'vault: to use SecretInVault provider'
 )
-source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig}
-install-test-files.patch)
-sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509'
-'SKIP'
-'b6c583a8c8dc20a84a0402539dbadd854408a15d6424841e59a6daa47fe2')
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
+'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 )
 
-prepare() {
-  cd buildbot-$pkgver
-  patch -Np1 -i ../install-test-files.patch
-}
-
 build() {
   cd buildbot-$pkgver/master
   python setup.py build
@@ -50,7 +46,7 @@
   export AWS_SECRET_ACCESS_KEY=foobar_secret
   export AWS_ACCESS_KEY_ID=foobar_key
 
-  pip install --root="$srcdir"/tmp_install .
+  python setup.py install --root="$srcdir"/tmp_install
 
   export PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.7/site-packages
   export PATH="$PATH:$srcdir/tmp_install/usr/bin"


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

2019-04-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 7, 2019 @ 15:14:21
  Author: yan12125
Revision: 450304

upgpkg: buildbot-worker 2.2.0-1

Modified:
  buildbot-worker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 15:13:47 UTC (rev 450303)
+++ PKGBUILD2019-04-07 15:14:21 UTC (rev 450304)
@@ -5,7 +5,7 @@
 
 pkgname=buildbot-worker
 pkgdesc='Buildbot worker daemon'
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 arch=(any)
 url='https://buildbot.net'
@@ -13,7 +13,7 @@
 depends=(python-setuptools python-twisted python-future)
 checkdepends=(python-mock)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509'
+sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
 'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 


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

2019-04-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 7, 2019 @ 15:14:37
  Author: yan12125
Revision: 450305

archrelease: copy trunk to community-any

Added:
  buildbot-worker/repos/community-any/PKGBUILD
(from rev 450304, buildbot-worker/trunk/PKGBUILD)
Deleted:
  buildbot-worker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 15:14:21 UTC (rev 450304)
+++ PKGBUILD2019-04-07 15:14:37 UTC (rev 450305)
@@ -1,35 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: xRemaLx 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=buildbot-worker
-pkgdesc='Buildbot worker daemon'
-pkgver=2.1.0
-pkgrel=1
-arch=(any)
-url='https://buildbot.net'
-license=(GPL2)
-depends=(python-setuptools python-twisted python-future)
-checkdepends=(python-mock)
-source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509'
-'SKIP')
-validpgpkeys=(
-  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
-)
-
-build() {
-  cd buildbot-$pkgver/worker
-  python setup.py build
-}
-
-check() {
-  cd buildbot-$pkgver/worker
-  PYTHONPATH=. trial3 buildbot_worker
-}
-
-package() {
-  cd buildbot-$pkgver/worker
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: buildbot-worker/repos/community-any/PKGBUILD (from rev 450304, 
buildbot-worker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 15:14:37 UTC (rev 450305)
@@ -0,0 +1,35 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=buildbot-worker
+pkgdesc='Buildbot worker daemon'
+pkgver=2.2.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-setuptools python-twisted python-future)
+checkdepends=(python-mock)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
+)
+
+build() {
+  cd buildbot-$pkgver/worker
+  python setup.py build
+}
+
+check() {
+  cd buildbot-$pkgver/worker
+  PYTHONPATH=. trial3 buildbot_worker
+}
+
+package() {
+  cd buildbot-$pkgver/worker
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-04-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 7, 2019 @ 15:13:47
  Author: yan12125
Revision: 450303

archrelease: copy trunk to community-any

Added:
  python-buildbot-pkg/repos/community-any/PKGBUILD
(from rev 450302, python-buildbot-pkg/trunk/PKGBUILD)
Deleted:
  python-buildbot-pkg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 15:13:28 UTC (rev 450302)
+++ PKGBUILD2019-04-07 15:13:47 UTC (rev 450303)
@@ -1,30 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: xRemaLx 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=python-buildbot-pkg
-pkgdesc='Utilities and common code for building and testing www plugins'
-pkgver=2.1.0
-pkgrel=1
-arch=(any)
-url='https://buildbot.net'
-license=(GPL2)
-# Use Node.js 8 as www plugins do not build with Node.js 10.14.2 and 11 
(https://github.com/buildbot/buildbot/issues/4382)
-depends=(python-setuptools nodejs-lts-carbon yarn python2)
-source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509'
-'SKIP')
-validpgpkeys=(
-  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
-)
-
-build() {
-  cd buildbot-$pkgver/pkg
-  python setup.py build
-}
-
-package() {
-  cd buildbot-$pkgver/pkg
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-buildbot-pkg/repos/community-any/PKGBUILD (from rev 450302, 
python-buildbot-pkg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 15:13:47 UTC (rev 450303)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=python-buildbot-pkg
+pkgdesc='Utilities and common code for building and testing www plugins'
+pkgver=2.2.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+# Use Node.js 8 as www plugins do not build with Node.js 10.14.2 and 11 
(https://github.com/buildbot/buildbot/issues/4382)
+depends=(python-setuptools nodejs-lts-carbon yarn python2)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
+)
+
+build() {
+  cd buildbot-$pkgver/pkg
+  python setup.py build
+}
+
+package() {
+  cd buildbot-$pkgver/pkg
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-04-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 7, 2019 @ 15:13:28
  Author: yan12125
Revision: 450302

upgpkg: python-buildbot-pkg 2.2.0-1

Modified:
  python-buildbot-pkg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 15:02:03 UTC (rev 450301)
+++ PKGBUILD2019-04-07 15:13:28 UTC (rev 450302)
@@ -5,7 +5,7 @@
 
 pkgname=python-buildbot-pkg
 pkgdesc='Utilities and common code for building and testing www plugins'
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 arch=(any)
 url='https://buildbot.net'
@@ -13,7 +13,7 @@
 # Use Node.js 8 as www plugins do not build with Node.js 10.14.2 and 11 
(https://github.com/buildbot/buildbot/issues/4382)
 depends=(python-setuptools nodejs-lts-carbon yarn python2)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509'
+sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
 'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 


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

2019-04-07 Thread Andreas Radke via arch-commits
Date: Sunday, April 7, 2019 @ 15:04:27
  Author: andyrtr
Revision: 350306

upgpkg: cups-filters 1.22.5-1

upstream update 1.22.5

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 14:16:28 UTC (rev 350305)
+++ PKGBUILD2019-04-07 15:04:27 UTC (rev 350306)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.22.4
+pkgver=1.22.5
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('58a049aa7f371028e5695f80c83f09774dfda9f02e589ca2f1d6ca66050883c4')
+sha256sums=('30d453a2152f0b3032126720aecfe35d5c3adc00d9f32f0320da492e92f707a6')
 
 build() {
   cd $pkgname-$pkgver


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

2019-04-07 Thread Andreas Radke via arch-commits
Date: Sunday, April 7, 2019 @ 15:04:41
  Author: andyrtr
Revision: 350307

archrelease: copy trunk to extra-x86_64

Added:
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 350306, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 15:04:27 UTC (rev 350306)
+++ PKGBUILD2019-04-07 15:04:41 UTC (rev 350307)
@@ -1,59 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.22.4
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('58a049aa7f371028e5695f80c83f09774dfda9f02e589ca2f1d6ca66050883c4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Ignore const-related errors (remove once fixed upstream)
-  CXXFLAGS+=' -fpermissive'
-
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use cups group from cups pkg FS#56818
-  chgrp -R 209 ${pkgdir}/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 350306, 
cups-filters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 15:04:41 UTC (rev 350307)
@@ -0,0 +1,59 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.22.5
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('30d453a2152f0b3032126720aecfe35d5c3adc00d9f32f0320da492e92f707a6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Ignore const-related errors (remove once fixed upstream)
+  CXXFLAGS+=' -fpermissive'
+
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd 

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

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 15:02:03
  Author: dvzrv
Revision: 450301

archrelease: copy trunk to community-x86_64

Added:
  din/repos/community-x86_64/PKGBUILD
(from rev 450300, din/trunk/PKGBUILD)
Deleted:
  din/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 15:01:56 UTC (rev 450300)
+++ PKGBUILD2019-04-07 15:02:03 UTC (rev 450301)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: muzhed 
-
-pkgname=din
-pkgver=40
-pkgrel=1
-pkgdesc="A sound synthesizer and musical instrument."
-arch=('x86_64')
-url="https://dinisnoise.org/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
-makedepends=('boost' 'glu')
-source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('1999827573d48a4327de7a79090540409c822b245a8fabe4d36013b619b53ceab2396c2c8d670e938b5ae5b17d11643c6e467393bb45af668dd1ce8c61baae41')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
-  CFLAGS="${CFLAGS} -O3" \
-  ./configure --prefix='/usr'
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
-}

Copied: din/repos/community-x86_64/PKGBUILD (from rev 450300, 
din/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 15:02:03 UTC (rev 450301)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Contributor: muzhed 
+
+pkgname=din
+pkgver=41
+pkgrel=1
+pkgdesc="A sound synthesizer and musical instrument."
+arch=('x86_64')
+url="https://dinisnoise.org/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
+makedepends=('boost' 'glu')
+source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b4b3a2f4ddb9067c02ccda26f1c89039a4332f582b22d9f022b14d76622a1c5424a119d00b55247c37a5753a525cdc4d7a1074784da2940ad4940b0e3f58e06d')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
+  CFLAGS="${CFLAGS} -O3" \
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
+}


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

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 15:01:56
  Author: dvzrv
Revision: 450300

upgpkg: din 41-1

Upgrading to 41.

Modified:
  din/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 14:55:07 UTC (rev 450299)
+++ PKGBUILD2019-04-07 15:01:56 UTC (rev 450300)
@@ -2,7 +2,7 @@
 # Contributor: muzhed 
 
 pkgname=din
-pkgver=40
+pkgver=41
 pkgrel=1
 pkgdesc="A sound synthesizer and musical instrument."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
 makedepends=('boost' 'glu')
 
source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('1999827573d48a4327de7a79090540409c822b245a8fabe4d36013b619b53ceab2396c2c8d670e938b5ae5b17d11643c6e467393bb45af668dd1ce8c61baae41')
+sha512sums=('b4b3a2f4ddb9067c02ccda26f1c89039a4332f582b22d9f022b14d76622a1c5424a119d00b55247c37a5753a525cdc4d7a1074784da2940ad4940b0e3f58e06d')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 14:53:10
  Author: dvzrv
Revision: 450297

archrelease: copy trunk to community-staging-x86_64

Added:
  csound/repos/community-staging-x86_64/
  csound/repos/community-staging-x86_64/PKGBUILD
(from rev 450296, csound/trunk/PKGBUILD)
  csound/repos/community-staging-x86_64/csound.sh
(from rev 450296, csound/trunk/csound.sh)
  csound/repos/community-staging-x86_64/fluidsynth2.patch
(from rev 450296, csound/trunk/fluidsynth2.patch)

---+
 PKGBUILD  |   91 
 csound.sh |3 +
 fluidsynth2.patch |   59 +
 3 files changed, 153 insertions(+)

Copied: csound/repos/community-staging-x86_64/PKGBUILD (from rev 450296, 
csound/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-07 14:53:10 UTC (rev 450297)
@@ -0,0 +1,91 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgbase=csound
+pkgname=('csound' 'csound-doc')
+pkgver=6.12.2
+pkgrel=6
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+url="https://csound.com;
+license=('LGPL')
+# libpd needs to be packaged: https://github.com/libpd/libpd/releases
+# current gmm doesn't work https://github.com/csound/csound/issues/920
+makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
+'fluidsynth' 'git' 'hdf5' 'java-environment=8' 'ladspa' 'libmusicxml'
+'libwebsockets' 'llvm' 'luajit' 'portmidi' 'portsmf' 'python2' 'stk' 'swig'
+'wiiuse')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz;
+"${pkgbase}.sh"
+"fluidsynth2.patch"
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip;
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip;
+"fluidsynth2.patch")
+sha512sums=('e00a1f74e38cc5edadcaa4ea2a38a79a010be21008cad091b46c79ed18242a925ab9279fc049b4e82f6944e4d6e815787b7f847b08ae3bba9bde60570aa96f58'
+
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
+
'bf762db1079dde5b62f2bfe8ba649ac9e719b6ada535f3d67d048213133aeecb3caa3cb1e5bbf26fe78e4b1882e08be9bbea701bd49c914bfbf8d3ab7d83013b'
+
'eb287b9070c16d6cfbd890532d97eda34d72d8b5e5548a1a55ed7de91b2b913e04426cd50c94d0ac84221396002421077a5d22b3b67ce634c34a9aa1ceb53d9d'
+
'881bbdae5ab7fceb28199084173492eb8cc6477e72100739599e9d1448c607062efd1390b5cb19e03aeeae9c58eb608b61f36853dddb4d9141b86da31d00bc45'
+
'bf762db1079dde5b62f2bfe8ba649ac9e719b6ada535f3d67d048213133aeecb3caa3cb1e5bbf26fe78e4b1882e08be9bbea701bd49c914bfbf8d3ab7d83013b')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  patch -Np1 -i ../fluidsynth2.patch
+  mkdir build
+
+}
+
+build() {
+  cd "${pkgbase}-${pkgver}/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DJAVA_AWT_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libawt.so 
\
+-DJAVA_JVM_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64 \
+-DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
+-DLUAJIT_LIBRARY=/usr/lib/libluajit-5.1.so \
+-DLUA_H_PATH=/usr/include/luajit-2.0/ \
+-DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
+-DBUILD_STATIC_LIBRARY=ON \
+..
+  make
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}/build"
+  make test
+}
+
+package_csound() {
+  groups=('pro-audio')
+  depends=('fluidsynth' 'git' 'hdf5' 'liblo' 'libmusicxml' 'libwebsockets'
+  'luajit' 'portmidi' 'portsmf' 'stk' 'tk' 'wiiuse')
+  optdepends=('csound-doc: The canonical Csound Reference Manual'
+  'csoundqt: Qt frontend'
+  'fltk: fltk GUIs'
+  'faust: Embed faust'
+  'java-runtime=8: Use csound with Java'
+  'python2: python opcodes'
+  'vim-csound: Use csound with vim')
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}/" install
+
+  # export vars in profile.d
+  install -vDm 755 "${srcdir}/${pkgname}.sh" -t "${pkgdir}/etc/profile.d/"
+  # rename extract executable due to name conflict with libextractor
+  # https://github.com/csound/csound/issues/985
+  mv -v "${pkgdir}/usr/bin/extract" "${pkgdir}/usr/bin/${pkgname}-extract"
+}
+
+package_csound-doc() {
+  license=('LGPL' 'GPL')
+  install -vDm 644 "Csound${pkgver}_manual.pdf" \
+"${pkgdir}/usr/share/doc/${pkgname}/${pkgbase}-manual.pdf"
+
+  install -dv "${pkgdir}/usr/share/doc/${pkgname}/html"
+  cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname}/html"
+  # fix file permissions
+  find "${pkgdir}" -type f -exec chmod -c 644 {} \;
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 14:53:03
  Author: dvzrv
Revision: 450296

upgpkg: csound 6.12.2-6

Rebuilding against faust 2.15.11.

Modified:
  csound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 14:50:26 UTC (rev 450295)
+++ PKGBUILD2019-04-07 14:53:03 UTC (rev 450296)
@@ -6,7 +6,7 @@
 pkgbase=csound
 pkgname=('csound' 'csound-doc')
 pkgver=6.12.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A programming language for sound rendering and signal processing."
 arch=('x86_64')
 url="https://csound.com;


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

2019-04-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 7, 2019 @ 14:50:26
  Author: seblu
Revision: 450295

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 450294, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 450294, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 450294, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 450294, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 450294, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  156 ++---
 grafana.install  |   44 +++---
 grafana.service  |   46 +++
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 126 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 14:50:18 UTC (rev 450294)
+++ PKGBUILD2019-04-07 14:50:26 UTC (rev 450295)
@@ -1,78 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=6.0.1
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go-pie' 'npm' 'grunt-cli' 'python2')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-md5sums=('SKIP'
- '25c2adc03fad89286b72c1bf8bf3e361'
- 'e991d8cdf91c1e25652cdbc51fc726c5'
- 'bdc90cffca3c44c7a86e0fdac154092f')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  msg2 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  msg2 'building the backend'
-  go run build.go setup
-  go run build.go build
-
-  msg2 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/linux-amd64/grafana-server 
"$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/linux-amd64/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-  install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-  install -dm755 "$pkgdir/usr/share/grafana/"
-  for i in vendor public tools; do
-cp -r "$i" "$pkgdir/usr/share/grafana/$i"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafana/repos/community-x86_64/PKGBUILD (from rev 450294, 
grafana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 14:50:26 UTC (rev 450295)
@@ -0,0 +1,78 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Carsten Feuls 
+# Contributor: Gilles Hamel 
+
+pkgname=grafana
+pkgver=6.1.1
+pkgrel=1
+pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
+url='https://grafana.com/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
+makedepends=('git' 'go-pie' 'npm' 'grunt-cli' 'python2')
+backup=('etc/grafana.ini')
+source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
+'grafana.service'
+'grafana.sysusers'
+

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

2019-04-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 7, 2019 @ 14:50:18
  Author: seblu
Revision: 450294

upgpkg: grafana 6.1.1-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 14:21:23 UTC (rev 450293)
+++ PKGBUILD2019-04-07 14:50:18 UTC (rev 450294)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=6.0.1
+pkgver=6.1.1
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'


[arch-commits] Commit in faust/trunk (PKGBUILD llvm7.patch)

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 14:21:17
  Author: dvzrv
Revision: 450292

upgpkg: faust 2.15.11-1

Upgrading to 2.15.11. Adding optdepends for faust2* scripts. Removing llvm7 
patch and moving back to current llvm.

Modified:
  faust/trunk/PKGBUILD
Deleted:
  faust/trunk/llvm7.patch

-+
 PKGBUILD|   45 +-
 llvm7.patch |  946 --
 2 files changed, 28 insertions(+), 963 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 12:24:56 UTC (rev 450291)
+++ PKGBUILD2019-04-07 14:21:17 UTC (rev 450292)
@@ -4,34 +4,45 @@
 # Contributor: bjoern lindig (bjoern _dot_ lindig _at_ google.com)
 
 pkgname=faust
-pkgver=2.5.23
-pkgrel=5
+pkgver=2.15.11
+pkgrel=1
 pkgdesc="A functional programming language for realtime audio signal 
processing."
 arch=('x86_64')
 url="https://faust.grame.fr/;
 license=('GPL2')
 groups=('pro-audio')
-depends=('llvm7-libs' 'libsndfile' 'libmicrohttpd')
-makedepends=('llvm7' 'xxd')
-optdepends=('clang: needed for sound2reader'
-'java-environment=8: needed for faust2android'
-'python2: needed for faust2md and faust2atomsnippets'
-'ruby: needed for faust2sc and scbuilder')
+depends=('llvm-libs' 'libsndfile' 'libmicrohttpd')
+makedepends=('cmake' 'llvm' 'xxd')
+optdepends=('clang: for sound2reader'
+'csound: for faust2csound'
+'graphviz: for faust2sig{,viewer}'
+'gtk2: for faust2{jack,rosgtk}'
+'inkscape: for faust2{pdf,png}'
+'jack: for 
faust2{api,jack{,console,internal,server,rust},jaqt,netjackqt,nodejs,ros,rosgtk,rpinetjackconsole}'
+'swig: for faust2android'
+'libsndfile: for faust2{dummy,sndfile}'
+'octave: for faust2octave'
+'pd: for faust2puredata'
+'portaudio: for faust2paqt'
+'python2: for faust2md and faust2atomsnippets'
+'qt5-tools: for faust2{faustvst,jaqt,lv2}'
+'rtaudio: for faust2raqt'
+'ruby: for faust2sc and scbuilder'
+'rust: for faust2jackrust'
+'supercollider: for faust2supercollider'
+'texlive-core: for faust2pdf')
 options=('staticlibs')
-source=("https://github.com/grame-cncm/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'llvm7.patch')
-sha512sums=('7ffa165b865cea09b923cb1687e5b48a48186644f9efcf8b532f948368c825f0ce829a8d6ef64d9a59c81bac0597dbd6b05bd1ac40198f5d4e6403eda1e57e69'
-
'db5465db46ee5cf1f20bfba7d54e373f02e7a23848a9af7bd613e6b1589fac47f437582b6934b21469ba082a6f8c54d8528a33c48a5a747a20b2fa0bf7479337')
+source=("https://github.com/grame-cncm/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('24590a2f726e5aff577a8be57293940a2cb80bcacff7e33986c66c0aa1e4d27bbba6b1335b2855efc35e83b3a8206a12f4f3bb83aa813a817a648e174a3c15fc')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # fix scripts requiring python2
+  # fix scripts requiring python2:
+  # https://github.com/grame-cncm/faust/issues/301
   sed -e '1s/python/&2/' \
--i "tools/${pkgname}2appls/${pkgname}2"{md,atomsnippets}
-  # fix for llvm7 (derived partially from upstream fix of HEAD):
-  # https://github.com/grame-cncm/faust/issues/220
-  patch -Np1 -i ../llvm7.patch
+  -i "tools/${pkgname}2appls/${pkgname}2atomsnippets"
   # RELRO for sound2faust and sound2file
+  # https://github.com/grame-cncm/faust/issues/302
   sed -e "/\$(LIBS)/ s/$/ $LDFLAGS/g" \
   -i tools/sound2faust/Makefile
 }

Deleted: llvm7.patch
===
--- llvm7.patch 2019-04-07 12:24:56 UTC (rev 450291)
+++ llvm7.patch 2019-04-07 14:21:17 UTC (rev 450292)
@@ -1,946 +0,0 @@
-diff -ruN faust-2.5.23/compiler/Makefile.unix 
faust-2.5.23-b/compiler/Makefile.unix
 faust-2.5.23/compiler/Makefile.unix2018-03-06 10:39:29.0 
+0100
-+++ faust-2.5.23-b/compiler/Makefile.unix  2018-09-20 23:42:17.101639018 
+0200
-@@ -160,6 +160,11 @@
- CLANGLIBS=$(CLANGLIBSLIST)
- CXXFLAGS += -std=gnu++11
- 
-+else ifeq ($(LLVM_VERSION),$(filter $(LLVM_VERSION), 7.0.1 7.0.0 7.0.0svn))
-+LLVM_VERSION = LLVM_70
-+CLANGLIBS=$(CLANGLIBSLIST)
-+CXXFLAGS += -std=gnu++11
-+
- else
- $(error "Unknown LLVM version $(LLVM_VERSION)")
- 
-diff -ruN faust-2.5.23/compiler/generator/llvm/llvm_code_container.cpp 
faust-2.5.23-b/compiler/generator/llvm/llvm_code_container.cpp
 faust-2.5.23/compiler/generator/llvm/llvm_code_container.cpp   
2018-03-06 10:39:29.0 +0100
-+++ faust-2.5.23-b/compiler/generator/llvm/llvm_code_container.cpp 
2018-09-23 18:03:49.035915270 +0200
-@@ -35,7 +35,7 @@
-  TODO: in -mem mode, classInit and classDestroy will have to be called once 
at factory init and destroy time
- */
- 
--#if defined(LLVM_38) || defined(LLVM_39) || defined(LLVM_40) || 
defined(LLVM_50) || 

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

2019-04-07 Thread David Runge via arch-commits
Date: Sunday, April 7, 2019 @ 14:21:23
  Author: dvzrv
Revision: 450293

archrelease: copy trunk to community-staging-x86_64

Added:
  faust/repos/community-staging-x86_64/
  faust/repos/community-staging-x86_64/PKGBUILD
(from rev 450292, faust/trunk/PKGBUILD)

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

Copied: faust/repos/community-staging-x86_64/PKGBUILD (from rev 450292, 
faust/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-07 14:21:23 UTC (rev 450293)
@@ -0,0 +1,98 @@
+# Maintainer: David Runge 
+# Contributor: Albert Graef 
+# Contributor: Bernardo Barros 
+# Contributor: bjoern lindig (bjoern _dot_ lindig _at_ google.com)
+
+pkgname=faust
+pkgver=2.15.11
+pkgrel=1
+pkgdesc="A functional programming language for realtime audio signal 
processing."
+arch=('x86_64')
+url="https://faust.grame.fr/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('llvm-libs' 'libsndfile' 'libmicrohttpd')
+makedepends=('cmake' 'llvm' 'xxd')
+optdepends=('clang: for sound2reader'
+'csound: for faust2csound'
+'graphviz: for faust2sig{,viewer}'
+'gtk2: for faust2{jack,rosgtk}'
+'inkscape: for faust2{pdf,png}'
+'jack: for 
faust2{api,jack{,console,internal,server,rust},jaqt,netjackqt,nodejs,ros,rosgtk,rpinetjackconsole}'
+'swig: for faust2android'
+'libsndfile: for faust2{dummy,sndfile}'
+'octave: for faust2octave'
+'pd: for faust2puredata'
+'portaudio: for faust2paqt'
+'python2: for faust2md and faust2atomsnippets'
+'qt5-tools: for faust2{faustvst,jaqt,lv2}'
+'rtaudio: for faust2raqt'
+'ruby: for faust2sc and scbuilder'
+'rust: for faust2jackrust'
+'supercollider: for faust2supercollider'
+'texlive-core: for faust2pdf')
+options=('staticlibs')
+source=("https://github.com/grame-cncm/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('24590a2f726e5aff577a8be57293940a2cb80bcacff7e33986c66c0aa1e4d27bbba6b1335b2855efc35e83b3a8206a12f4f3bb83aa813a817a648e174a3c15fc')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # fix scripts requiring python2:
+  # https://github.com/grame-cncm/faust/issues/301
+  sed -e '1s/python/&2/' \
+  -i "tools/${pkgname}2appls/${pkgname}2atomsnippets"
+  # RELRO for sound2faust and sound2file
+  # https://github.com/grame-cncm/faust/issues/302
+  sed -e "/\$(LIBS)/ s/$/ $LDFLAGS/g" \
+  -i tools/sound2faust/Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr world
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install PREFIX=/usr DESTDIR="$pkgdir"
+
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 documentation/{,misc/}*.pdf
+
+  # examples
+  install -vd "${pkgdir}/usr/share/${pkgname}/examples"
+  cp -vR "examples/"* "${pkgdir}/usr/share/${pkgname}/examples/"
+
+  cd syntax-highlighting
+  # atom
+  install -vDm 644 "atom/language-${pkgname}/package.json" \
+-t "${pkgdir}/usr/lib/atom/dot-atom/packages/language-${pkgname}/"
+  install -vDm 644 "atom/language-${pkgname}/grammars/${pkgname}.cson" \
+-t "${pkgdir}/usr/lib/atom/dot-atom/packages/language-${pkgname}/grammars/"
+  install -vDm 644 
"atom/language-${pkgname}/settings/language-${pkgname}.cson" \
+-t "${pkgdir}/usr/lib/atom/dot-atom/packages/language-${pkgname}/settings/"
+  install -vDm 644 "atom/language-${pkgname}/snippets/"* \
+-t "${pkgdir}/usr/lib/atom/dot-atom/packages/language-${pkgname}/snippets/"
+  install -vDm 644 "atom/language-${pkgname}/process-palette.json.linux" \
+"${pkgdir}/usr/share/doc/${pkgname}/process-palette.json"
+  # kate
+  install -vDm 644 "${pkgname}.xml" \
+-t "${pkgdir}/usr/share/apps/katepart/syntax/"
+  # gedit
+  install -vDm 644 "${pkgname}.lang" \
+-t "${pkgdir}/usr/share/gtksourceview-2.0/language-specs/"
+  install -vDm 644 "${pkgname}.lang" \
+-t "${pkgdir}/usr/share/gtksourceview-3.0/language-specs/"
+  # highlight
+  install -vDm 644 dsp.lang -t "$pkgdir/usr/share/highlight/langDefs/"
+  # nano
+  install -vDm 644 "${pkgname}.nanorc" -t "$pkgdir/usr/share/nano/"
+  # vim
+  install -vDm 644 "${pkgname}.vim" \
+-t "${pkgdir}/usr/share/vim/vimfiles/syntax/"
+  # emacs
+  install -vDm 644 "${pkgname}-mode.el" \
+-t "${pkgdir}/usr/share/emacs/site-lisp/"
+}
+


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

2019-04-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 7, 2019 @ 14:16:28
  Author: seblu
Revision: 350305

archrelease: copy trunk to extra-x86_64

Added:
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 350304, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 350304, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/empty.zone
(from rev 350304, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/fix-FS#60286.patch
(from rev 350304, bind/trunk/fix-FS#60286.patch)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 350304, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 350304, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 350304, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 350304, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 350304, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 350304, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/fix-FS#60286.patch
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

+
 127.0.0.zone   |   20 +--
 PKGBUILD   |  258 +--
 empty.zone |   16 +--
 fix-FS#60286.patch |  258 +--
 localhost.ip6.zone |   20 +--
 localhost.zone |   22 ++--
 named.conf |  144 ++--
 named.service  |   20 +--
 sysusers.conf  |2 
 tmpfiles.conf  |2 
 10 files changed, 381 insertions(+), 381 deletions(-)

Deleted: 127.0.0.zone
===
--- 127.0.0.zone2019-04-07 14:16:17 UTC (rev 350304)
+++ 127.0.0.zone2019-04-07 14:16:28 UTC (rev 350305)
@@ -1,10 +0,0 @@
-@   1D IN SOA   localhost. root.localhost. (
-42; serial (mmdd##)
-3H; refresh
-15M   ; retry
-1W; expiry
-1D )  ; minimum ttl
-
-1D  IN  NS  localhost.
-
-1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Copied: bind/repos/extra-x86_64/127.0.0.zone (from rev 350304, 
bind/trunk/127.0.0.zone)
===
--- 127.0.0.zone(rev 0)
+++ 127.0.0.zone2019-04-07 14:16:28 UTC (rev 350305)
@@ -0,0 +1,10 @@
+@   1D IN SOA   localhost. root.localhost. (
+42; serial (mmdd##)
+3H; refresh
+15M   ; retry
+1W; expiry
+1D )  ; minimum ttl
+
+1D  IN  NS  localhost.
+
+1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 14:16:17 UTC (rev 350304)
+++ PKGBUILD2019-04-07 14:16:28 UTC (rev 350305)
@@ -1,129 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Gaetan Bisson 
-# Contributor: judd 
-# Contributor: Mario Vazquez 
-
-pkgbase=bind
-pkgname=(bind bind-tools)
-_pkgver=9.13.7
-pkgver=${_pkgver//-/.}
-pkgrel=2
-url='https://www.isc.org/software/bind/'
-license=('MPL2')
-arch=('x86_64')
-options=('!emptydirs')
-makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
-  'libidn2' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'lmdb'
-  'zlib' 'icu' 'xz')
-validpgpkeys=('AE3FAC796711EC59FC007AA474BB6B9A4CBB3D38') #ISC Code Signing 
Key 2019 – 2020 (codes...@isc.org)
-source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
-'tmpfiles.conf'
-'sysusers.conf'
-'named.conf'
-'named.service'
-'localhost.zone'
-'localhost.ip6.zone'
-'127.0.0.zone'
-'empty.zone')
-sha1sums=('63632f6e930bdcbbb46214aeb09e8430aa9eef16'
-  'SKIP'
-  'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
-  '9537f4835a1f736788d0733c7996a10db2d4eee4'
-  'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
-  '62b06487323dd0d515a4dc659b8ecd193c29107b'
-  '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
-  '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
-  '9c33726088342207ad06d33b2c13408290a0c8ad'
-  '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
-

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

2019-04-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 7, 2019 @ 14:16:17
  Author: seblu
Revision: 350304

upgpkg: bind 9.14.0-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 14:15:41 UTC (rev 350303)
+++ PKGBUILD2019-04-07 14:16:17 UTC (rev 350304)
@@ -7,7 +7,7 @@
 pkgname=(bind bind-tools)
 _pkgver=9.14.0
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
 url='https://www.isc.org/software/bind/'
 license=('MPL2')
 arch=('x86_64')


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

2019-04-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 7, 2019 @ 14:15:41
  Author: seblu
Revision: 350303

upgpkg: bind 9.14.0-2

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 13:55:53 UTC (rev 350302)
+++ PKGBUILD2019-04-07 14:15:41 UTC (rev 350303)
@@ -5,7 +5,7 @@
 
 pkgbase=bind
 pkgname=(bind bind-tools)
-_pkgver=9.13.7
+_pkgver=9.14.0
 pkgver=${_pkgver//-/.}
 pkgrel=2
 url='https://www.isc.org/software/bind/'
@@ -25,7 +25,7 @@
 'localhost.ip6.zone'
 '127.0.0.zone'
 'empty.zone')
-sha1sums=('63632f6e930bdcbbb46214aeb09e8430aa9eef16'
+sha1sums=('8807e4736732300b75193885149807ce3ce99cd4'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '9537f4835a1f736788d0733c7996a10db2d4eee4'


[arch-commits] Commit in imagemagick/repos/extra-x86_64 (6 files)

2019-04-07 Thread Antonio Rojas via arch-commits
Date: Sunday, April 7, 2019 @ 13:55:53
  Author: arojas
Revision: 350302

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
(from rev 350301, imagemagick/trunk/IM7-GS-policy.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 350301, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 350301, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 IM7-GS-policy.patch |   20 +--
 PKGBUILD|  270 +-
 arch-fonts.diff |  214 +++
 3 files changed, 252 insertions(+), 252 deletions(-)

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2019-04-07 13:55:27 UTC (rev 350301)
+++ IM7-GS-policy.patch 2019-04-07 13:55:53 UTC (rev 350302)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Copied: imagemagick/repos/extra-x86_64/IM7-GS-policy.patch (from rev 350301, 
imagemagick/trunk/IM7-GS-policy.patch)
===
--- IM7-GS-policy.patch (rev 0)
+++ IM7-GS-policy.patch 2019-04-07 13:55:53 UTC (rev 350302)
@@ -0,0 +1,10 @@
+--- ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
 ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
+@@ -68,6 +68,7 @@
+   
+   
+   
++  
+   
+   
+   

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 13:55:27 UTC (rev 350301)
+++ PKGBUILD2019-04-07 13:55:53 UTC (rev 350302)
@@ -1,135 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.38
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('d07f0b242d88ac1cd614ec3dafac1406222d0ae2b72e28974cd67668db491f4c'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-
-  # Work around ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM7-GS-policy.patch
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
-  make check
-)
-
-package_libmagick() {
-  pkgdesc+=" (library)"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  

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

2019-04-07 Thread Antonio Rojas via arch-commits
Date: Sunday, April 7, 2019 @ 13:55:27
  Author: arojas
Revision: 350301

Update to 7.0.8.39

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 11:12:34 UTC (rev 350300)
+++ PKGBUILD2019-04-07 13:55:27 UTC (rev 350301)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.38
+pkgver=7.0.8.39
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('d07f0b242d88ac1cd614ec3dafac1406222d0ae2b72e28974cd67668db491f4c'
+sha256sums=('e6964b764bf90e9f41619f198f28207cc73efe2e309ec2275134f449f5b6a0a7'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 12:22:16
  Author: felixonmars
Revision: 450286

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 12:21:57
  Author: felixonmars
Revision: 450285

upgpkg: shellcheck 0.6.0-67

rebuild with pandoc 2.7.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 12:18:28 UTC (rev 450284)
+++ PKGBUILD2019-04-07 12:21:57 UTC (rev 450285)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=66
+pkgrel=67
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 12:18:28
  Author: felixonmars
Revision: 450284

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 450283, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
450283, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-07 12:18:28 UTC (rev 450284)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.0
+pkgrel=70
+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=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *2.5/<3/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 12:18:11
  Author: felixonmars
Revision: 450283

upgpkg: pandoc-crossref 0.3.4.0-70

rebuild with pandoc 2.7.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 12:16:31 UTC (rev 450282)
+++ PKGBUILD2019-04-07 12:18:11 UTC (rev 450283)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.0
-pkgrel=69
+pkgrel=70
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 12:16:14
  Author: felixonmars
Revision: 450281

upgpkg: haskell-hakyll 4.12.5.1-39

rebuild with pandoc 2.7.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 12:13:31 UTC (rev 450280)
+++ PKGBUILD2019-04-07 12:16:14 UTC (rev 450281)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.1
-pkgrel=38
+pkgrel=39
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 12:16:31
  Author: felixonmars
Revision: 450282

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 450281, haskell-hakyll/trunk/PKGBUILD)

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

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


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 12:13:31
  Author: felixonmars
Revision: 450280

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 450279, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
450279, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-07 12:13:31 UTC (rev 450280)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.1.3
+pkgrel=14
+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=('01e32fe8d7c75878c6aa1004badc892eef946ecf0f0e5a3f76242e18188dcf3f9b555892b97ce668de7de050daf344eeff2ee9322ac5ee44a141af88e3637d91')
+
+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-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 12:13:13
  Author: felixonmars
Revision: 450279

upgpkg: pandoc-citeproc 0.16.1.3-14

rebuild with pandoc 2.7.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 12:05:05 UTC (rev 450278)
+++ PKGBUILD2019-04-07 12:13:13 UTC (rev 450279)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.1.3
-pkgrel=13
+pkgrel=14
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 12:04:45
  Author: felixonmars
Revision: 450277

upgpkg: pandoc 2.7.2-1

rebuild with pandoc 2.7.2

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 11:14:15 UTC (rev 450276)
+++ PKGBUILD2019-04-07 12:04:45 UTC (rev 450277)
@@ -2,20 +2,20 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc
-pkgver=2.7.1
-pkgrel=9
+pkgver=2.7.2
+pkgrel=1
 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-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-base64-bytestring'
  'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
  'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
  'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 
'haskell-hslua'
  'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
  'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
- 'haskell-network' 'haskell-pandoc-types' 'haskell-random'
+ 'haskell-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')
@@ -27,7 +27,7 @@
 makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
  'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('0a6ba9ba0c79cfd77a0ad5fbae31035965520336c2f0790b762a02431367e673bdba4cb1313089fecd3fd73479a89b1c34007af8a40846612e0ca136886bb7ee')
+sha512sums=('f0d6a700413d1a70b6ca8f69883afda27248dcf5315a1819127163ad8e239fd19d2ec8462e3a793a67d3f86d02b364fa00ac5de735a77a63e737a1a2b92ef00b')
 
 prepare() {
 cd "${srcdir}/$pkgname-${pkgver}"


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 12:05:05
  Author: felixonmars
Revision: 450278

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 450277, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-07 12:05:05 UTC (rev 450278)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 
'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random' 
'haskell-scientific'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 
'haskell-unicode-transforms'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f0d6a700413d1a70b6ca8f69883afda27248dcf5315a1819127163ad8e239fd19d2ec8462e3a793a67d3f86d02b364fa00ac5de735a77a63e737a1a2b92ef00b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+# 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 watchexec/trunk (PKGBUILD)

2019-04-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 7, 2019 @ 11:14:07
  Author: svenstaro
Revision: 450275

upgpkg: watchexec 1.10.1-1

Modified:
  watchexec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 11:12:47 UTC (rev 450274)
+++ PKGBUILD2019-04-07 11:14:07 UTC (rev 450275)
@@ -2,7 +2,7 @@
 # Contributor: Vlad M. 
 
 pkgname=watchexec
-pkgver=1.10.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="Executes commands in response to file modifications"
 url='https://github.com/watchexec/watchexec'
@@ -10,11 +10,11 @@
 arch=('x86_64')
 license=('Apache')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('7ef8efe1565c9177222cb1e13ac227d26aa3ba5395399c4201177c9db329241f')
+sha256sums=('48de75d1a85e3675078e144ea34f4edcd3707751e67370f3f6386e79ca9ba4fa')
 
 build() {
   cd "$pkgname-$pkgver"
-  cargo build --release
+  cargo build --release --locked
 }
 
 package() {


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

2019-04-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 7, 2019 @ 11:14:15
  Author: svenstaro
Revision: 450276

archrelease: copy trunk to community-x86_64

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

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

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


[arch-commits] Commit in (4 files)

2019-04-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 7, 2019 @ 11:11:16
  Author: svenstaro
Revision: 450270

Move watchexec from AUR

Added:
  watchexec/
  watchexec/repos/
  watchexec/trunk/
  watchexec/trunk/PKGBUILD

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

Added: watchexec/trunk/PKGBUILD
===
--- watchexec/trunk/PKGBUILD(rev 0)
+++ watchexec/trunk/PKGBUILD2019-04-07 11:11:16 UTC (rev 450270)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+
+pkgname=watchexec
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Executes commands in response to file modifications"
+url='https://github.com/watchexec/watchexec'
+makedepends=('cargo')
+arch=('x86_64')
+license=('Apache')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('7ef8efe1565c9177222cb1e13ac227d26aa3ba5395399c4201177c9db329241f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 11:07:12
  Author: felixonmars
Revision: 450269

archrelease: copy trunk to community-x86_64

Added:
  hoogle/repos/community-x86_64/PKGBUILD
(from rev 450268, hoogle/trunk/PKGBUILD)
Deleted:
  hoogle/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 11:06:52 UTC (rev 450268)
+++ PKGBUILD2019-04-07 11:07:12 UTC (rev 450269)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hoogle
-pkgver=5.0.17.5
-pkgrel=27
-pkgdesc="Haskell API Search"
-url="http://www.haskell.org/hoogle/;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
- 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-foundation'
- 'haskell-hashable' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-js-flot'
- 'haskell-js-jquery' 'haskell-mmap' 'haskell-network' 
'haskell-network-uri'
- 'haskell-old-locale' 'haskell-process-extras' 'haskell-resourcet' 
'haskell-src-exts'
- 'haskell-storable-tuple' 'haskell-tar' 'haskell-uniplate' 
'haskell-utf8-string'
- 'haskell-vector' 'haskell-wai' 'haskell-wai-logger' 'haskell-warp' 
'haskell-warp-tls'
- 'haskell-zlib')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('fc7fac9d66ef9b6b498f18a40fab3979f16ce0245ff75882cbfa467af619082db089b5c986d1fc3ab83c43319cb9f76a2476041c55a054cb42567c730996732a')
-
-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" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${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: hoogle/repos/community-x86_64/PKGBUILD (from rev 450268, 
hoogle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 11:07:12 UTC (rev 450269)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.6
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-foundation'
+ 'haskell-hashable' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-js-flot'
+ 'haskell-js-jquery' 'haskell-mmap' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-process-extras' 'haskell-resourcet' 
'haskell-src-exts'
+ 'haskell-storable-tuple' 'haskell-tar' 'haskell-uniplate' 
'haskell-utf8-string'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-logger' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ecae5e16a3d61d9cb9be392749840cb79064fa083983fd60f24ccc59af37b3f28ff3d4136e3a1c875f53a519272d101ae6b3628be499c21777649f4763a5e299')
+
+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" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 

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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 11:06:52
  Author: felixonmars
Revision: 450268

upgpkg: hoogle 5.0.17.6-1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 08:33:20 UTC (rev 450267)
+++ PKGBUILD2019-04-07 11:06:52 UTC (rev 450268)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hoogle
-pkgver=5.0.17.5
-pkgrel=27
+pkgver=5.0.17.6
+pkgrel=1
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("BSD")
@@ -18,7 +18,7 @@
  'haskell-zlib')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('fc7fac9d66ef9b6b498f18a40fab3979f16ce0245ff75882cbfa467af619082db089b5c986d1fc3ab83c43319cb9f76a2476041c55a054cb42567c730996732a')
+sha512sums=('ecae5e16a3d61d9cb9be392749840cb79064fa083983fd60f24ccc59af37b3f28ff3d4136e3a1c875f53a519272d101ae6b3628be499c21777649f4763a5e299')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-04-07 Thread Jan Steffens via arch-commits
Date: Sunday, April 7, 2019 @ 09:27:42
  Author: heftig
Revision: 350296

archrelease: copy trunk to extra-any

Added:
  accerciser/repos/extra-any/PKGBUILD
(from rev 350295, accerciser/trunk/PKGBUILD)
Deleted:
  accerciser/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 09:27:30 UTC (rev 350295)
+++ PKGBUILD2019-04-07 09:27:42 UTC (rev 350296)
@@ -1,40 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Steve Holmes 
-# Contributor: Giulio Bai 
-
-pkgname=accerciser
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
-arch=(any)
-url="https://wiki.gnome.org/Apps/Accerciser;
-license=(BSD)
-depends=(python gtk3 python-atspi ipython libwnck3 python-cairo)
-makedepends=(appstream-glib yelp-tools git)
-groups=(gnome-extra)
-_commit=ad5635e7bdbffaebbc4279a20373e0af45c35cf1  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -m 755 -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: accerciser/repos/extra-any/PKGBUILD (from rev 350295, 
accerciser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 09:27:42 UTC (rev 350296)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+# Contributor: Steve Holmes 
+# Contributor: Giulio Bai 
+
+pkgname=accerciser
+pkgver=3.32.1
+pkgrel=1
+pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
+arch=(any)
+url="https://wiki.gnome.org/Apps/Accerciser;
+license=(BSD)
+depends=(python gtk3 python-atspi ipython libwnck3 python-cairo)
+makedepends=(appstream-glib yelp-tools git)
+groups=(gnome-extra)
+_commit=79fa623480ce8eaceedee64c522d9ae37eed54c5  # tags/3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}


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

2019-04-07 Thread Jan Steffens via arch-commits
Date: Sunday, April 7, 2019 @ 09:27:30
  Author: heftig
Revision: 350295

3.32.1-1

Modified:
  accerciser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 09:23:41 UTC (rev 350294)
+++ PKGBUILD2019-04-07 09:27:30 UTC (rev 350295)
@@ -3,7 +3,7 @@
 # Contributor: Giulio Bai 
 
 pkgname=accerciser
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(python gtk3 python-atspi ipython libwnck3 python-cairo)
 makedepends=(appstream-glib yelp-tools git)
 groups=(gnome-extra)
-_commit=ad5635e7bdbffaebbc4279a20373e0af45c35cf1  # tags/3.32.0^0
+_commit=79fa623480ce8eaceedee64c522d9ae37eed54c5  # tags/3.32.1^0
 source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -35,6 +35,5 @@
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
-  install -m 755 -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
 }


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

2019-04-07 Thread Jan Steffens via arch-commits
Date: Sunday, April 7, 2019 @ 09:23:41
  Author: heftig
Revision: 350294

archrelease: copy trunk to extra-x86_64

Added:
  libcroco/repos/extra-x86_64/PKGBUILD
(from rev 350293, libcroco/trunk/PKGBUILD)
Deleted:
  libcroco/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 09:23:31 UTC (rev 350293)
+++ PKGBUILD2019-04-07 09:23:41 UTC (rev 350294)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libcroco
-pkgver=0.6.12+4+g9ad7287
-pkgrel=2
-pkgdesc="A CSS parsing library"
-url="https://gitlab.gnome.org/GNOME/libcroco;
-arch=(x86_64)
-depends=(glib2 libxml2)
-makedepends=(intltool git gtk-doc)
-license=(LGPL)
-_commit=9ad72875e9f08e4c519ef63d44cdbd94aa9504f7  # master
-source=("git+https://gitlab.gnome.org/GNOME/libcroco.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libcroco/repos/extra-x86_64/PKGBUILD (from rev 350293, 
libcroco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 09:23:41 UTC (rev 350294)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libcroco
+pkgver=0.6.13
+pkgrel=1
+pkgdesc="A CSS parsing library"
+url="https://gitlab.gnome.org/GNOME/libcroco;
+arch=(x86_64)
+depends=(glib2 libxml2)
+makedepends=(intltool git gtk-doc)
+license=(LGPL)
+_commit=7e15ca6c2c29a4b78367e6efa6195b331a92b2a7  # tags/0.6.13^0
+source=("git+https://gitlab.gnome.org/GNOME/libcroco.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-07 Thread Jan Steffens via arch-commits
Date: Sunday, April 7, 2019 @ 09:23:31
  Author: heftig
Revision: 350293

0.6.13-1

Modified:
  libcroco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 08:21:43 UTC (rev 350292)
+++ PKGBUILD2019-04-07 09:23:31 UTC (rev 350293)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libcroco
-pkgver=0.6.12+4+g9ad7287
-pkgrel=2
+pkgver=0.6.13
+pkgrel=1
 pkgdesc="A CSS parsing library"
 url="https://gitlab.gnome.org/GNOME/libcroco;
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glib2 libxml2)
 makedepends=(intltool git gtk-doc)
 license=(LGPL)
-_commit=9ad72875e9f08e4c519ef63d44cdbd94aa9504f7  # master
+_commit=7e15ca6c2c29a4b78367e6efa6195b331a92b2a7  # tags/0.6.13^0
 source=("git+https://gitlab.gnome.org/GNOME/libcroco.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 08:22:30
  Author: felixonmars
Revision: 450227

archrelease: copy trunk to community-any

Added:
  python-ewmh/repos/community-any/
  python-ewmh/repos/community-any/PKGBUILD
(from rev 450226, python-ewmh/trunk/PKGBUILD)

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

Copied: python-ewmh/repos/community-any/PKGBUILD (from rev 450226, 
python-ewmh/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-07 08:22:30 UTC (rev 450227)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-ewmh
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="Python implementation of Extended Window Manager Hints, based on Xlib"
+url="https://github.com/parkouss/pyewmh;
+license=('LGPL')
+arch=('any')
+depends=('python-xlib')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/parkouss/pyewmh/archive/v$pkgver.tar.gz;)
+sha512sums=('257d59c0927cec3cd75a6084cd484f1dcf9fa882719707078398d2a65e95e975ad9f6225ed1fd8ec1a29badbdc492c84eb4e04640cc6b480b31bc5ae8ab3f7c8')
+
+build() {
+  cd pyewmh-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pyewmh-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 08:22:13
  Author: felixonmars
Revision: 450226

upgpkg: python-ewmh 0.1.6-1

Modified:
  python-ewmh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 08:21:13 UTC (rev 450225)
+++ PKGBUILD2019-04-07 08:22:13 UTC (rev 450226)
@@ -17,11 +17,6 @@
   python setup.py build
 }
 
-check() {
-  cd pyewmh-$pkgver
-  python setup.py test
-}
-
 package() {
   cd pyewmh-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1


[arch-commits] Commit in (4 files)

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 08:21:13
  Author: felixonmars
Revision: 450225

addpkg: python-ewmh 0.1.6-1

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

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

Added: python-ewmh/trunk/PKGBUILD
===
--- python-ewmh/trunk/PKGBUILD  (rev 0)
+++ python-ewmh/trunk/PKGBUILD  2019-04-07 08:21:13 UTC (rev 450225)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-ewmh
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="Python implementation of Extended Window Manager Hints, based on Xlib"
+url="https://github.com/parkouss/pyewmh;
+license=('LGPL')
+arch=('any')
+depends=('python-xlib')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/parkouss/pyewmh/archive/v$pkgver.tar.gz;)
+sha512sums=('257d59c0927cec3cd75a6084cd484f1dcf9fa882719707078398d2a65e95e975ad9f6225ed1fd8ec1a29badbdc492c84eb4e04640cc6b480b31bc5ae8ab3f7c8')
+
+build() {
+  cd pyewmh-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pyewmh-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd pyewmh-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in gitlab/repos (11 files)

2019-04-07 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 7, 2019 @ 08:15:46
  Author: foutrelis
Revision: 450174

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 450173, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 450173, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 450173, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 450173, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 450173, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab-unicorn.service
(from rev 450173, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 450173, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 450173, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 450173, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 450173, gitlab/trunk/gitlab.tmpfiles.d)

-+
 PKGBUILD|  218 ++
 gitlab-backup.service   |   20 
 gitlab-backup.timer |   10 ++
 gitlab-mailroom.service |   22 
 gitlab-sidekiq.service  |   31 ++
 gitlab-unicorn.service  |   34 +++
 gitlab.install  |   20 
 gitlab.logrotate|   11 ++
 gitlab.target   |7 +
 gitlab.tmpfiles.d   |1 
 10 files changed, 374 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 450173, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-04-07 08:15:46 UTC (rev 450174)
@@ -0,0 +1,218 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab
+pkgver=11.9.6
+pkgrel=2
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-ce;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby2.5' 'ruby2.5-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
+makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'mysql: database backend'
+'python2-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/${pkgname}/application.rb"
+"etc/webapps/${pkgname}/gitlab.yml"
+"etc/webapps/${pkgname}/resque.yml"
+"etc/webapps/${pkgname}/unicorn.rb"
+"etc/logrotate.d/${pkgname}")
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver};
+gitlab-unicorn.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate)
+install='gitlab.install'
+sha512sums=('af7f1e4ed196d15c070f47bff87fa1ddeb0e0913ff01e4c2df9de843547e6435ccc806b7c62a062b593ffcb8ecef16f12695c2ae756f9dcdc7b045bd19991796'
+
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
+
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
+
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'
+
'fdb698c86057574aecaa1f1503f3d3319e06d5e872c676d58590b48bb7b3483b837bc991136eb2cc4b2cea68b52d294b8c1b382c9659f14027a923ac3c17d6d5'
+
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
+
'bf33b818e4ea671c16f58563997ba5fe0a09090e5c03577ff974d31324d4e9782b85a9bb4f1749b97257ce93400c692de935f003770d52b5994c9cab9aee57c6'
+

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

2019-04-07 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 7, 2019 @ 08:15:23
  Author: foutrelis
Revision: 450173

icu 64.1 rebuild

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 08:10:05 UTC (rev 450172)
+++ PKGBUILD2019-04-07 08:15:23 UTC (rev 450173)
@@ -11,7 +11,7 @@
 # need this again at some point in the future.
 pkgname=gitlab
 pkgver=11.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce;


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (8 files)

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 08:10:05
  Author: felixonmars
Revision: 450172

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 450171, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 450171, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 450171, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 450171, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  381 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 199 insertions(+), 200 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
450171, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 08:09:24 UTC (rev 450171)
+++ PKGBUILD2019-04-07 08:10:05 UTC (rev 450172)
@@ -1,191 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=4.5
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/4.x/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('261420efdf14595715cff5bb6a61223b0f2090b89dc05dca8c053a8a81abc3018715d41db50769a0f0488c658efc0742ac0f577b578e69eace70be4e463131dd'
-'SKIP'
-
'fda32b26de79bd3bbff6b1ab2249d7ff8adc7e8da2753271e8dae4f84bc71764ea6d1a887cc643e0ff70b217bd75fefebd3eb1bd4b6faace9a36399878998029'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  faudio   lib32-faudio
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  vkd3d lib32-vkd3d
-  sane
-  libgphoto2
-  gsm
-  ffmpeg
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib

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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 08:09:24
  Author: felixonmars
Revision: 450171

upgpkg: wine-staging 4.5-2

remove faudio dependency (FS#62229)

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 07:54:32 UTC (rev 450170)
+++ PKGBUILD2019-04-07 08:09:24 UTC (rev 450171)
@@ -6,7 +6,7 @@
 
 pkgname=wine-staging
 pkgver=4.5
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -43,7 +43,6 @@
   libsmlib32-libsm
   gcc-libs lib32-gcc-libs
   libpcap  lib32-libpcap
-  faudio   lib32-faudio
   desktop-file-utils
 )
 


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 07:54:32
  Author: felixonmars
Revision: 450170

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 07:54:16 UTC (rev 450169)
+++ PKGBUILD2019-04-07 07:54:32 UTC (rev 450170)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-kwin
-pkgver=0.0.1
-pkgrel=1
-pkgdesc='KWin configures on DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-kwin;
-license=('GPL3')
-depends=('deepin-qt5integration' 'kwin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz;)
-sha512sums=('587a2814e26a17db26a94cffd63e87908fb094af162331056728cac15211ddef54187c50f5a4cbe0f7b1754efb3461ea475f801133915ff37dca650e2b6ecc30')
-
-build() {
-  cd dde-kwin-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-kwin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-kwin/repos/community-x86_64/PKGBUILD (from rev 450169, 
deepin-kwin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 07:54:32 UTC (rev 450170)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-kwin
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='KWin configures on DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-kwin;
+license=('GPL3')
+depends=('deepin-qt5integration' 'kwin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz;)
+sha512sums=('18500ee7c233af6227ad21c11e36d425f628488c28463134df6ff2d94deb2f77b22b5a8f4841debfd527144f22288f48a4d191504752257060ea74dcb37626e9')
+
+build() {
+  cd dde-kwin-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-kwin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 07:54:16
  Author: felixonmars
Revision: 450169

upgpkg: deepin-kwin 0.0.2-1

Modified:
  deepin-kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 07:52:43 UTC (rev 450168)
+++ PKGBUILD2019-04-07 07:54:16 UTC (rev 450169)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-kwin
-pkgver=0.0.1
+pkgver=0.0.2
 pkgrel=1
 pkgdesc='KWin configures on DDE'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('deepin-qt5integration' 'kwin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz;)
-sha512sums=('587a2814e26a17db26a94cffd63e87908fb094af162331056728cac15211ddef54187c50f5a4cbe0f7b1754efb3461ea475f801133915ff37dca650e2b6ecc30')
+sha512sums=('18500ee7c233af6227ad21c11e36d425f628488c28463134df6ff2d94deb2f77b22b5a8f4841debfd527144f22288f48a4d191504752257060ea74dcb37626e9')
 
 build() {
   cd dde-kwin-$pkgver


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 07:51:06
  Author: felixonmars
Revision: 450164

archrelease: copy trunk to community-x86_64

Added:
  faudio/repos/community-x86_64/PKGBUILD
(from rev 450163, faudio/trunk/PKGBUILD)
Deleted:
  faudio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 07:50:48 UTC (rev 450163)
+++ PKGBUILD2019-04-07 07:51:06 UTC (rev 450164)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=faudio
-pkgver=19.03
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('sdl2' 'ffmpeg')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('94e3e4f3f023879ef821d657e5a73ac25aab55c7be6a0afe77d75cabe644c9da083ae3c6a240b71af542da53a3eb34804e6a3193a0e619f89fcc20ff7d6ef095')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DFFMPEG=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: faudio/repos/community-x86_64/PKGBUILD (from rev 450163, 
faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 07:51:06 UTC (rev 450164)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=faudio
+pkgver=19.04
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('sdl2' 'ffmpeg')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
+sha512sums=('00b6cb425719520a55114d1b5d6e53123e9ad485c1fc615c677999622e1e7cd25976ee454222a42e30f3168258dd2b523146392777d0b399bac7cd9f90ed5944')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DFFMPEG=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 07:51:39
  Author: felixonmars
Revision: 450166

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 07:51:22 UTC (rev 450165)
+++ PKGBUILD2019-04-07 07:51:39 UTC (rev 450166)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=lib32-faudio
-pkgver=19.03
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('94e3e4f3f023879ef821d657e5a73ac25aab55c7be6a0afe77d75cabe644c9da083ae3c6a240b71af542da53a3eb34804e6a3193a0e619f89fcc20ff7d6ef095')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  export CC="gcc -m32 -mstackrealign"
-  export CXX="g++ -m32 -mstackrealign"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib32
-  # TODO:  -DFFMPEG=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  rm -r "$pkgdir"/usr/include
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: lib32-faudio/repos/multilib-x86_64/PKGBUILD (from rev 450165, 
lib32-faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 07:51:39 UTC (rev 450166)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=lib32-faudio
+pkgver=19.04
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
+sha512sums=('00b6cb425719520a55114d1b5d6e53123e9ad485c1fc615c677999622e1e7cd25976ee454222a42e30f3168258dd2b523146392777d0b399bac7cd9f90ed5944')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  # TODO:  -DFFMPEG=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -r "$pkgdir"/usr/include
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 07:52:24
  Author: felixonmars
Revision: 450167

upgpkg: python-wsproto 0.14.0-1

Modified:
  python-wsproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 07:51:39 UTC (rev 450166)
+++ PKGBUILD2019-04-07 07:52:24 UTC (rev 450167)
@@ -4,7 +4,7 @@
 
 pkgbase=python-wsproto
 pkgname=(python-wsproto python2-wsproto)
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="WebSockets state-machine based protocol implementation"
 url="https://github.com/python-hyper/wsproto;
@@ -13,7 +13,7 @@
 makedepends=('python-h11' 'python2-h11' 'python-setuptools' 
'python2-setuptools' 'python2-enum34')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/w/wsproto/wsproto-$pkgver.tar.gz;)
-sha512sums=('2dd7a2fea22748ab7fe213ccd5b44415b67855d4fbeb3cab8acc5967e84ea7e910bdd2c937a10c348389e997a39eeff7a29f65fee595f8126c23982eaf1ae306')
+sha512sums=('91ffc51229434b8a3c1517b22a082dce0078e38e0f5e7ad016aca9b4d4f2a77c2f9901ea9227e80e61009e70d3ffebb44ed9ae4c988d54a9807b45076e81d43f')
 
 build() {
   cd wsproto-$pkgver


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 07:52:43
  Author: felixonmars
Revision: 450168

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 07:52:24 UTC (rev 450167)
+++ PKGBUILD2019-04-07 07:52:43 UTC (rev 450168)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-wsproto
-pkgname=(python-wsproto python2-wsproto)
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="WebSockets state-machine based protocol implementation"
-url="https://github.com/python-hyper/wsproto;
-license=('MIT')
-arch=('any')
-makedepends=('python-h11' 'python2-h11' 'python-setuptools' 
'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/w/wsproto/wsproto-$pkgver.tar.gz;)
-sha512sums=('2dd7a2fea22748ab7fe213ccd5b44415b67855d4fbeb3cab8acc5967e84ea7e910bdd2c937a10c348389e997a39eeff7a29f65fee595f8126c23982eaf1ae306')
-
-build() {
-  cd wsproto-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd wsproto-$pkgver
-  python setup.py pytest
-  python2 setup.py pytest
-}
-
-package_python-wsproto() {
-  depends=('python-h11')
-
-  cd wsproto-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/lib/python3.7/site-packages/{,wsproto/}test
-}
-
-package_python2-wsproto() {
-  depends=('python2-h11' 'python2-enum34')
-
-  cd wsproto-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/lib/python2.7/site-packages/{,wsproto/}test
-}

Copied: python-wsproto/repos/community-any/PKGBUILD (from rev 450167, 
python-wsproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 07:52:43 UTC (rev 450168)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-wsproto
+pkgname=(python-wsproto python2-wsproto)
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="WebSockets state-machine based protocol implementation"
+url="https://github.com/python-hyper/wsproto;
+license=('MIT')
+arch=('any')
+makedepends=('python-h11' 'python2-h11' 'python-setuptools' 
'python2-setuptools' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/w/wsproto/wsproto-$pkgver.tar.gz;)
+sha512sums=('91ffc51229434b8a3c1517b22a082dce0078e38e0f5e7ad016aca9b4d4f2a77c2f9901ea9227e80e61009e70d3ffebb44ed9ae4c988d54a9807b45076e81d43f')
+
+build() {
+  cd wsproto-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd wsproto-$pkgver
+  python setup.py pytest
+  python2 setup.py pytest
+}
+
+package_python-wsproto() {
+  depends=('python-h11')
+
+  cd wsproto-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/lib/python3.7/site-packages/{,wsproto/}test
+}
+
+package_python2-wsproto() {
+  depends=('python2-h11' 'python2-enum34')
+
+  cd wsproto-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/lib/python2.7/site-packages/{,wsproto/}test
+}


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 07:51:22
  Author: felixonmars
Revision: 450165

upgpkg: lib32-faudio 19.04-1

Modified:
  lib32-faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 07:51:06 UTC (rev 450164)
+++ PKGBUILD2019-04-07 07:51:22 UTC (rev 450165)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=lib32-faudio
-pkgver=19.03
+pkgver=19.04
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('94e3e4f3f023879ef821d657e5a73ac25aab55c7be6a0afe77d75cabe644c9da083ae3c6a240b71af542da53a3eb34804e6a3193a0e619f89fcc20ff7d6ef095')
+sha512sums=('00b6cb425719520a55114d1b5d6e53123e9ad485c1fc615c677999622e1e7cd25976ee454222a42e30f3168258dd2b523146392777d0b399bac7cd9f90ed5944')
 
 prepare() {
   mkdir -p build


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

2019-04-07 Thread Felix Yan via arch-commits
Date: Sunday, April 7, 2019 @ 07:50:48
  Author: felixonmars
Revision: 450163

upgpkg: faudio 19.04-1

Modified:
  faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 07:42:30 UTC (rev 450162)
+++ PKGBUILD2019-04-07 07:50:48 UTC (rev 450163)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=faudio
-pkgver=19.03
+pkgver=19.04
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('sdl2' 'ffmpeg')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('94e3e4f3f023879ef821d657e5a73ac25aab55c7be6a0afe77d75cabe644c9da083ae3c6a240b71af542da53a3eb34804e6a3193a0e619f89fcc20ff7d6ef095')
+sha512sums=('00b6cb425719520a55114d1b5d6e53123e9ad485c1fc615c677999622e1e7cd25976ee454222a42e30f3168258dd2b523146392777d0b399bac7cd9f90ed5944')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in electron/repos/community-testing-x86_64 (16 files)

2019-04-07 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 7, 2019 @ 07:42:30
  Author: foutrelis
Revision: 450162

archrelease: copy trunk to community-testing-x86_64

Added:
  electron/repos/community-testing-x86_64/PKGBUILD
(from rev 450161, electron/trunk/PKGBUILD)
  electron/repos/community-testing-x86_64/chromium-skia-harmony.patch
(from rev 450161, electron/trunk/chromium-skia-harmony.patch)
  electron/repos/community-testing-x86_64/chromium-system-icu.patch
(from rev 450161, electron/trunk/chromium-system-icu.patch)
  electron/repos/community-testing-x86_64/default_app-icon.patch
(from rev 450161, electron/trunk/default_app-icon.patch)
  electron/repos/community-testing-x86_64/electron.desktop
(from rev 450161, electron/trunk/electron.desktop)
  
electron/repos/community-testing-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
(from rev 450161, 
electron/trunk/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch)
  
electron/repos/community-testing-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch
(from rev 450161, 
electron/trunk/only-disable-cfi-icall-when-use_system_libjpeg-true.patch)
  electron/repos/community-testing-x86_64/use-system-libraries-in-node.patch
(from rev 450161, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-testing-x86_64/PKGBUILD
  electron/repos/community-testing-x86_64/chromium-skia-harmony.patch
  electron/repos/community-testing-x86_64/chromium-system-icu.patch
  electron/repos/community-testing-x86_64/default_app-icon.patch
  electron/repos/community-testing-x86_64/electron.desktop
  
electron/repos/community-testing-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
  
electron/repos/community-testing-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch
  electron/repos/community-testing-x86_64/use-system-libraries-in-node.patch

---+
 PKGBUILD  |  352 ++--
 chromium-skia-harmony.patch   |  154 ++---
 chromium-system-icu.patch |   38 -
 default_app-icon.patch|   42 -
 electron.desktop  |   14 
 fix-cfi-icall-failure-with-use_system_libjpeg-true.patch  |  104 +--
 only-disable-cfi-icall-when-use_system_libjpeg-true.patch |   68 +-
 use-system-libraries-in-node.patch|  108 +--
 8 files changed, 440 insertions(+), 440 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 07:42:11 UTC (rev 450161)
+++ PKGBUILD2019-04-07 07:42:30 UTC (rev 450162)
@@ -1,176 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron
-pkgver=4.1.1
-_commit=f005ac8d8bef44df20cf4e75f54450de8e003782
-#_chromiumver=69.0.3497.128
-_chromiumver=69.0.3497.120
-pkgrel=1
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
- 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'jsoncpp' 'libnotify'
- 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'python2' 'wget' 'yasm')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${_chromiumver}.tar.xz;
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-'electron.desktop'
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'chromium-skia-harmony.patch'
-'chromium-system-icu.patch'
-'fix-cfi-icall-failure-with-use_system_libjpeg-true.patch'
-'only-disable-cfi-icall-when-use_system_libjpeg-true.patch'
-   )
-sha256sums=('SKIP'
-'26ee15090b7ce50b96218ead2b721ce703271f1eea947027147073f4533ba321'
-'SKIP'
-'5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39'
-'37372e8afd7c2405a8e50bca95c98b3c78e4c9b681cbef16da9c7a84b45e41e3'
-'3a81953701ac976a311db4e17999e67ab7c6de97ff63388f287d6497ef9adb9b'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'97b421bc60a4abdf37de2d88a51b973e9f68fb44d1eccd464adfb3d9f5d71478'
-'9cae9ded6497afd15ad72d963897425ab6c7f28941bb3c3948e7996610a0d180')
-
-_system_libs=('ffmpeg'
-  'flac'
-  'fontconfig'
-  'freetype'
-  'harfbuzz-ng'
- 

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

2019-04-07 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 7, 2019 @ 07:42:11
  Author: foutrelis
Revision: 450161

icu 64.1 rebuild

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 07:26:38 UTC (rev 450160)
+++ PKGBUILD2019-04-07 07:42:11 UTC (rev 450161)
@@ -5,7 +5,7 @@
 _commit=f005ac8d8bef44df20cf4e75f54450de8e003782
 #_chromiumver=69.0.3497.128
 _chromiumver=69.0.3497.120
-pkgrel=1
+pkgrel=2
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'


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

2019-04-07 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 7, 2019 @ 07:26:29
  Author: alucryd
Revision: 450159

upgpkg: vbam 2.1.2-1

Modified:
  vbam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 07:22:03 UTC (rev 450158)
+++ PKGBUILD2019-04-07 07:26:29 UTC (rev 450159)
@@ -6,8 +6,8 @@
   vbam-sdl
   vbam-wx
 )
-pkgver=2.1.1
-pkgrel=3
+pkgver=2.1.2
+pkgrel=1
 pkgdesc='Nintendo GameBoy Advance emulator'
 arch=(x86_64)
 url=https://vba-m.com


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

2019-04-07 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 7, 2019 @ 07:26:38
  Author: alucryd
Revision: 450160

archrelease: copy trunk to community-x86_64

Added:
  vbam/repos/community-x86_64/PKGBUILD
(from rev 450159, vbam/trunk/PKGBUILD)
Deleted:
  vbam/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-07 07:26:29 UTC (rev 450159)
+++ PKGBUILD2019-04-07 07:26:38 UTC (rev 450160)
@@ -1,92 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=vbam
-pkgname=(
-  vbam-sdl
-  vbam-wx
-)
-pkgver=2.1.1
-pkgrel=3
-pkgdesc='Nintendo GameBoy Advance emulator'
-arch=(x86_64)
-url=https://vba-m.com
-license=(GPL2)
-depends=(
-  libgl
-  libpng
-  sdl2
-  sfml
-  zlib
-)
-makedepends=(
-  cmake
-  ffmpeg
-  git
-  libglvnd
-  wxgtk3
-  zip
-)
-source=(git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  for p in sdl wx; do
-if [[ -d build-$p ]]; then
-  rm -rf build-$p
-fi
-mkdir build-$p
-  done
-}
-
-build() {
-  cd build-sdl
-
-  cmake ../visualboyadvance-m \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=TRUE \
--DENABLE_SDL=TRUE \
--DENABLE_WX=FALSE \
--DENABLE_LINK=TRUE
-  make
-
-  cd ../build-wx
-
-  cmake ../visualboyadvance-m \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=TRUE \
--DENABLE_SDL=FALSE \
--DENABLE_WX=TRUE \
--DENABLE_FFMPEG=TRUE \
--DENABLE_LINK=TRUE \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-package_vbam-sdl() {
-  backup=(etc/vbam.cfg)
-  conflicts=(vbam-wx)
-
-  make DESTDIR="${pkgdir}" -C build-sdl install
-}
-
-package_vbam-wx() {
-  depends+=(
-glib2
-gtk3
-libavcodec.so
-libavformat.so
-libavutil.so
-libswscale.so
-openal
-wxgtk3
-zip
-  )
-  conflicts=(vbam-sdl)
-
-  make DESTDIR="${pkgdir}" -C build-wx install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vbam/repos/community-x86_64/PKGBUILD (from rev 450159, 
vbam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-07 07:26:38 UTC (rev 450160)
@@ -0,0 +1,92 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=vbam
+pkgname=(
+  vbam-sdl
+  vbam-wx
+)
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Nintendo GameBoy Advance emulator'
+arch=(x86_64)
+url=https://vba-m.com
+license=(GPL2)
+depends=(
+  libgl
+  libpng
+  sdl2
+  sfml
+  zlib
+)
+makedepends=(
+  cmake
+  ffmpeg
+  git
+  libglvnd
+  wxgtk3
+  zip
+)
+source=(git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  for p in sdl wx; do
+if [[ -d build-$p ]]; then
+  rm -rf build-$p
+fi
+mkdir build-$p
+  done
+}
+
+build() {
+  cd build-sdl
+
+  cmake ../visualboyadvance-m \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=TRUE \
+-DENABLE_SDL=TRUE \
+-DENABLE_WX=FALSE \
+-DENABLE_LINK=TRUE
+  make
+
+  cd ../build-wx
+
+  cmake ../visualboyadvance-m \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=TRUE \
+-DENABLE_SDL=FALSE \
+-DENABLE_WX=TRUE \
+-DENABLE_FFMPEG=TRUE \
+-DENABLE_LINK=TRUE \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+package_vbam-sdl() {
+  backup=(etc/vbam.cfg)
+  conflicts=(vbam-wx)
+
+  make DESTDIR="${pkgdir}" -C build-sdl install
+}
+
+package_vbam-wx() {
+  depends+=(
+glib2
+gtk3
+libavcodec.so
+libavformat.so
+libavutil.so
+libswscale.so
+openal
+wxgtk3
+zip
+  )
+  conflicts=(vbam-sdl)
+
+  make DESTDIR="${pkgdir}" -C build-wx install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-07 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 7, 2019 @ 07:22:03
  Author: foutrelis
Revision: 450158

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-gitaly/repos/community-testing-x86_64/
  gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD
(from rev 450157, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service
(from rev 450157, gitlab-gitaly/trunk/gitlab-gitaly.service)

---+
 PKGBUILD  |   69 
 gitlab-gitaly.service |   25 +
 2 files changed, 94 insertions(+)

Copied: gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD (from rev 450157, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-04-07 07:22:03 UTC (rev 450158)
@@ -0,0 +1,69 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-gitaly
+pkgver=1.33.0
+pkgrel=2
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby2.5 libxml2 libxslt)
+options=(!buildflags)
+makedepends=(go ruby2.5-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('e34073fc2d7128dcc62b37b7c97fce906c5aec4f48b13e1771b7971cb7b2f56bf39443653012672d90a8604f5b75059b29279f4d76f9be0cfdd897d8bbbaf39a'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-"*
+
+  sed -i "s/bundle install/bundle-2.5 install/" Makefile
+  sed -i "s/bundle config/bundle-2.5 config/" Makefile
+  sed -i "s/bundle show/bundle-2.5 show/" Makefile
+  sed -i "s/bundle/bundle-2.5/" internal/rubyserver/rubyserver.go
+  sed -i "s/bundle/bundle-2.5/" internal/linguist/linguist.go
+  sed -i "s/bundle/bundle-2.5/" _support/makegen.go
+  sed -i "s/\"ruby\"/\"ruby-2.5\"/" internal/linguist/linguist.go
+  sed -i "s/env ruby/env ruby-2.5/" ruby/bin/gitaly-ruby
+  sed -i "s/env ruby/env ruby-2.5/" ruby/bin/ruby-cd
+  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
+  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
+  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
+}
+
+build() {
+  cd "gitaly-"*
+
+  make build
+}
+
+package() {
+  cd "gitaly-"*
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  mkdir -p "${pkgdir}/etc/${pkgname}"
+  sed \
+-e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
+-e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
+config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
+
+  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
+  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
+
+  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service 
(from rev 450157, gitlab-gitaly/trunk/gitlab-gitaly.service)
===
--- community-testing-x86_64/gitlab-gitaly.service  
(rev 0)
+++ community-testing-x86_64/gitlab-gitaly.service  2019-04-07 07:22:03 UTC 
(rev 450158)
@@ -0,0 +1,25 @@
+#
+#
+# GitLab version: 9.x
+# Contributors  : axil
+# Downloaded from   : 
https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd
+#
+
+
+[Unit]
+Description=Gitaly is a Git RPC service for handling all the git calls made by 
GitLab.
+Requires=gitlab-unicorn.service
+Wants=gitlab-unicorn.service
+After=gitlab-unicorn.service
+
+[Service]
+Type=simple
+User=gitlab
+Group=gitlab
+WorkingDirectory=/usr/share/webapps/gitlab
+SyslogIdentifier=gitlab-gitaly
+PIDFile=/run/gitlab/gitaly.pid
+ExecStart=/usr/bin/gitaly /etc/gitlab-gitaly/config.toml
+

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

2019-04-07 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 7, 2019 @ 07:21:50
  Author: foutrelis
Revision: 450157

icu 64.1 rebuild

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 07:12:40 UTC (rev 450156)
+++ PKGBUILD2019-04-07 07:21:50 UTC (rev 450157)
@@ -5,7 +5,7 @@
 # need this again at some point in the future.
 pkgname=gitlab-gitaly
 pkgver=1.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitaly;


  1   2   >