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

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 04:20:59
  Author: svenstaro
Revision: 344357

archrelease: copy trunk to community-staging-x86_64

Added:
  pypy/repos/community-staging-x86_64/
  pypy/repos/community-staging-x86_64/LICENSE
(from rev 344356, pypy/trunk/LICENSE)
  pypy/repos/community-staging-x86_64/PKGBUILD
(from rev 344356, pypy/trunk/PKGBUILD)

--+
 LICENSE  |  154 +
 PKGBUILD |   54 +
 2 files changed, 208 insertions(+)

Copied: pypy/repos/community-staging-x86_64/LICENSE (from rev 344356, 
pypy/trunk/LICENSE)
===
--- community-staging-x86_64/LICENSE(rev 0)
+++ community-staging-x86_64/LICENSE2018-06-22 04:20:59 UTC (rev 344357)
@@ -0,0 +1,154 @@
+License for files in the pypy/ directory 
+==
+
+Except when otherwise stated (look for LICENSE files in directories or
+information at the beginning of each file) all software and
+documentation in the 'pypy' directories is licensed as follows: 
+
+The MIT License
+
+Permission is hereby granted, free of charge, to any person 
+obtaining a copy of this software and associated documentation 
+files (the "Software"), to deal in the Software without 
+restriction, including without limitation the rights to use, 
+copy, modify, merge, publish, distribute, sublicense, and/or 
+sell copies of the Software, and to permit persons to whom the 
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included 
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY, 
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
+DEALINGS IN THE SOFTWARE.
+
+
+PyPy Copyright holders 2003-2010
+--- 
+
+Except when otherwise stated (look for LICENSE files or information at
+the beginning of each file) the files in the 'pypy' directory are each
+copyrighted by one or more of the following people and organizations:
+
+Armin Rigo
+Maciej Fijalkowski
+Carl Friedrich Bolz
+Samuele Pedroni
+Antonio Cuni
+Michael Hudson
+Christian Tismer
+Holger Krekel
+Eric van Riet Paap
+Richard Emslie
+Anders Chrigstrom
+Amaury Forgeot d Arc
+Aurelien Campeas
+Anders Lehmann
+Niklaus Haldimann
+Seo Sanghyeon
+Leonardo Santagada
+Lawrence Oluyede
+Jakub Gustak
+Guido Wesdorp
+Benjamin Peterson
+Alexander Schremmer
+Niko Matsakis
+Ludovic Aubry
+Alex Martelli
+Toon Verwaest
+Stephan Diehl
+Adrien Di Mascio
+Stefan Schwarzer
+Tomek Meka
+Patrick Maupin
+Jacob Hallen
+Laura Creighton
+Bob Ippolito
+Camillo Bruni
+Simon Burton
+Bruno Gola
+Alexandre Fayolle
+Marius Gedminas
+Guido van Rossum
+Valentino Volonghi
+Adrian Kuhn
+Paul deGrandis
+Gerald Klix
+Wanja Saatkamp
+Anders Hammarquist
+Oscar Nierstrasz
+Eugene Oden
+Lukas Renggli
+Guenter Jantzen
+Dinu Gherman
+Bartosz Skowron
+Georg Brandl
+Ben Young
+Jean-Paul Calderone
+Nicolas Chauvat
+Rocco Moretti
+Michael Twomey
+boria
+Jared Grubb
+Olivier Dormond
+Stuart Williams
+Jens-Uwe Mager
+Justas Sadzevicius
+Mikael Schönenberg
+Brian Dorsey
+Jonathan David Riehl
+Beatrice During
+Elmo Mäntynen
+Andreas Friedge
+Alex Gaynor
+Anders Qvist
+Alan McIntyre
+Bert Freudenberg
+
+Heinrich-Heine University, Germany 
+Open End AB (formerly AB Strakt), Sweden
+merlinux GmbH, Germany 
+tismerysoft GmbH, Germany 
+Logilab Paris, France 
+DFKI GmbH, Germany 
+Impara, Germany
+Change Maker, Sweden 
+
+ 
+License for 'lib-python/2.5.2' and 'lib-python/2.5.2-modified'
+== 
+
+Except when otherwise stated (look for LICENSE files or
+copyright/license information at the beginning of each file) the files
+in the 'lib-python/2.5.2' and 'lib-python/2.5.2-modified' directories
+are all copyrighted by the Python Software Foundation and licensed under
+the Python Software License of which you can find a copy here:
+http://www.python.org/doc/Copyright.html 
+
+License for 'pypy/translator/jvm/src/jna.jar'
+=
+
+The file 

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

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 04:20:52
  Author: svenstaro
Revision: 344356

upgpkg: pypy 6.0.0-2

gdbm 1.15 rebuild

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 04:13:32 UTC (rev 344355)
+++ PKGBUILD2018-06-22 04:20:52 UTC (rev 344356)
@@ -4,7 +4,7 @@
 
 pkgname=pypy
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python implementation written in Python, JIT enabled"
 url="https://pypy.org;
 arch=('x86_64')


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

2018-06-21 Thread Eli Schwartz via arch-commits
Date: Friday, June 22, 2018 @ 04:13:32
  Author: eschwartz
Revision: 344355

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-22 04:13:15 UTC (rev 344354)
+++ PKGBUILD2018-06-22 04:13:32 UTC (rev 344355)
@@ -1,68 +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')
-pkgname=python-regex
-pkgver=2018.06.20
-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://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
-sha256sums=('68dd3b711e30af0ae437ebf3d36d7c6f5802cb768e205beaafc6734db7549869')
-
-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 344354, 
python-regex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-22 04:13:32 UTC (rev 344355)
@@ -0,0 +1,68 @@
+# 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')
+pkgname=python-regex
+pkgver=2018.06.21
+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://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
+sha256sums=('b172583f0c5f104e059a30dd6a1f9d20693031b156558590a745d6cc3192e283')
+
+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 

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

2018-06-21 Thread Eli Schwartz via arch-commits
Date: Friday, June 22, 2018 @ 04:13:15
  Author: eschwartz
Revision: 344354

upgpkg: python-regex 2018.06.21-1

upstream release

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 04:12:25 UTC (rev 344353)
+++ PKGBUILD2018-06-22 04:13:15 UTC (rev 344354)
@@ -7,7 +7,7 @@
 pkgbase=python-regex
 pkgname=('python-regex' 'python2-regex')
 pkgname=python-regex
-pkgver=2018.06.20
+pkgver=2018.06.21
 pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 
source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
-sha256sums=('68dd3b711e30af0ae437ebf3d36d7c6f5802cb768e205beaafc6734db7549869')
+sha256sums=('b172583f0c5f104e059a30dd6a1f9d20693031b156558590a745d6cc3192e283')
 
 build() {
   cd "regex-${pkgver}"


[arch-commits] Commit in firefox-extension-https-everywhere/repos/community-any (2 files)

2018-06-21 Thread Eli Schwartz via arch-commits
Date: Friday, June 22, 2018 @ 04:12:25
  Author: eschwartz
Revision: 344353

archrelease: copy trunk to community-any

Added:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD
(from rev 344352, firefox-extension-https-everywhere/trunk/PKGBUILD)
Deleted:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-22 04:12:08 UTC (rev 344352)
+++ PKGBUILD2018-06-22 04:12:25 UTC (rev 344353)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=https-everywhere
-pkgname=firefox-extension-${_pkgname}
-pkgver=2018.6.13
-pkgrel=1
-pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
-arch=('any')
-url="https://www.eff.org/https-everywhere;
-license=('GPL2')
-groups=('firefox-addons')
-depends=("firefox")
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('c78126aae07ceb2a6cf2b53d136e755fedc1eac80943a876575d15981d0e0634'
-'SKIP')
-validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677') # William Budington 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-https-everywhere/repos/community-any/PKGBUILD (from 
rev 344352, firefox-extension-https-everywhere/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-22 04:12:25 UTC (rev 344353)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=https-everywhere
+pkgname=firefox-extension-${_pkgname}
+pkgver=2018.6.21
+pkgrel=1
+pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
+arch=('any')
+url="https://www.eff.org/https-everywhere;
+license=('GPL2')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('178d06a8a091a3ac840c95d410ab7fe86d4e651d6e3489eff977782d9f5eab93'
+'SKIP')
+validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677') # William Budington 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


[arch-commits] Commit in firefox-extension-https-everywhere/trunk (PKGBUILD)

2018-06-21 Thread Eli Schwartz via arch-commits
Date: Friday, June 22, 2018 @ 04:12:08
  Author: eschwartz
Revision: 344352

upgpkg: firefox-extension-https-everywhere 2018.6.21-1

upstream release
move firefox to runtime depends; 133 less packages to worry about in .BUILDINFO

Modified:
  firefox-extension-https-everywhere/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 03:57:55 UTC (rev 344351)
+++ PKGBUILD2018-06-22 04:12:08 UTC (rev 344352)
@@ -4,7 +4,7 @@
 
 _pkgname=https-everywhere
 pkgname=firefox-extension-${_pkgname}
-pkgver=2018.6.13
+pkgver=2018.6.21
 pkgrel=1
 pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
 arch=('any')
@@ -11,12 +11,11 @@
 url="https://www.eff.org/https-everywhere;
 license=('GPL2')
 groups=('firefox-addons')
-depends=("firefox")
 makedepends=("unzip")
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('c78126aae07ceb2a6cf2b53d136e755fedc1eac80943a876575d15981d0e0634'
+sha256sums=('178d06a8a091a3ac840c95d410ab7fe86d4e651d6e3489eff977782d9f5eab93'
 'SKIP')
 validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677') # William Budington 

 
@@ -27,6 +26,7 @@
 }
 
 package() {
+  depends=("firefox")
   cd "${srcdir}"
 
   if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then


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

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 03:57:55
  Author: svenstaro
Revision: 344351

archrelease: copy trunk to community-staging-x86_64

Added:
  pypy3/repos/community-staging-x86_64/
  pypy3/repos/community-staging-x86_64/PKGBUILD
(from rev 344350, pypy3/trunk/PKGBUILD)

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

Copied: pypy3/repos/community-staging-x86_64/PKGBUILD (from rev 344350, 
pypy3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-22 03:57:55 UTC (rev 344351)
@@ -0,0 +1,57 @@
+# $Id: PKGBUILD 95035 2013-08-04 09:44:24Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=pypy3
+pkgver=6.0.0
+pkgrel=2
+pkgdesc="A Python3 implementation written in Python, JIT enabled"
+url="https://pypy.org;
+arch=('x86_64')
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'ncurses')
+makedepends=('python2' 'sqlite' 'tk' 'python2-pycparser')
+optdepends=('sqlite: sqlite module'
+'tk: tk module')
+options=(!buildflags)
+license=('MIT')
+source=("https://bitbucket.org/pypy/pypy/downloads/pypy3-v${pkgver}-src.tar.bz2;)
+sha512sums=('ea406c4dd1837a6ab13026de01330790f3c18f6e2bfb83e8553e52acf78b43dfb559ce75c2d91395055c771db359356c8183ed950da6f01a21bf09128935af5e')
+
+prepare() {
+  cd pypy3-v${pkgver}-src
+}
+
+build() {
+  cd pypy3-v${pkgver}-src/pypy/goal
+
+  python2 ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
+
+  # Compile binary modules
+  PYTHONPATH=../.. ./pypy3-c ../tool/build_cffi_imports.py
+}
+
+package() {
+  cd pypy3-v${pkgver}-src
+
+  # Prepare installation
+  python2 pypy/tool/release/package.py --archive-name pypy --targetdir .
+  mkdir unpacked
+  tar xf pypy.tar.bz2 -C unpacked
+
+  # Install pypy
+  cd unpacked
+  install -Dm755 pypy/bin/pypy3 "${pkgdir}"/opt/pypy3/bin/pypy3
+  install -Dm755 pypy/bin/libpypy3-c.so "${pkgdir}"/opt/pypy3/bin/libpypy3-c.so
+  cp -r pypy/include pypy/lib_pypy pypy/lib-python pypy/site-packages 
"${pkgdir}"/opt/pypy3
+  cd ..
+
+  # Install symlinks
+  mkdir -p "${pkgdir}"/usr/bin "${pkgdir}"/usr/lib
+  ln -s /opt/pypy3/bin/pypy3 "${pkgdir}"/usr/bin/pypy3
+  ln -s /opt/pypy3/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
+
+  # Install misc stuff
+  install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst
+  install -Dm644 LICENSE "${pkgdir}"/opt/pypy3/LICENSE
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
+}
+# vim: ts=2 sw=2 et:


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

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 03:57:48
  Author: svenstaro
Revision: 344350

upgpkg: pypy3 6.0.0-2

gdbm 1.15 rebuild

Modified:
  pypy3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 02:40:07 UTC (rev 344349)
+++ PKGBUILD2018-06-22 03:57:48 UTC (rev 344350)
@@ -3,7 +3,7 @@
 
 pkgname=pypy3
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python3 implementation written in Python, JIT enabled"
 url="https://pypy.org;
 arch=('x86_64')


[arch-commits] Commit in ruby2.3/repos (2 files)

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:40:07
  Author: svenstaro
Revision: 344349

archrelease: copy trunk to community-staging-x86_64

Added:
  ruby2.3/repos/community-staging-x86_64/
  ruby2.3/repos/community-staging-x86_64/PKGBUILD
(from rev 344348, ruby2.3/trunk/PKGBUILD)

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

Copied: ruby2.3/repos/community-staging-x86_64/PKGBUILD (from rev 344348, 
ruby2.3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-22 02:40:07 UTC (rev 344349)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sergey Shatunov 
+# Contributor: Jonne Haß 
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.3
+pkgname=ruby2.3
+pkgver=2.3.7
+pkgdesc='An object-oriented language for quick and easy programming'
+pkgrel=2
+arch=(x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl-1.0 libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('fd91c8db3d3aa4cc962a62f27b4d1a71f6b5567ab836e6dbfbbb1553eb269d11e12faf9e36af6c489c33b54fd89dab99bfe81a563158b704877f0628d6f5bc5a')
+
+build() {
+  cd ruby-${pkgver}
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make ruby
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
+}


[arch-commits] Commit in ruby2.3/repos (staging-x86_64)

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:39:56
  Author: svenstaro
Revision: 344348

Whoops

Deleted:
  ruby2.3/repos/staging-x86_64/


[arch-commits] Commit in ruby2.3/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:39:17
  Author: svenstaro
Revision: 344347

archrelease: copy trunk to staging-x86_64

Added:
  ruby2.3/repos/staging-x86_64/
  ruby2.3/repos/staging-x86_64/PKGBUILD
(from rev 344346, ruby2.3/trunk/PKGBUILD)

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

Copied: ruby2.3/repos/staging-x86_64/PKGBUILD (from rev 344346, 
ruby2.3/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-06-22 02:39:17 UTC (rev 344347)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sergey Shatunov 
+# Contributor: Jonne Haß 
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.3
+pkgname=ruby2.3
+pkgver=2.3.7
+pkgdesc='An object-oriented language for quick and easy programming'
+pkgrel=2
+arch=(x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl-1.0 libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('fd91c8db3d3aa4cc962a62f27b4d1a71f6b5567ab836e6dbfbbb1553eb269d11e12faf9e36af6c489c33b54fd89dab99bfe81a563158b704877f0628d6f5bc5a')
+
+build() {
+  cd ruby-${pkgver}
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make ruby
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
+}


[arch-commits] Commit in ruby2.3/trunk (PKGBUILD)

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:39:11
  Author: svenstaro
Revision: 344346

upgpkg: ruby2.3 2.3.7-2

gdbm 1.15 rebuild

Modified:
  ruby2.3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 00:11:18 UTC (rev 344345)
+++ PKGBUILD2018-06-22 02:39:11 UTC (rev 344346)
@@ -10,7 +10,7 @@
 pkgname=ruby2.3
 pkgver=2.3.7
 pkgdesc='An object-oriented language for quick and easy programming'
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='http://www.ruby-lang.org/en/'
 license=(BSD custom)


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

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:32:51
  Author: svenstaro
Revision: 327427

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 327426, nvidia-lts/trunk/PKGBUILD)
Deleted:
  nvidia-lts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-22 02:32:44 UTC (rev 327426)
+++ PKGBUILD2018-06-22 02:32:51 UTC (rev 327427)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=396.24
-_extramodules=extramodules-4.14-lts
-pkgrel=3
-epoch=1
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux-lts' 
'linux-lts-headers>=4.14.39')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('dfe837804d01e903cdf980353add0227362771cd252e4a7d8aff99fc489e5535edfda51ed1a20b9d60e23f1a9e7312f23309c59c67ff0a09a9b9214e52f09077')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-pkgdesc="NVIDIA drivers for linux-lts"
-depends=('linux-lts>=4.14.39' "nvidia-utils=${pkgver}" 'libgl')
-
-install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
-  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
-
-find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
-
-echo "blacklist nouveau" |
-  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}

Copied: nvidia-lts/repos/extra-x86_64/PKGBUILD (from rev 327426, 
nvidia-lts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-22 02:32:51 UTC (rev 327427)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=396.24
+_extramodules=extramodules-4.14-lts
+pkgrel=4
+epoch=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.14.39')
+provides=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('dfe837804d01e903cdf980353add0227362771cd252e4a7d8aff99fc489e5535edfda51ed1a20b9d60e23f1a9e7312f23309c59c67ff0a09a9b9214e52f09077')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+pkgdesc="NVIDIA drivers for linux-lts"
+depends=('linux-lts>=4.14.39' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}


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

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:32:44
  Author: svenstaro
Revision: 327426

upgpkg: nvidia-lts 1:396.24-4

Add provides to nvidia

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 02:19:15 UTC (rev 327425)
+++ PKGBUILD2018-06-22 02:32:44 UTC (rev 327426)
@@ -4,11 +4,12 @@
 pkgname=nvidia-lts
 pkgver=396.24
 _extramodules=extramodules-4.14-lts
-pkgrel=3
+pkgrel=4
 epoch=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux-lts' 
'linux-lts-headers>=4.14.39')
+makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.14.39')
+provides=('nvidia')
 license=('custom')
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"


[arch-commits] Commit in nvidia-390xx/repos/extra-x86_64 (4 files)

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:19:15
  Author: svenstaro
Revision: 327425

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-390xx/repos/extra-x86_64/PKGBUILD
(from rev 327424, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/extra-x86_64/kernel-4.16.patch
(from rev 327424, nvidia-390xx/trunk/kernel-4.16.patch)
Deleted:
  nvidia-390xx/repos/extra-x86_64/PKGBUILD
  nvidia-390xx/repos/extra-x86_64/kernel-4.16.patch

---+
 PKGBUILD  |  175 ++--
 kernel-4.16.patch |   66 +--
 2 files changed, 121 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-22 02:19:07 UTC (rev 327424)
+++ PKGBUILD2018-06-22 02:19:15 UTC (rev 327425)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-390xx
-pkgname=(nvidia-390xx nvidia-390xx-dkms)
-pkgver=390.67
-_extramodules=extramodules-4.17-ARCH
-pkgrel=3
-pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 
'linux-headers>=4.17' 'linux-headers<4.18')
-conflicts=('nvidia')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
-kernel-4.16.patch)
-sha256sums=('4d9d4a636d568a93412cd9a2db08c594adef20861707dfdfbd6ae15db3292b26'
-'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-# Restore phys_to_dma support (still needed for 396.18)
-# https://bugs.archlinux.org/task/58074
-patch -Np1 -i ../kernel-4.16.patch
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
-
-# Gift for linux-rt guys
-sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-390xx() {
-pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
-depends=('linux>=4.17' 'linux<4.18' "nvidia-390xx-utils=${pkgver}" 
'libglvnd')
-
-install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
-  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
-
-find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}
-
-package_nvidia-390xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
-depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia-390xx')
-
-cd ${_pkg}
-
-install -dm 755 "${pkgdir}"/usr/src
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}

Copied: nvidia-390xx/repos/extra-x86_64/PKGBUILD (from rev 327424, 
nvidia-390xx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-22 02:19:15 UTC (rev 327425)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.67
+_extramodules=extramodules-4.17-ARCH
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 
'linux-headers>=4.17' 'linux-headers<4.18')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+

[arch-commits] Commit in nvidia-340xx/repos/extra-x86_64 (4 files)

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:18:57
  Author: svenstaro
Revision: 327423

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 327422, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/kernel-4.11.patch
(from rev 327422, nvidia-340xx/trunk/kernel-4.11.patch)
Deleted:
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/kernel-4.11.patch

---+
 PKGBUILD  |  145 ++--
 kernel-4.11.patch |   76 +--
 2 files changed, 111 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-22 02:18:50 UTC (rev 327422)
+++ PKGBUILD2018-06-22 02:18:57 UTC (rev 327423)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.107
-_extramodules=extramodules-4.17-ARCH
-pkgrel=5
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.17.1' 
'linux-headers<4.18')
-conflicts=('nvidia')
-license=('custom')
-options=('!strip')
-source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-'kernel-4.11.patch')
-sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
-
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
-
-_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-
-patch -Np0 < "${srcdir}/kernel-4.11.patch"
-
-cp -a kernel kernel-dkms
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-340xx() {
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.17.1' 'linux<4.18' "nvidia-340xx-utils=${pkgver}" 
'libgl')
-
-install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
-  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
-
-find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-}
-
-package_nvidia-340xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
-depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia-340xx')
-
-cd ${_pkg}
-
-install -dm 755 "${pkgdir}"/usr/src
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-}

