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

2019-03-16 Thread Eli Schwartz via arch-commits
Date: Sunday, March 17, 2019 @ 05:41:43
  Author: eschwartz
Revision: 442295

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 05:40:56 UTC (rev 442294)
+++ PKGBUILD2019-03-17 05:41:43 UTC (rev 442295)
@@ -1,61 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Jelle van der Waa 
-# Contributor: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina 
-
-_pkgname=mechanize
-pkgbase=python-mechanize
-pkgname=(python-mechanize python2-mechanize)
-pkgver=0.4.0
-pkgrel=1
-epoch=1
-pkgdesc='Stateful programmatic web browsing in Python'
-arch=('any')
-url="https://github.com/python-mechanize/mechanize;
-license=('BSD')
-makedepends=('python-setuptools' 'python-html5lib'
-  'python2-setuptools' 'python2-html5lib')
-checkdepends=('python-zope-interface' 'python-twisted'
-  'python2-zope-interface' 'python2-twisted')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('6eb35881e08436dfba2db00abec98fe948ec25122edee77589ef060fc747e595'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-build() {
-  cd "mechanize-$pkgver"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "mechanize-$pkgver"
-
-  python setup.py test
-  python2 setup.py test
-}
-
-package_python-mechanize() {
-  depends=('python-html5lib')
-  optdepends=('python-html5-parser: faster parsing of HTML')
-  cd "mechanize-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-
-package_python2-mechanize() {
-  depends=('python2-html5lib')
-  optdepends=('python2-html5-parser: faster parsing of HTML')
-  cd "mechanize-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 442294, 
python-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 05:41:43 UTC (rev 442295)
@@ -0,0 +1,61 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Jelle van der Waa 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina 
+
+_pkgname=mechanize
+pkgbase=python-mechanize
+pkgname=(python-mechanize python2-mechanize)
+pkgver=0.4.1
+pkgrel=1
+epoch=1
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url="https://github.com/python-mechanize/mechanize;
+license=('BSD')
+makedepends=('python-setuptools' 'python-html5lib'
+  'python2-setuptools' 'python2-html5lib')
+checkdepends=('python-zope-interface' 'python-twisted'
+  'python2-zope-interface' 'python2-twisted')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('8954081ef3149794920f0b9ead8af6927059b6ac76d81abc8a4d6366c6fa86ba'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
+
+build() {
+  cd "mechanize-$pkgver"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "mechanize-$pkgver"
+
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-mechanize() {
+  depends=('python-html5lib')
+  optdepends=('python-html5-parser: faster parsing of HTML')
+  cd "mechanize-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
+
+package_python2-mechanize() {
+  depends=('python2-html5lib')
+  optdepends=('python2-html5-parser: faster parsing of HTML')
+  cd "mechanize-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-16 Thread Eli Schwartz via arch-commits
Date: Sunday, March 17, 2019 @ 05:40:56
  Author: eschwartz
Revision: 442294

upgpkg: python-mechanize 1:0.4.1-1

upstream release

Modified:
  python-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 05:38:39 UTC (rev 442293)
+++ PKGBUILD2019-03-17 05:40:56 UTC (rev 442294)
@@ -8,7 +8,7 @@
 _pkgname=mechanize
 pkgbase=python-mechanize
 pkgname=(python-mechanize python2-mechanize)
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 epoch=1
 pkgdesc='Stateful programmatic web browsing in Python'
@@ -20,7 +20,7 @@
 checkdepends=('python-zope-interface' 'python-twisted'
   'python2-zope-interface' 'python2-twisted')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('6eb35881e08436dfba2db00abec98fe948ec25122edee77589ef060fc747e595'
+sha256sums=('8954081ef3149794920f0b9ead8af6927059b6ac76d81abc8a4d6366c6fa86ba'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 


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

2019-03-16 Thread Eli Schwartz via arch-commits
Date: Sunday, March 17, 2019 @ 05:38:39
  Author: eschwartz
Revision: 442293

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 05:37:35 UTC (rev 442292)
+++ PKGBUILD2019-03-17 05:38:39 UTC (rev 442293)
@@ -1,67 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Nikola Milinković 
-# Submitter: Xiao-Long Chen 
-
-_pkgbase=regex
-pkgbase=python-regex
-pkgname=('python-regex' 'python2-regex')
-pkgver=2019.02.18
-pkgrel=1
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64')
-url="https://bitbucket.org/mrabarnett/mrab-regex;
-license=('Python')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('91af69ec1b09db8bf384508dc5108c164b4e020f857aa5c124334c078d387baf')
-
-build() {
-  cd "regex-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "regex-${pkgver}"
-
-  pushd build/lib.linux-${CARCH}-3*/
-  python test_regex.py
-  popd
-
-  pushd build/lib.linux-${CARCH}-2*/
-  python2 test_regex.py
-  popd
-}
-
-package_python2-regex() {
-  depends=('python2')
-  pkgdesc="Alternative python regular expression module. (python2 version)"
-
-  cd "regex-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
-  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
-
-  sed -n '1,/^$/p' regex_2/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-regex() {
-  depends=('python')
-  pkgdesc="Alternative python regular expression module. (python3 version)"
-
-  cd "regex-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
-  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
-
-  sed -n '1,/^$/p' regex_3/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-regex/repos/community-x86_64/PKGBUILD (from rev 442292, 
python-regex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 05:38:39 UTC (rev 442293)
@@ -0,0 +1,67 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+_pkgbase=regex
+pkgbase=python-regex
+pkgname=('python-regex' 'python2-regex')
+pkgver=2019.03.09
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64')
+url="https://bitbucket.org/mrabarnett/mrab-regex;
+license=('Python')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('0849077a8dfe9dba24459eb9937abe2f75a719dd6a9ab65851550765e3642aa2')
+
+build() {
+  cd "regex-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "regex-${pkgver}"
+
+  pushd build/lib.linux-${CARCH}-3*/
+  python -c 'from regex.test.test_regex import test_main; test_main()'
+  popd
+
+  pushd build/lib.linux-${CARCH}-2*/
+  python2 -c 'from regex.test.test_regex import test_main; test_main()'
+  popd
+}
+
+package_python2-regex() {
+  depends=('python2')
+  pkgdesc="Alternative python regular expression module. (python2 version)"
+
+  cd "regex-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
+  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
+
+  sed -n '1,/^$/p' regex_2/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-regex() {
+  depends=('python')
+  pkgdesc="Alternative python regular expression module. (python3 

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

2019-03-16 Thread Eli Schwartz via arch-commits
Date: Sunday, March 17, 2019 @ 05:37:35
  Author: eschwartz
Revision: 442292

upgpkg: python-regex 2019.03.09-1

upstream release
adapt to changed layout of testsuite

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 05:30:51 UTC (rev 442291)
+++ PKGBUILD2019-03-17 05:37:35 UTC (rev 442292)
@@ -6,7 +6,7 @@
 _pkgbase=regex
 pkgbase=python-regex
 pkgname=('python-regex' 'python2-regex')
-pkgver=2019.02.18
+pkgver=2019.03.09
 pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('91af69ec1b09db8bf384508dc5108c164b4e020f857aa5c124334c078d387baf')
+sha256sums=('0849077a8dfe9dba24459eb9937abe2f75a719dd6a9ab65851550765e3642aa2')
 
 build() {
   cd "regex-${pkgver}"
@@ -28,11 +28,11 @@
   cd "regex-${pkgver}"
 
   pushd build/lib.linux-${CARCH}-3*/
-  python test_regex.py
+  python -c 'from regex.test.test_regex import test_main; test_main()'
   popd
 
   pushd build/lib.linux-${CARCH}-2*/
-  python2 test_regex.py
+  python2 -c 'from regex.test.test_regex import test_main; test_main()'
   popd
 }
 


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

2019-03-16 Thread Felix Yan via arch-commits
Date: Sunday, March 17, 2019 @ 05:30:33
  Author: felixonmars
Revision: 442290

upgpkg: python-marshmallow 2.19.1-1

Modified:
  python-marshmallow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 05:12:02 UTC (rev 442289)
+++ PKGBUILD2019-03-17 05:30:33 UTC (rev 442290)
@@ -2,7 +2,7 @@
 
 pkgbase=python-marshmallow
 pkgname=(python-marshmallow python2-marshmallow)
-pkgver=2.19.0
+pkgver=2.19.1
 pkgrel=1
 pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
 url="https://github.com/marshmallow-code/marshmallow;
@@ -13,7 +13,7 @@
   'python2-simplejson' 'python-pytz' 'python2-pytz' 
'python-dateutil'
   'python2-dateutil')
 
source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
-sha512sums=('19aaf8be30ec908dd74b8f9513d97d228975854ae9ab83323d88a88772d4ed1e16d129dc3bc9808f8f848ee7acb33a33ffca6e21a20ef810132ed9006238a7ec')
+sha512sums=('3ace5ed338f66529e39613e1dcf402965896a8fb1dc60e99d7928f2d972f2fe8d183fd59c03db2afd73b47e89e25fc0018c8feaa6a280d7ebbcbc7ff7ba73f8c')
 
 prepare() {
   cp -a marshmallow-$pkgver{,-py2}


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

2019-03-16 Thread Felix Yan via arch-commits
Date: Sunday, March 17, 2019 @ 05:30:51
  Author: felixonmars
Revision: 442291

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 05:30:33 UTC (rev 442290)
+++ PKGBUILD2019-03-17 05:30:51 UTC (rev 442291)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-marshmallow
-pkgname=(python-marshmallow python2-marshmallow)
-pkgver=2.19.0
-pkgrel=1
-pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
-url="https://github.com/marshmallow-code/marshmallow;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-simplejson'
-  'python2-simplejson' 'python-pytz' 'python2-pytz' 
'python-dateutil'
-  'python2-dateutil')
-source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
-sha512sums=('19aaf8be30ec908dd74b8f9513d97d228975854ae9ab83323d88a88772d4ed1e16d129dc3bc9808f8f848ee7acb33a33ffca6e21a20ef810132ed9006238a7ec')
-
-prepare() {
-  cp -a marshmallow-$pkgver{,-py2}
-  rm -r marshmallow-$pkgver-py2/tests/test_py3
-}
-
-build() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/marshmallow-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/marshmallow-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-marshmallow() {
-  depends=('python')
-
-  cd marshmallow-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-marshmallow() {
-  depends=('python2')
-
-  cd marshmallow-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-marshmallow/repos/community-any/PKGBUILD (from rev 442290, 
python-marshmallow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 05:30:51 UTC (rev 442291)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-marshmallow
+pkgname=(python-marshmallow python2-marshmallow)
+pkgver=2.19.1
+pkgrel=1
+pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
+url="https://github.com/marshmallow-code/marshmallow;
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-simplejson'
+  'python2-simplejson' 'python-pytz' 'python2-pytz' 
'python-dateutil'
+  'python2-dateutil')
+source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
+sha512sums=('3ace5ed338f66529e39613e1dcf402965896a8fb1dc60e99d7928f2d972f2fe8d183fd59c03db2afd73b47e89e25fc0018c8feaa6a280d7ebbcbc7ff7ba73f8c')
+
+prepare() {
+  cp -a marshmallow-$pkgver{,-py2}
+  rm -r marshmallow-$pkgver-py2/tests/test_py3
+}
+
+build() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/marshmallow-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/marshmallow-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-marshmallow() {
+  depends=('python')
+
+  cd marshmallow-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-marshmallow() {
+  depends=('python2')
+
+  cd marshmallow-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-16 Thread Felix Yan via arch-commits
Date: Sunday, March 17, 2019 @ 05:12:02
  Author: felixonmars
Revision: 442289

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 442288, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 442288, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  144 -
 rebuild.list |4 -
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 04:51:15 UTC (rev 442288)
+++ PKGBUILD2019-03-17 05:12:02 UTC (rev 442289)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=11.11.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('b76571198965ae2bcc80e3a29d95e0e52e4cd640ee89b7907fb173c92d404326fd2dddea3d37e92306de5800eb1613c22727ae6b8a259f3e10581623b283fb78')
-
-prepare() {
-  cd node-$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 442288, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 05:12:02 UTC (rev 442289)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=11.12.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('d3a67e9dc4fea6cdefd6c0bbaa02128a284e6d7753521168a5840be398f31f373dd9fb09b255439ebde1fab1e4aa7e1da0f83498e4483d7daf8b9aa3a2e48562')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 

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

2019-03-16 Thread Felix Yan via arch-commits
Date: Sunday, March 17, 2019 @ 04:58:38
  Author: felixonmars
Revision: 348541

archrelease: copy trunk to extra-x86_64

Added:
  libuv/repos/extra-x86_64/PKGBUILD
(from rev 348540, libuv/trunk/PKGBUILD)
Deleted:
  libuv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 04:58:20 UTC (rev 348540)
+++ PKGBUILD2019-03-17 04:58:38 UTC (rev 348541)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.26.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc' 'libnsl')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c38e36d4d700090f48f9d997302968d9fe2382d21695b2d5b30776149f1739f66cd03458937a11309efe326bdad8c12abe8bf0f0e210d30cc2de4d9ab651d1e3')
-
-build() {
-   cd $pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd $pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE \
-   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   "$pkgdir"/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-   install -Dm644 docs/build/man/libuv.1 \
-   "$pkgdir"/usr/share/man/man1/libuv.1
-}

Copied: libuv/repos/extra-x86_64/PKGBUILD (from rev 348540, 
libuv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 04:58:38 UTC (rev 348541)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.27.0
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('x86_64')
+url="https://github.com/libuv/libuv;
+license=('custom')
+depends=('glibc' 'libnsl')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('42dfb7bee21f3f875ae5e6e4531aff52cff59d4c000f9cee1bde1b12c127beb7adefd6d6a11c6f0180868ee5ef15351a21a36c10b1be0aa7bedc15f0c50f87e0')
+
+build() {
+   cd $pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd $pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE \
+   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   "$pkgdir"/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   "$pkgdir"/usr/share/man/man1/libuv.1
+}


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

2019-03-16 Thread Felix Yan via arch-commits
Date: Sunday, March 17, 2019 @ 04:58:20
  Author: felixonmars
Revision: 348540

upgpkg: libuv 1.27.0-1

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 02:43:24 UTC (rev 348539)
+++ PKGBUILD2019-03-17 04:58:20 UTC (rev 348540)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc' 'libnsl')
 makedepends=('python-sphinx')
 
source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c38e36d4d700090f48f9d997302968d9fe2382d21695b2d5b30776149f1739f66cd03458937a11309efe326bdad8c12abe8bf0f0e210d30cc2de4d9ab651d1e3')
+sha512sums=('42dfb7bee21f3f875ae5e6e4531aff52cff59d4c000f9cee1bde1b12c127beb7adefd6d6a11c6f0180868ee5ef15351a21a36c10b1be0aa7bedc15f0c50f87e0')
 
 build() {
cd $pkgname-$pkgver


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

2019-03-16 Thread Felix Yan via arch-commits
Date: Sunday, March 17, 2019 @ 04:51:15
  Author: felixonmars
Revision: 442288

archrelease: copy trunk to community-x86_64

Added:
  proxychains-ng/repos/community-x86_64/PKGBUILD
(from rev 442287, proxychains-ng/trunk/PKGBUILD)
Deleted:
  proxychains-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 04:50:55 UTC (rev 442287)
+++ PKGBUILD2019-03-17 04:51:15 UTC (rev 442288)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Cedric Girard 
-
-pkgname=proxychains-ng
-pkgver=4.13
-pkgrel=1
-pkgdesc="A hook preloader that allows to redirect TCP traffic of existing 
dynamically linked programs through one or more SOCKS or HTTP proxies"
-arch=('x86_64')
-url="https://github.com/rofl0r/proxychains;
-license=('GPL')
-provides=('proxychains')
-replaces=('proxychains')
-conflicts=('proxychains')
-depends=('glibc')
-backup=('etc/proxychains.conf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rofl0r/proxychains-ng/archive/v$pkgver.tar.gz;)
-sha512sums=('7c2d058449b55a04651f834ed0db6aa8d715891a72371219cbf1009e9ddbb5cf547517e819bea7faefc7201d7367518d69ed187e47292783199175e494426533')
-
-build() {
-  cd proxychains-ng-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd proxychains-ng-$pkgver
-  make DESTDIR="$pkgdir/" install
-  make DESTDIR="$pkgdir/" install-config
-  ln -s proxychains4 "$pkgdir/usr/bin/proxychains"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: proxychains-ng/repos/community-x86_64/PKGBUILD (from rev 442287, 
proxychains-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 04:51:15 UTC (rev 442288)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Cedric Girard 
+
+pkgname=proxychains-ng
+pkgver=4.14
+pkgrel=1
+pkgdesc="A hook preloader that allows to redirect TCP traffic of existing 
dynamically linked programs through one or more SOCKS or HTTP proxies"
+arch=('x86_64')
+url="https://github.com/rofl0r/proxychains;
+license=('GPL')
+provides=('proxychains')
+replaces=('proxychains')
+conflicts=('proxychains')
+depends=('glibc')
+backup=('etc/proxychains.conf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rofl0r/proxychains-ng/archive/v$pkgver.tar.gz;)
+sha512sums=('8388b3f7c2964bf49429b7dfbe8b6f79ce1967f2bcd93bf2b2c16d1a8d0a45bf7c7d1b57f83ca73319104f53545ef61852bf9d39ee512c90a96ca49e286a4006')
+
+build() {
+  cd proxychains-ng-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd proxychains-ng-$pkgver
+  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir/" install-config
+  ln -s proxychains4 "$pkgdir/usr/bin/proxychains"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-16 Thread Felix Yan via arch-commits
Date: Sunday, March 17, 2019 @ 04:50:55
  Author: felixonmars
Revision: 442287

upgpkg: proxychains-ng 4.14-1

Modified:
  proxychains-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 04:49:14 UTC (rev 442286)
+++ PKGBUILD2019-03-17 04:50:55 UTC (rev 442287)
@@ -2,7 +2,7 @@
 # Contributor: Cedric Girard 
 
 pkgname=proxychains-ng
-pkgver=4.13
+pkgver=4.14
 pkgrel=1
 pkgdesc="A hook preloader that allows to redirect TCP traffic of existing 
dynamically linked programs through one or more SOCKS or HTTP proxies"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('glibc')
 backup=('etc/proxychains.conf')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rofl0r/proxychains-ng/archive/v$pkgver.tar.gz;)
-sha512sums=('7c2d058449b55a04651f834ed0db6aa8d715891a72371219cbf1009e9ddbb5cf547517e819bea7faefc7201d7367518d69ed187e47292783199175e494426533')
+sha512sums=('8388b3f7c2964bf49429b7dfbe8b6f79ce1967f2bcd93bf2b2c16d1a8d0a45bf7c7d1b57f83ca73319104f53545ef61852bf9d39ee512c90a96ca49e286a4006')
 
 build() {
   cd proxychains-ng-$pkgver


[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2019-03-16 Thread Felix Yan via arch-commits
Date: Sunday, March 17, 2019 @ 04:48:56
  Author: felixonmars
Revision: 442285

upgpkg: npm-check-updates 3.0.12-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 04:43:31 UTC (rev 442284)
+++ PKGBUILD2019-03-17 04:48:56 UTC (rev 442285)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.0.8
+pkgver=3.0.12
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b0810ddb8cb7cd7285471876f2f95a1e4110f333afd605d8e6eb3a1ad0af257e92d79df6a7d212647bbc81767c988e95a5b180492e66876039768df1bcae9fed')
+sha512sums=('2f06b6d3619773c57dcea82e2500076a8ef4f5a1ad15339fe00249a82ee463d4da38bc64d578aaee4e930d629a4ae2e43cb2bb1d916eb6bf5bca0ae028cad53e')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2019-03-16 Thread Felix Yan via arch-commits
Date: Sunday, March 17, 2019 @ 04:49:14
  Author: felixonmars
Revision: 442286

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 442285, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 04:48:56 UTC (rev 442285)
+++ PKGBUILD2019-03-17 04:49:14 UTC (rev 442286)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.0.8
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b0810ddb8cb7cd7285471876f2f95a1e4110f333afd605d8e6eb3a1ad0af257e92d79df6a7d212647bbc81767c988e95a5b180492e66876039768df1bcae9fed')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 442285, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 04:49:14 UTC (rev 442286)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=3.0.12
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('2f06b6d3619773c57dcea82e2500076a8ef4f5a1ad15339fe00249a82ee463d4da38bc64d578aaee4e930d629a4ae2e43cb2bb1d916eb6bf5bca0ae028cad53e')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


[arch-commits] Commit in consul-template/repos/community-x86_64 (6 files)

2019-03-16 Thread Christian Rebischke via arch-commits
Date: Sunday, March 17, 2019 @ 04:43:31
  Author: shibumi
Revision: 442284

archrelease: copy trunk to community-x86_64

Added:
  consul-template/repos/community-x86_64/PKGBUILD
(from rev 442283, consul-template/trunk/PKGBUILD)
  consul-template/repos/community-x86_64/consul-template.hcl
(from rev 442283, consul-template/trunk/consul-template.hcl)
  consul-template/repos/community-x86_64/consul-template.service
(from rev 442283, consul-template/trunk/consul-template.service)
Deleted:
  consul-template/repos/community-x86_64/PKGBUILD
  consul-template/repos/community-x86_64/consul-template.hcl
  consul-template/repos/community-x86_64/consul-template.service

-+
 PKGBUILD|   82 ++---
 consul-template.hcl |  700 +++---
 consul-template.service |   24 -
 3 files changed, 403 insertions(+), 403 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 04:43:24 UTC (rev 442283)
+++ PKGBUILD2019-03-17 04:43:31 UTC (rev 442284)
@@ -1,41 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Tyler Langlois 
-# Contributor: Tim Meusel 
-pkgname=consul-template
-pkgver=0.19.5
-pkgrel=2
-pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
-arch=('x86_64')
-url='https://github.com/hashicorp/consul-template'
-license=('MPL')
-backup=("etc/${pkgname}/${pkgname}.hcl")
-makedepends=('go-pie' 'git')
-depends=('glibc')
-optdepends=('consul: interpolate values from a distributed key/value store'
-'vault: reference secure secrets in template files')
-_consul_template_commit='f8c8205caf458dfd0ecab69d029ab112803aa587'
-source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit};
-"${pkgname}.service"
-"${pkgname}.hcl")
-sha512sums=('SKIP'
-
'8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b'
-
'b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}" src/github.com/hashicorp/
-}
-
-build() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  go build -o consul-template-binary
-}
-
-package() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  install -Dm755 consul-template-binary "${pkgdir}/usr/bin/consul-template"
-  install -Dm644 "${srcdir}/${pkgname}.hcl" 
"${pkgdir}/etc/${pkgname}/${pkgname}.hcl"
-  install -Dm644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: consul-template/repos/community-x86_64/PKGBUILD (from rev 442283, 
consul-template/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 04:43:31 UTC (rev 442284)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Tyler Langlois 
+# Contributor: Tim Meusel 
+pkgname=consul-template
+pkgver=0.20.0
+pkgrel=1
+pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
+arch=('x86_64')
+url='https://github.com/hashicorp/consul-template'
+license=('MPL')
+backup=("etc/${pkgname}/${pkgname}.hcl")
+makedepends=('go-pie' 'git')
+depends=('glibc')
+optdepends=('consul: interpolate values from a distributed key/value store'
+'vault: reference secure secrets in template files')
+_consul_template_commit='9a0f301b69d841c32f36b78008afb2dee8a9c40b'
+source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit};
+"${pkgname}.service"
+"${pkgname}.hcl")
+sha512sums=('SKIP'
+
'8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b'
+
'b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p src/github.com/hashicorp/
+  mv "${pkgname}" src/github.com/hashicorp/
+}
+
+build() {
+  cd src/github.com/hashicorp/"${pkgname}"
+  go build -o consul-template-binary
+}
+
+package() {
+  cd src/github.com/hashicorp/"${pkgname}"
+  install -Dm755 consul-template-binary "${pkgdir}/usr/bin/consul-template"
+  install -Dm644 "${srcdir}/${pkgname}.hcl" 
"${pkgdir}/etc/${pkgname}/${pkgname}.hcl"
+  install -Dm644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+}

Deleted: consul-template.hcl
===
--- consul-template.hcl 2019-03-17 04:43:24 UTC (rev 442283)
+++ consul-template.hcl 2019-03-17 04:43:31 UTC (rev 

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

2019-03-16 Thread Christian Rebischke via arch-commits
Date: Sunday, March 17, 2019 @ 04:43:24
  Author: shibumi
Revision: 442283

upgpkg: consul-template 0.20.0-1

Modified:
  consul-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 01:09:10 UTC (rev 442282)
+++ PKGBUILD2019-03-17 04:43:24 UTC (rev 442283)
@@ -2,8 +2,8 @@
 # Contributor: Tyler Langlois 
 # Contributor: Tim Meusel 
 pkgname=consul-template
-pkgver=0.19.5
-pkgrel=2
+pkgver=0.20.0
+pkgrel=1
 pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
 arch=('x86_64')
 url='https://github.com/hashicorp/consul-template'
@@ -13,7 +13,7 @@
 depends=('glibc')
 optdepends=('consul: interpolate values from a distributed key/value store'
 'vault: reference secure secrets in template files')
-_consul_template_commit='f8c8205caf458dfd0ecab69d029ab112803aa587'
+_consul_template_commit='9a0f301b69d841c32f36b78008afb2dee8a9c40b'
 
source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit};
 "${pkgname}.service"
 "${pkgname}.hcl")


[arch-commits] Commit in gnome-shell/trunk (PKGBUILD hack-detached.diff)

2019-03-16 Thread Jan Steffens via arch-commits
Date: Sunday, March 17, 2019 @ 02:43:12
  Author: heftig
Revision: 348538

3.32.0+16+g1341d5557-1

Added:
  gnome-shell/trunk/hack-detached.diff
Modified:
  gnome-shell/trunk/PKGBUILD

+
 PKGBUILD   |   17 +
 hack-detached.diff |   17 +
 2 files changed, 30 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 02:00:18 UTC (rev 348537)
+++ PKGBUILD2019-03-17 02:43:12 UTC (rev 348538)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
+hack-detached.diff)
 sha256sums=('SKIP'
-'SKIP')
+'SKIP'
+'939e81f682ebafd60e86d444e49dbab277fba0f00420466b5ff783568b7dc931')
 
 pkgver() {
   cd $pkgname
@@ -31,6 +33,13 @@
 
 prepare() {
   cd $pkgname
+
+  # Unbreak switcher
+  git cherry-pick -n 00a4891fb93a3846c48bc6fc1167205e2afab67b
+
+  # Hack around broken detached locations
+  patch -Np1 -i ../hack-detached.diff
+
   git submodule init
   git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
   git submodule update

Added: hack-detached.diff
===
--- hack-detached.diff  (rev 0)
+++ hack-detached.diff  2019-03-17 02:43:12 UTC (rev 348538)
@@ -0,0 +1,17 @@
+diff --git i/js/misc/weather.js w/js/misc/weather.js
+index aaec36cf4..3b09c28c1 100644
+--- i/js/misc/weather.js
 w/js/misc/weather.js
+@@ -183,10 +183,8 @@ var WeatherClient = class {
+ 
+ _onGClueLocationChanged() {
+ let geoLocation = this._gclueService.location;
+-let location = GWeather.Location.new_detached(geoLocation.description,
+-  null,
+-  geoLocation.latitude,
+-  geoLocation.longitude);
++let location = this._world.find_nearest_city(geoLocation.latitude,
++ geoLocation.longitude);
+ this._setLocation(location);
+ }
+ 


[arch-commits] Commit in gnome-shell/repos/extra-x86_64 (3 files)

2019-03-16 Thread Jan Steffens via arch-commits
Date: Sunday, March 17, 2019 @ 02:43:24
  Author: heftig
Revision: 348539

archrelease: copy trunk to extra-x86_64

Added:
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 348538, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/hack-detached.diff
(from rev 348538, gnome-shell/trunk/hack-detached.diff)
Deleted:
  gnome-shell/repos/extra-x86_64/PKGBUILD

+
 PKGBUILD   |  107 +++
 hack-detached.diff |   17 
 2 files changed, 75 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 02:43:12 UTC (rev 348538)
+++ PKGBUILD2019-03-17 02:43:24 UTC (rev 348539)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
- gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
- mutter nm-connection-editor unzip gstreamer libibus)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
- sassc)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-_commit=b7d79a5f063341f1773a9a8a5550a188c04efbda  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-}
-  
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  # https://bugs.archlinux.org/task/37412
-  mkdir "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/extra-x86_64/PKGBUILD (from rev 348538, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 02:43:24 UTC (rev 348539)
@@ -0,0 +1,58 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
+ gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
+ mutter nm-connection-editor unzip gstreamer libibus)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
+ sassc)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+_commit=1341d5557fbf05691172459e14cde70a8d5e96c3  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
+hack-detached.diff)
+sha256sums=('SKIP'
+'SKIP'
+'939e81f682ebafd60e86d444e49dbab277fba0f00420466b5ff783568b7dc931')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Unbreak switcher
+  git cherry-pick -n 00a4891fb93a3846c48bc6fc1167205e2afab67b
+
+  # Hack around broken detached locations
+  patch -Np1 -i ../hack-detached.diff
+
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+  
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  # https://bugs.archlinux.org/task/37412
+  mkdir "$pkgdir/usr/share/gnome-shell/modes"
+}

Copied: gnome-shell/repos/extra-x86_64/hack-detached.diff (from rev 348538, 
gnome-shell/trunk/hack-detached.diff)
===
--- hack-detached.diff  (rev 0)
+++ hack-detached.diff  2019-03-17 02:43:24 UTC (rev 348539)
@@ -0,0 +1,17 @@
+diff --git i/js/misc/weather.js w/js/misc/weather.js
+index aaec36cf4..3b09c28c1 100644
+--- i/js/misc/weather.js
 w/js/misc/weather.js
+@@ -183,10 +183,8 @@ var WeatherClient = class {
+ 
+ _onGClueLocationChanged() {
+ let geoLocation = this._gclueService.location;
+-let location = GWeather.Location.new_detached(geoLocation.description,
+-  null,
+-  

[arch-commits] Commit in gnome-weather/repos/extra-any (3 files)

2019-03-16 Thread Jan Steffens via arch-commits
Date: Sunday, March 17, 2019 @ 02:00:18
  Author: heftig
Revision: 348537

archrelease: copy trunk to extra-any

Added:
  gnome-weather/repos/extra-any/PKGBUILD
(from rev 348536, gnome-weather/trunk/PKGBUILD)
  gnome-weather/repos/extra-any/hack-detached.diff
(from rev 348536, gnome-weather/trunk/hack-detached.diff)
Deleted:
  gnome-weather/repos/extra-any/PKGBUILD

+
 PKGBUILD   |   67 ---
 hack-detached.diff |   17 
 2 files changed, 55 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 02:00:05 UTC (rev 348536)
+++ PKGBUILD2019-03-17 02:00:18 UTC (rev 348537)
@@ -1,29 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-weather
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Access current weather conditions and forecasts"
-url="https://wiki.gnome.org/Apps/Weather;
-arch=(any)
-license=(GPL)
-depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
-makedepends=(gobject-introspection autoconf-archive appstream-glib git meson)
-groups=(gnome)
-_commit=0ca6ff30ad42246ac62f42d86d978f029266f724  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-weather/repos/extra-any/PKGBUILD (from rev 348536, 
gnome-weather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 02:00:18 UTC (rev 348537)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-weather
+pkgver=3.32.0
+pkgrel=2
+pkgdesc="Access current weather conditions and forecasts"
+url="https://wiki.gnome.org/Apps/Weather;
+arch=(any)
+license=(GPL)
+depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
+makedepends=(gobject-introspection appstream-glib git meson)
+groups=(gnome)
+_commit=0ca6ff30ad42246ac62f42d86d978f029266f724  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;
+hack-detached.diff)
+sha256sums=('SKIP'
+'47bc9707d7e768aed06ce7feafd038c4d95a8c84fee58ec3bc38a35425eb27be')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Hack around broken detached locations
+  patch -Np1 -i ../hack-detached.diff
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: gnome-weather/repos/extra-any/hack-detached.diff (from rev 348536, 
gnome-weather/trunk/hack-detached.diff)
===
--- hack-detached.diff  (rev 0)
+++ hack-detached.diff  2019-03-17 02:00:18 UTC (rev 348537)
@@ -0,0 +1,17 @@
+diff --git i/src/app/currentLocationController.js 
w/src/app/currentLocationController.js
+index 67538d2..4cad182 100644
+--- i/src/app/currentLocationController.js
 w/src/app/currentLocationController.js
+@@ -87,10 +87,8 @@ var CurrentLocationController = class 
CurrentLocationController {
+ _onLocationUpdated(simple) {
+ let geoclueLocation = simple.get_location();
+ 
+-this.currentLocation = 
GWeather.Location.new_detached(geoclueLocation.description,
+-  null,
+-  
geoclueLocation.latitude,
+-  
geoclueLocation.longitude);
++this.currentLocation = 
this._world._world.find_nearest_city(geoclueLocation.latitude,
++
geoclueLocation.longitude);
+ this._world.currentLocationChanged(this.currentLocation);
+ }
+ 


[arch-commits] Commit in gnome-weather/trunk (PKGBUILD hack-detached.diff)

2019-03-16 Thread Jan Steffens via arch-commits
Date: Sunday, March 17, 2019 @ 02:00:05
  Author: heftig
Revision: 348536

3.32.0-2

Added:
  gnome-weather/trunk/hack-detached.diff
Modified:
  gnome-weather/trunk/PKGBUILD

+
 PKGBUILD   |   15 ---
 hack-detached.diff |   17 +
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:24:36 UTC (rev 348535)
+++ PKGBUILD2019-03-17 02:00:05 UTC (rev 348536)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-weather
 pkgver=3.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Access current weather conditions and forecasts"
 url="https://wiki.gnome.org/Apps/Weather;
 arch=(any)
@@ -11,8 +11,10 @@
 makedepends=(gobject-introspection appstream-glib git meson)
 groups=(gnome)
 _commit=0ca6ff30ad42246ac62f42d86d978f029266f724  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;
+hack-detached.diff)
+sha256sums=('SKIP'
+'47bc9707d7e768aed06ce7feafd038c4d95a8c84fee58ec3bc38a35425eb27be')
 
 pkgver() {
   cd $pkgname
@@ -19,6 +21,13 @@
   git describe --tags | sed 's/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+
+  # Hack around broken detached locations
+  patch -Np1 -i ../hack-detached.diff
+}
+
 build() {
   arch-meson $pkgname build
   ninja -C build

Added: hack-detached.diff
===
--- hack-detached.diff  (rev 0)
+++ hack-detached.diff  2019-03-17 02:00:05 UTC (rev 348536)
@@ -0,0 +1,17 @@
+diff --git i/src/app/currentLocationController.js 
w/src/app/currentLocationController.js
+index 67538d2..4cad182 100644
+--- i/src/app/currentLocationController.js
 w/src/app/currentLocationController.js
+@@ -87,10 +87,8 @@ var CurrentLocationController = class 
CurrentLocationController {
+ _onLocationUpdated(simple) {
+ let geoclueLocation = simple.get_location();
+ 
+-this.currentLocation = 
GWeather.Location.new_detached(geoclueLocation.description,
+-  null,
+-  
geoclueLocation.latitude,
+-  
geoclueLocation.longitude);
++this.currentLocation = 
this._world._world.find_nearest_city(geoclueLocation.latitude,
++
geoclueLocation.longitude);
+ this._world.currentLocationChanged(this.currentLocation);
+ }
+ 


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 01:08:58
  Author: archange
Revision: 442281

upgpkg: netcdf-openmpi 4.6.3-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 00:57:43 UTC (rev 442280)
+++ PKGBUILD2019-03-17 01:08:58 UTC (rev 442281)
@@ -5,7 +5,7 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.6.2.1
+pkgver=4.6.3
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 conflicts=("${_pkg}")
 options=('!makeflags')
 
source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
+sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
 
 prepare() {
 mkdir -p build


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 01:09:10
  Author: archange
Revision: 442282

archrelease: copy trunk to community-staging-x86_64

Added:
  netcdf-openmpi/repos/community-staging-x86_64/
  netcdf-openmpi/repos/community-staging-x86_64/PKGBUILD
(from rev 442281, netcdf-openmpi/trunk/PKGBUILD)

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

Copied: netcdf-openmpi/repos/community-staging-x86_64/PKGBUILD (from rev 
442281, netcdf-openmpi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-17 01:09:10 UTC (rev 442282)
@@ -0,0 +1,64 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: damir 
+
+_pkg=netcdf
+_mpi=openmpi
+pkgname=${_pkg}-${_mpi}
+pkgver=4.6.3
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
+arch=('x86_64')
+url="https://www.unidata.ucar.edu/software/netcdf/;
+license=('custom')
+depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" 'curl')
+makedepends=('cmake')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+checkdepends=('inetutils')
+provides=("${_pkg}")
+conflicts=("${_pkg}")
+options=('!makeflags')
+source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+export CC=mpicc
+cmake ../${_pkg}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_PNETCDF=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
+make
+}
+
+
+check() {
+cd build
+
+# This is required starting with OpenMPI 3.0 when trying to run more
+# processes than the number of available cores
+export OMPI_MCA_rmaps_base_oversubscribe=yes
+
+# One test failure https://github.com/Unidata/netcdf-c/issues/808
+make test || warning "Test failure"
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+
+cd "${srcdir}"/${_pkg}-c-${pkgver}
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
+}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 00:57:43
  Author: archange
Revision: 442280

archrelease: copy trunk to community-staging-x86_64

Added:
  cgns/repos/community-staging-x86_64/
  cgns/repos/community-staging-x86_64/PKGBUILD
(from rev 442279, cgns/trunk/PKGBUILD)

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

Copied: cgns/repos/community-staging-x86_64/PKGBUILD (from rev 442279, 
cgns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-17 00:57:43 UTC (rev 442280)
@@ -0,0 +1,60 @@
+# Maintainer: Bruno Pagani 
+# Contributor: eolianoe 
+# Contriburor: Mathias Anselmann 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: lainme 
+# Contributor: Klimov Max 
+
+_pkgname=CGNS
+pkgname=cgns
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="Standard for recording and recovering computer data associated with 
the numerical solution of fluid dynamics equations"
+arch=('x86_64')
+url='https://cgns.github.io/'
+license=('custom')
+depends=('tk' 'hdf5' 'libxmu' 'glu')
+makedepends=('gcc-fortran' 'cmake')
+options=(!makeflags)
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/${_pkgname}/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('6372196caf25b27d38cf6f056258cb0bdd45757f49d9c59372b6dbbddb1e05da')
+
+prepare(){
+mkdir -p build
+}
+
+build() {
+cd build
+
+cmake ../${_pkgname}-${pkgver} \
+-DCGNS_BUILD_CGNSTOOLS=ON \
+-DCGNS_BUILD_SHARED=ON \
+-DCGNS_ENABLE_64BIT=ON \
+-DCGNS_ENABLE_FORTRAN=ON \
+-DCGNS_ENABLE_HDF5=ON \
+-DCGNS_ENABLE_LEGACY=ON \
+-DCGNS_ENABLE_SCOPING=OFF \
+-DCGNS_ENABLE_TESTS=ON \
+-DHDF5_FOUND=OFF \
+-DCMAKE_BUILD_TYPE="Release" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+# HDF5_FOUND=OFF is a (silly) workaround for 
https://cgnsorg.atlassian.net/browse/CGNS-143
+
+make
+}
+
+
+check() {
+cd build
+
+make test
+}
+
+package() {
+cd build
+
+make DESTDIR="${pkgdir}" install
+
+install -Dm644 "${srcdir}"/${_pkgname}-${pkgver}/license.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 00:57:35
  Author: archange
Revision: 442279

HDF5 1.10.5 rebuild

Modified:
  cgns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 00:51:11 UTC (rev 442278)
+++ PKGBUILD2019-03-17 00:57:35 UTC (rev 442279)
@@ -8,7 +8,7 @@
 _pkgname=CGNS
 pkgname=cgns
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Standard for recording and recovering computer data associated with 
the numerical solution of fluid dynamics equations"
 arch=('x86_64')
 url='https://cgns.github.io/'


[arch-commits] Commit in materia-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 00:51:11
  Author: archange
Revision: 442278

archrelease: copy trunk to community-any

Added:
  materia-gtk-theme/repos/community-any/PKGBUILD
(from rev 442277, materia-gtk-theme/trunk/PKGBUILD)
Deleted:
  materia-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 00:51:03 UTC (rev 442277)
+++ PKGBUILD2019-03-17 00:51:11 UTC (rev 442278)
@@ -1,23 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: cth451 
-
-pkgname=materia-gtk-theme
-pkgver=20190201
-pkgrel=1
-pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
-arch=('any')
-url="https://github.com/nana-4/materia-theme;
-license=('GPL')
-depends=('gtk3' 'gnome-themes-extra')
-optdepends=('gtk-engine-murrine: for gtk2 theme')
-provides=('materia-theme')
-conflicts=('materia-theme')
-replaces=('materia-theme')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz;)
-sha256sums=('f483894a5519cbc5e7e208047f86550d29291a7248372f045950a6849e2c1eb9')
-
-package() {
-cd ${pkgname/gtk-/}-${pkgver}
-install -d "${pkgdir}"/usr/share/themes
-./install.sh -d "${pkgdir}"/usr/share/themes
-}

Copied: materia-gtk-theme/repos/community-any/PKGBUILD (from rev 442277, 
materia-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 00:51:11 UTC (rev 442278)
@@ -0,0 +1,23 @@
+# Maintainer: Bruno Pagani 
+# Contributor: cth451 
+
+pkgname=materia-gtk-theme
+pkgver=20190315
+pkgrel=1
+pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
+arch=('any')
+url="https://github.com/nana-4/materia-theme;
+license=('GPL')
+depends=('gtk3' 'gnome-themes-extra')
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+provides=('materia-theme')
+conflicts=('materia-theme')
+replaces=('materia-theme')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz;)
+sha256sums=('67d0eb24da3156e0d22cad18eca43769243cee673428b7cd2e31095efdee68c3')
+
+package() {
+cd ${pkgname/gtk-/}-${pkgver}
+install -d "${pkgdir}"/usr/share/themes
+./install.sh -d "${pkgdir}"/usr/share/themes
+}


[arch-commits] Commit in materia-gtk-theme/trunk (PKGBUILD)

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 00:51:03
  Author: archange
Revision: 442277

upgpkg: materia-gtk-theme 20190315-1

Modified:
  materia-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 00:47:57 UTC (rev 442276)
+++ PKGBUILD2019-03-17 00:51:03 UTC (rev 442277)
@@ -2,7 +2,7 @@
 # Contributor: cth451 
 
 pkgname=materia-gtk-theme
-pkgver=20190201
+pkgver=20190315
 pkgrel=1
 pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('materia-theme')
 replaces=('materia-theme')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz;)
-sha256sums=('f483894a5519cbc5e7e208047f86550d29291a7248372f045950a6849e2c1eb9')
+sha256sums=('67d0eb24da3156e0d22cad18eca43769243cee673428b7cd2e31095efdee68c3')
 
 package() {
 cd ${pkgname/gtk-/}-${pkgver}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 00:47:57
  Author: archange
Revision: 442276

archrelease: copy trunk to community-staging-x86_64

Added:
  pnetcdf-openmpi/repos/community-staging-x86_64/
  pnetcdf-openmpi/repos/community-staging-x86_64/PKGBUILD
(from rev 442275, pnetcdf-openmpi/trunk/PKGBUILD)
  pnetcdf-openmpi/repos/community-staging-x86_64/fix-parallel-tests.patch
(from rev 442275, pnetcdf-openmpi/trunk/fix-parallel-tests.patch)

--+
 PKGBUILD |   49 +
 fix-parallel-tests.patch |  388 +
 2 files changed, 437 insertions(+)

Copied: pnetcdf-openmpi/repos/community-staging-x86_64/PKGBUILD (from rev 
442275, pnetcdf-openmpi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-17 00:47:57 UTC (rev 442276)
@@ -0,0 +1,49 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=pnetcdf
+_mpi=openmpi
+pkgname=${_pkg}-${_mpi}
+pkgver=1.11.0
+pkgrel=2
+pkgdesc="Parallel I/O Library for NetCDF File Access (${_mpi} version)"
+arch=('x86_64')
+url="https://parallel-netcdf.github.io/;
+license=('custom')
+depends=("${_mpi}" "netcdf-${_mpi}")
+makedepends=('gcc-fortran')
+checkdepends=('inetutils')
+provides=('parallel-netcdf' 'parallel-netcdf-openmpi')
+conflicts=('parallel-netcdf' 'parallel-netcdf-openmpi')
+replaces=('parallel-netcdf' 'parallel-netcdf-openmpi')
+options=('staticlibs')
+source=("${url}/Release/${_pkg}-${pkgver}.tar.gz"
+fix-parallel-tests.patch)
+sha1sums=('a13fd24953abce1f3fd7aa94fd66f1b9895182de'
+  '0d7ea16dddb89153aacad83e954b66ba01fb2c38')
+
+prepare() {
+cd ${_pkg}-${pkgver}
+patch -p1 -i ../fix-parallel-tests.patch
+}
+
+build() {
+cd ${_pkg}-${pkgver}
+
+export CPPFLAGS="${CPPFLAGS} -fPIC"
+./configure --prefix=/usr --enable-shared --enable-netcdf4
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+# One failure to investigate
+make check || warning "Tests failed"
+make ptest
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make DESTDIR="${pkgdir}" install
+
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}
+}

Copied: pnetcdf-openmpi/repos/community-staging-x86_64/fix-parallel-tests.patch 
(from rev 442275, pnetcdf-openmpi/trunk/fix-parallel-tests.patch)
===
--- community-staging-x86_64/fix-parallel-tests.patch   
(rev 0)
+++ community-staging-x86_64/fix-parallel-tests.patch   2019-03-17 00:47:57 UTC 
(rev 442276)
@@ -0,0 +1,388 @@
+From bbd79e2fae98603f69ad45862d6758336c880ecb Mon Sep 17 00:00:00 2001
+From: Wei-keng Liao 
+Date: Wed, 26 Dec 2018 11:44:45 -0600
+Subject: [PATCH] Bug fix to ignore NC_ENOTENABLED if PnetCDF was not built
+ with --enable-profiling.
+
+---
+ examples/C/block_cyclic.c | 2 +-
+ examples/C/bput_varn_int64.c  | 2 +-
+ examples/C/bput_varn_uint.c   | 2 +-
+ examples/C/collective_write.c | 2 +-
+ examples/C/column_wise.c  | 2 +-
+ examples/C/create_open.c  | 2 +-
+ examples/C/fill_mode.c| 2 +-
+ examples/C/flexible_api.c | 2 +-
+ examples/C/get_info.c | 2 +-
+ examples/C/get_vara.c | 2 +-
+ examples/C/ghost_cell.c   | 2 +-
+ examples/C/global_attributes.c| 2 +-
+ examples/C/hints.c| 2 +-
+ examples/C/i_varn_int64.c | 2 +-
+ examples/C/mput.c | 2 +-
+ examples/C/nonblocking_write.c| 2 +-
+ examples/C/nonblocking_write_in_def.c | 2 +-
+ examples/C/pthread.c  | 2 +-
+ examples/C/put_vara.c | 2 +-
+ examples/C/put_varn_float.c   | 2 +-
+ examples/C/put_varn_int.c | 2 +-
+ examples/C/req_all.c  | 2 +-
+ examples/C/time_var.c | 2 +-
+ examples/C/transpose.c| 2 +-
+ examples/C/transpose2D.c  | 2 +-
+ examples/C/vard_int.c | 2 +-
+ examples/C/vard_mvars.c   | 2 +-
+ sneak_peek.md | 6 --
+ 28 files changed, 31 insertions(+), 29 deletions(-)
+
+diff --git a/examples/C/block_cyclic.c b/examples/C/block_cyclic.c
+index 90bf029e..0b47608e 100644
+--- a/examples/C/block_cyclic.c
 b/examples/C/block_cyclic.c
+@@ -121,7 +121,7 @@ pnetcdf_check_mem_usage(MPI_Comm comm)
+ printf("heap memory allocated by PnetCDF internally has %lld 
bytes yet to be freed\n",
+sum_size);
+ }
+-else {
++else if (err != NC_ENOTENABLED) {
+ printf("Error at %s:%d: %s\n", __FILE__,__LINE__,ncmpi_strerror(err));
+ nerrs++;
+ }
+diff --git a/examples/C/bput_varn_int64.c b/examples/C/bput_varn_int64.c
+index d57c8f86..3f8c643b 100644
+--- a/examples/C/bput_varn_int64.c
 

[arch-commits] Commit in pnetcdf-openmpi/trunk (PKGBUILD fix-parallel-tests.patch)

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 00:47:51
  Author: archange
Revision: 442275

HDF5 + netCDF rebuild

Added:
  pnetcdf-openmpi/trunk/fix-parallel-tests.patch
Modified:
  pnetcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 fix-parallel-tests.patch |  388 +
 2 files changed, 401 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 00:46:54 UTC (rev 442274)
+++ PKGBUILD2019-03-17 00:47:51 UTC (rev 442275)
@@ -4,7 +4,7 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Parallel I/O Library for NetCDF File Access (${_mpi} version)"
 arch=('x86_64')
 url="https://parallel-netcdf.github.io/;
@@ -16,9 +16,16 @@
 conflicts=('parallel-netcdf' 'parallel-netcdf-openmpi')
 replaces=('parallel-netcdf' 'parallel-netcdf-openmpi')
 options=('staticlibs')
-source=("${url}/Release/${_pkg}-${pkgver}.tar.gz")
-sha1sums=('a13fd24953abce1f3fd7aa94fd66f1b9895182de')
+source=("${url}/Release/${_pkg}-${pkgver}.tar.gz"
+fix-parallel-tests.patch)
+sha1sums=('a13fd24953abce1f3fd7aa94fd66f1b9895182de'
+  '0d7ea16dddb89153aacad83e954b66ba01fb2c38')
 
+prepare() {
+cd ${_pkg}-${pkgver}
+patch -p1 -i ../fix-parallel-tests.patch
+}
+
 build() {
 cd ${_pkg}-${pkgver}
 
@@ -29,8 +36,9 @@
 
 check() {
 cd ${_pkg}-${pkgver}
-make check
-make ptest || warning "Parallel tests failed"
+# One failure to investigate
+make check || warning "Tests failed"
+make ptest
 }
 
 package() {

Added: fix-parallel-tests.patch
===
--- fix-parallel-tests.patch(rev 0)
+++ fix-parallel-tests.patch2019-03-17 00:47:51 UTC (rev 442275)
@@ -0,0 +1,388 @@
+From bbd79e2fae98603f69ad45862d6758336c880ecb Mon Sep 17 00:00:00 2001
+From: Wei-keng Liao 
+Date: Wed, 26 Dec 2018 11:44:45 -0600
+Subject: [PATCH] Bug fix to ignore NC_ENOTENABLED if PnetCDF was not built
+ with --enable-profiling.
+
+---
+ examples/C/block_cyclic.c | 2 +-
+ examples/C/bput_varn_int64.c  | 2 +-
+ examples/C/bput_varn_uint.c   | 2 +-
+ examples/C/collective_write.c | 2 +-
+ examples/C/column_wise.c  | 2 +-
+ examples/C/create_open.c  | 2 +-
+ examples/C/fill_mode.c| 2 +-
+ examples/C/flexible_api.c | 2 +-
+ examples/C/get_info.c | 2 +-
+ examples/C/get_vara.c | 2 +-
+ examples/C/ghost_cell.c   | 2 +-
+ examples/C/global_attributes.c| 2 +-
+ examples/C/hints.c| 2 +-
+ examples/C/i_varn_int64.c | 2 +-
+ examples/C/mput.c | 2 +-
+ examples/C/nonblocking_write.c| 2 +-
+ examples/C/nonblocking_write_in_def.c | 2 +-
+ examples/C/pthread.c  | 2 +-
+ examples/C/put_vara.c | 2 +-
+ examples/C/put_varn_float.c   | 2 +-
+ examples/C/put_varn_int.c | 2 +-
+ examples/C/req_all.c  | 2 +-
+ examples/C/time_var.c | 2 +-
+ examples/C/transpose.c| 2 +-
+ examples/C/transpose2D.c  | 2 +-
+ examples/C/vard_int.c | 2 +-
+ examples/C/vard_mvars.c   | 2 +-
+ sneak_peek.md | 6 --
+ 28 files changed, 31 insertions(+), 29 deletions(-)
+
+diff --git a/examples/C/block_cyclic.c b/examples/C/block_cyclic.c
+index 90bf029e..0b47608e 100644
+--- a/examples/C/block_cyclic.c
 b/examples/C/block_cyclic.c
+@@ -121,7 +121,7 @@ pnetcdf_check_mem_usage(MPI_Comm comm)
+ printf("heap memory allocated by PnetCDF internally has %lld 
bytes yet to be freed\n",
+sum_size);
+ }
+-else {
++else if (err != NC_ENOTENABLED) {
+ printf("Error at %s:%d: %s\n", __FILE__,__LINE__,ncmpi_strerror(err));
+ nerrs++;
+ }
+diff --git a/examples/C/bput_varn_int64.c b/examples/C/bput_varn_int64.c
+index d57c8f86..3f8c643b 100644
+--- a/examples/C/bput_varn_int64.c
 b/examples/C/bput_varn_int64.c
+@@ -142,7 +142,7 @@ pnetcdf_check_mem_usage(MPI_Comm comm)
+ printf("heap memory allocated by PnetCDF internally has %lld 
bytes yet to be freed\n",
+sum_size);
+ }
+-else {
++else if (err != NC_ENOTENABLED) {
+ printf("Error at %s:%d: %s\n", __FILE__,__LINE__,ncmpi_strerror(err));
+ nerrs++;
+ }
+diff --git a/examples/C/bput_varn_uint.c b/examples/C/bput_varn_uint.c
+index 26cb3c70..693c2af3 100644
+--- a/examples/C/bput_varn_uint.c
 b/examples/C/bput_varn_uint.c
+@@ -118,7 +118,7 @@ pnetcdf_check_mem_usage(MPI_Comm comm)
+ printf("heap memory allocated by PnetCDF internally has %lld 
bytes yet to be freed\n",
+sum_size);
+ }
+-else {
++else if (err != 

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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 00:46:54
  Author: archange
Revision: 442274

archrelease: copy trunk to community-x86_64

Added:
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 442273, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 442273, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.sysusers
(from rev 442273, couchdb/trunk/couchdb.sysusers)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 442273, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-x86_64/datadirs.ini
(from rev 442273, couchdb/trunk/datadirs.ini)
Deleted:
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.sysusers
  couchdb/repos/community-x86_64/couchdb.tmpfiles
  couchdb/repos/community-x86_64/datadirs.ini

--+
 PKGBUILD |  111 ++---
 couchdb.service  |   62 ++---
 couchdb.sysusers |2 
 couchdb.tmpfiles |6 +-
 datadirs.ini |6 +-
 5 files changed, 94 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 00:46:39 UTC (rev 442273)
+++ PKGBUILD2019-03-17 00:46:54 UTC (rev 442274)
@@ -1,55 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=2.3.0
-pkgrel=2
-pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=('x86_64')
-url="https://couchdb.apache.org;
-license=('APACHE')
-depends=('icu' 'js185' 'zlib')
-makedepends=('erlang-nox')
-backup=('etc/couchdb/local.ini'
-'etc/couchdb/vm.args')
-source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
-'couchdb.service'
-'couchdb.sysusers'
-'couchdb.tmpfiles'
-'datadirs.ini')
-sha256sums=('0b3868d042b158d9fd2f504804abd93cd22681c033952f832ce846672c31f352'
-'SKIP'
-'293fe7ce16de6feb5927bf151360c7441f427f1d6bec73bc9ecb1e530be2b93a'
-'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
-'0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
-'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
-validpgpkeys=('2EC788AE3F239FA13E82D215CDE711289384AE37') # Joan Touzet (CODE 
SIGNING KEY) 
-
-prepare() {
-cd apache-couchdb-${pkgver}
-sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/files/couchdb.in
-}
-
-build() {
-cd apache-couchdb-${pkgver}
-./configure
-make release
-}
-
-package() {
-cd apache-couchdb-${pkgver}
-install -dm755 "${pkgdir}"/usr/lib/
-install -dm755 "${pkgdir}"/etc/couchdb/
-
-cp -r rel/couchdb "${pkgdir}"/usr/lib/couchdb
-mv "${pkgdir}"/usr/lib/couchdb/etc/local.ini 
"${pkgdir}"/etc/couchdb/local.ini
-mv "${pkgdir}"/usr/lib/couchdb/etc/vm.args "${pkgdir}"/etc/couchdb/vm.args
-
-cd "${srcdir}"
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-install -Dm644 datadirs.ini -t "${pkgdir}"/usr/lib/couchdb/etc/
-}

Copied: couchdb/repos/community-x86_64/PKGBUILD (from rev 442273, 
couchdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 00:46:54 UTC (rev 442274)
@@ -0,0 +1,56 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sergej Pupykin 
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+# Contributor: Michael Fellinger 
+
+pkgname=couchdb
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
+arch=('x86_64')
+url="https://couchdb.apache.org;
+license=('APACHE')
+depends=('icu' 'js185' 'zlib')
+makedepends=('erlang-nox')
+backup=('etc/couchdb/local.ini'
+'etc/couchdb/vm.args')
+source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
+'couchdb.service'
+'couchdb.sysusers'
+'couchdb.tmpfiles'
+'datadirs.ini')
+sha256sums=('43eb8cec41eb52871bf22d35f3e2c2ce5b806ebdbce3594cf6b0438f2534227d'
+'SKIP'
+'293fe7ce16de6feb5927bf151360c7441f427f1d6bec73bc9ecb1e530be2b93a'
+'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
+'0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
+'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
+validpgpkeys=('2EC788AE3F239FA13E82D215CDE711289384AE37'  # Joan Touzet (CODE 

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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 00:46:39
  Author: archange
Revision: 442273

upgpkg: couchdb 2.3.1-1

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:43:32 UTC (rev 442272)
+++ PKGBUILD2019-03-17 00:46:39 UTC (rev 442273)
@@ -4,8 +4,8 @@
 # Contributor: Michael Fellinger 
 
 pkgname=couchdb
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
 pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
 arch=('x86_64')
 url="https://couchdb.apache.org;
@@ -19,13 +19,14 @@
 'couchdb.sysusers'
 'couchdb.tmpfiles'
 'datadirs.ini')
-sha256sums=('0b3868d042b158d9fd2f504804abd93cd22681c033952f832ce846672c31f352'
+sha256sums=('43eb8cec41eb52871bf22d35f3e2c2ce5b806ebdbce3594cf6b0438f2534227d'
 'SKIP'
 '293fe7ce16de6feb5927bf151360c7441f427f1d6bec73bc9ecb1e530be2b93a'
 '3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
 '0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
 '937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
-validpgpkeys=('2EC788AE3F239FA13E82D215CDE711289384AE37') # Joan Touzet (CODE 
SIGNING KEY) 
+validpgpkeys=('2EC788AE3F239FA13E82D215CDE711289384AE37'  # Joan Touzet (CODE 
SIGNING KEY) 
+  'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4') # Jan Lehnardt 

 
 prepare() {
 cd apache-couchdb-${pkgver}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 23:43:32
  Author: archange
Revision: 442272

archrelease: copy trunk to community-x86_64

Added:
  merlin/repos/community-x86_64/PKGBUILD
(from rev 442271, merlin/trunk/PKGBUILD)
Deleted:
  merlin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:43:24 UTC (rev 442271)
+++ PKGBUILD2019-03-16 23:43:32 UTC (rev 442272)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=merlin
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="Context sensitive completion for OCaml in Vim and Emacs"
-arch=('x86_64')
-url="https://github.com/ocaml/merlin;
-license=('MIT')
-options=('!strip')
-depends=('glibc')
-makedepends=('ocaml-findlib' 'ocaml-yojson' 'dune')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('689ae38e2f50e7b02d257d502cb55e26b425b4ecb2108af9df7d769632694b17')
-
-build() {
-cd ${pkgname}-${pkgver}
-make build
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make test || warning "Tests failed"
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-# Work around install command
-dune install --prefix="${pkgdir}"/usr/ --libdir="${pkgdir}$(ocamlfind 
printconf destdir)"
-install -Dm644 LICENSE_MIT.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-# Fix path
-install -d "${pkgdir}"/usr/share/vim
-mv "${pkgdir}"/usr/share/{merlin/vim,vim/vimfiles}
-rmdir "${pkgdir}"/usr/share/merlin
-# Remove useless files
-rm -r "${pkgdir}"/usr/doc
-}

Copied: merlin/repos/community-x86_64/PKGBUILD (from rev 442271, 
merlin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:43:32 UTC (rev 442272)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=merlin
+pkgver=3.2.2
+pkgrel=2
+pkgdesc="Context sensitive completion for OCaml in Vim and Emacs"
+arch=('x86_64')
+url="https://github.com/ocaml/merlin;
+license=('MIT')
+options=('!strip')
+depends=('glibc' 'ocaml-findlib')
+makedepends=('ocaml-yojson' 'dune')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('689ae38e2f50e7b02d257d502cb55e26b425b4ecb2108af9df7d769632694b17')
+
+build() {
+cd ${pkgname}-${pkgver}
+make build
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make test || warning "Tests failed"
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+DESTDIR="${pkgdir}" dune install --prefix=/usr
+
+install -Dm644 LICENSE_MIT.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+
+# Fix path
+install -d "${pkgdir}"/usr/share/vim
+mv "${pkgdir}"/usr/share/{merlin/vim,vim/vimfiles}
+rmdir "${pkgdir}"/usr/share/merlin
+
+# Remove useless files
+rm -r "${pkgdir}"/usr/{doc,lib}
+}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 23:43:24
  Author: archange
Revision: 442271

ocaml rebuild + FS#61988

Modified:
  merlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:39:33 UTC (rev 442270)
+++ PKGBUILD2019-03-16 23:43:24 UTC (rev 442271)
@@ -2,14 +2,14 @@
 
 pkgname=merlin
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Context sensitive completion for OCaml in Vim and Emacs"
 arch=('x86_64')
 url="https://github.com/ocaml/merlin;
 license=('MIT')
 options=('!strip')
-depends=('glibc')
-makedepends=('ocaml-findlib' 'ocaml-yojson' 'dune')
+depends=('glibc' 'ocaml-findlib')
+makedepends=('ocaml-yojson' 'dune')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('689ae38e2f50e7b02d257d502cb55e26b425b4ecb2108af9df7d769632694b17')
 


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

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:39:20
  Author: wild
Revision: 442269

upgpkg: dscanner 0.7.0-3

Small rebuild

Modified:
  dscanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:38:30 UTC (rev 442268)
+++ PKGBUILD2019-03-16 23:39:20 UTC (rev 442269)
@@ -3,7 +3,7 @@
 
 pkgname=dscanner
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 _pkgcommit=1bb815e927f23ca3420b61bbe53f7f06a1390c5a
 pkgdesc="Swiss-army knife for D source code"
 arch=('x86_64')


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

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:39:33
  Author: wild
Revision: 442270

archrelease: copy trunk to community-x86_64

Added:
  dscanner/repos/community-x86_64/PKGBUILD
(from rev 442269, dscanner/trunk/PKGBUILD)
Deleted:
  dscanner/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:39:20 UTC (rev 442269)
+++ PKGBUILD2019-03-16 23:39:33 UTC (rev 442270)
@@ -1,57 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=dscanner
-pkgver=0.7.0
-pkgrel=2
-_pkgcommit=1bb815e927f23ca3420b61bbe53f7f06a1390c5a
-pkgdesc="Swiss-army knife for D source code"
-arch=('x86_64')
-url="https://github.com/dlang-community/D-Scanner;
-license=("custom")
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/burner/inifiled;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/dsymbol;
-"git+https://github.com/economicmodeling/libddoc;
-"git+https://github.com/dlang-community/stdx-allocator;)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd "$srcdir/D-Scanner"
-
-  git submodule init
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.inifiled.url "$srcdir/inifiled"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git config submodule.libddoc.url "$srcdir/libddoc"
-  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "s/-O5/-O5 -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"/g" makefile
-}
-
-build() {
-  cd "$srcdir/D-Scanner"
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/D-Scanner/bin/dscanner" "$pkgdir/usr/bin/dscanner"
-
-  # license
-  install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dscanner/repos/community-x86_64/PKGBUILD (from rev 442269, 
dscanner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:39:33 UTC (rev 442270)
@@ -0,0 +1,57 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=dscanner
+pkgver=0.7.0
+pkgrel=3
+_pkgcommit=1bb815e927f23ca3420b61bbe53f7f06a1390c5a
+pkgdesc="Swiss-army knife for D source code"
+arch=('x86_64')
+url="https://github.com/dlang-community/D-Scanner;
+license=("custom")
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/burner/inifiled;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/dsymbol;
+"git+https://github.com/economicmodeling/libddoc;
+"git+https://github.com/dlang-community/stdx-allocator;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd "$srcdir/D-Scanner"
+
+  git submodule init
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.inifiled.url "$srcdir/inifiled"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.dsymbol.url "$srcdir/dsymbol"
+  git config submodule.libddoc.url "$srcdir/libddoc"
+  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
+  git submodule update
+
+  # Only LDC have -O5
+  sed -i "s/-O5/-O5 -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"/g" makefile
+}
+
+build() {
+  cd "$srcdir/D-Scanner"
+  make ldc
+}
+
+package() {
+  # binaries
+  install -Dm755 "$srcdir/D-Scanner/bin/dscanner" "$pkgdir/usr/bin/dscanner"
+
+  # license
+  install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 23:38:17
  Author: archange
Revision: 442267

upgpkg: embree 3.5.2-1

Modified:
  embree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:36:43 UTC (rev 442266)
+++ PKGBUILD2019-03-16 23:38:17 UTC (rev 442267)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=embree
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
 pkgdesc="A collection of high-performance ray tracing kernels"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('intel-tbb')
 makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
-sha256sums=('d6c3f00722f647c2f2c8b5c78aa506b118d486e7ff6baafb9158f06ad65d736e')
+sha256sums=('245af8820a820af94679fa1d43a05a9c825451be0d603b6165229556adf49517')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 23:38:30
  Author: archange
Revision: 442268

archrelease: copy trunk to community-x86_64

Added:
  embree/repos/community-x86_64/PKGBUILD
(from rev 442267, embree/trunk/PKGBUILD)
Deleted:
  embree/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:38:17 UTC (rev 442267)
+++ PKGBUILD2019-03-16 23:38:30 UTC (rev 442268)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Bruno Pagani 
-
-pkgname=embree
-pkgver=3.5.1
-pkgrel=1
-pkgdesc="A collection of high-performance ray tracing kernels"
-arch=('x86_64')
-url="https://embree.github.io/;
-license=('Apache')
-depends=('intel-tbb')
-makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
-sha256sums=('d6c3f00722f647c2f2c8b5c78aa506b118d486e7ff6baafb9158f06ad65d736e')
-
-build() {
-cd ${pkgname}-${pkgver}
-cmake . \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DEMBREE_TUTORIALS=OFF \
-  -DEMBREE_MAX_ISA="AVX512SKX"
-# Embree detects actual ISA at runtime
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}
-

Copied: embree/repos/community-x86_64/PKGBUILD (from rev 442267, 
embree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:38:30 UTC (rev 442268)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Bruno Pagani 
+
+pkgname=embree
+pkgver=3.5.2
+pkgrel=1
+pkgdesc="A collection of high-performance ray tracing kernels"
+arch=('x86_64')
+url="https://embree.github.io/;
+license=('Apache')
+depends=('intel-tbb')
+makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
+sha256sums=('245af8820a820af94679fa1d43a05a9c825451be0d603b6165229556adf49517')
+
+build() {
+cd ${pkgname}-${pkgver}
+cmake . \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DEMBREE_TUTORIALS=OFF \
+  -DEMBREE_MAX_ISA="AVX512SKX"
+# Embree detects actual ISA at runtime
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}
+


[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:36:43
  Author: wild
Revision: 442266

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 442265, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 442265, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 442265, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  140 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:36:32 UTC (rev 442265)
+++ PKGBUILD2019-03-16 23:36:43 UTC (rev 442266)
@@ -1,70 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.11.0
-pkgrel=1
-epoch=1
-_pkgcommit=8a7a6c75acfb320e0b8aa5e00d210f5393ae3363
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 442265, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:36:43 UTC (rev 442266)
@@ -0,0 +1,70 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.11.0
+pkgrel=2
+epoch=1
+_pkgcommit=8a7a6c75acfb320e0b8aa5e00d210f5393ae3363
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"
+
+  git submodule init
+  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.dsymbol.url 

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

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:36:32
  Author: wild
Revision: 442265

upgpkg: dcd 1:0.11.0-2

Small rebuild

Modified:
  dcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:32:43 UTC (rev 442264)
+++ PKGBUILD2019-03-16 23:36:32 UTC (rev 442265)
@@ -5,7 +5,7 @@
 
 pkgname=dcd
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 epoch=1
 _pkgcommit=8a7a6c75acfb320e0b8aa5e00d210f5393ae3363
 pkgdesc="D Completion Daemon: auto-complete for the D programming language"


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

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 23:32:43
  Author: arojas
Revision: 442264

archrelease: copy trunk to community-staging-x86_64

Added:
  octave/repos/community-staging-x86_64/PKGBUILD
(from rev 442263, octave/trunk/PKGBUILD)
  octave/repos/community-staging-x86_64/octave-sundials4.patch
(from rev 442263, octave/trunk/octave-sundials4.patch)
Deleted:
  octave/repos/community-staging-x86_64/PKGBUILD
  octave/repos/community-staging-x86_64/octave-sundials4.patch

+
 PKGBUILD   |  104 ++--
 octave-sundials4.patch | 1198 +++
 2 files changed, 651 insertions(+), 651 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:32:20 UTC (rev 442263)
+++ PKGBUILD2019-03-16 23:32:43 UTC (rev 442264)
@@ -1,52 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor : shining 
-# Contributor : cyberdune 
-
-pkgname=octave
-pkgver=5.1.0
-pkgrel=3
-pkgdesc="A high-level language, primarily intended for numerical computations."
-arch=('x86_64')
-url="http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
-  'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk8-openjdk' 'sundials')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting'
-'portaudio: audio support'
-'java-runtime: java support'
-'fltk: FLTK GUI')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig}
-octave-sundials4.patch)
-options=('!emptydirs')
-validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha512sums=('a842fb50c13f25e9d425fe9a2c71d9433d7e125747d2175efe0c9b2a780c799d9ce1ee085b5a13fbfedb7990b0ba5d11079d880ddb3bdb66782efc321390eebb'
-'SKIP'
-
'4b743602e8ca91e8be8dab69e09d3e476e9edd867b2eb0b9816fbe4ca344a16bff7a413c2e89b0c9fb769f4a815a696c4d67b70282b7e4fe8c24598bcce90d34')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../octave-sundials4.patch # Fix sundials support 
https://savannah.gnu.org/bugs/?52475
-  autoreconf -vif
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static --enable-link-all-dependencies \
-  --with-quantum-depth=16
-
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # add octave library path to ld.so.conf.d
-  install -d "${pkgdir}/etc/ld.so.conf.d"
-  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
-}

Copied: octave/repos/community-staging-x86_64/PKGBUILD (from rev 442263, 
octave/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:32:43 UTC (rev 442264)
@@ -0,0 +1,52 @@
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=5.1.0
+pkgrel=4
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
+  'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk8-openjdk' 'sundials')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'portaudio: audio support'
+'java-runtime: java support'
+'fltk: FLTK GUI')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig}
+octave-sundials4.patch)
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha512sums=('a842fb50c13f25e9d425fe9a2c71d9433d7e125747d2175efe0c9b2a780c799d9ce1ee085b5a13fbfedb7990b0ba5d11079d880ddb3bdb66782efc321390eebb'
+'SKIP'
+
'4b743602e8ca91e8be8dab69e09d3e476e9edd867b2eb0b9816fbe4ca344a16bff7a413c2e89b0c9fb769f4a815a696c4d67b70282b7e4fe8c24598bcce90d34')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../octave-sundials4.patch # Fix sundials support 
https://savannah.gnu.org/bugs/?52475
+  autoreconf -vif
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+--enable-shared --disable-static \
+--with-quantum-depth=16 \
+--with-sundials_ida="-lsundials_ida -lsundials_sunlinsolklu"
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo 

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

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 23:32:20
  Author: arojas
Revision: 442263

Revert unintended changes

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:26:11 UTC (rev 442262)
+++ PKGBUILD2019-03-16 23:32:20 UTC (rev 442263)
@@ -4,7 +4,7 @@
 
 pkgname=octave
 pkgver=5.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
 url="http://www.octave.org;
@@ -35,9 +35,9 @@
   cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static --enable-link-all-dependencies \
-  --with-quantum-depth=16
-
+--enable-shared --disable-static \
+--with-quantum-depth=16 \
+--with-sundials_ida="-lsundials_ida -lsundials_sunlinsolklu"
   make
 }
 


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

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:26:11
  Author: wild
Revision: 442262

archrelease: copy trunk to community-x86_64

Added:
  dscanner/repos/community-x86_64/PKGBUILD
(from rev 442261, dscanner/trunk/PKGBUILD)
Deleted:
  dscanner/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:26:00 UTC (rev 442261)
+++ PKGBUILD2019-03-16 23:26:11 UTC (rev 442262)
@@ -1,57 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=dscanner
-pkgver=0.7.0
-pkgrel=1
-_pkgcommit=3759479d9cee8ac322aeb22f95957333e8383e34
-pkgdesc="Swiss-army knife for D source code"
-arch=('x86_64')
-url="https://github.com/dlang-community/D-Scanner;
-license=("custom")
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/burner/inifiled;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/dsymbol;
-"git+https://github.com/economicmodeling/libddoc;
-"git+https://github.com/dlang-community/stdx-allocator;)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd "$srcdir/D-Scanner"
-
-  git submodule init
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.inifiled.url "$srcdir/inifiled"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git config submodule.libddoc.url "$srcdir/libddoc"
-  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "s/-O5/-O5 -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"/g" makefile
-}
-
-build() {
-  cd "$srcdir/D-Scanner"
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/D-Scanner/bin/dscanner" "$pkgdir/usr/bin/dscanner"
-
-  # license
-  install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dscanner/repos/community-x86_64/PKGBUILD (from rev 442261, 
dscanner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:26:11 UTC (rev 442262)
@@ -0,0 +1,57 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=dscanner
+pkgver=0.7.0
+pkgrel=2
+_pkgcommit=1bb815e927f23ca3420b61bbe53f7f06a1390c5a
+pkgdesc="Swiss-army knife for D source code"
+arch=('x86_64')
+url="https://github.com/dlang-community/D-Scanner;
+license=("custom")
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/burner/inifiled;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/dsymbol;
+"git+https://github.com/economicmodeling/libddoc;
+"git+https://github.com/dlang-community/stdx-allocator;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd "$srcdir/D-Scanner"
+
+  git submodule init
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.inifiled.url "$srcdir/inifiled"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.dsymbol.url "$srcdir/dsymbol"
+  git config submodule.libddoc.url "$srcdir/libddoc"
+  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
+  git submodule update
+
+  # Only LDC have -O5
+  sed -i "s/-O5/-O5 -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"/g" makefile
+}
+
+build() {
+  cd "$srcdir/D-Scanner"
+  make ldc
+}
+
+package() {
+  # binaries
+  install -Dm755 "$srcdir/D-Scanner/bin/dscanner" "$pkgdir/usr/bin/dscanner"
+
+  # license
+  install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:26:00
  Author: wild
Revision: 442261

upgpkg: dscanner 0.7.0-2

Updated to 0.7.0 - Fixed the _pkgcommit hash

Modified:
  dscanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:23:23 UTC (rev 442260)
+++ PKGBUILD2019-03-16 23:26:00 UTC (rev 442261)
@@ -3,8 +3,8 @@
 
 pkgname=dscanner
 pkgver=0.7.0
-pkgrel=1
-_pkgcommit=3759479d9cee8ac322aeb22f95957333e8383e34
+pkgrel=2
+_pkgcommit=1bb815e927f23ca3420b61bbe53f7f06a1390c5a
 pkgdesc="Swiss-army knife for D source code"
 arch=('x86_64')
 url="https://github.com/dlang-community/D-Scanner;


[arch-commits] Commit in gnome-keyring/trunk (PKGBUILD add-cinnamon.diff)

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 23:24:36
  Author: heftig
Revision: 348535

more changes (no change to package)

Added:
  gnome-keyring/trunk/add-cinnamon.diff
Modified:
  gnome-keyring/trunk/PKGBUILD

---+
 PKGBUILD  |   12 ++--
 add-cinnamon.diff |   44 
 2 files changed, 50 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:07:48 UTC (rev 348534)
+++ PKGBUILD2019-03-16 23:24:36 UTC (rev 348535)
@@ -10,12 +10,13 @@
 license=(GPL LGPL)
 depends=(gcr libcap-ng pam openssh)
 makedepends=(git docbook-xsl python)
-checkdepends=(python2)
 groups=(gnome)
 install=gnome-keyring.install
 _commit=1c834760190ecf5a58c6feee441c41baeea07f5f  # tags/3.31.91^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-keyring.git#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/gnome-keyring.git#commit=$_commit;
+add-cinnamon.diff)
+sha256sums=('SKIP'
+'d05210f5b0a7d4b22c0dff2854854af2eb5708aa2b296095e070dca68e9f815a')
 
 pkgver() {
   cd $pkgname
@@ -24,9 +25,8 @@
 
 prepare() {
   cd $pkgname
-  sed -i 's/MATE/MATE;Cinnamon/' daemon/*.desktop.in.in
-  sed -i '1s/python$/&2/' build/tap-{driver,gtester}
-  autoreconf -fvi
+  patch -Np1 -i ../add-cinnamon.diff
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {

Added: add-cinnamon.diff
===
--- add-cinnamon.diff   (rev 0)
+++ add-cinnamon.diff   2019-03-16 23:24:36 UTC (rev 348535)
@@ -0,0 +1,44 @@
+ daemon/gnome-keyring-pkcs11.desktop.in.in  | 2 +-
+ daemon/gnome-keyring-secrets.desktop.in.in | 2 +-
+ daemon/gnome-keyring-ssh.desktop.in.in | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git c/daemon/gnome-keyring-pkcs11.desktop.in.in 
i/daemon/gnome-keyring-pkcs11.desktop.in.in
+index b43e1e9d..80434cbd 100644
+--- c/daemon/gnome-keyring-pkcs11.desktop.in.in
 i/daemon/gnome-keyring-pkcs11.desktop.in.in
+@@ -3,7 +3,7 @@ Type=Application
+ Name=Certificate and Key Storage
+ Comment=GNOME Keyring: PKCS#11 Component
+ Exec=@bindir@/gnome-keyring-daemon --start --components=pkcs11
+-OnlyShowIn=GNOME;Unity;MATE;
++OnlyShowIn=GNOME;Unity;MATE;Cinnamon;
+ NoDisplay=true
+ X-GNOME-Autostart-Phase=PreDisplayServer
+ X-GNOME-AutoRestart=false
+diff --git c/daemon/gnome-keyring-secrets.desktop.in.in 
i/daemon/gnome-keyring-secrets.desktop.in.in
+index dd9deec7..b6d7b2d0 100644
+--- c/daemon/gnome-keyring-secrets.desktop.in.in
 i/daemon/gnome-keyring-secrets.desktop.in.in
+@@ -3,7 +3,7 @@ Type=Application
+ Name=Secret Storage Service
+ Comment=GNOME Keyring: Secret Service
+ Exec=@bindir@/gnome-keyring-daemon --start --components=secrets
+-OnlyShowIn=GNOME;Unity;MATE;
++OnlyShowIn=GNOME;Unity;MATE;Cinnamon;
+ NoDisplay=true
+ X-GNOME-Autostart-Phase=PreDisplayServer
+ X-GNOME-AutoRestart=false
+diff --git c/daemon/gnome-keyring-ssh.desktop.in.in 
i/daemon/gnome-keyring-ssh.desktop.in.in
+index 38aa24cb..163ff554 100644
+--- c/daemon/gnome-keyring-ssh.desktop.in.in
 i/daemon/gnome-keyring-ssh.desktop.in.in
+@@ -3,7 +3,7 @@ Type=Application
+ Name=SSH Key Agent
+ Comment=GNOME Keyring: SSH Agent
+ Exec=@bindir@/gnome-keyring-daemon --start --components=ssh
+-OnlyShowIn=GNOME;Unity;MATE;
++OnlyShowIn=GNOME;Unity;MATE;Cinnamon;
+ X-GNOME-Autostart-Phase=PreDisplayServer
+ X-GNOME-AutoRestart=false
+ X-GNOME-Autostart-Notify=true


[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:23:23
  Author: wild
Revision: 442260

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 442259, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 442259, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 442259, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  139 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 84 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:23:12 UTC (rev 442259)
+++ PKGBUILD2019-03-16 23:23:23 UTC (rev 442260)
@@ -1,69 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.11.2
-pkgrel=1
-_pkgcommit=a163e33beb69cc661d8f82b3d983b4f39955f312
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 442259, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:23:23 UTC (rev 442260)
@@ -0,0 +1,70 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.11.0
+pkgrel=1
+epoch=1
+_pkgcommit=8a7a6c75acfb320e0b8aa5e00d210f5393ae3363
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"
+
+  git submodule init
+  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.dsymbol.url 

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

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:23:12
  Author: wild
Revision: 442259

upgpkg: dcd 1:0.11.0-1

Updated to 0.11.0 and incremented epoch

Modified:
  dcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:11:03 UTC (rev 442258)
+++ PKGBUILD2019-03-16 23:23:12 UTC (rev 442259)
@@ -4,9 +4,10 @@
 # Contributor: Mihails Strasuns 
 
 pkgname=dcd
-pkgver=0.11.2
+pkgver=0.11.0
 pkgrel=1
-_pkgcommit=a163e33beb69cc661d8f82b3d983b4f39955f312
+epoch=1
+_pkgcommit=8a7a6c75acfb320e0b8aa5e00d210f5393ae3363
 pkgdesc="D Completion Daemon: auto-complete for the D programming language"
 arch=('x86_64')
 url="https://github.com/Hackerpilot/DCD;


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

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:11:03
  Author: wild
Revision: 442258

archrelease: copy trunk to community-x86_64

Added:
  dub/repos/community-x86_64/PKGBUILD
(from rev 442257, dub/trunk/PKGBUILD)
Deleted:
  dub/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:10:52 UTC (rev 442257)
+++ PKGBUILD2019-03-16 23:11:03 UTC (rev 442258)
@@ -1,42 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-
-pkgname=dub
-pkgver=1.13.0
-pkgrel=1
-# Build date format is "mmm dd "
-_builddate="Jan 05 2019"
-pkgdesc="Developer package manager for D programming language"
-arch=('x86_64')
-url="https://github.com/D-Programming-Language/dub;
-license=('MIT')
-groups=('dlang')
-makedepends=('ldc')
-depends=('liblphobos' 'curl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
-sha512sums=('9d9a3f22ef4ae28e117e2d14b6837a975b66316e99dad4de9c9def278a40e567d1f6d73f56381a49a4ddd2d96b86910eccb335171439701a282e4f1ce8630422')
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   sed -i "s/__DATE__/\"$_builddate\"/" source/dub/commandline.d
-
-   echo Generating version file...
-   echo "module dub.version_;" > source/dub/version_.d
-   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
-
-   ldmd2 -ofbin/dub -release -O5 -version=DubUseCurl -Isource -L-lcurl 
-L="$LDFLAGS" -release -flto=full -linker=gold -link-defaultlib-shared=false 
@build-files.txt
-}
-
-package() {
-   # binaries
-   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
-
-   # license
-   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # bash completion
-   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
-}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 442257, 
dub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:11:03 UTC (rev 442258)
@@ -0,0 +1,42 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+
+pkgname=dub
+pkgver=1.14.0
+pkgrel=1
+# Build date format is "mmm dd "
+_builddate="Mar 17 2019"
+pkgdesc="Developer package manager for D programming language"
+arch=('x86_64')
+url="https://github.com/D-Programming-Language/dub;
+license=('MIT')
+groups=('dlang')
+makedepends=('ldc')
+depends=('liblphobos' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
+sha512sums=('aa1ef282021c6d090b5f6b485904b3e207b0acd67b42dd169c817ee7e9af24a69055b3eb1e1bad3c61f37ac47ce63bc1cf590b5d5dfd838abbcfe054f192be49')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   sed -i "s/__DATE__/\"$_builddate\"/" source/dub/commandline.d
+
+   echo Generating version file...
+   echo "module dub.version_;" > source/dub/version_.d
+   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
+
+   ldmd2 -ofbin/dub -release -O5 -version=DubUseCurl -Isource -L-lcurl 
-L="$LDFLAGS" -release -flto=full -linker=gold -link-defaultlib-shared=false 
@build-files.txt
+}
+
+package() {
+   # binaries
+   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
+
+   # license
+   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # bash completion
+   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
+}


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

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:10:52
  Author: wild
Revision: 442257

upgpkg: dub 1.14.0-1

Updated to 1.14.0

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:07:50 UTC (rev 442256)
+++ PKGBUILD2019-03-16 23:10:52 UTC (rev 442257)
@@ -4,10 +4,10 @@
 # Contributor: Moritz Maxeiner 
 
 pkgname=dub
-pkgver=1.13.0
+pkgver=1.14.0
 pkgrel=1
 # Build date format is "mmm dd "
-_builddate="Jan 05 2019"
+_builddate="Mar 17 2019"
 pkgdesc="Developer package manager for D programming language"
 arch=('x86_64')
 url="https://github.com/D-Programming-Language/dub;
@@ -16,7 +16,7 @@
 makedepends=('ldc')
 depends=('liblphobos' 'curl')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
-sha512sums=('9d9a3f22ef4ae28e117e2d14b6837a975b66316e99dad4de9c9def278a40e567d1f6d73f56381a49a4ddd2d96b86910eccb335171439701a282e4f1ce8630422')
+sha512sums=('aa1ef282021c6d090b5f6b485904b3e207b0acd67b42dd169c817ee7e9af24a69055b3eb1e1bad3c61f37ac47ce63bc1cf590b5d5dfd838abbcfe054f192be49')
 
 build() {
cd "$pkgname-$pkgver"


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

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 23:07:48
  Author: arojas
Revision: 348534

archrelease: copy trunk to staging-x86_64

Added:
  opencv/repos/staging-x86_64/
  opencv/repos/staging-x86_64/PKGBUILD
(from rev 348533, opencv/trunk/PKGBUILD)
  opencv/repos/staging-x86_64/opencv-includedir.patch
(from rev 348533, opencv/trunk/opencv-includedir.patch)

-+
 PKGBUILD|   91 ++
 opencv-includedir.patch |9 
 2 files changed, 100 insertions(+)

Copied: opencv/repos/staging-x86_64/PKGBUILD (from rev 348533, 
opencv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-16 23:07:48 UTC (rev 348534)
@@ -0,0 +1,91 @@
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=(opencv opencv-samples)
+pkgver=4.0.1
+pkgrel=6
+pkgdesc="Open Source Computer Vision Library"
+arch=(x86_64)
+license=(BSD)
+url="https://opencv.org/;
+depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper ffmpeg)
+makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew ant java-environment)
+optdepends=('opencv-samples: samples'
+'gtk3: for the HighGUI module'
+'vtk: for the viz module'
+'hdf5: support for HDF5 format'
+'opencl-icd-loader: For coding with OpenCL'
+'python-numpy: Python interface'
+'java-runtime: Java interface')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip;
+
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz;
+opencv-includedir.patch)
+sha256sums=('b79ccdc4797a959c5ab17249a8a302c066248ae070e4d7010e2d77a625fdb30a'
+'0d8acbad4b7074cfaafd906a7419c23629179d5e98894714402090b192ef8237'
+'a96e35c9592e655b21a62cfe04e864a10e21535ad900e5de67356b9e9f40ca10')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../opencv-includedir.patch # Fix wrong include patch in 
pkgconfig file
+}
+
+build() {
+  cd build
+  export JAVA_HOME="/usr/lib/jvm/default"
+  # cmake's FindLAPACK doesn't add cblas to LAPACK_LIBRARIES, so we need to 
specify them manually
+  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
+  cmake ../$pkgname-$pkgver \
+-DWITH_OPENCL=ON \
+-DWITH_OPENGL=ON \
+-DWITH_TBB=ON \
+-DOpenGL_GL_PREFERENCE=GLVND \
+-DBUILD_WITH_DEBUG_INFO=OFF \
+-DBUILD_TESTS=OFF \
+-DBUILD_PERF_TESTS=OFF \
+-DBUILD_EXAMPLES=ON \
+-DINSTALL_C_EXAMPLES=ON \
+-DINSTALL_PYTHON_EXAMPLES=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCPU_BASELINE_DISABLE=SSE3 \
+-DCPU_BASELINE_REQUIRE=SSE2 \
+-DOPENCV_EXTRA_MODULES_PATH="$srcdir/opencv_contrib-$pkgver/modules" \
+-DOPENCV_SKIP_PYTHON_LOADER=ON \
+-DOPENCV_PYTHON3_INSTALL_PATH=$_pythonpath \
+
-DLAPACK_LIBRARIES="/usr/lib/liblapack.so;/usr/lib/libblas.so;/usr/lib/libcblas.so"
 \
+-DLAPACK_CBLAS_H="/usr/include/cblas.h" \
+-DLAPACK_LAPACKE_H="/usr/include/lapacke.h" \
+-DOPENCV_GENERATE_PKGCONFIG=ON \
+-DOPENCV_ENABLE_NONFREE=ON \
+-DOPENCV_JNI_INSTALL_PATH=lib
+  make
+}
+
+package_opencv() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # install license file
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+
+  # separate samples package
+  cd "$pkgdir"/usr/share
+  mv opencv4/samples "$srcdir"/$pkgname-samples
+}
+
+package_opencv-samples() {
+  pkgdesc+=" (samples)"
+  depends=("opencv=$pkgver")
+  unset optdepends
+
+  mkdir -p "$pkgdir"/usr/share/opencv
+  cp -r "$srcdir"/opencv-samples "$pkgdir"/usr/share/opencv/samples
+  # fix permissions
+  chmod 755 "$pkgdir"/usr/share/opencv/samples/*
+
+  # install license file
+  install -Dm644 "$srcdir"/opencv-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: opencv/repos/staging-x86_64/opencv-includedir.patch (from rev 348533, 
opencv/trunk/opencv-includedir.patch)
===
--- staging-x86_64/opencv-includedir.patch  (rev 0)
+++ staging-x86_64/opencv-includedir.patch  2019-03-16 23:07:48 UTC (rev 
348534)
@@ -0,0 +1,9 @@
+diff -u -r opencv-4.0.1/cmake/templates/opencv-XXX.pc.in 
opencv-4.0.1-includedir/cmake/templates/opencv-XXX.pc.in
+--- opencv-4.0.1/cmake/templates/opencv-XXX.pc.in  2018-12-22 
07:03:30.0 +
 opencv-4.0.1-includedir/cmake/templates/opencv-XXX.pc.in   2019-02-07 
15:08:15.016613349 +
+@@ -11,4 +10,4 @@
+ Version: @OPENCV_VERSION_PLAIN@
+ Libs: @OPENCV_PC_LIBS@
+ Libs.private: @OPENCV_PC_LIBS_PRIVATE@
+-Cflags: -I${includedir_old} -I${includedir_new}
++Cflags: 

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

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 23:07:26
  Author: arojas
Revision: 348533

hdf5 1.10.5 rebuild

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 22:18:34 UTC (rev 348532)
+++ PKGBUILD2019-03-16 23:07:26 UTC (rev 348533)
@@ -4,13 +4,13 @@
 pkgbase=opencv
 pkgname=(opencv opencv-samples)
 pkgver=4.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Open Source Computer Vision Library"
 arch=(x86_64)
 license=(BSD)
 url="https://opencv.org/;
 depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper ffmpeg)
-makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew ant java-environment double-conversion)
+makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew ant java-environment)
 optdepends=('opencv-samples: samples'
 'gtk3: for the HighGUI module'
 'vtk: for the viz module'


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

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:07:50
  Author: wild
Revision: 442256

archrelease: copy trunk to community-x86_64

Added:
  dtools/repos/community-x86_64/PKGBUILD
(from rev 442255, dtools/trunk/PKGBUILD)
  dtools/repos/community-x86_64/autodetect.diff
(from rev 442255, dtools/trunk/autodetect.diff)
Deleted:
  dtools/repos/community-x86_64/PKGBUILD
  dtools/repos/community-x86_64/autodetect.diff

-+
 PKGBUILD|  112 +++---
 autodetect.diff |   94 ++---
 2 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:07:37 UTC (rev 442255)
+++ PKGBUILD2019-03-16 23:07:50 UTC (rev 442256)
@@ -1,56 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasunse 
-
-pkgname=dtools
-pkgver=2.084.1
-pkgrel=1
-# Build date format is "mmm dd "
-_builddate="Jan 08 2019"
-pkgdesc="Ancilliary tools for the D programming language"
-license=('Boost')
-groups=('dlang')
-arch=('x86_64')
-url="http://www.dlang.org;
-makedepends=('dmd' 'libphobos')
-depends=('curl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;
-'http://www.boost.org/LICENSE_1_0.txt'
-'autodetect.diff')
-sha512sums=('30ffaed79d61b4f1080b6a1c53824517ee5ed4c9d55ae10146c9f200bad6c73ca8e30d84e8e70f3798027e99b472014e0e38e307ccc3caf70031e02f23dc9927'
-
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
-
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
-
-build() {
-DMD=dmd
-
-# Add $LDFLAGS and $CXXFLAGS to the compilation
-_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ 
-L=/g")
-
-cd tools-$pkgver
-
-   sed -i "s/__DATE__/\"$_builddate\"/" rdmd.d
-
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd $_linkflags rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $_linkflags $tool.d
-done
-}
-
-package() {
-cd tools-$pkgver
-
-mkdir -p $pkgdir/usr/bin
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-done
-
-cd $pkgdir
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-ln -s dtools-ddemangle usr/bin/ddemangle
-
-install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}

Copied: dtools/repos/community-x86_64/PKGBUILD (from rev 442255, 
dtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:07:50 UTC (rev 442256)
@@ -0,0 +1,56 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Mihails Strasunse 
+
+pkgname=dtools
+pkgver=2.085.0
+pkgrel=1
+# Build date format is "mmm dd "
+_builddate="Mar 17 2019"
+pkgdesc="Ancilliary tools for the D programming language"
+license=('Boost')
+groups=('dlang')
+arch=('x86_64')
+url="http://www.dlang.org;
+makedepends=('dmd' 'libphobos')
+depends=('curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;
+'http://www.boost.org/LICENSE_1_0.txt'
+'autodetect.diff')
+sha512sums=('cac2a70eaf75ee3b542d43ac23dfc606e5300a5fd3790f1770057665786eb959f903bbd271e8d6e8a2d32e7408ec16e78315c64c6347024ca1791ec50bedc368'
+
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
+
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
+
+build() {
+DMD=dmd
+
+# Add $LDFLAGS and $CXXFLAGS to the compilation
+_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ 
-L=/g")
+
+cd tools-$pkgver
+
+   sed -i "s/__DATE__/\"$_builddate\"/" rdmd.d
+
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd $_linkflags rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $_linkflags $tool.d
+done
+}
+
+package() {
+cd tools-$pkgver
+
+mkdir -p $pkgdir/usr/bin
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t $pkgdir/usr/bin $pkgname-$tool
+done
+
+cd $pkgdir
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+ln -s dtools-ddemangle usr/bin/ddemangle
+
+install -Dm644 

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

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:07:37
  Author: wild
Revision: 442255

upgpkg: dtools 2.085.0-1

Updated to 2.085.0

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 23:03:25 UTC (rev 442254)
+++ PKGBUILD2019-03-16 23:07:37 UTC (rev 442255)
@@ -3,10 +3,10 @@
 # Contributor: Mihails Strasunse 
 
 pkgname=dtools
-pkgver=2.084.1
+pkgver=2.085.0
 pkgrel=1
 # Build date format is "mmm dd "
-_builddate="Jan 08 2019"
+_builddate="Mar 17 2019"
 pkgdesc="Ancilliary tools for the D programming language"
 license=('Boost')
 groups=('dlang')
@@ -17,7 +17,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;
 'http://www.boost.org/LICENSE_1_0.txt'
 'autodetect.diff')
-sha512sums=('30ffaed79d61b4f1080b6a1c53824517ee5ed4c9d55ae10146c9f200bad6c73ca8e30d84e8e70f3798027e99b472014e0e38e307ccc3caf70031e02f23dc9927'
+sha512sums=('cac2a70eaf75ee3b542d43ac23dfc606e5300a5fd3790f1770057665786eb959f903bbd271e8d6e8a2d32e7408ec16e78315c64c6347024ca1791ec50bedc368'
 
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
 
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
 


[arch-commits] Commit in dmd/repos/community-x86_64 (6 files)

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:03:25
  Author: wild
Revision: 442254

archrelease: copy trunk to community-x86_64

Added:
  dmd/repos/community-x86_64/PKGBUILD
(from rev 442253, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd-doc.desktop
(from rev 442253, dmd/trunk/dmd-doc.desktop)
  dmd/repos/community-x86_64/dmd.conf
(from rev 442253, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd-doc.desktop
  dmd/repos/community-x86_64/dmd.conf

-+
 PKGBUILD|  280 ++
 dmd-doc.desktop |   14 +-
 dmd.conf|   10 -
 3 files changed, 151 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:03:14 UTC (rev 442253)
+++ PKGBUILD2019-03-16 23:03:25 UTC (rev 442254)
@@ -1,141 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'dmd-docs' 'libphobos')
-pkgdesc='D programming language compiler and standard library'
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.084.1
-pkgrel=1
-epoch=1
-arch=('x86_64')
-url='https://www.dlang.org'
-makedepends=('git' 'ldc' 'strip-nondeterminism')
-source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver;
-"git+https://github.com/dlang/druntime.git#tag=v$pkgver;
-"git+https://github.com/dlang/phobos.git#tag=v$pkgver;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz.sig;
-'dmd.conf'
-'dmd-doc.desktop')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'7af3b28db8ee7d6de5f8dc53827dd9ea1520830da373c07d26cf974c2038d8db'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
-'19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
-validpgpkeys=('AFC7DB45693D62BB472BF27BAB8FE924C2F7E724') # Martin Nowak 

-noextract=("dmd.$pkgver.linux.tar.xz")
-
-prepare() {
-# We only want to extract the docs & samples, not the prebuild executables
-tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
-
-# Make sure the version is not -dirty
-sed -i "s/result.status == 0/false/" "$srcdir"/dmd/config.d
-
-# Add $LDFLAGS and $CXXFLAGS to the compilation
-# '-link-defaultlib-shared=false' statically links dmd to liblphobos
-_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ 
-L=/g")
-
-sed -i "/^CXXFLAGS :=/ a $CXXFLAGS " "$srcdir"/dmd/src/posix.mak
-sed -i "/^DFLAGS=/ a override DFLAGS += -link-defaultlib-shared=false 
$_linkflags" "$srcdir"/dmd/src/posix.mak
-sed -i "/^DFLAGS=/ a override DFLAGS += $_linkflags" 
"$srcdir"/druntime/posix.mak
-sed -i "/^DFLAGS=/ a override DFLAGS += $_linkflags" 
"$srcdir"/phobos/posix.mak
-}
-
-build() {
-cd "$srcdir"/dmd
-make -f posix.mak BUILD=release ENABLE_RELEASE=1 PIC=1 ENABLE_LTO=1 
HOST_DMD=ldmd2
-
-cd "$srcdir"/druntime
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release ENABLE_RELEASE=1 PIC=1
-
-cd "$srcdir"/phobos
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release ENABLE_RELEASE=1 PIC=1
-
-# This requires object.d to compile, thus need to be after druntime is 
built
-cd "$srcdir"/dmd
-make -C docs DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
OTHER_MAN_PAGES=man/man5/dmd.conf.5
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'gcc-multilib: to cross-compile 32-bit applications'
-'dmd-docs: documentation and sample code for D'
-)
-provides=("d-compiler=$pkgver")
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-install -Dm755 "$srcdir"/dmd/generated/linux/release/*/dmd 
"$pkgdir"/usr/bin/dmd
-
-mkdir -p "$pkgdir"/etc
-install -Dm644 "$srcdir"/dmd.conf "$pkgdir"/etc/dmd.conf
-
-mkdir -p "$pkgdir"/usr/share/man/man1
-mkdir -p "$pkgdir"/usr/share/man/man5
-cp -r generated/docs/man/man1/* "$pkgdir"/usr/share/man/man1/
-cp -r generated/docs/man/man5/* "$pkgdir"/usr/share/man/man5/
-
-install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-find "$pkgdir"/usr -type f | xargs chmod 0644
-chmod 755 "$pkgdir"/usr/bin/*
-}
-
-package_dmd-docs() {
-pkgdesc="Documentation and sample code for D programming language"
-depends=('dmd')
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-mkdir -p 

[arch-commits] Commit in dmd/trunk (PKGBUILD dmd-doc.desktop)

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:03:14
  Author: wild
Revision: 442253

upgpkg: dmd 1:2.085.0-1

Updated to 2.085.0

Modified:
  dmd/trunk/PKGBUILD
  dmd/trunk/dmd-doc.desktop

-+
 PKGBUILD|   10 --
 dmd-doc.desktop |2 +-
 2 files changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 22:40:36 UTC (rev 442252)
+++ PKGBUILD2019-03-16 23:03:14 UTC (rev 442253)
@@ -11,7 +11,7 @@
 pkgdesc='D programming language compiler and standard library'
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.084.1
+pkgver=2.085.0
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -27,10 +27,10 @@
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'7af3b28db8ee7d6de5f8dc53827dd9ea1520830da373c07d26cf974c2038d8db'
+'25d53bb87ff337f99984fcf77d4216d0b9af53ce9dfaf1c3fadf9c3959338487'
 'SKIP'
 '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
-'19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
+'4b7b8722b3fa11082f0f332397b1b66c85b30ce773c43c3fedcba5768a1484b1')
 validpgpkeys=('AFC7DB45693D62BB472BF27BAB8FE924C2F7E724') # Martin Nowak 

 noextract=("dmd.$pkgver.linux.tar.xz")
 
@@ -43,10 +43,8 @@
 
 # Add $LDFLAGS and $CXXFLAGS to the compilation
 # '-link-defaultlib-shared=false' statically links dmd to liblphobos
-_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ 
-L=/g")
-
 sed -i "/^CXXFLAGS :=/ a $CXXFLAGS " "$srcdir"/dmd/src/posix.mak
-sed -i "/^DFLAGS=/ a override DFLAGS += -link-defaultlib-shared=false 
$_linkflags" "$srcdir"/dmd/src/posix.mak
+sed -i "/^DFLAGS=/ a override DFLAGS += -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" "$srcdir"/dmd/src/posix.mak
 sed -i "/^DFLAGS=/ a override DFLAGS += $_linkflags" 
"$srcdir"/druntime/posix.mak
 sed -i "/^DFLAGS=/ a override DFLAGS += $_linkflags" 
"$srcdir"/phobos/posix.mak
 }

Modified: dmd-doc.desktop
===
--- dmd-doc.desktop 2019-03-16 22:40:36 UTC (rev 442252)
+++ dmd-doc.desktop 2019-03-16 23:03:14 UTC (rev 442253)
@@ -2,6 +2,6 @@
 Type=Application
 Name=dmd/phobos documentation
 Comment=dmd compiler and phobos library documentation
-Exec=xdg-open /usr/share/d/html/d/language-reference.html
+Exec=xdg-open /usr/share/d/html/d/spec/intro.html
 Icon=dmd-doc
 Categories=Development;


[arch-commits] Commit in octave/trunk (PKGBUILD octave-sundials4.patch)

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 22:40:11
  Author: arojas
Revision: 442251

netcdf 4.6.3 rebuild

Modified:
  octave/trunk/PKGBUILD
  octave/trunk/octave-sundials4.patch

+
 PKGBUILD   |9 -
 octave-sundials4.patch |3 +--
 2 files changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 22:21:02 UTC (rev 442250)
+++ PKGBUILD2019-03-16 22:40:11 UTC (rev 442251)
@@ -4,7 +4,7 @@
 
 pkgname=octave
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
 url="http://www.octave.org;
@@ -23,7 +23,7 @@
 validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
 
sha512sums=('a842fb50c13f25e9d425fe9a2c71d9433d7e125747d2175efe0c9b2a780c799d9ce1ee085b5a13fbfedb7990b0ba5d11079d880ddb3bdb66782efc321390eebb'
 'SKIP'
-
'c05514859d661c8064973c4728ab68a91ca97910792b9ee6deee28748c79867b1204517775fe12f716e23576632f7b741bfe90c79ada288a1f57b58877b0fd76')
+
'4b743602e8ca91e8be8dab69e09d3e476e9edd867b2eb0b9816fbe4ca344a16bff7a413c2e89b0c9fb769f4a815a696c4d67b70282b7e4fe8c24598bcce90d34')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -35,9 +35,8 @@
   cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-quantum-depth=16 \
-  --with-sundials_ida="-lsundials_ida -lsundials_sunlinsolklu"
+  --enable-shared --disable-static --enable-link-all-dependencies \
+  --with-quantum-depth=16
 
   make
 }

Modified: octave-sundials4.patch
===
--- octave-sundials4.patch  2019-03-16 22:21:02 UTC (rev 442250)
+++ octave-sundials4.patch  2019-03-16 22:40:11 UTC (rev 442251)
@@ -297,7 +297,7 @@
 diff --git a/libinterp/dldfcn/__ode15__.cc b/libinterp/dldfcn/__ode15__.cc
 --- a/libinterp/dldfcn/__ode15__.cc
 +++ b/libinterp/dldfcn/__ode15__.cc
-@@ -45,15 +45,32 @@
+@@ -45,15 +45,31 @@
  #include 
  #  endif
  
@@ -323,7 +323,6 @@
 +
 +#  if defined (HAVE_SUNDIALS_SUNDIALS_SPARSE_H)
  #include 
-+#include 
  #  endif
  
 +


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

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 22:40:36
  Author: arojas
Revision: 442252

archrelease: copy trunk to community-staging-x86_64

Added:
  octave/repos/community-staging-x86_64/
  octave/repos/community-staging-x86_64/PKGBUILD
(from rev 442251, octave/trunk/PKGBUILD)
  octave/repos/community-staging-x86_64/octave-sundials4.patch
(from rev 442251, octave/trunk/octave-sundials4.patch)

+
 PKGBUILD   |   52 
 octave-sundials4.patch |  599 +++
 2 files changed, 651 insertions(+)

Copied: octave/repos/community-staging-x86_64/PKGBUILD (from rev 442251, 
octave/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 22:40:36 UTC (rev 442252)
@@ -0,0 +1,52 @@
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=5.1.0
+pkgrel=3
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
+  'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk8-openjdk' 'sundials')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'portaudio: audio support'
+'java-runtime: java support'
+'fltk: FLTK GUI')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig}
+octave-sundials4.patch)
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha512sums=('a842fb50c13f25e9d425fe9a2c71d9433d7e125747d2175efe0c9b2a780c799d9ce1ee085b5a13fbfedb7990b0ba5d11079d880ddb3bdb66782efc321390eebb'
+'SKIP'
+
'4b743602e8ca91e8be8dab69e09d3e476e9edd867b2eb0b9816fbe4ca344a16bff7a413c2e89b0c9fb769f4a815a696c4d67b70282b7e4fe8c24598bcce90d34')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../octave-sundials4.patch # Fix sundials support 
https://savannah.gnu.org/bugs/?52475
+  autoreconf -vif
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static --enable-link-all-dependencies \
+  --with-quantum-depth=16
+
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/community-staging-x86_64/octave-sundials4.patch (from rev 
442251, octave/trunk/octave-sundials4.patch)
===
--- community-staging-x86_64/octave-sundials4.patch 
(rev 0)
+++ community-staging-x86_64/octave-sundials4.patch 2019-03-16 22:40:36 UTC 
(rev 442252)
@@ -0,0 +1,599 @@
+# HG changeset patch
+# User Bill Greene 
+# Date 1550229868 -3600
+#  Fri Feb 15 12:24:28 2019 +0100
+# Node ID 4bf27c090f5695bcf545fc4af15e2a61a3941d46
+# Parent  f034b29320ad5034ad5c66480f64411e9d773440
+Update DAE/IDE solvers to work with SUNDIALS 3 (bug #52475).
+
+* libinterp/dldfcn/__ode15__.cc : use SUNDIALS API version 3.x
+
+diff --git a/libinterp/dldfcn/__ode15__.cc b/libinterp/dldfcn/__ode15__.cc
+--- a/libinterp/dldfcn/__ode15__.cc
 b/libinterp/dldfcn/__ode15__.cc
+@@ -1,6 +1,7 @@
+ /*
+ 
+ Copyright (C) 2016-2019 Francesco Faccio 
++Copyright (C) 2019 William Greene 
+ 
+ This file is part of Octave.
+ 
+@@ -112,7 +113,8 @@
+ havejacsparse (false), mem (nullptr), num (), ida_fun (nullptr),
+ ida_jac (nullptr), dfdy (nullptr), dfdyp (nullptr), spdfdy (nullptr),
+ spdfdyp (nullptr), fun (nullptr), jacfun (nullptr), jacspfun 
(nullptr),
+-jacdcell (nullptr), jacspcell (nullptr)
++jacdcell (nullptr), jacspcell (nullptr),
++sunJacMatrix (nullptr), sunLinearSolver (nullptr)
+ { }
+ 
+ 
+@@ -122,11 +124,17 @@
+ havejacsparse (false), mem (nullptr), num (), ida_fun (ida_fcn),
+ ida_jac (nullptr), dfdy (nullptr), dfdyp (nullptr), spdfdy (nullptr),
+ spdfdyp (nullptr), fun (daefun), jacfun (nullptr), jacspfun (nullptr),
+-jacdcell (nullptr), jacspcell (nullptr)
++jacdcell (nullptr), jacspcell (nullptr),
++sunJacMatrix (nullptr), sunLinearSolver (nullptr)
+ { }
+ 
+ 
+-~IDA (void) { IDAFree (); }
++~IDA (void)
++{
++  IDAFree ();
++  SUNLinSolFree(sunLinearSolver);
++  SUNMatDestroy(sunJacMatrix);
++}
+ 
+ IDA&
+ set_jacobian (octave_function *jac, DAEJacFuncDense j)
+@@ -184,7 

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

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 22:21:02
  Author: arojas
Revision: 442250

archrelease: copy trunk to community-staging-x86_64

Added:
  labplot/repos/community-staging-x86_64/
  labplot/repos/community-staging-x86_64/PKGBUILD
(from rev 442249, labplot/trunk/PKGBUILD)

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

Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 442249, 
labplot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 22:21:02 UTC (rev 442250)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.5.0
+pkgrel=5
+arch=(x86_64)
+pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
+url="https://labplot.kde.org/;
+license=(GPL2)
+depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('f1ef2d95a4d4f18902e38cd1f2f79d041d4eeed1eb7f6284ec9a6a6954792225')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 22:20:33
  Author: arojas
Revision: 442249

netcdf 4.6.3 rebuild

Modified:
  labplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 21:34:32 UTC (rev 442248)
+++ PKGBUILD2019-03-16 22:20:33 UTC (rev 442249)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.5.0
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


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

2019-03-16 Thread Christian Hesse via arch-commits
Date: Saturday, March 16, 2019 @ 22:18:31
  Author: eworm
Revision: 348531

upgpkg: putty 0.71-1

new upstream release

Modified:
  putty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 22:12:13 UTC (rev 348530)
+++ PKGBUILD2019-03-16 22:18:31 UTC (rev 348531)
@@ -1,20 +1,20 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=putty
-pkgver=0.70
-pkgrel=2
+pkgver=0.71
+pkgrel=1
 pkgdesc='A terminal integrated SSH/Telnet client'
 arch=('x86_64')
 url='https://www.chiark.greenend.org.uk/~sgtatham/putty/'
 license=('MIT')
 depends=('gtk3')
-validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4') # PuTTY Releases 

+validpgpkeys=('E27394ACA3F9D9049522E0546289A25F4AE8DA82') # PuTTY Releases 

 
source=("https://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"putty-${pkgver}.tar.gz.sig::https://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg;
 'putty.desktop'
 'putty.png'
 'putty.xpm')
-sha256sums=('bb8aa49d6e96c5a8e18a057f3150a1695ed99a24eef699e783651d1f24e7b0be'
+sha256sums=('2f931ce2f89780cc8ca7bbed90fcd22c44515d2773f5fa954069e209b48ec6b8'
 'SKIP'
 '4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c'
 '621abf249dc6c6326faf259565546df84635b3afbe31893145a5056d8b114396'


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

2019-03-16 Thread Christian Hesse via arch-commits
Date: Saturday, March 16, 2019 @ 22:18:34
  Author: eworm
Revision: 348532

archrelease: copy trunk to testing-x86_64

Added:
  putty/repos/testing-x86_64/
  putty/repos/testing-x86_64/PKGBUILD
(from rev 348531, putty/trunk/PKGBUILD)
  putty/repos/testing-x86_64/putty.desktop
(from rev 348531, putty/trunk/putty.desktop)
  putty/repos/testing-x86_64/putty.png
(from rev 348531, putty/trunk/putty.png)
  putty/repos/testing-x86_64/putty.xpm
(from rev 348531, putty/trunk/putty.xpm)

---+
 PKGBUILD  |   40 
 putty.desktop |   10 ++
 2 files changed, 50 insertions(+)

Copied: putty/repos/testing-x86_64/PKGBUILD (from rev 348531, 
putty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-16 22:18:34 UTC (rev 348532)
@@ -0,0 +1,40 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.71
+pkgrel=1
+pkgdesc='A terminal integrated SSH/Telnet client'
+arch=('x86_64')
+url='https://www.chiark.greenend.org.uk/~sgtatham/putty/'
+license=('MIT')
+depends=('gtk3')
+validpgpkeys=('E27394ACA3F9D9049522E0546289A25F4AE8DA82') # PuTTY Releases 

+source=("https://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"putty-${pkgver}.tar.gz.sig::https://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg;
+'putty.desktop'
+'putty.png'
+'putty.xpm')
+sha256sums=('2f931ce2f89780cc8ca7bbed90fcd22c44515d2773f5fa954069e209b48ec6b8'
+'SKIP'
+'4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c'
+'621abf249dc6c6326faf259565546df84635b3afbe31893145a5056d8b114396'
+'d65139883171ed0119d9778ff4a89e6a8151a5ae97fcf8dc7cafb59df424377f')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ../LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m0644 "${srcdir}"/putty.desktop 
"${pkgdir}"/usr/share/applications/putty.desktop
+  install -D -m0644 "${srcdir}"/putty.png 
"${pkgdir}"/usr/share/pixmaps/putty.png
+  install -D -m0644 "${srcdir}"/putty.xpm 
"${pkgdir}"/usr/share/pixmaps/putty.xpm
+}

Copied: putty/repos/testing-x86_64/putty.desktop (from rev 348531, 
putty/trunk/putty.desktop)
===
--- testing-x86_64/putty.desktop(rev 0)
+++ testing-x86_64/putty.desktop2019-03-16 22:18:34 UTC (rev 348532)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=PuTTY
+GenericName=SSH/Telnet/Serial Client
+Exec=putty %u
+Terminal=false
+Icon=putty
+Type=Application
+Categories=Application;Network;Remote
+Comment=A highly configurable ssh/telnet/serial console program

Copied: putty/repos/testing-x86_64/putty.png (from rev 348531, 
putty/trunk/putty.png)
===
(Binary files differ)

Copied: putty/repos/testing-x86_64/putty.xpm (from rev 348531, 
putty/trunk/putty.xpm)
===
(Binary files differ)


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

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 22:12:13
  Author: heftig
Revision: 348530

fix source

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 22:11:15 UTC (rev 348529)
+++ PKGBUILD2019-03-16 22:12:13 UTC (rev 348530)
@@ -14,7 +14,7 @@
 groups=(gnome)
 install=gnome-keyring.install
 _commit=1c834760190ecf5a58c6feee441c41baeea07f5f  # tags/3.31.91^0
-source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit;)
+source=("git+https://gitlab.gnome.org/GNOME/gnome-keyring.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 22:11:02
  Author: heftig
Revision: 348528

3.32.1-1

Modified:
  yelp-xsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 22:08:15 UTC (rev 348527)
+++ PKGBUILD2019-03-16 22:11:02 UTC (rev 348528)
@@ -1,14 +1,14 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=yelp-xsl
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="Document transformations from Yelp"
 url="https://gitlab.gnome.org/GNOME/yelp-xsl;
 arch=(any)
 license=(GPL)
-makedepends=(intltool libxslt libxml2 itstool git mallard-ducktype)
-_commit=4332c3284e4d84b5501eebd72df502ba8883d539  # tags/3.32.0^0
+makedepends=(intltool libxslt libxml2 itstool git)
+_commit=87dc85f23575b2cdc9bcba795d53e8be0862b31f  # tags/3.32.1^0
 source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -23,8 +23,7 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-doc
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 


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

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 22:11:15
  Author: heftig
Revision: 348529

archrelease: copy trunk to extra-any

Added:
  yelp-xsl/repos/extra-any/PKGBUILD
(from rev 348528, yelp-xsl/trunk/PKGBUILD)
Deleted:
  yelp-xsl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 22:11:02 UTC (rev 348528)
+++ PKGBUILD2019-03-16 22:11:15 UTC (rev 348529)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=yelp-xsl
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Document transformations from Yelp"
-url="https://gitlab.gnome.org/GNOME/yelp-xsl;
-arch=(any)
-license=(GPL)
-makedepends=(intltool libxslt libxml2 itstool git mallard-ducktype)
-_commit=4332c3284e4d84b5501eebd72df502ba8883d539  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/help/C/$pkgname" -m644 doc/yelp-xsl/C/*
-}

Copied: yelp-xsl/repos/extra-any/PKGBUILD (from rev 348528, 
yelp-xsl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 22:11:15 UTC (rev 348529)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=yelp-xsl
+pkgver=3.32.1
+pkgrel=1
+pkgdesc="Document transformations from Yelp"
+url="https://gitlab.gnome.org/GNOME/yelp-xsl;
+arch=(any)
+license=(GPL)
+makedepends=(intltool libxslt libxml2 itstool git)
+_commit=87dc85f23575b2cdc9bcba795d53e8be0862b31f  # tags/3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/help/C/$pkgname" -m644 doc/yelp-xsl/C/*
+}


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

2019-03-16 Thread Christian Hesse via arch-commits
Date: Saturday, March 16, 2019 @ 22:08:15
  Author: eworm
Revision: 348527

archrelease: copy trunk to testing-x86_64

Added:
  cronie/repos/testing-x86_64/
  cronie/repos/testing-x86_64/PKGBUILD
(from rev 348526, cronie/trunk/PKGBUILD)
  cronie/repos/testing-x86_64/deny
(from rev 348526, cronie/trunk/deny)
  cronie/repos/testing-x86_64/pam.d
(from rev 348526, cronie/trunk/pam.d)
  cronie/repos/testing-x86_64/service
(from rev 348526, cronie/trunk/service)

--+
 PKGBUILD |   63 +
 deny |1 
 pam.d|   10 +
 service  |   11 ++
 4 files changed, 85 insertions(+)

Copied: cronie/repos/testing-x86_64/PKGBUILD (from rev 348526, 
cronie/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-16 22:08:15 UTC (rev 348527)
@@ -0,0 +1,63 @@
+# Contributor: Kaiting Chen 
+# Maintainer: Gaetan Bisson 
+
+pkgname='cronie'
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://github.com/cronie-crond/cronie/'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('pam' 'bash' 'run-parts')
+optdepends=('smtp-server: send job output via email'
+'smtp-forwarder: forward job output to email server')
+source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'service'
+'pam.d'
+'deny')
+sha256sums=('4f73b351273662f28bb392c34c1ca550d78eb97540ce3acc2d1d20548e1a2e7c'
+'ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1'
+'00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c'
+'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')
+
+backup=('etc/cron.deny'
+'etc/pam.d/crond'
+'etc/cron.d/0hourly'
+'etc/anacrontab')
+
+conflicts=('cron')
+provides=('cron')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --enable-anacron \
+   --with-inotify \
+   --with-pam \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   chmod u+s "${pkgdir}"/usr/bin/crontab
+   install -d "${pkgdir}"/var/spool/{ana,}cron
+   install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly}
+
+   install -Dm644 ../deny "${pkgdir}"/etc/cron.deny
+   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/cronie.service
+
+   install -Dm644 contrib/anacrontab "${pkgdir}"/etc/anacrontab
+   install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly
+   install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING
+}

Copied: cronie/repos/testing-x86_64/deny (from rev 348526, cronie/trunk/deny)
===
--- testing-x86_64/deny (rev 0)
+++ testing-x86_64/deny 2019-03-16 22:08:15 UTC (rev 348527)
@@ -0,0 +1 @@
+# without this file, only users listed in /etc/cron.allow can use crontab

Copied: cronie/repos/testing-x86_64/pam.d (from rev 348526, cronie/trunk/pam.d)
===
--- testing-x86_64/pam.d(rev 0)
+++ testing-x86_64/pam.d2019-03-16 22:08:15 UTC (rev 348527)
@@ -0,0 +1,10 @@
+auth  requiredpam_unix.so
+auth  requiredpam_env.so
+
+account   requiredpam_access.so
+account   requiredpam_unix.so
+account   requiredpam_time.so
+
+sessionrequired   pam_loginuid.so
+session   requiredpam_limits.so
+session   requiredpam_unix.so

Copied: cronie/repos/testing-x86_64/service (from rev 348526, 
cronie/trunk/service)
===
--- testing-x86_64/service  (rev 0)
+++ testing-x86_64/service  2019-03-16 22:08:15 UTC (rev 348527)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Periodic Command Scheduler
+
+[Service]
+ExecStart=/usr/bin/crond -n
+ExecReload=/usr/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


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

2019-03-16 Thread Christian Hesse via arch-commits
Date: Saturday, March 16, 2019 @ 22:08:05
  Author: eworm
Revision: 348526

upgpkg: cronie 1.5.3-1

new upstream release

Modified:
  cronie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 18:24:28 UTC (rev 348525)
+++ PKGBUILD2019-03-16 22:08:05 UTC (rev 348526)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname='cronie'
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
 url='https://github.com/cronie-crond/cronie/'
@@ -15,7 +15,7 @@
 'service'
 'pam.d'
 'deny')
-sha256sums=('370bf34641691489330e708bd4cdbd779267296a030668a12f77b7e36872fd75'
+sha256sums=('4f73b351273662f28bb392c34c1ca550d78eb97540ce3acc2d1d20548e1a2e7c'
 'ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1'
 '00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c'
 'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 21:34:32
  Author: archange
Revision: 442248

archrelease: copy trunk to community-staging-x86_64

Added:
  netcdf/repos/community-staging-x86_64/PKGBUILD
(from rev 442247, netcdf/trunk/PKGBUILD)
Deleted:
  netcdf/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 21:34:08 UTC (rev 442247)
+++ PKGBUILD2019-03-16 21:34:32 UTC (rev 442248)
@@ -1,51 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: damir 
-
-pkgname=netcdf
-pkgver=4.6.3
-pkgrel=1
-pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
-arch=('x86_64')
-url="https://www.unidata.ucar.edu/software/netcdf/;
-depends=('hdf5' 'curl')
-makedepends=('cmake')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!makeflags')
-license=('custom')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${pkgname}-c-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_CDF5=ON \
--DENABLE_DAP_LONG_TESTS=ON \
--DENABLE_EXAMPLE_TESTS=ON \
--DENABLE_EXTRA_TESTS=ON \
--DENABLE_FAILING_TESTS=ON \
--DENABLE_FILTER_TESTING=ON \
--DENABLE_LARGE_FILE_TESTS=ON
-make
-}
-
-check() {
-cd build
-# One test failure https://github.com/Unidata/netcdf-c/issues/808
-make test || warning "Test failure"
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-
-cd "${srcdir}"/${pkgname}-c-${pkgver}
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: netcdf/repos/community-staging-x86_64/PKGBUILD (from rev 442247, 
netcdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 21:34:32 UTC (rev 442248)
@@ -0,0 +1,51 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.6.3
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=('x86_64')
+url="https://www.unidata.ucar.edu/software/netcdf/;
+depends=('hdf5' 'curl')
+makedepends=('cmake')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
+make
+}
+
+check() {
+cd build
+# One test failure https://github.com/Unidata/netcdf-c/issues/808
+make test || warning "Test failure"
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+
+cd "${srcdir}"/${pkgname}-c-${pkgver}
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 21:34:08
  Author: archange
Revision: 442247

archrelease: copy trunk to community-staging-x86_64

Added:
  netcdf/repos/community-staging-x86_64/PKGBUILD
(from rev 442246, netcdf/trunk/PKGBUILD)
Deleted:
  netcdf/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 21:33:18 UTC (rev 442246)
+++ PKGBUILD2019-03-16 21:34:08 UTC (rev 442247)
@@ -1,51 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: damir 
-
-pkgname=netcdf
-pkgver=4.6.3
-pkgrel=1
-pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
-arch=('x86_64')
-url="https://www.unidata.ucar.edu/software/netcdf/;
-depends=('hdf5' 'curl')
-makedepends=('cmake')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!makeflags')
-license=('custom')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${pkgname}-c-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_CDF5=ON \
--DENABLE_DAP_LONG_TESTS=ON \
--DENABLE_EXAMPLE_TESTS=ON \
--DENABLE_EXTRA_TESTS=ON \
--DENABLE_FAILING_TESTS=ON \
--DENABLE_FILTER_TESTING=ON \
--DENABLE_LARGE_FILE_TESTS=ON
-make
-}
-
-check() {
-cd build
-# One test failure https://github.com/Unidata/netcdf-c/issues/808
-make test || warning "Test failure"
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-
-cd "${srcdir}"/${pkgname}-c-${pkgver}
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: netcdf/repos/community-staging-x86_64/PKGBUILD (from rev 442246, 
netcdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 21:34:08 UTC (rev 442247)
@@ -0,0 +1,51 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.6.3
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=('x86_64')
+url="https://www.unidata.ucar.edu/software/netcdf/;
+depends=('hdf5' 'curl')
+makedepends=('cmake')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
+make
+}
+
+check() {
+cd build
+# One test failure https://github.com/Unidata/netcdf-c/issues/808
+make test || warning "Test failure"
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+
+cd "${srcdir}"/${pkgname}-c-${pkgver}
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in hdf5-openmpi/trunk (remove-openmpi-1.0-interfaces.patch)

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 21:33:18
  Author: archange
Revision: 442246

Remove leftover patch

Deleted:
  hdf5-openmpi/trunk/remove-openmpi-1.0-interfaces.patch

-+
 remove-openmpi-1.0-interfaces.patch |  102 --
 1 file changed, 102 deletions(-)

Deleted: remove-openmpi-1.0-interfaces.patch
===
--- remove-openmpi-1.0-interfaces.patch 2019-03-16 21:31:55 UTC (rev 442245)
+++ remove-openmpi-1.0-interfaces.patch 2019-03-16 21:33:18 UTC (rev 442246)
@@ -1,102 +0,0 @@
 A/src/H5Smpio.c2018-09-04 04:54:44.0 +0200
-+++ B/src/H5Smpio.c2018-11-22 16:58:44.365923064 +0100
-@@ -859,7 +859,7 @@
-   *   (2GB-1)number_of_blocks * the_datatype_extent.
-   */
- 
--MPI_Aint stride_in_bytes, inner_extent;
-+MPI_Aint stride_in_bytes, inner_extent, lower_bound;
- MPI_Datatype block_type;
- 
- /* create a contiguous datatype inner_type x number of BLOCKS.
-@@ -879,7 +879,7 @@
- HMPI_GOTO_ERROR(FAIL, "MPI_Type_contiguous failed", 
mpi_code)
- }
- 
--MPI_Type_extent (inner_type, _extent);
-+MPI_Type_get_extent (inner_type, _bound, _extent);
- stride_in_bytes = inner_extent * (MPI_Aint)d[i].strid;
- 
- /* If the element count is larger than what a 32 bit integer can 
hold,
-@@ -1424,7 +1424,7 @@
- int   block_len[2];
- int   mpi_code;   /* MPI return code */
- MPI_Datatype  inner_type, outer_type, leftover_type, type[2];
--MPI_Aint  disp[2], old_extent;
-+MPI_Aint  disp[2], old_extent, lower_bound;
- herr_tret_value = SUCCEED;/* Return value */
- 
- FUNC_ENTER_NOAPI_NOINIT
-@@ -1500,9 +1500,9 @@
- }
- }
- 
--MPI_Type_extent (old_type, _extent);
-+MPI_Type_get_extent (old_type, _bound, _extent);
- 
--/* Set up the arguments for MPI_Type_struct constructor */
-+/* Set up the arguments for MPI_Type_create_struct constructor */
- type[0] = outer_type;
- type[1] = leftover_type;
- block_len[0] = 1;
 A/src/H5.c 2018-10-05 07:21:51.0 +0200
-+++ B/src/H5.c 2018-11-22 16:52:52.353016751 +0100
-@@ -138,7 +138,7 @@
- if (mpi_initialized && !mpi_finalized) {
- int key_val;
- 
--if(MPI_SUCCESS != (mpi_code = 
MPI_Comm_create_keyval(MPI_NULL_COPY_FN, 
-+if(MPI_SUCCESS != (mpi_code = 
MPI_Comm_create_keyval(MPI_COMM_NULL_COPY_FN, 
-  
(MPI_Comm_delete_attr_function *)H5_mpi_delete_cb, 
-  _val, 
NULL)))
- HMPI_GOTO_ERROR(FAIL, "MPI_Comm_create_keyval failed", 
mpi_code)
 A/testpar/t_cache.c2018-09-10 16:43:41.0 +0200
-+++ B/testpar/t_cache.c2018-11-22 16:58:45.405881436 +0100
-@@ -1217,20 +1217,20 @@
- struct mssg_t sample; /* used to compute displacements */
- 
- /* setup the displacements array */
--if ( ( MPI_SUCCESS != MPI_Address(, [0]) ) ||
-- ( MPI_SUCCESS != MPI_Address(, [1]) ) ||
-- ( MPI_SUCCESS != MPI_Address(, [2]) ) ||
-- ( MPI_SUCCESS != MPI_Address(_num, [3]) ) ||
-- ( MPI_SUCCESS != MPI_Address(_addr, [4]) ) ||
-- ( MPI_SUCCESS != MPI_Address(, [5]) ) ||
-- ( MPI_SUCCESS != MPI_Address(, [6]) ) ||
-- ( MPI_SUCCESS != MPI_Address(, [7]) ) ||
-- ( MPI_SUCCESS != MPI_Address(, [8]) ) ) {
-+if ( ( MPI_SUCCESS != MPI_Get_address(, [0]) ) ||
-+ ( MPI_SUCCESS != MPI_Get_address(, [1]) ) ||
-+ ( MPI_SUCCESS != MPI_Get_address(, [2]) ) ||
-+ ( MPI_SUCCESS != MPI_Get_address(_num, [3]) ) ||
-+ ( MPI_SUCCESS != MPI_Get_address(_addr, [4]) ) ||
-+ ( MPI_SUCCESS != MPI_Get_address(, [5]) ) ||
-+ ( MPI_SUCCESS != MPI_Get_address(, [6]) ) ||
-+ ( MPI_SUCCESS != MPI_Get_address(, [7]) ) ||
-+ ( MPI_SUCCESS != MPI_Get_address(, [8]) ) ) {
- 
- nerrors++;
- success = FALSE;
- if ( verbose ) {
--HDfprintf(stdout, "%d:%s: MPI_Address() call failed.\n",
-+HDfprintf(stdout, "%d:%s: MPI_Get_address() call failed.\n",
-   world_mpi_rank, FUNC);
- }
- 
-@@ -1245,14 +1245,14 @@
- 
- if ( success ) {
- 
--result = MPI_Type_struct(9, block_len, displs, mpi_types, 
_mssg_t);
-+result = MPI_Type_create_struct(9, block_len, displs, mpi_types, 
_mssg_t);
- 
- if ( result != MPI_SUCCESS ) {
- 
- nerrors++;
- success = FALSE;
- if ( verbose ) {
--HDfprintf(stdout, "%d:%s: MPI_Type_struct() call failed.\n",
-+HDfprintf(stdout, "%d:%s: MPI_Type_create_struct() call 
failed.\n",
- 

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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 21:31:55
  Author: archange
Revision: 442245

archrelease: copy trunk to community-staging-x86_64

Added:
  hdf5-openmpi/repos/community-staging-x86_64/
  hdf5-openmpi/repos/community-staging-x86_64/PKGBUILD
(from rev 442244, hdf5-openmpi/trunk/PKGBUILD)
  hdf5-openmpi/repos/community-staging-x86_64/mpi.patch
(from rev 442244, hdf5-openmpi/trunk/mpi.patch)
  
hdf5-openmpi/repos/community-staging-x86_64/remove-openmpi-1.0-interfaces.patch
(from rev 442244, hdf5-openmpi/trunk/remove-openmpi-1.0-interfaces.patch)

-+
 PKGBUILD|  107 ++
 mpi.patch   |   18 +
 remove-openmpi-1.0-interfaces.patch |  102 
 3 files changed, 227 insertions(+)

Copied: hdf5-openmpi/repos/community-staging-x86_64/PKGBUILD (from rev 442244, 
hdf5-openmpi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 21:31:55 UTC (rev 442245)
@@ -0,0 +1,107 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+# Contributor: Jed Brown 
+# Contributor: Simone Pezzuto 
+
+_pkgname=hdf5
+_mpi=openmpi
+pkgname=${_pkgname}-${_mpi}
+pkgver=1.10.5
+pkgrel=1
+pkgdesc="General purpose library and file format for storing scientific data 
(${_mpi} version)"
+arch=('x86_64')
+url="https://www.hdfgroup.org/hdf5;
+license=('custom')
+depends=('zlib' 'libaec' 'bash' 'openmpi')
+makedepends=('cmake' 'time' 'gcc-fortran')
+provides=('hdf5' 'hdf5-cpp-fortran' "hdf5-fortran-${_mpi}")
+conflicts=('hdf5')
+replaces=("hdf5-fortran-${_mpi}")
+options=('staticlibs')
+source=("https://support.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver:0:4}/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2;
+'mpi.patch')
+sha256sums=('68d6ea8843d2a106ec6a7828564c1689c7a85714a35d8efafa2fee20ca366f44'
+'603006358175b7a8b35fa44c484cddf45c0381cf50db4fb7c50ea5969d361eca')
+
+prepare() {
+cd ${_pkgname}-${pkgver/_/-}
+# FS#33343
+patch -p1 -i ../mpi.patch
+}
+
+build() {
+# Crazy workaround: run CMake to generate pkg-config file
+mkdir -p build && cd build
+CXX="mpicxx" \
+CC="mpicc" \
+FC="mpif90" \
+F9X="mpif90" \
+RUNPARALLEL="mpirun" \
+OMPI_MCA_disable_memory_allocator=1 \
+cmake ../${_pkgname}-${pkgver/_/-} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DALLOW_UNSUPPORTED=ON \
+-DHDF5_BUILD_HL_LIB=ON \
+-DHDF5_BUILD_CPP_LIB=ON \
+-DHDF5_BUILD_FORTRAN=ON \
+-DHDF5_ENABLE_PARALLEL=ON \
+-DHDF5_ENABLE_Z_LIB_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_ENCODING=ON
+# But don’t build with it, it’s quite broken
+cd ../${_pkgname}-${pkgver/_/-}
+./configure \
+CXX="mpicxx" \
+CC="mpicc" \
+FC="mpif90" \
+F9X="mpif90" \
+RUNPARALLEL="mpirun" \
+OMPI_MCA_disable_memory_allocator=1 \
+--prefix=/usr \
+--docdir=/usr/share/doc/hdf5/ \
+--enable-static \
+--disable-sharedlib-rpath \
+--enable-build-mode=production \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-parallel \
+--enable-unsupported \
+--with-pic \
+--with-zlib \
+--with-szlib
+make
+}
+
+check() {
+cd ${_pkgname}-${pkgver/_/-}
+# Without this, checks are failing with messages like “error while loading 
shared libraries: libhdf5.so.101: cannot open shared object file: No such file 
or directory”
+export LD_LIBRARY_PATH="${srcdir}"/${pkgname}-${pkgver/_/-}/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/c++/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/fortran/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/c++/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/fortran/src/.libs/
+# This is a parallel build, they are always OpenMPI bugs
+make check || warning "Tests failed"
+}
+
+package() {
+cd ${_pkgname}-${pkgver/_/-}
+
+make DESTDIR="${pkgdir}" install
+
+# Move examples to a proper place
+install -dm755 "${pkgdir}"/usr/share/doc/${_pkgname}
+mv "${pkgdir}"/usr/share/{hdf5_examples,doc/${_pkgname}/examples}
+
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${_pkgname}
+
+# Install pkg-config files from CMake tree
+install 

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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 21:31:43
  Author: archange
Revision: 442244

upgpkg: hdf5-openmpi 1.10.5-1

Modified:
  hdf5-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 21:02:38 UTC (rev 442243)
+++ PKGBUILD2019-03-16 21:31:43 UTC (rev 442244)
@@ -9,8 +9,8 @@
 _pkgname=hdf5
 _mpi=openmpi
 pkgname=${_pkgname}-${_mpi}
-pkgver=1.10.4
-pkgrel=2
+pkgver=1.10.5
+pkgrel=1
 pkgdesc="General purpose library and file format for storing scientific data 
(${_mpi} version)"
 arch=('x86_64')
 url="https://www.hdfgroup.org/hdf5;
@@ -22,17 +22,14 @@
 replaces=("hdf5-fortran-${_mpi}")
 options=('staticlibs')
 
source=("https://support.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver:0:4}/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2;
-'mpi.patch'
-'remove-openmpi-1.0-interfaces.patch')
-sha256sums=('1267ff06aaedc04ca25f7c6026687ea2884b837043431195f153401d942b28df'
-'603006358175b7a8b35fa44c484cddf45c0381cf50db4fb7c50ea5969d361eca'
-'41b1277843492b055ae448910cb03869b533364fdde585afbe1bbed0377ffaa3')
+'mpi.patch')
+sha256sums=('68d6ea8843d2a106ec6a7828564c1689c7a85714a35d8efafa2fee20ca366f44'
+'603006358175b7a8b35fa44c484cddf45c0381cf50db4fb7c50ea5969d361eca')
 
 prepare() {
 cd ${_pkgname}-${pkgver/_/-}
 # FS#33343
 patch -p1 -i ../mpi.patch
-patch -p1 -i ../remove-openmpi-1.0-interfaces.patch
 }
 
 build() {
@@ -99,9 +96,6 @@
 
 make DESTDIR="${pkgdir}" install
 
-# Remove leftover test files
-rm "${pkgdir}"/usr/include/tst{ds,image,lite,table}{,_tests}.mod
-
 # Move examples to a proper place
 install -dm755 "${pkgdir}"/usr/share/doc/${_pkgname}
 mv "${pkgdir}"/usr/share/{hdf5_examples,doc/${_pkgname}/examples}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 21:02:38
  Author: archange
Revision: 442243

Small PKGBUILD cleaning

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 20:54:59 UTC (rev 442242)
+++ PKGBUILD2019-03-16 21:02:38 UTC (rev 442243)
@@ -11,23 +11,20 @@
 url="https://www.pytables.org;
 license=("BSD")
 makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'blosc' 'bzip2')
-source=(${pkgbase}-${pkgver}::"https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz;)
+source=(${pkgbase}-${pkgver}.tar.gz::"https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz;)
 sha256sums=('fda2e5071ce064ae1e808623e4c6166e6ab5f0f6152043991c5151d4e2622f2e')
 
 prepare() {
-  cd "$srcdir"/PyTables-$pkgver
-
-  cd "${srcdir}" 
   cp -a PyTables-$pkgver PyTables-py2-$pkgver
 }
 
 build() {
   # "Building Python2"
-  cd "$srcdir"/PyTables-py2-$pkgver
+  cd PyTables-py2-$pkgver
   python2 setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
 
   # "Building Python3"
-  cd "$srcdir"/PyTables-$pkgver
+  cd ../PyTables-$pkgver
   python setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
 }
 
@@ -34,10 +31,10 @@
 package_python2-pytables() {
   depends=('lzo' 'hdf5' 'python2-numexpr' 'blosc')
 
-  cd "$srcdir"/PyTables-py2-${pkgver}
+  cd PyTables-py2-$pkgver
   python2 setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
 
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 
   # see FS#36015 and FS#44971
   mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
@@ -54,10 +51,10 @@
 package_python-pytables() {
   depends=('lzo' 'hdf5' 'python-numexpr' 'blosc')
 
-  cd "$srcdir"/PyTables-${pkgver}
+  cd PyTables-${pkgver}
   python setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
 
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 
   # see FS#45975
   _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`


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

2019-03-16 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, March 16, 2019 @ 20:54:59
  Author: aginiewicz
Revision: 442242

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pytables/repos/community-staging-x86_64/
  python-pytables/repos/community-staging-x86_64/PKGBUILD
(from rev 442241, python-pytables/trunk/PKGBUILD)

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

Copied: python-pytables/repos/community-staging-x86_64/PKGBUILD (from rev 
442241, python-pytables/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 20:54:59 UTC (rev 442242)
@@ -0,0 +1,67 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Bruno Pagani 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.5.1
+pkgrel=1
+arch=('x86_64')
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+url="https://www.pytables.org;
+license=("BSD")
+makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'blosc' 'bzip2')
+source=(${pkgbase}-${pkgver}::"https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz;)
+sha256sums=('fda2e5071ce064ae1e808623e4c6166e6ab5f0f6152043991c5151d4e2622f2e')
+
+prepare() {
+  cd "$srcdir"/PyTables-$pkgver
+
+  cd "${srcdir}" 
+  cp -a PyTables-$pkgver PyTables-py2-$pkgver
+}
+
+build() {
+  # "Building Python2"
+  cd "$srcdir"/PyTables-py2-$pkgver
+  python2 setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
+
+  # "Building Python3"
+  cd "$srcdir"/PyTables-$pkgver
+  python setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
+}
+
+package_python2-pytables() {
+  depends=('lzo' 'hdf5' 'python2-numexpr' 'blosc')
+
+  cd "$srcdir"/PyTables-py2-${pkgver}
+  python2 setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#36015 and FS#44971
+  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
+  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
+  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+  mv "$pkgdir"/usr/bin/pttree{,-2.7}
+
+  # see FS#45975
+  _site_packages=`python2 -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod a+rx "${pkgdir}${_site_packages}"/*.egg-info
+  chmod a+r "${pkgdir}${_site_packages}"/*.egg-info/*
+}
+
+package_python-pytables() {
+  depends=('lzo' 'hdf5' 'python-numexpr' 'blosc')
+
+  cd "$srcdir"/PyTables-${pkgver}
+  python setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#45975
+  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod a+rx "${pkgdir}${_site_packages}"/*.egg-info
+  chmod a+r "${pkgdir}${_site_packages}"/*.egg-info/*
+}
+


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

2019-03-16 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, March 16, 2019 @ 20:54:51
  Author: aginiewicz
Revision: 442241

upgpkg: python-pytables 3.5.1-1

python-pytables: new upstream release, hdf5 rebuild

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 20:45:14 UTC (rev 442240)
+++ PKGBUILD2019-03-16 20:54:51 UTC (rev 442241)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.4.4
-pkgrel=5
+pkgver=3.5.1
+pkgrel=1
 arch=('x86_64')
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 url="https://www.pytables.org;
@@ -12,7 +12,7 @@
 license=("BSD")
 makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'blosc' 'bzip2')
 
source=(${pkgbase}-${pkgver}::"https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz;)
-sha256sums=('c9682c0f35d8175e12bbd38d925bdb606d47b7c8e358ba056a9dbf3b1f183114')
+sha256sums=('fda2e5071ce064ae1e808623e4c6166e6ab5f0f6152043991c5151d4e2622f2e')
 
 prepare() {
   cd "$srcdir"/PyTables-$pkgver


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 20:45:14
  Author: archange
Revision: 442240

archrelease: copy trunk to community-staging-x86_64

Added:
  netcdf/repos/community-staging-x86_64/
  netcdf/repos/community-staging-x86_64/PKGBUILD
(from rev 442239, netcdf/trunk/PKGBUILD)

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

Copied: netcdf/repos/community-staging-x86_64/PKGBUILD (from rev 442239, 
netcdf/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 20:45:14 UTC (rev 442240)
@@ -0,0 +1,51 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.6.3
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=('x86_64')
+url="https://www.unidata.ucar.edu/software/netcdf/;
+depends=('hdf5' 'curl')
+makedepends=('cmake')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
+make
+}
+
+check() {
+cd build
+# One test failure https://github.com/Unidata/netcdf-c/issues/808
+make test || warning "Test failure"
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+
+cd "${srcdir}"/${pkgname}-c-${pkgver}
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 20:44:59
  Author: archange
Revision: 442238

archrelease: copy trunk to community-staging-x86_64

Added:
  hdf5/repos/community-staging-x86_64/
  hdf5/repos/community-staging-x86_64/PKGBUILD
(from rev 442237, hdf5/trunk/PKGBUILD)

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

Copied: hdf5/repos/community-staging-x86_64/PKGBUILD (from rev 442237, 
hdf5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 20:44:59 UTC (rev 442238)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5
+pkgver=1.10.5
+pkgrel=1
+pkgdesc="General purpose library and file format for storing scientific data"
+arch=('x86_64')
+url="https://www.hdfgroup.org/hdf5;
+license=('custom')
+depends=('zlib' 'libaec' 'bash')
+makedepends=('cmake' 'time' 'gcc-fortran')
+replaces=('hdf5-cpp-fortran')
+provides=('hdf5-cpp-fortran')
+options=('staticlibs')
+source=("https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.tar.bz2;)
+sha256sums=('68d6ea8843d2a106ec6a7828564c1689c7a85714a35d8efafa2fee20ca366f44')
+
+build() {
+# Crazy workaround: run CMake to generate pkg-config file
+mkdir -p build && cd build
+cmake ../${pkgname}-${pkgver/_/-} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DHDF5_BUILD_HL_LIB=ON \
+-DHDF5_BUILD_CPP_LIB=ON \
+-DHDF5_BUILD_FORTRAN=ON \
+-DHDF5_ENABLE_Z_LIB_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_ENCODING=ON
+# But don’t build with it, it’s quite broken
+cd ../${pkgname}-${pkgver/_/-}
+./configure \
+--prefix=/usr \
+--docdir=/usr/share/doc/hdf5/ \
+--enable-static \
+--disable-sharedlib-rpath \
+--enable-build-mode=production \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--with-pic \
+--with-zlib \
+--with-szlib
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver/_/-}
+# Without this, checks are failing with messages like “error while loading 
shared libraries: libhdf5.so.101: cannot open shared object file: No such file 
or directory”
+export LD_LIBRARY_PATH="${srcdir}"/${pkgname}-${pkgver/_/-}/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/c++/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/fortran/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/c++/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/fortran/src/.libs/
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver/_/-}
+
+make DESTDIR="${pkgdir}" install
+
+# Move examples to a proper place
+install -dm755 "${pkgdir}"/usr/share/doc/${pkgname}
+mv "${pkgdir}"/usr/share/{hdf5_examples,doc/${pkgname}/examples}
+
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Install pkg-config files from CMake tree
+install -Dm644 ../build/CMakeFiles/hdf5{,_hl}{,_cpp}-${pkgver}.pc -t 
"${pkgdir}"/usr/lib/pkgconfig/
+}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 20:44:45
  Author: archange
Revision: 442237

upgpkg: hdf5 1.10.5-1

Modified:
  hdf5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 18:06:38 UTC (rev 442236)
+++ PKGBUILD2019-03-16 20:44:45 UTC (rev 442237)
@@ -6,7 +6,7 @@
 # Contributor: Tom K 
 
 pkgname=hdf5
-pkgver=1.10.4
+pkgver=1.10.5
 pkgrel=1
 pkgdesc="General purpose library and file format for storing scientific data"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 provides=('hdf5-cpp-fortran')
 options=('staticlibs')
 
source=("https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.tar.bz2;)
-sha256sums=('1267ff06aaedc04ca25f7c6026687ea2884b837043431195f153401d942b28df')
+sha256sums=('68d6ea8843d2a106ec6a7828564c1689c7a85714a35d8efafa2fee20ca366f44')
 
 build() {
 # Crazy workaround: run CMake to generate pkg-config file
@@ -67,9 +67,6 @@
 
 make DESTDIR="${pkgdir}" install
 
-# Remove leftover test files
-rm "${pkgdir}"/usr/include/tst{ds,image,lite,table}{,_tests}.mod
-
 # Move examples to a proper place
 install -dm755 "${pkgdir}"/usr/share/doc/${pkgname}
 mv "${pkgdir}"/usr/share/{hdf5_examples,doc/${pkgname}/examples}


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

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Saturday, March 16, 2019 @ 20:45:07
  Author: archange
Revision: 442239

upgpkg: netcdf 4.6.3-1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 20:44:59 UTC (rev 442238)
+++ PKGBUILD2019-03-16 20:45:07 UTC (rev 442239)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.6.2.1
+pkgver=4.6.3
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!makeflags')
 license=('custom')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
+sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in pkgstats/trunk (PKGBUILD pkgstats.sh)

2019-03-16 Thread Pierre Schmitz via arch-commits
Date: Saturday, March 16, 2019 @ 18:24:28
  Author: pierre
Revision: 348525

Stop submitting modules and make use of pacman-conf

Modified:
  pkgstats/trunk/PKGBUILD
  pkgstats/trunk/pkgstats.sh

-+
 PKGBUILD|   10 --
 pkgstats.sh |   14 +++---
 2 files changed, 7 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 18:06:31 UTC (rev 348524)
+++ PKGBUILD2019-03-16 18:24:28 UTC (rev 348525)
@@ -1,13 +1,13 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=pkgstats
-pkgver=2.3
-pkgrel=10
+pkgver=2.4
+pkgrel=1
 pkgdesc='Submit a list of installed packages to the Arch Linux project'
-url='https://bbs.archlinux.org/viewtopic.php?id=105431'
+url='https://pkgstats.archlinux.de/'
 arch=('any')
 license=('GPL')
-depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'systemd' 'awk' 'grep')
+depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'systemd' 'grep')
 source=(pkgstats.{sh,timer,service})
 sha256sums=('582b34ace6a37ac2330309820e8c70df65dd5c80489850789b92a50ad5120458'
 '86207164a13640edb58657f16329f60f2d84d7d3e5b9336e48aa0d607906078e'
@@ -19,5 +19,3 @@
install -d "$pkgdir/usr/lib/systemd/system/timers.target.wants"
ln -st "$pkgdir/usr/lib/systemd/system/timers.target.wants" 
../pkgstats.timer
 }
-
-# vim:set noet:

Modified: pkgstats.sh
===
--- pkgstats.sh 2019-03-16 18:06:31 UTC (rev 348524)
+++ pkgstats.sh 2019-03-16 18:24:28 UTC (rev 348525)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-pkgstatsver='2.3'
+pkgstatsver='2.4'
 showonly=false
 quiet=false
 option='-q -s -S -L'
@@ -34,12 +34,8 @@
 
 ${quiet} || echo 'Collecting data...'
 pkglist="$(mktemp --tmpdir pkglist.XX)"
-moduleslist="$(mktemp --tmpdir modules.XX)"
-trap 'rm -f "${pkglist}" "${moduleslist}"' EXIT
+trap 'rm -f "${pkglist}"' EXIT
 pacman -Qq > "${pkglist}"
-if [[ -f /proc/modules ]]; then
-   awk '{ print $1 }' /proc/modules > "${moduleslist}"
-fi
 arch="$(uname -m)"
 if [[ -f /proc/cpuinfo ]]; then
if grep -qE '^flags\s*:.*\slm\s' /proc/cpuinfo; then
@@ -50,15 +46,12 @@
 else
cpuarch=''
 fi
-mirror="$(pacman -Sddp extra/pkgstats 2>/dev/null | sed -E 
's#(.*/)extra/os/.*#\1#;s#(.*://).*@#\1#')"
+mirror="$(pacman-conf --repo extra Server 2> /dev/null | head -1 | sed -E 
's#(.*/)extra/os/.*#\1#;s#(.*://).*@#\1#')"
 
 if ${showonly}; then
echo 'packages='
cat  "${pkglist}"
echo ''
-   echo 'modules='
-   cat "${moduleslist}"
-   echo ''
echo "arch=${arch}"
echo "cpuarch=${cpuarch}"
echo "pkgstatsver=${pkgstatsver}"
@@ -69,7 +62,6 @@
curl ${option} \
-A "pkgstats/${pkgstatsver}" \
--data-urlencode "packages@${pkglist}" \
-   --data-urlencode "modules@${moduleslist}" \
--data-urlencode "arch=${arch}" \
--data-urlencode "cpuarch=${cpuarch}" \
--data-urlencode "mirror=${mirror}" \


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

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 18:01:39
  Author: arojas
Revision: 348484

archrelease: copy trunk to extra-x86_64

Added:
  kig/repos/extra-x86_64/PKGBUILD
(from rev 348483, kig/trunk/PKGBUILD)
Deleted:
  kig/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 18:01:09 UTC (rev 348483)
+++ PKGBUILD2019-03-16 18:01:39 UTC (rev 348484)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=18.12.3
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="https://kde.org/applications/education/kig/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(ktexteditor boost-libs python2 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost qt5-xmlpatterns)
-optdepends=('qt5-xmlpatterns: support for GeoGebra files')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('abba87c3569e571e6d1761dc2e6c0e32969ea09eba6d9c0462cb4dc7bd62d7a2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Use the python2 executable
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/bin/pykig.py
-}

Copied: kig/repos/extra-x86_64/PKGBUILD (from rev 348483, kig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 18:01:39 UTC (rev 348484)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=18.12.3
+pkgrel=2
+pkgdesc="Interactive Geometry"
+url="https://kde.org/applications/education/kig/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(ktexteditor qt5-xmlpatterns boost-libs python2 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('abba87c3569e571e6d1761dc2e6c0e32969ea09eba6d9c0462cb4dc7bd62d7a2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Use the python2 executable
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/bin/pykig.py
+}


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

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 18:01:09
  Author: arojas
Revision: 348483

qt5-xmlpatterns is a hard dependency (FS#62029)

Modified:
  kig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 16:21:34 UTC (rev 348482)
+++ PKGBUILD2019-03-16 18:01:09 UTC (rev 348483)
@@ -4,15 +4,14 @@
 
 pkgname=kig
 pkgver=18.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Geometry"
 url="https://kde.org/applications/education/kig/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdeedu)
-depends=(ktexteditor boost-libs python2 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost qt5-xmlpatterns)
-optdepends=('qt5-xmlpatterns: support for GeoGebra files')
+depends=(ktexteditor qt5-xmlpatterns boost-libs python2 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost)
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('abba87c3569e571e6d1761dc2e6c0e32969ea09eba6d9c0462cb4dc7bd62d7a2'
 'SKIP')


[arch-commits] Commit in coin-or-cbc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 16:59:41
  Author: arojas
Revision: 44

archrelease: copy trunk to community-x86_64

Added:
  coin-or-cbc/repos/community-x86_64/PKGBUILD
(from rev 442221, coin-or-cbc/trunk/PKGBUILD)
Deleted:
  coin-or-cbc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 16:59:37 UTC (rev 442221)
+++ PKGBUILD2019-03-16 16:59:41 UTC (rev 44)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cbc
-pkgver=2.10.0
-pkgrel=1
-pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
-arch=(x86_64)
-url="https://projects.coin-or.org/Cbc;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-cgl)
-source=("https://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha256sums=('5709ff89b28a965f52c25e0e67b01d18075fcc491282e0005fbcc4176003a9f3')
-
-build() {
-  cd Cbc-$pkgver/Cbc
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-cgl-lib="$(pkg-config --libs cgl)" \
-  --with-cgl-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking \
-  --enable-cbc-parallel
-  make
-}
-
-check() {
-  cd Cbc-$pkgver/Cbc
-#  make test
-}
-
-package() {
-  cd Cbc-$pkgver/Cbc
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-cbc/repos/community-x86_64/PKGBUILD (from rev 442221, 
coin-or-cbc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 16:59:41 UTC (rev 44)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cbc
+pkgver=2.10.1
+pkgrel=1
+pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
+arch=(x86_64)
+url="https://projects.coin-or.org/Cbc;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+source=("https://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha256sums=('ccf12d67d5dbf40bf7363c30955938709f293f087d87cb78cac9d3db9f5bcf2b')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+#  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-16 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 16:59:37
  Author: felixonmars
Revision: 442221

upgpkg: nodejs 11.12.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 16:59:19 UTC (rev 442220)
+++ PKGBUILD2019-03-16 16:59:37 UTC (rev 442221)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=11.11.0
+pkgver=11.12.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('b76571198965ae2bcc80e3a29d95e0e52e4cd640ee89b7907fb173c92d404326fd2dddea3d37e92306de5800eb1613c22727ae6b8a259f3e10581623b283fb78')
+sha512sums=('d3a67e9dc4fea6cdefd6c0bbaa02128a284e6d7753521168a5840be398f31f373dd9fb09b255439ebde1fab1e4aa7e1da0f83498e4483d7daf8b9aa3a2e48562')
 
 prepare() {
   cd node-$pkgver


[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 16:59:19
  Author: arojas
Revision: 442220

Update to 2.10.1

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 16:59:05 UTC (rev 442219)
+++ PKGBUILD2019-03-16 16:59:19 UTC (rev 442220)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-cbc
-pkgver=2.10.0
+pkgver=2.10.1
 pkgrel=1
 pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 groups=(coin-or)
 depends=(coin-or-cgl)
 source=("https://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha256sums=('5709ff89b28a965f52c25e0e67b01d18075fcc491282e0005fbcc4176003a9f3')
+sha256sums=('ccf12d67d5dbf40bf7363c30955938709f293f087d87cb78cac9d3db9f5bcf2b')
 
 build() {
   cd Cbc-$pkgver/Cbc


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

2019-03-16 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, March 16, 2019 @ 16:58:38
  Author: yan12125
Revision: 442218

upgpkg: nvchecker 1.4-1

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 16:56:17 UTC (rev 442217)
+++ PKGBUILD2019-03-16 16:58:38 UTC (rev 442218)
@@ -2,19 +2,19 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
-pkgdesc="New version checker for software"
+pkgdesc="New version checker for software releases"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker;
 license=('MIT')
-depends=('python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
 checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
 optdepends=(
   'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('d84f638753128704c82d09da2f16e1121a81423f051a429e2805574fcd4b1c0a2eb7d662b143e4087b2e585ca20aa293d545f3450b8499e57f6f53b99e9a0825')
+sha512sums=('ec8be6a122ef16ce4c0c6126195ae9956b07923da6a511adabc679149763e5cb5ef70cf6eae85b4430e796ca0ea24dd4116a87012a06d71eba0586759a122a1d')
 
 build() {
   cd nvchecker-$pkgver
@@ -28,8 +28,8 @@
 
 package() {
   cd nvchecker-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }
 
 # vim:set ts=2 sw=2 et:


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

2019-03-16 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, March 16, 2019 @ 16:59:05
  Author: yan12125
Revision: 442219

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 442218, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 16:58:38 UTC (rev 442218)
+++ PKGBUILD2019-03-16 16:59:05 UTC (rev 442219)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=nvchecker
-pkgver=1.3
-pkgrel=1
-pkgdesc="New version checker for software"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker;
-license=('MIT')
-depends=('python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
-checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
-optdepends=(
-  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('d84f638753128704c82d09da2f16e1121a81423f051a429e2805574fcd4b1c0a2eb7d662b143e4087b2e585ca20aa293d545f3450b8499e57f6f53b99e9a0825')
-
-build() {
-  cd nvchecker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nvchecker-$pkgver
-  pytest
-}
-
-package() {
-  cd nvchecker-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 442218, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 16:59:05 UTC (rev 442219)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=1.4
+pkgrel=1
+pkgdesc="New version checker for software releases"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker;
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
+optdepends=(
+  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
+sha512sums=('ec8be6a122ef16ce4c0c6126195ae9956b07923da6a511adabc679149763e5cb5ef70cf6eae85b4430e796ca0ea24dd4116a87012a06d71eba0586759a122a1d')
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nvchecker-$pkgver
+  pytest
+}
+
+package() {
+  cd nvchecker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in coin-or-cgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 16:56:17
  Author: arojas
Revision: 442217

archrelease: copy trunk to community-x86_64

Added:
  coin-or-cgl/repos/community-x86_64/PKGBUILD
(from rev 442216, coin-or-cgl/trunk/PKGBUILD)
Deleted:
  coin-or-cgl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 16:55:58 UTC (rev 442216)
+++ PKGBUILD2019-03-16 16:56:17 UTC (rev 442217)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cgl
-pkgver=0.60.0
-pkgrel=1
-pkgdesc="COIN-OR Cut Generation Library"
-arch=(x86_64)
-url="https://projects.coin-or.org/Cgl;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=("https://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha256sums=('8bcae16a80321cde02774367336760fbb06049cf09235a3b275ca11dbd751385')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make test
-}
-
-package() {
-  cd Cgl-$pkgver/Cgl
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-cgl/repos/community-x86_64/PKGBUILD (from rev 442216, 
coin-or-cgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 16:56:17 UTC (rev 442217)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cgl
+pkgver=0.60.1
+pkgrel=1
+pkgdesc="COIN-OR Cut Generation Library"
+arch=(x86_64)
+url="https://projects.coin-or.org/Cgl;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=("https://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha256sums=('c08b334c069b1bfd4c6420aed11b26e9168689a172a6fcfc4eded64ee7ec6aa7')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 16:55:58
  Author: arojas
Revision: 442216

Update to 0.60.1

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 16:52:32 UTC (rev 442215)
+++ PKGBUILD2019-03-16 16:55:58 UTC (rev 442216)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-cgl
-pkgver=0.60.0
+pkgver=0.60.1
 pkgrel=1
 pkgdesc="COIN-OR Cut Generation Library"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 groups=(coin-or)
 depends=(coin-or-clp)
 source=("https://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha256sums=('8bcae16a80321cde02774367336760fbb06049cf09235a3b275ca11dbd751385')
+sha256sums=('c08b334c069b1bfd4c6420aed11b26e9168689a172a6fcfc4eded64ee7ec6aa7')
 
 build() {
   cd Cgl-$pkgver/Cgl


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

2019-03-16 Thread Anatol Pomozov via arch-commits
Date: Saturday, March 16, 2019 @ 16:52:32
  Author: anatolik
Revision: 442215

hpricon homepage has gone, change it to github repo

Modified:
  ruby-hpricot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 13:46:04 UTC (rev 442214)
+++ PKGBUILD2019-03-16 16:52:32 UTC (rev 442215)
@@ -10,7 +10,7 @@
 pkgrel=7
 pkgdesc='A swift, liberal HTML parser with a fantastic library'
 arch=(x86_64)
-url='http://code.whytheluckystiff.net/hpricot/'
+url='https://github.com/hpricot/hpricot'
 license=(MIT)
 depends=(ruby)
 options=(!emptydirs)


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

2019-03-16 Thread Florian Pritz via arch-commits
Date: Saturday, March 16, 2019 @ 16:21:31
  Author: bluewind
Revision: 348481

upgpkg: syslog-ng 3.20.1-1

upstream update

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 15:28:54 UTC (rev 348480)
+++ PKGBUILD2019-03-16 16:21:31 UTC (rev 348481)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=syslog-ng
-pkgver=3.19.1
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('x86_64')
@@ -26,7 +26,7 @@
 'etc/default/syslog-ng@default')
 
source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
 syslog-ng.conf syslog-ng.logrotate)
-sha256sums=('5cf931a9d7bead0e6d9a2c65eee8f6005a005878f59aa280f3c4294257ed5178'
+sha256sums=('a65858afe9c649119a23ff61669945cab8692a045ee8259e8ee666445c8fbda0'
 '31cee11ae3c897c51ea01982e1ea838aa8ac730d56661a17e66bd9de5bede1c7'
 '93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317')
 


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

2019-03-16 Thread Florian Pritz via arch-commits
Date: Saturday, March 16, 2019 @ 16:21:34
  Author: bluewind
Revision: 348482

archrelease: copy trunk to testing-x86_64

Added:
  syslog-ng/repos/testing-x86_64/
  syslog-ng/repos/testing-x86_64/PKGBUILD
(from rev 348481, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/testing-x86_64/syslog-ng.conf
(from rev 348481, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/testing-x86_64/syslog-ng.logrotate
(from rev 348481, syslog-ng/trunk/syslog-ng.logrotate)

-+
 PKGBUILD|   63 ++
 syslog-ng.conf  |   92 ++
 syslog-ng.logrotate |7 +++
 3 files changed, 162 insertions(+)

Copied: syslog-ng/repos/testing-x86_64/PKGBUILD (from rev 348481, 
syslog-ng/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-16 16:21:34 UTC (rev 348482)
@@ -0,0 +1,63 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=syslog-ng
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
+arch=('x86_64')
+url="https://www.syslog-ng.com/products/open-source-log-management/;
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'systemd-libs' 'glib2' 'libdbi' 'libnsl')
+makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python' 
'libesmtp' 'hiredis')
+checkdepends=('python-nose' 'python-ply' 'python2')
+optdepends=('logrotate: for rotating log files'
+   'json-c: for json-plugin'
+'curl: for the HTTP module'
+'librabbitmq-c: for the AMQP plugin'
+'mongo-c-driver: for the MongoDB plugin'
+'python: for the Python plugin'
+'libesmtp: for the SMTP plugin'
+'hiredis: fir the redis plugin')
+conflicts=('eventlog')
+replaces=('eventlog')
+backup=('etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/logrotate.d/syslog-ng'
+'etc/default/syslog-ng@default')
+source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
+syslog-ng.conf syslog-ng.logrotate)
+sha256sums=('a65858afe9c649119a23ff61669945cab8692a045ee8259e8ee666445c8fbda0'
+'31cee11ae3c897c51ea01982e1ea838aa8ac730d56661a17e66bd9de5bede1c7'
+'93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng@.service
+  sed -i -e 's|etc|etc/syslog-ng|g' -e 's|/var/run|/run|g' 
contrib/systemd/syslog-ng@default
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
+--sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share 
\
+--with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql 
--enable-smtp \
+--enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-manpages --with-jsonc=system --with-mongoc=system 
--with-librabbitmq-client=system
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check || /bin/true # python test requires pep8
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/var/lib/syslog-ng" 
"$pkgdir/etc/syslog-ng/patterndb.d"
+  install -Dm644 "$srcdir/syslog-ng.conf" 
"$pkgdir/etc/syslog-ng/syslog-ng.conf"
+  install -Dm644 "$srcdir/syslog-ng.logrotate" 
"$pkgdir/etc/logrotate.d/syslog-ng"
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/contrib/systemd/syslog-ng@default 
-t "$pkgdir"/etc/default
+
+  # See http://lists.balabit.hu/pipermail/syslog-ng/2016-February/022667.html
+  rm -r "$pkgdir"/usr/share/syslog-ng/include/scl/cim
+}

Copied: syslog-ng/repos/testing-x86_64/syslog-ng.conf (from rev 348481, 
syslog-ng/trunk/syslog-ng.conf)
===
--- testing-x86_64/syslog-ng.conf   (rev 0)
+++ testing-x86_64/syslog-ng.conf   2019-03-16 16:21:34 UTC (rev 348482)
@@ -0,0 +1,92 @@
+@version: 3.17
+@include "scl.conf"
+#
+# /etc/syslog-ng/syslog-ng.conf
+#
+
+options {
+  stats_freq (0);
+  flush_lines (0);
+  time_reopen (10);
+  log_fifo_size (1);
+  chain_hostnames (off);
+  use_dns (no);
+  use_fqdn (no);
+  create_dirs (no);
+  keep_hostname (yes);
+  perm(0640);
+  group("log");
+};
+
+source src {
+  system();
+  internal();
+};
+
+destination d_authlog { file("/var/log/auth.log"); };
+destination d_syslog { file("/var/log/syslog.log"); };
+destination d_cron { file("/var/log/crond.log"); };
+destination d_daemon { file("/var/log/daemon.log"); };
+destination d_kernel { file("/var/log/kernel.log"); };
+destination d_lpr { file("/var/log/lpr.log"); };
+destination d_user { file("/var/log/user.log"); };
+destination d_uucp { file("/var/log/uucp.log"); };
+destination 

[arch-commits] Commit in adobe-source-code-pro-fonts/repos/extra-any (2 files)

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 15:28:54
  Author: heftig
Revision: 348480

archrelease: copy trunk to extra-any

Added:
  adobe-source-code-pro-fonts/repos/extra-any/PKGBUILD
(from rev 348479, adobe-source-code-pro-fonts/trunk/PKGBUILD)
Deleted:
  adobe-source-code-pro-fonts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 15:28:32 UTC (rev 348479)
+++ PKGBUILD2019-03-16 15:28:54 UTC (rev 348480)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=adobe-source-code-pro-fonts
-pkgver=2.030ro+1.050it
-_relver=2.030R-ro/1.050R-it
-pkgrel=4
-pkgdesc="Monospaced font family for user interface and coding environments"
-url="https://adobe-fonts.github.io/source-code-pro/;
-arch=(any)
-license=(custom)
-_tarname=source-code-pro-${_relver//\//-}
-source=("$_tarname.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/$_relver.tar.gz;)
-sha256sums=('a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b')
-
-package() {
-  cd $_tarname
-  install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
-  install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 OTF/*.otf
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: adobe-source-code-pro-fonts/repos/extra-any/PKGBUILD (from rev 348479, 
adobe-source-code-pro-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 15:28:54 UTC (rev 348480)
@@ -0,0 +1,26 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=adobe-source-code-pro-fonts
+pkgver=2.030ro+1.050it
+_relver=2.030R-ro/1.050R-it
+pkgrel=5
+pkgdesc="Monospaced font family for user interface and coding environments"
+url="https://adobe-fonts.github.io/source-code-pro/;
+arch=(any)
+license=(custom)
+_tarname=source-code-pro-${_relver//\//-}
+source=("$_tarname.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/$_relver.tar.gz;
+
https://github.com/adobe-fonts/source-code-pro/releases/download/variable-fonts/SourceCodeVariable-Roman.otf
+
https://github.com/adobe-fonts/source-code-pro/releases/download/variable-fonts/SourceCodeVariable-Italic.otf)
+sha256sums=('a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b'
+'af8fdd265f6208816fde44062a27b79ce2a594ded44ea96055a1655b6869992d'
+'b2ca3a3c1fe0701ad74aa7c66c37972d07b1237197a816a1a5646c7e42a11353')
+
+package() {
+  cd $_tarname
+  install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
+  install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 OTF/*.otf 
../*.otf
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in adobe-source-code-pro-fonts/trunk (PKGBUILD)

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 15:28:32
  Author: heftig
Revision: 348479

2.030ro+1.050it-5: Add variable fonts

Modified:
  adobe-source-code-pro-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 14:39:29 UTC (rev 348478)
+++ PKGBUILD2019-03-16 15:28:32 UTC (rev 348479)
@@ -3,19 +3,23 @@
 pkgname=adobe-source-code-pro-fonts
 pkgver=2.030ro+1.050it
 _relver=2.030R-ro/1.050R-it
-pkgrel=4
+pkgrel=5
 pkgdesc="Monospaced font family for user interface and coding environments"
 url="https://adobe-fonts.github.io/source-code-pro/;
 arch=(any)
 license=(custom)
 _tarname=source-code-pro-${_relver//\//-}
-source=("$_tarname.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/$_relver.tar.gz;)
-sha256sums=('a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b')
+source=("$_tarname.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/$_relver.tar.gz;
+
https://github.com/adobe-fonts/source-code-pro/releases/download/variable-fonts/SourceCodeVariable-Roman.otf
+
https://github.com/adobe-fonts/source-code-pro/releases/download/variable-fonts/SourceCodeVariable-Italic.otf)
+sha256sums=('a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b'
+'af8fdd265f6208816fde44062a27b79ce2a594ded44ea96055a1655b6869992d'
+'b2ca3a3c1fe0701ad74aa7c66c37972d07b1237197a816a1a5646c7e42a11353')
 
 package() {
   cd $_tarname
   install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
-  install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 OTF/*.otf
+  install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 OTF/*.otf 
../*.otf
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


[arch-commits] Commit in gsettings-desktop-schemas/repos/extra-any (PKGBUILD PKGBUILD)

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 14:39:29
  Author: heftig
Revision: 348478

archrelease: copy trunk to extra-any

Added:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
(from rev 348477, gsettings-desktop-schemas/trunk/PKGBUILD)
Deleted:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 14:39:09 UTC (rev 348477)
+++ PKGBUILD2019-03-16 14:39:29 UTC (rev 348478)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Adam Hani Schakaki (krzd) 
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Shared GSettings schemas for the desktop"
-arch=(any)
-url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas;
-license=(GPL)
-depends=(glib2 dconf)
-makedepends=(gobject-introspection git meson)
-_commit=abcca599dcd57ebc1fb487122dc931d4af2e9d41  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gsettings-desktop-schemas/repos/extra-any/PKGBUILD (from rev 348477, 
gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 14:39:29 UTC (rev 348478)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.32.0
+pkgrel=2
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas;
+license=(GPL)
+depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
+makedepends=(gobject-introspection git meson)
+_commit=abcca599dcd57ebc1fb487122dc931d4af2e9d41  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 14:39:09
  Author: heftig
Revision: 348477

Add deps for default fonts

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 14:38:50 UTC (rev 348476)
+++ PKGBUILD2019-03-16 14:39:09 UTC (rev 348477)
@@ -5,12 +5,12 @@
 
 pkgname=gsettings-desktop-schemas
 pkgver=3.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=(any)
 url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas;
 license=(GPL)
-depends=(glib2 dconf)
+depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
 makedepends=(gobject-introspection git meson)
 _commit=abcca599dcd57ebc1fb487122dc931d4af2e9d41  # tags/3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit;)


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

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 14:38:50
  Author: heftig
Revision: 348476

font dep moved to gsettings-desktop-schemas

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 14:32:31 UTC (rev 348475)
+++ PKGBUILD2019-03-16 14:38:50 UTC (rev 348476)
@@ -8,7 +8,7 @@
 url="https://wiki.gnome.org/Apps/Terminal;
 arch=(x86_64)
 license=(GPL)
-depends=('vte3>=0.52.0' gsettings-desktop-schemas dconf 
adobe-source-code-pro-fonts)
+depends=('vte3>=0.52.0' gsettings-desktop-schemas)
 makedepends=(intltool itstool docbook-xsl libnautilus-extension appstream-glib
  gnome-shell vala yelp-tools git)
 groups=(gnome)


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

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 14:32:31
  Author: heftig
Revision: 348475

archrelease: copy trunk to extra-x86_64

Added:
  gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 348474, gnome-clocks/trunk/PKGBUILD)
Deleted:
  gnome-clocks/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 14:31:30 UTC (rev 348474)
+++ PKGBUILD2019-03-16 14:32:31 UTC (rev 348475)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-clocks
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Clocks applications for GNOME"
-url="https://wiki.gnome.org/Apps/Clocks;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
-makedepends=(vala gobject-introspection itstool yelp-tools git meson)
-groups=(gnome)
-_commit=b1bf0ffa7571c5028c7ee2e828d399027a81b365  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 348474, 
gnome-clocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 14:32:31 UTC (rev 348475)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.32.0
+pkgrel=2
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
+makedepends=(vala gobject-introspection yelp-tools git meson)
+groups=(gnome)
+_commit=0cbad1af4366da6934e3d14c0713e6da985fd928  # tags/3.32.0-fixed^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fixup tag
+  git tag -d 3.32.0-fixed
+  git tag -f 3.32.0 0cbad1af4366da6934e3d14c0713e6da985fd928
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 14:31:30
  Author: heftig
Revision: 348474

Drop autoconf-archive

Modified:
  gnome-weather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 14:29:03 UTC (rev 348473)
+++ PKGBUILD2019-03-16 14:31:30 UTC (rev 348474)
@@ -8,7 +8,7 @@
 arch=(any)
 license=(GPL)
 depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
-makedepends=(gobject-introspection autoconf-archive appstream-glib git meson)
+makedepends=(gobject-introspection appstream-glib git meson)
 groups=(gnome)
 _commit=0ca6ff30ad42246ac62f42d86d978f029266f724  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)


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

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 14:29:03
  Author: heftig
Revision: 348473

3.32.0-2

Modified:
  gnome-clocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 13:35:09 UTC (rev 348472)
+++ PKGBUILD2019-03-16 14:29:03 UTC (rev 348473)
@@ -2,15 +2,15 @@
 
 pkgname=gnome-clocks
 pkgver=3.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks;
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
-makedepends=(vala gobject-introspection itstool yelp-tools git meson)
+makedepends=(vala gobject-introspection yelp-tools git meson)
 groups=(gnome)
-_commit=b1bf0ffa7571c5028c7ee2e828d399027a81b365  # tags/3.32.0^0
+_commit=0cbad1af4366da6934e3d14c0713e6da985fd928  # tags/3.32.0-fixed^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,6 +21,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Fixup tag
+  git tag -d 3.32.0-fixed
+  git tag -f 3.32.0 0cbad1af4366da6934e3d14c0713e6da985fd928
 }
 
 build() {


[arch-commits] Commit in pdfsam/trunk (PKGBUILD pdfsam.png)

2019-03-16 Thread Balló György via arch-commits
Date: Saturday, March 16, 2019 @ 13:45:58
  Author: bgyorgy
Revision: 442213

upgpkg: pdfsam 4.0.1-2

Use icons from the upstream source

Modified:
  pdfsam/trunk/PKGBUILD
Deleted:
  pdfsam/trunk/pdfsam.png

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 13:04:09 UTC (rev 442212)
+++ PKGBUILD2019-03-16 13:45:58 UTC (rev 442213)
@@ -3,16 +3,15 @@
 
 pkgname=pdfsam
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A free open source tool to split and merge pdf documents"
 arch=('any')
 url="http://www.pdfsam.org/;
 license=('AGPL3')
-depends=('java-environment>=11' 'sh')
+depends=('hicolor-icon-theme' 'java-environment>=11' 'sh')
 makedepends=('desktop-file-utils' 'gendesk')
 
source=("https://github.com/torakiki/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-linux.zip;
-"pdfsam"
-"pdfsam.png")
+"pdfsam")
 
 prepare() {
   # create *.desktop file
@@ -21,6 +20,9 @@
   --pkgdesc="${pkgdesk}" \
   --name="PDFsam" \
   --categories="Office"
+
+  # extract icons
+  bsdtar -xf ${pkgname}-${pkgver}-linux/pdfsam-basic-${pkgver}.jar images/basic
 }
 
 package() {
@@ -35,11 +37,15 @@
   # exec
   install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
 
+  # icons
+  for _icon in 16 24 32 48 64 96 128 256 512; do
+  install -Dm644 images/basic/${_icon}x${_icon}.png \
+
"${pkgdir}/usr/share/icons/hicolor/${_icon}x${_icon}/apps/${pkgname}.png"
+  done
+
   # desktop
-  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
   install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
 }
 
 
sha512sums=('2ae09a8dca04fd6f1b8b9773b0e12ce68803b2d4f5b231ae25ea1a64f1dcc054b4e9e159418337d4376afecd5adb02635368d99921ea1313832a9e3e6587fbd8'
-
'8be5dd1d9da3c0d646db88b12857f8e7c857447dc9f5344028ecb299b33a08723ab7b1d2b8d5582cee5d85eb632a907c4d153fb1593265dfc01f64b6b1af83bd'
-
'219c3b78b1246103ca6c0b4b50f23a38f994458f54ddfdd37058df33587e258bbe0c3b7f0866dc3d10e657c9425a8b3be915ef6a09a2401e937ac50315653dfb')
+
'8be5dd1d9da3c0d646db88b12857f8e7c857447dc9f5344028ecb299b33a08723ab7b1d2b8d5582cee5d85eb632a907c4d153fb1593265dfc01f64b6b1af83bd')

Deleted: pdfsam.png
===
(Binary files differ)


[arch-commits] Commit in pdfsam/repos/community-any (5 files)

2019-03-16 Thread Balló György via arch-commits
Date: Saturday, March 16, 2019 @ 13:46:04
  Author: bgyorgy
Revision: 442214

archrelease: copy trunk to community-any

Added:
  pdfsam/repos/community-any/PKGBUILD
(from rev 442213, pdfsam/trunk/PKGBUILD)
  pdfsam/repos/community-any/pdfsam
(from rev 442213, pdfsam/trunk/pdfsam)
Deleted:
  pdfsam/repos/community-any/PKGBUILD
  pdfsam/repos/community-any/pdfsam
  pdfsam/repos/community-any/pdfsam.png

--+
 PKGBUILD |   96 -
 pdfsam   |   72 ++---
 2 files changed, 87 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 13:45:58 UTC (rev 442213)
+++ PKGBUILD2019-03-16 13:46:04 UTC (rev 442214)
@@ -1,45 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Tom 
-
-pkgname=pdfsam
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="A free open source tool to split and merge pdf documents"
-arch=('any')
-url="http://www.pdfsam.org/;
-license=('AGPL3')
-depends=('java-environment>=11' 'sh')
-makedepends=('desktop-file-utils' 'gendesk')
-source=("https://github.com/torakiki/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-linux.zip;
-"pdfsam"
-"pdfsam.png")
-
-prepare() {
-  # create *.desktop file
-  gendesk -f -n \
-  --pkgname="${pkgname}" \
-  --pkgdesc="${pkgdesk}" \
-  --name="PDFsam" \
-  --categories="Office"
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm644 "${pkgname}-${pkgver}-linux/pdfsam-basic-${pkgver}.jar" \
- "${pkgdir}/usr/share/java/${pkgname}/"
-  install -Dm644 "${pkgname}-${pkgver}-linux/lib/"* \
- "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm755 "${pkgname}-${pkgver}-linux/bin/pdfsam.sh" \
- "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
-
-  # exec
-  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
-
-  # desktop
-  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
-  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}
-
-sha512sums=('2ae09a8dca04fd6f1b8b9773b0e12ce68803b2d4f5b231ae25ea1a64f1dcc054b4e9e159418337d4376afecd5adb02635368d99921ea1313832a9e3e6587fbd8'
-
'8be5dd1d9da3c0d646db88b12857f8e7c857447dc9f5344028ecb299b33a08723ab7b1d2b8d5582cee5d85eb632a907c4d153fb1593265dfc01f64b6b1af83bd'
-
'219c3b78b1246103ca6c0b4b50f23a38f994458f54ddfdd37058df33587e258bbe0c3b7f0866dc3d10e657c9425a8b3be915ef6a09a2401e937ac50315653dfb')

Copied: pdfsam/repos/community-any/PKGBUILD (from rev 442213, 
pdfsam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 13:46:04 UTC (rev 442214)
@@ -0,0 +1,51 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Tom 
+
+pkgname=pdfsam
+pkgver=4.0.1
+pkgrel=2
+pkgdesc="A free open source tool to split and merge pdf documents"
+arch=('any')
+url="http://www.pdfsam.org/;
+license=('AGPL3')
+depends=('hicolor-icon-theme' 'java-environment>=11' 'sh')
+makedepends=('desktop-file-utils' 'gendesk')
+source=("https://github.com/torakiki/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-linux.zip;
+"pdfsam")
+
+prepare() {
+  # create *.desktop file
+  gendesk -f -n \
+  --pkgname="${pkgname}" \
+  --pkgdesc="${pkgdesk}" \
+  --name="PDFsam" \
+  --categories="Office"
+
+  # extract icons
+  bsdtar -xf ${pkgname}-${pkgver}-linux/pdfsam-basic-${pkgver}.jar images/basic
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/lib"
+  install -Dm644 "${pkgname}-${pkgver}-linux/pdfsam-basic-${pkgver}.jar" \
+ "${pkgdir}/usr/share/java/${pkgname}/"
+  install -Dm644 "${pkgname}-${pkgver}-linux/lib/"* \
+ "${pkgdir}/usr/share/java/${pkgname}/lib"
+  install -Dm755 "${pkgname}-${pkgver}-linux/bin/pdfsam.sh" \
+ "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
+
+  # exec
+  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
+
+  # icons
+  for _icon in 16 24 32 48 64 96 128 256 512; do
+  install -Dm644 images/basic/${_icon}x${_icon}.png \
+
"${pkgdir}/usr/share/icons/hicolor/${_icon}x${_icon}/apps/${pkgname}.png"
+  done
+
+  # desktop
+  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}
+
+sha512sums=('2ae09a8dca04fd6f1b8b9773b0e12ce68803b2d4f5b231ae25ea1a64f1dcc054b4e9e159418337d4376afecd5adb02635368d99921ea1313832a9e3e6587fbd8'
+
'8be5dd1d9da3c0d646db88b12857f8e7c857447dc9f5344028ecb299b33a08723ab7b1d2b8d5582cee5d85eb632a907c4d153fb1593265dfc01f64b6b1af83bd')

Deleted: pdfsam
===
--- pdfsam  2019-03-16 13:45:58 UTC (rev 442213)
+++ pdfsam  2019-03-16 13:46:04 UTC (rev 

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

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 13:34:49
  Author: heftig
Revision: 348470

3.32.0+15+gb7d79a5f0-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 13:34:40 UTC (rev 348469)
+++ PKGBUILD2019-03-16 13:34:49 UTC (rev 348470)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


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

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 13:35:08
  Author: heftig
Revision: 348471

archrelease: copy trunk to extra-x86_64

Added:
  mutter/repos/extra-x86_64/216.patch
(from rev 348470, mutter/trunk/216.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 348470, mutter/trunk/PKGBUILD)
Deleted:
  mutter/repos/extra-x86_64/216.patch
  mutter/repos/extra-x86_64/PKGBUILD

---+
 216.patch |  256 ++--
 PKGBUILD  |  108 -
 2 files changed, 182 insertions(+), 182 deletions(-)

Deleted: 216.patch
===
--- 216.patch   2019-03-16 13:34:49 UTC (rev 348470)
+++ 216.patch   2019-03-16 13:35:08 UTC (rev 348471)
@@ -1,128 +0,0 @@
-From 6d8d73beeef3a618c553e89b0b3e532ec3654a30 Mon Sep 17 00:00:00 2001
-From: Daniel van Vugt 
-Date: Mon, 23 Jul 2018 16:28:56 +0800
-Subject: [PATCH] cogl-winsys-glx: Fix frame notification race/leak
-
-If a second `set_{sync,complete}_pending` was queued before the idle
-handler had flushed the first then one of them would be forgotten.
-It would stay queued forever and never emitted as a notification.
-
-This could happen repeatedly causing a slow leak. But worse still,
-`clutter-stage-cogl` would then have `pending_swaps` permanently stuck
-above zero preventing the presentation timing logic from being used.
-
-The problem is that a boolean can only count to one, but in some cases
-(triple buffering, whether intentional or accidental #334) we need it to
-count to two. So just change booleans to integers and count properly.
-
-https://gitlab.gnome.org/GNOME/mutter/merge_requests/216

- cogl/cogl/winsys/cogl-winsys-glx.c | 58 +++---
- 1 file changed, 29 insertions(+), 29 deletions(-)
-
-diff --git a/cogl/cogl/winsys/cogl-winsys-glx.c 
b/cogl/cogl/winsys/cogl-winsys-glx.c
-index 2623d02c6..235cfe81f 100644
 a/cogl/cogl/winsys/cogl-winsys-glx.c
-+++ b/cogl/cogl/winsys/cogl-winsys-glx.c
-@@ -99,9 +99,9 @@ typedef struct _CoglOnscreenGLX
-   CoglOnscreenXlib _parent;
-   GLXDrawable glxwin;
-   uint32_t last_swap_vsync_counter;
--  gboolean pending_sync_notify;
--  gboolean pending_complete_notify;
--  gboolean pending_resize_notify;
-+  uint32_t pending_sync_notify;
-+  uint32_t pending_complete_notify;
-+  uint32_t pending_resize_notify;
- 
-   GThread *swap_wait_thread;
-   GQueue *swap_wait_queue;
-@@ -347,35 +347,35 @@ flush_pending_notifications_cb (void *data,
- {
-   CoglOnscreen *onscreen = COGL_ONSCREEN (framebuffer);
-   CoglOnscreenGLX *glx_onscreen = onscreen->winsys;
--  gboolean pending_sync_notify = glx_onscreen->pending_sync_notify;
--  gboolean pending_complete_notify = 
glx_onscreen->pending_complete_notify;
- 
--  /* If swap_region is called then notifying the sync event could
--   * potentially immediately queue a subsequent pending notify so
--   * we need to clear the flag before invoking the callback */
--  glx_onscreen->pending_sync_notify = FALSE;
--  glx_onscreen->pending_complete_notify = FALSE;
--
--  if (pending_sync_notify)
-+  while (glx_onscreen->pending_sync_notify > 0 ||
-+ glx_onscreen->pending_complete_notify > 0 ||
-+ glx_onscreen->pending_resize_notify > 0)
- {
--  CoglFrameInfo *info = g_queue_peek_head 
(>pending_frame_infos);
--
--  _cogl_onscreen_notify_frame_sync (onscreen, info);
--}
-+  if (glx_onscreen->pending_sync_notify > 0)
-+{
-+  CoglFrameInfo *info =
-+g_queue_peek_head (>pending_frame_infos);
- 
--  if (pending_complete_notify)
--{
--  CoglFrameInfo *info = g_queue_pop_head 
(>pending_frame_infos);
-+  _cogl_onscreen_notify_frame_sync (onscreen, info);
-+  glx_onscreen->pending_sync_notify--;
-+}
- 
--  _cogl_onscreen_notify_complete (onscreen, info);
-+  if (glx_onscreen->pending_complete_notify > 0)
-+{
-+  CoglFrameInfo *info =
-+g_queue_pop_head (>pending_frame_infos);
- 
--  cogl_object_unref (info);
--}
-+  _cogl_onscreen_notify_complete (onscreen, info);
-+  cogl_object_unref (info);
-+  glx_onscreen->pending_complete_notify--;
-+}
- 
--  if (glx_onscreen->pending_resize_notify)
--{
--  _cogl_onscreen_notify_resize (onscreen);
--  glx_onscreen->pending_resize_notify = FALSE;
-+  if (glx_onscreen->pending_resize_notify > 0)
-+{
-+  _cogl_onscreen_notify_resize (onscreen);
-+  glx_onscreen->pending_resize_notify--;
-+}
- }
- }
- }
-@@ -417,7 +417,7 @@ set_sync_pending (CoglOnscreen *onscreen)
-   NULL);
- }
- 
--  glx_onscreen->pending_sync_notify = TRUE;
-+  

  1   2   >