[arch-commits] Commit in python-pyopencl/repos/community-testing-x86_64 (4 files)

2018-08-05 Thread Eli Schwartz via arch-commits
Date: Monday, August 6, 2018 @ 05:40:09
  Author: eschwartz
Revision: 368454

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pyopencl/repos/community-testing-x86_64/LICENSE.txt
(from rev 368453, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-testing-x86_64/PKGBUILD
(from rev 368453, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-testing-x86_64/LICENSE.txt
  python-pyopencl/repos/community-testing-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 
 PKGBUILD|  144 +-
 2 files changed, 92 insertions(+), 92 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2018-08-06 05:39:51 UTC (rev 368453)
+++ LICENSE.txt 2018-08-06 05:40:09 UTC (rev 368454)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-testing-x86_64/LICENSE.txt (from rev 
368453, python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2018-08-06 05:40:09 UTC (rev 368454)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 05:39:51 UTC (rev 368453)
+++ PKGBUILD2018-08-06 05:40:09 UTC (rev 368454)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintianer:
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2018.1.1
-pkgrel=2
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-url="http://mathema.tician.de/software/pyopencl;
-license=('custom')
-epoch=1
-checkdepends=('python2-six' 'python-six' 'python-appdirs' 'python2-appdirs')
-makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'opencl-icd-loader' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 
'python-mako' 'python-numpy' 'python2-numpy')
-source=("https://pypi.io/packages/source/p/$_pypiname/$_pypiname-${pkgver}.tar.gz;
-'LICENSE.txt')
-sha1sums=('40d036172fd4367a0243356a617c5f91bee1f3cc'
-  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
-
-build() {
-   cp -a pyopencl-$pkgver{,-python2}
-
-   cd pyopencl-${pkgver}
-   python3 ./configure.py --cl-enable-gl --python-exe=python3 
--cl-pretend-version=1.2 # --boost-python-libname=boost_python3
-   make
-
-   cd "$srcdir/pyopencl-$pkgver-python2"
-   python2 ./configure.py --cl-enable-gl --python-exe=python2 
--cl-pretend-version=1.2 # --boost-python-libname=boost_python
-   make
-}
-
-check(){
-   cd pyopencl-${pkgver}
-#   python3 setup.py test
-
-   cd "$srcdir/pyopencl-$pkgver-python2"
-#   python2 setup.py test
-}
-
-package_python-pyopencl() {
-   depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs' 

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

2018-08-05 Thread Eli Schwartz via arch-commits
Date: Monday, August 6, 2018 @ 05:39:51
  Author: eschwartz
Revision: 368453

upgpkg: python-pyopencl 1:2018.1.1-3

fix license info
fix cffi being downloaded from PyPI during build
consolidate depends handling a bit

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 04:38:06 UTC (rev 368452)
+++ PKGBUILD2018-08-06 05:39:51 UTC (rev 368453)
@@ -6,18 +6,18 @@
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
 pkgver=2018.1.1
-pkgrel=2
+pkgrel=3
+epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('x86_64')
-url="http://mathema.tician.de/software/pyopencl;
-license=('custom')
-epoch=1
-checkdepends=('python2-six' 'python-six' 'python-appdirs' 'python2-appdirs')
-makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'opencl-icd-loader' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 
'python-mako' 'python-numpy' 'python2-numpy')
-source=("https://pypi.io/packages/source/p/$_pypiname/$_pypiname-${pkgver}.tar.gz;
-'LICENSE.txt')
-sha1sums=('40d036172fd4367a0243356a617c5f91bee1f3cc'
-  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
+url="https://mathema.tician.de/software/pyopencl;
+license=('MIT' 'Apache' 'BSD')
+depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs')
+makedepends=('ctags' 'boost' 'python-setuptools' 'python2-setuptools' 
'python-mako' 'python2-mako'
+ 'python-numpy' 'python2-numpy' 'python-cffi' 'python2-cffi')
+checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs')
+source=("https://pypi.io/packages/source/p/$_pypiname/$_pypiname-${pkgver}.tar.gz;)
+sha1sums=('40d036172fd4367a0243356a617c5f91bee1f3cc')
 
 build() {
cp -a pyopencl-$pkgver{,-python2}
@@ -31,16 +31,16 @@
make
 }
 
-check(){
-   cd pyopencl-${pkgver}
+#check(){
+#   cd pyopencl-${pkgver}
 #   python3 setup.py test
-
-   cd "$srcdir/pyopencl-$pkgver-python2"
+#
+#   cd "$srcdir/pyopencl-$pkgver-python2"
 #   python2 setup.py test
-}
+#}
 
 package_python-pyopencl() {
-   depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs' 'python' 
'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers' 
'python-setuptools' 'python-cffi')
+   depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')
 
cd pyopencl-${pkgver}
python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
@@ -47,11 +47,11 @@
 
rm -fr "${pkgdir}"/usr/include
 
-   install -D -m644 $srcdir/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_python2-pyopencl() {
-   depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs' 'python2' 
'python2-numpy' 'python2-mako' 'python2-pytools' 'pyopencl-headers' 
'python2-setuptools' 'python2-cffi')
+   depends+=('python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 
'pyopencl-headers' 'python2-setuptools' 'python2-cffi')
 
cd pyopencl-${pkgver}-python2
python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
@@ -58,7 +58,7 @@
 
 rm -fr "${pkgdir}"/usr/include/
 
-   install -D -m644 $srcdir/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_pyopencl-headers() {
@@ -68,5 +68,5 @@
   for file in pyopencl-airy.cl  pyopencl-bessel-j.cl  pyopencl-bessel-y.cl  
pyopencl-complex.h  pyopencl-eval-tbl.cl  pyopencl-ranluxcl.cl; do
   install -m644 pyopencl/cl/${file} "${pkgdir}"/usr/include/pyopencl
done
-   install -D -m644 $srcdir/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


[arch-commits] Commit in (python2-qrencode)

2018-08-05 Thread Eli Schwartz via arch-commits
Date: Monday, August 6, 2018 @ 04:38:06
  Author: eschwartz
Revision: 368452

rm deprecated pkgbase; this is python-qrencode now

Deleted:
  python2-qrencode/


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

2018-08-05 Thread Eli Schwartz via arch-commits
Date: Monday, August 6, 2018 @ 04:33:22
  Author: eschwartz
Revision: 368451

Fix unstated makedepends downloading from PyPi in build()

Modified:
  python-pymediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 02:02:18 UTC (rev 368450)
+++ PKGBUILD2018-08-06 04:33:22 UTC (rev 368451)
@@ -8,7 +8,7 @@
 arch=('any')
 url="https://github.com/sbraz/pymediainfo/;
 license=('MIT')
-makedepends=('mediainfo' 'python-setuptools' 'python2-setuptools')
+makedepends=('mediainfo' 'python-setuptools-scm' 'python2-setuptools-scm')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python2-pytest' 
'python2-pytest-runner')
 
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('6ca616ac92f4e8ab71d8edcdd1208dc3dcf9a13f7c3dd2d401a4997c95222b4e559786678826f75b631c4c46913c9cb390126a5468714a7c417638d3a4468d32')


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

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 02:02:10
  Author: svenstaro
Revision: 368449

upgpkg: bazel 0.16.0-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 01:56:30 UTC (rev 368448)
+++ PKGBUILD2018-08-06 02:02:10 UTC (rev 368449)
@@ -3,7 +3,7 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.15.1
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!distcc' '!strip')
 
source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
 
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('2a22e0b1a3ef611e871c12946127901ee5a041c12b8c12f94f8a3c15f35e51fc6e78728b0d51615c1b2310b2be7cfebe72158fad937668dafc577a38ec4fccf5'
+sha512sums=('89cefed69df1cae7076673900546199427fab3508aad1f0347b9da38153b6b1566b19a4c205055f41ca431fd9444ec772c86bc32fbff0da0485a5e5f11728932'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


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

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 02:02:18
  Author: svenstaro
Revision: 368450

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 368449, bazel/trunk/PKGBUILD)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 02:02:10 UTC (rev 368449)
+++ PKGBUILD2018-08-06 02:02:18 UTC (rev 368450)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.15.1
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=8' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('2a22e0b1a3ef611e871c12946127901ee5a041c12b8c12f94f8a3c15f35e51fc6e78728b0d51615c1b2310b2be7cfebe72158fad937668dafc577a38ec4fccf5'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
-  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
-  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
-  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
-  mkdir -p ${pkgdir}/opt/bazel/
-  for d in examples third_party tools; do
-cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 368449, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-06 02:02:18 UTC (rev 368450)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=8' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
+sha512sums=('89cefed69df1cae7076673900546199427fab3508aad1f0347b9da38153b6b1566b19a4c205055f41ca431fd9444ec772c86bc32fbff0da0485a5e5f11728932'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
+  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
+  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
+  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
+  mkdir -p ${pkgdir}/opt/bazel/
+  for d in examples third_party tools; do
+cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:56:30
  Author: svenstaro
Revision: 368448

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 01:56:23 UTC (rev 368447)
+++ PKGBUILD2018-08-06 01:56:30 UTC (rev 368448)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christian Hesse 
-# Contributor: Bill Fraser 
-# Contributor: Thomas Bächler 
-
-_pkgbasename=libpcap
-pkgname=lib32-libpcap
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="A system-independent interface for user-level packet capture (32-bit)"
-arch=('x86_64')
-url="http://www.tcpdump.org/;
-license=('BSD')
-depends=('lib32-glibc' 'lib32-libnl' 'lib32-libusb' 'sh' "${_pkgbasename}")
-makedepends=('flex')
-source=("http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz"{,.sig})
-sha256sums=('673dbc69fdc3f5a86fb5759ab19899039a8e5e6c631749e48dcd9c6f0c83541e'
-'SKIP')
-validpgpkeys=(1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D)
-
-build() {
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd ${srcdir}/${_pkgbasename}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --libdir=/usr/lib32 \
-   --enable-ipv6 \
-   --enable-bluetooth=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   rm -rf ${pkgdir}/usr/lib32/libpcap.a
-   rm -rf ${pkgdir}/usr/{include,share,bin}
-
-   mkdir -p "${pkgdir}/usr/share/licenses"
-   ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: lib32-libpcap/repos/multilib-x86_64/PKGBUILD (from rev 368447, 
lib32-libpcap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-06 01:56:30 UTC (rev 368448)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christian Hesse 
+# Contributor: Bill Fraser 
+# Contributor: Thomas Bächler 
+
+_pkgbasename=libpcap
+pkgname=lib32-libpcap
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="A system-independent interface for user-level packet capture (32-bit)"
+arch=('x86_64')
+url="http://www.tcpdump.org/;
+license=('BSD')
+depends=('lib32-glibc' 'lib32-libnl' 'lib32-libusb' 'sh' "${_pkgbasename}")
+makedepends=('flex')
+source=("http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz"{,.sig})
+sha256sums=('2edb88808e5913fdaa8e9c1fcaf272e19b2485338742b5074b9fe44d68f37019'
+'SKIP')
+validpgpkeys=(1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D)
+
+build() {
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --libdir=/usr/lib32 \
+   --enable-ipv6 \
+   --enable-bluetooth=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   rm -rf ${pkgdir}/usr/lib32/libpcap.a
+   rm -rf ${pkgdir}/usr/{include,share,bin}
+
+   mkdir -p "${pkgdir}/usr/share/licenses"
+   ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:56:23
  Author: svenstaro
Revision: 368447

upgpkg: lib32-libpcap 1.9.0-1

Modified:
  lib32-libpcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 01:52:53 UTC (rev 368446)
+++ PKGBUILD2018-08-06 01:56:23 UTC (rev 368447)
@@ -5,7 +5,7 @@
 
 _pkgbasename=libpcap
 pkgname=lib32-libpcap
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A system-independent interface for user-level packet capture (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('lib32-glibc' 'lib32-libnl' 'lib32-libusb' 'sh' "${_pkgbasename}")
 makedepends=('flex')
 source=("http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz"{,.sig})
-sha256sums=('673dbc69fdc3f5a86fb5759ab19899039a8e5e6c631749e48dcd9c6f0c83541e'
+sha256sums=('2edb88808e5913fdaa8e9c1fcaf272e19b2485338742b5074b9fe44d68f37019'
 'SKIP')
 validpgpkeys=(1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D)
 


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-testing-x86_64 (2 files)

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:52:53
  Author: svenstaro
Revision: 368446

archrelease: copy trunk to community-testing-x86_64

Added:
  python-ovirt-engine-sdk/repos/community-testing-x86_64/PKGBUILD
(from rev 368445, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 01:52:46 UTC (rev 368445)
+++ PKGBUILD2018-08-06 01:52:53 UTC (rev 368446)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='python-ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.2.6
-pkgrel=2
-pkgdesc='Python access to the oVirt Engine API'
-arch=('x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('custom')
-source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('17ddfcda95f50a067b7193e345f8e8173334fab3c4506d134ccae66d14557d4b3861039cf0b6aa9fdcd889472b1b153ed39728128970d2f2e95956507fdb7563')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-ovirt-engine-sdk/repos/community-testing-x86_64/PKGBUILD (from 
rev 368445, python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-06 01:52:53 UTC (rev 368446)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='python-ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver=4.2.7
+pkgrel=4
+pkgdesc='Python access to the oVirt Engine API'
+arch=('x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('custom')
+source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('3732d12788d0653de70a99651afb69eb2a7454500e0f2119ac3586a4121f320226d1e14c5561759727071d1246529d25e3188fa844976b25657e46463bdcdfb3')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:52:46
  Author: svenstaro
Revision: 368445

upgpkg: python-ovirt-engine-sdk 4.2.7-4

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 01:51:50 UTC (rev 368444)
+++ PKGBUILD2018-08-06 01:52:46 UTC (rev 368445)
@@ -4,7 +4,7 @@
 pkgbase='python-ovirt-engine-sdk'
 pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
 pkgver=4.2.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Python access to the oVirt Engine API'
 arch=('x86_64')
 url='http://ovirt.org/develop/release-management/features/infra/python-sdk'


[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:51:43
  Author: svenstaro
Revision: 368443

upgpkg: python-ovirt-engine-sdk 4.2.7-3

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 01:49:28 UTC (rev 368442)
+++ PKGBUILD2018-08-06 01:51:43 UTC (rev 368443)
@@ -4,7 +4,7 @@
 pkgbase='python-ovirt-engine-sdk'
 pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
 pkgver=4.2.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Python access to the oVirt Engine API'
 arch=('x86_64')
 url='http://ovirt.org/develop/release-management/features/infra/python-sdk'


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-x86_64 (2 files)

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:51:50
  Author: svenstaro
Revision: 368444

archrelease: copy trunk to community-x86_64

Added:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD
(from rev 368443, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 01:51:43 UTC (rev 368443)
+++ PKGBUILD2018-08-06 01:51:50 UTC (rev 368444)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='python-ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.2.7
-pkgrel=2
-pkgdesc='Python access to the oVirt Engine API'
-arch=('x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('custom')
-source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('3732d12788d0653de70a99651afb69eb2a7454500e0f2119ac3586a4121f320226d1e14c5561759727071d1246529d25e3188fa844976b25657e46463bdcdfb3')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD (from rev 
368443, python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-06 01:51:50 UTC (rev 368444)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='python-ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver=4.2.7
+pkgrel=3
+pkgdesc='Python access to the oVirt Engine API'
+arch=('x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('custom')
+source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('3732d12788d0653de70a99651afb69eb2a7454500e0f2119ac3586a4121f320226d1e14c5561759727071d1246529d25e3188fa844976b25657e46463bdcdfb3')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-x86_64 (2 files)

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:49:28
  Author: svenstaro
Revision: 368442

archrelease: copy trunk to community-x86_64

Added:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD
(from rev 368441, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 01:49:21 UTC (rev 368441)
+++ PKGBUILD2018-08-06 01:49:28 UTC (rev 368442)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='python-ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.2.7
-pkgrel=1
-pkgdesc='Python access to the oVirt Engine API'
-arch=('x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('custom')
-source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('3732d12788d0653de70a99651afb69eb2a7454500e0f2119ac3586a4121f320226d1e14c5561759727071d1246529d25e3188fa844976b25657e46463bdcdfb3')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD (from rev 
368441, python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-06 01:49:28 UTC (rev 368442)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='python-ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver=4.2.7
+pkgrel=2
+pkgdesc='Python access to the oVirt Engine API'
+arch=('x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('custom')
+source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('3732d12788d0653de70a99651afb69eb2a7454500e0f2119ac3586a4121f320226d1e14c5561759727071d1246529d25e3188fa844976b25657e46463bdcdfb3')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:49:21
  Author: svenstaro
Revision: 368441

upgpkg: python-ovirt-engine-sdk 4.2.7-2

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 01:46:27 UTC (rev 368440)
+++ PKGBUILD2018-08-06 01:49:21 UTC (rev 368441)
@@ -4,7 +4,7 @@
 pkgbase='python-ovirt-engine-sdk'
 pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
 pkgver=4.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Python access to the oVirt Engine API'
 arch=('x86_64')
 url='http://ovirt.org/develop/release-management/features/infra/python-sdk'


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

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:46:27
  Author: svenstaro
Revision: 368440

archrelease: copy trunk to community-x86_64

Added:
  ripgrep/repos/community-x86_64/PKGBUILD
(from rev 368439, ripgrep/trunk/PKGBUILD)
Deleted:
  ripgrep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 01:46:20 UTC (rev 368439)
+++ PKGBUILD2018-08-06 01:46:27 UTC (rev 368440)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Gallant 
-pkgname=ripgrep
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
-arch=('x86_64')
-url="https://github.com/BurntSushi/ripgrep;
-license=('MIT' 'custom')
-depends=('gcc-libs')
-makedepends=('cargo' 'asciidoc')
-source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('4554f1744c6f8dec9ca8efa80320b69cacc03c52dfa36014994dc7217ed109863798e6c89e80e05926fc3288e4afc44b94e7cb810b1046bb24507f39827a5f95')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cargo build --release
-  # Use these flags once stable rust gets SIMD suport.
-  # RUSTFLAGS="-C target-feature=+ssse3" cargo build --release --features 
simd-accel
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
-
-  install -Dm644 "complete/_rg" "$pkgdir/usr/share/zsh/site-functions/_rg"
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.bash 
"$pkgdir/usr/share/bash-completion/completions/rg"
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.fish 
"$pkgdir/usr/share/fish/completions/rg.fish"
-
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.1 
"$pkgdir/usr/share/man/man1/rg.1"
-  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
-
-  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
-}

Copied: ripgrep/repos/community-x86_64/PKGBUILD (from rev 368439, 
ripgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-06 01:46:27 UTC (rev 368440)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Gallant 
+pkgname=ripgrep
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
+arch=('x86_64')
+url="https://github.com/BurntSushi/ripgrep;
+license=('MIT' 'custom')
+depends=('gcc-libs')
+makedepends=('cargo' 'asciidoc')
+source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('0cf151ce4750e1d5fea0a00ec9a63ec344e670de80c624e1b58e9033173452e0759b16ab36fce4dc32d4c76cce8475e64b974dc5309e18771c0548732126a482')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cargo build --release
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
+
+  install -Dm644 "complete/_rg" "$pkgdir/usr/share/zsh/site-functions/_rg"
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.bash 
"$pkgdir/usr/share/bash-completion/completions/rg"
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.fish 
"$pkgdir/usr/share/fish/completions/rg.fish"
+
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.1 
"$pkgdir/usr/share/man/man1/rg.1"
+  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
+}


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

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:46:20
  Author: svenstaro
Revision: 368439

upgpkg: ripgrep 0.9.0-1

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 01:38:24 UTC (rev 368438)
+++ PKGBUILD2018-08-06 01:46:20 UTC (rev 368439)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Andrew Gallant 
 pkgname=ripgrep
-pkgver=0.8.1
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
 arch=('x86_64')
@@ -10,14 +10,12 @@
 depends=('gcc-libs')
 makedepends=('cargo' 'asciidoc')
 source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('4554f1744c6f8dec9ca8efa80320b69cacc03c52dfa36014994dc7217ed109863798e6c89e80e05926fc3288e4afc44b94e7cb810b1046bb24507f39827a5f95')
+sha512sums=('0cf151ce4750e1d5fea0a00ec9a63ec344e670de80c624e1b58e9033173452e0759b16ab36fce4dc32d4c76cce8475e64b974dc5309e18771c0548732126a482')
 
 build() {
   cd "$pkgname-$pkgver"
 
   cargo build --release
-  # Use these flags once stable rust gets SIMD suport.
-  # RUSTFLAGS="-C target-feature=+ssse3" cargo build --release --features 
simd-accel
 }
 
 package() {


[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:38:17
  Author: svenstaro
Revision: 368437

upgpkg: python-ovirt-engine-sdk 4.2.7-1

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 01:38:08 UTC (rev 368436)
+++ PKGBUILD2018-08-06 01:38:17 UTC (rev 368437)
@@ -3,8 +3,8 @@
 
 pkgbase='python-ovirt-engine-sdk'
 pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.2.6
-pkgrel=2
+pkgver=4.2.7
+pkgrel=1
 pkgdesc='Python access to the oVirt Engine API'
 arch=('x86_64')
 url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
 license=('custom')
 
source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('17ddfcda95f50a067b7193e345f8e8173334fab3c4506d134ccae66d14557d4b3861039cf0b6aa9fdcd889472b1b153ed39728128970d2f2e95956507fdb7563')
+sha512sums=('3732d12788d0653de70a99651afb69eb2a7454500e0f2119ac3586a4121f320226d1e14c5561759727071d1246529d25e3188fa844976b25657e46463bdcdfb3')
 
 package_python-ovirt-engine-sdk() {
   depends=('python-pycurl' 'python-six')


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-x86_64 (2 files)

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:38:24
  Author: svenstaro
Revision: 368438

archrelease: copy trunk to community-x86_64

Added:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD
(from rev 368437, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 01:38:17 UTC (rev 368437)
+++ PKGBUILD2018-08-06 01:38:24 UTC (rev 368438)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='python-ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.2.6
-pkgrel=1
-pkgdesc='Python access to the oVirt Engine API'
-arch=('x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('custom')
-source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('17ddfcda95f50a067b7193e345f8e8173334fab3c4506d134ccae66d14557d4b3861039cf0b6aa9fdcd889472b1b153ed39728128970d2f2e95956507fdb7563')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD (from rev 
368437, python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-06 01:38:24 UTC (rev 368438)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='python-ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver=4.2.7
+pkgrel=1
+pkgdesc='Python access to the oVirt Engine API'
+arch=('x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('custom')
+source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('3732d12788d0653de70a99651afb69eb2a7454500e0f2119ac3586a4121f320226d1e14c5561759727071d1246529d25e3188fa844976b25657e46463bdcdfb3')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:38:08
  Author: svenstaro
Revision: 368436

archrelease: copy trunk to community-any

Added:
  yarn/repos/community-any/PKGBUILD
(from rev 368435, yarn/trunk/PKGBUILD)
Deleted:
  yarn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 01:37:49 UTC (rev 368435)
+++ PKGBUILD2018-08-06 01:38:08 UTC (rev 368436)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=1.9.2
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='http://yarnpkg.com'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('899cd9bed957c0f74c27f7397c17dc384ebdd431532b7b1f4853d76de48b7f6b9fd6585cd15d38331a678f4a288a82c52ab015ead55267c9da7c8a2a6746daaf')
-
-package() {
-  cd yarn-v${pkgver}
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 368435, yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-06 01:38:08 UTC (rev 368436)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b')
+
+package() {
+  cd yarn-v${pkgver}
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}


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

2018-08-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 6, 2018 @ 01:37:49
  Author: svenstaro
Revision: 368435

upgpkg: yarn 1.9.4-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 00:01:07 UTC (rev 368434)
+++ PKGBUILD2018-08-06 01:37:49 UTC (rev 368435)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=1.9.2
+pkgver=1.9.4
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('899cd9bed957c0f74c27f7397c17dc384ebdd431532b7b1f4853d76de48b7f6b9fd6585cd15d38331a678f4a288a82c52ab015ead55267c9da7c8a2a6746daaf')
+sha512sums=('1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b')
 
 package() {
   cd yarn-v${pkgver}


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

2018-08-05 Thread Jan Steffens via arch-commits
Date: Monday, August 6, 2018 @ 00:20:24
  Author: heftig
Revision: 330636

archrelease: copy trunk to extra-x86_64

Added:
  libxkbcommon/repos/extra-x86_64/PKGBUILD
(from rev 330635, libxkbcommon/trunk/PKGBUILD)
Deleted:
  libxkbcommon/repos/extra-x86_64/0001-meson-Fix-xkbcommon-x11.pc-Requires.patch
  libxkbcommon/repos/extra-x86_64/PKGBUILD

+
 0001-meson-Fix-xkbcommon-x11.pc-Requires.patch |   78 ---
 PKGBUILD   |  160 +++
 2 files changed, 77 insertions(+), 161 deletions(-)

Deleted: 0001-meson-Fix-xkbcommon-x11.pc-Requires.patch
===
--- 0001-meson-Fix-xkbcommon-x11.pc-Requires.patch  2018-08-06 00:19:52 UTC 
(rev 330635)
+++ 0001-meson-Fix-xkbcommon-x11.pc-Requires.patch  2018-08-06 00:20:24 UTC 
(rev 330636)
@@ -1,78 +0,0 @@
-From bfd80332b5f4804244f14d475bc0182bd0553a64 Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 17 Jul 2018 01:15:30 +0200
-Subject: [PATCH] meson: Fix xkbcommon-x11.pc Requires
-
-The meson-generated pkgconfig file was missing Requires and
-Requires.private.
-
-Signed-off-by: Jan Alexander Steffens (heftig) 

- meson.build | 12 
- 1 file changed, 8 insertions(+), 4 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 7ee4f78..1243eae 100644
 a/meson.build
-+++ b/meson.build
-@@ -216,48 +216,52 @@ if get_option('enable-x11')
- You can disable X11 support with -Denable-x11=false.''')
- endif
- 
-+libxkbcommon_x11_deps = [
-+xcb_dep,
-+xcb_xkb_dep,
-+]
-+
- libxkbcommon_x11_internal = static_library(
- 'xkbcommon-x11-internal',
- 'src/x11/keymap.c',
- 'src/x11/state.c',
- 'src/x11/util.c',
- 'src/x11/x11-priv.h',
- 'src/context.h',
- 'src/context-priv.c',
- 'src/keymap.h',
- 'src/keymap-priv.c',
- 'src/atom.h',
- 'src/atom.c',
- include_directories: include_directories('src'),
- link_with: libxkbcommon,
--dependencies: [
--xcb_dep,
--xcb_xkb_dep,
--],
-+dependencies: libxkbcommon_x11_deps,
- )
- libxkbcommon_x11_link_args = []
- if have_version_script
- libxkbcommon_x11_link_args += '-Wl,--version-script=' + 
join_paths(meson.source_root(), 'xkbcommon-x11.map')
- endif
- libxkbcommon_x11 = library(
- 'xkbcommon-x11',
- 'xkbcommon/xkbcommon-x11.h',
- link_whole: libxkbcommon_x11_internal,
- link_args: libxkbcommon_x11_link_args,
- link_depends: 'xkbcommon-x11.map',
- version: '0.0.0',
- install: true,
- )
- install_headers(
- 'xkbcommon/xkbcommon-x11.h',
- subdir: 'xkbcommon',
- )
- pkgconfig.generate(
- name: 'xkbcommon-x11',
- filebase: 'xkbcommon-x11',
- libraries: libxkbcommon_x11,
- version: meson.project_version(),
- description: 'XKB API common to servers and clients - X11 support',
-+requires: libxkbcommon,
-+requires_private: libxkbcommon_x11_deps,
- )
- endif
- 
--- 
-2.18.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 00:19:52 UTC (rev 330635)
+++ PKGBUILD2018-08-06 00:20:24 UTC (rev 330636)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgbase=libxkbcommon
-pkgname=(libxkbcommon libxkbcommon-doc libxkbcommon-x11)
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="Keymap handling library for toolkits and window systems"
-url="https://xkbcommon.org/;
-arch=(x86_64)
-license=(custom)
-depends=(xkeyboard-config glibc)
-checkdepends=(xorg-server-xvfb libgl)
-makedepends=(libxcb doxygen git graphviz wayland wayland-protocols meson)
-_commit=b82e3b764e60df337ca695e8f8642e7bf42b0cca  # tags/xkbcommon-0.8.0^0
-source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit;
-0001-meson-Fix-xkbcommon-x11.pc-Requires.patch)
-md5sums=('SKIP'
- '9ff496a1d19a644e736da32d39946a19')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^xkbcommon-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  # https://bugs.archlinux.org/task/58973
-  patch -Np1 -i ../0001-meson-Fix-xkbcommon-x11.pc-Requires.patch
-
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgbase build
-  ninja -C build
-}
-
-check() {
-  cd build
-  xvfb-run -a meson test
-}
-
-package_libxkbcommon() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgbase/LICENSE
-
-### Split libxkbcommon-doc
-
-  mkdir -p "$srcdir"/doc/usr/share
-  mv "$pkgdir"/usr/share/doc "$srcdir/doc/usr/share"
-
-### Split 

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

2018-08-05 Thread Jan Steffens via arch-commits
Date: Monday, August 6, 2018 @ 00:19:52
  Author: heftig
Revision: 330635

0.8.2-1

Modified:
  libxkbcommon/trunk/PKGBUILD
Deleted:
  libxkbcommon/trunk/0001-meson-Fix-xkbcommon-x11.pc-Requires.patch

+
 0001-meson-Fix-xkbcommon-x11.pc-Requires.patch |   78 ---
 PKGBUILD   |   18 +
 2 files changed, 6 insertions(+), 90 deletions(-)

Deleted: 0001-meson-Fix-xkbcommon-x11.pc-Requires.patch
===
--- 0001-meson-Fix-xkbcommon-x11.pc-Requires.patch  2018-08-06 00:11:12 UTC 
(rev 330634)
+++ 0001-meson-Fix-xkbcommon-x11.pc-Requires.patch  2018-08-06 00:19:52 UTC 
(rev 330635)
@@ -1,78 +0,0 @@
-From bfd80332b5f4804244f14d475bc0182bd0553a64 Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 17 Jul 2018 01:15:30 +0200
-Subject: [PATCH] meson: Fix xkbcommon-x11.pc Requires
-
-The meson-generated pkgconfig file was missing Requires and
-Requires.private.
-
-Signed-off-by: Jan Alexander Steffens (heftig) 

- meson.build | 12 
- 1 file changed, 8 insertions(+), 4 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 7ee4f78..1243eae 100644
 a/meson.build
-+++ b/meson.build
-@@ -216,48 +216,52 @@ if get_option('enable-x11')
- You can disable X11 support with -Denable-x11=false.''')
- endif
- 
-+libxkbcommon_x11_deps = [
-+xcb_dep,
-+xcb_xkb_dep,
-+]
-+
- libxkbcommon_x11_internal = static_library(
- 'xkbcommon-x11-internal',
- 'src/x11/keymap.c',
- 'src/x11/state.c',
- 'src/x11/util.c',
- 'src/x11/x11-priv.h',
- 'src/context.h',
- 'src/context-priv.c',
- 'src/keymap.h',
- 'src/keymap-priv.c',
- 'src/atom.h',
- 'src/atom.c',
- include_directories: include_directories('src'),
- link_with: libxkbcommon,
--dependencies: [
--xcb_dep,
--xcb_xkb_dep,
--],
-+dependencies: libxkbcommon_x11_deps,
- )
- libxkbcommon_x11_link_args = []
- if have_version_script
- libxkbcommon_x11_link_args += '-Wl,--version-script=' + 
join_paths(meson.source_root(), 'xkbcommon-x11.map')
- endif
- libxkbcommon_x11 = library(
- 'xkbcommon-x11',
- 'xkbcommon/xkbcommon-x11.h',
- link_whole: libxkbcommon_x11_internal,
- link_args: libxkbcommon_x11_link_args,
- link_depends: 'xkbcommon-x11.map',
- version: '0.0.0',
- install: true,
- )
- install_headers(
- 'xkbcommon/xkbcommon-x11.h',
- subdir: 'xkbcommon',
- )
- pkgconfig.generate(
- name: 'xkbcommon-x11',
- filebase: 'xkbcommon-x11',
- libraries: libxkbcommon_x11,
- version: meson.project_version(),
- description: 'XKB API common to servers and clients - X11 support',
-+requires: libxkbcommon,
-+requires_private: libxkbcommon_x11_deps,
- )
- endif
- 
--- 
-2.18.0
-

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 00:11:12 UTC (rev 330634)
+++ PKGBUILD2018-08-06 00:19:52 UTC (rev 330635)
@@ -5,8 +5,8 @@
 
 pkgbase=libxkbcommon
 pkgname=(libxkbcommon libxkbcommon-doc libxkbcommon-x11)
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="Keymap handling library for toolkits and window systems"
 url="https://xkbcommon.org/;
 arch=(x86_64)
@@ -14,11 +14,9 @@
 depends=(xkeyboard-config glibc)
 checkdepends=(xorg-server-xvfb libgl)
 makedepends=(libxcb doxygen git graphviz wayland wayland-protocols meson)
-_commit=b82e3b764e60df337ca695e8f8642e7bf42b0cca  # tags/xkbcommon-0.8.0^0
-source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit;
-0001-meson-Fix-xkbcommon-x11.pc-Requires.patch)
-md5sums=('SKIP'
- '9ff496a1d19a644e736da32d39946a19')
+_commit=f8134c8503c9868d65ee6e06b211ec2eaff3f60d  # tags/xkbcommon-0.8.2^0
+source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit;)
+md5sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
@@ -28,9 +26,6 @@
 prepare() {
   cd $pkgbase
 
-  # https://bugs.archlinux.org/task/58973
-  patch -Np1 -i ../0001-meson-Fix-xkbcommon-x11.pc-Requires.patch
-
   printf '%s\n' >>doc/Doxyfile.in \
 HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
 }
@@ -41,8 +36,7 @@
 }
 
 check() {
-  cd build
-  xvfb-run -a meson test
+  xvfb-run -a meson test -C build
 }
 
 package_libxkbcommon() {


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

2018-08-05 Thread Jan Steffens via arch-commits
Date: Monday, August 6, 2018 @ 00:11:12
  Author: heftig
Revision: 330634

archrelease: copy trunk to extra-x86_64

Added:
  networkmanager/repos/extra-x86_64/20-connectivity.conf
(from rev 330633, networkmanager/trunk/20-connectivity.conf)
  networkmanager/repos/extra-x86_64/NetworkManager.conf
(from rev 330633, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 330633, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-x86_64/20-connectivity.conf
  networkmanager/repos/extra-x86_64/NetworkManager.conf
  networkmanager/repos/extra-x86_64/PKGBUILD

--+
 20-connectivity.conf |4 
 NetworkManager.conf  |4 
 PKGBUILD |  360 -
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: 20-connectivity.conf
===
--- 20-connectivity.conf2018-08-06 00:10:21 UTC (rev 330633)
+++ 20-connectivity.conf2018-08-06 00:11:12 UTC (rev 330634)
@@ -1,2 +0,0 @@
-[connectivity]
-uri=http://www.archlinux.org/check_network_status.txt

Copied: networkmanager/repos/extra-x86_64/20-connectivity.conf (from rev 
330633, networkmanager/trunk/20-connectivity.conf)
===
--- 20-connectivity.conf(rev 0)
+++ 20-connectivity.conf2018-08-06 00:11:12 UTC (rev 330634)
@@ -0,0 +1,2 @@
+[connectivity]
+uri=http://www.archlinux.org/check_network_status.txt

Deleted: NetworkManager.conf
===
--- NetworkManager.conf 2018-08-06 00:10:21 UTC (rev 330633)
+++ NetworkManager.conf 2018-08-06 00:11:12 UTC (rev 330634)
@@ -1,2 +0,0 @@
-# Configuration file for NetworkManager.
-# See "man 5 NetworkManager.conf" for details.

Copied: networkmanager/repos/extra-x86_64/NetworkManager.conf (from rev 330633, 
networkmanager/trunk/NetworkManager.conf)
===
--- NetworkManager.conf (rev 0)
+++ NetworkManager.conf 2018-08-06 00:11:12 UTC (rev 330634)
@@ -0,0 +1,2 @@
+# Configuration file for NetworkManager.
+# See "man 5 NetworkManager.conf" for details.

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 00:10:21 UTC (rev 330633)
+++ PKGBUILD2018-08-06 00:11:12 UTC (rev 330634)
@@ -1,180 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm libnm-glib)
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-url="https://wiki.gnome.org/Projects/NetworkManager;
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc 
"ppp=$_pppver" modemmanager
- dbus-glib iproute2 nss polkit wpa_supplicant curl systemd 
libmm-glib
- libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
- glib2-docs dhcpcd iwd dnsmasq systemd-resolvconf libpsl)
-checkdepends=(libx11 python-dbus)
-_commit=1e74a4b43e571cbdc07c4029129fb30cc5037a50  # tags/1.12.2^0
-source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
-runstatedir=/run \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-ifcfg-rh \
---disable-ifupdown \
---disable-lto \
---disable-more-logging \
---disable-more-warnings \
---disable-qt \
---disable-static \
---enable-bluez5-dun \
---enable-concheck \
---enable-config-plugin-ibft \
---enable-gtk-doc \
---enable-introspection \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-teamdctl \
---enable-wifi \
---with-config-dhcp-default=internal \
---with-config-dns-rc-manager-default=symlink \
---with-config-logging-backend-default=journal \
---with-config-plugins-default=keyfile,ibft \
---with-crypto=nss \
---with-dbus-sys-dir=/usr/share/dbus-1/system.d \
---with-dhclient=/usr/bin/dhclient \
---with-dhcpcd-supports-ipv6 \
---with-dhcpcd=/usr/bin/dhcpcd \
---with-dist-version="$pkgver-$pkgrel" \
---with-dnsmasq=/usr/bin/dnsmasq \
---with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \
-

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

2018-08-05 Thread Jan Steffens via arch-commits
Date: Monday, August 6, 2018 @ 00:10:21
  Author: heftig
Revision: 330633

1.12.3dev+1+g0a3755c17-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 20:55:33 UTC (rev 330632)
+++ PKGBUILD2018-08-06 00:10:21 UTC (rev 330633)
@@ -8,7 +8,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm libnm-glib)
-pkgver=1.12.2
+pkgver=1.12.3dev+1+g0a3755c17
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://wiki.gnome.org/Projects/NetworkManager;
@@ -20,7 +20,7 @@
  libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
  glib2-docs dhcpcd iwd dnsmasq systemd-resolvconf libpsl)
 checkdepends=(libx11 python-dbus)
-_commit=1e74a4b43e571cbdc07c4029129fb30cc5037a50  # tags/1.12.2^0
+_commit=0a3755c1799d3a4dc1875d4c59c7c568a64c8456  # nm-1-12
 
source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 23:18:26
  Author: dvzrv
Revision: 368433

archrelease: copy trunk to community-testing-x86_64

Added:
  setbfree/repos/community-testing-x86_64/
  setbfree/repos/community-testing-x86_64/PKGBUILD
(from rev 368432, setbfree/trunk/PKGBUILD)

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

Copied: setbfree/repos/community-testing-x86_64/PKGBUILD (from rev 368432, 
setbfree/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-05 23:18:26 UTC (rev 368433)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Johannes Maibaum 
+# Contributor: Christopher Arndt 
+_name=setBfree
+pkgname=setbfree
+pkgver=0.8.7
+pkgrel=2
+pkgdesc="DSP tonewheel organ "
+arch=('x86_64')
+url="http://setbfree.org;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('ftgl' 'jack' 'liblo' 'pango')
+makedepends=('lv2' 'ttf-dejavu')
+# xdg desktop files not properly packaged:
+# https://github.com/pantherb/setBfree/issues/59
+_desktop_file_commit='ff15bf2fdb85120c5125deb5debdcabb3969c6a4'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pantherb/${_name}/archive/v${pkgver}.tar.gz;
+
"https://github.com/pantherb/${_name}/raw/${_desktop_file_commit}/debian/setbfree.desktop;
+
"https://github.com/pantherb/${_name}/raw/${_desktop_file_commit}/debian/x42-whirl.desktop;)
+sha512sums=('f4da1391fd84439b7affc4862f1d3ccf6b3df6b17d1de3bed9c657af43e56a3b7dedcac27f668a3e4f6ba1bafc1b98f6023199c14187ea432ee8f2fe7b5a'
+
'bba3b56efd207fcea055ece250745204d983e5222b7979aed54d4b022c28c33edaffd7d8fb906a13133efcd63f7a3d193257a5ec4a382d73177b6daf8a57a200'
+
'1f8a1d4d4fe8458eb9c3750ff5af682b8e16d104d7f6799c86e9706a6298c59b126276aaf762a829b8661837e019d950e1680cb89da498fcb1c68db05102b51e')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # xdg desktop files
+  install -vDm 644 "${srcdir}/"*.desktop \
+-t "${pkgdir}/usr/share/applications"
+  # icons
+  install -vDm 644 doc/{${_name},x42-whirl}.png \
+-t "${pkgdir}/usr/share/pixmaps/"
+  # man
+  install -vDm 644 doc/*.1 -t "${pkgdir}/usr/share/man/man1/" 
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,README.md} doc/*.png \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in (4 files)

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 23:14:39
  Author: dvzrv
Revision: 368432

Adding setbfree from the AUR.

Added:
  setbfree/
  setbfree/repos/
  setbfree/trunk/
  setbfree/trunk/PKGBUILD

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

Added: setbfree/trunk/PKGBUILD
===
--- setbfree/trunk/PKGBUILD (rev 0)
+++ setbfree/trunk/PKGBUILD 2018-08-05 23:14:39 UTC (rev 368432)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Johannes Maibaum 
+# Contributor: Christopher Arndt 
+_name=setBfree
+pkgname=setbfree
+pkgver=0.8.7
+pkgrel=2
+pkgdesc="DSP tonewheel organ "
+arch=('x86_64')
+url="http://setbfree.org;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('ftgl' 'jack' 'liblo' 'pango')
+makedepends=('lv2' 'ttf-dejavu')
+# xdg desktop files not properly packaged:
+# https://github.com/pantherb/setBfree/issues/59
+_desktop_file_commit='ff15bf2fdb85120c5125deb5debdcabb3969c6a4'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pantherb/${_name}/archive/v${pkgver}.tar.gz;
+
"https://github.com/pantherb/${_name}/raw/${_desktop_file_commit}/debian/setbfree.desktop;
+
"https://github.com/pantherb/${_name}/raw/${_desktop_file_commit}/debian/x42-whirl.desktop;)
+sha512sums=('f4da1391fd84439b7affc4862f1d3ccf6b3df6b17d1de3bed9c657af43e56a3b7dedcac27f668a3e4f6ba1bafc1b98f6023199c14187ea432ee8f2fe7b5a'
+
'bba3b56efd207fcea055ece250745204d983e5222b7979aed54d4b022c28c33edaffd7d8fb906a13133efcd63f7a3d193257a5ec4a382d73177b6daf8a57a200'
+
'1f8a1d4d4fe8458eb9c3750ff5af682b8e16d104d7f6799c86e9706a6298c59b126276aaf762a829b8661837e019d950e1680cb89da498fcb1c68db05102b51e')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # xdg desktop files
+  install -vDm 644 "${srcdir}/"*.desktop \
+-t "${pkgdir}/usr/share/applications"
+  # icons
+  install -vDm 644 doc/{${_name},x42-whirl}.png \
+-t "${pkgdir}/usr/share/pixmaps/"
+  # man
+  install -vDm 644 doc/*.1 -t "${pkgdir}/usr/share/man/man1/" 
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,README.md} doc/*.png \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


Property changes on: setbfree/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in python-mock/repos/community-testing-any (3 files)

2018-08-05 Thread Eli Schwartz via arch-commits
Date: Sunday, August 5, 2018 @ 22:28:04
  Author: eschwartz
Revision: 368431

archrelease: copy trunk to community-testing-any

Added:
  
python-mock/repos/community-testing-any/0001-be-able-to-run-tests-on-python2.patch
(from rev 368430, 
python-mock/trunk/0001-be-able-to-run-tests-on-python2.patch)
  python-mock/repos/community-testing-any/PKGBUILD
(from rev 368430, python-mock/trunk/PKGBUILD)
Deleted:
  python-mock/repos/community-testing-any/PKGBUILD

+
 0001-be-able-to-run-tests-on-python2.patch |   92 +
 PKGBUILD   |  114 ++-
 2 files changed, 153 insertions(+), 53 deletions(-)

Copied: 
python-mock/repos/community-testing-any/0001-be-able-to-run-tests-on-python2.patch
 (from rev 368430, python-mock/trunk/0001-be-able-to-run-tests-on-python2.patch)
===
--- 0001-be-able-to-run-tests-on-python2.patch  (rev 0)
+++ 0001-be-able-to-run-tests-on-python2.patch  2018-08-05 22:28:04 UTC (rev 
368431)
@@ -0,0 +1,92 @@
+From 2d7f6c41e9290ec42eae860582496f744cdc52bd Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Fri, 3 Aug 2018 11:13:47 -0400
+Subject: [PATCH] be able to run tests on python2
+
+use existing six dependency to access assertRaisesRegexp as assertRaisesRegex
+---
+ mock/tests/testmagicmethods.py |  2 +-
+ mock/tests/testmock.py | 17 ++---
+ 2 files changed, 11 insertions(+), 8 deletions(-)
+
+diff --git a/mock/tests/testmagicmethods.py b/mock/tests/testmagicmethods.py
+index f47a202..a6c280d 100644
+--- a/mock/tests/testmagicmethods.py
 b/mock/tests/testmagicmethods.py
+@@ -405,7 +405,7 @@ class TestMockingMagicMethods(unittest.TestCase):
+ mock = MagicMock()
+ def set_setattr():
+ mock.__setattr__ = lambda self, name: None
+-self.assertRaisesRegex(AttributeError,
++six.assertRaisesRegex(self, AttributeError,
+ "Attempting to set unsupported magic method '__setattr__'.",
+ set_setattr
+ )
+diff --git a/mock/tests/testmock.py b/mock/tests/testmock.py
+index 66323e9..e9c5fef 100644
+--- a/mock/tests/testmock.py
 b/mock/tests/testmock.py
+@@ -205,7 +205,7 @@ class MockTest(unittest.TestCase):
+ 
+ mock = create_autospec(f)
+ mock.side_effect = ValueError('Bazinga!')
+-self.assertRaisesRegex(ValueError, 'Bazinga!', mock)
++six.assertRaisesRegex(self, ValueError, 'Bazinga!', mock)
+ 
+ @unittest.skipUnless('java' in sys.platform,
+   'This test only applies to Jython')
+@@ -501,7 +501,8 @@ class MockTest(unittest.TestCase):
+ 
+ # this should be allowed
+ mock.something
+-self.assertRaisesRegex(
++six.assertRaisesRegex(
++self,
+ AttributeError,
+ "Mock object has no attribute 'something_else'",
+ getattr, mock, 'something_else'
+@@ -520,12 +521,14 @@ class MockTest(unittest.TestCase):
+ mock.x
+ mock.y
+ mock.__something__
+-self.assertRaisesRegex(
++six.assertRaisesRegex(
++self,
+ AttributeError,
+ "Mock object has no attribute 'z'",
+ getattr, mock, 'z'
+ )
+-self.assertRaisesRegex(
++six.assertRaisesRegex(
++self,
+ AttributeError,
+ "Mock object has no attribute '__foobar__'",
+ getattr, mock, '__foobar__'
+@@ -591,13 +594,13 @@ class MockTest(unittest.TestCase):
+ 
+ def test_assert_called_with_message(self):
+ mock = Mock()
+-self.assertRaisesRegex(AssertionError, 'Not called',
++six.assertRaisesRegex(self, AssertionError, 'Not called',
+ mock.assert_called_with)
+ 
+ 
+ def test_assert_called_once_with_message(self):
+ mock = Mock(name='geoffrey')
+-self.assertRaisesRegex(AssertionError,
++six.assertRaisesRegex(self, AssertionError,
+  r"Expected 'geoffrey' to be called once\.",
+  mock.assert_called_once_with)
+ 
+@@ -1486,7 +1489,7 @@ class MockTest(unittest.TestCase):
+ second = mopen().readline()
+ self.assertEqual('abc', first)
+ self.assertEqual('abc', second)
+- 
++
+ def test_mock_parents(self):
+ for Klass in Mock, MagicMock:
+ m = Klass()
+-- 
+2.18.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 22:27:46 UTC (rev 368430)
+++ PKGBUILD2018-08-05 22:28:04 UTC (rev 368431)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: jelle van der Waa 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-mock

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

2018-08-05 Thread Eli Schwartz via arch-commits
Date: Sunday, August 5, 2018 @ 22:27:46
  Author: eschwartz
Revision: 368430

upgpkg: python-mock 2.0.0-4

- enable tests on python2
- clean up checkdepends
- don't download pbr from PyPI during build() with --nocheck, since it is
  required for building as well

Added:
  python-mock/trunk/0001-be-able-to-run-tests-on-python2.patch
Modified:
  python-mock/trunk/PKGBUILD

+
 0001-be-able-to-run-tests-on-python2.patch |   92 +++
 PKGBUILD   |   44 +++-
 2 files changed, 118 insertions(+), 18 deletions(-)

Added: 0001-be-able-to-run-tests-on-python2.patch
===
--- 0001-be-able-to-run-tests-on-python2.patch  (rev 0)
+++ 0001-be-able-to-run-tests-on-python2.patch  2018-08-05 22:27:46 UTC (rev 
368430)
@@ -0,0 +1,92 @@
+From 2d7f6c41e9290ec42eae860582496f744cdc52bd Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Fri, 3 Aug 2018 11:13:47 -0400
+Subject: [PATCH] be able to run tests on python2
+
+use existing six dependency to access assertRaisesRegexp as assertRaisesRegex
+---
+ mock/tests/testmagicmethods.py |  2 +-
+ mock/tests/testmock.py | 17 ++---
+ 2 files changed, 11 insertions(+), 8 deletions(-)
+
+diff --git a/mock/tests/testmagicmethods.py b/mock/tests/testmagicmethods.py
+index f47a202..a6c280d 100644
+--- a/mock/tests/testmagicmethods.py
 b/mock/tests/testmagicmethods.py
+@@ -405,7 +405,7 @@ class TestMockingMagicMethods(unittest.TestCase):
+ mock = MagicMock()
+ def set_setattr():
+ mock.__setattr__ = lambda self, name: None
+-self.assertRaisesRegex(AttributeError,
++six.assertRaisesRegex(self, AttributeError,
+ "Attempting to set unsupported magic method '__setattr__'.",
+ set_setattr
+ )
+diff --git a/mock/tests/testmock.py b/mock/tests/testmock.py
+index 66323e9..e9c5fef 100644
+--- a/mock/tests/testmock.py
 b/mock/tests/testmock.py
+@@ -205,7 +205,7 @@ class MockTest(unittest.TestCase):
+ 
+ mock = create_autospec(f)
+ mock.side_effect = ValueError('Bazinga!')
+-self.assertRaisesRegex(ValueError, 'Bazinga!', mock)
++six.assertRaisesRegex(self, ValueError, 'Bazinga!', mock)
+ 
+ @unittest.skipUnless('java' in sys.platform,
+   'This test only applies to Jython')
+@@ -501,7 +501,8 @@ class MockTest(unittest.TestCase):
+ 
+ # this should be allowed
+ mock.something
+-self.assertRaisesRegex(
++six.assertRaisesRegex(
++self,
+ AttributeError,
+ "Mock object has no attribute 'something_else'",
+ getattr, mock, 'something_else'
+@@ -520,12 +521,14 @@ class MockTest(unittest.TestCase):
+ mock.x
+ mock.y
+ mock.__something__
+-self.assertRaisesRegex(
++six.assertRaisesRegex(
++self,
+ AttributeError,
+ "Mock object has no attribute 'z'",
+ getattr, mock, 'z'
+ )
+-self.assertRaisesRegex(
++six.assertRaisesRegex(
++self,
+ AttributeError,
+ "Mock object has no attribute '__foobar__'",
+ getattr, mock, '__foobar__'
+@@ -591,13 +594,13 @@ class MockTest(unittest.TestCase):
+ 
+ def test_assert_called_with_message(self):
+ mock = Mock()
+-self.assertRaisesRegex(AssertionError, 'Not called',
++six.assertRaisesRegex(self, AssertionError, 'Not called',
+ mock.assert_called_with)
+ 
+ 
+ def test_assert_called_once_with_message(self):
+ mock = Mock(name='geoffrey')
+-self.assertRaisesRegex(AssertionError,
++six.assertRaisesRegex(self, AssertionError,
+  r"Expected 'geoffrey' to be called once\.",
+  mock.assert_called_once_with)
+ 
+@@ -1486,7 +1489,7 @@ class MockTest(unittest.TestCase):
+ second = mopen().readline()
+ self.assertEqual('abc', first)
+ self.assertEqual('abc', second)
+- 
++
+ def test_mock_parents(self):
+ for Klass in Mock, MagicMock:
+ m = Klass()
+-- 
+2.18.0
+

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 21:34:28 UTC (rev 368429)
+++ PKGBUILD2018-08-05 22:27:46 UTC (rev 368430)
@@ -5,20 +5,30 @@
 pkgbase=python-mock
 pkgname=(python2-mock python-mock)
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Mocking and Patching Library for Testing'
 url='http://www.voidspace.org.uk/python/mock/'
-makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-pbr' 

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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 21:34:22
  Author: dvzrv
Revision: 368428

upgpkg: japa 0.8.4-2

Adding japa 0.8.4 from the AUR.

Modified:
  japa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 21:31:48 UTC (rev 368427)
+++ PKGBUILD2018-08-05 21:34:22 UTC (rev 368428)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Your Name 
+# Maintainer: David Runge 
 pkgname=japa
 pkgver=0.8.4
 pkgrel=2


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 21:34:28
  Author: dvzrv
Revision: 368429

archrelease: copy trunk to community-testing-x86_64

Added:
  japa/repos/community-testing-x86_64/
  japa/repos/community-testing-x86_64/PKGBUILD
(from rev 368428, japa/trunk/PKGBUILD)

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

Copied: japa/repos/community-testing-x86_64/PKGBUILD (from rev 368428, 
japa/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-05 21:34:28 UTC (rev 368429)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=japa
+pkgver=0.8.4
+pkgrel=2
+pkgdesc="A 'perceptual' or 'psychoacoustic' audio spectrum analyser"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/index.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('clxclient' 'clthreads' 'fftw' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('d81652153e88394c81cc257af59b554718d3476c48062cfa7e246627171dc92842f6524a06ab8151220d4dae9d94a386f2d90efb1d238bbbc522988dfeaad32a')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # disable optimizations
+  sed -e '/native/d' -i source/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX='/usr'
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX='/usr' DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 21:31:48
  Author: dvzrv
Revision: 368427

Adding japa from the AUR.

Added:
  japa/
  japa/repos/
  japa/trunk/
  japa/trunk/PKGBUILD

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

Added: japa/trunk/PKGBUILD
===
--- japa/trunk/PKGBUILD (rev 0)
+++ japa/trunk/PKGBUILD 2018-08-05 21:31:48 UTC (rev 368427)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Your Name 
+pkgname=japa
+pkgver=0.8.4
+pkgrel=2
+pkgdesc="A 'perceptual' or 'psychoacoustic' audio spectrum analyser"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/index.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('clxclient' 'clthreads' 'fftw' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('d81652153e88394c81cc257af59b554718d3476c48062cfa7e246627171dc92842f6524a06ab8151220d4dae9d94a386f2d90efb1d238bbbc522988dfeaad32a')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # disable optimizations
+  sed -e '/native/d' -i source/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX='/usr'
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX='/usr' DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


Property changes on: japa/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-08-05 Thread Dave Reisner via arch-commits
Date: Sunday, August 5, 2018 @ 20:55:33
  Author: dreisner
Revision: 330632

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 330631, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 330631, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   71 +++---
 pkgfile.install |   36 +--
 2 files changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 20:55:06 UTC (rev 330631)
+++ PKGBUILD2018-08-05 20:55:33 UTC (rev 330632)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=18
-pkgrel=1
-pkgdesc="a pacman .files metadata explorer"
-arch=('x86_64')
-url="http://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile#tag=v$pkgver;)
-install=pkgfile.install
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  meson build -D buildtype=release
-}
-
-build() {
-  cd "$pkgname"
-
-  ninja -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 330631, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 20:55:33 UTC (rev 330632)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=18
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="http://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+install=pkgfile.install
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  meson build -D buildtype=release
+}
+
+build() {
+  cd "$pkgname"
+
+  ninja -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2018-08-05 20:55:06 UTC (rev 330631)
+++ pkgfile.install 2018-08-05 20:55:33 UTC (rev 330632)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
-printf "==> DB format has changed. Please run pkgfile -uu\n"
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 330631, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2018-08-05 20:55:33 UTC (rev 330632)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
+printf "==> DB format has changed. Please run pkgfile -uu\n"
+  fi
+}


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

2018-08-05 Thread Dave Reisner via arch-commits
Date: Sunday, August 5, 2018 @ 20:55:06
  Author: dreisner
Revision: 330631

Verify git repo tag

Modified:
  pkgfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 19:41:27 UTC (rev 330630)
+++ PKGBUILD2018-08-05 20:55:06 UTC (rev 330631)
@@ -10,7 +10,8 @@
 license=('MIT')
 depends=('libarchive' 'curl' 'pcre' 'pacman')
 makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile#tag=v$pkgver;)
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
 install=pkgfile.install
 md5sums=('SKIP')
 


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 20:21:49
  Author: dvzrv
Revision: 368426

archrelease: copy trunk to community-testing-x86_64

Added:
  lv2file/repos/community-testing-x86_64/
  lv2file/repos/community-testing-x86_64/PKGBUILD
(from rev 368425, lv2file/trunk/PKGBUILD)

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

Copied: lv2file/repos/community-testing-x86_64/PKGBUILD (from rev 368425, 
lv2file/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-05 20:21:49 UTC (rev 368426)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Christopher Arndt 
+pkgname=lv2file
+pkgver=0.84
+pkgrel=2
+pkgdesc="A simple program which you can use to apply effects to your audio 
files"
+arch=('x86_64')
+url="https://github.com/jeremysalwen/lv2file;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('argtable' 'lilv')
+makedepends=('lv2')
+# upstream didn't add the manpage to the release tarball:
+# https://github.com/jeremysalwen/lv2file/issues/4
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jeremysalwen/${pkgname}/archive/upstream/${pkgver}.tar.gz;
+
"https://raw.githubusercontent.com/jeremysalwen/${pkgname}/master/debian/${pkgname}.1;)
+sha512sums=('05ccc8a3a2c01a778f153640a4048365e78afc8f79fb76143500dadfec77b3861444163ead24ae2bc17681d8a6ecee6dcecbb57a1d7498219b315b6162a18420'
+
'5706801b35f4b3fb6888bd5952219453a0ae13f453f3e475984dfe15aa173e6277089102c128f2da753f8dd70da2da59e4ae6d6a9179c5d1c1565bcf80799af6')
+
+prepare() {
+  mv -v "$pkgname-upstream-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make all
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # man page
+  install -vDm 644 "../${pkgname}.1" -t "${pkgdir}/usr/share/man/man1/"
+  # docs
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 20:21:43
  Author: dvzrv
Revision: 368425

upgpkg: lv2file 0.84-2

Adding lv2file 0.84 from the AUR.

Modified:
  lv2file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 20:19:36 UTC (rev 368424)
+++ PKGBUILD2018-08-05 20:21:43 UTC (rev 368425)
@@ -20,7 +20,6 @@
 
 prepare() {
   mv -v "$pkgname-upstream-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
 }
 
 build() {


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 20:19:36
  Author: dvzrv
Revision: 368424

Adding lv2file from the AUR.

Added:
  lv2file/
  lv2file/repos/
  lv2file/trunk/
  lv2file/trunk/PKGBUILD

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

Added: lv2file/trunk/PKGBUILD
===
--- lv2file/trunk/PKGBUILD  (rev 0)
+++ lv2file/trunk/PKGBUILD  2018-08-05 20:19:36 UTC (rev 368424)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Christopher Arndt 
+pkgname=lv2file
+pkgver=0.84
+pkgrel=2
+pkgdesc="A simple program which you can use to apply effects to your audio 
files"
+arch=('x86_64')
+url="https://github.com/jeremysalwen/lv2file;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('argtable' 'lilv')
+makedepends=('lv2')
+# upstream didn't add the manpage to the release tarball:
+# https://github.com/jeremysalwen/lv2file/issues/4
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jeremysalwen/${pkgname}/archive/upstream/${pkgver}.tar.gz;
+
"https://raw.githubusercontent.com/jeremysalwen/${pkgname}/master/debian/${pkgname}.1;)
+sha512sums=('05ccc8a3a2c01a778f153640a4048365e78afc8f79fb76143500dadfec77b3861444163ead24ae2bc17681d8a6ecee6dcecbb57a1d7498219b315b6162a18420'
+
'5706801b35f4b3fb6888bd5952219453a0ae13f453f3e475984dfe15aa173e6277089102c128f2da753f8dd70da2da59e4ae6d6a9179c5d1c1565bcf80799af6')
+
+prepare() {
+  mv -v "$pkgname-upstream-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make all
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # man page
+  install -vDm 644 "../${pkgname}.1" -t "${pkgdir}/usr/share/man/man1/"
+  # docs
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


Property changes on: lv2file/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 20:01:26
  Author: dvzrv
Revision: 368422

upgpkg: argtable 2.13-3

Adding argtable 2.13 from the AUR as dependency for lv2file (with correct 
license defiition).

Modified:
  argtable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 19:58:48 UTC (rev 368421)
+++ PKGBUILD2018-08-05 20:01:26 UTC (rev 368422)
@@ -6,7 +6,7 @@
 pkgdesc="An ANSI C library for parsing GNU style command line options with a 
minimum of fuss"
 arch=('x86_64')
 url="http://argtable.sourceforge.net/;
-license=('GPL')
+license=('GPL2')
 depends=('glibc')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}${pkgver/./-}.tar.gz;)
 
sha512sums=('3d8303f3ba529e3241d918c0127a16402ece951efb964d14a06a3a7d29a252812ad3c44e96da28798871e9923e73a2cfe7ebc84139c1397817d632cae25c4585')


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 20:01:57
  Author: dvzrv
Revision: 368423

archrelease: copy trunk to community-testing-x86_64

Added:
  argtable/repos/community-testing-x86_64/PKGBUILD
(from rev 368422, argtable/trunk/PKGBUILD)
Deleted:
  argtable/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 20:01:26 UTC (rev 368422)
+++ PKGBUILD2018-08-05 20:01:57 UTC (rev 368423)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=argtable
-pkgver=2.13
-pkgrel=3
-pkgdesc="An ANSI C library for parsing GNU style command line options with a 
minimum of fuss"
-arch=('x86_64')
-url="http://argtable.sourceforge.net/;
-license=('GPL')
-depends=('glibc')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}${pkgver/./-}.tar.gz;)
-sha512sums=('3d8303f3ba529e3241d918c0127a16402ece951efb964d14a06a3a7d29a252812ad3c44e96da28798871e9923e73a2cfe7ebc84139c1397817d632cae25c4585')
-
-prepare() {
-  mv -v "${pkgname}${pkgver/./-}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # moving examples
-  mv -v "${pkgdir}/usr/share/doc/${pkgname}2" \
-"${pkgdir}/usr/share/doc/${pkgname}"
-  # docs
-  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: argtable/repos/community-testing-x86_64/PKGBUILD (from rev 368422, 
argtable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 20:01:57 UTC (rev 368423)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=argtable
+pkgver=2.13
+pkgrel=3
+pkgdesc="An ANSI C library for parsing GNU style command line options with a 
minimum of fuss"
+arch=('x86_64')
+url="http://argtable.sourceforge.net/;
+license=('GPL2')
+depends=('glibc')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}${pkgver/./-}.tar.gz;)
+sha512sums=('3d8303f3ba529e3241d918c0127a16402ece951efb964d14a06a3a7d29a252812ad3c44e96da28798871e9923e73a2cfe7ebc84139c1397817d632cae25c4585')
+
+prepare() {
+  mv -v "${pkgname}${pkgver/./-}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # moving examples
+  mv -v "${pkgdir}/usr/share/doc/${pkgname}2" \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 19:58:48
  Author: dvzrv
Revision: 368421

archrelease: copy trunk to community-testing-x86_64

Added:
  argtable/repos/community-testing-x86_64/
  argtable/repos/community-testing-x86_64/PKGBUILD
(from rev 368420, argtable/trunk/PKGBUILD)

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

Copied: argtable/repos/community-testing-x86_64/PKGBUILD (from rev 368420, 
argtable/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-05 19:58:48 UTC (rev 368421)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=argtable
+pkgver=2.13
+pkgrel=3
+pkgdesc="An ANSI C library for parsing GNU style command line options with a 
minimum of fuss"
+arch=('x86_64')
+url="http://argtable.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}${pkgver/./-}.tar.gz;)
+sha512sums=('3d8303f3ba529e3241d918c0127a16402ece951efb964d14a06a3a7d29a252812ad3c44e96da28798871e9923e73a2cfe7ebc84139c1397817d632cae25c4585')
+
+prepare() {
+  mv -v "${pkgname}${pkgver/./-}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # moving examples
+  mv -v "${pkgdir}/usr/share/doc/${pkgname}2" \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2018-08-05 Thread Johannes Löthberg via arch-commits
Date: Sunday, August 5, 2018 @ 19:57:46
  Author: demize
Revision: 368420

archrelease: copy trunk to community-testing-x86_64

Added:
  pacman-contrib/repos/community-testing-x86_64/
  pacman-contrib/repos/community-testing-x86_64/PKGBUILD
(from rev 368419, pacman-contrib/trunk/PKGBUILD)

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

Copied: pacman-contrib/repos/community-testing-x86_64/PKGBUILD (from rev 
368419, pacman-contrib/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-05 19:57:46 UTC (rev 368420)
@@ -0,0 +1,40 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=pacman-contrib
+pkgver=1.1.0
+pkgrel=1
+
+pkgdesc="Contributed scripts and tools for pacman systems"
+url="https://git.archlinux.org/pacman-contrib.git/about/;
+arch=('x86_64')
+license=('GPL')
+
+depends=('pacman' 'fakeroot')
+optdepends=('mlocate: pacdiff'
+'findutils: pacdiff')
+makedepends=('asciidoc')
+
+validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5') # Johannes Löthberg 

+source=(https://sources.archlinux.org/other/community/pacman-contrib/pacman-contrib-$pkgver.tar.gz{,.asc})
+sha256sums=('308c3b8dc15ed8bd419cba1eb3103afe9250cf415626334a0c3a753b550549a6'
+'SKIP')
+
+build() {
+  cd pacman-contrib-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+check() {
+  make -C pacman-contrib-$pkgver check
+}
+
+package() {
+  cd pacman-contrib-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-08-05 Thread Johannes Löthberg via arch-commits
Date: Sunday, August 5, 2018 @ 19:57:43
  Author: demize
Revision: 368419

upgpkg: pacman-contrib 1.1.0-1

Modified:
  pacman-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 19:56:50 UTC (rev 368418)
+++ PKGBUILD2018-08-05 19:57:43 UTC (rev 368419)
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=pacman-contrib
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 
 pkgdesc="Contributed scripts and tools for pacman systems"
 url="https://git.archlinux.org/pacman-contrib.git/about/;
@@ -16,7 +16,7 @@
 
 validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5') # Johannes Löthberg 

 
source=(https://sources.archlinux.org/other/community/pacman-contrib/pacman-contrib-$pkgver.tar.gz{,.asc})
-sha256sums=('0fb95514bd16a316d4cce920d34edc88b0d0618c484e2d7588746869d2339795'
+sha256sums=('308c3b8dc15ed8bd419cba1eb3103afe9250cf415626334a0c3a753b550549a6'
 'SKIP')
 
 build() {


[arch-commits] Commit in (4 files)

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 19:56:50
  Author: dvzrv
Revision: 368418

Adding argtable from AUR as dependency for lv2file.

Added:
  argtable/
  argtable/repos/
  argtable/trunk/
  argtable/trunk/PKGBUILD

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

Added: argtable/trunk/PKGBUILD
===
--- argtable/trunk/PKGBUILD (rev 0)
+++ argtable/trunk/PKGBUILD 2018-08-05 19:56:50 UTC (rev 368418)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=argtable
+pkgver=2.13
+pkgrel=3
+pkgdesc="An ANSI C library for parsing GNU style command line options with a 
minimum of fuss"
+arch=('x86_64')
+url="http://argtable.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}${pkgver/./-}.tar.gz;)
+sha512sums=('3d8303f3ba529e3241d918c0127a16402ece951efb964d14a06a3a7d29a252812ad3c44e96da28798871e9923e73a2cfe7ebc84139c1397817d632cae25c4585')
+
+prepare() {
+  mv -v "${pkgname}${pkgver/./-}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # moving examples
+  mv -v "${pkgdir}/usr/share/doc/${pkgname}2" \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


Property changes on: argtable/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 19:41:12
  Author: andyrtr
Revision: 330629

upgpkg: x2goserver 4.1.0.2-1

upstream update 4.1.0.2

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 19:10:45 UTC (rev 330628)
+++ PKGBUILD2018-08-05 19:41:12 UTC (rev 330629)
@@ -7,8 +7,8 @@
 # Contributor: Milan Knížek 
 
 pkgname=x2goserver
-pkgver=4.1.0.0
-pkgrel=3
+pkgver=4.1.0.2
+pkgrel=1
 pkgdesc="Open source graphical Remote Desktop and terminal server based on NX 
technology"
 arch=('x86_64')
 url="http://www.x2go.org/;
@@ -75,13 +75,13 @@
 install=x2goserver.install
 backup=('etc/x2go/x2goserver.conf' # 'etc/x2go/x2gosql/sql')
 # from old x2go-agent pkg now provided here
-etc/x2go/{keystrokes.cfg,rgb,x2goagent.keyboard,x2goagent.options}
+etc/x2go/{keystrokes.cfg,x2goagent.keyboard,x2goagent.options}
 )
 # no https due to invalid certificate
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
tmpfiles.d
sysusers.d)
-sha256sums=('17f61fb7901a53d4309d7a873e27272809f8cd1188cbeaffd6a0248e53d6d374'
+sha256sums=('2b567416e7459ff39b047bdedd6648cc66652b7d6a7711a10546fa42f699af91'
 'SKIP'
 '548d48925171aeca198494236cfba7232921a25a1c4c81f5d004a734d83d1350'
 '04d429e8d8fe02c8078d75ba63ba57774274df877b2c6ec942621312b7bf9118')
@@ -113,6 +113,7 @@
 
   # systemd files
   install -Dm 644 "$srcdir/${pkgname}-${pkgver}/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
+  # overwrite upstream systemd tmofile "x /tmp/.x2go-*" with ours
   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/x2goserver.conf
   install -Dm644 ../sysusers.d ${pkgdir}/usr/lib/sysusers.d/x2goserver.conf
   
@@ -132,19 +133,5 @@
   
   chmod 750 ${pkgdir}/etc/sudoers.d
   chmod 0440 ${pkgdir}/etc/sudoers.d/x2goserver
-
-  # these files are part of x2go-agent (pkgbase "nx")
-#  rm ${pkgdir}/etc/x2go/keystrokes.cfg
-#  rm ${pkgdir}/etc/x2go/rgb
-#  rm ${pkgdir}/etc/x2go/x2goagent.keyboard
-#  rm ${pkgdir}/etc/x2go/x2goagent.options
-#  rm ${pkgdir}/usr/bin/x2goagent
-#  rm ${pkgdir}/usr/share/man/man1/x2goagent.1.gz
-#  rm ${pkgdir}/usr/share/pixmaps/x2go.xpm
-#  rm ${pkgdir}/usr/share/x2go/rgb
-
 }
 
-
-
-


[arch-commits] Commit in x2goserver/repos/testing-x86_64 (8 files)

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 19:41:27
  Author: andyrtr
Revision: 330630

archrelease: copy trunk to testing-x86_64

Added:
  x2goserver/repos/testing-x86_64/PKGBUILD
(from rev 330629, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/testing-x86_64/sysusers.d
(from rev 330629, x2goserver/trunk/sysusers.d)
  x2goserver/repos/testing-x86_64/tmpfiles.d
(from rev 330629, x2goserver/trunk/tmpfiles.d)
  x2goserver/repos/testing-x86_64/x2goserver.install
(from rev 330629, x2goserver/trunk/x2goserver.install)
Deleted:
  x2goserver/repos/testing-x86_64/PKGBUILD
  x2goserver/repos/testing-x86_64/sysusers.d
  x2goserver/repos/testing-x86_64/tmpfiles.d
  x2goserver/repos/testing-x86_64/x2goserver.install

+
 PKGBUILD   |  287 ---
 sysusers.d |4 
 tmpfiles.d |4 
 x2goserver.install |   12 +-
 4 files changed, 147 insertions(+), 160 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 19:41:12 UTC (rev 330629)
+++ PKGBUILD2018-08-05 19:41:27 UTC (rev 330630)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-# Contributor: Gerhard Brauer 
-# Contributor: Richard Murri 
-# Contributor: Markus Opitz 
-# Contributor: Milan Knížek 
-
-pkgname=x2goserver
-pkgver=4.1.0.0
-pkgrel=3
-pkgdesc="Open source graphical Remote Desktop and terminal server based on NX 
technology"
-arch=('x86_64')
-url="http://www.x2go.org/;
-license=('GPL2')
-# http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec
-
-# from 4.0.1.20 changelog there could be new deps on bash, xkeyboard-config, 
perl-cwd-guard
-
-depends=(#'python' 
-
- # For x2goruncommand - for now
- 'bc'
- # For netstat in x2goresume-session
- 'net-tools'
- 'openssh'
- 'perl-file-readbackwards'
- # We need a database
- 'perl-dbd-sqlite' 
- # For killall in x2gosuspend-session
- 'psmisc'
- # For x2goshowblocks
- 'lsof'
- # For x2godbadmin
- 'pwgen' # in community
- # For printing, file-sharing
- 'sshfs'
- # For /etc/sudoers.d
- 'sudo'
- 'nxagent'
- # For /etc/X11/Xresources
- 'xorg-xinit'
- 'xorg-fonts-misc'
- 'xorg-xauth'
- 'shadow'
- 
- # for post install actions
- 'desktop-file-utils'
- 'shared-mime-info'
- 
- 'perl-capture-tiny'
- 'perl-config-simple'
- 'perl-file-basedir' # FS#38551
- 'perl-file-which' # FS#44125
- 'perl-switch'
- 'perl-try-tiny' # FS#58226
-
- 'xorg-xwininfo' # FS#38558
- 'xorg-setxkbmap' # FS#53345
-
- 'dbus'
-
- #x2goserver-extensions
- #x2goserver-xsession
- #x2goserver-fmbindings
- #x2goserver-printing
-)
-makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
-#optdepends=('cups-x2go: printing support')
-optdepends=('perl-dbd-pg: Postgres support')
-conflicts=('x2go-agent')
-replaces=('x2go-agent')
-provides=('x2go-agent' 'x2goagent')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' # 'etc/x2go/x2gosql/sql')
-# from old x2go-agent pkg now provided here
-etc/x2go/{keystrokes.cfg,rgb,x2goagent.keyboard,x2goagent.options}
-)
-# no https due to invalid certificate
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-   tmpfiles.d
-   sysusers.d)
-sha256sums=('17f61fb7901a53d4309d7a873e27272809f8cd1188cbeaffd6a0248e53d6d374'
-'SKIP'
-'548d48925171aeca198494236cfba7232921a25a1c4c81f5d004a734d83d1350'
-'04d429e8d8fe02c8078d75ba63ba57774274df877b2c6ec942621312b7bf9118')
-validpgpkeys=('1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') # X2go Git 
Administrator 
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN) < @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@ < \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i "s:-o root -g root ::g" $Makefile
-  done
-  # Do not ship xsession - Debian specific
-  sed -i -e '/xsession/s/^/#/' Makefile
-  
-  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" PERL_INSTALLDIRS=vendor
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" install
-
-  # systemd files
-  install -Dm 644 "$srcdir/${pkgname}-${pkgver}/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
-  install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/x2goserver.conf
-  install -Dm644 

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

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 19:27:42
  Author: jlichtblau
Revision: 368417

archrelease: copy trunk to community-x86_64

Added:
  stfl/repos/community-x86_64/PKGBUILD
(from rev 368416, stfl/trunk/PKGBUILD)
  stfl/repos/community-x86_64/stfl-archlinux.patch
(from rev 368416, stfl/trunk/stfl-archlinux.patch)
  stfl/repos/community-x86_64/stfl.changelog
(from rev 368416, stfl/trunk/stfl.changelog)
Deleted:
  stfl/repos/community-x86_64/PKGBUILD
  stfl/repos/community-x86_64/stfl-archlinux.patch
  stfl/repos/community-x86_64/stfl.changelog

--+
 PKGBUILD |   69 --
 stfl-archlinux.patch |   48 
 stfl.changelog   |   73 +
 3 files changed, 98 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 19:27:26 UTC (rev 368416)
+++ PKGBUILD2018-08-05 19:27:42 UTC (rev 368417)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sven Pfleiderer 
-
-pkgname=stfl
-pkgver=0.24
-pkgrel=3
-pkgdesc="Library implementing a curses-based widget set for text terminals"
-arch=('x86_64')
-url="http://clifford.at/stfl/;
-license=('GPL3')
-depends=('ncurses')
-makedepends=('patch' 'swig')
-changelog=$pkgname.changelog
-source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz
-$pkgname-archlinux.patch)
-sha512sums=('95df4574b1bc32d795751156dc5b93afbca3ba241607a3a55210c89dda61b9a26ad574bb5f729a0158c9052235dbf63d6c58b38e7f1061d14ab7062af6150fa0'
-
'450859923f0decd2c723f826e8143882d65fe87ab5b49be139891cbbb361cbbe6f7b4f45676d7b2b37f598cfe0c3ad1cbc095d5be8ddfcd68215dcc43b556011')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  patch -Np1 -i "${srcdir}"/$pkgname-archlinux.patch
-
-  make prefix=/usr Makefile.deps
-  make prefix=/usr
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr DESTDIR="${pkgdir}" install
-}

Copied: stfl/repos/community-x86_64/PKGBUILD (from rev 368416, 
stfl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 19:27:42 UTC (rev 368417)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sven Pfleiderer 
+
+pkgname=stfl
+pkgver=0.24
+pkgrel=4
+pkgdesc="Library implementing a curses-based widget set for text terminals"
+arch=('x86_64')
+url="http://clifford.at/stfl/;
+license=('GPL3')
+depends=('ncurses')
+makedepends=('patch' 'swig')
+changelog=$pkgname.changelog
+source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz
+$pkgname-archlinux.patch)
+sha256sums=('d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090'
+'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np1 -i "${srcdir}"/$pkgname-archlinux.patch
+
+  make prefix=/usr Makefile.deps
+  make prefix=/usr
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+
+#library symlink - FS#34890
+  ln -s /usr/lib/libstfl.so.0.24 "${pkgdir}"/usr/lib/libstfl.so.0
+}

Deleted: stfl-archlinux.patch
===
--- stfl-archlinux.patch2018-08-05 19:27:26 UTC (rev 368416)
+++ stfl-archlinux.patch2018-08-05 19:27:42 UTC (rev 368417)
@@ -1,24 +0,0 @@
-diff -ruN0 stfl-0.21-orig//Makefile.cfg stfl-0.21/Makefile.cfg
 stfl-0.21-orig//Makefile.cfg   2009-05-31 20:20:39.0 +0200
-+++ stfl-0.21/Makefile.cfg 2010-03-25 20:01:19.0 +0100
-@@ -22 +22 @@
--export prefix ?= /usr/local
-+export prefix ?= /usr
-@@ -26 +26 @@
--FOUND_SPL = 1
-+FOUND_SPL = 0
-@@ -38 +38 @@
--FOUND_PERL5 = 1
-+FOUND_PERL5 = 0
-@@ -44 +44 @@
--FOUND_PYTHON = 1
-+FOUND_PYTHON = 0
-@@ -50 +50 @@
--FOUND_RUBY = 1
-+FOUND_RUBY = 0
-diff -ruN0 stfl-0.21-orig//stfl_internals.h stfl-0.21/stfl_internals.h
 stfl-0.21-orig//stfl_internals.h   2009-06-19 19:27:33.0 +0200
-+++ stfl-0.21/stfl_internals.h 2010-03-25 20:00:52.0 +0100
-@@ -31 +31 @@
--#include 
-+#include 

Copied: stfl/repos/community-x86_64/stfl-archlinux.patch (from rev 368416, 
stfl/trunk/stfl-archlinux.patch)
===
--- stfl-archlinux.patch(rev 0)
+++ stfl-archlinux.patch2018-08-05 19:27:42 UTC (rev 368417)
@@ -0,0 +1,24 @@
+diff -ruN0 stfl-0.21-orig//Makefile.cfg stfl-0.21/Makefile.cfg
+--- stfl-0.21-orig//Makefile.cfg   2009-05-31 20:20:39.0 +0200
 stfl-0.21/Makefile.cfg 2010-03-25 20:01:19.0 +0100
+@@ -22 +22 @@
+-export prefix ?= /usr/local
++export prefix ?= /usr
+@@ -26 +26 @@
+-FOUND_SPL = 1
++FOUND_SPL = 0
+@@ -38 +38 @@
+-FOUND_PERL5 = 1
++FOUND_PERL5 = 0
+@@ -44 +44 @@

[arch-commits] Commit in stfl/trunk (PKGBUILD stfl.changelog)

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 19:27:26
  Author: jlichtblau
Revision: 368416

upgpkg: stfl 0.24-4 - FS#34890 - missing libstfl.so.0 fixed 

Modified:
  stfl/trunk/PKGBUILD
  stfl/trunk/stfl.changelog

+
 PKGBUILD   |9 ++---
 stfl.changelog |3 +++
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 19:15:59 UTC (rev 368415)
+++ PKGBUILD2018-08-05 19:27:26 UTC (rev 368416)
@@ -4,7 +4,7 @@
 
 pkgname=stfl
 pkgver=0.24
-pkgrel=3
+pkgrel=4
 pkgdesc="Library implementing a curses-based widget set for text terminals"
 arch=('x86_64')
 url="http://clifford.at/stfl/;
@@ -14,8 +14,8 @@
 changelog=$pkgname.changelog
 source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz
 $pkgname-archlinux.patch)
-sha512sums=('95df4574b1bc32d795751156dc5b93afbca3ba241607a3a55210c89dda61b9a26ad574bb5f729a0158c9052235dbf63d6c58b38e7f1061d14ab7062af6150fa0'
-
'450859923f0decd2c723f826e8143882d65fe87ab5b49be139891cbbb361cbbe6f7b4f45676d7b2b37f598cfe0c3ad1cbc095d5be8ddfcd68215dcc43b556011')
+sha256sums=('d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090'
+'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
@@ -30,4 +30,7 @@
   cd "${srcdir}"/$pkgname-$pkgver
 
   make prefix=/usr DESTDIR="${pkgdir}" install
+
+#library symlink - FS#34890
+  ln -s /usr/lib/libstfl.so.0.24 "${pkgdir}"/usr/lib/libstfl.so.0
 }

Modified: stfl.changelog
===
--- stfl.changelog  2018-08-05 19:15:59 UTC (rev 368415)
+++ stfl.changelog  2018-08-05 19:27:26 UTC (rev 368416)
@@ -1,3 +1,6 @@
+2018-08-05 Jaroslav Lichtblau 
+   * stfl 0.24-4 FS#34890 - [stfl] missing libstfl.so.0 fix
+
 2015-07-03 Jaroslav Lichtblau 
* stfl 0.24-1
 


[arch-commits] Commit in fillets-ng/trunk (fillets-ng.changelog)

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 19:15:59
  Author: jlichtblau
Revision: 368415

fillets-ng changelog update

Modified:
  fillets-ng/trunk/fillets-ng.changelog

--+
 fillets-ng.changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: fillets-ng.changelog
===
--- fillets-ng.changelog2018-08-05 18:59:00 UTC (rev 368414)
+++ fillets-ng.changelog2018-08-05 19:15:59 UTC (rev 368415)
@@ -1,5 +1,5 @@
 2018-08-05 Jaroslav Lichtblau 
-   * Update to major release 1.0.1
+   * FS#33099 fixed 1.0.1-8
 
 2012-02-20 Jaroslav Lichtblau 
* Update to major release 1.0.1


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

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 18:59:00
  Author: jlichtblau
Revision: 368414

archrelease: copy trunk to community-x86_64

Added:
  fillets-ng/repos/community-x86_64/PKGBUILD
(from rev 368413, fillets-ng/trunk/PKGBUILD)
  fillets-ng/repos/community-x86_64/fillets-ng.changelog
(from rev 368413, fillets-ng/trunk/fillets-ng.changelog)
  fillets-ng/repos/community-x86_64/fillets-ng.png
(from rev 368413, fillets-ng/trunk/fillets-ng.png)
  fillets-ng/repos/community-x86_64/lua-config
(from rev 368413, fillets-ng/trunk/lua-config)
Deleted:
  fillets-ng/repos/community-x86_64/PKGBUILD
  fillets-ng/repos/community-x86_64/fillets-ng.changelog
  fillets-ng/repos/community-x86_64/fillets-ng.png
  fillets-ng/repos/community-x86_64/lua-config

--+
 PKGBUILD |   76 -
 fillets-ng.changelog |   49 ---
 lua-config   |   20 ++--
 3 files changed, 74 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 18:58:48 UTC (rev 368413)
+++ PKGBUILD2018-08-05 18:59:00 UTC (rev 368414)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=fillets-ng
-pkgver=1.0.1
-pkgrel=7
-pkgdesc="Port of the wonderful puzzle game Fish Fillets"
-url="http://fillets.sf.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('fillets-ng-data' 'lua51' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 
'sdl_ttf' 'sdl_image' 'desktop-file-utils')
-makedepends=('gendesk')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz
-fillets-ng.png lua-config)
-sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
-'338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'
-'849fb1410387dc7df0617e12a9472cfbe3b1179600011c0365f9099ff5af6214')
-_exec=('fillets')
-
-build() {
-  gendesk -n --pkgname="fillets-ng" --pkgdesc="Port of the wonderful puzzle 
game Fish Fillets"
-  export PATH=$PATH:$PWD
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --datadir=/usr/share/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # desktop and icon files
-  install -Dm644 "${srcdir}"/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
-  install -Dm644 "${srcdir}"/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
-}

Copied: fillets-ng/repos/community-x86_64/PKGBUILD (from rev 368413, 
fillets-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 18:59:00 UTC (rev 368414)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=fillets-ng
+pkgver=1.0.1
+pkgrel=8
+pkgdesc="Port of the wonderful puzzle game Fish Fillets"
+url="http://fillets.sf.net/;
+arch=('x86_64')
+license=('GPL')
+depends=('fillets-ng-data' 'lua51' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 
'sdl_ttf' 'sdl_image' 'desktop-file-utils')
+makedepends=('gendesk')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz
+$pkgname.png lua-config)
+sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
+'338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'
+'65200fa109a819f55843b864164812f6a8e5b5bf910e12732dbc507f8982f29a')
+_exec=('fillets')
+
+build() {
+  gendesk -n --exec="fillets" --pkgname="fillets-ng" --pkgdesc="Port of the 
wonderful puzzle game Fish Fillets"
+  export PATH=$PATH:$PWD
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --datadir=/usr/share/$pkgname
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  # desktop and icon files
+  install -Dm644 "${srcdir}"/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 "${srcdir}"/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: fillets-ng.changelog
===
--- fillets-ng.changelog2018-08-05 18:58:48 UTC (rev 368413)
+++ fillets-ng.changelog2018-08-05 18:59:00 UTC (rev 368414)
@@ -1,23 +0,0 @@
-2012-02-20 Jaroslav Lichtblau 
-   * Update to major release 1.0.1
-
-2011-01-02 Jaroslav Lichtblau 
-   * Update to major release 1.0.0
-
-2010-03-21 Jaroslav Lichtblau 
-   * Update to major release 0.9.3
-
-2009-10-20 Jaroslav Lichtblau 
-   * Update to major release 0.9.2
-
-2009-07-07 Jaroslav Lichtblau 
-   * Update to major release 0.9.1
-
-2009-06-21 Jaroslav Lichtblau 
-   * Update to major release 0.9.0
-
-2009-01-10 Jaroslav Lichtblau 
-   * Update to major release 0.8.1
-
-2008-08-05 Jaroslav Lichtblau 
-   * Package moved to [community]

Copied: 

[arch-commits] Commit in fillets-ng/trunk (PKGBUILD fillets-ng.changelog lua-config)

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 18:58:48
  Author: jlichtblau
Revision: 368413

upgpkg: fillets-ng 1.0.1-8 - FS#33099 fixed

Modified:
  fillets-ng/trunk/PKGBUILD
  fillets-ng/trunk/fillets-ng.changelog
  fillets-ng/trunk/lua-config

--+
 PKGBUILD |   12 ++--
 fillets-ng.changelog |   19 +++
 lua-config   |4 ++--
 3 files changed, 19 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:50:29 UTC (rev 368412)
+++ PKGBUILD2018-08-05 18:58:48 UTC (rev 368413)
@@ -3,7 +3,7 @@
 
 pkgname=fillets-ng
 pkgver=1.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Port of the wonderful puzzle game Fish Fillets"
 url="http://fillets.sf.net/;
 arch=('x86_64')
@@ -12,16 +12,16 @@
 makedepends=('gendesk')
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz
-fillets-ng.png lua-config)
+$pkgname.png lua-config)
 sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
 '338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'
-'849fb1410387dc7df0617e12a9472cfbe3b1179600011c0365f9099ff5af6214')
+'65200fa109a819f55843b864164812f6a8e5b5bf910e12732dbc507f8982f29a')
 _exec=('fillets')
 
 build() {
-  gendesk -n --pkgname="fillets-ng" --pkgdesc="Port of the wonderful puzzle 
game Fish Fillets"
+  gendesk -n --exec="fillets" --pkgname="fillets-ng" --pkgdesc="Port of the 
wonderful puzzle game Fish Fillets"
   export PATH=$PATH:$PWD
-  cd $pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr --datadir=/usr/share/$pkgname
   make
@@ -28,7 +28,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   make DESTDIR="${pkgdir}" install
 

Modified: fillets-ng.changelog
===
--- fillets-ng.changelog2018-08-05 18:50:29 UTC (rev 368412)
+++ fillets-ng.changelog2018-08-05 18:58:48 UTC (rev 368413)
@@ -1,23 +1,26 @@
-2012-02-20 Jaroslav Lichtblau 
+2018-08-05 Jaroslav Lichtblau 
* Update to major release 1.0.1
 
-2011-01-02 Jaroslav Lichtblau 
+2012-02-20 Jaroslav Lichtblau 
+   * Update to major release 1.0.1
+
+2011-01-02 Jaroslav Lichtblau 
* Update to major release 1.0.0
 
-2010-03-21 Jaroslav Lichtblau 
+2010-03-21 Jaroslav Lichtblau 
* Update to major release 0.9.3
 
-2009-10-20 Jaroslav Lichtblau 
+2009-10-20 Jaroslav Lichtblau 
* Update to major release 0.9.2
 
-2009-07-07 Jaroslav Lichtblau 
+2009-07-07 Jaroslav Lichtblau 
* Update to major release 0.9.1
 
-2009-06-21 Jaroslav Lichtblau 
+2009-06-21 Jaroslav Lichtblau 
* Update to major release 0.9.0
 
-2009-01-10 Jaroslav Lichtblau 
+2009-01-10 Jaroslav Lichtblau 
* Update to major release 0.8.1
 
-2008-08-05 Jaroslav Lichtblau 
+2008-08-05 Jaroslav Lichtblau 
* Package moved to [community]

Modified: lua-config
===
--- lua-config  2018-08-05 18:50:29 UTC (rev 368412)
+++ lua-config  2018-08-05 18:58:48 UTC (rev 368413)
@@ -1,10 +1,10 @@
 #!/bin/bash
 
 if [[ $1 == --include ]]; then
-   pkg-config --cflags lua5.1
+   pkg-config --cflags lua51
 exit 0
 elif [[ $1 == --static ]]; then
-   pkg-config --libs lua5.1
+   pkg-config --libs lua51
 fi
 
 exit 1


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 18:50:29
  Author: dvzrv
Revision: 368412

archrelease: copy trunk to community-testing-any

Added:
  python-nose2/repos/community-testing-any/PKGBUILD
(from rev 368411, python-nose2/trunk/PKGBUILD)
Deleted:
  python-nose2/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 18:50:22 UTC (rev 368411)
+++ PKGBUILD2018-08-05 18:50:29 UTC (rev 368412)
@@ -1,61 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Simon Hanna 
-
-_name=nose2
-pkgbase=python-nose2
-pkgname=('python-nose2' 'python2-nose2')
-pkgver=0.7.4
-pkgrel=3
-pkgdesc="The next generation of nicer testing for python"
-arch=('any')
-url="https://github.com/nose-devs/nose2;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("${pkgname[0]}-${pkgver}.tar.gz::https://github.com/nose-devs/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('693ae9c9fff5b3add269579a6c29863b616a5d2f33044d655407c9e50cf2df4e8eed3be2c0f47cf71f222fabe3d52da7bd40492880c64107557b30a928606e4f')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-}
-
-package_python-nose2() {
-  depends=('python-coverage' 'python-setuptools' 'python-six')
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm 644 license.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README.rst}
-}
-
-package_python2-nose2() {
-  depends=('python2-coverage' 'python2-mock' 'python2-setuptools' 
'python2-six')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm 644 license.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README.rst}
-  # move duplicates
-  mv -v "${pkgdir}/usr/bin/nose2" "${pkgdir}/usr/bin/nose22"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-nose2/repos/community-testing-any/PKGBUILD (from rev 368411, 
python-nose2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 18:50:29 UTC (rev 368412)
@@ -0,0 +1,59 @@
+# Maintainer: David Runge 
+# Contributor: Simon Hanna 
+
+_name=nose2
+pkgbase=python-nose2
+pkgname=('python-nose2' 'python2-nose2')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="The next generation of nicer testing for python"
+arch=('any')
+url="https://github.com/nose-devs/nose2;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('db9b95a28f9b497bf14bbf1d3e5f26254f4c6b313690fed26cdacfeaeaed65ffc88df3368698cf05a5b13c7a574beb80381f7da971bf720388dd77742a1d309a')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-nose2() {
+  depends=('python-coverage' 'python-setuptools' 'python-six')
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 license.txt \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,README.rst}
+}
+
+package_python2-nose2() {
+  depends=('python2-coverage' 'python2-mock' 'python2-setuptools' 
'python2-six')
+  cd "${pkgbase}-${pkgver}"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 license.txt \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,README.rst}
+  # move duplicates
+  mv -v "${pkgdir}/usr/bin/nose2" "${pkgdir}/usr/bin/nose22"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 18:50:22
  Author: dvzrv
Revision: 368411

upgpkg: python-nose2 0.8.0-1

Upgrading to 0.8.0. Using pypi as upstream. Not copying source for python2.

Modified:
  python-nose2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:40:01 UTC (rev 368410)
+++ PKGBUILD2018-08-05 18:50:22 UTC (rev 368411)
@@ -4,31 +4,29 @@
 _name=nose2
 pkgbase=python-nose2
 pkgname=('python-nose2' 'python2-nose2')
-pkgver=0.7.4
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="The next generation of nicer testing for python"
 arch=('any')
 url="https://github.com/nose-devs/nose2;
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("${pkgname[0]}-${pkgver}.tar.gz::https://github.com/nose-devs/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('693ae9c9fff5b3add269579a6c29863b616a5d2f33044d655407c9e50cf2df4e8eed3be2c0f47cf71f222fabe3d52da7bd40492880c64107557b30a928606e4f')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('db9b95a28f9b497bf14bbf1d3e5f26254f4c6b313690fed26cdacfeaeaed65ffc88df3368698cf05a5b13c7a574beb80381f7da971bf720388dd77742a1d309a')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
 }
 
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
   python2 setup.py build
 }
 
 package_python-nose2() {
   depends=('python-coverage' 'python-setuptools' 'python-six')
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
@@ -43,7 +41,7 @@
 
 package_python2-nose2() {
   depends=('python2-coverage' 'python2-mock' 'python2-setuptools' 
'python2-six')
-  cd "${pkgname[1]}-${pkgver}"
+  cd "${pkgbase}-${pkgver}"
   python2 setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \


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

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 18:49:11
  Author: andyrtr
Revision: 330626

upgpkg: man-db 2.8.4-1

upstream update 2.8.4

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:38:37 UTC (rev 330625)
+++ PKGBUILD2018-08-05 18:49:11 UTC (rev 330626)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=man-db
-pkgver=2.8.3
-pkgrel=2
+pkgver=2.8.4
+pkgrel=1
 pkgdesc="A utility for reading man pages"
 arch=('x86_64')
 url="http://www.nongnu.org/man-db/;
@@ -23,7 +23,7 @@
 convert-mans
 man-db.{timer,service})
 validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

-sha512sums=('35d5dda7a2bda94978d10770d24d4c78b3c62c71a68cfeb400df61b0df289ed17aa8aa223d4ae3ffa094d76df8d9172b878230fd7b0397ce7728b9c8ac0b1745'
+sha512sums=('3cc160a5a8a0a4e918f6f6546582d1e5fe9851a13c5bd8dc94e3fcbf4ec28cb3cd1524b1ae30722931c84981fa8ca9ac64c9c4d9544c2d0bea80ac9f39cb5e66'
 'SKIP'
 
'0b159285da20008f0fc0afb21f1eaebd39e8df5b0594880aa0e8a913b656608b8d16bb8d279d9e62d7aae52f62cb9b2fc49e237c6711f4a5170972b38d345535'
 
'2ed529500fbe18ba00ac7a6fc4c9da59e396464afb256db33f462b1127e497916602370e65e485c8d788c839f5b1b1130028502f61e1cc9ec8571ad6dd993738'


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

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 18:49:24
  Author: andyrtr
Revision: 330627

archrelease: copy trunk to testing-x86_64

Added:
  man-db/repos/testing-x86_64/
  man-db/repos/testing-x86_64/PKGBUILD
(from rev 330626, man-db/trunk/PKGBUILD)
  man-db/repos/testing-x86_64/convert-mans
(from rev 330626, man-db/trunk/convert-mans)
  man-db/repos/testing-x86_64/man-db.install
(from rev 330626, man-db/trunk/man-db.install)
  man-db/repos/testing-x86_64/man-db.service
(from rev 330626, man-db/trunk/man-db.service)
  man-db/repos/testing-x86_64/man-db.timer
(from rev 330626, 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/testing-x86_64/PKGBUILD (from rev 330626, 
man-db/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-05 18:49:24 UTC (rev 330627)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=man-db
+pkgver=2.8.4
+pkgrel=1
+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=('3cc160a5a8a0a4e918f6f6546582d1e5fe9851a13c5bd8dc94e3fcbf4ec28cb3cd1524b1ae30722931c84981fa8ca9ac64c9c4d9544c2d0bea80ac9f39cb5e66'
+'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/testing-x86_64/convert-mans (from rev 330626, 
man-db/trunk/convert-mans)
===
--- testing-x86_64/convert-mans (rev 0)
+++ testing-x86_64/convert-mans 2018-08-05 18:49:24 UTC (rev 330627)
@@ -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/testing-x86_64/man-db.install (from rev 330626, 
man-db/trunk/man-db.install)
===
--- testing-x86_64/man-db.install   (rev 0)
+++ testing-x86_64/man-db.install   2018-08-05 18:49:24 UTC (rev 330627)
@@ -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/testing-x86_64/man-db.service (from rev 330626, 
man-db/trunk/man-db.service)
===
--- testing-x86_64/man-db.service   (rev 

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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 18:40:01
  Author: dvzrv
Revision: 368410

archrelease: copy trunk to community-testing-any

Added:
  python-imdbpy/repos/community-testing-any/PKGBUILD
(from rev 368409, python-imdbpy/trunk/PKGBUILD)
Deleted:
  python-imdbpy/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 18:39:54 UTC (rev 368409)
+++ PKGBUILD2018-08-05 18:40:01 UTC (rev 368410)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-
-pkgname=python-imdbpy
-pkgver=6.5
-pkgrel=3
-pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
-url="https://imdbpy.sourceforge.io/;
-arch=('any')
-license=('GPL2')
-depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
-sha512sums=('4147088c2558fcd2e30f6e338b72ebd4b1c3917a54df5a6e0ee8fb51ba2b9fe370b32553a899e74108fa089aaa1fff4ff248ab6b14ca959b80c6b5aade7b58a7')
-
-prepare() {
-  mv -v "${pkgname/python-/}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fix install folder for docs and config
-  sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
-  -e "s/'etc'/'\/etc'/" -i setup.py
-  # disable flaky tests: https://github.com/alberanid/imdbpy/issues/177
-  sed -e 
's/test_movie_taglines_single_should_be_a_list_of_phrases/disabled_&/' \
-  -i tests/test_http_movie_taglines.py
-  sed -e 's/test_movie_ratings_demographics_should_be_19/disabled_&/' \
-  -i tests/test_http_movie_votes.py
-  sed -e 's/test_death_date_should_be_in_ymd_format/disabled_&/' \
-  -e 's/test_birth_date_should_be_in_ymd_format/disabled_&/' \
-  -e 's/test_trade_mark_should_be_a_list/disabled_&/' \
-  -i tests/test_http_person_bio.py
-  sed -e 
's/test_found_many_result_should_contain_correct_number_of_movies/disabled_&/' \
-  -i tests/test_http_search_movie.py
-  sed -e 's/test_name_should_not_include_country/disabled_&/' \
-  -i tests/test_http_company_main.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
-  py.test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-imdbpy/repos/community-testing-any/PKGBUILD (from rev 368409, 
python-imdbpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 18:40:01 UTC (rev 368410)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: David Runge 
+
+# pypi upstream name is differnt
+#_name=IMDbPY
+_name=imdbpy
+pkgname=python-imdbpy
+pkgver=6.6
+pkgrel=1
+pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
+url="https://imdbpy.sourceforge.io/;
+arch=('any')
+license=('GPL2')
+depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov')
+source=("${_name}-${pkgver}.tar.gz::https://github.com/alberanid/${_name}/archive/${pkgver}.tar.gz;)
+# pypi sources don't have tests yet: 
+# https://github.com/alberanid/imdbpy/issues/180
+#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('668ec0303e4b5cb5aa97dc3111ffd36bcf85b01713365ed5eb8f1bb76ddcb2d23f651d0f8ffcd07dea3a83f70de7cb2b196624659ba20e3faca1029a9512fa38')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fix install folder for docs and config
+  sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
+  -e "s/'etc'/'\/etc'/" -i setup.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
+  py.test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 18:39:54
  Author: dvzrv
Revision: 368409

upgpkg: python-imdbpy 6.6-1

Upgrading to 0.6.6. Streamlining source array use. Removing all (now unbroken) 
disabled tests.

Modified:
  python-imdbpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:21:14 UTC (rev 368408)
+++ PKGBUILD2018-08-05 18:39:54 UTC (rev 368409)
@@ -1,9 +1,12 @@
 # $Id$
 # Maintainer: David Runge 
 
+# pypi upstream name is differnt
+#_name=IMDbPY
+_name=imdbpy
 pkgname=python-imdbpy
-pkgver=6.5
-pkgrel=3
+pkgver=6.6
+pkgrel=1
 pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
 url="https://imdbpy.sourceforge.io/;
 arch=('any')
@@ -10,28 +13,18 @@
 license=('GPL2')
 depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
-sha512sums=('4147088c2558fcd2e30f6e338b72ebd4b1c3917a54df5a6e0ee8fb51ba2b9fe370b32553a899e74108fa089aaa1fff4ff248ab6b14ca959b80c6b5aade7b58a7')
+source=("${_name}-${pkgver}.tar.gz::https://github.com/alberanid/${_name}/archive/${pkgver}.tar.gz;)
+# pypi sources don't have tests yet: 
+# https://github.com/alberanid/imdbpy/issues/180
+#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('668ec0303e4b5cb5aa97dc3111ffd36bcf85b01713365ed5eb8f1bb76ddcb2d23f651d0f8ffcd07dea3a83f70de7cb2b196624659ba20e3faca1029a9512fa38')
 
 prepare() {
-  mv -v "${pkgname/python-/}-${pkgver}" "${pkgname}-${pkgver}"
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
   # fix install folder for docs and config
   sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
   -e "s/'etc'/'\/etc'/" -i setup.py
-  # disable flaky tests: https://github.com/alberanid/imdbpy/issues/177
-  sed -e 
's/test_movie_taglines_single_should_be_a_list_of_phrases/disabled_&/' \
-  -i tests/test_http_movie_taglines.py
-  sed -e 's/test_movie_ratings_demographics_should_be_19/disabled_&/' \
-  -i tests/test_http_movie_votes.py
-  sed -e 's/test_death_date_should_be_in_ymd_format/disabled_&/' \
-  -e 's/test_birth_date_should_be_in_ymd_format/disabled_&/' \
-  -e 's/test_trade_mark_should_be_a_list/disabled_&/' \
-  -i tests/test_http_person_bio.py
-  sed -e 
's/test_found_many_result_should_contain_correct_number_of_movies/disabled_&/' \
-  -i tests/test_http_search_movie.py
-  sed -e 's/test_name_should_not_include_country/disabled_&/' \
-  -i tests/test_http_company_main.py
 }
 
 build() {


[arch-commits] Commit in hplip/repos/testing-x86_64 (10 files)

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 18:38:37
  Author: andyrtr
Revision: 330625

archrelease: copy trunk to testing-x86_64

Added:
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 330624, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  
hplip/repos/testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
(from rev 330624, 
hplip/trunk/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch)
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 330624, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/disable_upgrade.patch
(from rev 330624, hplip/trunk/disable_upgrade.patch)
  hplip/repos/testing-x86_64/hplip-colorlaserjet-mfp-m278-m281.patch
(from rev 330624, hplip/trunk/hplip-colorlaserjet-mfp-m278-m281.patch)
Deleted:
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
  
hplip/repos/testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
  hplip/repos/testing-x86_64/PKGBUILD
  hplip/repos/testing-x86_64/disable_upgrade.patch
  hplip/repos/testing-x86_64/hplip-colorlaserjet-mfp-m278-m281.patch

-+
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch |  100 +++---
 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch   |   58 +--
 PKGBUILD|  166 
+-
 disable_upgrade.patch   |   28 -
 hplip-colorlaserjet-mfp-m278-m281.patch |  128 +++
 5 files changed, 240 insertions(+), 240 deletions(-)

Deleted: 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
===
--- 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2018-08-05 18:38:20 UTC (rev 330624)
+++ 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2018-08-05 18:38:37 UTC (rev 330625)
@@ -1,50 +0,0 @@
-From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
-From: Till Kamppeter 
-Date: Sat, 24 Sep 2016 10:37:20 +0200
-Subject: Add 'include ' in various places as CUPS 2.2 moved some
- definitions to ppd.h
-

- configure.in   | 2 +-
- prnt/hpcups/HPCupsFilter.h | 2 ++
- prnt/hpijs/hpcupsfax.cpp   | 1 +
- 3 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/configure.in b/configure.in
-index d3a1ddb..eabe14a 100755
 a/configure.in
-+++ b/configure.in
-@@ -554,7 +554,7 @@ fi
- 
- if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
-AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
--   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
-+   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
-if test "$libusb01_build" = "yes"; then
-   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
-   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
-diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
-index ff5548e..c517989 100644
 a/prnt/hpcups/HPCupsFilter.h
-+++ b/prnt/hpcups/HPCupsFilter.h
-@@ -38,6 +38,8 @@
- 
- #include "dbuscomm.h"
- 
-+#include 
-+
- #define   DBITMAPFILEHEADER   14
- #define   DBITMAPINFOHEADER   40
- 
-diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
-index 8514775..994e50f 100644
 a/prnt/hpijs/hpcupsfax.cpp
-+++ b/prnt/hpijs/hpcupsfax.cpp
-@@ -43,6 +43,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #ifdef FALSE

Copied: 
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 330624, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
(rev 0)
+++ 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2018-08-05 18:38:37 UTC (rev 330625)
@@ -0,0 +1,50 @@
+From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
+From: Till Kamppeter 
+Date: Sat, 24 Sep 2016 10:37:20 +0200
+Subject: Add 'include ' in various places as CUPS 2.2 moved some
+ definitions to ppd.h
+
+---
+ configure.in   | 2 +-
+ prnt/hpcups/HPCupsFilter.h | 2 ++
+ prnt/hpijs/hpcupsfax.cpp   | 1 +
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index d3a1ddb..eabe14a 100755
+--- a/configure.in
 b/configure.in
+@@ -554,7 +554,7 @@ fi
+ 
+ if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
+AC_CHECK_LIB([cups], 

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

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 18:38:20
  Author: andyrtr
Revision: 330624

upgpkg: hplip 3.18.7-1

upstream update 3.18.7

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:31:13 UTC (rev 330623)
+++ PKGBUILD2018-08-05 18:38:20 UTC (rev 330624)
@@ -5,8 +5,8 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.18.6
-pkgrel=2
+pkgver=3.18.7
+pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('x86_64')
 url="http://hplipopensource.com;
@@ -30,7 +30,7 @@
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
 hplip-colorlaserjet-mfp-m278-m281.patch)
-sha1sums=('2a7c64595099c50e6c665260f4de7a7106e0b3fc'
+sha1sums=('bb40807ac77fb9b1f6d80a53d5409a22f5d2d197'
   'SKIP'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e'
   '2ef86972ab51c0fdcb8bfc653b9f6f69459449a5'


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

2018-08-05 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 5, 2018 @ 18:31:13
  Author: foutrelis
Revision: 330623

archrelease: copy trunk to extra-x86_64

Added:
  re2/repos/extra-x86_64/PKGBUILD
(from rev 330622, re2/trunk/PKGBUILD)
Deleted:
  re2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 18:31:07 UTC (rev 330622)
+++ PKGBUILD2018-08-05 18:31:13 UTC (rev 330623)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Anatol Pomozov 
-# Contributor: Gustavo Alvarez 
-# Contributor: Alexandre Bique 
-
-pkgname=re2
-_re2ver=2018-07-01
-pkgver=${_re2ver//-}
-pkgrel=1
-pkgdesc="Fast, safe, thread-friendly regular expression engine"
-arch=('x86_64')
-url="https://github.com/google/re2;
-license=('BSD')
-depends=('gcc-libs')
-source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('803c7811146edeef8f91064de37c6f19136ff01a2a8cdb3230e940b2fd9f07fe')
-
-build() {
-  cd $pkgname-$_re2ver
-  make
-}
-
-check() {
-  cd $pkgname-$_re2ver
-  make test
-}
-
-package() {
-  cd $pkgname-$_re2ver
-  make prefix=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: re2/repos/extra-x86_64/PKGBUILD (from rev 330622, re2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 18:31:13 UTC (rev 330623)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_re2ver=2018-08-01
+pkgver=${_re2ver//-}
+pkgrel=1
+pkgdesc="Fast, safe, thread-friendly regular expression engine"
+arch=('x86_64')
+url="https://github.com/google/re2;
+license=('BSD')
+depends=('gcc-libs')
+source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
+sha256sums=('7c995c91c12201e61738f35cf4d1362758894d674a1e71dd116cafb4d860b752')
+
+build() {
+  cd $pkgname-$_re2ver
+  make
+}
+
+check() {
+  cd $pkgname-$_re2ver
+  make test
+}
+
+package() {
+  cd $pkgname-$_re2ver
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-08-05 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 5, 2018 @ 18:31:07
  Author: foutrelis
Revision: 330622

upgpkg: re2 20180801-1

New upstream release.

Modified:
  re2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:21:15 UTC (rev 330621)
+++ PKGBUILD2018-08-05 18:31:07 UTC (rev 330622)
@@ -5,7 +5,7 @@
 # Contributor: Alexandre Bique 
 
 pkgname=re2
-_re2ver=2018-07-01
+_re2ver=2018-08-01
 pkgver=${_re2ver//-}
 pkgrel=1
 pkgdesc="Fast, safe, thread-friendly regular expression engine"
@@ -14,7 +14,7 @@
 license=('BSD')
 depends=('gcc-libs')
 
source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('803c7811146edeef8f91064de37c6f19136ff01a2a8cdb3230e940b2fd9f07fe')
+sha256sums=('7c995c91c12201e61738f35cf4d1362758894d674a1e71dd116cafb4d860b752')
 
 build() {
   cd $pkgname-$_re2ver


[arch-commits] Commit in lftp/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 18:21:15
  Author: andyrtr
Revision: 330621

archrelease: copy trunk to testing-x86_64

Added:
  lftp/repos/testing-x86_64/
  lftp/repos/testing-x86_64/PKGBUILD
(from rev 330620, lftp/trunk/PKGBUILD)

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

Copied: lftp/repos/testing-x86_64/PKGBUILD (from rev 330620, 
lftp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-05 18:21:15 UTC (rev 330621)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.8.4
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh' 
'hicolor-icon-theme')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="https://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62'
+'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}


[arch-commits] Commit in youtube-dl/repos/community-testing-any (PKGBUILD PKGBUILD)

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 18:21:14
  Author: jlichtblau
Revision: 368408

archrelease: copy trunk to community-testing-any

Added:
  youtube-dl/repos/community-testing-any/PKGBUILD
(from rev 368407, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 18:21:03 UTC (rev 368407)
+++ PKGBUILD2018-08-05 18:21:14 UTC (rev 368408)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2018.07.29
-pkgrel=2
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-crypto: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('52a6cced5f076b28a3c6cf09d198bb14022789a0bb79eda5c3fe277ef7fe3aa3'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-testing-any/PKGBUILD (from rev 368407, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 18:21:14 UTC (rev 368408)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2018.08.04
+pkgrel=2
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-crypto: for hlsnative downloader')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('f582dc699e88699f0f9db9ba9188c1d072a10c630b319426622ffab5704a9dc1'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 18:21:09
  Author: andyrtr
Revision: 330620

upgpkg: lftp 4.8.4-1

upstream update 4.8.4

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:16:42 UTC (rev 330619)
+++ PKGBUILD2018-08-05 18:21:09 UTC (rev 330620)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=lftp
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 url="https://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('de7aee451afaa1aa391f7076b5f602922c2da0e05524a8d8fea413eda83cc78b'
+sha256sums=('4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62'
 'SKIP')
 validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
 


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

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 18:21:03
  Author: jlichtblau
Revision: 368407

upgpkg: youtube-dl 2018.08.04-2 - Python 3.7 rebuild

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:13:45 UTC (rev 368406)
+++ PKGBUILD2018-08-05 18:21:03 UTC (rev 368407)
@@ -4,7 +4,7 @@
 
 pkgname=youtube-dl
 pkgver=2018.08.04
-pkgrel=1
+pkgrel=2
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
 url="http://rg3.github.io/youtube-dl/;


[arch-commits] Commit in libinput/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 18:16:42
  Author: andyrtr
Revision: 330619

archrelease: copy trunk to testing-x86_64

Added:
  libinput/repos/testing-x86_64/
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 330618, libinput/trunk/PKGBUILD)

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

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 330618, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-05 18:16:42 UTC (rev 330619)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.11.3
+pkgrel=1
+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})
+sha512sums=('5e18daab6202bcbfddeebc35dac4cabb5f726b5b73f5fc87975b58f3019a54a4b1f506a3200e920638fb978a0b96c23c2e90b081942f86d33c16d4836949'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+  # 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"
+}


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

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 18:16:25
  Author: andyrtr
Revision: 330618

upgpkg: libinput 1.11.3-1

upstream update 1.11.3

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 17:24:07 UTC (rev 330617)
+++ PKGBUILD2018-08-05 18:16:25 UTC (rev 330618)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.11.2
+pkgver=1.11.3
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/;
@@ -15,7 +15,7 @@
 'python-pyudev: libinput measure'
 'python-evdev: libinput measure')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('cb6ada877fc3c09f634f3db39d5507e66d4b86c3d632bb8f7498c7b01fdf8372b2053a79b641293900b7fcc0aa4e920f7c830d9c7b2d9ff3cd61c58eb7c20b65'
+sha512sums=('5e18daab6202bcbfddeebc35dac4cabb5f726b5b73f5fc87975b58f3019a54a4b1f506a3200e920638fb978a0b96c23c2e90b081942f86d33c16d4836949'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2018-08-05 Thread Lukas Fleischer via arch-commits
Date: Sunday, August 5, 2018 @ 18:13:45
  Author: lfleischer
Revision: 368406

archrelease: copy trunk to community-any

Added:
  pass/repos/community-any/PKGBUILD
(from rev 368405, pass/trunk/PKGBUILD)
Deleted:
  pass/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 18:13:39 UTC (rev 368405)
+++ PKGBUILD2018-08-05 18:13:45 UTC (rev 368406)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Simon Zimmermann 
-
-pkgname='pass'
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-arch=('any')
-url='https://www.passwordstore.org/'
-license=('GPL2')
-depends=('xclip' 'bash' 'gnupg' 'tree')
-checkdepends=('git')
-optdepends=('git: for Git support'
-'dmenu: for passmenu'
-'qrencode: for QR code support')
-replaces=('passmenu')
-provides=('passmenu')
-conflicts=('passmenu')
-source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-sha256sums=('4768c5e1965c4d2aeb28818681e484fb105b6f46cbd75a97608615c4ec6980ea')
-
-check() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make test
-}
-
-package() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
-
-  cd contrib/dmenu
-  install -Dm0755 passmenu "${pkgdir}/usr/bin/passmenu"
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 368405, pass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 18:13:45 UTC (rev 368406)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Simon Zimmermann 
+
+pkgname='pass'
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
+url='https://www.passwordstore.org/'
+license=('GPL2')
+depends=('xclip' 'bash' 'gnupg' 'tree')
+checkdepends=('git')
+optdepends=('git: for Git support'
+'dmenu: for passmenu'
+'qrencode: for QR code support')
+replaces=('passmenu')
+provides=('passmenu')
+conflicts=('passmenu')
+source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
+sha256sums=('2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4')
+
+check() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make test
+}
+
+package() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
+
+  cd contrib/dmenu
+  install -Dm0755 passmenu "${pkgdir}/usr/bin/passmenu"
+}


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

2018-08-05 Thread Lukas Fleischer via arch-commits
Date: Sunday, August 5, 2018 @ 18:13:39
  Author: lfleischer
Revision: 368405

upgpkg: pass 1.7.3-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:11:15 UTC (rev 368404)
+++ PKGBUILD2018-08-05 18:13:39 UTC (rev 368405)
@@ -2,7 +2,7 @@
 # Contributor: Simon Zimmermann 
 
 pkgname='pass'
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
@@ -17,7 +17,7 @@
 provides=('passmenu')
 conflicts=('passmenu')
 
source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-sha256sums=('4768c5e1965c4d2aeb28818681e484fb105b6f46cbd75a97608615c4ec6980ea')
+sha256sums=('2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4')
 
 check() {
   cd "${srcdir}/password-store-$pkgver/"


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

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 18:11:15
  Author: jlichtblau
Revision: 368404

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 368403, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 18:11:05 UTC (rev 368403)
+++ PKGBUILD2018-08-05 18:11:15 UTC (rev 368404)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2018.07.29
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-crypto: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('52a6cced5f076b28a3c6cf09d198bb14022789a0bb79eda5c3fe277ef7fe3aa3'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 368403, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 18:11:15 UTC (rev 368404)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2018.08.04
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-crypto: for hlsnative downloader')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('f582dc699e88699f0f9db9ba9188c1d072a10c630b319426622ffab5704a9dc1'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 18:11:05
  Author: jlichtblau
Revision: 368403

upgpkg: youtube-dl 2018.08.04-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:09:49 UTC (rev 368402)
+++ PKGBUILD2018-08-05 18:11:05 UTC (rev 368403)
@@ -3,8 +3,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2018.07.29
-pkgrel=2
+pkgver=2018.08.04
+pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
 url="http://rg3.github.io/youtube-dl/;
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-crypto: for hlsnative downloader')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('52a6cced5f076b28a3c6cf09d198bb14022789a0bb79eda5c3fe277ef7fe3aa3'
+sha256sums=('f582dc699e88699f0f9db9ba9188c1d072a10c630b319426622ffab5704a9dc1'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 18:09:39
  Author: jlichtblau
Revision: 368401

upgpkg: poedit 1:2.1.1-1 - new upstream release

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 16:54:58 UTC (rev 368400)
+++ PKGBUILD2018-08-05 18:09:39 UTC (rev 368401)
@@ -8,7 +8,7 @@
 
 pkgname=poedit
 epoch=1
-pkgver=2.0.9
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=('gtkspell3' 'lucene++' 'wxgtk3')
 makedepends=('boost')
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-sha256sums=('305a97a6a038af0b6b953e6002b100be3d00f499211de4bcb59f32582874d9c0')
+sha256sums=('6c4639b8e56b6cffd52afc33d9ddf51b6ce2c6ffdf4f4edff8bb3e4c1a343101')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-08-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 5, 2018 @ 18:09:49
  Author: jlichtblau
Revision: 368402

archrelease: copy trunk to community-x86_64

Added:
  poedit/repos/community-x86_64/PKGBUILD
(from rev 368401, poedit/trunk/PKGBUILD)
Deleted:
  poedit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 18:09:39 UTC (rev 368401)
+++ PKGBUILD2018-08-05 18:09:49 UTC (rev 368402)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=poedit
-epoch=1
-pkgver=2.0.9
-pkgrel=1
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('x86_64')
-url="http://www.poedit.net/;
-license=('MIT')
-depends=('gtkspell3' 'lucene++' 'wxgtk3')
-makedepends=('boost')
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-sha256sums=('305a97a6a038af0b6b953e6002b100be3d00f499211de4bcb59f32582874d9c0')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/poedit 
--with-wx-config=/usr/bin/wx-config-gtk3
-  make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-x86_64/PKGBUILD (from rev 368401, 
poedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 18:09:49 UTC (rev 368402)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+epoch=1
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('x86_64')
+url="http://www.poedit.net/;
+license=('MIT')
+depends=('gtkspell3' 'lucene++' 'wxgtk3')
+makedepends=('boost')
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+sha256sums=('6c4639b8e56b6cffd52afc33d9ddf51b6ce2c6ffdf4f4edff8bb3e4c1a343101')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/poedit 
--with-wx-config=/usr/bin/wx-config-gtk3
+  make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in shared-mime-info/trunk (PKGBUILD)

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 17:23:57
  Author: andyrtr
Revision: 330616

upgpkg: shared-mime-info 1.10-1

upstream update 1.10

Modified:
  shared-mime-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 17:17:47 UTC (rev 330615)
+++ PKGBUILD2018-08-05 17:23:57 UTC (rev 330616)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=shared-mime-info
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc="Freedesktop.org Shared MIME Info"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 url="https://freedesktop.org/Software/shared-mime-info;
 source=(https://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz
 update-mime-database.hook)
-sha256sums=('5c0133ec4e228e41bdf52f726d271a2d821499c2ab97afd3aa3d6cf43efcdc83'
+sha256sums=('c625a83b4838befc8cafcd54e3619946515d9e44d63d61c4adf7f5513ddfbebf'
 '7ecdd55ff7c4331e188cf46debbcc5660edb0e2bbeb4dd87cc5b87278c292821')
 options=(!makeflags)
 


[arch-commits] Commit in shared-mime-info/repos (4 files)

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 17:24:07
  Author: andyrtr
Revision: 330617

archrelease: copy trunk to testing-x86_64

Added:
  shared-mime-info/repos/testing-x86_64/
  shared-mime-info/repos/testing-x86_64/PKGBUILD
(from rev 330616, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/testing-x86_64/shared-mime-info.install
(from rev 330616, shared-mime-info/trunk/shared-mime-info.install)
  shared-mime-info/repos/testing-x86_64/update-mime-database.hook
(from rev 330616, shared-mime-info/trunk/update-mime-database.hook)

---+
 PKGBUILD  |   40 
 shared-mime-info.install  |7 +++
 update-mime-database.hook |   11 +++
 3 files changed, 58 insertions(+)

Copied: shared-mime-info/repos/testing-x86_64/PKGBUILD (from rev 330616, 
shared-mime-info/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-05 17:24:07 UTC (rev 330617)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=shared-mime-info
+pkgver=1.10
+pkgrel=1
+pkgdesc="Freedesktop.org Shared MIME Info"
+arch=('x86_64')
+license=('GPL2')
+depends=('libxml2' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+install=shared-mime-info.install
+url="https://freedesktop.org/Software/shared-mime-info;
+source=(https://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz
+update-mime-database.hook)
+sha256sums=('c625a83b4838befc8cafcd54e3619946515d9e44d63d61c4adf7f5513ddfbebf'
+'7ecdd55ff7c4331e188cf46debbcc5660edb0e2bbeb4dd87cc5b87278c292821')
+options=(!makeflags)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # https://bugs.archlinux.org/task/38836
+  # https://bugs.freedesktop.org/show_bug.cgi?id=70366
+  export ac_cv_func_fdatasync=no
+  ./configure --prefix=/usr --disable-update-mimedb
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "$srcdir"/update-mime-database.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-mime-database.hook
+}

Copied: shared-mime-info/repos/testing-x86_64/shared-mime-info.install (from 
rev 330616, shared-mime-info/trunk/shared-mime-info.install)
===
--- testing-x86_64/shared-mime-info.install (rev 0)
+++ testing-x86_64/shared-mime-info.install 2018-08-05 17:24:07 UTC (rev 
330617)
@@ -0,0 +1,7 @@
+post_remove() {
+  if [ -d usr/share/mime ]; then
+rm -f 
usr/share/mime/{globs,globs2,icons,treemagic,generic-icons,types,magic,XMLnamespaces,subclasses,aliases,mime.cache}
+rm -rf 
usr/share/mime/{application,audio,image,inode,message,model,multipart,text,video,x-content,x-epoc}
+rmdir --ignore-fail-on-non-empty usr/share/mime
+  fi
+}

Copied: shared-mime-info/repos/testing-x86_64/update-mime-database.hook (from 
rev 330616, shared-mime-info/trunk/update-mime-database.hook)
===
--- testing-x86_64/update-mime-database.hook(rev 0)
+++ testing-x86_64/update-mime-database.hook2018-08-05 17:24:07 UTC (rev 
330617)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/mime/packages/*.xml
+
+[Action]
+Description = Updating the MIME type database...
+When = PostTransaction
+Exec = /usr/bin/update-mime-database /usr/share/mime


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

2018-08-05 Thread Dave Reisner via arch-commits
Date: Sunday, August 5, 2018 @ 17:17:47
  Author: dreisner
Revision: 330615

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 330614, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 330614, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   71 ++
 pkgfile.install |   36 +--
 2 files changed, 53 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 17:17:25 UTC (rev 330614)
+++ PKGBUILD2018-08-05 17:17:47 UTC (rev 330615)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=17
-pkgrel=1
-pkgdesc="a pacman .files metadata explorer"
-arch=('i686' 'x86_64')
-url="http://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-source=("https://pkgbuild.com/~dreisner/sources/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-install=pkgfile.install
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('c0ced1f0972891b41c9d84abcbf6bc1f'
- 'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-
-  # generate a license file
-  sed '/\*\//q' src/pkgfile.c >LICENSE
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 330614, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 17:17:47 UTC (rev 330615)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=18
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="http://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile#tag=v$pkgver;)
+install=pkgfile.install
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  meson build -D buildtype=release
+}
+
+build() {
+  cd "$pkgname"
+
+  ninja -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2018-08-05 17:17:25 UTC (rev 330614)
+++ pkgfile.install 2018-08-05 17:17:47 UTC (rev 330615)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
-printf "==> DB format has changed. Please run pkgfile -uu\n"
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 330614, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2018-08-05 17:17:47 UTC (rev 330615)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
+printf "==> DB format has changed. Please run pkgfile -uu\n"
+  fi
+}


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

2018-08-05 Thread Dave Reisner via arch-commits
Date: Sunday, August 5, 2018 @ 17:17:25
  Author: dreisner
Revision: 330614

upgpkg: pkgfile 18-1

Modified:
  pkgfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 16:53:09 UTC (rev 330613)
+++ PKGBUILD2018-08-05 17:17:25 UTC (rev 330614)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=pkgfile
-pkgver=17
+pkgver=18
 pkgrel=1
 pkgdesc="a pacman .files metadata explorer"
 arch=('x86_64')
@@ -9,28 +9,27 @@
 url="http://github.com/falconindy/pkgfile;
 license=('MIT')
 depends=('libarchive' 'curl' 'pcre' 'pacman')
-source=("https://pkgbuild.com/~dreisner/sources/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile#tag=v$pkgver;)
 install=pkgfile.install
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('c0ced1f0972891b41c9d84abcbf6bc1f'
- 'SKIP')
+md5sums=('SKIP')
 
+prepare() {
+  cd "$pkgname"
+
+  meson build -D buildtype=release
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
-  ./configure \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-
-  # generate a license file
-  sed '/\*\//q' src/pkgfile.c >LICENSE
+  ninja -C build
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  DESTDIR=$pkgdir ninja -C build install
 }
 
 # vim: ft=sh syn=sh


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

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 16:54:58
  Author: felixonmars
Revision: 368400

archrelease: copy trunk to community-x86_64

Added:
  haskell-criterion/repos/community-x86_64/PKGBUILD
(from rev 368399, haskell-criterion/trunk/PKGBUILD)
Deleted:
  haskell-criterion/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 16:54:41 UTC (rev 368399)
+++ PKGBUILD2018-08-05 16:54:58 UTC (rev 368400)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=criterion
-pkgname=haskell-criterion
-pkgver=1.5.0.0
-pkgrel=12
-pkgdesc="Robust, reliable performance measurement and analysis"
-url="http://www.serpentine.com/criterion;
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-base-compat-batteries'
- 'haskell-cassava' 'haskell-code-page' 'haskell-criterion-measurement' 
'haskell-exceptions'
- 'haskell-glob' 'haskell-js-flot' 'haskell-js-jquery' 
'haskell-microstache'
- 'haskell-mwc-random' 'haskell-optparse-applicative' 
'haskell-statistics'
- 'haskell-transformers-compat' 'haskell-vector' 
'haskell-vector-algorithms')
-makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-tasty'
- 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('daddba171ae15f67f6c9a1c5850276db3bf215e5e8ca8d83df46bc256966009a57de497c47df82dc0c3f829a11195bba2f46efecab50fdc34fab498d5edaaceb')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e '/semigroups/d' -e 's/optparse-applicative >= 
0.13,/optparse-applicative >= 0.13/' \
-   -e 's/parsec >= 3.1.0/,parsec >= 3.1.0/' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-fast -f-embed-data-files
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-criterion/repos/community-x86_64/PKGBUILD (from rev 368399, 
haskell-criterion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 16:54:58 UTC (rev 368400)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.5.1.0
+pkgrel=1
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-base-compat-batteries'
+ 'haskell-cassava' 'haskell-code-page' 'haskell-criterion-measurement' 
'haskell-exceptions'
+ 'haskell-glob' 'haskell-js-flot' 'haskell-js-jquery' 
'haskell-microstache'
+ 'haskell-mwc-random' 'haskell-optparse-applicative' 
'haskell-statistics'
+ 'haskell-transformers-compat' 'haskell-vector' 
'haskell-vector-algorithms')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a32d36e4a5e3b598f9cc90fb2fac063cb7caaa4683c2bf99d1d5a615c850999a95a2a9b14b58f5855029140a714f45c33cead9dfe94eddc0aa63c45ed091')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/optparse-applicative >= 
0.13,/optparse-applicative >= 0.13/' \
+   -e 's/parsec >= 3.1.0/,parsec >= 3.1.0/' -e '/fail/d' 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+

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

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 16:54:41
  Author: felixonmars
Revision: 368399

upgpkg: haskell-criterion 1.5.1.0-1

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 16:51:38 UTC (rev 368398)
+++ PKGBUILD2018-08-05 16:54:41 UTC (rev 368399)
@@ -4,8 +4,8 @@
 
 _hkgname=criterion
 pkgname=haskell-criterion
-pkgver=1.5.0.0
-pkgrel=12
+pkgver=1.5.1.0
+pkgrel=1
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")
@@ -18,12 +18,12 @@
 makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-tasty'
  'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('daddba171ae15f67f6c9a1c5850276db3bf215e5e8ca8d83df46bc256966009a57de497c47df82dc0c3f829a11195bba2f46efecab50fdc34fab498d5edaaceb')
+sha512sums=('a32d36e4a5e3b598f9cc90fb2fac063cb7caaa4683c2bf99d1d5a615c850999a95a2a9b14b58f5855029140a714f45c33cead9dfe94eddc0aa63c45ed091')
 
 prepare() {
 cd $_hkgname-$pkgver
 sed -i -e '/semigroups/d' -e 's/optparse-applicative >= 
0.13,/optparse-applicative >= 0.13/' \
-   -e 's/parsec >= 3.1.0/,parsec >= 3.1.0/' $_hkgname.cabal
+   -e 's/parsec >= 3.1.0/,parsec >= 3.1.0/' -e '/fail/d' 
$_hkgname.cabal
 }
 
 build() {


[arch-commits] Commit in libreoffice-fresh-i18n/repos (2 files)

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 16:53:09
  Author: andyrtr
Revision: 330613

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 330612, libreoffice-fresh-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-fresh-i18n/repos/testing-any/PKGBUILD (from rev 330612, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-08-05 16:53:09 UTC (rev 330613)
@@ -0,0 +1,542 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=6.0.6
+pkgrel=1
+_rcver=${pkgver}.2
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org;
+license=('LGPL')
+
+#https://download.documentfoundation.org/mirrors/all.html
+
+_url="https://download.documentfoundation.org/libreoffice/stable;
+#_url="https://download.documentfoundation.org/libreoffice/testing;
+#_url="https://dev-builds.libreoffice.org/pre-releases;
+
+
+#_url+="/${pkgver}-rc2/rpm/x86_64"
+#_url+="/${pkgver}/rpm/x86_64"
+_url+="/${pkgver}/rpm/x86_64"
+#_url+="/rpm/x86_64"
+
+_languages=(
+  'af"Afrikaans"   0'
+  'am"Amharic" 1'
+  'ar"Arabic"  1'
+  'as"Assamese (India)"0'
+  'ast   "Asturianu"   1'
+  'be"Belarusian"  0'
+  'bg"Bulgarian"   1'
+  'bn"Bengali" 1'
+  'bn-IN "Bengali (India)" 1'
+  'bo"Tibetan" 1'
+  'br"Breton"  0'
+  'brx   "Bodo"0'
+  'bs"Bosnian" 1'
+  'ca"Catalan" 1'
+  'ca-valencia   "Catalan (Valencia)"  1'
+  'cs"Czech"   1'
+  'cy"Welsh"   0'
+  'da"Danish"  1'
+  'de"German"  1'
+  'dgo   "Dogri"   0'
+  'dz"Dzongkha"1'
+  'el"Greek"   1'
+  'en-GB "English (GB)"1'
+  'en-ZA "English (ZA)"1'
+  'eo"Esperanto"   1'
+  'es"Spanish" 1'
+  'et"Estonian"1'
+  'eu"Basque"  1'
+  'fa"Persian" 0'
+  'fi"Finnish" 1'
+  'fr"French"  1'
+  'ga"Irish"   0'
+  'gd"Gaelic (Scottish)"   0'
+  'gl"Galician"1'
+  'gu"Gujarati"1'
+  'he"Hebrew"  1'
+  'hi"Hindi"   1'
+  'hr"Croatian"1'
+  'hu"Hungarian"   1'
+  'id"Indonesian"  1'
+  'is"Icelandic"   1'
+  'it"Italian" 1'
+  'ja"Japanese"1'
+  'ka"Georgian"1'
+  'kk"Kazakh"  0'
+  'km"Khmer (Cambodia)"1'
+  'kmr-Latn  "Kurdish" 0'
+  'kn"Kannada" 0'
+  'ko"Korean"  1'
+  'kok   "Konkani" 0'
+  'ks"Kashmiri"0'
+  'lb"Luxembourgish"   0'
+  'lo"Lao" 1'
+  'lt"Lithuanian"  1'
+  'lv"Latvian" 1'
+  'mai   "Maithili"0'
+  'mk"Macedonian"  1'
+  'ml"Malayalam"   0'
+  'mn"Mongolian"   0'
+  'mni   "Manipuri"0'
+  'mr"Marathi" 0'
+  'my"Burmese" 0'
+  'nb"Norwegian Bokmal"1'
+  'ne"Nepali"  1'
+  'nl"Dutch"   1'
+  'nn"Norwegian Nynorsk"   1'
+  'nr"Ndebele (South)" 0'
+  'nso   "Northern Sotho"  0'
+  'oc"Occitan" 0'
+  'om"Oromo"   1'
+  'or"Oriya"   0'
+  'pa-IN "Punjabi (India)" 0'
+  'pl"Polish"  1'
+  'pt"Portuguese"  1'
+  'pt-BR "Portuguese (Brasil)" 1'
+  'ro"Romanian"1'
+  

[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 16:52:21
  Author: andyrtr
Revision: 330612

upgpkg: libreoffice-fresh-i18n 6.0.6-1

upstream update 6.0.6

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  348 ++---
 1 file changed, 174 insertions(+), 174 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 16:20:59 UTC (rev 330611)
+++ PKGBUILD2018-08-05 16:52:21 UTC (rev 330612)
@@ -4,7 +4,7 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=6.0.5
+pkgver=6.0.6
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -138,351 +138,351 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('1ea9472dfe7ab59cf0cd2df9eb434c5d30f2be031e846708c531e20da0be037d'
+sha256sums=('177f0a8b7311da7bbfcc1f1857a9e15abd32958f904cfb558f032f23e42c0625'
 'SKIP'
-'38dab4b6c8524bb6e376d9d69ad679d9801c65c015f9117fd8b62f16bdd5c1a4'
+'d8760be1fe9d1d720d6185fbea9b15c33ead5e7262eda6564f8137c6ac04caab'
 'SKIP'
-'f24023dd097ec1701627cd6be3a2a10ffc04e7aa00fae0bceff1c0f17a19ad69'
+'379d14840ac0c750b9f71438084561725b9ba88108e554fe65f85a6e00a91886'
 'SKIP'
-'6009a63fd853be192cd93686963216525ef7f90ec51b62e2202211ebbd9e87d2'
+'b04348986d738f0543d1599348fc0303e3641e9a580975a2a2b253f286bb7b16'
 'SKIP'
-'e071c6a892589c41be2e85d51784678327ab86641fbb9de960a3beb540171f0b'
+'6281bcad6a54e78093896da5251483930ab4e5f27882e33a88c3d18591db6655'
 'SKIP'
-'df1e7a3199b9ac93485cbe9e66294fc339628e3cc11fbc32322f5e7f7db0ff56'
+'534ca00d93e1b4adc12167d84d9cc455a88e6290f1f31e483c027a6e3e261508'
 'SKIP'
-'57a4d9f0706c57d698e15b238eb586dd81457d17551e3ae967d966fe88b7'
+'0c25662f0287b44935f850409c8c7838e308738232d37b765fe1b96032ec9b03'
 'SKIP'
-'f9d3f5d54efee2819336fbd3353043fefa0db05f2bb5fd7a160d9a838e58bdba'
+'dfa990634abce9f204f71a37a6cf524c9949ae6bd12ec199f69903af1aea7642'
 'SKIP'
-'a3eb1ec7f541c687122cb16ffc5ed9d69de07d618df6427926e15601cef230b9'
+'5ef1d14d9d37f7e5a42587d7aa3828136e1c29227e48e13454d1c3b5ce20767e'
 'SKIP'
-'832579130ebb32dbcd1fecf6b8f1f417d82ee27b588e8af94b42800dc15393ce'
+'b27a45c927b97b4b562baa2de1c2238203dba5f7aa56189754c7146e6a33824b'
 'SKIP'
-'164092247b82bafc1fd2dbe896b9610b53ee43d30afb2d83d4e1ba3f530403d6'
+'8c37cb05e5d3a19410e1242482d17010a9c46e8e9110c3d42503e9e96f79f86a'
 'SKIP'
-'83f1ded4d11c80130f917bea4e685012900bd532b3e1152a32d30cd2deb19d91'
+'9b4ffbe6950af5b0522ac656a82f861d7f76f13acc3f1cc292fdc70c7c5869df'
 'SKIP'
-'95084668b77c5569565c68b181a02a426a4f1cf5538a6ce91f4660a5fdfad92b'
+'c8028c4e3300fb200441f3a188a0c56090b25c6dca62f57e1bd0637597cf229a'
 'SKIP'
-'ac8956bbf4d21f5adf97b38f953727e12147da1e972391e11a5c8a775dd47a84'
+'d8bac334779fcdbaef0beb93f072c3af7bf2117f685703bc85f9f0086d153dbd'
 'SKIP'
-'12d247338e2702ba6c0f1a84a01b7635f4329f00e4ea3e8d0ecb259c890869b0'
+'9ba232aa35da47101087c6f3b525dd56f2e6908c5ce8511b2da4605e7f1169bf'
 'SKIP'
-'ba464e8b316f0c8fe3268f0062d46f75b7b426a1dec2f57c74cce2321786cdfc'
+'d8a0b521a72d8c66117f732a2dd9a4ef208c19c66c1ddb8cc49ae6940b1fa440'
 'SKIP'
-'bb1bacaaf3f497066673a6c54cff907ebf419420fb5d1b6e530812e19506e7bf'
+'1b4e54d029594516811610910771ff5fa536e60259694924644a11f9ff72c863'
 'SKIP'
-'d33475eae70ed5e7939109b19f773fbfce5e06ab0228ec65aafd1d7c5da2c3cd'
+'0fdbe182b13d8958e2a5ff5f55c957f7111df12f417a24a9de780cb203eb440d'
 'SKIP'
-'b5a7f7cd02c820284244c2709871289b885a02194e1bf9c15ffd6e8b3ae24c7d'
+'0e684098cdf89a4edd7493d08490f1c15c0f5c4b9656bf6a2adf8b65afdaf924'
 'SKIP'
-'3a6e8d832158f0a3729c0b413d7cf5383d7490e566214658da6b2e8c11c88559'
+'79735066b9e6e57b318b5f850b408b0e99d334c56551a42187c5d4ab0861d649'
 'SKIP'
-'fb0084bd6537429323e31701e06e782e415fe15a4e16a400a17d9f229c4d05cf'
+'79768fb32e6e4994c3b4b2f85309f30c208a9d9fb94f0b6c50584ac956d167df'
 'SKIP'
-'97d2fb6e65b9b17bef8204619763b1347020b4f43b1073962b4a443f7e006e80'
+'fe8caf79f2c202151af0926c7274fc952f3ad2173bba690dfc9b34fb70d185a9'
 'SKIP'
-'a2a5e1cbc000a3289621c1f94ef4eee79107f371352a1445317cd06796a3f6b9'
+'9939d64f44b160f4d9a195de483ee96345ce407b831a7fcfc946ea649216e575'
 'SKIP'
-  

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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 16:51:38
  Author: dvzrv
Revision: 368398

archrelease: copy trunk to community-testing-any

Added:
  todoman/repos/community-testing-any/PKGBUILD
(from rev 368397, todoman/trunk/PKGBUILD)
Deleted:
  todoman/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 16:51:24 UTC (rev 368397)
+++ PKGBUILD2018-08-05 16:51:38 UTC (rev 368398)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=todoman
-pkgver=3.4.0
-pkgrel=4
-pkgdesc="A simple, standards-based, cli todo (aka: task) manager"
-arch=('any')
-url="https://github.com/pimutils/todoman/blob/master/setup.py;
-license=('ISC')
-depends=('python-atomicwrites' 'python-click-log' 'python-configobj'
-'python-dateutil' 'python-humanize' 'python-icalendar' 'python-parsedatetime'
-'python-xdg' 'python-setuptools' 'python-tabulate' 'python-urwid')
-makedepends=()
-checkdepends=('python-freezegun' 'python-hypothesis' 'python-pytest-runner')
-optdepends=('bash-completion: auto-complete in bash'
-'python-click-repl: REPL command'
-'zsh-completions: auto-complete in zsh')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b3b8a70275aa4ba6617169eddd84ec08')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # remove interfering options to pytest
-  sed -e '/addopts/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="${PYTHONPATH}:${PWD}"
-  #export timezone, so tests pick them up correctly
-  export TZ=UTC
-  py.test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # docs
-  install -vDm 644 {AUTHORS,CHANGELOG,CODE_OF_CONDUCT,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # license
-  install -vDm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # sample config
-  install -vDm 644 "${pkgname}.conf.sample" \
--t "${pkgdir}/usr/share/doc/${pkgname}/examples/"
-  # completions
-  install -vDm 644 contrib/completion/bash/_todo \
-"${pkgdir}/usr/share/bash-completion/completions/todo"
-  install -vDm 644 contrib/completion/zsh/_todo \
-"${pkgdir}/usr/share/zsh/site-functions/_todo"
-}

Copied: todoman/repos/community-testing-any/PKGBUILD (from rev 368397, 
todoman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 16:51:38 UTC (rev 368398)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=todoman
+pkgver=3.4.0
+pkgrel=5
+pkgdesc="A simple, standards-based, cli todo (aka: task) manager"
+arch=('any')
+url="https://github.com/pimutils/todoman;
+license=('ISC')
+depends=('python-atomicwrites' 'python-click-log' 'python-configobj'
+'python-dateutil' 'python-humanize' 'python-icalendar' 'python-parsedatetime'
+'python-xdg' 'python-setuptools' 'python-tabulate' 'python-urwid')
+makedepends=()
+checkdepends=('python-freezegun' 'python-hypothesis' 'python-pytest-runner')
+optdepends=('bash-completion: auto-complete in bash'
+'python-click-repl: REPL command'
+'zsh-completions: auto-complete in zsh')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('6d49416f35f5f4375e861d9f20e0076813faed6aa8b02b63de331c3c11ffd27902db10bd7a1ed455075ec09feff24ca5500b7eb348486bcb3250dbbf503a4ade')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # remove interfering options to pytest
+  sed -e '/addopts/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PYTHONPATH}:${PWD}"
+  # export timezone, so tests pick them up correctly
+  # https://github.com/pimutils/todoman/issues/320
+  export TZ=UTC
+  py.test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # docs
+  install -vDm 644 {AUTHORS,CHANGELOG,CODE_OF_CONDUCT,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # license
+  # wrong name: https://github.com/pimutils/todoman/issues/319
+  install -vDm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # sample config
+  install -vDm 644 "${pkgname}.conf.sample" \
+-t "${pkgdir}/usr/share/doc/${pkgname}/examples/"
+  # completions
+  install -vDm 644 contrib/completion/bash/_todo \
+"${pkgdir}/usr/share/bash-completion/completions/todo"
+  install -vDm 644 contrib/completion/zsh/_todo \
+"${pkgdir}/usr/share/zsh/site-functions/_todo"
+}


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

2018-08-05 Thread David Runge via arch-commits
Date: Sunday, August 5, 2018 @ 16:51:24
  Author: dvzrv
Revision: 368397

upgpkg: todoman 3.4.0-5

Fixing url, switching to sha512sums, adding upstream bug reports for issues.

Modified:
  todoman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 16:50:52 UTC (rev 368396)
+++ PKGBUILD2018-08-05 16:51:24 UTC (rev 368397)
@@ -2,10 +2,10 @@
 # Maintainer: David Runge 
 pkgname=todoman
 pkgver=3.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A simple, standards-based, cli todo (aka: task) manager"
 arch=('any')
-url="https://github.com/pimutils/todoman/blob/master/setup.py;
+url="https://github.com/pimutils/todoman;
 license=('ISC')
 depends=('python-atomicwrites' 'python-click-log' 'python-configobj'
 'python-dateutil' 'python-humanize' 'python-icalendar' 'python-parsedatetime'
@@ -16,7 +16,7 @@
 'python-click-repl: REPL command'
 'zsh-completions: auto-complete in zsh')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b3b8a70275aa4ba6617169eddd84ec08')
+sha512sums=('6d49416f35f5f4375e861d9f20e0076813faed6aa8b02b63de331c3c11ffd27902db10bd7a1ed455075ec09feff24ca5500b7eb348486bcb3250dbbf503a4ade')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -32,7 +32,8 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="${PYTHONPATH}:${PWD}"
-  #export timezone, so tests pick them up correctly
+  # export timezone, so tests pick them up correctly
+  # https://github.com/pimutils/todoman/issues/320
   export TZ=UTC
   py.test
 }
@@ -47,6 +48,7 @@
   install -vDm 644 {AUTHORS,CHANGELOG,CODE_OF_CONDUCT,README}.rst \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
   # license
+  # wrong name: https://github.com/pimutils/todoman/issues/319
   install -vDm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   # sample config
   install -vDm 644 "${pkgname}.conf.sample" \


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

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 16:41:46
  Author: felixonmars
Revision: 368394

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
368393, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-05 16:41:46 UTC (rev 368394)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.5.0.0
+pkgrel=12
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-base-compat-batteries'
+ 'haskell-cassava' 'haskell-code-page' 'haskell-criterion-measurement' 
'haskell-exceptions'
+ 'haskell-glob' 'haskell-js-flot' 'haskell-js-jquery' 
'haskell-microstache'
+ 'haskell-mwc-random' 'haskell-optparse-applicative' 
'haskell-statistics'
+ 'haskell-transformers-compat' 'haskell-vector' 
'haskell-vector-algorithms')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('daddba171ae15f67f6c9a1c5850276db3bf215e5e8ca8d83df46bc256966009a57de497c47df82dc0c3f829a11195bba2f46efecab50fdc34fab498d5edaaceb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/optparse-applicative >= 
0.13,/optparse-applicative >= 0.13/' \
+   -e 's/parsec >= 3.1.0/,parsec >= 3.1.0/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast -f-embed-data-files
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 16:41:32
  Author: felixonmars
Revision: 368393

upgpkg: haskell-criterion 1.5.0.0-12

rebuild with criterion-measurement 0.1.1.0

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 16:39:47 UTC (rev 368392)
+++ PKGBUILD2018-08-05 16:41:32 UTC (rev 368393)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.5.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")


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

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 16:39:47
  Author: felixonmars
Revision: 368392

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-criterion-measurement/repos/community-staging-x86_64/
  haskell-criterion-measurement/repos/community-staging-x86_64/PKGBUILD
(from rev 368391, haskell-criterion-measurement/trunk/PKGBUILD)

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

Copied: haskell-criterion-measurement/repos/community-staging-x86_64/PKGBUILD 
(from rev 368391, haskell-criterion-measurement/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-05 16:39:47 UTC (rev 368392)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=criterion-measurement
+pkgname=haskell-criterion-measurement
+pkgver=0.1.1.0
+pkgrel=1
+pkgdesc="Criterion measurement functionality and associated types"
+url="https://github.com/bos/criterion;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-vector')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('fe6eecc5ea6ece0b0a20112e6f4242ccdeff70999666b8130a26d26fa5edca8846e73b0cc8f6589295fcc9031fced42fd18fee53b35a1e027681c7bf90ab6606')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 16:39:27
  Author: felixonmars
Revision: 368391

upgpkg: haskell-criterion-measurement 0.1.1.0-1

rebuild with criterion-measurement 0.1.1.0

Modified:
  haskell-criterion-measurement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 16:33:24 UTC (rev 368390)
+++ PKGBUILD2018-08-05 16:39:27 UTC (rev 368391)
@@ -3,8 +3,8 @@
 
 _hkgname=criterion-measurement
 pkgname=haskell-criterion-measurement
-pkgver=0.1.0.0
-pkgrel=3
+pkgver=0.1.1.0
+pkgrel=1
 pkgdesc="Criterion measurement functionality and associated types"
 url="https://github.com/bos/criterion;
 license=('MIT')
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-vector')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c453004332275fb2b44d6b88b0a6b616c340675e80376d66c8e2115623c530eb95512141f22f5fa18901d0221471b7991a9a2c190e00f3d7f1afc09472160f52')
+sha512sums=('fe6eecc5ea6ece0b0a20112e6f4242ccdeff70999666b8130a26d26fa5edca8846e73b0cc8f6589295fcc9031fced42fd18fee53b35a1e027681c7bf90ab6606')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-08-05 Thread Nicola Squartini via arch-commits
Date: Sunday, August 5, 2018 @ 16:33:24
  Author: tensor5
Revision: 368390

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 368389, go-ethereum/trunk/PKGBUILD)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 16:33:04 UTC (rev 368389)
+++ PKGBUILD2018-08-05 16:33:24 UTC (rev 368390)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.8.12
-_commit=37685930d953bcbe023f9bc65b135a8d8b8f1488
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go-pie')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 368389, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 16:33:24 UTC (rev 368390)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.8.13
+_commit=225171a4bfcc16bd12a1906b1e0d43d0b18c353b
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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

2018-08-05 Thread Nicola Squartini via arch-commits
Date: Sunday, August 5, 2018 @ 16:33:04
  Author: tensor5
Revision: 368389

upgpkg: go-ethereum 1.8.13-1

Modified:
  go-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 16:11:11 UTC (rev 368388)
+++ PKGBUILD2018-08-05 16:33:04 UTC (rev 368389)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.8.12
-_commit=37685930d953bcbe023f9bc65b135a8d8b8f1488
+pkgver=1.8.13
+_commit=225171a4bfcc16bd12a1906b1e0d43d0b18c353b
 pkgrel=1
 pkgdesc='Official golang implementation of the Ethereum protocol'
 arch=('x86_64')


[arch-commits] Commit in libreoffice-fresh/repos/testing-x86_64 (11 files)

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 16:20:59
  Author: andyrtr
Revision: 330611

archrelease: copy trunk to testing-x86_64

Added:
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 330610, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/emfio.patch
(from rev 330610, libreoffice-fresh/trunk/emfio.patch)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 330610, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 330610, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 330610, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
  libreoffice-fresh/repos/testing-x86_64/emfio.patch
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-fresh/repos/testing-x86_64/pyuno-python37.patch

--+
 PKGBUILD |  695 -
 emfio.patch  |  584 +++---
 libreoffice-fresh.csh|   12 
 libreoffice-fresh.sh |   12 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 pyuno-python37.patch |   54 -
 6 files changed, 667 insertions(+), 726 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 16:20:43 UTC (rev 330610)
+++ PKGBUILD2018-08-05 16:20:59 UTC (rev 330611)
@@ -1,350 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-pkgbase=libreoffice-fresh
-pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.0.5.2
-pkgver=6.0.5
-pkgrel=2
-arch=('x86_64')
-license=('LGPL3')
-url="http://www.libreoffice.org/;
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
-   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
-   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
-   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
-   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
-   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
-   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
-   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 
# 'glm'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
-   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
-   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
-)
-
-_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url="http://dev-www.libreoffice.org/src;
-_additional_source_url2="http://dev-www.libreoffice.org/extern;
-source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   ${_additional_source_url}/boost_1_65_1.tar.bz2
-   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
-   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
-   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2017-08-15.tar.bz2
-   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
-   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
-   ${_additional_source_url}/pdfium-3235.tar.bz2
-

[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD pyuno-python37.patch)

2018-08-05 Thread Andreas Radke via arch-commits
Date: Sunday, August 5, 2018 @ 16:20:43
  Author: andyrtr
Revision: 330610

upgpkg: libreoffice-fresh 6.0.6-1

upstream update 6.0.6

Modified:
  libreoffice-fresh/trunk/PKGBUILD
Deleted:
  libreoffice-fresh/trunk/pyuno-python37.patch

--+
 PKGBUILD |   21 +++
 pyuno-python37.patch |   54 -
 2 files changed, 8 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 09:38:35 UTC (rev 330609)
+++ PKGBUILD2018-08-05 16:20:43 UTC (rev 330610)
@@ -11,9 +11,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.0.5.2
-pkgver=6.0.5
-pkgrel=2
+_LOver=6.0.6.2
+pkgver=6.0.6
+pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -55,7 +55,6 @@

${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar
 # for test suite

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
-   pyuno-python37.patch
emfio.patch
libreoffice-fresh.sh libreoffice-fresh.csh)
 noextract=(boost_1_65_1.tar.bz2
@@ -75,11 +74,11 @@
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('b6fd3951ad50bfbe48340c0368f3cbd9eae92b31550809a1db88fc048f04069a'
+sha256sums=('f1666430abf616a3813e4c886b51f157366f592102ae0e874abc17f3d58c6a8e'
 'SKIP'
-'492db3e52c67944c2747a573f1b0efa1afb2ca747b95c1cdd495c46fcca97fb6'
+'7e49f0dc0e7fd8e2628939833063d60e6c92bdec019226037446595c87eee85e'
 'SKIP'
-'99e62f75bc94ca0797d22ef6fcca29af575578fb58bba5e77bc892dd655a0fdd'
+'ab55fcc7e6103e541288a369236c5fe2c7b6c3f7d86b2b62b198f7977ca92742'
 'SKIP'
 '9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
@@ -97,7 +96,6 @@
 '702413413a5d8076c17fe79c0808dfba145a7260020f6c8627ea529a0cf83769'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
-'5d874bfa2ef7340615dfd34dc17e9e72bfc8587dce7864b949cfcde7fcbabb52'
 '8b4815788be087940750b775690b5890c4cf9e121f11006a72ccab834f212abb'
 '76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
 'd24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
@@ -115,7 +113,8 @@

# don't run broken tests
sed -i "/CppunitTest_sw_ooxmlexport9/d" sw/Module_sw.mk
-   sed -i "/CppunitTest_sw_uiwriter/d" sw/Module_sw.mk 
+   sed -i "/CppunitTest_sw_uiwriter/d" sw/Module_sw.mk
+   sed -i "/CppunitTest_sw_ww8export2/d" sw/Module_sw.mk 
sed -i "/CppunitTest_xmlsecurity_signing/d" 
xmlsecurity/Module_xmlsecurity.mk
sed -i "/CppunitTest_sc_subsequent_filters_test/d" sc/Module_sc.mk 
sed -i "/CppunitTest_sc_subsequent_export_test/d" sc/Module_sc.mk
@@ -124,7 +123,6 @@
sed -i "/CppunitTest_dbaccess_hsqldb/d" dbaccess/Module_dbaccess.mk
# apply upstream fix for broken cppunit test
patch -Np1 -i ../emfio.patch
-#  sed -i "/emfio\/emfio/d" emfio/CppunitTest_emfio_emf_test.mk
sed -i "/CppunitTest_emfio_emf_test/d" emfio/Module_emfio.mk
 
# unowinreg.dll must be a file not a symlink or the result will become 
a broken symlink
@@ -135,9 +133,6 @@
# fix not upstreamable pyuno paths - FS#54250
patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
 
-   # const fixes for Python 3.7
-   patch -Np1 -i ${srcdir}/pyuno-python37.patch
-
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do
case "$i" in

Deleted: pyuno-python37.patch
===
--- pyuno-python37.patch2018-08-05 09:38:35 UTC (rev 330609)
+++ pyuno-python37.patch2018-08-05 16:20:43 UTC (rev 330610)
@@ -1,54 +0,0 @@
-From 76a29148be63cb006a7e25e312dc93acc93e071f Mon Sep 17 00:00:00 2001
-From: Stephan Bergmann 
-Date: Tue, 3 Jul 2018 08:33:34 +0200
-Subject: [PATCH] const fixes for python3-devel-3.7.0-1.fc29.x86_64
-
-Change-Id: Ia16a8b828e11ce36e9bb77ecf9e8a1179bd9b90c
-Reviewed-on: https://gerrit.libreoffice.org/56841
-Tested-by: Jenkins
-Reviewed-by: Stephan Bergmann 

- pyuno/source/module/pyuno_impl.hxx | 2 +-
- pyuno/source/module/pyuno_type.cxx | 2 +-
- pyuno/source/module/pyuno_util.cxx | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/pyuno/source/module/pyuno_impl.hxx 

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

2018-08-05 Thread Bruno Pagani via arch-commits
Date: Sunday, August 5, 2018 @ 16:11:11
  Author: archange
Revision: 368388

archrelease: copy trunk to community-x86_64

Added:
  fractal/repos/community-x86_64/PKGBUILD
(from rev 368387, fractal/trunk/PKGBUILD)
Deleted:
  fractal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 16:10:56 UTC (rev 368387)
+++ PKGBUILD2018-08-05 16:11:11 UTC (rev 368388)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=fractal
-pkgver=3.29.5
-pkgrel=1
-pkgdesc="A GTK+ client for Matrix written in Rust"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Fractal;
-license=('GPL3')
-depends=('gtk3' 'gst-plugins-base-libs' 'gst-plugins-bad' 'gtksourceview3')
-makedepends=('meson' 'rust' 'gspell')
-_md5=027314032f2762ef6688a4fda01d2df0
-source=("https://gitlab.gnome.org/World/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e37e7744e7a0b3c5bf42567314a6ff1f75fd9d639ec3cdd672f25dda37092144')
-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson . _build
-ninja -C _build
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-DESTDIR="${pkgdir}" ninja -C _build install
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 368387, 
fractal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 16:11:11 UTC (rev 368388)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=fractal
+pkgver=3.29.6
+pkgrel=1
+pkgdesc="A GTK+ client for Matrix written in Rust"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Fractal;
+license=('GPL3')
+depends=('gtk3' 'gst-plugins-base-libs' 'gst-plugins-bad' 'gtksourceview3')
+makedepends=('meson' 'rust' 'gspell')
+_md5=bd30b8084b5f15c47d9fdc3049fe0515
+source=("https://gitlab.gnome.org/World/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('5b7d6aa7ddc1a8ceeafca7612492400e52a9d7a18461d0e0611ea7a2a2ae60c9')
+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson . _build
+ninja -C _build
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+DESTDIR="${pkgdir}" ninja -C _build install
+}


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

2018-08-05 Thread Bruno Pagani via arch-commits
Date: Sunday, August 5, 2018 @ 16:10:56
  Author: archange
Revision: 368387

upgpkg: fractal 3.29.6-1

Modified:
  fractal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 15:30:18 UTC (rev 368386)
+++ PKGBUILD2018-08-05 16:10:56 UTC (rev 368387)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=fractal
-pkgver=3.29.5
+pkgver=3.29.6
 pkgrel=1
 pkgdesc="A GTK+ client for Matrix written in Rust"
 arch=('x86_64')
@@ -9,9 +9,9 @@
 license=('GPL3')
 depends=('gtk3' 'gst-plugins-base-libs' 'gst-plugins-bad' 'gtksourceview3')
 makedepends=('meson' 'rust' 'gspell')
-_md5=027314032f2762ef6688a4fda01d2df0
+_md5=bd30b8084b5f15c47d9fdc3049fe0515
 
source=("https://gitlab.gnome.org/World/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e37e7744e7a0b3c5bf42567314a6ff1f75fd9d639ec3cdd672f25dda37092144')
+sha256sums=('5b7d6aa7ddc1a8ceeafca7612492400e52a9d7a18461d0e0611ea7a2a2ae60c9')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 15:30:18
  Author: felixonmars
Revision: 368386

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 15:30:00 UTC (rev 368385)
+++ PKGBUILD2018-08-05 15:30:18 UTC (rev 368386)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.66.24
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('c53c22317e1558e7a8d43357d56c148afd89badc1694a528eeca6de13e14244c5f7d5afc28e3c99c1485fecc20c37c711adfaa575196704eb19e3d46d8e4628c')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  sed -i "/FutureWarning/a \filterwarnings('ignore', 
category=DeprecationWarning, module='pandas.core')" 
hypothesis-$pkgver/hypothesis-python/tests/common/setup.py
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-testing-any/PKGBUILD (from rev 
368385, python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 15:30:18 UTC (rev 368386)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.66.27
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 

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

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 15:30:00
  Author: felixonmars
Revision: 368385

upgpkg: python-hypothesis 3.66.27-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 15:21:49 UTC (rev 368384)
+++ PKGBUILD2018-08-05 15:30:00 UTC (rev 368385)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.66.24
+pkgver=3.66.27
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('c53c22317e1558e7a8d43357d56c148afd89badc1694a528eeca6de13e14244c5f7d5afc28e3c99c1485fecc20c37c711adfaa575196704eb19e3d46d8e4628c')
+sha512sums=('b2819d60d52f5bc9a038753dff7e03d5d9bb808ac04f0660ae8e9053288bdd35c180665a46ce94fd450c42cea828f85b5f6c0337a72aa746ee09b718484a625b')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in python-ruamel-yaml/repos/community-testing-x86_64 (2 files)

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 15:21:49
  Author: felixonmars
Revision: 368384

archrelease: copy trunk to community-testing-x86_64

Added:
  python-ruamel-yaml/repos/community-testing-x86_64/PKGBUILD
(from rev 368383, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 15:21:24 UTC (rev 368383)
+++ PKGBUILD2018-08-05 15:21:49 UTC (rev 368384)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.48
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('91a630203d90ae7113fd7653eedaf08240b5447f11ed5cb800b7eb92b49e7004bd4d3c17dbe3e3f126b1d14bfa39028b752a1d876f090ec1a42a81a5b5766e39')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-testing-x86_64/PKGBUILD (from rev 
368383, python-ruamel-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 15:21:49 UTC (rev 368384)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.49
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('f7af7c02e12dc0527ea5db5e579132e18eed2e3a233b03a34f17b993aef4d09044a6b95d234242c6f56ff86c4d29e7d19ee9b6d28a14fa56e3832dc0c9d56b8c')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 15:21:24
  Author: felixonmars
Revision: 368383

upgpkg: python-ruamel-yaml 0.15.49-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 14:24:27 UTC (rev 368382)
+++ PKGBUILD2018-08-05 15:21:24 UTC (rev 368383)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.48
+pkgver=0.15.49
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('91a630203d90ae7113fd7653eedaf08240b5447f11ed5cb800b7eb92b49e7004bd4d3c17dbe3e3f126b1d14bfa39028b752a1d876f090ec1a42a81a5b5766e39')
+sha512sums=('f7af7c02e12dc0527ea5db5e579132e18eed2e3a233b03a34f17b993aef4d09044a6b95d234242c6f56ff86c4d29e7d19ee9b6d28a14fa56e3832dc0c9d56b8c')
 
 package() {
   depends=('python')


[arch-commits] Commit in (4 files)

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 14:24:09
  Author: felixonmars
Revision: 368381

addpkg: python-json-config 2.0.1-1

Added:
  python-json-config/
  python-json-config/repos/
  python-json-config/trunk/
  python-json-config/trunk/PKGBUILD

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

Added: python-json-config/trunk/PKGBUILD
===
--- python-json-config/trunk/PKGBUILD   (rev 0)
+++ python-json-config/trunk/PKGBUILD   2018-08-05 14:24:09 UTC (rev 368381)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-json-config
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A convenience utility for working with JSON config files with file 
syncing"
+url="https://github.com/bionikspoon/json_config;
+license=('MIT')
+arch=('any')
+depends=('python-future')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-mock' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bionikspoon/json_config/archive/$pkgver.tar.gz;)
+sha512sums=('54ad91e3ad8ba73dfb9e5180f7211646d4d24029688874d6db0de5a583515fa6a09b06156d2e4375159327bafaee622e68686a245af25dbebff5348e76a5562b')
+
+build() {
+  cd json_config-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd json_config-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd json_config-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: python-json-config/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-08-05 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 14:24:27
  Author: felixonmars
Revision: 368382

archrelease: copy trunk to community-testing-any

Added:
  python-json-config/repos/community-testing-any/
  python-json-config/repos/community-testing-any/PKGBUILD
(from rev 368381, python-json-config/trunk/PKGBUILD)

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

Copied: python-json-config/repos/community-testing-any/PKGBUILD (from rev 
368381, python-json-config/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-08-05 14:24:27 UTC (rev 368382)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-json-config
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A convenience utility for working with JSON config files with file 
syncing"
+url="https://github.com/bionikspoon/json_config;
+license=('MIT')
+arch=('any')
+depends=('python-future')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-mock' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bionikspoon/json_config/archive/$pkgver.tar.gz;)
+sha512sums=('54ad91e3ad8ba73dfb9e5180f7211646d4d24029688874d6db0de5a583515fa6a09b06156d2e4375159327bafaee622e68686a245af25dbebff5348e76a5562b')
+
+build() {
+  cd json_config-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd json_config-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd json_config-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-08-05 Thread Johannes Löthberg via arch-commits
Date: Sunday, August 5, 2018 @ 14:03:17
  Author: demize
Revision: 368380

archrelease: copy trunk to community-any

Added:
  elixir/repos/community-any/PKGBUILD
(from rev 368379, elixir/trunk/PKGBUILD)
Deleted:
  elixir/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 14:03:13 UTC (rev 368379)
+++ PKGBUILD2018-08-05 14:03:17 UTC (rev 368380)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Gilbert Kennen 
-
-pkgname=elixir
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
-url="http://elixir-lang.org;
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang-nox-20')
-checkdepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
-sha256sums=('527af54775401cc5074ea698b9b6a6d67c5103056d2949638c101bc6f233e954')
-
-build() {
-  cd elixir-"$pkgver"
-  make
-}
-
-check() {
-  cd elixir-"$pkgver"
-  make test_erlang
-}
-
-package() {
-  cd elixir-"$pkgver"
-  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: elixir/repos/community-any/PKGBUILD (from rev 368379, 
elixir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 14:03:17 UTC (rev 368380)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="http://elixir-lang.org;
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+checkdepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
+sha256sums=('3258eca6b5caa5e98b67dd033f9eb1b0b7ecbdb7b0f07c111b704700962e64cc')
+
+build() {
+  cd elixir-"$pkgver"
+  make
+}
+
+check() {
+  cd elixir-"$pkgver"
+  make test_erlang
+}
+
+package() {
+  cd elixir-"$pkgver"
+  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2018-08-05 Thread Johannes Löthberg via arch-commits
Date: Sunday, August 5, 2018 @ 14:03:13
  Author: demize
Revision: 368379

upgpkg: elixir 1.7.2-1

Modified:
  elixir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 14:02:36 UTC (rev 368378)
+++ PKGBUILD2018-08-05 14:03:13 UTC (rev 368379)
@@ -4,7 +4,7 @@
 # Contributor: Gilbert Kennen 
 
 pkgname=elixir
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="http://elixir-lang.org;
@@ -13,7 +13,7 @@
 depends=('erlang-nox')
 checkdepends=('git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
-sha256sums=('527af54775401cc5074ea698b9b6a6d67c5103056d2949638c101bc6f233e954')
+sha256sums=('3258eca6b5caa5e98b67dd033f9eb1b0b7ecbdb7b0f07c111b704700962e64cc')
 
 build() {
   cd elixir-"$pkgver"


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

2018-08-05 Thread Johannes Löthberg via arch-commits
Date: Sunday, August 5, 2018 @ 14:02:30
  Author: demize
Revision: 368377

upgpkg: go-ipfs 0.4.17-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 12:02:23 UTC (rev 368376)
+++ PKGBUILD2018-08-05 14:02:30 UTC (rev 368377)
@@ -6,7 +6,7 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.4.16
+pkgver=0.4.17
 pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
@@ -21,7 +21,7 @@
 
source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
 ipfs.service
 ipfs@.service)
-sha512sums=('df804f2126578936fbb9b20c43dd3971fb879794ceb28eafe757cbc9d481da82010b3813cb3ab45b9eab46e0f78d39787e5595bbee95fc6684b98d3a8ee5d6b6'
+sha512sums=('ba7cb11459bbe2ec13242e6b489327779ea3273ead5575be5f5a908b24c6f6137a6f519bfea5053e2fafea411673778a8bba6ff02ecaf4e5648329598102e447'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
 
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
 


  1   2   >