Copied: nvidia-340xx/repos/extra-x86_64/PKGBUILD (from rev 327422, 
nvidia-340xx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-22 02:18:57 UTC (rev 327423)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-4.17-ARCH
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.17.1' 
'linux-headers<4.18')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"

[arch-commits] Commit in nvidia-390xx/trunk (PKGBUILD)

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:19:07
  Author: svenstaro
Revision: 327424

upgpkg: nvidia-390xx 390.67-4

nvidia-dkms: Add provides to nvidia

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 02:18:57 UTC (rev 327423)
+++ PKGBUILD2018-06-22 02:19:07 UTC (rev 327424)
@@ -7,7 +7,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.67
 _extramodules=extramodules-4.17-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -73,6 +73,7 @@
 depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
 optdepends=('linux-headers: Build the module for Arch kernel'
 'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
 conflicts+=('nvidia-390xx')
 
 cd ${_pkg}


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

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:18:24
  Author: svenstaro
Revision: 327420

upgpkg: nvidia 396.24-12

nvidia-dkms: Add provides to nvidia

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 01:57:52 UTC (rev 327419)
+++ PKGBUILD2018-06-22 02:18:24 UTC (rev 327420)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=396.24
 _extramodules=extramodules-4.17-ARCH
-pkgrel=11
+pkgrel=12
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -72,6 +72,7 @@
 depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
 optdepends=('linux-headers: Build the module for Arch kernel'
 'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
 conflicts+=('nvidia')
 
 cd ${_pkg}


[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:18:50
  Author: svenstaro
Revision: 327422

upgpkg: nvidia-340xx 340.107-6

nvidia-dkms: Add provides to nvidia

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 02:18:31 UTC (rev 327421)
+++ PKGBUILD2018-06-22 02:18:50 UTC (rev 327422)
@@ -7,7 +7,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-4.17-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -59,6 +59,7 @@
 depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
 optdepends=('linux-headers: Build the module for Arch kernel'
 'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-340xx=$pkgver")
 conflicts+=('nvidia-340xx')
 
 cd ${_pkg}


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

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 02:18:31
  Author: svenstaro
Revision: 327421

archrelease: copy trunk to extra-x86_64

Added:
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 327420, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/kernel-4.16.patch
(from rev 327420, nvidia/trunk/kernel-4.16.patch)
Deleted:
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/kernel-4.16.patch

---+
 PKGBUILD  |  173 ++--
 kernel-4.16.patch |   66 +--
 2 files changed, 120 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-22 02:18:24 UTC (rev 327420)
+++ PKGBUILD2018-06-22 02:18:31 UTC (rev 327421)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=396.24
-_extramodules=extramodules-4.17-ARCH
-pkgrel=11
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.17' 
'linux-headers<4.18')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
-kernel-4.16.patch)
-sha256sums=('59bb112b17ca72cd15fed4e521d4b52b0e9f5b8b13a95b36521f8eda978b568e'
-'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-# Restore phys_to_dma support (still needed for 396.18)
-# https://bugs.archlinux.org/task/58074
-patch -Np1 -i ../kernel-4.16.patch
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
-
-# Gift for linux-rt guys
-sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.17' 'linux<4.18' "nvidia-utils=${pkgver}" 'libglvnd')
-
-install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
-  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
-
-find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia')
-
-cd ${_pkg}
-
-install -dm 755 "${pkgdir}"/usr/src
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}

Copied: nvidia/repos/extra-x86_64/PKGBUILD (from rev 327420, 
nvidia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-22 02:18:31 UTC (rev 327421)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=396.24
+_extramodules=extramodules-4.17-ARCH
+pkgrel=12
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.17' 
'linux-headers<4.18')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)
+sha256sums=('59bb112b17ca72cd15fed4e521d4b52b0e9f5b8b13a95b36521f8eda978b568e'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support 

[arch-commits] Commit in nvidia-390xx-lts/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 01:57:52
  Author: svenstaro
Revision: 327419

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-390xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 327418, nvidia-390xx-lts/trunk/PKGBUILD)
Deleted:
  nvidia-390xx-lts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-22 01:57:42 UTC (rev 327418)
+++ PKGBUILD2018-06-22 01:57:52 UTC (rev 327419)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD 323392 2018-05-05 18:28:00Z andyrtr $
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-390xx-lts
-pkgver=390.59
-_extramodules=extramodules-4.14-lts
-pkgrel=3
-epoch=1
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-390xx-utils=${pkgver}" 'linux-lts' 
'linux-lts-headers>=4.14.39')
-provides=('nvidia-390xx')
-conflicts=('nvidia-lts')
-license=('custom')
-options=('!strip')
-source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums=('65b92ec7f9488a98a8579efcf5b00aca42945b1d0fd0f58aacebf45c772b0b896af8bbac3abec126a931752ef9504a727fac89220c115ff474c0521f3c214d99')
-
-_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
-depends=('linux-lts>=4.14.39' "nvidia-390xx-utils=${pkgver}" 'libgl')
-
-install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
-  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
-
-find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
-
-echo "blacklist nouveau" |
-  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}

Copied: nvidia-390xx-lts/repos/extra-x86_64/PKGBUILD (from rev 327418, 
nvidia-390xx-lts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-22 01:57:52 UTC (rev 327419)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 323392 2018-05-05 18:28:00Z andyrtr $
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-390xx-lts
+pkgver=390.67
+_extramodules=extramodules-4.14-lts
+pkgrel=1
+epoch=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'linux-lts' 
'linux-lts-headers>=4.14.39')
+provides=('nvidia-390xx')
+conflicts=('nvidia-lts')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums=('b0cf1678fa508a584836befdb8db83147e8b94cd25dc0012f589850512c2d69f94ae4bfce6cfa3e16945939747239e3ac762ac1bd5472f8a3052c1314558eb13')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
+depends=('linux-lts>=4.14.39' "nvidia-390xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}


[arch-commits] Commit in nvidia-390xx-lts/trunk (PKGBUILD)

2018-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 22, 2018 @ 01:57:42
  Author: svenstaro
Revision: 327418

upgpkg: nvidia-390xx-lts 1:390.67-1

Modified:
  nvidia-390xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 21:45:01 UTC (rev 327417)
+++ PKGBUILD2018-06-22 01:57:42 UTC (rev 327418)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-390xx-lts
-pkgver=390.59
+pkgver=390.67
 _extramodules=extramodules-4.14-lts
-pkgrel=3
+pkgrel=1
 epoch=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -14,7 +14,7 @@
 license=('custom')
 options=('!strip')
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums=('65b92ec7f9488a98a8579efcf5b00aca42945b1d0fd0f58aacebf45c772b0b896af8bbac3abec126a931752ef9504a727fac89220c115ff474c0521f3c214d99')
+sha512sums=('b0cf1678fa508a584836befdb8db83147e8b94cd25dc0012f589850512c2d69f94ae4bfce6cfa3e16945939747239e3ac762ac1bd5472f8a3052c1314558eb13')
 
 _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
 


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

2018-06-21 Thread Johannes Löthberg via arch-commits
Date: Friday, June 22, 2018 @ 00:11:13
  Author: demize
Revision: 344344

upgpkg: lib32-rust 1.27.0-1

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 23:11:27 UTC (rev 344343)
+++ PKGBUILD2018-06-22 00:11:13 UTC (rev 344344)
@@ -2,7 +2,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=lib32-rust
-pkgver=1.26.2
+pkgver=1.27.0
 pkgrel=1
 
 pkgdesc='32-bit libraries for rust'
@@ -16,7 +16,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('fb9ecf304488c9b56600ab20cfd1937482057f7e5db7899fddb86e0774548700'
+sha256sums=('2cb9803f690349c9fd429564d909ddd4676c68dc48b670b8ddf797c2613e2d21'
 'SKIP'
 '5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce')
 


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

2018-06-21 Thread Johannes Löthberg via arch-commits
Date: Friday, June 22, 2018 @ 00:11:18
  Author: demize
Revision: 344345

archrelease: copy trunk to community-x86_64

Added:
  lib32-rust/repos/community-x86_64/
  lib32-rust/repos/community-x86_64/PKGBUILD
(from rev 344344, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/community-x86_64/config.toml
(from rev 344344, lib32-rust/trunk/config.toml)

-+
 PKGBUILD|   51 +++
 config.toml |  419 ++
 2 files changed, 470 insertions(+)

Copied: lib32-rust/repos/community-x86_64/PKGBUILD (from rev 344344, 
lib32-rust/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-06-22 00:11:18 UTC (rev 344345)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.27.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('2cb9803f690349c9fd429564d909ddd4676c68dc48b670b8ddf797c2613e2d21'
+'SKIP'
+'5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce')
+
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/community-x86_64/config.toml (from rev 344344, 
lib32-rust/trunk/config.toml)
===
--- community-x86_64/config.toml(rev 0)
+++ community-x86_64/config.toml2018-06-22 00:11:18 UTC (rev 344345)
@@ -0,0 +1,419 @@
+# Sample TOML configuration file for building Rust.
+#
+# To configure rustbuild, copy this file to the directory from which you will 
be
+# running the build, and name it config.toml.
+#
+# All options are commented out by default in this file, and they're commented
+# out with their default values. The build system by default looks for
+# `config.toml` in the current directory of a build for build configuration, 
but
+# a custom configuration file can also be specified with `--config` to the 
build
+# system.
+
+# =
+# Tweaking how LLVM is compiled
+# =
+[llvm]
+
+# Indicates whether rustc will support compilation with LLVM
+# note: rustc does not compile without LLVM at the moment
+#enabled = true
+
+# Indicates whether the LLVM build is a Release or Debug build
+#optimize = true
+
+# Indicates whether an LLVM Release build should include debug info
+#release-debuginfo = false
+
+# Indicates whether the LLVM assertions are enabled or not
+#assertions = false
+
+# Indicates whether ccache is used when building LLVM
+#ccache = false
+# or alternatively ...
+#ccache = "/path/to/ccache"
+
+# If an external LLVM root is specified, we automatically check the version by
+# default to make sure it's within the range that we're expecting, but setting
+# this flag will indicate that this version check should not be done.
+#version-check = true
+
+# Link libstdc++ statically into the librustc_llvm instead of relying on a
+# dynamic version to be available.
+#static-libstdcpp = false
+
+# Tell the LLVM build system to use Ninja instead of the platform default for
+# the generated build system. This can sometimes be faster than make, for
+# example.
+ninja = true
+
+# LLVM targets to build support for.
+# Note: this is NOT related to Rust compilation targets. However, as Rust is
+# dependent on LLVM for code generation, turning targets off here WILL lead to
+# the resulting rustc being unable to compile for the disabled architectures.
+# Also worth pointing out is that, in case support for new targets are added to
+# LLVM, enabling them here doesn't mean Rust is automatically gaining said
+# support. You'll need to write a target specification at least, and most
+# likely, teach rustc about the C ABI of the target. Get in touch with the
+# Rust team and file an issue if you need assistance in porting!
+targets = "X86"
+
+# LLVM experimental 

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

2018-06-21 Thread Johannes Löthberg via arch-commits
Date: Thursday, June 21, 2018 @ 23:11:27
  Author: demize
Revision: 344343

archrelease: copy trunk to community-x86_64

Added:
  rust/repos/community-x86_64/PKGBUILD
(from rev 344342, rust/trunk/PKGBUILD)
  rust/repos/community-x86_64/config.toml
(from rev 344342, rust/trunk/config.toml)
Deleted:
  rust/repos/community-x86_64/PKGBUILD
  rust/repos/community-x86_64/config.toml

-+
 PKGBUILD|  160 +-
 config.toml |   48 -
 2 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 23:11:21 UTC (rev 344342)
+++ PKGBUILD2018-06-21 23:11:27 UTC (rev 344343)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-# Remember to bump lib32-rust as well!
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.26.2
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('fb9ecf304488c9b56600ab20cfd1937482057f7e5db7899fddb86e0774548700'
-'SKIP'
-'c0988fa7cb0dd3686379df9e0c45104895b69519a258f8a4ae56bd6af1670639')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package_rust() {
-  depends=('gcc-libs' 'curl' 'libssh2')
-  provides=('cargo' 'rustfmt')
-  conflicts=('cargo' 'rustfmt')
-  replaces=('cargo' 'rustfmt')
-
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python2 ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way
-  mv "$pkgdir/usr/share/doc" "$srcdir/"
-
-  install -d "$pkgdir"/usr/share/bash-completion
-  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
-}
-
-package_rust-docs() {
-  msg2 "Packaging documentation"
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-x86_64/PKGBUILD (from rev 344342, 
rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 23:11:27 UTC (rev 344343)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.27.0
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('2cb9803f690349c9fd429564d909ddd4676c68dc48b670b8ddf797c2613e2d21'
+'SKIP'
+'c0988fa7cb0dd3686379df9e0c45104895b69519a258f8a4ae56bd6af1670639')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package_rust() {
+  depends=('gcc-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python2 ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+
+  cd "$pkgdir/usr/lib"
+
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+
+  # move docs out of the way
+  mv "$pkgdir/usr/share/doc" "$srcdir/"
+
+  install -d "$pkgdir"/usr/share/bash-completion
+  mv 

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

2018-06-21 Thread Johannes Löthberg via arch-commits
Date: Thursday, June 21, 2018 @ 23:11:21
  Author: demize
Revision: 344342

upgpkg: rust 1:1.27.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 23:07:20 UTC (rev 344341)
+++ PKGBUILD2018-06-21 23:11:21 UTC (rev 344342)
@@ -8,7 +8,7 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.26.2
+pkgver=1.27.0
 pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -23,7 +23,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('fb9ecf304488c9b56600ab20cfd1937482057f7e5db7899fddb86e0774548700'
+sha256sums=('2cb9803f690349c9fd429564d909ddd4676c68dc48b670b8ddf797c2613e2d21'
 'SKIP'
 'c0988fa7cb0dd3686379df9e0c45104895b69519a258f8a4ae56bd6af1670639')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


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

2018-06-21 Thread Gaëtan Bisson via arch-commits
Date: Thursday, June 21, 2018 @ 23:07:20
  Author: bisson
Revision: 344341

archrelease: copy trunk to community-x86_64

Added:
  unbound/repos/community-x86_64/PKGBUILD
(from rev 344340, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 344340, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 344340, unbound/trunk/hook)
  unbound/repos/community-x86_64/service
(from rev 344340, unbound/trunk/service)
  unbound/repos/community-x86_64/sysusers.d
(from rev 344340, unbound/trunk/sysusers.d)
  unbound/repos/community-x86_64/tmpfiles.d
(from rev 344340, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/service
  unbound/repos/community-x86_64/sysusers.d
  unbound/repos/community-x86_64/tmpfiles.d

+
 PKGBUILD   |  126 +--
 conf   |   10 ++--
 hook   |   20 -
 service|   28 ++---
 sysusers.d |2 
 tmpfiles.d |2 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 23:06:34 UTC (rev 344340)
+++ PKGBUILD2018-06-21 23:07:20 UTC (rev 344341)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'service'
-'hook'
-'conf')
-sha256sums=('a85fc7bb34711992cf128b2012638ebb8dc1fe15818baa381f6489240845eaa0'
-'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-x86_64/PKGBUILD (from rev 344340, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 23:07:20 UTC (rev 344341)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'service'
+'hook'
+'conf')
+sha256sums=('c11de115d928a6b48b2165e0214402a7a7da313cd479203a7ce7a8b62cba602d'
+'SKIP'
+

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

2018-06-21 Thread Gaëtan Bisson via arch-commits
Date: Thursday, June 21, 2018 @ 23:06:34
  Author: bisson
Revision: 344340

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 22:41:33 UTC (rev 344339)
+++ PKGBUILD2018-06-21 23:06:34 UTC (rev 344340)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -21,7 +21,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('a85fc7bb34711992cf128b2012638ebb8dc1fe15818baa381f6489240845eaa0'
+sha256sums=('c11de115d928a6b48b2165e0214402a7a7da313cd479203a7ce7a8b62cba602d'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 22:41:33
  Author: spupykin
Revision: 344339

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 344338, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 344338, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   59 +++
 emacs-php-mode.install |   26 ++--
 2 files changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 22:41:22 UTC (rev 344338)
+++ PKGBUILD2018-06-21 22:41:33 UTC (rev 344339)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.19.1
-pkgrel=2
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="https://github.com/ejmr/php-mode;
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz;)
-sha256sums=('23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9')
-
-build() {
-  cd "$srcdir"/php-mode-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/php-mode-$pkgver
-  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
-  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
-  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
-  install -Dm0644 php-project.el 
"$pkgdir"/usr/share/emacs/site-lisp/php-project.el
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 344338, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 22:41:33 UTC (rev 344339)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.19.1
+pkgrel=3
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode;
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz;)
+sha256sums=('23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9')
+
+build() {
+  cd "$srcdir"/php-mode-$pkgver
+  make -j1
+}
+
+package() {
+  cd "$srcdir"/php-mode-$pkgver
+  for i in *.el{,c}; do
+install -Dm0644 $i "$pkgdir"/usr/share/emacs/site-lisp/php-mode/$i
+  done
+  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
+  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2018-06-21 22:41:22 UTC (rev 344338)
+++ emacs-php-mode.install  2018-06-21 22:41:33 UTC (rev 344339)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
344338, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2018-06-21 22:41:33 UTC (rev 344339)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in emacs-php-mode/trunk (PKGBUILD)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 22:41:22
  Author: spupykin
Revision: 344338

upgpkg: emacs-php-mode 1.19.1-3

Modified:
  emacs-php-mode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 21:56:37 UTC (rev 344337)
+++ PKGBUILD2018-06-21 22:41:22 UTC (rev 344338)
@@ -4,7 +4,7 @@
 
 pkgname=emacs-php-mode
 pkgver=1.19.1
-pkgrel=2
+pkgrel=3
 license=("GPL")
 pkgdesc="PHP mode for emacs"
 url="https://github.com/ejmr/php-mode;
@@ -17,13 +17,14 @@
 
 build() {
   cd "$srcdir"/php-mode-$pkgver
-  make
+  make -j1
 }
 
 package() {
   cd "$srcdir"/php-mode-$pkgver
-  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
+  for i in *.el{,c}; do
+install -Dm0644 $i "$pkgdir"/usr/share/emacs/site-lisp/php-mode/$i
+  done
   install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
   cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
-  install -Dm0644 php-project.el 
"$pkgdir"/usr/share/emacs/site-lisp/php-project.el
 }


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

2018-06-21 Thread Morten Linderud via arch-commits
Date: Thursday, June 21, 2018 @ 21:56:31
  Author: foxboron
Revision: 344336

upgpkg: qutebrowser 1.3.3-1

Updated to 1.3.3

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 20:02:14 UTC (rev 344335)
+++ PKGBUILD2018-06-21 21:56:31 UTC (rev 344336)
@@ -3,7 +3,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
@@ -24,7 +24,7 @@

"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;

"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('ff4bf5f74e6ba4f76e5bee8ab5c370c0fb8bbd99123592262c09605c5065c27f'
+sha256sums=('68cab76dbd23ef77c29865a80e3eb508a3b5392e9f190c497f8a93dada5c9906'
 'SKIP')
 
 build() {


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

2018-06-21 Thread Morten Linderud via arch-commits
Date: Thursday, June 21, 2018 @ 21:56:37
  Author: foxboron
Revision: 344337

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 21:56:31 UTC (rev 344336)
+++ PKGBUILD2018-06-21 21:56:37 UTC (rev 344337)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="http://www.qutebrowser.org/;
-license=("GPL")
-depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
-   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: displaying PDF in-browser"
-   "qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=(
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('ff4bf5f74e6ba4f76e5bee8ab5c370c0fb8bbd99123592262c09605c5065c27f'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
-}

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


[arch-commits] Commit in linux-hardened/repos/testing-x86_64 (16 files)

2018-06-21 Thread Levente Polyak via arch-commits
Date: Thursday, June 21, 2018 @ 21:45:01
  Author: anthraxx
Revision: 327417

archrelease: copy trunk to testing-x86_64

Added:
  linux-hardened/repos/testing-x86_64/60-linux.hook
(from rev 327416, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/testing-x86_64/90-linux.hook
(from rev 327416, linux-hardened/trunk/90-linux.hook)
  
linux-hardened/repos/testing-x86_64/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
(from rev 327416, 
linux-hardened/trunk/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch)
  linux-hardened/repos/testing-x86_64/PKGBUILD
(from rev 327416, linux-hardened/trunk/PKGBUILD)
  
linux-hardened/repos/testing-x86_64/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 327416, 
linux-hardened/trunk/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-hardened/repos/testing-x86_64/config.x86_64
(from rev 327416, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/testing-x86_64/linux.install
(from rev 327416, linux-hardened/trunk/linux.install)
  linux-hardened/repos/testing-x86_64/linux.preset
(from rev 327416, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/testing-x86_64/60-linux.hook
  linux-hardened/repos/testing-x86_64/90-linux.hook
  
linux-hardened/repos/testing-x86_64/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
  linux-hardened/repos/testing-x86_64/PKGBUILD
  
linux-hardened/repos/testing-x86_64/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
  linux-hardened/repos/testing-x86_64/config.x86_64
  linux-hardened/repos/testing-x86_64/linux.install
  linux-hardened/repos/testing-x86_64/linux.preset

+
 60-linux.hook  |   24 
 90-linux.hook  |   22 
 ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch |  258 
 PKGBUILD   |  516 
 Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  484 
 config.x86_64  |19116 +--
 linux.install  |   22 
 linux.preset   |   28 
 8 files changed, 10235 insertions(+), 10235 deletions(-)

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


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2018-06-21 Thread Levente Polyak via arch-commits
Date: Thursday, June 21, 2018 @ 21:44:51
  Author: anthraxx
Revision: 327416

upgpkg: linux-hardened 4.17.2.a-2 (deactivate slub_debug=P for PAGE_SANITIZE)

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |4 ++--
 config.x86_64 |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 20:25:31 UTC (rev 327415)
+++ PKGBUILD2018-06-21 21:44:51 UTC (rev 327416)
@@ -7,7 +7,7 @@
 _srcname=linux-4.17
 _pkgver=4.17.2
 pkgver=${_pkgver}.a
-pkgrel=1
+pkgrel=2
 url='https://github.com/anthraxx/linux-hardened'
 arch=('x86_64')
 license=('GPL2')
@@ -35,7 +35,7 @@
 'SKIP'
 'c8d5c08c36dd6ac00a3b0e8ba8f113acd1703bf39838bfefb1ce8195da979234'
 'SKIP'
-'d53f199b729dbe4e3f1652d1dae85a90d27486121cad68bf8627f2d93c95a278'
+'cf49a3ee5b8e21d4da6859840e8d2078b834aeb6daf8e19b180db0074b77882d'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config.x86_64
===
--- config.x86_64   2018-06-21 20:25:31 UTC (rev 327415)
+++ config.x86_64   2018-06-21 21:44:51 UTC (rev 327416)
@@ -686,7 +686,7 @@
 # CONFIG_LEGACY_VSYSCALL_EMULATE is not set
 CONFIG_LEGACY_VSYSCALL_NONE=y
 CONFIG_CMDLINE_BOOL=y
-CONFIG_CMDLINE="audit=0 slub_debug=P page_poison=1 slab_nomerge pti=on"
+CONFIG_CMDLINE="audit=0 page_poison=1 slab_nomerge pti=on"
 # CONFIG_CMDLINE_OVERRIDE is not set
 # CONFIG_MODIFY_LDT_SYSCALL is not set
 CONFIG_HAVE_LIVEPATCH=y


[arch-commits] Commit in git/trunk (1 file)

2018-06-21 Thread Christian Hesse via arch-commits
Date: Thursday, June 21, 2018 @ 20:25:31
  Author: eworm
Revision: 327415

clean up upstream patch

Deleted:
  git/trunk/0001-perl-fix-installing-modules-from-contrib.patch

-+
 0001-perl-fix-installing-modules-from-contrib.patch |   48 --
 1 file changed, 48 deletions(-)

Deleted: 0001-perl-fix-installing-modules-from-contrib.patch
===
--- 0001-perl-fix-installing-modules-from-contrib.patch 2018-06-21 19:25:30 UTC 
(rev 327414)
+++ 0001-perl-fix-installing-modules-from-contrib.patch 2018-06-21 20:25:31 UTC 
(rev 327415)
@@ -1,48 +0,0 @@
-From cfb3a47cada99d1bdccd08426f122ded2a63834e Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Tue, 10 Apr 2018 15:36:41 +0200
-Subject: perl: fix installing modules from contrib
-
-Commit 20d2a30f (Makefile: replace perl/Makefile.PL with simple make rules)
-removed a target that allowed Makefiles from contrib/ to get the correct
-install path. This introduces a new target for main Makefile and fixes
-installation for Mediawiki module.
-
-v2: Pass prefix as that can have influence as well, add single quotes
-for _SQ variant.
-
-Signed-off-by: Christian Hesse 

- Makefile   | 2 ++
- contrib/mw-to-git/Makefile | 5 +++--
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 2091f5f892..75b9ad3b48 100644
 a/Makefile
-+++ b/Makefile
-@@ -1973,6 +1973,8 @@ GIT-PERL-DEFINES: FORCE
-   echo "$$FLAGS" >$@; \
-   fi
- 
-+perllibdir:
-+  @echo '$(perllibdir_SQ)'
- 
- .PHONY: gitweb
- gitweb:
-diff --git a/contrib/mw-to-git/Makefile b/contrib/mw-to-git/Makefile
-index a4b6f7a2cd..4e603512a3 100644
 a/contrib/mw-to-git/Makefile
-+++ b/contrib/mw-to-git/Makefile
-@@ -21,8 +21,9 @@ HERE=contrib/mw-to-git/
- INSTALL = install
- 
- SCRIPT_PERL_FULL=$(patsubst %,$(HERE)/%,$(SCRIPT_PERL))
--INSTLIBDIR=$(shell $(MAKE) -C $(GIT_ROOT_DIR)/perl \
---s --no-print-directory instlibdir)
-+INSTLIBDIR=$(shell $(MAKE) -C $(GIT_ROOT_DIR)/ \
-+-s --no-print-directory prefix=$(prefix) \
-+perllibdir=$(perllibdir) perllibdir)
- DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
- INSTLIBDIR_SQ = $(subst ','\'',$(INSTLIBDIR))
- 


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

2018-06-21 Thread Jelle van der Waa via arch-commits
Date: Thursday, June 21, 2018 @ 20:02:14
  Author: jelle
Revision: 344335

archrelease: copy trunk to community-x86_64

Added:
  geckodriver/repos/community-x86_64/PKGBUILD
(from rev 344334, geckodriver/trunk/PKGBUILD)
Deleted:
  geckodriver/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 20:02:00 UTC (rev 344334)
+++ PKGBUILD2018-06-21 20:02:14 UTC (rev 344335)
@@ -1,24 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: kevku 
-
-pkgname=geckodriver
-pkgver=0.20.1
-pkgrel=1
-pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with 
Gecko-based browsers."
-arch=("x86_64")
-url="https://github.com/mozilla/geckodriver;
-license=("MPL")
-makedepends=("rust" "cargo" "gcc-libs")
-source=("https://github.com/mozilla/geckodriver/archive/v$pkgver.tar.gz;)
-sha256sums=('0bee8be4841147528c41417e4eb1f44eaddd7aa16b267d6237ec2abafecf71b2')
-
-build() {
-   cd "$pkgname-$pkgver"
-   cargo build --release
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-install -Dm755 target/release/$pkgname "$pkgdir"/usr/bin/$pkgname
-ln -sf /usr/bin/$pkgname "$pkgdir"/usr/bin/wires
-}

Copied: geckodriver/repos/community-x86_64/PKGBUILD (from rev 344334, 
geckodriver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 20:02:14 UTC (rev 344335)
@@ -0,0 +1,24 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: kevku 
+
+pkgname=geckodriver
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with 
Gecko-based browsers."
+arch=("x86_64")
+url="https://github.com/mozilla/geckodriver;
+license=("MPL")
+makedepends=("rust" "cargo" "gcc-libs")
+source=("https://github.com/mozilla/geckodriver/archive/v$pkgver.tar.gz;)
+sha256sums=('28848219addea9f56b1a75f9e1b3ae29edf74066bb47e5cd9e719b97be1a69e4')
+
+build() {
+   cd "$pkgname-$pkgver"
+   cargo build --release
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+install -Dm755 target/release/$pkgname "$pkgdir"/usr/bin/$pkgname
+ln -sf /usr/bin/$pkgname "$pkgdir"/usr/bin/wires
+}


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

2018-06-21 Thread Jelle van der Waa via arch-commits
Date: Thursday, June 21, 2018 @ 20:02:00
  Author: jelle
Revision: 344334

upgpkg: geckodriver 0.21.0-1

Modified:
  geckodriver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 19:41:46 UTC (rev 344333)
+++ PKGBUILD2018-06-21 20:02:00 UTC (rev 344334)
@@ -2,7 +2,7 @@
 # Contributor: kevku 
 
 pkgname=geckodriver
-pkgver=0.20.1
+pkgver=0.21.0
 pkgrel=1
 pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with 
Gecko-based browsers."
 arch=("x86_64")
@@ -10,7 +10,7 @@
 license=("MPL")
 makedepends=("rust" "cargo" "gcc-libs")
 source=("https://github.com/mozilla/geckodriver/archive/v$pkgver.tar.gz;)
-sha256sums=('0bee8be4841147528c41417e4eb1f44eaddd7aa16b267d6237ec2abafecf71b2')
+sha256sums=('28848219addea9f56b1a75f9e1b3ae29edf74066bb47e5cd9e719b97be1a69e4')
 
 build() {
cd "$pkgname-$pkgver"


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

2018-06-21 Thread Jakob Gruber via arch-commits
Date: Thursday, June 21, 2018 @ 19:41:33
  Author: schuay
Revision: 344332

upgpkg: qgit 2.8-1

2.8-1

Modified:
  qgit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 19:30:38 UTC (rev 344331)
+++ PKGBUILD2018-06-21 19:41:33 UTC (rev 344332)
@@ -5,16 +5,16 @@
 # Contributor: Dan McGee 
 
 pkgname=qgit
-pkgver=2.7
-pkgrel=2
+pkgver=2.8
+pkgrel=1
 pkgdesc="A GIT GUI viewer built on Qt/C++"
-url='http://libre.tibirna.org/projects/qgit/wiki/QGit'
+url='https://github.com/tibirna/qgit'
 arch=('x86_64')
 license=('GPL')
 makedepends=('cmake')
 depends=('qt5-base' 'git' 'hicolor-icon-theme')
 optdepends=('source-highlight')
-source=("${pkgname}::git://repo.or.cz/qgit4/redivivus.git#tag=${pkgname}-${pkgver}")
+source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver};)
 
 build() {
   cd ${srcdir}/${pkgname}


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

2018-06-21 Thread Jakob Gruber via arch-commits
Date: Thursday, June 21, 2018 @ 19:41:46
  Author: schuay
Revision: 344333

archrelease: copy trunk to community-x86_64

Added:
  qgit/repos/community-x86_64/PKGBUILD
(from rev 344332, qgit/trunk/PKGBUILD)
Deleted:
  qgit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 19:41:33 UTC (rev 344332)
+++ PKGBUILD2018-06-21 19:41:46 UTC (rev 344333)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Andrea Scarpino 
-# Contributor: Allan McRae 
-# Contributor: Dan McGee 
-
-pkgname=qgit
-pkgver=2.7
-pkgrel=2
-pkgdesc="A GIT GUI viewer built on Qt/C++"
-url='http://libre.tibirna.org/projects/qgit/wiki/QGit'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('cmake')
-depends=('qt5-base' 'git' 'hicolor-icon-theme')
-optdepends=('source-highlight')
-source=("${pkgname}::git://repo.or.cz/qgit4/redivivus.git#tag=${pkgname}-${pkgver}")
-
-build() {
-  cd ${srcdir}/${pkgname}
-  rm -rf build && mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}/build
-  make DESTDIR=${pkgdir} install
-}
-
-md5sums=('SKIP')

Copied: qgit/repos/community-x86_64/PKGBUILD (from rev 344332, 
qgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 19:41:46 UTC (rev 344333)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Andrea Scarpino 
+# Contributor: Allan McRae 
+# Contributor: Dan McGee 
+
+pkgname=qgit
+pkgver=2.8
+pkgrel=1
+pkgdesc="A GIT GUI viewer built on Qt/C++"
+url='https://github.com/tibirna/qgit'
+arch=('x86_64')
+license=('GPL')
+makedepends=('cmake')
+depends=('qt5-base' 'git' 'hicolor-icon-theme')
+optdepends=('source-highlight')
+source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver};)
+
+build() {
+  cd ${srcdir}/${pkgname}
+  rm -rf build && mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}/build
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('SKIP')


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

2018-06-21 Thread Morten Linderud via arch-commits
Date: Thursday, June 21, 2018 @ 19:30:38
  Author: foxboron
Revision: 344331

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 19:30:32 UTC (rev 344330)
+++ PKGBUILD2018-06-21 19:30:38 UTC (rev 344331)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Sean Haugh 
-
-pkgname=python-pywal
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Generate and change colorschemes on the fly"
-arch=('any')
-url="https://github.com/dylanaraps/pywal/;
-license=('MIT')
-depends=('python' 'imagemagick')
-makedepends=('python-setuptools')
-optdepends=('feh: set wallpaper'
-'nitrogen: set wallpaper'
-   'python2: reload gtk2 themes on the fly')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz;)
-sha256sums=('d0fd3980a0cb47742292231da3da30ba0b57ed17d65b4e6b7359bca1d9f21108')
-
-build(){
-  cd "pywal-${pkgver}"
-  python setup.py build
-}
-
-check(){
-  cd "pywal-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "pywal-${pkgver}"
-  python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 
--skip-build
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pywal/repos/community-any/PKGBUILD (from rev 344330, 
python-pywal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 19:30:38 UTC (rev 344331)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud  
+# Contributor: Sean Haugh 
+
+pkgname=python-pywal
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Generate and change colorschemes on the fly"
+arch=('any')
+url="https://github.com/dylanaraps/pywal/;
+license=('MIT')
+depends=('python' 'imagemagick')
+makedepends=('python-setuptools')
+optdepends=('feh: set wallpaper'
+'nitrogen: set wallpaper'
+   'python2: reload gtk2 themes on the fly')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz;)
+sha256sums=('2d17982b5803de3da09a0678523c009d9154f2a53cfe643f727445e758d6f4ba')
+
+build(){
+  cd "pywal-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "pywal-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "pywal-${pkgver}"
+  python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 
--skip-build
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-06-21 Thread Morten Linderud via arch-commits
Date: Thursday, June 21, 2018 @ 19:30:32
  Author: foxboron
Revision: 344330

upgpkg: python-pywal 3.1.0-1

Updated to 3.1.0

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 19:29:57 UTC (rev 344329)
+++ PKGBUILD2018-06-21 19:30:32 UTC (rev 344330)
@@ -2,7 +2,7 @@
 # Contributor: Sean Haugh 
 
 pkgname=python-pywal
-pkgver=3.0.1
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
@@ -14,7 +14,7 @@
 'nitrogen: set wallpaper'
'python2: reload gtk2 themes on the fly')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz;)
-sha256sums=('d0fd3980a0cb47742292231da3da30ba0b57ed17d65b4e6b7359bca1d9f21108')
+sha256sums=('2d17982b5803de3da09a0678523c009d9154f2a53cfe643f727445e758d6f4ba')
 
 build(){
   cd "pywal-${pkgver}"


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

2018-06-21 Thread Morten Linderud via arch-commits
Date: Thursday, June 21, 2018 @ 19:29:57
  Author: foxboron
Revision: 344329

archrelease: copy trunk to community-any

Added:
  font-awesome/repos/community-any/PKGBUILD
(from rev 344328, font-awesome/trunk/PKGBUILD)
Deleted:
  font-awesome/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 19:29:49 UTC (rev 344328)
+++ PKGBUILD2018-06-21 19:29:57 UTC (rev 344329)
@@ -1,28 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Alad Wenter 

-
-pkgbase=font-awesome
-pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.0.13
-pkgrel=1
-pkgdesc="Iconic font designed for Bootstrap"
-url="http://fontawesome.com;
-license=('custom:OFL')
-arch=('any')
-depends=('fontconfig')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
-sha256sums=('fae40b4aeb6505edb0b641631ff4a5d8c97e5972fb6643f3b2eb626c752e5a83')
-
-package_ttf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/TTF"
-  install -m644 ./web-fonts-with-css/webfonts/*.ttf 
"$pkgdir/usr/share/fonts/TTF"
-}
-
-package_otf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/OTF"
-  install -m644 ./use-on-desktop/*.otf "$pkgdir/usr/share/fonts/OTF"
-}

Copied: font-awesome/repos/community-any/PKGBUILD (from rev 344328, 
font-awesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 19:29:57 UTC (rev 344329)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud  
+# Contributor: Alad Wenter 

+
+pkgbase=font-awesome
+pkgname=(ttf-font-awesome otf-font-awesome)
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Iconic font designed for Bootstrap"
+url="http://fontawesome.com;
+license=('custom:OFL')
+arch=('any')
+depends=('fontconfig')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
+sha256sums=('0081ff1e590ef4d49b751840ea0551b3f577fc138436fe1f78101ce432faf2d4')
+
+package_ttf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -m644 ./web-fonts-with-css/webfonts/*.ttf 
"$pkgdir/usr/share/fonts/TTF"
+}
+
+package_otf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/OTF"
+  install -m644 ./use-on-desktop/*.otf "$pkgdir/usr/share/fonts/OTF"
+}


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

2018-06-21 Thread Morten Linderud via arch-commits
Date: Thursday, June 21, 2018 @ 19:29:49
  Author: foxboron
Revision: 344328

upgpkg: font-awesome 5.1.0-1

Updated to 5.1.0

Modified:
  font-awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 17:28:57 UTC (rev 344327)
+++ PKGBUILD2018-06-21 19:29:49 UTC (rev 344328)
@@ -3,7 +3,7 @@
 
 pkgbase=font-awesome
 pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.0.13
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Iconic font designed for Bootstrap"
 url="http://fontawesome.com;
@@ -11,7 +11,7 @@
 arch=('any')
 depends=('fontconfig')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
-sha256sums=('fae40b4aeb6505edb0b641631ff4a5d8c97e5972fb6643f3b2eb626c752e5a83')
+sha256sums=('0081ff1e590ef4d49b751840ea0551b3f577fc138436fe1f78101ce432faf2d4')
 
 package_ttf-font-awesome() {
   cd "Font-Awesome-${pkgver}"


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

2018-06-21 Thread Andreas Radke via arch-commits
Date: Thursday, June 21, 2018 @ 19:25:30
  Author: andyrtr
Revision: 327414

archrelease: copy trunk to testing-x86_64

Added:
  libinput/repos/testing-x86_64/
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 327413, libinput/trunk/PKGBUILD)
  
libinput/repos/testing-x86_64/pass_a_valid_grab_parameter_to_list-devices.patch
(from rev 327413, 
libinput/trunk/pass_a_valid_grab_parameter_to_list-devices.patch)

---+
 PKGBUILD  |   47 +++
 pass_a_valid_grab_parameter_to_list-devices.patch |   59 
 2 files changed, 106 insertions(+)

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 327413, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-21 19:25:30 UTC (rev 327414)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.11.1
+pkgrel=2
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+arch=(x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
+optdepends=('gtk3: libinput debug-gui'
+'python-pyudev: libinput measure'
+'python-evdev: libinput measure')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+pass_a_valid_grab_parameter_to_list-devices.patch)
+sha512sums=('3dd1a318c89d66f5a66016c6dbfa5277b61a8cb5337d99f85b1eeef40ed894bdc04fd4588a97383988daea0f034df5a72bff318325320a01b857db9deb94a2b0'
+'SKIP'
+
'98ced6bcc5bc0ae22fbf2c9fe74bffb79eb575f34f0e0dfb8c7b84b3e54aee94b0bfb9ba0245b19a920e4d01984f7fc26029bbb7963cbce03409ea8db2dc9d7c')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix core dump in list-devices FS#59082
+  patch -Np1 -i ../pass_a_valid_grab_parameter_to_list-devices.patch
+  # Reduce docs size
+  printf '%s\n' >>doc/libinput.doxygen.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build -Dtests=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dvm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # install doc - no Makefile target
+  install -d "$pkgdir/usr/share/doc"
+  cp -av build/html "$pkgdir/usr/share/doc/libinput"
+}

Copied: 
libinput/repos/testing-x86_64/pass_a_valid_grab_parameter_to_list-devices.patch 
(from rev 327413, 
libinput/trunk/pass_a_valid_grab_parameter_to_list-devices.patch)
===
--- testing-x86_64/pass_a_valid_grab_parameter_to_list-devices.patch
(rev 0)
+++ testing-x86_64/pass_a_valid_grab_parameter_to_list-devices.patch
2018-06-21 19:25:30 UTC (rev 327414)
@@ -0,0 +1,59 @@
+From 7c51c881dc72827ca50ae9eea3d123eef9cb4a66 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Wed, 20 Jun 2018 07:56:05 +1000
+Subject: [PATCH] tools: pass a valid grab parameter to list-devices
+
+My kingdome for a compiler warning. Or a scan-build warning. Or a coverity
+warning. Or anything... But no, nothing.
+
+Also make the open_restricted() more robust to a NULL userdata, because
+effectively that's what we were passing here.
+
+Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/50
+
+Introduced in 0a13223c39fdf0f079715bf83d498c0dcd9cf4f8
+
+Signed-off-by: Peter Hutterer 
+---
+ tools/libinput-list-devices.c | 3 ++-
+ tools/shared.c| 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/tools/libinput-list-devices.c b/tools/libinput-list-devices.c
+index aa225ca..4cbdf77 100644
+--- a/tools/libinput-list-devices.c
 b/tools/libinput-list-devices.c
+@@ -372,6 +372,7 @@ main(int argc, char **argv)
+ {
+   struct libinput *li;
+   struct libinput_event *ev;
++  bool grab = false;
+ 
+   /* This is kept for backwards-compatibility with the old
+  libinput-list-devices */
+@@ -388,7 +389,7 @@ main(int argc, char **argv)
+   }
+   }
+ 
+-  li = tools_open_backend(BACKEND_UDEV, "seat0", false, false);
++  li = tools_open_backend(BACKEND_UDEV, "seat0", false, );
+   if (!li)
+   return 1;
+ 
+diff --git a/tools/shared.c b/tools/shared.c
+index d1f0270..d3fb629 100644
+--- a/tools/shared.c
 b/tools/shared.c
+@@ -232,7 +232,7 @@ open_restricted(const char *path, int flags, void 
*user_data)
+   if (fd < 0)
+   fprintf(stderr, "Failed to open %s (%s)\n",
+   path, strerror(errno));
+-  else if (*grab && ioctl(fd, EVIOCGRAB, (void*)1) == -1)
++  else 

[arch-commits] Commit in libinput/trunk (2 files)

2018-06-21 Thread Andreas Radke via arch-commits
Date: Thursday, June 21, 2018 @ 19:25:22
  Author: andyrtr
Revision: 327413

upgpkg: libinput 1.11.1-2

apply upstream fix for list-devices core dumps - FS#59082

Added:
  libinput/trunk/pass_a_valid_grab_parameter_to_list-devices.patch
Modified:
  libinput/trunk/PKGBUILD

---+
 PKGBUILD  |   10 ++-
 pass_a_valid_grab_parameter_to_list-devices.patch |   59 
 2 files changed, 66 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 19:03:34 UTC (rev 327412)
+++ PKGBUILD2018-06-21 19:25:22 UTC (rev 327413)
@@ -4,7 +4,7 @@
 
 pkgname=libinput
 pkgver=1.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/;
 arch=(x86_64)
@@ -14,13 +14,17 @@
 optdepends=('gtk3: libinput debug-gui'
 'python-pyudev: libinput measure'
 'python-evdev: libinput measure')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+pass_a_valid_grab_parameter_to_list-devices.patch)
 
sha512sums=('3dd1a318c89d66f5a66016c6dbfa5277b61a8cb5337d99f85b1eeef40ed894bdc04fd4588a97383988daea0f034df5a72bff318325320a01b857db9deb94a2b0'
-'SKIP')
+'SKIP'
+
'98ced6bcc5bc0ae22fbf2c9fe74bffb79eb575f34f0e0dfb8c7b84b3e54aee94b0bfb9ba0245b19a920e4d01984f7fc26029bbb7963cbce03409ea8db2dc9d7c')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
 prepare() {
   cd $pkgname-$pkgver
+  # fix core dump in list-devices FS#59082
+  patch -Np1 -i ../pass_a_valid_grab_parameter_to_list-devices.patch
   # Reduce docs size
   printf '%s\n' >>doc/libinput.doxygen.in \
 HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes

Added: pass_a_valid_grab_parameter_to_list-devices.patch
===
--- pass_a_valid_grab_parameter_to_list-devices.patch   
(rev 0)
+++ pass_a_valid_grab_parameter_to_list-devices.patch   2018-06-21 19:25:22 UTC 
(rev 327413)
@@ -0,0 +1,59 @@
+From 7c51c881dc72827ca50ae9eea3d123eef9cb4a66 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Wed, 20 Jun 2018 07:56:05 +1000
+Subject: [PATCH] tools: pass a valid grab parameter to list-devices
+
+My kingdome for a compiler warning. Or a scan-build warning. Or a coverity
+warning. Or anything... But no, nothing.
+
+Also make the open_restricted() more robust to a NULL userdata, because
+effectively that's what we were passing here.
+
+Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/50
+
+Introduced in 0a13223c39fdf0f079715bf83d498c0dcd9cf4f8
+
+Signed-off-by: Peter Hutterer 
+---
+ tools/libinput-list-devices.c | 3 ++-
+ tools/shared.c| 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/tools/libinput-list-devices.c b/tools/libinput-list-devices.c
+index aa225ca..4cbdf77 100644
+--- a/tools/libinput-list-devices.c
 b/tools/libinput-list-devices.c
+@@ -372,6 +372,7 @@ main(int argc, char **argv)
+ {
+   struct libinput *li;
+   struct libinput_event *ev;
++  bool grab = false;
+ 
+   /* This is kept for backwards-compatibility with the old
+  libinput-list-devices */
+@@ -388,7 +389,7 @@ main(int argc, char **argv)
+   }
+   }
+ 
+-  li = tools_open_backend(BACKEND_UDEV, "seat0", false, false);
++  li = tools_open_backend(BACKEND_UDEV, "seat0", false, );
+   if (!li)
+   return 1;
+ 
+diff --git a/tools/shared.c b/tools/shared.c
+index d1f0270..d3fb629 100644
+--- a/tools/shared.c
 b/tools/shared.c
+@@ -232,7 +232,7 @@ open_restricted(const char *path, int flags, void 
*user_data)
+   if (fd < 0)
+   fprintf(stderr, "Failed to open %s (%s)\n",
+   path, strerror(errno));
+-  else if (*grab && ioctl(fd, EVIOCGRAB, (void*)1) == -1)
++  else if (grab && *grab && ioctl(fd, EVIOCGRAB, (void*)1) == -1)
+   fprintf(stderr, "Grab requested, but failed for %s (%s)\n",
+   path, strerror(errno));
+ 
+--
+libgit2 0.27.1
+
+


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

2018-06-21 Thread Andreas Radke via arch-commits
Date: Thursday, June 21, 2018 @ 19:03:34
  Author: andyrtr
Revision: 327412

archrelease: copy trunk to staging-x86_64

Added:
  man-db/repos/staging-x86_64/
  man-db/repos/staging-x86_64/PKGBUILD
(from rev 327411, man-db/trunk/PKGBUILD)
  man-db/repos/staging-x86_64/convert-mans
(from rev 327411, man-db/trunk/convert-mans)
  man-db/repos/staging-x86_64/man-db.install
(from rev 327411, man-db/trunk/man-db.install)
  man-db/repos/staging-x86_64/man-db.service
(from rev 327411, man-db/trunk/man-db.service)
  man-db/repos/staging-x86_64/man-db.timer
(from rev 327411, man-db/trunk/man-db.timer)

+
 PKGBUILD   |   67 +++
 convert-mans   |   11 +
 man-db.install |   11 +
 man-db.service |   12 +
 man-db.timer   |7 +
 5 files changed, 108 insertions(+)

Copied: man-db/repos/staging-x86_64/PKGBUILD (from rev 327411, 
man-db/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-06-21 19:03:34 UTC (rev 327412)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=man-db
+pkgver=2.8.3
+pkgrel=2
+pkgdesc="A utility for reading man pages"
+arch=('x86_64')
+url="http://www.nongnu.org/man-db/;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less' 'libseccomp')
+makedepends=('po4a')
+optdepends=('gzip')
+backup=('etc/man_db.conf')
+conflicts=('man')
+provides=('man')
+replaces=('man')
+install=${pkgname}.install
+source=(#https://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
+
https://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.asc}
+convert-mans
+man-db.{timer,service})
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

+sha512sums=('35d5dda7a2bda94978d10770d24d4c78b3c62c71a68cfeb400df61b0df289ed17aa8aa223d4ae3ffa094d76df8d9172b878230fd7b0397ce7728b9c8ac0b1745'
+'SKIP'
+
'0b159285da20008f0fc0afb21f1eaebd39e8df5b0594880aa0e8a913b656608b8d16bb8d279d9e62d7aae52f62cb9b2fc49e237c6711f4a5170972b38d345535'
+
'2ed529500fbe18ba00ac7a6fc4c9da59e396464afb256db33f462b1127e497916602370e65e485c8d788c839f5b1b1130028502f61e1cc9ec8571ad6dd993738'
+
'76f8d51866418b612a72deaf3b07134d416a6d014dd3883fa78e08683c6b08553f483a4384ac87da25ac9896faa4807842fc69c42950cefe3c1c0590883aa600')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--with-db=gdbm \
+--disable-setuid \
+--enable-cache-owner=root \
+--enable-mandirs=GNU \
+--with-sections="1 n l 8 3 0 2 5 4 9 6 7"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # part of groff pkg
+  rm -f ${pkgdir}/usr/bin/zsoelim
+
+  # script from LFS to convert manpages, see
+  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
+  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans
+
+  # install man-db update timer
+  install -D -m644 ${srcdir}/man-db.timer 
${pkgdir}/usr/lib/systemd/system/man-db.timer
+  install -D -m644 ${srcdir}/man-db.service 
${pkgdir}/usr/lib/systemd/system/man-db.service
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+  ln -s ../man-db.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/man-db.timer
+}

Copied: man-db/repos/staging-x86_64/convert-mans (from rev 327411, 
man-db/trunk/convert-mans)
===
--- staging-x86_64/convert-mans (rev 0)
+++ staging-x86_64/convert-mans 2018-06-21 19:03:34 UTC (rev 327412)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+FROM="$1"
+TO="$2"
+shift ; shift
+while [ $# -gt 0 ]
+do
+FILE="$1"
+shift
+iconv -f "$FROM" -t "$TO" "$FILE" >.tmp.iconv
+mv .tmp.iconv "$FILE"
+done

Copied: man-db/repos/staging-x86_64/man-db.install (from rev 327411, 
man-db/trunk/man-db.install)
===
--- staging-x86_64/man-db.install   (rev 0)
+++ staging-x86_64/man-db.install   2018-06-21 19:03:34 UTC (rev 327412)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  # force database rebuild as recommended per upstream
+  if [ "`vercmp $2 2.7.0`" -lt 0 ]; then
+ echo "(re)building database..."
+ mandb -c --quiet
+  fi
+}
+
+post_remove() {
+  rm -rf /var/cache/man
+}

Copied: man-db/repos/staging-x86_64/man-db.service (from rev 327411, 
man-db/trunk/man-db.service)
===
--- staging-x86_64/man-db.service   

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

2018-06-21 Thread Andreas Radke via arch-commits
Date: Thursday, June 21, 2018 @ 19:03:21
  Author: andyrtr
Revision: 327411

upgpkg: man-db 2.8.3-2

gdbm 1.15 rebuild

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 18:45:06 UTC (rev 327410)
+++ PKGBUILD2018-06-21 19:03:21 UTC (rev 327411)
@@ -4,7 +4,7 @@
 
 pkgname=man-db
 pkgver=2.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility for reading man pages"
 arch=('x86_64')
 url="http://www.nongnu.org/man-db/;


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

2018-06-21 Thread Christian Hesse via arch-commits
Date: Thursday, June 21, 2018 @ 18:45:01
  Author: eworm
Revision: 327409

upgpkg: git 2.18.0-1

new upstream release

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 17:53:07 UTC (rev 327408)
+++ PKGBUILD2018-06-21 18:45:01 UTC (rev 327409)
@@ -3,15 +3,15 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.17.1
+pkgver=2.18.0
 pkgrel=1
-pkgdesc="the fast distributed version control system"
+pkgdesc='the fast distributed version control system'
 arch=(x86_64)
-url="http://git-scm.com/;
+url='https://git-scm.com/'
 license=('GPL2')
 depends=('curl' 'expat>=2.0' 'perl>=5.14.0' 'perl-error' 'perl-mailtools'
  'openssl' 'pcre2' 'grep' 'shadow')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
+makedepends=('python2' 'libgnome-keyring' 'xmlto' 'asciidoc')
 optdepends=('tk: gitk and git gui'
 'perl-libwww: git svn'
 'perl-term-readkey: git svn'
@@ -28,13 +28,11 @@
 install=git.install
 validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
 source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
-'0001-perl-fix-installing-modules-from-contrib.patch'
 'git-daemon@.service'
 'git-daemon.socket'
 'git-sysusers.conf')
-sha256sums=('79136e7aa83abae4d8a25c8111f113d3c5a63aeb5fd93cc72c26d49c6d5ba65e'
+sha256sums=('8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92'
 'SKIP'
-'c105015d2e5e4e671cb766edf4169e853021b07296e6d449b3209b4de7848afc'
 '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'
 '7630e8245526ad80f703fac9900a1328588c503ce32b37b9f8811674fcda4a45')
@@ -58,15 +56,11 @@
   export PYTHON_PATH='/usr/bin/python2'
   cd "$srcdir/$pkgname-$pkgver"
 
-  # perl: fix installing modules from contrib
-  patch -Np1 < ../0001-perl-fix-installing-modules-from-contrib.patch
-
   make \
 "${make_paths[@]}" \
 "${make_options[@]}" \
 all doc
 
-  make -C contrib/emacs "${make_paths[@]}"
   make -C contrib/credential/gnome-keyring
   make -C contrib/credential/libsecret
   make -C contrib/subtree "${make_paths[@]}" all doc
@@ -111,8 +105,6 @@
   # fancy git prompt
   mkdir -p "$pkgdir"/usr/share/git/
   install -m 0644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs "${make_paths[@]}" DESTDIR="$pkgdir" install
   # gnome credentials helper
   install -m 0755 
contrib/credential/gnome-keyring/git-credential-gnome-keyring \
   "$pkgdir"/usr/lib/git-core/git-credential-gnome-keyring


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

2018-06-21 Thread Christian Hesse via arch-commits
Date: Thursday, June 21, 2018 @ 18:45:06
  Author: eworm
Revision: 327410

archrelease: copy trunk to testing-x86_64

Added:
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/0001-perl-fix-installing-modules-from-contrib.patch
(from rev 327409, 
git/trunk/0001-perl-fix-installing-modules-from-contrib.patch)
  git/repos/testing-x86_64/PKGBUILD
(from rev 327409, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 327409, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 327409, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git-sysusers.conf
(from rev 327409, git/trunk/git-sysusers.conf)
  git/repos/testing-x86_64/git.install
(from rev 327409, git/trunk/git.install)

-+
 0001-perl-fix-installing-modules-from-contrib.patch |   48 ++
 PKGBUILD|  138 ++
 git-daemon.socket   |9 +
 git-daemon@.service |   14 +
 git-sysusers.conf   |1 
 git.install |   14 +
 6 files changed, 224 insertions(+)

Copied: 
git/repos/testing-x86_64/0001-perl-fix-installing-modules-from-contrib.patch 
(from rev 327409, git/trunk/0001-perl-fix-installing-modules-from-contrib.patch)
===
--- testing-x86_64/0001-perl-fix-installing-modules-from-contrib.patch  
(rev 0)
+++ testing-x86_64/0001-perl-fix-installing-modules-from-contrib.patch  
2018-06-21 18:45:06 UTC (rev 327410)
@@ -0,0 +1,48 @@
+From cfb3a47cada99d1bdccd08426f122ded2a63834e Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 10 Apr 2018 15:36:41 +0200
+Subject: perl: fix installing modules from contrib
+
+Commit 20d2a30f (Makefile: replace perl/Makefile.PL with simple make rules)
+removed a target that allowed Makefiles from contrib/ to get the correct
+install path. This introduces a new target for main Makefile and fixes
+installation for Mediawiki module.
+
+v2: Pass prefix as that can have influence as well, add single quotes
+for _SQ variant.
+
+Signed-off-by: Christian Hesse 
+---
+ Makefile   | 2 ++
+ contrib/mw-to-git/Makefile | 5 +++--
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 2091f5f892..75b9ad3b48 100644
+--- a/Makefile
 b/Makefile
+@@ -1973,6 +1973,8 @@ GIT-PERL-DEFINES: FORCE
+   echo "$$FLAGS" >$@; \
+   fi
+ 
++perllibdir:
++  @echo '$(perllibdir_SQ)'
+ 
+ .PHONY: gitweb
+ gitweb:
+diff --git a/contrib/mw-to-git/Makefile b/contrib/mw-to-git/Makefile
+index a4b6f7a2cd..4e603512a3 100644
+--- a/contrib/mw-to-git/Makefile
 b/contrib/mw-to-git/Makefile
+@@ -21,8 +21,9 @@ HERE=contrib/mw-to-git/
+ INSTALL = install
+ 
+ SCRIPT_PERL_FULL=$(patsubst %,$(HERE)/%,$(SCRIPT_PERL))
+-INSTLIBDIR=$(shell $(MAKE) -C $(GIT_ROOT_DIR)/perl \
+--s --no-print-directory instlibdir)
++INSTLIBDIR=$(shell $(MAKE) -C $(GIT_ROOT_DIR)/ \
++-s --no-print-directory prefix=$(prefix) \
++perllibdir=$(perllibdir) perllibdir)
+ DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
+ INSTLIBDIR_SQ = $(subst ','\'',$(INSTLIBDIR))
+ 

Copied: git/repos/testing-x86_64/PKGBUILD (from rev 327409, git/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-21 18:45:06 UTC (rev 327410)
@@ -0,0 +1,138 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.18.0
+pkgrel=1
+pkgdesc='the fast distributed version control system'
+arch=(x86_64)
+url='https://git-scm.com/'
+license=('GPL2')
+depends=('curl' 'expat>=2.0' 'perl>=5.14.0' 'perl-error' 'perl-mailtools'
+ 'openssl' 'pcre2' 'grep' 'shadow')
+makedepends=('python2' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
+'python2: various helper scripts'
+'subversion: git svn'
+'gnome-keyring: GNOME keyring credential helper')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
+'git-daemon@.service'
+

[arch-commits] Commit in linux-lts/repos (9 files)

2018-06-21 Thread Andreas Radke via arch-commits
Date: Thursday, June 21, 2018 @ 17:53:07
  Author: andyrtr
Revision: 327408

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 327407, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 327407, 
linux-lts/trunk/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 327407, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 327407, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 327407, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 327407, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 327407, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 327407, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  230 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  238 
 config  | 8506 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 8 files changed, 9124 insertions(+)

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


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

2018-06-21 Thread Andreas Radke via arch-commits
Date: Thursday, June 21, 2018 @ 17:52:50
  Author: andyrtr
Revision: 327407

upgpkg: linux-lts 4.14.51-1

upstream update 4.14.51

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 12:37:11 UTC (rev 327406)
+++ PKGBUILD2018-06-21 17:52:50 UTC (rev 327407)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.14
-pkgver=4.14.50
+pkgver=4.14.51
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'c7bd70353f2a44c164e0913cda4f73892c8edfecd8852f45282be96493a383c7'
+'d85e8c6063951d286d4ebac055b3727ef0b8298e1e60d33cf2366618a485b7d5'
 'SKIP'
 'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-06-21 Thread Sergej Pupykin via arch-commits
@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20180621
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="https://www.rfc-editor.org/;
+license=("custom:as-is")
+options=('docs')
+source=(https://sources.archlinux.org/other/community/rfc/rfc-index-$pkgver.txt
+
https://sources.archlinux.org/other/community/rfc/RFC-all-$pkgver.tar.gz
+license)
+sha256sums=('815d35ac6e7fc5495117735c6521a430253735641af150645cf097ad1789b40b'
+'e67b90127a911d3edef398df8d019892bc8693f835afbcef262cbd61ebbdc538'
+'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e')
+
+package() {
+cd "$srcdir"
+
+mkdir -p "$pkgdir/usr/share/doc/rfc"
+cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
+rm -f rfc-index-$pkgver.txt
+
+tar xf rfc1305.tar
+rm -f rfc1305.tar
+for n in ntpv3*; do
+  mv "$n" "rfc1305-$n"
+done
+
+for fmt in txt ps pdf; do
+  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
+  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
+done
+
+cd "$pkgdir/usr/share/doc/rfc"
+find . -type f -exec chmod 444 {} \;
+find . -type d -exec chmod 555 {} \;
+chown -R root:root .
+install -D -m0644 "$srcdir"/license 
"$pkgdir"/usr/share/licenses/$pkgname/license
+}

Deleted: license
===
--- license 2018-06-21 17:28:43 UTC (rev 344326)
+++ license 2018-06-21 17:28:57 UTC (rev 344327)
@@ -1,64 +0,0 @@
-The Request For Comments (RFC) documents are intended to have wide
-distribution.
-
-1.  Copying and distributing the whole RFC without any changes:
-
-1a.  The copying and free redistribution are generally encouraged.
-
-1b.  The inclusion of RFCs in other documents and collections that are
-distributed for a fee is also encouraged, though in this case it is a
-courtesy (i) to ask the RFC author and (ii) provide the RFC author
-with a copy of the final document or collection.  Anyone can takes
-some RFCs, put them in a book, copyright the book, and sell it.  This
-in no way inhibits anyone else from doing the same thing, or inhibits
-any other distribution of the RFCs.
-
-2.  Copying and distributing the whole RFC with changes in format,
-font, etcetera:
-
-2a.  The same as case 1 with the addition that a note should be made
-of the reformatting.
-
-3.  Copying and distributing portions of an RFC:
-
-3a.  As with any material excerpted from another source, proper credit
-and citations must be provided.
-
-4.  Translating RFCs into other languages:
-
-4a.  Since wide distribution of RFCs is very desirable, translation
-into other languages is also desirable.  The same requirements and
-courtesies should be followed in distributing RFCs in translation as
-would be followed when distributing RFCs in the original language.
-
-
-Newer RFCs are under the following copyright:
-
-
-"Full Copyright Statement
-
-   Copyright (C) The Internet Society (1998).  All Rights Reserved.
-
-   This document and translations of it may be copied and furnished to
-   others, and derivative works that comment on or otherwise explain it
-   or assist in its implementation may be prepared, copied, published
-   and distributed, in whole or in part, without restriction of any
-   kind, provided that the above copyright notice and this paragraph are
-   included on all such copies and derivative works.  However, this
-   document itself may not be modified in any way, such as by removing
-   the copyright notice or references to the Internet Society or other
-   Internet organizations, except as needed for the purpose of
-   developing Internet standards in which case the procedures for
-   copyrights defined in the Internet Standards process must be
-   followed, or as required to translate it into languages other than
-   English.
-
-   The limited permissions granted above are perpetual and will not be
-   revoked by the Internet Society or its successors or assigns.
-
-   This document and the information contained herein is provided on an
-   "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
-   TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
-   BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
-   HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
-   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE."

Copied: rfc/repos/community-any/license (from rev 344326, rfc/trunk/license)
===
--- license (rev 0)
+++ license 2018-06-21 17:28:57 UTC (rev 344327)
@@ -0,0 +1,64 @@
+The Request For Comments (RFC) documents are intended to have wide
+distribution.
+
+1.  Copying and distr

[arch-commits] Commit in rfc/trunk (PKGBUILD mirror-to-arch.sh)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 17:28:43
  Author: spupykin
Revision: 344326

upgpkg: rfc 20180621-1

Modified:
  rfc/trunk/PKGBUILD
  rfc/trunk/mirror-to-arch.sh

---+
 PKGBUILD  |4 ++--
 mirror-to-arch.sh |7 +--
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 17:15:41 UTC (rev 344325)
+++ PKGBUILD2018-06-21 17:28:43 UTC (rev 344326)
@@ -11,8 +11,8 @@
 url="https://www.rfc-editor.org/;
 license=("custom:as-is")
 options=('docs')
-source=(rfc-index-$pkgver.txt::https://sources.archlinux.org/other/community/rfc/rfc-index.txt
-
RFC-all-$pkgver.tar.gz::https://sources.archlinux.org/other/community/rfc/RFC-all.tar.gz
+source=(https://sources.archlinux.org/other/community/rfc/rfc-index-$pkgver.txt
+
https://sources.archlinux.org/other/community/rfc/RFC-all-$pkgver.tar.gz
 license)
 sha256sums=('815d35ac6e7fc5495117735c6521a430253735641af150645cf097ad1789b40b'
 'e67b90127a911d3edef398df8d019892bc8693f835afbcef262cbd61ebbdc538'

Modified: mirror-to-arch.sh
===
--- mirror-to-arch.sh   2018-06-21 17:15:41 UTC (rev 344325)
+++ mirror-to-arch.sh   2018-06-21 17:28:43 UTC (rev 344326)
@@ -1,4 +1,7 @@
-#!/bin/sh -x
+#!/bin/bash -x
+
+source PKGBUILD
 wget https://www.rfc-editor.org/rfc/tar/RFC-all.tar.gz
 wget https://www.rfc-editor.org/rfc/rfc-index.txt
-scp RFC-all.tar.gz rfc-index.txt 
repos.archlinux.org:/srv/sources/other/community/rfc/
+scp RFC-all.tar.gz 
repos.archlinux.org:/srv/sources/other/community/rfc/RFC-all-$pkgver.tar.gz
+scp rfc-index.txt 
repos.archlinux.org:/srv/sources/other/community/rfc/rfc-index-$pkgver.txt


[arch-commits] Commit in rfc/trunk (PKGBUILD mirror-to-arch.sh)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 17:15:41
  Author: spupykin
Revision: 344325

rfc: use archlinux source mirror

Added:
  rfc/trunk/mirror-to-arch.sh
Modified:
  rfc/trunk/PKGBUILD

---+
 PKGBUILD  |   46 +++---
 mirror-to-arch.sh |4 
 2 files changed, 11 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 17:13:50 UTC (rev 344324)
+++ PKGBUILD2018-06-21 17:15:41 UTC (rev 344325)
@@ -4,7 +4,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=rfc
-pkgver=20171118
+pkgver=20180621
 pkgrel=1
 pkgdesc="RFCs from rfc-editor.org"
 arch=('any')
@@ -11,44 +11,12 @@
 url="https://www.rfc-editor.org/;
 license=("custom:as-is")
 options=('docs')
-source=(rfc-index-$pkgver.txt::https://www.rfc-editor.org/rfc/rfc-index.txt
-license
-https://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs7501-8000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs8001-latest.tar.gz)
-sha256sums=('bf21ca33502c921c5353d8da040171b8d022f10bf846187c8a853980230a48c9'
-'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e'
-'10cb4c4df9180cb65fbedf0a5abe21bed233318bf1dd891e04c7ce2dc498a229'
-'5aa25f12e5d6295da5f3afe478bde7aae3edb5f0406b4866932ca518e6f877f0'
-'25b6a9400aef45c4a4095e41614c4325f3ccb0f13ae15698ad6479d9d0d59e0d'
-'fe6970efba7cbdd0358f9904804b45525e76e5af4f93b8a65b713f90db8cb947'
-'cbc57da5047ba55c98149de707508fc8de3054a526c8aa99bb6533813b633db4'
-'61e7dcbfb4fd907115cd38bba95299df31542f7d920c640075a8625b107c7393'
-'4f723d485bfd9fb2ed1aba7aa74fa09409846b1556e9c420845ff7226cb39792'
-'c0a9d53c07c602d78984af94a18866770d251d02421038da9a39cf394677'
-'77dc6fe66beaecc73fb2f697b66138bab9b081637965cae046cbc68b135394af'
-'1a7993e786b1a49c87943206dcc2cf5d4010e222653c5dc76c0f58a7ac72d22d'
-'d4871177bbe86a734d518cd57eb30d8144f289731215fe4965f9fe09edf17992'
-'7579035abb19d67af618528d51765e496ae2064a091ec7417fe0df6d8c39d9d9'
-'22a75fab9aa7b693808d293dd8f40aafe34239ed457e47e1c7bf4fbe83f8de0c'
-'9090c460cfbcf4fd6c805ba72be48074afa9f6be737d6e0b1eebd2d3ebbd5f70'
-'a74369aa7b9da5f20cd47d66edc71434bd5ac1e73886bb0c63e2a8c9ab5b832f'
-'491a9fdfb511e53940336e14e4f5adfdd566d326714e9027f92d2473a903a668'
-'be841aba71bdf1cd030b07c19f872ef7cd5278fe059f7f6613bddb960c66bf81')
+source=(rfc-index-$pkgver.txt::https://sources.archlinux.org/other/community/rfc/rfc-index.txt
+
RFC-all-$pkgver.tar.gz::https://sources.archlinux.org/other/community/rfc/RFC-all.tar.gz
+license)
+sha256sums=('815d35ac6e7fc5495117735c6521a430253735641af150645cf097ad1789b40b'
+'e67b90127a911d3edef398df8d019892bc8693f835afbcef262cbd61ebbdc538'
+'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e')
 
 package() {
 cd "$srcdir"

Added: mirror-to-arch.sh
===
--- mirror-to-arch.sh   (rev 0)
+++ mirror-to-arch.sh   2018-06-21 17:15:41 UTC (rev 344325)
@@ -0,0 +1,4 @@
+#!/bin/sh -x
+wget https://www.rfc-editor.org/rfc/tar/RFC-all.tar.gz
+wget https://www.rfc-editor.org/rfc/rfc-index.txt
+scp RFC-all.tar.gz rfc-index.txt 
repos.archlinux.org:/srv/sources/other/community/rfc/


Property changes on: rfc/trunk/mirror-to-arch.sh
___
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in python-docs/trunk (PKGBUILD mirror-to-arch.sh)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 17:13:50
  Author: spupykin
Revision: 344324

python-docs: use archlinux source mirror

Added:
  python-docs/trunk/mirror-to-arch.sh
Modified:
  python-docs/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 mirror-to-arch.sh |5 +
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 16:55:35 UTC (rev 344323)
+++ PKGBUILD2018-06-21 17:13:50 UTC (rev 344324)
@@ -11,8 +11,8 @@
 url="http://docs.python.org/py3k/;
 license=('GPL')
 options=('docs')
-source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('2d09f070d7b1cea6ccececc559c5d9c013b047bb8d6e10eb5a1a3e1cc5d1f0c8')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('95835e11a1da9879453973514487670265572f8f70f185ef80f1d452a16fa0b0')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html

Added: mirror-to-arch.sh
===
--- mirror-to-arch.sh   (rev 0)
+++ mirror-to-arch.sh   2018-06-21 17:13:50 UTC (rev 344324)
@@ -0,0 +1,5 @@
+#!/bin/bash -x
+
+source PKGBUILD
+wget https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2
+scp python-$pkgver-docs-html.tar.bz2 
repos.archlinux.org:/srv/sources/other/community/python-docs/


Property changes on: python-docs/trunk/mirror-to-arch.sh
___
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in squid/repos/community-x86_64 (14 files)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:55:35
  Author: spupykin
Revision: 344323

archrelease: copy trunk to community-x86_64

Added:
  squid/repos/community-x86_64/PKGBUILD
(from rev 344322, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 344322, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 344322, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.pam
(from rev 344322, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 344322, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 344322, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 344322, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

--+
 PKGBUILD |  214 -
 squid-rotate.service |   18 ++--
 squid-rotate.timer   |   20 ++--
 squid.pam|8 -
 squid.service|   26 ++---
 squid.sysusers   |2 
 squid.tmpfiles   |6 -
 7 files changed, 147 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 16:55:18 UTC (rev 344322)
+++ PKGBUILD2018-06-21 16:55:35 UTC (rev 344323)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=3.5.27
-pkgrel=3
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64')
-url='http://www.squid-cache.org'
-depends=('openssl-1.0' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 
'libnsl')
-makedepends=('krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-   'etc/squid/cachemgr.conf'
-   'etc/squid/errorpage.css'
-   'etc/squid/mime.conf')
-validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463')
-source=("http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.xz"{,.asc}
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-sha256sums=('5ddb4367f2dc635921f9ca7a59d8b87edb0412fa203d1543393ac3c7f9fef0ec'
-'SKIP'
-'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
-'b0cf95652d56c62ae0ceba8912d11ac248bdb3eb91f062bceadd99f80c4b160e'
-'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
-'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
-'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
-'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies="lru,heap" \
---enable-storeio="aufs,ufs,diskd" \
---enable-delay-pools \
---enable-arp-acl \
---with-openssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
---enable-ssl-crtd \
---disable-arch-native \
---disable-strict-error-checking \
---enable-wccpv2
-  make
-}
-
-package() {
-  cd "$srcdir"
-
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/squid.pam" "$pkgdir/etc/pam.d/squid"
-  install -Dm644 "$srcdir/squid.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/squid.conf"
-  install -Dm644 "$srcdir/squid.sysusers" 
"$pkgdir/usr/lib/sysusers.d/squid.conf"
-  install -Dm644 "$srcdir/squid.service" \
-"$pkgdir/usr/lib/systemd/system/squid.service"
-  install -Dm644 "$srcdir/squid-rotate.service" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.service"
-  install -Dm644 "$srcdir/squid-rotate.timer" \
-

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

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:54:44
  Author: spupykin
Revision: 344320

upgpkg: roundcubemail 1.3.6-3

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 16:54:38 UTC (rev 344319)
+++ PKGBUILD2018-06-21 16:54:44 UTC (rev 344320)
@@ -3,12 +3,13 @@
 
 pkgname=roundcubemail
 pkgver=1.3.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="https://roundcube.net/;
 license=('GPL')
 depends=('php' 'php-gd')
+options=('emptydirs')
 makedepends=('php-composer' 'git')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
@@ -15,11 +16,9 @@
 'etc/webapps/roundcubemail/apache.conf')
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"roundcubemail.tmpfiles"
 "apache.conf")
 sha256sums=('f1b86e97cc8fd69bb1957d4115762af6ea2d6957ea17b33dd3ec2995662670d9'
 'SKIP'
-'91f1b0125422304b38d14431faf64f4fafc209d78c8af8bf871b339c15a15765'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 
 prepare() {
@@ -45,9 +44,11 @@
   ln -s /etc/webapps/roundcubemail/config config
 
   install -Dm0644 "$srcdir"/apache.conf 
"$pkgdir"/etc/webapps/roundcubemail/apache.conf
-  install -Dm0644 "$srcdir"/roundcubemail.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/roundcubemail.conf
   chown http:http 
"$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
   chmod 0640 "$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
 
+  install -dm0750 -o http -g http "$pkgdir"/var/cache/roundcubemail
+  install -dm0750 -o http -g http "$pkgdir"/var/log/roundcubemail
+
   rm -rf temp logs
 }


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

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:54:38
  Author: spupykin
Revision: 344319

archrelease: copy trunk to community-any

Added:
  perlbrew/repos/community-any/PKGBUILD
(from rev 344318, perlbrew/trunk/PKGBUILD)
Deleted:
  perlbrew/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 16:54:26 UTC (rev 344318)
+++ PKGBUILD2018-06-21 16:54:38 UTC (rev 344319)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=perlbrew
-pkgver=0.78
-pkgrel=3
-pkgdesc='Manage perl installations in your $HOME'
-arch=('any')
-url="https://metacpan.org/release/App-perlbrew;
-license=('MIT')
-depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
- 'perl-file-path-tiny' 'perl-local-lib')
-checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec'
-  'perl-path-class' 'perl-io-all')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
-sha1sums=('5996b932c2968faafaba784193c803457091065a')
-
-build() {
-  cd App-perlbrew-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-perlbrew-$pkgver
-#  make test
-}
-
-package() {
-  cd App-perlbrew-$pkgver
-  make install DESTDIR="$pkgdir"
-  install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/perlbrew/LICENSE
-}

Copied: perlbrew/repos/community-any/PKGBUILD (from rev 344318, 
perlbrew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 16:54:38 UTC (rev 344319)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perlbrew
+pkgver=0.83
+pkgrel=1
+pkgdesc='Manage perl installations in your $HOME'
+arch=('any')
+url="https://metacpan.org/release/App-perlbrew;
+license=('MIT')
+depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
+ 'perl-file-path-tiny' 'perl-local-lib')
+makedepends=('perl-module-build-tiny')
+checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec'
+  'perl-path-class' 'perl-io-all')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
+sha1sums=('6cd7570befa3f2c2d7b08860f0772f15e3f7f736')
+
+build() {
+  cd App-perlbrew-$pkgver
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  perl Build.PL
+  ./Build
+}
+
+package() {
+  cd App-perlbrew-$pkgver
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  ./Build install --installdirs=vendor --destdir="$pkgdir"
+  install -Dm0755 bin/perlbrew "$pkgdir"/usr/bin/vendor_perl/perlbrew
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/perlbrew/LICENSE
+}


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

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:54:54
  Author: spupykin
Revision: 344321

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 344320, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 344320, roundcubemail/trunk/apache.conf)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.tmpfiles

+
 PKGBUILD   |  115 ++-
 apache.conf|   14 ++---
 roundcubemail.tmpfiles |2 
 3 files changed, 61 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 16:54:44 UTC (rev 344320)
+++ PKGBUILD2018-06-21 16:54:54 UTC (rev 344321)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.3.6
-pkgrel=1
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="https://roundcube.net/;
-license=('GPL')
-depends=('php' 'php-gd')
-makedepends=('php-composer' 'git')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-'etc/webapps/roundcubemail/apache.conf')
-validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
-source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"apache.conf"
-"roundcubemail.tmpfiles")
-sha256sums=('f1b86e97cc8fd69bb1957d4115762af6ea2d6957ea17b33dd3ec2995662670d9'
-'SKIP'
-'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
-'b0baf067cd6c09938991890ab8c87ba4bad06987781c5accbed86b95e35c2a56')
-
-prepare() {
-  cd "$srcdir"/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
--e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-#  mv composer.json-dist composer.json
-#  php -d extension=gd.so ../composer.phar install --no-dev
-}
-
-package() {
-  mkdir -p "$pkgdir"/etc/webapps/roundcubemail
-  mkdir -p "$pkgdir"/usr/share/webapps
-  cd "$pkgdir"/usr/share/webapps
-  cp -ra "$srcdir"/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess "$pkgdir"/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config "$pkgdir"/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -Dm0644 "$srcdir"/apache.conf 
"$pkgdir"/etc/webapps/roundcubemail/apache.conf
-
-  rm -rf temp logs
-  find "$pkgdir" -name .git -exec rm -rf {} \; || true
-
-#  sed -i 
"s|"$srcdir"/roundcubemail-${pkgver/rc/-rc}/vendor/pear-pear.php.net/Console_CommandLine/data|/usr/share/webapps/roundcubemail/vendor/pear-pear.php.net|g"
 \
-#
vendor/pear-pear.php.net/Console_CommandLine/Console/CommandLine/XmlParser.php
-
-#  sed -i 
"s|"$srcdir"/roundcubemail-${pkgver/rc/-rc}|/usr/share/webapps/roundcubemail|g" 
\
-#vendor/pear-pear.php.net/Crypt_GPG/bin/crypt-gpg-pinentry \
-#vendor/pear-pear.php.net/Crypt_GPG/Crypt/GPG/Engine.php \
-#vendor/pear-pear.php.net/Crypt_GPG/Crypt/GPG/PinEntry.php
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 344320, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 16:54:54 UTC (rev 344321)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=roundcubemail
+pkgver=1.3.6
+pkgrel=3
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="https://roundcube.net/;
+license=('GPL')
+depends=('php' 'php-gd')
+options=('emptydirs')
+makedepends=('php-composer' 'git')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+'etc/webapps/roundcubemail/apache.conf')
+validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
+source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
+"apache.conf")
+sha256sums=('f1b86e97cc8fd69bb1957d4115762af6ea2d6957ea17b33dd3ec2995662670d9'
+'SKIP'
+'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
+
+prepare() {
+  cd "$srcdir"/roundcubemail-${pkgver}
+  sed -i \
+-e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
+-e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p "$pkgdir"/etc/webapps/roundcubemail
+  mkdir -p "$pkgdir"/usr/share/webapps
+  cd "$pkgdir"/usr/share/webapps
+  cp -ra "$srcdir"/roundcubemail-${pkgver} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess "$pkgdir"/etc/webapps/roundcubemail/
+  ln -s 

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

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:55:18
  Author: spupykin
Revision: 344322

upgpkg: squid 3.5.27-4

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 16:54:54 UTC (rev 344321)
+++ PKGBUILD2018-06-21 16:55:18 UTC (rev 344322)
@@ -6,7 +6,7 @@
 
 pkgname=squid
 pkgver=3.5.27
-pkgrel=3
+pkgrel=4
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64')
 url='http://www.squid-cache.org'
@@ -58,7 +58,7 @@
 --enable-auth-digest \
 --enable-auth-negotiate \
 --enable-removal-policies="lru,heap" \
---enable-storeio="aufs,ufs,diskd" \
+--enable-storeio="aufs,ufs,diskd,rock" \
 --enable-delay-pools \
 --enable-arp-acl \
 --with-openssl \


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

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:54:26
  Author: spupykin
Revision: 344318

upgpkg: perlbrew 0.83-1

Modified:
  perlbrew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 16:54:17 UTC (rev 344317)
+++ PKGBUILD2018-06-21 16:54:26 UTC (rev 344318)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perlbrew
-pkgver=0.78
-pkgrel=3
+pkgver=0.83
+pkgrel=1
 pkgdesc='Manage perl installations in your $HOME'
 arch=('any')
 url="https://metacpan.org/release/App-perlbrew;
@@ -10,26 +10,25 @@
 license=('MIT')
 depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
  'perl-file-path-tiny' 'perl-local-lib')
+makedepends=('perl-module-build-tiny')
 checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec'
   'perl-path-class' 'perl-io-all')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
-sha1sums=('5996b932c2968faafaba784193c803457091065a')
+sha1sums=('6cd7570befa3f2c2d7b08860f0772f15e3f7f736')
 
 build() {
   cd App-perlbrew-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  perl Build.PL
+  ./Build
 }
 
-check() {
-  cd App-perlbrew-$pkgver
-#  make test
-}
-
 package() {
   cd App-perlbrew-$pkgver
-  make install DESTDIR="$pkgdir"
-  install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/perlbrew/LICENSE
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  ./Build install --installdirs=vendor --destdir="$pkgdir"
+  install -Dm0755 bin/perlbrew "$pkgdir"/usr/bin/vendor_perl/perlbrew
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/perlbrew/LICENSE
 }


[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:54:17
  Author: spupykin
Revision: 344317

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 344316, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 344316, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   57 +++
 emacs-php-mode.install |   26 ++---
 2 files changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 16:54:05 UTC (rev 344316)
+++ PKGBUILD2018-06-21 16:54:17 UTC (rev 344317)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.19.1
-pkgrel=1
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="https://github.com/ejmr/php-mode;
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz;)
-sha256sums=('23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9')
-
-build() {
-  cd "$srcdir"/php-mode-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/php-mode-$pkgver
-  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
-  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
-  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 344316, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 16:54:17 UTC (rev 344317)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.19.1
+pkgrel=2
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode;
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz;)
+sha256sums=('23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9')
+
+build() {
+  cd "$srcdir"/php-mode-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/php-mode-$pkgver
+  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
+  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
+  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
+  install -Dm0644 php-project.el 
"$pkgdir"/usr/share/emacs/site-lisp/php-project.el
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2018-06-21 16:54:05 UTC (rev 344316)
+++ emacs-php-mode.install  2018-06-21 16:54:17 UTC (rev 344317)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
344316, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2018-06-21 16:54:17 UTC (rev 344317)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in emacs-php-mode/trunk (PKGBUILD)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:54:05
  Author: spupykin
Revision: 344316

upgpkg: emacs-php-mode 1.19.1-2

Modified:
  emacs-php-mode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 16:45:42 UTC (rev 344315)
+++ PKGBUILD2018-06-21 16:54:05 UTC (rev 344316)
@@ -4,7 +4,7 @@
 
 pkgname=emacs-php-mode
 pkgver=1.19.1
-pkgrel=1
+pkgrel=2
 license=("GPL")
 pkgdesc="PHP mode for emacs"
 url="https://github.com/ejmr/php-mode;
@@ -25,4 +25,5 @@
   install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
   install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
   cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
+  install -Dm0644 php-project.el 
"$pkgdir"/usr/share/emacs/site-lisp/php-project.el
 }


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

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:45:42
  Author: spupykin
Revision: 344315

rpcbind only in deps, rm from optdeps

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 15:35:05 UTC (rev 344314)
+++ PKGBUILD2018-06-21 16:45:42 UTC (rev 344315)
@@ -22,8 +22,7 @@
'etc/glusterfs/glusterfs-logrotate')
 depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
 makedepends=(flex bison rpcsvc-proto)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
+optdepends=('glib2: qemu-block')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz)
 sha256sums=('14474a8027a613c242db2b862e8e8d041f70ae3e8e193163dd7792f3e1946ed9')


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

2018-06-21 Thread Antonio Rojas via arch-commits
Date: Thursday, June 21, 2018 @ 15:35:05
  Author: arojas
Revision: 344314

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 15:34:41 UTC (rev 344313)
+++ PKGBUILD2018-06-21 15:35:05 UTC (rev 344314)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.4.9-59
-pkgver=${_pkgver//-/.}
-pkgrel=4
-pkgdesc="A free computer algebra system"
-arch=(x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea mesa)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('d3abd7924d51bdb366020bd704266f7c292ff341dc1dd5c7af3acf677cb96537')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 344313, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 15:35:05 UTC (rev 344314)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.4.9-69
+pkgver=${_pkgver//-/.}
+pkgrel=4
+pkgdesc="A free computer algebra system"
+arch=(x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea mesa)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('8cb33344c98a3139e16bc45013ec73fa37470d4ca43b5a967866aae35e2f0f91')
+
+prepare() {
+  cd $pkgbase-${pkgver%.*}
+  sed -e '/curlbuild/d' -i src/misc.cc # Remove bogus include
+}
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng curl)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


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

2018-06-21 Thread Antonio Rojas via arch-commits
Date: Thursday, June 21, 2018 @ 15:34:41
  Author: arojas
Revision: 344313

Update to 1.4.9.69

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 15:14:19 UTC (rev 344312)
+++ PKGBUILD2018-06-21 15:34:41 UTC (rev 344313)
@@ -3,7 +3,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.4.9-59
+_pkgver=1.4.9-69
 pkgver=${_pkgver//-/.}
 pkgrel=4
 pkgdesc="A free computer algebra system"
@@ -12,8 +12,13 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea mesa)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('d3abd7924d51bdb366020bd704266f7c292ff341dc1dd5c7af3acf677cb96537')
+sha256sums=('8cb33344c98a3139e16bc45013ec73fa37470d4ca43b5a967866aae35e2f0f91')
 
+prepare() {
+  cd $pkgbase-${pkgver%.*}
+  sed -e '/curlbuild/d' -i src/misc.cc # Remove bogus include
+}
+
 build() {
   cd $pkgbase-${pkgver%.*}
 
@@ -35,7 +40,7 @@
 
 package_libgiac() {
   pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
+  depends=(mpfi gsl pari ntl lapack libpng curl)
 
   cd $pkgbase-${pkgver%.*}
   make DESTDIR="$pkgdir" install


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

2018-06-21 Thread Antonio Rojas via arch-commits
Date: Thursday, June 21, 2018 @ 15:14:19
  Author: arojas
Revision: 344312

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 344311, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/zart-qt5.11.patch
(from rev 344311, gmic/trunk/zart-qt5.11.patch)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/zart-qt5.11.patch

---+
 PKGBUILD  |  158 ++--
 zart-qt5.11.patch |   44 +++---
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 15:14:04 UTC (rev 344311)
+++ PKGBUILD2018-06-21 15:14:19 UTC (rev 344312)
@@ -1,79 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.3.0
-pkgrel=1
-arch=(x86_64)
-url="http://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(gimp qt5-base fftw openexr opencv git)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-qt5.11.patch)
-sha256sums=('8864abe38aaa65520a0992ee9b3f2c1d3bece5fd8ce069e93c7567f452efc375'
-'92c7c98ccfd92d824e13d52db6136877a7ff483a411fed0d28f7e96474ab9c1b')
-
-prepare() {
-  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
-  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-$pkgver/gmic-qt/gmic_qt.pro
-# fix overlinking
-  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic-$pkgver/src/Makefile 
-
-  cd gmic-$pkgver/zart
-  patch -p1 -i ../../zart-qt5.11.patch # Fix build with Qt 5.11
-}
-
-build() {
-  cd gmic-$pkgver
-  make -C src cli lib libc WGET=/bin/true
-
-  cd gmic-qt
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
-  make  
-
-  cd ../zart
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on
-  make
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(opencv fftw curl)
-  optdepends=('qt5-base: for the Qt UI')
-
-  cd gmic-$pkgver/src
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/zart/zart -t "$pkgdir"/usr/bin
-  install -Dm644 gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 344311, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 15:14:19 UTC (rev 344312)
@@ -0,0 +1,79 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.3.0
+pkgrel=2
+arch=(x86_64)
+url="http://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=(gimp qt5-base fftw openexr opencv git)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-qt5.11.patch)
+sha256sums=('57fc98ccc4f2720fb54d1aef6c2e5a2125894f8ae46827b0c644ca9ba066653f'
+'92c7c98ccfd92d824e13d52db6136877a7ff483a411fed0d28f7e96474ab9c1b')
+
+prepare() {
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
+  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-$pkgver/gmic-qt/gmic_qt.pro
+# fix overlinking
+  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic-$pkgver/src/Makefile 
+
+  cd gmic-$pkgver/zart
+  patch -p1 -i ../../zart-qt5.11.patch # Fix build with Qt 5.11
+}
+
+build() {
+  cd gmic-$pkgver
+  make -C src cli lib libc WGET=/bin/true
+
+  cd gmic-qt
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on 

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

2018-06-21 Thread Antonio Rojas via arch-commits
Date: Thursday, June 21, 2018 @ 15:14:04
  Author: arojas
Revision: 344311

New tarball

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 15:03:03 UTC (rev 344310)
+++ PKGBUILD2018-06-21 15:14:04 UTC (rev 344311)
@@ -7,13 +7,13 @@
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="http://gmic.eu/;
 license=(custom:CeCILL)
 makedepends=(gimp qt5-base fftw openexr opencv git)
 source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-qt5.11.patch)
-sha256sums=('8864abe38aaa65520a0992ee9b3f2c1d3bece5fd8ce069e93c7567f452efc375'
+sha256sums=('57fc98ccc4f2720fb54d1aef6c2e5a2125894f8ae46827b0c644ca9ba066653f'
 '92c7c98ccfd92d824e13d52db6136877a7ff483a411fed0d28f7e96474ab9c1b')
 
 prepare() {


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

2018-06-21 Thread Antonio Rojas via arch-commits
Date: Thursday, June 21, 2018 @ 15:03:03
  Author: arojas
Revision: 344310

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 344309, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/zart-qt5.11.patch
(from rev 344309, gmic/trunk/zart-qt5.11.patch)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |  148 +++-
 zart-qt5.11.patch |   22 +++
 2 files changed, 101 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 15:02:33 UTC (rev 344309)
+++ PKGBUILD2018-06-21 15:03:03 UTC (rev 344310)
@@ -1,69 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.2.3
-_commit=34f7e483a819dd2af4f772d0f748928119f22f6d
-pkgrel=1
-arch=(x86_64)
-url="http://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(gimp qt5-base fftw openexr opencv git)
-source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz;
-git://github.com/c-koi/zart.git#commit=$_commit
-   
gmic-qt-v.$pkgver.tar.gz::"https://github.com/c-koi/gmic-qt/archive/v.$pkgver.tar.gz;)
-sha256sums=('366e348ebfa85354e99b19eecf2e6b10d445901132eb73c84b18fb23af23f0e8'
-'SKIP'
-'72a6ad1f1acb15f4d9417c9cd16615160d04f764aaa2b0206fa6c80587fb91af')
-
-prepare() {
-  mv gmic-$pkgver gmic
-  mv gmic-qt-v.$pkgver gmic-qt
-
-  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic/src/Makefile
-  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-qt/gmic_qt.pro
-  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic/src/Makefile # fix overlinking
-}
-
-build() {
-  cd gmic
-  make -C src all WGET=/bin/true -j1
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(opencv fftw curl)
-  optdepends=('qt5-base: for the Qt UI')
-
-  cd gmic/src
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(opencv fftw qt5-base)
-
-  install -Dm755 gmic/zart/zart -t "$pkgdir"/usr/bin
-  install -Dm644 zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp fftw qt5-base curl)
-
-  install -Dm755 gmic/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 gmic-qt/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita)
-
-  install -Dm755 gmic/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 344309, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 15:03:03 UTC (rev 344310)
@@ -0,0 +1,79 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.3.0
+pkgrel=1
+arch=(x86_64)
+url="http://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=(gimp qt5-base fftw openexr opencv git)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-qt5.11.patch)
+sha256sums=('8864abe38aaa65520a0992ee9b3f2c1d3bece5fd8ce069e93c7567f452efc375'
+'92c7c98ccfd92d824e13d52db6136877a7ff483a411fed0d28f7e96474ab9c1b')
+
+prepare() {
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
+  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-$pkgver/gmic-qt/gmic_qt.pro
+# fix overlinking
+  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic-$pkgver/src/Makefile 
+
+  cd gmic-$pkgver/zart
+  patch -p1 -i ../../zart-qt5.11.patch # Fix build with Qt 5.11
+}
+
+build() {
+  cd gmic-$pkgver
+  make -C src cli lib libc WGET=/bin/true
+
+  cd gmic-qt
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
+  make  
+
+  cd ../zart
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on
+  make
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=(opencv fftw curl)
+  optdepends=('qt5-base: for the Qt UI')
+
+  cd gmic-$pkgver/src

[arch-commits] Commit in gmic/trunk (PKGBUILD zart-qt5.11.patch)

2018-06-21 Thread Antonio Rojas via arch-commits
Date: Thursday, June 21, 2018 @ 15:02:33
  Author: arojas
Revision: 344309

Update to 2.3.0, link binaries dynamically

Added:
  gmic/trunk/zart-qt5.11.patch
Modified:
  gmic/trunk/PKGBUILD

---+
 PKGBUILD  |   58 ++--
 zart-qt5.11.patch |   22 +++
 2 files changed, 56 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 13:59:09 UTC (rev 344308)
+++ PKGBUILD2018-06-21 15:02:33 UTC (rev 344309)
@@ -6,32 +6,41 @@
 
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.2.3
-_commit=34f7e483a819dd2af4f772d0f748928119f22f6d
+pkgver=2.3.0
 pkgrel=1
 arch=(x86_64)
 url="http://gmic.eu/;
 license=(custom:CeCILL)
 makedepends=(gimp qt5-base fftw openexr opencv git)
-source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz;
-git://github.com/c-koi/zart.git#commit=$_commit
-   
gmic-qt-v.$pkgver.tar.gz::"https://github.com/c-koi/gmic-qt/archive/v.$pkgver.tar.gz;)
-sha256sums=('366e348ebfa85354e99b19eecf2e6b10d445901132eb73c84b18fb23af23f0e8'
-'SKIP'
-'72a6ad1f1acb15f4d9417c9cd16615160d04f764aaa2b0206fa6c80587fb91af')
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-qt5.11.patch)
+sha256sums=('8864abe38aaa65520a0992ee9b3f2c1d3bece5fd8ce069e93c7567f452efc375'
+'92c7c98ccfd92d824e13d52db6136877a7ff483a411fed0d28f7e96474ab9c1b')
 
 prepare() {
-  mv gmic-$pkgver gmic
-  mv gmic-qt-v.$pkgver gmic-qt
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
+  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-$pkgver/gmic-qt/gmic_qt.pro
+# fix overlinking
+  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic-$pkgver/src/Makefile 
 
-  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic/src/Makefile
-  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-qt/gmic_qt.pro
-  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic/src/Makefile # fix overlinking
+  cd gmic-$pkgver/zart
+  patch -p1 -i ../../zart-qt5.11.patch # Fix build with Qt 5.11
 }
 
 build() {
-  cd gmic
-  make -C src all WGET=/bin/true -j1
+  cd gmic-$pkgver
+  make -C src cli lib libc WGET=/bin/true
+
+  cd gmic-qt
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
+  make  
+
+  cd ../zart
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on
+  make
 }
 
 package_gmic() {
@@ -39,7 +48,7 @@
   depends=(opencv fftw curl)
   optdepends=('qt5-base: for the Qt UI')
 
-  cd gmic/src
+  cd gmic-$pkgver/src
   make DESTDIR="$pkgdir" install
   install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
   rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
@@ -47,23 +56,24 @@
 
 package_zart() {
   pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(opencv fftw qt5-base)
+  depends=(gmic qt5-base)
 
-  install -Dm755 gmic/zart/zart -t "$pkgdir"/usr/bin
-  install -Dm644 zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm755 gmic-$pkgver/zart/zart -t "$pkgdir"/usr/bin
+  install -Dm644 gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
 }
 
 package_gimp-plugin-gmic() {
   pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp fftw qt5-base curl)
+  depends=(gimp gmic qt5-base)
 
-  install -Dm755 gmic/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 gmic-qt/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 gmic-$pkgver/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
+  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_krita-plugin-gmic() {
   pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita)
+  depends=(krita gmic)
 
-  install -Dm755 gmic/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
+  install -Dm755 gmic-$pkgver/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
+  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }

Added: zart-qt5.11.patch
===
--- zart-qt5.11.patch   (rev 0)
+++ zart-qt5.11.patch   2018-06-21 15:02:33 UTC (rev 344309)
@@ -0,0 +1,22 @@
+From 148a3d755905eaaa00b580677376e30ca159c033 Mon Sep 17 00:00:00 2001
+From: Antonio Rojas 
+Date: Thu, 21 Jun 2018 16:15:06 +0200
+Subject: [PATCH] Fix build with Qt 5.11
+
+Add missing QButtonGroup include
+---
+ src/MainWindow.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp

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

2018-06-21 Thread Felix Yan via arch-commits
Date: Thursday, June 21, 2018 @ 13:59:09
  Author: felixonmars
Revision: 344308

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 13:58:45 UTC (rev 344307)
+++ PKGBUILD2018-06-21 13:59:09 UTC (rev 344308)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-elasticsearch
-pkgname=('python-elasticsearch' 'python2-elasticsearch')
-pkgver=6.2.0
-pkgrel=1
-arch=('any')
-pkgdesc='Python client for Elasticsearch'
-url='https://github.com/elastic/elasticsearch-py'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-urllib3' 
'python2-urllib3')
-checkdepends=('python-nose' 'python2-nose' 'python-requests' 
'python2-requests' 'python-coverage'
-  'python2-coverage' 'python-mock' 'python2-mock' 'python-pyaml' 
'python2-pyaml'
-  'python-nosexcover' 'python2-nosexcover')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz;)
-sha512sums=('f7205db8b8608ce52657a114a38f59b95ed0ea5acb0a5f18197be6baebde80fd88210a5f88fb5d2770f82f1dc7212d038d801f96c7d18cfe1e77c16ee0fa5208')
-
-prepare() {
-  sed -i 's/urllib3<.*,>/urllib3>/' elasticsearch-py-$pkgver/setup.py
-  cp -a elasticsearch-py-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/elasticsearch-py-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/elasticsearch-py-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/elasticsearch-py-$pkgver
-  python setup.py nosetests
-
-  cd "$srcdir"/elasticsearch-py-$pkgver-py2
-  python2 setup.py nosetests
-}
-
-package_python-elasticsearch() {
-  depends=('python-urllib3')
-
-  cd elasticsearch-py-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-elasticsearch() {
-  depends=('python2-urllib3')
-
-  cd elasticsearch-py-$pkgver-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-elasticsearch/repos/community-any/PKGBUILD (from rev 344307, 
python-elasticsearch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 13:59:09 UTC (rev 344308)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-elasticsearch
+pkgname=('python-elasticsearch' 'python2-elasticsearch')
+pkgver=6.3.0
+pkgrel=1
+arch=('any')
+pkgdesc='Python client for Elasticsearch'
+url='https://github.com/elastic/elasticsearch-py'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-urllib3' 
'python2-urllib3')
+checkdepends=('python-nose' 'python2-nose' 'python-requests' 
'python2-requests' 'python-coverage'
+  'python2-coverage' 'python-mock' 'python2-mock' 'python-pyaml' 
'python2-pyaml'
+  'python-nosexcover' 'python2-nosexcover')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz;)
+sha512sums=('ee60840b7e9706141a650821f705f1bb92fe3c4c282ecad71b3912ad25025519f456b45af85109a900094a53c47c374e450d771c1ef3a3690400272c6f8a47bc')
+
+prepare() {
+  sed -i 's/urllib3<.*,>/urllib3>/' elasticsearch-py-$pkgver/setup.py
+  cp -a elasticsearch-py-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/elasticsearch-py-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/elasticsearch-py-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/elasticsearch-py-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/elasticsearch-py-$pkgver-py2
+  python2 setup.py nosetests
+}
+
+package_python-elasticsearch() {
+  depends=('python-urllib3')
+
+  cd elasticsearch-py-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-elasticsearch() {
+  depends=('python2-urllib3')
+
+  cd elasticsearch-py-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2018-06-21 Thread Felix Yan via arch-commits
Date: Thursday, June 21, 2018 @ 13:58:45
  Author: felixonmars
Revision: 344307

upgpkg: python-elasticsearch 6.3.0-1

Modified:
  python-elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 12:29:58 UTC (rev 344306)
+++ PKGBUILD2018-06-21 13:58:45 UTC (rev 344307)
@@ -3,7 +3,7 @@
 
 pkgbase=python-elasticsearch
 pkgname=('python-elasticsearch' 'python2-elasticsearch')
-pkgver=6.2.0
+pkgver=6.3.0
 pkgrel=1
 arch=('any')
 pkgdesc='Python client for Elasticsearch'
@@ -14,7 +14,7 @@
   'python2-coverage' 'python-mock' 'python2-mock' 'python-pyaml' 
'python2-pyaml'
   'python-nosexcover' 'python2-nosexcover')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz;)
-sha512sums=('f7205db8b8608ce52657a114a38f59b95ed0ea5acb0a5f18197be6baebde80fd88210a5f88fb5d2770f82f1dc7212d038d801f96c7d18cfe1e77c16ee0fa5208')
+sha512sums=('ee60840b7e9706141a650821f705f1bb92fe3c4c282ecad71b3912ad25025519f456b45af85109a900094a53c47c374e450d771c1ef3a3690400272c6f8a47bc')
 
 prepare() {
   sed -i 's/urllib3<.*,>/urllib3>/' elasticsearch-py-$pkgver/setup.py


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

2018-06-21 Thread Antonio Rojas via arch-commits
Date: Thursday, June 21, 2018 @ 12:37:11
  Author: arojas
Revision: 327406

archrelease: copy trunk to extra-x86_64

Added:
  plasma-pa/repos/extra-x86_64/PKGBUILD
(from rev 327405, plasma-pa/trunk/PKGBUILD)
Deleted:
  plasma-pa/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 12:36:27 UTC (rev 327405)
+++ PKGBUILD2018-06-21 12:37:11 UTC (rev 327406)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.13.1
-pkgrel=2
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace gconf libcanberra-pulse)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('871f02eff33389851581fa29e9ad94de3764356ecfc755a1bc471f2c60eeb362'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 327405, 
plasma-pa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 12:37:11 UTC (rev 327406)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.13.1
+pkgrel=3
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace gconf libcanberra-pulse pulseaudio)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('871f02eff33389851581fa29e9ad94de3764356ecfc755a1bc471f2c60eeb362'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-21 Thread Antonio Rojas via arch-commits
Date: Thursday, June 21, 2018 @ 12:36:27
  Author: arojas
Revision: 327405

Restore dependency on pulseaudio (FS#59099)

Modified:
  plasma-pa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 08:46:03 UTC (rev 327404)
+++ PKGBUILD2018-06-21 12:36:27 UTC (rev 327405)
@@ -3,12 +3,12 @@
 
 pkgname=plasma-pa
 pkgver=5.13.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Plasma applet for audio volume management using PulseAudio'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-depends=(plasma-workspace gconf libcanberra-pulse)
+depends=(plasma-workspace gconf libcanberra-pulse pulseaudio)
 makedepends=(extra-cmake-modules kdoctools)
 groups=(plasma)
 
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})


[arch-commits] Commit in erlang-nox/repos/community-x86_64 (8 files)

2018-06-21 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 21, 2018 @ 12:29:58
  Author: arodseth
Revision: 344306

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 344305, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 344305, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 344305, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 344305, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  156 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 12:29:48 UTC (rev 344305)
+++ PKGBUILD2018-06-21 12:29:58 UTC (rev 344306)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=20.3.8
-_docver=20.3
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64')
-url='http://www.erlang.org/'
-license=('Apache')
-depends=('ncurses' 'openssl')
-makedepends=('fop' 'git' 'java-environment' 'libxslt' 'lksctp-tools' 
'unixodbc')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-'epmd.service' 'epmd.socket' 'epmd.conf')
-sha256sums=('SKIP'
-'17e0b2f94f11576a12526614a906ecad629b8804c25e6c18523f7c4346607112'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-
-  ./configure \
---prefix=/usr \
---enable-smp-support \
---with-odbc \
---enable-builtin-zlib
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 344305, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 12:29:58 UTC (rev 344306)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=21.0
+_docver=21.0
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
+arch=('x86_64')
+url='http://www.erlang.org/'
+license=('Apache')
+depends=('ncurses' 'openssl')
+makedepends=('fop' 'git' 'java-environment' 'libxslt' 'lksctp-tools' 
'unixodbc')
+conflicts=('erlang')
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=('staticlibs')
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
+'epmd.service' 'epmd.socket' 'epmd.conf')
+sha256sums=('SKIP'
+'10bf0e44b97ee8320c4868d5a4259c49d4d2a74e9c48583735ae0401f010fb31'
+

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

2018-06-21 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 21, 2018 @ 12:29:48
  Author: arodseth
Revision: 344305

upgpkg: erlang-nox 21.0-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 12:27:46 UTC (rev 344304)
+++ PKGBUILD2018-06-21 12:29:48 UTC (rev 344305)
@@ -7,8 +7,8 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=20.3.8
-_docver=20.3
+pkgver=21.0
+_docver=21.0
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 "http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
 'epmd.service' 'epmd.socket' 'epmd.conf')
 sha256sums=('SKIP'
-'17e0b2f94f11576a12526614a906ecad629b8804c25e6c18523f7c4346607112'
+'10bf0e44b97ee8320c4868d5a4259c49d4d2a74e9c48583735ae0401f010fb31'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')


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

2018-06-21 Thread Ike Devolder via arch-commits
Date: Thursday, June 21, 2018 @ 12:27:05
  Author: idevolder
Revision: 344301

upgpkg: qcad 3.20.1.7-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 10:50:49 UTC (rev 344300)
+++ PKGBUILD2018-06-21 12:27:05 UTC (rev 344301)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.20.1.6
+pkgver=3.20.1.7
 pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('e7ad781e2f0d1a2576f5919e8bb0513d3d7eabc1e20c6935816d50e914a793381d57431de47cc6c16bd78fef142309f77998f8e99c671bb70c430acb952f527b')
+sha512sums=('33855927670360643e5899377f069a7faf3f8ec70fe638ccefb53314a4ad727d8ade35bdb72e63d7cb5ae165bd992e9acd4641b57b925d1a6571ea309696c9ea')
 
 prepare() {
   rm *.tar.gz


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

2018-06-21 Thread Ike Devolder via arch-commits
Date: Thursday, June 21, 2018 @ 12:27:11
  Author: idevolder
Revision: 344302

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 344301, qcad/trunk/PKGBUILD)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 12:27:05 UTC (rev 344301)
+++ PKGBUILD2018-06-21 12:27:11 UTC (rev 344302)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.20.1.6
-pkgrel=1
-pkgdesc='A 2D CAD package based upon Qt'
-arch=('x86_64')
-url="http://www.qcad.org;
-license=('GPL3')
-depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
-makedepends=('glu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('e7ad781e2f0d1a2576f5919e8bb0513d3d7eabc1e20c6935816d50e914a793381d57431de47cc6c16bd78fef142309f77998f8e99c671bb70c430acb952f527b')
-
-prepare() {
-  rm *.tar.gz
-  cd qcad-$pkgver
-  sed -e 's|$${QT_VERSION}|5.5.0|g' \
-  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
-}
-
-build() {
-  cd qcad-$pkgver
-  qmake-qt5 qcad.pro
-  make
-}
-
-package() {
-  cd qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 "$pkgdir"/usr/lib/qcad
-  cp -r examples fonts libraries linetypes patterns scripts themes ts \
-  "$pkgdir"/usr/lib/qcad
-  cp release/{*.so,qcad-bin} "$pkgdir"/usr/lib/qcad
-
-  # install man
-  install -Dm644 qcad.1 "$pkgdir"/usr/share/man/man1/qcad.1
-
-  # readme
-  install -Dm644 readme.txt "$pkgdir"/usr/lib/qcad/readme.txt
-
-  # qt
-  cp -r plugins platforminputcontexts platforms xcbglintegrations \
-  "$pkgdir"/usr/lib/qcad
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/plugins/{designer,imageformats,printsupport,sqldrivers}
-  #for sofiles in /usr/lib/qt/plugins/designer/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/plugins/designer/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/imageformats/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/imageformats/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/printsupport/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/printsupport/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/sqldrivers/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/sqldrivers/${sofiles##/*/}
-  #done
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/{platforminputcontexts,platforms,xcbglintegrations}
-  #for sofiles in /usr/lib/qt/plugins/platforminputcontexts/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/platforminputcontexts/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/platforms/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/platforms/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/xcbglintegrations/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/xcbglintegrations/${sofiles##/*/}
-  #done
-
-  install -Dm644 scripts/qcad_icon.png 
"$pkgdir"/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 qcad.desktop "$pkgdir"/usr/share/applications/qcad.desktop
-
-  install -dm755 "$pkgdir"/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/lib/qcad"
 exec /usr/lib/qcad/qcad-bin "$@"' >"$pkgdir"/usr/bin/qcad
-
-  chmod 0755 "$pkgdir"/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 344301, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 12:27:11 UTC (rev 344302)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.20.1.7
+pkgrel=1
+pkgdesc='A 2D CAD package based upon Qt'
+arch=('x86_64')
+url="http://www.qcad.org;
+license=('GPL3')
+depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
+makedepends=('glu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
+sha512sums=('33855927670360643e5899377f069a7faf3f8ec70fe638ccefb53314a4ad727d8ade35bdb72e63d7cb5ae165bd992e9acd4641b57b925d1a6571ea309696c9ea')
+
+prepare() {
+  rm *.tar.gz
+  cd qcad-$pkgver
+  sed -e 's|$${QT_VERSION}|5.5.0|g' \
+  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
+}
+
+build() {
+  cd qcad-$pkgver
+  qmake-qt5 qcad.pro
+  make
+}
+
+package() 

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

2018-06-21 Thread Ike Devolder via arch-commits
Date: Thursday, June 21, 2018 @ 12:27:37
  Author: idevolder
Revision: 344303

upgpkg: opera 53.0.2907.106-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 12:27:11 UTC (rev 344302)
+++ PKGBUILD2018-06-21 12:27:37 UTC (rev 344303)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=53.0.2907.99
+pkgver=53.0.2907.106
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -32,7 +32,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('9727e7b75c6ee8ef2f4b9e50d96fa2f074b662b231ab578000f6476cf52ff6ba1ffb4459b55b385bd0aaa92f2b9410a86a57e61d4cfe161ac728a19e38137364'
+sha512sums=('c724864a4c80776dd3b3aeef250409e86220da8925375081d97ffeb9fac5720554230e7eb435815683d7f8a79a5ec14a77bc8ba9112effb3cf2597d26c1a09f7'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2018-06-21 Thread Ike Devolder via arch-commits
Date: Thursday, June 21, 2018 @ 12:27:46
  Author: idevolder
Revision: 344304

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 344303, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 344303, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 344303, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 344303, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 344303, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 344303, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 344303, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  178 +++---
 default   |8 
 eula.html |  574 ++---
 opera |   26 +-
 opera.install |   78 +++---
 privacy.html  |  706 
 terms.html|  570 ++---
 7 files changed, 1070 insertions(+), 1070 deletions(-)

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


[arch-commits] Commit in erlang/repos/community-x86_64 (8 files)

2018-06-21 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 21, 2018 @ 10:50:49
  Author: arodseth
Revision: 344300

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 344299, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 344299, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 344299, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 344299, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  172 -
 epmd.conf|6 -
 epmd.service |   22 +++
 epmd.socket  |   18 ++---
 4 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 10:50:38 UTC (rev 344299)
+++ PKGBUILD2018-06-21 10:50:49 UTC (rev 344300)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=20.3.8
-pkgrel=1
-_docver=20.3
-arch=('x86_64')
-url='https://www.erlang.org/'
-license=('Apache')
-makedepends=('fop' 'git' 'glu' 'java-environment' 'libxslt' 'lksctp-tools'
- 'mesa' 'perl' 'unixodbc' 'wxgtk')
-options=('staticlibs')
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-'epmd.service' 'epmd.socket' 'epmd.conf')
-sha256sums=('SKIP'
-'17e0b2f94f11576a12526614a906ecad629b8804c25e6c18523f7c4346607112'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---with-odbc \
---enable-smp-support
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 344299, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 10:50:49 UTC (rev 344300)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=('erlang' 'erlang-unixodbc')
+pkgver=21.0
+pkgrel=1
+_docver=21.0
+arch=('x86_64')
+url='https://www.erlang.org/'
+license=('Apache')
+makedepends=('fop' 'git' 'glu' 'java-environment' 'libxslt' 'lksctp-tools'
+ 'mesa' 'perl' 'unixodbc' 'wxgtk')
+options=('staticlibs')
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
+'epmd.service' 'epmd.socket' 'epmd.conf')
+sha256sums=('SKIP'
+'10bf0e44b97ee8320c4868d5a4259c49d4d2a74e9c48583735ae0401f010fb31'
+

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

2018-06-21 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 21, 2018 @ 10:50:38
  Author: arodseth
Revision: 344299

upgpkg: erlang 21.0-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 10:44:12 UTC (rev 344298)
+++ PKGBUILD2018-06-21 10:50:38 UTC (rev 344299)
@@ -8,9 +8,9 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=20.3.8
+pkgver=21.0
 pkgrel=1
-_docver=20.3
+_docver=21.0
 arch=('x86_64')
 url='https://www.erlang.org/'
 license=('Apache')
@@ -21,7 +21,7 @@
 "http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
 'epmd.service' 'epmd.socket' 'epmd.conf')
 sha256sums=('SKIP'
-'17e0b2f94f11576a12526614a906ecad629b8804c25e6c18523f7c4346607112'
+'10bf0e44b97ee8320c4868d5a4259c49d4d2a74e9c48583735ae0401f010fb31'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')


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

2018-06-21 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 21, 2018 @ 10:44:12
  Author: arodseth
Revision: 344298

archrelease: copy trunk to community-staging-x86_64

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

+
 PKGBUILD   |   34 ++
 gauche.install |   23 +++
 2 files changed, 57 insertions(+)

Copied: gauche/repos/community-staging-x86_64/PKGBUILD (from rev 344297, 
gauche/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-21 10:44:12 UTC (rev 344298)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Stefan Husmann 
+# Contributor: Motohiro Ueki 
+# Contributor: nkoizu 
+
+pkgname=gauche
+pkgver=0.9.5
+pkgrel=4
+url='https://practical-scheme.net/gauche/'
+pkgdesc='R5RS Scheme implementation (provides gosh)'
+depends=('libatomic_ops' 'slib')
+license=('BSD')
+arch=('x86_64')
+install=$pkgname.install
+source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
+sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
+
+build() {
+  cd "Gauche-$pkgver"
+
+  ./configure --enable-multibyte=utf-8 --prefix=/usr
+  make
+}
+
+package() {
+  cd "Gauche-$pkgver"
+
+  make DESTDIR="$pkgdir" install-pkg install-doc
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
+# vim: ts=2 sw=2 et:

Copied: gauche/repos/community-staging-x86_64/gauche.install (from rev 344297, 
gauche/trunk/gauche.install)
===
--- community-staging-x86_64/gauche.install (rev 0)
+++ community-staging-x86_64/gauche.install 2018-06-21 10:44:12 UTC (rev 
344298)
@@ -0,0 +1,23 @@
+infodir=/usr/share/info
+filelist=(gauche-refe.info gauche-refj.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+  /usr/bin/gosh -ftest -uslib -E"require 'new-catalog" -Eexit;
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gauche/trunk (PKGBUILD gauche.install)

2018-06-21 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 21, 2018 @ 10:44:05
  Author: arodseth
Revision: 344297

upgpkg: gauche 0.9.5-4

Modified:
  gauche/trunk/PKGBUILD
  gauche/trunk/gauche.install

+
 PKGBUILD   |   18 +++---
 gauche.install |2 ++
 2 files changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 09:04:42 UTC (rev 344296)
+++ PKGBUILD2018-06-21 10:44:05 UTC (rev 344297)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Stefan Husmann 
 # Contributor: Motohiro Ueki 
 # Contributor: nkoizu 
@@ -6,22 +6,18 @@
 
 pkgname=gauche
 pkgver=0.9.5
-pkgrel=3
+pkgrel=4
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
-depends=('slib' 'libatomic_ops')
+depends=('libatomic_ops' 'slib')
 license=('BSD')
 arch=('x86_64')
 install=$pkgname.install
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha512sums=('6d853d734c7a56a86f0015b1bfef378803d6acc1e0405ed841eab5afc08d1edef736d85df10c86d75fd5fb6b2def684bb1f2095a019133b9f497192f5511197a')
+sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
 
-prepare() {
-  ln -sf "Gauche-$pkgver" "$pkgname-$pkgver"
-}
-
 build() {
-  cd "$pkgname-$pkgver"
+  cd "Gauche-$pkgver"
 
   ./configure --enable-multibyte=utf-8 --prefix=/usr
   make
@@ -28,7 +24,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "Gauche-$pkgver"
 
   make DESTDIR="$pkgdir" install-pkg install-doc
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
@@ -35,4 +31,4 @@
 }
 
 # getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:

Modified: gauche.install
===
--- gauche.install  2018-06-21 09:04:42 UTC (rev 344296)
+++ gauche.install  2018-06-21 10:44:05 UTC (rev 344297)
@@ -19,3 +19,5 @@
 install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
   done
 }
+
+# vim: ts=2 sw=2 et:


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

2018-06-21 Thread Jonathan Steel via arch-commits
Date: Thursday, June 21, 2018 @ 09:04:34
  Author: jsteel
Revision: 344295

upgpkg: python-boto3 1.7.42-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 09:04:25 UTC (rev 344294)
+++ PKGBUILD2018-06-21 09:04:34 UTC (rev 344295)
@@ -4,7 +4,7 @@
 
 pkgbase=python-boto3
 pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.7.35
+pkgver=1.7.42
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('c007317bcfd167fc78ae216ea2db5a9ae76dcd4e76cd80bc2e4bef11e4525f1b0c87d6f14cf66dff49bb5e0c4c22b2062a514e8f47c83cf1a1bbd592f6aa7658')
+sha512sums=('8d26171ab2490870f6340ed990f058b2e54d6d5b6c388c06e7ab552f6a37fd5df59123bf3ee9285d153dbcdcf79431ae665ab558b0138ad841c73e0285a02f01')
 
 prepare() {
   cp -r "boto3-$pkgver" "python-boto3-$pkgver"


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

2018-06-21 Thread Jonathan Steel via arch-commits
Date: Thursday, June 21, 2018 @ 09:04:42
  Author: jsteel
Revision: 344296

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 09:04:34 UTC (rev 344295)
+++ PKGBUILD2018-06-21 09:04:42 UTC (rev 344296)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.7.35
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-makedepends=('python-setuptools' 'python2-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('c007317bcfd167fc78ae216ea2db5a9ae76dcd4e76cd80bc2e4bef11e4525f1b0c87d6f14cf66dff49bb5e0c4c22b2062a514e8f47c83cf1a1bbd592f6aa7658')
-
-prepare() {
-  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
-  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
-}
-
-build() {
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package_python-boto3() {
-  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-boto3() {
-  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

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


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

2018-06-21 Thread Jonathan Steel via arch-commits
Date: Thursday, June 21, 2018 @ 09:04:08
  Author: jsteel
Revision: 344292

archrelease: copy trunk to community-any

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

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

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

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


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

2018-06-21 Thread Jonathan Steel via arch-commits
Date: Thursday, June 21, 2018 @ 09:04:18
  Author: jsteel
Revision: 344293

upgpkg: aws-cli 1.15.42-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 09:04:08 UTC (rev 344292)
+++ PKGBUILD2018-06-21 09:04:18 UTC (rev 344293)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.15.35
+pkgver=1.15.42
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('23a90317a7dbf6f292eef431d81e08eb')
+md5sums=('fb991a1ee98d939233fe5f3a2696b1d6')
 
 build() {
   cd $pkgname-$pkgver


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

2018-06-21 Thread Jonathan Steel via arch-commits
Date: Thursday, June 21, 2018 @ 09:04:25
  Author: jsteel
Revision: 344294

archrelease: copy trunk to community-any

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

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

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

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


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

2018-06-21 Thread Jonathan Steel via arch-commits
Date: Thursday, June 21, 2018 @ 09:03:58
  Author: jsteel
Revision: 344291

upgpkg: python-botocore 1.10.42-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 09:02:34 UTC (rev 344290)
+++ PKGBUILD2018-06-21 09:03:58 UTC (rev 344291)
@@ -5,7 +5,7 @@
 
 pkgbase=python-botocore
 pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.10.35
+pkgver=1.10.42
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('dbf83814c1b3b9e0eb44d2799e5d6a3c')
+md5sums=('98ece3ab2a192ebfcdc4d67bb657ffcc')
 
 prepare() {
   cp -r "botocore-$pkgver" "python-botocore-$pkgver"


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

2018-06-21 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 21, 2018 @ 09:02:27
  Author: alucryd
Revision: 344289

upgpkg: lib32-libdatrie 0.2.12-1

Modified:
  lib32-libdatrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 08:59:07 UTC (rev 344288)
+++ PKGBUILD2018-06-21 09:02:27 UTC (rev 344289)
@@ -4,7 +4,7 @@
 # Contributor: Chaiwat Suttipongsakul 
 
 pkgname=lib32-libdatrie
-pkgver=0.2.10
+pkgver=0.2.12
 pkgrel=1
 pkgdesc='Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe.'
 url='https://linux.thai.net/projects/datrie'
@@ -13,7 +13,7 @@
 depends=('lib32-glibc' 'libdatrie')
 makedepends=('gcc-multilib')
 
source=("https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-${pkgver}.tar.xz;)
-sha256sums=('180eff7b0309ca19a02d5864e744185d715f021398a096fec6cf960f8ebfaa2b')
+sha256sums=('452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149')
 
 build() {
   cd libdatrie-${pkgver}


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

2018-06-21 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 21, 2018 @ 09:02:34
  Author: alucryd
Revision: 344290

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 09:02:27 UTC (rev 344289)
+++ PKGBUILD2018-06-21 09:02:34 UTC (rev 344290)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=lib32-libdatrie
-pkgver=0.2.10
-pkgrel=1
-pkgdesc='Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe.'
-url='https://linux.thai.net/projects/datrie'
-license=('LGPL')
-arch=('x86_64')
-depends=('lib32-glibc' 'libdatrie')
-makedepends=('gcc-multilib')
-source=("https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-${pkgver}.tar.xz;)
-sha256sums=('180eff7b0309ca19a02d5864e744185d715f021398a096fec6cf960f8ebfaa2b')
-
-build() {
-  cd libdatrie-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  make
-}
-
-package() {
-  cd libdatrie-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libdatrie/repos/multilib-x86_64/PKGBUILD (from rev 344289, 
lib32-libdatrie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 09:02:34 UTC (rev 344290)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=lib32-libdatrie
+pkgver=0.2.12
+pkgrel=1
+pkgdesc='Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe.'
+url='https://linux.thai.net/projects/datrie'
+license=('LGPL')
+arch=('x86_64')
+depends=('lib32-glibc' 'libdatrie')
+makedepends=('gcc-multilib')
+source=("https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-${pkgver}.tar.xz;)
+sha256sums=('452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149')
+
+build() {
+  cd libdatrie-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libdatrie-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-21 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 21, 2018 @ 08:59:07
  Author: alucryd
Revision: 344288

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 344287, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 08:59:00 UTC (rev 344287)
+++ PKGBUILD2018-06-21 08:59:07 UTC (rev 344288)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.514
-_portal_pkgver=0.9.7
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gst-plugins-base-libs' 'gtk3' 
'python-beautifulsoup4' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'gst-plugins-bad: "Bad" plugin libraries'
-'gst-plugins-base: "Base" plugin libraries'
-'gst-plugins-good: "Good" plugin libraries'
-'gst-plugins-ugly: "Ugly" plugin libraries'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pillow: Blur background in lyrics view'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/fc731e0878cea850ebadb46afd69b3b8/lollypop-0.9.514.tar.xz;
-
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
-sha256sums=('b9597979372a54445e8317e417331557302d212775a9d528593c568dc8c91803'
-'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
-
-build() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-pushd $d
-arch-meson build \
-  --libexecdir='lib/lollypop'
-ninja -C build
-popd
-  done
-}
-
-package() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-DESTDIR="${pkgdir}" ninja -C $d/build install
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 344287, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 08:59:07 UTC (rev 344288)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.515
+_portal_pkgver=0.9.7
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=('gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pillow: Blur background in lyrics view'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+source=("https://gitlab.gnome.org/World/lollypop/uploads/a15d6d46c8e2647eb1235616a2e484e9/lollypop-0.9.515.tar.xz;
+
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
+sha256sums=('ff4eaa941f8c01e422d384ba463b7b9448b165288de9a7fdeb6c10a3eb5a000c'
+'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
+
+build() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+arch-meson $d build-$d \
+  --libexecdir='lib/lollypop'
+ninja -C build-$d
+  done
+}
+
+package() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+DESTDIR="${pkgdir}" ninja -C build-$d install
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-21 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 21, 2018 @ 08:59:00
  Author: alucryd
Revision: 344287

upgpkg: lollypop 0.9.515-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 08:42:15 UTC (rev 344286)
+++ PKGBUILD2018-06-21 08:59:00 UTC (rev 344287)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.514
+pkgver=0.9.515
 _portal_pkgver=0.9.7
 pkgrel=1
 pkgdesc='Music player for GNOME'
@@ -11,7 +11,7 @@
 arch=('any')
 url='https://gitlab.gnome.org/gnumdk/lollypop'
 license=('GPL')
-depends=('desktop-file-utils' 'gst-plugins-base-libs' 'gtk3' 
'python-beautifulsoup4' 'python-cairo'
+depends=('gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
  'python-dbus' 'python-gobject' 'totem-plparser')
 makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
 optdepends=('easytag: Modify tags'
@@ -26,24 +26,22 @@
 'python-pillow: Blur background in lyrics view'
 'python-pylast: Last.FM support'
 'python-wikipedia: Wikipedia support')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/fc731e0878cea850ebadb46afd69b3b8/lollypop-0.9.514.tar.xz;
+source=("https://gitlab.gnome.org/World/lollypop/uploads/a15d6d46c8e2647eb1235616a2e484e9/lollypop-0.9.515.tar.xz;
 
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
-sha256sums=('b9597979372a54445e8317e417331557302d212775a9d528593c568dc8c91803'
+sha256sums=('ff4eaa941f8c01e422d384ba463b7b9448b165288de9a7fdeb6c10a3eb5a000c'
 'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
 
 build() {
   for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-pushd $d
-arch-meson build \
+arch-meson $d build-$d \
   --libexecdir='lib/lollypop'
-ninja -C build
-popd
+ninja -C build-$d
   done
 }
 
 package() {
   for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-DESTDIR="${pkgdir}" ninja -C $d/build install
+DESTDIR="${pkgdir}" ninja -C build-$d install
   done
 }
 


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

2018-06-21 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 21, 2018 @ 08:45:56
  Author: alucryd
Revision: 327403

upgpkg: libogg 1.3.3-3

Modified:
  libogg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 08:42:14 UTC (rev 327402)
+++ PKGBUILD2018-06-21 08:45:56 UTC (rev 327403)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer:  Tom Gundersen 
 # Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
 # Contributor: John Proctor 
 
 pkgname=libogg
 pkgver=1.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Ogg bitstream and framing library'
 arch=('x86_64')
 url='http://www.xiph.org/ogg/'
@@ -16,7 +16,9 @@
 
 build() {
   cd libogg-${pkgver}
-  ./configure --prefix=/usr
+
+  ./configure \
+--prefix='/usr'
   make
 }
 
@@ -24,8 +26,6 @@
   cd libogg-${pkgver}
 
   make DESTDIR="${pkgdir}" install
-
-# install BSD license
   install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
 }
 


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

2018-06-21 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 21, 2018 @ 08:46:03
  Author: alucryd
Revision: 327404

archrelease: copy trunk to extra-x86_64

Added:
  libogg/repos/extra-x86_64/PKGBUILD
(from rev 327403, libogg/trunk/PKGBUILD)
Deleted:
  libogg/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 08:45:56 UTC (rev 327403)
+++ PKGBUILD2018-06-21 08:46:03 UTC (rev 327404)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Tom Gundersen 
-# Maintainer: Maxime Gauduin 
-# Contributor: John Proctor 
-
-pkgname=libogg
-pkgver=1.3.3
-pkgrel=2
-pkgdesc='Ogg bitstream and framing library'
-arch=('x86_64')
-url='http://www.xiph.org/ogg/'
-license=('BSD')
-depends=('glibc')
-source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz;)
-sha256sums=('4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08')
-
-build() {
-  cd libogg-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libogg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-# install BSD license
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libogg/repos/extra-x86_64/PKGBUILD (from rev 327403, 
libogg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 08:46:03 UTC (rev 327404)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libogg
+pkgver=1.3.3
+pkgrel=3
+pkgdesc='Ogg bitstream and framing library'
+arch=('x86_64')
+url='http://www.xiph.org/ogg/'
+license=('BSD')
+depends=('glibc')
+source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz;)
+sha256sums=('4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08')
+
+build() {
+  cd libogg-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd libogg-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in nginx-mod-redis/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-21 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 21, 2018 @ 08:42:15
  Author: mtorromeo
Revision: 344286

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-redis/repos/community-x86_64/PKGBUILD
(from rev 344285, nginx-mod-redis/trunk/PKGBUILD)
Deleted:
  nginx-mod-redis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 08:42:08 UTC (rev 344285)
+++ PKGBUILD2018-06-21 08:42:15 UTC (rev 344286)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-redis
-pkgver=0.3.8
-pkgrel=4
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.14.0
-
-pkgdesc='Nginx module for redis caching'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://www.nginx.com/resources/wiki/modules/redis/;
-license=('CUSTOM')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
-'SKIP'
-'95d0ed7be40da2efc3d72e52e5e272d2c34463583b7078e8fd6d55004934')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir"/ngx_http_redis-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-redis/repos/community-x86_64/PKGBUILD (from rev 344285, 
nginx-mod-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 08:42:15 UTC (rev 344286)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-redis
+pkgver=0.3.9
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='Nginx module for redis caching'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://www.nginx.com/resources/wiki/modules/redis/;
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/ngx_http_redis-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


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

2018-06-21 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 21, 2018 @ 08:42:07
  Author: alucryd
Revision: 327401

upgpkg: lame 3.100-2

Modified:
  lame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 08:20:58 UTC (rev 327400)
+++ PKGBUILD2018-06-21 08:42:07 UTC (rev 327401)
@@ -1,31 +1,34 @@
 # $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Ionut Biru 
+# Maintainer: Maxime Gauduin 
+# Contributor: Ray Rashif 
+# Contributor:  Ionut Biru 
 # Contributor: Hugo Doria 
 
 pkgname=lame
 pkgver=3.100
-pkgrel=1
-pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
+pkgrel=2
+pkgdesc='A high quality MPEG Audio Layer III (MP3) encoder'
 arch=('x86_64')
-url="http://lame.sourceforge.net/;
+url='http://lame.sourceforge.net/'
 depends=('ncurses')
 makedepends=('nasm')
 license=('LGPL')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('83e260acbe4389b54fe08e0bdbf7cddb')
+source=("https://downloads.sourceforge.net/lame/lame-${pkgver}.tar.gz;)
+sha256sums=('ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e')
 
 build() {
-  cd $pkgname-$pkgver
+  cd lame-${pkgver}
 
-  ./configure --prefix=/usr \
-  --enable-nasm \
-  --enable-shared
+  ./configure \
+--prefix='/usr' \
+--enable-nasm \
+--enable-shared
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd lame-${pkgver}
 
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }
+# vim: ts=2 sw=2 et:


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

2018-06-21 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 21, 2018 @ 08:42:14
  Author: alucryd
Revision: 327402

archrelease: copy trunk to extra-x86_64

Added:
  lame/repos/extra-x86_64/PKGBUILD
(from rev 327401, lame/trunk/PKGBUILD)
Deleted:
  lame/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 08:42:07 UTC (rev 327401)
+++ PKGBUILD2018-06-21 08:42:14 UTC (rev 327402)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=lame
-pkgver=3.100
-pkgrel=1
-pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
-arch=('i686' 'x86_64')
-url="http://lame.sourceforge.net/;
-depends=('ncurses')
-makedepends=('nasm')
-license=('LGPL')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('83e260acbe4389b54fe08e0bdbf7cddb')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-nasm \
-  --enable-shared
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: lame/repos/extra-x86_64/PKGBUILD (from rev 327401, lame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 08:42:14 UTC (rev 327402)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ray Rashif 
+# Contributor:  Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=lame
+pkgver=3.100
+pkgrel=2
+pkgdesc='A high quality MPEG Audio Layer III (MP3) encoder'
+arch=('x86_64')
+url='http://lame.sourceforge.net/'
+depends=('ncurses')
+makedepends=('nasm')
+license=('LGPL')
+source=("https://downloads.sourceforge.net/lame/lame-${pkgver}.tar.gz;)
+sha256sums=('ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e')
+
+build() {
+  cd lame-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-nasm \
+--enable-shared
+  make
+}
+
+package() {
+  cd lame-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in nginx-mod-redis/trunk (PKGBUILD)

2018-06-21 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 21, 2018 @ 08:42:08
  Author: mtorromeo
Revision: 344285

upgpkg: nginx-mod-redis 0.3.9-1

Modified:
  nginx-mod-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 08:34:44 UTC (rev 344284)
+++ PKGBUILD2018-06-21 08:42:08 UTC (rev 344285)
@@ -2,8 +2,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-redis
-pkgver=0.3.8
-pkgrel=4
+pkgver=0.3.9
+pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
 _nginxver=1.14.0
@@ -21,7 +21,7 @@
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

 sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
-'95d0ed7be40da2efc3d72e52e5e272d2c34463583b7078e8fd6d55004934')
+'21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46')
 
 build() {
cd "$srcdir"/nginx-$_nginxver


  1   2   >