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

2019-07-07 Thread Laurent Carlier via arch-commits
Date: Monday, July 8, 2019 @ 05:01:29
  Author: lcarlier
Revision: 487674

archrelease: copy trunk to community-x86_64

Added:
  openttd/repos/community-x86_64/PKGBUILD
(from rev 487673, openttd/trunk/PKGBUILD)
Deleted:
  openttd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 05:01:24 UTC (rev 487673)
+++ PKGBUILD2019-07-08 05:01:29 UTC (rev 487674)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta 
-
-pkgname=openttd
-pkgver=1.9.1
-pkgrel=2
-pkgdesc='An engine for running Transport Tycoon Deluxe.'
-arch=('x86_64')
-url='https://www.openttd.org'
-license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz' 'fluidsynth')
-optdepends=('openttd-opengfx: free graphics' 
-'openttd-opensfx: free soundset')
-source=("https://proxy.binaries.openttd.org/openttd-releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('ff8158c1ddffebdb807fea8057c038fce1171e544fe11523e2ea70febe3711e5')
-
-build() {
-  cd ${pkgname}-${pkgver} 
-
-  # http://site.icu-project.org/download/61#TOC-Migration-Issues
-  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
- ./configure \
---prefix-dir=/usr \
---binary-name=${pkgname} \
---binary-dir=bin \
---data-dir=share/${pkgname} \
---install-dir="${pkgdir}" \
---doc-dir=share/doc/${pkgname} \
---with-fluidsynth \
---menu-name="OpenTTD"
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
-  make install
-}

Copied: openttd/repos/community-x86_64/PKGBUILD (from rev 487673, 
openttd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 05:01:29 UTC (rev 487674)
@@ -0,0 +1,39 @@
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('x86_64')
+url='https://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz' 'fluidsynth')
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("https://proxy.binaries.openttd.org/openttd-releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('f9ff8c255145a1dd617798a9413179cc740a0cc91709455990880a15eeb7564a')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir="${pkgdir}" \
+--doc-dir=share/doc/${pkgname} \
+--with-fluidsynth \
+--menu-name="OpenTTD"
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}


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

2019-07-07 Thread Laurent Carlier via arch-commits
Date: Monday, July 8, 2019 @ 05:01:24
  Author: lcarlier
Revision: 487673

upgpkg: openttd 1.9.2-1

upstream update 1.9.2

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 03:17:17 UTC (rev 487672)
+++ PKGBUILD2019-07-08 05:01:24 UTC (rev 487673)
@@ -1,8 +1,8 @@
 # Maintainer: Vesa Kaihlavirta 
 
 pkgname=openttd
-pkgver=1.9.1
-pkgrel=2
+pkgver=1.9.2
+pkgrel=1
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('x86_64')
 url='https://www.openttd.org'
@@ -11,7 +11,7 @@
 optdepends=('openttd-opengfx: free graphics' 
 'openttd-opensfx: free soundset')
 
source=("https://proxy.binaries.openttd.org/openttd-releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('ff8158c1ddffebdb807fea8057c038fce1171e544fe11523e2ea70febe3711e5')
+sha256sums=('f9ff8c255145a1dd617798a9413179cc740a0cc91709455990880a15eeb7564a')
 
 build() {
   cd ${pkgname}-${pkgver} 


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

2019-07-07 Thread Kyle Keen via arch-commits
Date: Monday, July 8, 2019 @ 03:17:05
  Author: kkeen
Revision: 487671

upgpkg: ipython 7.6.1-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 02:54:53 UTC (rev 487670)
+++ PKGBUILD2019-07-08 03:17:05 UTC (rev 487671)
@@ -5,7 +5,7 @@
 # Contributor : Douglas Soares de Andrade 
 
 pkgname=ipython
-pkgver=7.5.0
+pkgver=7.6.1
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -23,7 +23,7 @@
 
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
 
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz;
 
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('bbe8b16e0b615bcdb02e6ae7b6231d35'
+md5sums=('5357343e6ce1ca60e3f6f82dc727631f'
  'f9c1fab00fd981be588fc32759f474e3'
  '87ce0c7839808e6a3427d57df6a792e7'
  '2901d65f1b1fe354e72850085cd1c072')


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

2019-07-07 Thread Kyle Keen via arch-commits
Date: Monday, July 8, 2019 @ 03:17:17
  Author: kkeen
Revision: 487672

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 487671, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 03:17:05 UTC (rev 487671)
+++ PKGBUILD2019-07-08 03:17:17 UTC (rev 487672)
@@ -1,59 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor : Douglas Soares de Andrade 
-
-pkgname=ipython
-pkgver=7.5.0
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="https://ipython.org;
-license=('BSD')
-depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
- 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
- 'python-jedi' 'python-pygments')
-makedepends=('python-setuptools')
-optdepends=("python-nose: for IPython's test suite")
-
-# new optional thing: ipyparallel
-
-source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
-
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
-
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz;
-
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('bbe8b16e0b615bcdb02e6ae7b6231d35'
- 'f9c1fab00fd981be588fc32759f474e3'
- '87ce0c7839808e6a3427d57df6a792e7'
- '2901d65f1b1fe354e72850085cd1c072')
-
-# confirm that an update does not break sage?
-
-package() {
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/simplegeneric-0.8.1"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/backcall-0.1.0"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipython-$pkgver"
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-  # FS#47046
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
-
-  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
-}

Copied: ipython/repos/community-any/PKGBUILD (from rev 487671, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 03:17:17 UTC (rev 487672)
@@ -0,0 +1,59 @@
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+pkgname=ipython
+pkgver=7.6.1
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="https://ipython.org;
+license=('BSD')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
+ 'python-jedi' 'python-pygments')
+makedepends=('python-setuptools')
+optdepends=("python-nose: for IPython's test suite")
+
+# new optional thing: ipyparallel
+
+source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
+
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz;
+
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+md5sums=('5357343e6ce1ca60e3f6f82dc727631f'
+ 'f9c1fab00fd981be588fc32759f474e3'
+ '87ce0c7839808e6a3427d57df6a792e7'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# confirm that an update does not break sage?
+
+package() {
+  cd "$srcdir/ipython-$pkgver"
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/simplegeneric-0.8.1"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/backcall-0.1.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython-$pkgver"
+  

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

2019-07-07 Thread Kyle Keen via arch-commits
Date: Monday, July 8, 2019 @ 02:54:53
  Author: kkeen
Revision: 487670

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 02:54:35 UTC (rev 487669)
+++ PKGBUILD2019-07-08 02:54:53 UTC (rev 487670)
@@ -1,44 +0,0 @@
-# Maintainer: Kyle Keen 
-pkgbase=python-pyzmq
-pkgname=(python-pyzmq python2-pyzmq)
-pkgver=18.0.1
-pkgrel=1
-pkgdesc="Python bindings for zeromq, written in Cython"
-arch=('x86_64')
-url="http://www.zeromq.org/bindings:python;
-license=('LGPL')
-depends=('zeromq' 'python')
-makedepends=('python' 'python2')
-checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado'
-'python-pytest' 'python2-pytest')
-#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz;)
-#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
-source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
-md5sums=('5a6ed2085bc5e96aa5513fc5cd4a819f')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
-}
-
-check() {
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py build_ext --inplace
-  python2 setup.py test
-  cd "$srcdir/pyzmq-$pkgver"
-  python3 setup.py build_ext --inplace
-  python3 setup.py test
-}
-
-package_python-pyzmq() {
-  pkgdesc="Python3 bindings for zeromq, written in Cython"
-  cd "$srcdir/pyzmq-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}
-
-package_python2-pyzmq() {
-  pkgdesc="Python2 bindings for zeromq, written in Cython"
-  depends=('zeromq' 'python2')
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=0
-}

Copied: python-pyzmq/repos/community-x86_64/PKGBUILD (from rev 487669, 
python-pyzmq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 02:54:53 UTC (rev 487670)
@@ -0,0 +1,44 @@
+# Maintainer: Kyle Keen 
+pkgbase=python-pyzmq
+pkgname=(python-pyzmq python2-pyzmq)
+pkgver=18.0.2
+pkgrel=1
+pkgdesc="Python bindings for zeromq, written in Cython"
+arch=('x86_64')
+url="http://www.zeromq.org/bindings:python;
+license=('LGPL')
+depends=('zeromq' 'python')
+makedepends=('python' 'python2')
+checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado'
+'python-pytest' 'python2-pytest')
+#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz;)
+#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
+md5sums=('1bcdc3a18c99875e01a24735dc168b8d')
+
+prepare() {
+  cd "$srcdir"
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+}
+
+check() {
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+}
+
+package_python-pyzmq() {
+  pkgdesc="Python3 bindings for zeromq, written in Cython"
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python2-pyzmq() {
+  pkgdesc="Python2 bindings for zeromq, written in Cython"
+  depends=('zeromq' 'python2')
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}


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

2019-07-07 Thread Kyle Keen via arch-commits
Date: Monday, July 8, 2019 @ 02:54:35
  Author: kkeen
Revision: 487669

upgpkg: python-pyzmq 18.0.2-1

Modified:
  python-pyzmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 01:36:18 UTC (rev 487668)
+++ PKGBUILD2019-07-08 02:54:35 UTC (rev 487669)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 pkgbase=python-pyzmq
 pkgname=(python-pyzmq python2-pyzmq)
-pkgver=18.0.1
+pkgver=18.0.2
 pkgrel=1
 pkgdesc="Python bindings for zeromq, written in Cython"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 #source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz;)
 
#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
 
source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
-md5sums=('5a6ed2085bc5e96aa5513fc5cd4a819f')
+md5sums=('1bcdc3a18c99875e01a24735dc168b8d')
 
 prepare() {
   cd "$srcdir"


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

2019-07-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 8, 2019 @ 01:36:18
  Author: svenstaro
Revision: 487668

archrelease: copy trunk to community-x86_64

Added:
  python-pytorch/repos/community-x86_64/PKGBUILD
(from rev 487667, python-pytorch/trunk/PKGBUILD)
Deleted:
  python-pytorch/repos/community-x86_64/PKGBUILD
  python-pytorch/repos/community-x86_64/change_default_config.patch

-+
 PKGBUILD|  316 +-
 change_default_config.patch |   28 ---
 2 files changed, 158 insertions(+), 186 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 01:36:05 UTC (rev 487667)
+++ PKGBUILD2019-07-08 01:36:18 UTC (rev 487668)
@@ -1,158 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase="python-pytorch"
-pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
-_pkgname="pytorch"
-pkgver=1.1.0
-pkgrel=7
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="https://pytorch.org;
-license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'python-numpy' 'protobuf' 'ffmpeg')
-makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda' 'cudnn' 'git')
-source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-get_pyver () {
-python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # This is the lazy way since pytorch has sooo many submodules and they keep
-  # changing them around but we've run into more problems so far doing it the
-  # manual than the lazy way. This lazy way (not explicitly specifying all
-  # submodules) will make building inefficient but for now I'll take it.
-  # It will result in the same package, don't worry.
-  git submodule update --init --recursive
-
-  cd ..
-
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda"
-
-  export CC=gcc-8
-  export CXX=g++-8
-  export VERBOSE=1
-  export PYTORCH_BUILD_VERSION="${pkgver}"
-  export PYTORCH_BUILD_NUMBER=1
-
-  # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list 
of flags that can be set via env vars.
-  export USE_MKLDNN=OFF
-  # export BUILD_CUSTOM_PROTOBUF=OFF
-  # export BUILD_SHARED_LIBS=OFF
-  export USE_FFMPEG=ON
-  export USE_GFLAGS=ON
-  export USE_GLOG=ON
-  export BUILD_BINARY=ON
-  export USE_OPENCV=ON
-  export USE_SYSTEM_NCCL=ON
-  export CUDAHOSTCXX=g++-8
-  export CUDA_HOME=/opt/cuda
-  export CUDNN_LIB_DIR=/usr/lib
-  export CUDNN_INCLUDE_DIR=/usr/include
-  export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
-  export 
TORCH_CUDA_ARCH_LIST="3.0;3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5"
-}
-
-build() {
-  echo "Building without cuda and without non-x86-64 optimizations"
-  export NO_CUDA=1
-  export WITH_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-
-
-  echo "Building without cuda and with non-x86-64 optimizations"
-  export NO_CUDA=1
-  export WITH_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-
-
-  echo "Building with cuda and without non-x86-64 optimizations"
-  export NO_CUDA=0
-  export WITH_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-cuda"
-  python setup.py build
-
-
-  echo "Building with cuda and with non-x86-64 optimizations"
-  export NO_CUDA=0
-  export WITH_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt-cuda"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-}
-
-_package() {
-  # Prevent setup.py from re-running CMake and rebuilding
-  sed -e 's/RUN_BUILD_DEPS = True/RUN_BUILD_DEPS = False/g' -i setup.py
-
-  python setup.py install --root="${pkgdir}"/ --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  pytorchpath="usr/lib/python$(get_pyver)/site-packages/torch"
-  install -d "${pkgdir}/usr/lib"
-
-  # put CMake files in correct place
-  mv "${pkgdir}/${pytorchpath}/share/cmake" "${pkgdir}/usr/lib/cmake"
-
-  # put C++ API in correct place
-  mv "${pkgdir}/${pytorchpath}/include" "${pkgdir}/usr/include"
-  mv "${pkgdir}/${pytorchpath}/lib"/*.so* "${pkgdir}/usr/lib/"
-
-  # clean up duplicates
-  # TODO: move towards direct shared library dependecy of:
-  #   c10, caffe2, libcpuinfo, CUDA RT, gloo, GTest, Intel MKL,
-  #   NVRTC, ONNX, protobuf, libthreadpool, QNNPACK
-  rm -rf "${pkgdir}/usr/include/pybind11"
-
-  # python module is hardcoded to look there at runtime
-  ln -s /usr/include "${pkgdir}/${pytorchpath}/include"
-  find "${pkgdir}"/usr/lib 

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

2019-07-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 8, 2019 @ 01:36:05
  Author: svenstaro
Revision: 487667

upgpkg: python-pytorch 1.1.0-8

Add python-future as dep (FS#63113)

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 23:14:58 UTC (rev 487666)
+++ PKGBUILD2019-07-08 01:36:05 UTC (rev 487667)
@@ -5,12 +5,12 @@
 pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
 _pkgname="pytorch"
 pkgver=1.1.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
 license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'python-numpy' 'protobuf' 'ffmpeg')
+depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'python-numpy' 'protobuf' 'ffmpeg' 'python-future')
 makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda' 'cudnn' 'git')
 
source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$pkgver;)
 sha256sums=('SKIP')


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

2019-07-07 Thread Jan Steffens via arch-commits
Date: Sunday, July 7, 2019 @ 23:48:03
  Author: heftig
Revision: 357399

1.29-1

Modified:
  libteam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 11:33:38 UTC (rev 357398)
+++ PKGBUILD2019-07-07 23:48:03 UTC (rev 357399)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libteam
-pkgver=1.28
-pkgrel=2
+pkgver=1.29
+pkgrel=1
 pkgdesc="Library for controlling team network device"
 arch=(x86_64)
 url="http://libteam.org/;
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(libnl libdaemon jansson libdbus bash zeromq)
 makedepends=(python python2 swig git doxygen graphviz)
-_commit=903950c7fcf28c32f4b62d9d1c07c0234e8378a2  # tags/v1.28
+_commit=e897f02bf2403d4859a99e090e34ea768b4c0540  # tags/v1.29
 source=("git+https://github.com/jpirko/libteam#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-07-07 Thread Jan Steffens via arch-commits
Date: Sunday, July 7, 2019 @ 23:48:11
  Author: heftig
Revision: 357400

archrelease: copy trunk to extra-x86_64

Added:
  libteam/repos/extra-x86_64/PKGBUILD
(from rev 357399, libteam/trunk/PKGBUILD)
Deleted:
  libteam/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 23:48:03 UTC (rev 357399)
+++ PKGBUILD2019-07-07 23:48:11 UTC (rev 357400)
@@ -1,62 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libteam
-pkgver=1.28
-pkgrel=2
-pkgdesc="Library for controlling team network device"
-arch=(x86_64)
-url="http://libteam.org/;
-license=(LGPL)
-depends=(libnl libdaemon jansson libdbus bash zeromq)
-makedepends=(python python2 swig git doxygen graphviz)
-_commit=903950c7fcf28c32f4b62d9d1c07c0234e8378a2  # tags/v1.28
-source=("git+https://github.com/jpirko/libteam#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make all html
-
-  cp -aT binding/python binding/python2
-  (cd binding/python;  python  ./setup.py build;)
-  (cd binding/python2; python2 ./setup.py build;)
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 teamd/redhat/systemd/teamd@.service \
-"$pkgdir/usr/lib/systemd/system/teamd@.service"
-  install -Dm644 teamd/dbus/teamd.conf \
-"$pkgdir/usr/share/dbus-1/system.d/teamd.conf"
-
-  (cd binding/python;  python  ./setup.py install --root "$pkgdir" -O1;)
-  (cd binding/python2; python2 ./setup.py install --root "$pkgdir" -O1;)
-
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
-  cp -a doc/api "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: libteam/repos/extra-x86_64/PKGBUILD (from rev 357399, 
libteam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 23:48:11 UTC (rev 357400)
@@ -0,0 +1,62 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libteam
+pkgver=1.29
+pkgrel=1
+pkgdesc="Library for controlling team network device"
+arch=(x86_64)
+url="http://libteam.org/;
+license=(LGPL)
+depends=(libnl libdaemon jansson libdbus bash zeromq)
+makedepends=(python python2 swig git doxygen graphviz)
+_commit=e897f02bf2403d4859a99e090e34ea768b4c0540  # tags/v1.29
+source=("git+https://github.com/jpirko/libteam#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --libexecdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make all html
+
+  cp -aT binding/python binding/python2
+  (cd binding/python;  python  ./setup.py build;)
+  (cd binding/python2; python2 ./setup.py build;)
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 teamd/redhat/systemd/teamd@.service \
+"$pkgdir/usr/lib/systemd/system/teamd@.service"
+  install -Dm644 teamd/dbus/teamd.conf \
+"$pkgdir/usr/share/dbus-1/system.d/teamd.conf"
+
+  (cd binding/python;  python  ./setup.py install --root "$pkgdir" -O1;)
+  (cd binding/python2; python2 ./setup.py install --root "$pkgdir" -O1;)
+
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+  cp -a doc/api "$pkgdir/usr/share/doc/$pkgname"
+}


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

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 23:14:58
  Author: dvzrv
Revision: 487666

archrelease: copy trunk to community-x86_64

Added:
  php-igbinary/repos/community-x86_64/
  php-igbinary/repos/community-x86_64/PKGBUILD
(from rev 487665, php-igbinary/trunk/PKGBUILD)

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

Copied: php-igbinary/repos/community-x86_64/PKGBUILD (from rev 487665, 
php-igbinary/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-07-07 23:14:58 UTC (rev 487666)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=igbinary
+pkgname=php-igbinary
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="A drop in replacement for the standard php serializer"
+arch=('x86_64')
+url="https://github.com/igbinary/igbinary;
+license=('BSD')
+depends=('php')
+backup=("etc/php/conf.d/${_name}.ini")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('4930670ecdc1796fa73184e8f12bf570f7b1a43cb422cede056ccd1ca28fc950b00a9418519c59a9c07e346a89153b6b105e873fcfccb1365d43d4abf98804da')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # disable the extension by default
+  sed 's/extension/;extension/g' -i "${_name}.php.ini"
+  phpize
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-igbinary
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  NO_INTERACTION=1 make -k test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make INSTALL_ROOT="$pkgdir/" install
+  install -vDm 644 "${_name}.php.ini" "${pkgdir}/etc/php/conf.d/${_name}.ini"
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {CREDITS,NEWS,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 23:14:43
  Author: dvzrv
Revision: 487665

upgpkg: php-igbinary 3.0.1-2

Adding php-igbinary 3.0.1 as dependency for php-redis.

Modified:
  php-igbinary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 23:03:54 UTC (rev 487664)
+++ PKGBUILD2019-07-07 23:14:43 UTC (rev 487665)
@@ -23,7 +23,8 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+  --enable-igbinary
   make
 }
 


[arch-commits] Commit in (4 files)

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 23:03:54
  Author: dvzrv
Revision: 487664

Adding php-igbinary as dependency for php-redis.

Added:
  php-igbinary/
  php-igbinary/repos/
  php-igbinary/trunk/
  php-igbinary/trunk/PKGBUILD

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

Added: php-igbinary/trunk/PKGBUILD
===
--- php-igbinary/trunk/PKGBUILD (rev 0)
+++ php-igbinary/trunk/PKGBUILD 2019-07-07 23:03:54 UTC (rev 487664)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=igbinary
+pkgname=php-igbinary
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="A drop in replacement for the standard php serializer"
+arch=('x86_64')
+url="https://github.com/igbinary/igbinary;
+license=('BSD')
+depends=('php')
+backup=("etc/php/conf.d/${_name}.ini")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('4930670ecdc1796fa73184e8f12bf570f7b1a43cb422cede056ccd1ca28fc950b00a9418519c59a9c07e346a89153b6b105e873fcfccb1365d43d4abf98804da')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # disable the extension by default
+  sed 's/extension/;extension/g' -i "${_name}.php.ini"
+  phpize
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  NO_INTERACTION=1 make -k test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make INSTALL_ROOT="$pkgdir/" install
+  install -vDm 644 "${_name}.php.ini" "${pkgdir}/etc/php/conf.d/${_name}.ini"
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {CREDITS,NEWS,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 23:02:23
  Author: muflone
Revision: 487663

archrelease: copy trunk to community-testing-any

Added:
  perl-gtk3/repos/community-testing-any/
  perl-gtk3/repos/community-testing-any/PKGBUILD
(from rev 487662, perl-gtk3/trunk/PKGBUILD)

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

Copied: perl-gtk3/repos/community-testing-any/PKGBUILD (from rev 487662, 
perl-gtk3/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-07-07 23:02:23 UTC (rev 487663)
@@ -0,0 +1,40 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ordoban 
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname=perl-gtk3
+_perl_module=Gtk3
+pkgver=0.035
+pkgrel=1
+pkgdesc="Perl interface to the 3.x series of the GTK+ toolkit"
+arch=('any')
+url="https://metacpan.org/release/${_perl_module};
+license=('LGPL')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+depends=('gtk3' 'perl-cairo-gobject' 'perl-glib-object-introspection')
+source=("https://cpan.metacpan.org/authors/id/X/XA/XAOC/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('8fb9d69da95b724d70793e084ea40b7d62839e1b4ce6a5bb9579a4257b2419fe')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  xvfb-run -a -s "-extension GLX -screen 0 1280x1024x24" make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 23:02:14
  Author: muflone
Revision: 487662

upgpkg: perl-gtk3 0.035-1

Modified:
  perl-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 22:58:05 UTC (rev 487661)
+++ PKGBUILD2019-07-07 23:02:14 UTC (rev 487662)
@@ -4,8 +4,8 @@
 
 pkgname=perl-gtk3
 _perl_module=Gtk3
-pkgver=0.033
-pkgrel=2
+pkgver=0.035
+pkgrel=1
 pkgdesc="Perl interface to the 3.x series of the GTK+ toolkit"
 arch=('any')
 url="https://metacpan.org/release/${_perl_module};
@@ -13,7 +13,7 @@
 checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
 depends=('gtk3' 'perl-cairo-gobject' 'perl-glib-object-introspection')
 
source=("https://cpan.metacpan.org/authors/id/X/XA/XAOC/${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('e18c9c4d860cf29c9b0fe9d2e2c6d342646c179f4dd7d787b3d0183932e10e93')
+sha256sums=('8fb9d69da95b724d70793e084ea40b7d62839e1b4ce6a5bb9579a4257b2419fe')
 options=('!emptydirs')
 
 build() {


[arch-commits] Commit in spyder/repos/community-any (12 files)

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:58:05
  Author: muflone
Revision: 487661

archrelease: copy trunk to community-any

Added:
  spyder/repos/community-any/PKGBUILD
(from rev 487660, spyder/trunk/PKGBUILD)
  spyder/repos/community-any/bug_51437_spyder2.patch
(from rev 487660, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-any/bug_53489_python2-optional-nbconvert.patch
(from rev 487660, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 487660, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-any/python2.patch
(from rev 487660, spyder/trunk/python2.patch)
  spyder/repos/community-any/spyder2.install
(from rev 487660, spyder/trunk/spyder2.install)
Deleted:
  spyder/repos/community-any/PKGBUILD
  spyder/repos/community-any/bug_51437_spyder2.patch
  spyder/repos/community-any/bug_53489_python2-optional-nbconvert.patch
  spyder/repos/community-any/bug_54508_missing_pyqt4_qtwebkit.patch
  spyder/repos/community-any/python2.patch
  spyder/repos/community-any/spyder2.install

+
 PKGBUILD   |  224 +--
 bug_51437_spyder2.patch|   96 +--
 bug_53489_python2-optional-nbconvert.patch |   24 +-
 bug_54508_missing_pyqt4_qtwebkit.patch |   48 ++---
 python2.patch  |   34 ++--
 spyder2.install|   16 -
 6 files changed, 221 insertions(+), 221 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 22:57:46 UTC (rev 487660)
+++ PKGBUILD2019-07-07 22:58:05 UTC (rev 487661)
@@ -1,112 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder2' 'spyder3')
-pkgver=3.3.4
-pkgrel=1
-pkgdesc='The Scientific Python Development Environment'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx'
- 'desktop-file-utils')
-arch=('any')
-url='https://www.spyder-ide.org/'
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-"python2.patch"
-"bug_53489_python2-optional-nbconvert.patch"
-"bug_54508_missing_pyqt4_qtwebkit.patch"
-"bug_51437_spyder2.patch")
-sha256sums=('7441c267076251cdb9c205cbd1a25155be5686ff2c2192bd522650c057a6c92a'
-'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
-'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
-'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'bc94729fcf378ff1fa4ed028c4f3092acab1a098f608a121af5f8801772c28a0')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
-  echo "Applying patches bug_54508_missing_pyqt4_qtwebkit.patch"
-  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
-  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
-  echo "Applying patches bug_51437_spyder2.patch"
-  patch -p1 -i "../bug_51437_spyder2.patch"
-  mv "img_src/spyder.png" "img_src/spyder2.png"
-  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
-
-  # Prepare sources for spyder2 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
-  cd "${srcdir}/spyder2-${pkgver}"
-  echo "Applying patches python2.patch"
-  patch -p1 -i "../python2.patch"
-  echo "Applying patches bug_53489_python2-optional-nbconvert.patch"
-  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
-
-  # Prepare sources for spyder3 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/spyder2-${pkgver}"
-  python2 setup.py build
-
-  cd "${srcdir}/spyder3-${pkgver}"
-  python3 setup.py build
-}
-
-package_spyder2() {
-  pkgdesc='The Scientific Python Development Environment (Python 2 version)'
-  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
-   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
-   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'python2-opengl' 'python2-spyder-kernels<1.0' 'icu' 
'gtk-update-icon-cache'
-   'desktop-file-utils')
-  provides=('spyder')
-  conflicts=('spyder')
-  replaces=('spyder')
-  optdepends=('python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-pandas: view 

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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:57:46
  Author: muflone
Revision: 487660

upgpkg: spyder 3.3.5-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 22:51:53 UTC (rev 487659)
+++ PKGBUILD2019-07-07 22:57:46 UTC (rev 487660)
@@ -4,7 +4,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 pkgdesc='The Scientific Python Development Environment'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx'
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('7441c267076251cdb9c205cbd1a25155be5686ff2c2192bd522650c057a6c92a'
+sha256sums=('b0a58831f6881dad278a584b3774d3ced9c1060e85c277b16b97052509444336'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:51:53
  Author: muflone
Revision: 487659

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 22:51:43 UTC (rev 487658)
+++ PKGBUILD2019-07-07 22:51:53 UTC (rev 487659)
@@ -1,46 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Chris Warrick 
-
-pkgbase=python-cloudpickle
-pkgname=('python-cloudpickle' 'python2-cloudpickle')
-_pyname=cloudpickle
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Extended pickling support for Python objects'
-arch=('any')
-url='https://github.com/cloudpipe/cloudpickle'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
-sha256sums=('3ea6fd33b7521855a97819b3d645f92d51c8763d3ab5df35197cd8e96c19ba6f')
-
-prepare() {
-  # Prepare sources for python2 build
-  cp -r "${_pyname}-${pkgver}" "python2-${_pyname}-${pkgver}"
-}
-
-build() {
-  cd "${_pyname}-${pkgver}"
-  python3 setup.py build
-
-  cd "${srcdir}/python2-${_pyname}-${pkgver}"
-  python2 setup.py build
-}
-
-package_python-cloudpickle() {
-  depends=('python-setuptools')
-
-  cd "${_pyname}-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-cloudpickle() {
-  depends=('python2-setuptools')
-
-  cd "python2-${_pyname}-${pkgver}"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-cloudpickle/repos/community-any/PKGBUILD (from rev 487658, 
python-cloudpickle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 22:51:53 UTC (rev 487659)
@@ -0,0 +1,46 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Chris Warrick 
+
+pkgbase=python-cloudpickle
+pkgname=('python-cloudpickle' 'python2-cloudpickle')
+_pyname=cloudpickle
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Extended pickling support for Python objects'
+arch=('any')
+url='https://github.com/cloudpipe/cloudpickle'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
+sha256sums=('603244e0f552b72a267d47a7d9b347b27a3430f58a0536037a290e7e0e212ecf')
+
+prepare() {
+  # Prepare sources for python2 build
+  cp -r "${_pyname}-${pkgver}" "python2-${_pyname}-${pkgver}"
+}
+
+build() {
+  cd "${_pyname}-${pkgver}"
+  python3 setup.py build
+
+  cd "${srcdir}/python2-${_pyname}-${pkgver}"
+  python2 setup.py build
+}
+
+package_python-cloudpickle() {
+  depends=('python-setuptools')
+
+  cd "${_pyname}-${pkgver}"
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-cloudpickle() {
+  depends=('python2-setuptools')
+
+  cd "python2-${_pyname}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:51:43
  Author: muflone
Revision: 487658

upgpkg: python-cloudpickle 1.2.1-1

Modified:
  python-cloudpickle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 22:48:34 UTC (rev 487657)
+++ PKGBUILD2019-07-07 22:51:43 UTC (rev 487658)
@@ -4,7 +4,7 @@
 pkgbase=python-cloudpickle
 pkgname=('python-cloudpickle' 'python2-cloudpickle')
 _pyname=cloudpickle
-pkgver=0.8.1
+pkgver=1.2.1
 pkgrel=1
 pkgdesc='Extended pickling support for Python objects'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 
source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
-sha256sums=('3ea6fd33b7521855a97819b3d645f92d51c8763d3ab5df35197cd8e96c19ba6f')
+sha256sums=('603244e0f552b72a267d47a7d9b347b27a3430f58a0536037a290e7e0e212ecf')
 
 prepare() {
   # Prepare sources for python2 build


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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:48:24
  Author: muflone
Revision: 487656

upgpkg: python-qtpy 1.8.0-1

Modified:
  python-qtpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 22:45:34 UTC (rev 487655)
+++ PKGBUILD2019-07-07 22:48:24 UTC (rev 487656)
@@ -3,7 +3,7 @@
 pkgbase='python-qtpy'
 _pkgbase='qtpy'
 pkgname=('python-qtpy' 'python2-qtpy')
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
 makedepends=('python' 'python-setuptools'
@@ -12,7 +12,7 @@
 url="https://github.com/spyder-ide/${_pkgbase}/;
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('2998cb5a2148ecfbb9d9ecba7acaefe701808655a38ad644e942f159a6bcfb79')
+sha256sums=('f4d5bdeeac2a859ecaf72b52ed6502f00946e255d635911866efa8cbab95238d')
 
 prepare() {
   # Prepare sources for Python 2.x


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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:48:34
  Author: muflone
Revision: 487657

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 22:48:24 UTC (rev 487656)
+++ PKGBUILD2019-07-07 22:48:34 UTC (rev 487657)
@@ -1,55 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgbase='python-qtpy'
-_pkgbase='qtpy'
-pkgname=('python-qtpy' 'python2-qtpy')
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-arch=('any')
-url="https://github.com/spyder-ide/${_pkgbase}/;
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('2998cb5a2148ecfbb9d9ecba7acaefe701808655a38ad644e942f159a6bcfb79')
-
-prepare() {
-  # Prepare sources for Python 2.x
-  cp -r "${_pkgbase}-${pkgver}" "python2-${_pkgbase}-${pkgver}"
-  # Fix Python 2.x shebang
-  cd "python2-${_pkgbase}-${pkgver}"
-  sed -i 's@^#!.*python$@#!/usr/bin/env python2@' 
"${_pkgbase}/tests/runtests.py"
-}
-
-build() {
-  cd "${_pkgbase}-${pkgver}"
-  python2 setup.py build
-
-  cd "${srcdir}/python2-${_pkgbase}-${pkgver}"
-  python setup.py build
-}
-
-package_python2-qtpy() {
-  depends=('python2')
-  optdepends=('python2-pyqt5: Qt5 Python bindings'
-  'python2-pyqtwebengine: Qt5-WebEngine python bindings'
-  'python2-pyside2: PySide Qt5 Python bindings')
-
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-qtpy() {
-  depends=('python')
-  optdepends=('python-pyqt5: Qt5 Python bindings'
-  'python-pyqtwebengine: Qt5-WebEngine python bindings'
-  'python-pyside2: PySide Qt5 Python bindings')
-
-  cd "${_pkgbase}-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-qtpy/repos/community-any/PKGBUILD (from rev 487656, 
python-qtpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 22:48:34 UTC (rev 487657)
@@ -0,0 +1,55 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtpy'
+_pkgbase='qtpy'
+pkgname=('python-qtpy' 'python2-qtpy')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
+sha256sums=('f4d5bdeeac2a859ecaf72b52ed6502f00946e255d635911866efa8cbab95238d')
+
+prepare() {
+  # Prepare sources for Python 2.x
+  cp -r "${_pkgbase}-${pkgver}" "python2-${_pkgbase}-${pkgver}"
+  # Fix Python 2.x shebang
+  cd "python2-${_pkgbase}-${pkgver}"
+  sed -i 's@^#!.*python$@#!/usr/bin/env python2@' 
"${_pkgbase}/tests/runtests.py"
+}
+
+build() {
+  cd "${_pkgbase}-${pkgver}"
+  python2 setup.py build
+
+  cd "${srcdir}/python2-${_pkgbase}-${pkgver}"
+  python setup.py build
+}
+
+package_python2-qtpy() {
+  depends=('python2')
+  optdepends=('python2-pyqt5: Qt5 Python bindings'
+  'python2-pyqtwebengine: Qt5-WebEngine python bindings'
+  'python2-pyside2: PySide Qt5 Python bindings')
+
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtpy() {
+  depends=('python')
+  optdepends=('python-pyqt5: Qt5 Python bindings'
+  'python-pyqtwebengine: Qt5-WebEngine python bindings'
+  'python-pyside2: PySide Qt5 Python bindings')
+
+  cd "${_pkgbase}-${pkgver}"
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:45:23
  Author: muflone
Revision: 487654

upgpkg: gscan2pdf 2.5.4-1

Modified:
  gscan2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 22:43:59 UTC (rev 487653)
+++ PKGBUILD2019-07-07 22:45:23 UTC (rev 487654)
@@ -6,7 +6,7 @@
 # Contributor: Olaf Leidinger 
 
 pkgname=gscan2pdf
-pkgver=2.5.3
+pkgver=2.5.4
 pkgrel=1
 pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
 arch=('any')
@@ -24,7 +24,7 @@
 'tesseract: OCR support'
 'cuneiform: OCR support')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('dc5f8850895cc8a808d7ca3bfaed8c34f690b2353bd98d1e20923bf7c609f44b')
+sha256sums=('d1e876c304fc39e4c3f9a95ce2ea0d7328a0043136f1d52b1f261a38f76ab096')
 options=('!emptydirs')
 
 build() {


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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:45:34
  Author: muflone
Revision: 487655

archrelease: copy trunk to community-any

Added:
  gscan2pdf/repos/community-any/PKGBUILD
(from rev 487654, gscan2pdf/trunk/PKGBUILD)
Deleted:
  gscan2pdf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 22:45:23 UTC (rev 487654)
+++ PKGBUILD2019-07-07 22:45:34 UTC (rev 487655)
@@ -1,47 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Tristelune  
-# Contributor: LeCrayonVert 
-# Contributor: yugrotavele 
-# Contributor: Sven Salzwedel 
-# Contributor: Olaf Leidinger 
-
-pkgname=gscan2pdf
-pkgver=2.5.3
-pkgrel=1
-pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
-arch=('any')
-url='http://gscan2pdf.sourceforge.net/'
-license=('GPL')
-depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
- 'perl-gtk3-simplelist' 'perl-data-uuid'
- 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
- 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
- 'perl-proc-processtable' 'perl-readonly' 'perl-image-sane' 
'perl-set-intspan'
- 'perl-try-tiny' 'unpaper')
-optdepends=('djvulibre: DjVu image format'
-'gocr: OCR support'
-'xdg-utils: email as PDF'
-'tesseract: OCR support'
-'cuneiform: OCR support')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('dc5f8850895cc8a808d7ca3bfaed8c34f690b2353bd98d1e20923bf7c609f44b')
-options=('!emptydirs')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: gscan2pdf/repos/community-any/PKGBUILD (from rev 487654, 
gscan2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 22:45:34 UTC (rev 487655)
@@ -0,0 +1,47 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Tristelune  
+# Contributor: LeCrayonVert 
+# Contributor: yugrotavele 
+# Contributor: Sven Salzwedel 
+# Contributor: Olaf Leidinger 
+
+pkgname=gscan2pdf
+pkgver=2.5.4
+pkgrel=1
+pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
+arch=('any')
+url='http://gscan2pdf.sourceforge.net/'
+license=('GPL')
+depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
+ 'perl-gtk3-simplelist' 'perl-data-uuid'
+ 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
+ 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
+ 'perl-proc-processtable' 'perl-readonly' 'perl-image-sane' 
'perl-set-intspan'
+ 'perl-try-tiny' 'unpaper')
+optdepends=('djvulibre: DjVu image format'
+'gocr: OCR support'
+'xdg-utils: email as PDF'
+'tesseract: OCR support'
+'cuneiform: OCR support')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('d1e876c304fc39e4c3f9a95ce2ea0d7328a0043136f1d52b1f261a38f76ab096')
+options=('!emptydirs')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}


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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:43:59
  Author: muflone
Revision: 487653

archrelease: copy trunk to community-any

Added:
  gscan2pdf/repos/community-any/PKGBUILD
(from rev 487652, gscan2pdf/trunk/PKGBUILD)
Deleted:
  gscan2pdf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 22:43:19 UTC (rev 487652)
+++ PKGBUILD2019-07-07 22:43:59 UTC (rev 487653)
@@ -1,47 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Tristelune  
-# Contributor: LeCrayonVert 
-# Contributor: yugrotavele 
-# Contributor: Sven Salzwedel 
-# Contributor: Olaf Leidinger 
-
-pkgname=gscan2pdf
-pkgver=2.5.1
-pkgrel=2
-pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
-arch=('any')
-url='http://gscan2pdf.sourceforge.net/'
-license=('GPL')
-depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
- 'perl-gtk3-simplelist' 'perl-data-uuid'
- 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
- 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
- 'perl-proc-processtable' 'perl-readonly' 'perl-image-sane' 
'perl-set-intspan'
- 'perl-try-tiny' 'unpaper')
-optdepends=('djvulibre: DjVu image format'
-'gocr: OCR support'
-'xdg-utils: email as PDF'
-'tesseract: OCR support'
-'cuneiform: OCR support')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e5f1e20d1dd1db062dee6ee30b99d4ce53d7496f231bf5d15aa4c0625e39245f')
-options=('!emptydirs')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: gscan2pdf/repos/community-any/PKGBUILD (from rev 487652, 
gscan2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 22:43:59 UTC (rev 487653)
@@ -0,0 +1,47 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Tristelune  
+# Contributor: LeCrayonVert 
+# Contributor: yugrotavele 
+# Contributor: Sven Salzwedel 
+# Contributor: Olaf Leidinger 
+
+pkgname=gscan2pdf
+pkgver=2.5.3
+pkgrel=1
+pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
+arch=('any')
+url='http://gscan2pdf.sourceforge.net/'
+license=('GPL')
+depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
+ 'perl-gtk3-simplelist' 'perl-data-uuid'
+ 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
+ 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
+ 'perl-proc-processtable' 'perl-readonly' 'perl-image-sane' 
'perl-set-intspan'
+ 'perl-try-tiny' 'unpaper')
+optdepends=('djvulibre: DjVu image format'
+'gocr: OCR support'
+'xdg-utils: email as PDF'
+'tesseract: OCR support'
+'cuneiform: OCR support')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('dc5f8850895cc8a808d7ca3bfaed8c34f690b2353bd98d1e20923bf7c609f44b')
+options=('!emptydirs')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}


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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:43:19
  Author: muflone
Revision: 487652

upgpkg: gscan2pdf 2.5.3-1

Modified:
  gscan2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 19:32:37 UTC (rev 487651)
+++ PKGBUILD2019-07-07 22:43:19 UTC (rev 487652)
@@ -6,8 +6,8 @@
 # Contributor: Olaf Leidinger 
 
 pkgname=gscan2pdf
-pkgver=2.5.1
-pkgrel=2
+pkgver=2.5.3
+pkgrel=1
 pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
 arch=('any')
 url='http://gscan2pdf.sourceforge.net/'
@@ -24,7 +24,7 @@
 'tesseract: OCR support'
 'cuneiform: OCR support')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e5f1e20d1dd1db062dee6ee30b99d4ce53d7496f231bf5d15aa4c0625e39245f')
+sha256sums=('dc5f8850895cc8a808d7ca3bfaed8c34f690b2353bd98d1e20923bf7c609f44b')
 options=('!emptydirs')
 
 build() {


[arch-commits] Commit in tesseract/trunk (PKGBUILD fix_man_page_html.patch)

2019-07-07 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 7, 2019 @ 19:32:27
  Author: jelle
Revision: 487650

upgpkg: tesseract 4.1.0-1

Upstream update

Modified:
  tesseract/trunk/PKGBUILD
Deleted:
  tesseract/trunk/fix_man_page_html.patch

-+
 PKGBUILD|   17 +
 fix_man_page_html.patch |   11 ---
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 19:08:37 UTC (rev 487649)
+++ PKGBUILD2019-07-07 19:32:27 UTC (rev 487650)
@@ -7,8 +7,8 @@
 spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
 
 pkgname=tesseract
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc="An OCR program"
 arch=(x86_64)
 url="https://github.com/tesseract-ocr/tesseract;
@@ -19,17 +19,10 @@
 optdepends=('icu' 'cairo' 'pango'
$(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
 
source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
-
https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata
-fix_man_page_html.patch)
-sha256sums=('a1f5422ca49a32e5f35c54dee5112b11b99928fc9f4ee6695cdc6768d69f61dd'
-'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff'
-'d5fa9a8605afa775255404acb882471f894dc0d4de87eb8333fd155d649b7235')
+
https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata)
+sha256sums=('5c5ed5f1a76888dc57a83704f24ae02f8319849f5c4cf19d254296978a1a1961'
+'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff')
 
-prepare() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  patch -Np0 -i "${srcdir}/fix_man_page_html.patch"
-}
-
 build() {
   cd "$srcdir"/$pkgname-${pkgver}
   [ -x configure ] || ./autogen.sh

Deleted: fix_man_page_html.patch
===
--- fix_man_page_html.patch 2019-07-07 19:08:37 UTC (rev 487649)
+++ fix_man_page_html.patch 2019-07-07 19:32:27 UTC (rev 487650)
@@ -1,11 +0,0 @@
 doc/Makefile.am2018-11-04 17:53:43.979198215 +0100
-+++ doc/Makefile.am2018-11-04 17:54:07.849192304 +0100
-@@ -36,7 +36,7 @@
- html: $(patsubst %,%.html,$(man_MANS))
- 
- %: %.asc
--  $(asciidoc) -o $@ $<
-+  a2x --doctype manpage --format manpage $<
- 
- %.html: %.asc
-   asciidoc -b html5 -o $@ $<


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

2019-07-07 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 7, 2019 @ 19:32:37
  Author: jelle
Revision: 487651

archrelease: copy trunk to community-x86_64

Added:
  tesseract/repos/community-x86_64/PKGBUILD
(from rev 487650, tesseract/trunk/PKGBUILD)
  tesseract/repos/community-x86_64/tesseract.install
(from rev 487650, tesseract/trunk/tesseract.install)
Deleted:
  tesseract/repos/community-x86_64/PKGBUILD
  tesseract/repos/community-x86_64/fix_man_page_html.patch
  tesseract/repos/community-x86_64/tesseract.install

-+
 PKGBUILD|   87 +-
 fix_man_page_html.patch |   11 -
 tesseract.install   |   14 +++
 3 files changed, 47 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 19:32:27 UTC (rev 487650)
+++ PKGBUILD2019-07-07 19:32:37 UTC (rev 487651)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Hauser 
-
-_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell eng enm
-epo equ est eus fin fra frk frm glg grc heb hin hrv hun ind isl ita ita_old
-jpn kan kor lav lit mal mkd mlt msa nld nor pol por ron rus slk slv spa
-spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
-
-pkgname=tesseract
-pkgver=4.0.0
-pkgrel=2
-pkgdesc="An OCR program"
-arch=(x86_64)
-url="https://github.com/tesseract-ocr/tesseract;
-license=("APACHE")
-depends=(libpng libtiff libjpeg-turbo zlib giflib gcc-libs leptonica)
-makedepends=(icu cairo pango asciidoc)
-install=tesseract.install
-optdepends=('icu' 'cairo' 'pango'
-   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
-source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
-
https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata
-fix_man_page_html.patch)
-sha256sums=('a1f5422ca49a32e5f35c54dee5112b11b99928fc9f4ee6695cdc6768d69f61dd'
-'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff'
-'d5fa9a8605afa775255404acb882471f894dc0d4de87eb8333fd155d649b7235')
-
-prepare() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  patch -Np0 -i "${srcdir}/fix_man_page_html.patch"
-}
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  [ -x configure ] || ./autogen.sh
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-  make training
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" training-install
-  mkdir -p "$pkgdir"/usr/share/tessdata
-  install -Dm0644 "$srcdir"/osd.traineddata 
"$pkgdir"/usr/share/tessdata/osd.traineddata
-}

Copied: tesseract/repos/community-x86_64/PKGBUILD (from rev 487650, 
tesseract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 19:32:37 UTC (rev 487651)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell eng enm
+epo equ est eus fin fra frk frm glg grc heb hin hrv hun ind isl ita ita_old
+jpn kan kor lav lit mal mkd mlt msa nld nor pol por ron rus slk slv spa
+spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="An OCR program"
+arch=(x86_64)
+url="https://github.com/tesseract-ocr/tesseract;
+license=("APACHE")
+depends=(libpng libtiff libjpeg-turbo zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango asciidoc)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+
https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata)
+sha256sums=('5c5ed5f1a76888dc57a83704f24ae02f8319849f5c4cf19d254296978a1a1961'
+'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  [ -x configure ] || ./autogen.sh
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" training-install
+  mkdir -p "$pkgdir"/usr/share/tessdata
+  install -Dm0644 "$srcdir"/osd.traineddata 
"$pkgdir"/usr/share/tessdata/osd.traineddata
+}

Deleted: fix_man_page_html.patch
===
--- fix_man_page_html.patch 2019-07-07 19:32:27 UTC (rev 487650)
+++ fix_man_page_html.patch 2019-07-07 19:32:37 UTC (rev 487651)
@@ -1,11 +0,0 @@
 doc/Makefile.am2018-11-04 17:53:43.979198215 +0100
-+++ doc/Makefile.am2018-11-04 17:54:07.849192304 +0100
-@@ -36,7 +36,7 @@
- html: $(patsubst 

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

2019-07-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, July 7, 2019 @ 19:08:37
  Author: yan12125
Revision: 487649

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 487648, nvchecker/trunk/PKGBUILD)
  nvchecker/repos/community-any/fix-tests.patch
(from rev 487648, nvchecker/trunk/fix-tests.patch)
Deleted:
  nvchecker/repos/community-any/PKGBUILD
  nvchecker/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   86 +++---
 fix-tests.patch |   34 ++---
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 19:08:12 UTC (rev 487648)
+++ PKGBUILD2019-07-07 19:08:37 UTC (rev 487649)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=nvchecker
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="New version checker for software releases"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker;
-license=('MIT')
-depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-flaky')
-optdepends=(
-  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;
-'fix-tests.patch')
-sha512sums=('5fb95901641953a093a8d6c10d5b72ad9982dc8cc6161e769b30a861e4057100b861dbe9ae26c288b4fa1126b261f34c82afeb0052670429c1b7f97d1b2cf6ff'
-
'398dd6d080bdd4d50905a32012fb33fb3d057d4e655a5a908c3ddf0f9f944a55ab5b20fd0545cb2b3e2d9ff2325c596cad8116012e6a281ca01414ead66be92e')
-
-prepare() {
-  cd nvchecker-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd nvchecker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nvchecker-$pkgver
-  # Debian API appears broken
-  pytest -k 'not test_debianpkg'
-}
-
-package() {
-  cd nvchecker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 487648, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 19:08:37 UTC (rev 487649)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="New version checker for software releases"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker;
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-flaky')
+optdepends=(
+  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;
+'fix-tests.patch')
+sha512sums=('5fb95901641953a093a8d6c10d5b72ad9982dc8cc6161e769b30a861e4057100b861dbe9ae26c288b4fa1126b261f34c82afeb0052670429c1b7f97d1b2cf6ff'
+
'398dd6d080bdd4d50905a32012fb33fb3d057d4e655a5a908c3ddf0f9f944a55ab5b20fd0545cb2b3e2d9ff2325c596cad8116012e6a281ca01414ead66be92e')
+
+prepare() {
+  cd nvchecker-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nvchecker-$pkgver
+  # Debian API appears broken
+  pytest -k 'not test_debianpkg'
+}
+
+package() {
+  cd nvchecker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-07-07 19:08:12 UTC (rev 487648)
+++ fix-tests.patch 2019-07-07 19:08:37 UTC (rev 487649)
@@ -1,17 +0,0 @@
-diff --git a/tests/test_regex.py b/tests/test_regex.py
-index d131cdd..6f40efa 100644
 a/tests/test_regex.py
-+++ b/tests/test_regex.py
-@@ -5,10 +5,10 @@ import pytest
- pytestmark = pytest.mark.asyncio
- 
- async def test_regex_httpbin_default_user_agent(get_version):
--assert await get_version("example", {
-+assert (await get_version("example", {
- "url": "https://httpbin.org/get;,
- "regex": r'"User-Agent": "([^"]+)"',
--}) == "lilydjwg/nvchecker"
-+})).startswith("lilydjwg/nvchecker")
- 
- async def test_regex_httpbin_user_agent(get_version):
- assert await get_version("example", {

Copied: nvchecker/repos/community-any/fix-tests.patch (from rev 487648, 
nvchecker/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-07-07 19:08:37 UTC (rev 487649)
@@ -0,0 +1,17 @@

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

2019-07-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, July 7, 2019 @ 19:08:12
  Author: yan12125
Revision: 487648

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 487647, nvchecker/trunk/PKGBUILD)
  nvchecker/repos/community-any/fix-tests.patch
(from rev 487647, nvchecker/trunk/fix-tests.patch)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

-+
 PKGBUILD|   78 +-
 fix-tests.patch |   17 +++
 2 files changed, 60 insertions(+), 35 deletions(-)

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

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 487647, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 19:08:12 UTC (rev 487648)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="New version checker for software releases"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker;
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-flaky')
+optdepends=(
+  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;
+'fix-tests.patch')
+sha512sums=('5fb95901641953a093a8d6c10d5b72ad9982dc8cc6161e769b30a861e4057100b861dbe9ae26c288b4fa1126b261f34c82afeb0052670429c1b7f97d1b2cf6ff'
+
'398dd6d080bdd4d50905a32012fb33fb3d057d4e655a5a908c3ddf0f9f944a55ab5b20fd0545cb2b3e2d9ff2325c596cad8116012e6a281ca01414ead66be92e')
+
+prepare() {
+  cd nvchecker-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nvchecker-$pkgver
+  # Debian API appears broken
+  pytest -k 'not test_debianpkg'
+}
+
+package() {
+  cd nvchecker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/fix-tests.patch (from rev 487647, 
nvchecker/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-07-07 19:08:12 UTC (rev 487648)
@@ -0,0 +1,17 @@
+diff --git a/tests/test_regex.py b/tests/test_regex.py
+index d131cdd..6f40efa 100644
+--- a/tests/test_regex.py
 b/tests/test_regex.py
+@@ -5,10 +5,10 @@ import pytest
+ pytestmark = pytest.mark.asyncio
+ 
+ async def test_regex_httpbin_default_user_agent(get_version):
+-assert await get_version("example", {
++assert (await get_version("example", {
+ "url": "https://httpbin.org/get;,
+ "regex": r'"User-Agent": "([^"]+)"',
+-}) == "lilydjwg/nvchecker"
++})).startswith("lilydjwg/nvchecker")
+ 
+ async def test_regex_httpbin_user_agent(get_version):
+ assert await get_version("example", {


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

2019-07-07 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, July 7, 2019 @ 19:07:52
  Author: yan12125
Revision: 487647

upgpkg: nvchecker 1.4.4-1

Added:
  nvchecker/trunk/fix-tests.patch
Modified:
  nvchecker/trunk/PKGBUILD

-+
 PKGBUILD|   18 +-
 fix-tests.patch |   17 +
 2 files changed, 30 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 18:05:46 UTC (rev 487646)
+++ PKGBUILD2019-07-07 19:07:52 UTC (rev 487647)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
@@ -9,13 +9,20 @@
 url="https://github.com/lilydjwg/nvchecker;
 license=('MIT')
 depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
-checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-flaky')
 optdepends=(
   'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
 )
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('4a0f81d201c3bbf3ff72f72b04a08e615f38cd9e0c08488392ae8f9ce706fc5044ffe1902dbf1ea9c56908df16624d940dd0771d4a44f8aff0b894c0710cc1bb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;
+'fix-tests.patch')
+sha512sums=('5fb95901641953a093a8d6c10d5b72ad9982dc8cc6161e769b30a861e4057100b861dbe9ae26c288b4fa1126b261f34c82afeb0052670429c1b7f97d1b2cf6ff'
+
'398dd6d080bdd4d50905a32012fb33fb3d057d4e655a5a908c3ddf0f9f944a55ab5b20fd0545cb2b3e2d9ff2325c596cad8116012e6a281ca01414ead66be92e')
 
+prepare() {
+  cd nvchecker-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
 build() {
   cd nvchecker-$pkgver
   python setup.py build
@@ -23,7 +30,8 @@
 
 check() {
   cd nvchecker-$pkgver
-  pytest
+  # Debian API appears broken
+  pytest -k 'not test_debianpkg'
 }
 
 package() {

Added: fix-tests.patch
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-07-07 19:07:52 UTC (rev 487647)
@@ -0,0 +1,17 @@
+diff --git a/tests/test_regex.py b/tests/test_regex.py
+index d131cdd..6f40efa 100644
+--- a/tests/test_regex.py
 b/tests/test_regex.py
+@@ -5,10 +5,10 @@ import pytest
+ pytestmark = pytest.mark.asyncio
+ 
+ async def test_regex_httpbin_default_user_agent(get_version):
+-assert await get_version("example", {
++assert (await get_version("example", {
+ "url": "https://httpbin.org/get;,
+ "regex": r'"User-Agent": "([^"]+)"',
+-}) == "lilydjwg/nvchecker"
++})).startswith("lilydjwg/nvchecker")
+ 
+ async def test_regex_httpbin_user_agent(get_version):
+ assert await get_version("example", {


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

2019-07-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 7, 2019 @ 18:02:56
  Author: sangy
Revision: 487644

upgpkg: python-pyopencl 1:2019.1-1

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 17:45:49 UTC (rev 487643)
+++ PKGBUILD2019-07-07 18:02:56 UTC (rev 487644)
@@ -4,7 +4,7 @@
 _pypiname=pyopencl
 pkgbase=python-pyopencl
 pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2018.2.5
+pkgver=2019.1
 pkgrel=1
 epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
@@ -16,7 +16,7 @@
  'python-numpy' 'python2-numpy' 'python-cffi' 'python2-cffi' 'git' 
'pybind11')
 checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs'
 'python-pytest' 'python-pytools')
-source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}.signed;)
+source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver};)
 validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
 sha1sums=('SKIP')
 


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

2019-07-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 7, 2019 @ 18:03:14
  Author: sangy
Revision: 487645

archrelease: copy trunk to community-x86_64

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

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

Deleted: LICENSE.txt
===
--- LICENSE.txt 2019-07-07 18:02:56 UTC (rev 487644)
+++ LICENSE.txt 2019-07-07 18:03:14 UTC (rev 487645)
@@ -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-x86_64/LICENSE.txt (from rev 487644, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2019-07-07 18:03:14 UTC (rev 487645)
@@ -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
===
--- PKGBUILD2019-07-07 18:02:56 UTC (rev 487644)
+++ PKGBUILD2019-07-07 18:03:14 UTC (rev 487645)
@@ -1,54 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2018.2.5
-pkgrel=1
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-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' 'git' 
'pybind11')
-checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs'
-'python-pytest' 'python-pytools')
-source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}.signed;)
-validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
-sha1sums=('SKIP')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-x86_64-3.7/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 

[arch-commits] Commit in electrum/repos/community-any (4 files)

2019-07-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 7, 2019 @ 17:45:49
  Author: sangy
Revision: 487643

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 487642, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 487642, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
 PKGBUILD|   94 
+-
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-07-07 17:45:32 UTC (rev 487642)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-07-07 17:45:49 UTC (rev 487643)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 487642, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-07-07 17:45:49 UTC (rev 487643)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 17:45:32 UTC (rev 487642)
+++ PKGBUILD2019-07-07 17:45:49 UTC (rev 487643)
@@ -1,47 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Co-Maintainer: Santiago Torres-Arias 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=3.3.6
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 
'python-certifi'
- 'python-aiorpcx' 'python-aiohttp' 

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

2019-07-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 7, 2019 @ 17:45:32
  Author: sangy
Revision: 487642

upgpkg: electrum 3.3.7-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 17:42:40 UTC (rev 487641)
+++ PKGBUILD2019-07-07 17:45:32 UTC (rev 487642)
@@ -4,7 +4,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=3.3.6
+pkgver=3.3.7
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -25,7 +25,7 @@
 url="https://electrum.org;
 license=('MIT')
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('b25fc67883b7a90bf902f62d07574f283c4c04b3c6dfbb4e890448ddb938d477e036470f82b45e426aa581a1da2425e13e6974a730b18b130fd265b8d01d0d91'
+sha512sums=('be3392b8b251e9eb855b99c2ceaa0d51f1ed135da32e43ca047576289242e10993bc0a6fba71cf8bddb7e7887bcabfe16a4af888488694aa0f0ee7155616693b'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2019-07-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 7, 2019 @ 17:42:24
  Author: sangy
Revision: 487640

upgpkg: python-aiorpcx 0.18.0-2

Modified:
  python-aiorpcx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 17:34:53 UTC (rev 487639)
+++ PKGBUILD2019-07-07 17:42:24 UTC (rev 487640)
@@ -3,16 +3,17 @@
 
 pkgname='python-aiorpcx'
 pkgver=0.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
 url="https://github.com/kyuupichan/aiorpcX/;
 arch=('any')
 license=('MIT')
 depends=('python>=3.6' 'python-attrs')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-websockets')
 source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz;)
 sha256sums=('099f1f789e5eec3e87443323d747b8bff3238b7bf71d6a7596f02d1f0b328851')
 
+
 build() {
   cd "${srcdir}/aiorpcX-${pkgver}"
   python setup.py build


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

2019-07-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 7, 2019 @ 17:42:40
  Author: sangy
Revision: 487641

archrelease: copy trunk to community-any

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

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

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

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


[arch-commits] Commit in geoip2-database/repos/community-any (4 files)

2019-07-07 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, July 7, 2019 @ 17:34:53
  Author: mtorromeo
Revision: 487639

archrelease: copy trunk to community-any

Added:
  geoip2-database/repos/community-any/PKGBUILD
(from rev 487638, geoip2-database/trunk/PKGBUILD)
  geoip2-database/repos/community-any/check-last-modified.sh
(from rev 487638, geoip2-database/trunk/check-last-modified.sh)
Deleted:
  geoip2-database/repos/community-any/PKGBUILD
  geoip2-database/repos/community-any/check-last-modified.sh

+
 PKGBUILD   |   76 +++
 check-last-modified.sh |   46 ++--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 17:34:36 UTC (rev 487638)
+++ PKGBUILD2019-07-07 17:34:53 UTC (rev 487639)
@@ -1,38 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname='geoip2-database'
-pkgver=20190611
-pkgrel=1
-pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
-arch=('any')
-url="https://dev.maxmind.com/geoip/geoip2/geolite2/;
-license=('custom:OPEN DATA LICENSE')
-source=(https://geolite.maxmind.com/download/geoip/database/GeoLite2-City_$pkgver.tar.gz
-
https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country_$pkgver.tar.gz
-
https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN_$pkgver.tar.gz)
-noextract=(GeoLite2-City_$pkgver.tar.gz
-   GeoLite2-Country_$pkgver.tar.gz
-   GeoLite2-ASN_$pkgver.tar.gz)
-sha256sums=('85dbc340afb57c51a1154608a620b449252cf404588e3e6657a6b37a0c90d508'
-'d570dac030f6404425a8d213f414231e994d70ea6f0edc3e9f1c4dea16047448'
-'a51bcbeedaa148427f74409e08b4fe9ab21d32e3f08d83dcc7013c8b276f7f79')
-
-prepare() {
-  cd "$srcdir"
-
-  for _db in GeoLite2-{City,Country,ASN}; do
-tar --strip-components=1 -xf ${_db}_$pkgver.tar.gz --wildcards 
"*/$_db.mmdb"
-  done
-
-  tar --strip-components=1 -xf GeoLite2-ASN_$pkgver.tar.gz --wildcards 
"*/COPYRIGHT.txt" "*/LICENSE.txt"
-}
-
-package() {
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoLite2-{City,Country,ASN}.mmdb
-
-  install -Dm644 COPYRIGHT.txt 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT.txt"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: geoip2-database/repos/community-any/PKGBUILD (from rev 487638, 
geoip2-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 17:34:53 UTC (rev 487639)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname='geoip2-database'
+pkgver=20190702
+pkgrel=1
+pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
+arch=('any')
+url="https://dev.maxmind.com/geoip/geoip2/geolite2/;
+license=('custom:OPEN DATA LICENSE')
+source=(https://geolite.maxmind.com/download/geoip/database/GeoLite2-City_$pkgver.tar.gz
+
https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country_$pkgver.tar.gz
+
https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN_$pkgver.tar.gz)
+noextract=(GeoLite2-City_$pkgver.tar.gz
+   GeoLite2-Country_$pkgver.tar.gz
+   GeoLite2-ASN_$pkgver.tar.gz)
+sha256sums=('2f8a174e66744336824a3d6054877964c0db53458fc6258acc01c3c328304245'
+'85a6b346897b1734393eb7be662187cac1184c758675ca49378b1ed2ff25651e'
+'8ea1121a78f4852667e356b398cfaa811abf4d300ee69b35499624316d7c6c1c')
+
+prepare() {
+  cd "$srcdir"
+
+  for _db in GeoLite2-{City,Country,ASN}; do
+tar --strip-components=1 -xf ${_db}_$pkgver.tar.gz --wildcards 
"*/$_db.mmdb"
+  done
+
+  tar --strip-components=1 -xf GeoLite2-ASN_$pkgver.tar.gz --wildcards 
"*/COPYRIGHT.txt" "*/LICENSE.txt"
+}
+
+package() {
+  cd "$srcdir"
+
+  install -d "$pkgdir/usr/share/GeoIP"
+  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoLite2-{City,Country,ASN}.mmdb
+
+  install -Dm644 COPYRIGHT.txt 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT.txt"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Deleted: check-last-modified.sh
===
--- check-last-modified.sh  2019-07-07 17:34:36 UTC (rev 487638)
+++ check-last-modified.sh  2019-07-07 17:34:53 UTC (rev 487639)
@@ -1,23 +0,0 @@
-#!/bin/bash -e
-
-# Unicode characters taken from pactree.c
-UNICODE_IS_FUN="\u2514\u2500"
-
-verbose=0
-if [[ $1 == -v ]]; then
-   verbose=1
-fi
-
-URLS=(http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
-  
http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz
-  http://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz)
-
-for url in ${URLS[@]}; do
-   last_mod=$(curl -sI $url | grep -i ^Last-Modified: | cut -d' ' -f2- | 
tr -d '\r')
-   

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

2019-07-07 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, July 7, 2019 @ 17:34:36
  Author: mtorromeo
Revision: 487638

upgpkg: geoip2-database 20190702-1

Modified:
  geoip2-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 17:03:55 UTC (rev 487637)
+++ PKGBUILD2019-07-07 17:34:36 UTC (rev 487638)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname='geoip2-database'
-pkgver=20190611
+pkgver=20190702
 pkgrel=1
 pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
 arch=('any')
@@ -13,9 +13,9 @@
 noextract=(GeoLite2-City_$pkgver.tar.gz
GeoLite2-Country_$pkgver.tar.gz
GeoLite2-ASN_$pkgver.tar.gz)
-sha256sums=('85dbc340afb57c51a1154608a620b449252cf404588e3e6657a6b37a0c90d508'
-'d570dac030f6404425a8d213f414231e994d70ea6f0edc3e9f1c4dea16047448'
-'a51bcbeedaa148427f74409e08b4fe9ab21d32e3f08d83dcc7013c8b276f7f79')
+sha256sums=('2f8a174e66744336824a3d6054877964c0db53458fc6258acc01c3c328304245'
+'85a6b346897b1734393eb7be662187cac1184c758675ca49378b1ed2ff25651e'
+'8ea1121a78f4852667e356b398cfaa811abf4d300ee69b35499624316d7c6c1c')
 
 prepare() {
   cd "$srcdir"


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

2019-07-07 Thread Bruno Pagani via arch-commits
Date: Sunday, July 7, 2019 @ 17:03:43
  Author: archange
Revision: 487636

FS#63106

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 15:19:13 UTC (rev 487635)
+++ PKGBUILD2019-07-07 17:03:43 UTC (rev 487636)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2019.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Panorama photo stitcher"
 arch=(x86_64)
 url="http://hugin.sourceforge.net/;
@@ -36,6 +36,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_LAPACK=yes \
 -DBUILD_HSI=ON \
+-DUSE_GDKBACKEND_X11=ON \
 -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
 make
 }


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

2019-07-07 Thread Bruno Pagani via arch-commits
Date: Sunday, July 7, 2019 @ 17:03:55
  Author: archange
Revision: 487637

archrelease: copy trunk to community-x86_64

Added:
  hugin/repos/community-x86_64/PKGBUILD
(from rev 487636, hugin/trunk/PKGBUILD)
  hugin/repos/community-x86_64/hugin-exiv2-0.27.1.patch
(from rev 487636, hugin/trunk/hugin-exiv2-0.27.1.patch)
Deleted:
  hugin/repos/community-x86_64/PKGBUILD
  hugin/repos/community-x86_64/hugin-exiv2-0.27.1.patch

--+
 PKGBUILD |   93 +++---
 hugin-exiv2-0.27.1.patch |  186 ++---
 2 files changed, 140 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 17:03:43 UTC (rev 487636)
+++ PKGBUILD2019-07-07 17:03:55 UTC (rev 487637)
@@ -1,46 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2019.0.0
-pkgrel=2
-pkgdesc="Panorama photo stitcher"
-arch=(x86_64)
-url="http://hugin.sourceforge.net/;
-license=(GPL)
-depends=(wxgtk3 boost-libs libtiff libpano13 libjpeg libpng openexr vigra
- exiv2 glew sqlite lcms2 lapack fftw glu libxi libxmu python
- lensfun make enblend-enfuse)
-makedepends=(cmake boost tclap mesa swig)
-optdepends=('perl-image-exiftool: GPano tags support'
-'dcraw: RAW import using dcraw'
-'darktable: RAW import using darktable'
-'rawtherapee: RAW import using rawtherapee')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2;
 hugin-exiv2-0.27.1.patch)
-sha256sums=('f94717c5035b776a552163bac5815916e0662008fabefafd790fa54b352e22d1'
-'93ade29aa894ebc0186570b8eb24c4849001fdf7781a9a95beb661e3ccd3533f')
-
-prepare() {
-mkdir -p build
-
-cd $pkgname-$pkgver
-patch -p1 -i ../hugin-exiv2-0.27.1.patch # Fix build with exiv2 0.27.1 
(Fedora)
-}
-
-build() {
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_LAPACK=yes \
--DBUILD_HSI=ON \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/community-x86_64/PKGBUILD (from rev 487636, 
hugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 17:03:55 UTC (rev 487637)
@@ -0,0 +1,47 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2019.0.0
+pkgrel=3
+pkgdesc="Panorama photo stitcher"
+arch=(x86_64)
+url="http://hugin.sourceforge.net/;
+license=(GPL)
+depends=(wxgtk3 boost-libs libtiff libpano13 libjpeg libpng openexr vigra
+ exiv2 glew sqlite lcms2 lapack fftw glu libxi libxmu python
+ lensfun make enblend-enfuse)
+makedepends=(cmake boost tclap mesa swig)
+optdepends=('perl-image-exiftool: GPano tags support'
+'dcraw: RAW import using dcraw'
+'darktable: RAW import using darktable'
+'rawtherapee: RAW import using rawtherapee')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2;
 hugin-exiv2-0.27.1.patch)
+sha256sums=('f94717c5035b776a552163bac5815916e0662008fabefafd790fa54b352e22d1'
+'93ade29aa894ebc0186570b8eb24c4849001fdf7781a9a95beb661e3ccd3533f')
+
+prepare() {
+mkdir -p build
+
+cd $pkgname-$pkgver
+patch -p1 -i ../hugin-exiv2-0.27.1.patch # Fix build with exiv2 0.27.1 
(Fedora)
+}
+
+build() {
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_LAPACK=yes \
+-DBUILD_HSI=ON \
+-DUSE_GDKBACKEND_X11=ON \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+}

Deleted: hugin-exiv2-0.27.1.patch
===
--- hugin-exiv2-0.27.1.patch2019-07-07 17:03:43 UTC (rev 487636)
+++ hugin-exiv2-0.27.1.patch2019-07-07 17:03:55 UTC (rev 487637)
@@ -1,93 +0,0 @@
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/hugin/AboutDialog.cpp
 a/src/hugin1/hugin/AboutDialog.cpp Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin1/hugin/AboutDialog.cpp Wed May 15 17:47:40 2019 +0200
-@@ -42,7 +42,7 @@
- // workaround for a conflict between exiv2 and wxWidgets/CMake built
- #define HAVE_PID_T 1
- #endif
--#include "exiv2/exiv2.hpp"
-+#include 
- #include "lensdb/LensDB.h"
- #include "sqlite3.h"
- #include 
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/hugin/PanoOperation.cpp
 a/src/hugin1/hugin/PanoOperation.cpp   Wed May 15 17:41:28 2019 +0200
-+++ 

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

2019-07-07 Thread Jonathan Steel via arch-commits
Date: Sunday, July 7, 2019 @ 15:19:13
  Author: jsteel
Revision: 487635

archrelease: copy trunk to community-x86_64

Added:
  stella/repos/community-x86_64/PKGBUILD
(from rev 487634, stella/trunk/PKGBUILD)
Deleted:
  stella/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 15:19:04 UTC (rev 487634)
+++ PKGBUILD2019-07-07 15:19:13 UTC (rev 487635)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=6.0
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('x86_64')
-url="https://stella-emu.github.io/;
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
-md5sums=('496dc9837f6bd634a7567e37f21a49f2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-x86_64/PKGBUILD (from rev 487634, 
stella/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 15:19:13 UTC (rev 487635)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Renato Garcia 
+# Contributor: Tiago Camargo 
+# Contributor: Shinlun Hsieh 
+
+pkgname=stella
+pkgver=6.0.1
+pkgrel=1
+pkgdesc="Atari 2600 VCS emulator"
+arch=('x86_64')
+url="https://stella-emu.github.io/;
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
+md5sums=('9df5fd3af9720115359ebf0171ed36e6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-07-07 Thread Jonathan Steel via arch-commits
Date: Sunday, July 7, 2019 @ 15:19:04
  Author: jsteel
Revision: 487634

upgpkg: stella 6.0.1-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 15:05:49 UTC (rev 487633)
+++ PKGBUILD2019-07-07 15:19:04 UTC (rev 487634)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=stella
-pkgver=6.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="Atari 2600 VCS emulator"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('sdl2' 'gtk-update-icon-cache')
 makedepends=('glu')
 
source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
-md5sums=('496dc9837f6bd634a7567e37f21a49f2')
+md5sums=('9df5fd3af9720115359ebf0171ed36e6')
 
 build() {
   cd $pkgname-$pkgver


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

2019-07-07 Thread Jonathan Steel via arch-commits
Date: Sunday, July 7, 2019 @ 15:05:49
  Author: jsteel
Revision: 487633

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 487632, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 15:05:41 UTC (rev 487632)
+++ PKGBUILD2019-07-07 15:05:49 UTC (rev 487633)
@@ -1,71 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.4
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
-md5sums=('7e6d5c04f11bc1e9fe8daa610fc046bc'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 487632, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 15:05:49 UTC (rev 487633)
@@ -0,0 +1,71 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
+md5sums=('8e3d5a2a0f08656609719dd1e6af2d70'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  gem build $pkgname.gemspec
+
+  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
+  go get github.com/mitchellh/osext
+  go build -o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+
+  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
+"$EMBEDDED_DIR"/etc/gemrc
+
+  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
+
+  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+gem install $pkgname-$pkgver.gem --no-document
+
+  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
+"$pkgdir"/opt/$pkgname/bin/$pkgname
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  

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

2019-07-07 Thread Jonathan Steel via arch-commits
Date: Sunday, July 7, 2019 @ 15:05:41
  Author: jsteel
Revision: 487632

upgpkg: vagrant 2.2.5-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 15:02:22 UTC (rev 487631)
+++ PKGBUILD2019-07-07 15:05:41 UTC (rev 487632)
@@ -9,7 +9,7 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 replaces=('vagrant-substrate')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
 
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
-md5sums=('7e6d5c04f11bc1e9fe8daa610fc046bc'
+md5sums=('8e3d5a2a0f08656609719dd1e6af2d70'
  'SKIP')
 
 build() {


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

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 15:02:22
  Author: dvzrv
Revision: 487631

archrelease: copy trunk to community-x86_64

Added:
  php-redis/repos/community-x86_64/
  php-redis/repos/community-x86_64/PKGBUILD
(from rev 487630, php-redis/trunk/PKGBUILD)

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

Copied: php-redis/repos/community-x86_64/PKGBUILD (from rev 487630, 
php-redis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-07-07 15:02:22 UTC (rev 487631)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+pkgname=php-redis
+_name=redis
+_upstream=phpredis
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="An API for communicating with the Redis key-value store"
+arch=('x86_64')
+url="https://github.com/phpredis/phpredis/;
+license=('PHP')
+depends=('php' 'liblzf')
+checkdepends=('redis')
+optdepends=('redis: use a local redis instance')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz;)
+sha512sums=('3826cdb48c2747d36ea3ce44eb046ffb3e56e525181276dfa2b88d5484064aa444ae8254954a93260e8d21a095d690eea908d9394721dc5d169e05e92256b575')
+
+prepare() {
+  mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  echo ";extension=${_name}" > "${_name}.ini"
+  phpize
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-redis-lzf \
+  --with-liblzf=/usr/lib/
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make INSTALL_ROOT="$pkgdir/" install
+  install -vDm 644 "${_name}.ini" -t "${pkgdir}/etc/php/conf.d/"
+  install -vDm 644 {{README,arrays,cluster}.markdown,CREDITS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in (4 files)

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 14:55:46
  Author: dvzrv
Revision: 487630

Adding php-redis as optdepends for nextcloud.

Added:
  php-redis/
  php-redis/repos/
  php-redis/trunk/
  php-redis/trunk/PKGBUILD

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

Added: php-redis/trunk/PKGBUILD
===
--- php-redis/trunk/PKGBUILD(rev 0)
+++ php-redis/trunk/PKGBUILD2019-07-07 14:55:46 UTC (rev 487630)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+pkgname=php-redis
+_name=redis
+_upstream=phpredis
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="An API for communicating with the Redis key-value store"
+arch=('x86_64')
+url="https://github.com/phpredis/phpredis/;
+license=('PHP')
+depends=('php' 'liblzf')
+checkdepends=('redis')
+optdepends=('redis: use a local redis instance')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz;)
+sha512sums=('3826cdb48c2747d36ea3ce44eb046ffb3e56e525181276dfa2b88d5484064aa444ae8254954a93260e8d21a095d690eea908d9394721dc5d169e05e92256b575')
+
+prepare() {
+  mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  echo ";extension=${_name}" > "${_name}.ini"
+  phpize
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-redis-lzf \
+  --with-liblzf=/usr/lib/
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make INSTALL_ROOT="$pkgdir/" install
+  install -vDm 644 "${_name}.ini" -t "${pkgdir}/etc/php/conf.d/"
+  install -vDm 644 {{README,arrays,cluster}.markdown,CREDITS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 14:53:38
  Author: dvzrv
Revision: 487629

archrelease: copy trunk to community-x86_64

Added:
  liblzf/repos/community-x86_64/
  liblzf/repos/community-x86_64/PKGBUILD
(from rev 487628, liblzf/trunk/PKGBUILD)
  liblzf/repos/community-x86_64/liblzf-3.6-autoconf-20140314.patch
(from rev 487628, liblzf/trunk/liblzf-3.6-autoconf-20140314.patch)

+
 PKGBUILD   |   46 +
 liblzf-3.6-autoconf-20140314.patch |  309 +++
 2 files changed, 355 insertions(+)

Copied: liblzf/repos/community-x86_64/PKGBUILD (from rev 487628, 
liblzf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-07-07 14:53:38 UTC (rev 487629)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+pkgname=liblzf
+pkgver=3.6
+pkgrel=1
+pkgdesc="A very small data compression library"
+arch=('x86_64')
+url="http://software.schmorp.de/pkg/liblzf.html;
+license=('BSD')
+depends=('glibc')
+makedepends=('signify')
+source=("http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.signature::http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;
+"http://dist.schmorp.de/signing-key.pub;
+"liblzf-3.6-autoconf-20140314.patch")
+sha512sums=('b9a35a7cfa769a5b4a669747d36962bb41e2a1517367dcb390f6285740be4c6478ec5227697536fc1fb982707eeda16b5627cb08b513b4d379901d86fb1d3710'
+
'670ff2f814a2be4f31e1c45d28744226e4a9301803ef4cd7f390359faf09524f564bce69c97dbc9595b56a869d5ed4d7ea18e4733c68fb59c09416f46c364af0'
+
'a09a434387e22612a9225ddfa444044977712c6410efe8a77a33d8aa607bd1acbef2a1da08b62e21a4b070f0974ba94ae907ac0452b5d060e33a1c051a7780e4'
+
'b68bfd8b5ff56a1e0cd2ed1a1827bc14cde5d65f8d8654a2354d3dd9c6527532d801f675998ba8d2a72babbf6e6bcced1c3a25d5aa1be452c09bd3621a2f20d3')
+
+prepare() {
+  # hacking around to validate with signify
+  mv -v "${pkgname}-${pkgver}.tar.gz."{signature,sig}
+  signify -V -p signing-key.pub -m "${pkgname}-${pkgver}.tar.gz"
+  cd "$pkgname-$pkgver"
+  # taking autoconf patch from Fedora (which upstream never included, 
because..)
+  # 
https://src.fedoraproject.org/rpms/liblzf/blob/master/f/liblzf-3.6-autoconf-20140314.patch
+  patch -Np1 -i "../liblzf-3.6-autoconf-20140314.patch"
+  sh ./bootstrap.sh
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # the binary does different things, being called by a different name
+  ln -sv lzf "${pkgdir}/usr/bin/unlzf"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {Changes,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: liblzf/repos/community-x86_64/liblzf-3.6-autoconf-20140314.patch (from 
rev 487628, liblzf/trunk/liblzf-3.6-autoconf-20140314.patch)
===
--- community-x86_64/liblzf-3.6-autoconf-20140314.patch 
(rev 0)
+++ community-x86_64/liblzf-3.6-autoconf-20140314.patch 2019-07-07 14:53:38 UTC 
(rev 487629)
@@ -0,0 +1,309 @@
+diff -uNr liblzf-3.6.ORIG/bootstrap.sh liblzf-3.6/bootstrap.sh
+--- liblzf-3.6.ORIG/bootstrap.sh   1970-01-01 00:00:00.0 +
 liblzf-3.6/bootstrap.sh2014-03-13 08:10:49.13200 +
+@@ -0,0 +1,10 @@
++#!/bin/sh
++set -x
++mkdir -p config
++aclocal -I config
++#aclocal-1.10 -I config
++autoheader
++libtoolize --automake
++automake  --add-missing --copy --foreign
++#automake-1.10  --add-missing --copy
++autoconf
+diff -uNr liblzf-3.6.ORIG/config.h.in liblzf-3.6/config.h.in
+--- liblzf-3.6.ORIG/config.h.in2014-03-13 08:10:30.23400 +
 liblzf-3.6/config.h.in 2014-03-13 08:10:49.13300 +
+@@ -1,16 +1,89 @@
+-/* config.h.in.  Generated automatically from configure.in by autoheader 
2.13.  */
++/* config.h.in.  Generated from configure.ac by autoheader.  */
+ 
+-/* Define to empty if the keyword does not work.  */
+-#undef const
++/* Define to 1 if you have the  header file. */
++#undef HAVE_DLFCN_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_ERRNO_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_FCNTL_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_GETOPT_H
++
++/* Define to 1 if you have the `getopt_long' function. */
++#undef HAVE_GETOPT_LONG
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_INTTYPES_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_LIMITS_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_MEMORY_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_STDINT_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_STDIO_H

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

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 14:53:32
  Author: dvzrv
Revision: 487628

upgpkg: liblzf 3.6-1

Adding liblzf 3.6 as dependency for php-redis. Fixing broken symlink creation.

Modified:
  liblzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 14:47:39 UTC (rev 487627)
+++ PKGBUILD2019-07-07 14:53:32 UTC (rev 487628)
@@ -40,7 +40,7 @@
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
   # the binary does different things, being called by a different name
-  ln -sv lzf unlzf
+  ln -sv lzf "${pkgdir}/usr/bin/unlzf"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -vDm 644 {Changes,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


[arch-commits] Commit in (5 files)

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 14:47:39
  Author: dvzrv
Revision: 487627

Adding liblzf (required for php-redis), including Fedora patch to build dynamic 
libraries and fixing install locations.

Added:
  liblzf/
  liblzf/repos/
  liblzf/trunk/
  liblzf/trunk/PKGBUILD
  liblzf/trunk/liblzf-3.6-autoconf-20140314.patch

+
 PKGBUILD   |   46 +
 liblzf-3.6-autoconf-20140314.patch |  309 +++
 2 files changed, 355 insertions(+)

Added: liblzf/trunk/PKGBUILD
===
--- liblzf/trunk/PKGBUILD   (rev 0)
+++ liblzf/trunk/PKGBUILD   2019-07-07 14:47:39 UTC (rev 487627)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+pkgname=liblzf
+pkgver=3.6
+pkgrel=1
+pkgdesc="A very small data compression library"
+arch=('x86_64')
+url="http://software.schmorp.de/pkg/liblzf.html;
+license=('BSD')
+depends=('glibc')
+makedepends=('signify')
+source=("http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.signature::http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;
+"http://dist.schmorp.de/signing-key.pub;
+"liblzf-3.6-autoconf-20140314.patch")
+sha512sums=('b9a35a7cfa769a5b4a669747d36962bb41e2a1517367dcb390f6285740be4c6478ec5227697536fc1fb982707eeda16b5627cb08b513b4d379901d86fb1d3710'
+
'670ff2f814a2be4f31e1c45d28744226e4a9301803ef4cd7f390359faf09524f564bce69c97dbc9595b56a869d5ed4d7ea18e4733c68fb59c09416f46c364af0'
+
'a09a434387e22612a9225ddfa444044977712c6410efe8a77a33d8aa607bd1acbef2a1da08b62e21a4b070f0974ba94ae907ac0452b5d060e33a1c051a7780e4'
+
'b68bfd8b5ff56a1e0cd2ed1a1827bc14cde5d65f8d8654a2354d3dd9c6527532d801f675998ba8d2a72babbf6e6bcced1c3a25d5aa1be452c09bd3621a2f20d3')
+
+prepare() {
+  # hacking around to validate with signify
+  mv -v "${pkgname}-${pkgver}.tar.gz."{signature,sig}
+  signify -V -p signing-key.pub -m "${pkgname}-${pkgver}.tar.gz"
+  cd "$pkgname-$pkgver"
+  # taking autoconf patch from Fedora (which upstream never included, 
because..)
+  # 
https://src.fedoraproject.org/rpms/liblzf/blob/master/f/liblzf-3.6-autoconf-20140314.patch
+  patch -Np1 -i "../liblzf-3.6-autoconf-20140314.patch"
+  sh ./bootstrap.sh
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # the binary does different things, being called by a different name
+  ln -sv lzf unlzf
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {Changes,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Added: liblzf/trunk/liblzf-3.6-autoconf-20140314.patch
===
--- liblzf/trunk/liblzf-3.6-autoconf-20140314.patch 
(rev 0)
+++ liblzf/trunk/liblzf-3.6-autoconf-20140314.patch 2019-07-07 14:47:39 UTC 
(rev 487627)
@@ -0,0 +1,309 @@
+diff -uNr liblzf-3.6.ORIG/bootstrap.sh liblzf-3.6/bootstrap.sh
+--- liblzf-3.6.ORIG/bootstrap.sh   1970-01-01 00:00:00.0 +
 liblzf-3.6/bootstrap.sh2014-03-13 08:10:49.13200 +
+@@ -0,0 +1,10 @@
++#!/bin/sh
++set -x
++mkdir -p config
++aclocal -I config
++#aclocal-1.10 -I config
++autoheader
++libtoolize --automake
++automake  --add-missing --copy --foreign
++#automake-1.10  --add-missing --copy
++autoconf
+diff -uNr liblzf-3.6.ORIG/config.h.in liblzf-3.6/config.h.in
+--- liblzf-3.6.ORIG/config.h.in2014-03-13 08:10:30.23400 +
 liblzf-3.6/config.h.in 2014-03-13 08:10:49.13300 +
+@@ -1,16 +1,89 @@
+-/* config.h.in.  Generated automatically from configure.in by autoheader 
2.13.  */
++/* config.h.in.  Generated from configure.ac by autoheader.  */
+ 
+-/* Define to empty if the keyword does not work.  */
+-#undef const
++/* Define to 1 if you have the  header file. */
++#undef HAVE_DLFCN_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_ERRNO_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_FCNTL_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_GETOPT_H
++
++/* Define to 1 if you have the `getopt_long' function. */
++#undef HAVE_GETOPT_LONG
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_INTTYPES_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_LIMITS_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_MEMORY_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_STDINT_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_STDIO_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_STDLIB_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_STRINGS_H
++
++/* Define to 1 if you have the  header file. */
++#undef HAVE_STRING_H
+ 

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

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 11:59:36
  Author: dvzrv
Revision: 487626

archrelease: copy trunk to community-x86_64

Added:
  csoundqt/repos/community-x86_64/PKGBUILD
(from rev 487625, csoundqt/trunk/PKGBUILD)
Deleted:
  csoundqt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 11:59:30 UTC (rev 487625)
+++ PKGBUILD2019-07-07 11:59:36 UTC (rev 487626)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: rtfreedman
-
-_pkgver=0.9.6-rc1
-_name=CsoundQt
-pkgname=csoundqt
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc="Csound frontend with highlighting editor, autocomplete, interactive 
widgets and integrated help"
-arch=('x86_64')
-url="https://csoundqt.github.io/;
-license=('CCPL' 'FDL' 'GPL' 'LGPL2.1')
-groups=('pro-audio')
-depends=('csound' 'csound-doc' 'desktop-file-utils' 'hicolor-icon-theme' 
'qt5-declarative' 'rtmidi')
-makedepends=('shared-mime-info')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${_pkgver}.tar.gz;)
-sha512sums=('6ed98d28248936a860b6f92432e031c54f9584ec0b826dc6d1e69adade781d4104f613fc969196b188a413990cc1196821a9ecffc3aea5d653ec2da65be5c2f2')
-
-prepare() {
-  mv -v "${_name}-${_pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fix inclusion of wrong path:
-  # https://github.com/CsoundQt/CsoundQt/issues/258#issuecomment-50898
-  sed -e 's|/usr/local/rtmidi|/usr/include/rtmidi|g' \
-  -i config.pri
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  qmake-qt5 qcs.pro \
-SHARE_DIR="${pkgdir}/usr/share" \
-INSTALL_DIR="${pkgdir}/usr"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # overwrite broken symlink:
-  # https://github.com/CsoundQt/CsoundQt/issues/258#issuecomment-508982990
-  ln -svf "${_name}-d-cs6" "${pkgdir}/usr/bin/${pkgname}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm644 {ChangeLog,README.md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: csoundqt/repos/community-x86_64/PKGBUILD (from rev 487625, 
csoundqt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 11:59:36 UTC (rev 487626)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: rtfreedman
+
+_pkgver=0.9.6-rc1
+_name=CsoundQt
+pkgname=csoundqt
+pkgver=${_pkgver//-}
+pkgrel=2
+pkgdesc="Csound frontend with highlighting editor, autocomplete, interactive 
widgets and integrated help"
+arch=('x86_64')
+url="https://csoundqt.github.io/;
+license=('CCPL' 'FDL' 'GPL' 'LGPL2.1')
+groups=('pro-audio')
+depends=('csound' 'csound-doc' 'desktop-file-utils' 'hicolor-icon-theme' 
'qt5-declarative' 'rtmidi')
+makedepends=('shared-mime-info')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${_pkgver}.tar.gz;)
+sha512sums=('6ed98d28248936a860b6f92432e031c54f9584ec0b826dc6d1e69adade781d4104f613fc969196b188a413990cc1196821a9ecffc3aea5d653ec2da65be5c2f2')
+
+prepare() {
+  mv -v "${_name}-${_pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fix inclusion of wrong path:
+  # https://github.com/CsoundQt/CsoundQt/issues/258#issuecomment-50898
+  sed -e 's|/usr/local/rtmidi|/usr/include/rtmidi|g' \
+  -i config.pri
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  qmake-qt5 qcs.pro \
+SHARE_DIR="${pkgdir}/usr/share" \
+INSTALL_DIR="${pkgdir}/usr" \
+CONFIG+=rtmidi
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # overwrite broken symlink:
+  # https://github.com/CsoundQt/CsoundQt/issues/258#issuecomment-508982990
+  ln -svf "${_name}-d-cs6" "${pkgdir}/usr/bin/${pkgname}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm644 {ChangeLog,README.md}
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 11:59:30
  Author: dvzrv
Revision: 487625

upgpkg: csoundqt 0.9.6rc1-2

Actually *building with* rtmidi...

Modified:
  csoundqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 10:35:17 UTC (rev 487624)
+++ PKGBUILD2019-07-07 11:59:30 UTC (rev 487625)
@@ -6,7 +6,7 @@
 _name=CsoundQt
 pkgname=csoundqt
 pkgver=${_pkgver//-}
-pkgrel=1
+pkgrel=2
 pkgdesc="Csound frontend with highlighting editor, autocomplete, interactive 
widgets and integrated help"
 arch=('x86_64')
 url="https://csoundqt.github.io/;
@@ -30,7 +30,8 @@
   cd "${pkgname}-${pkgver}"
   qmake-qt5 qcs.pro \
 SHARE_DIR="${pkgdir}/usr/share" \
-INSTALL_DIR="${pkgdir}/usr"
+INSTALL_DIR="${pkgdir}/usr" \
+CONFIG+=rtmidi
   make
 }
 


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

2019-07-07 Thread Antonio Rojas via arch-commits
Date: Sunday, July 7, 2019 @ 11:33:38
  Author: arojas
Revision: 357398

archrelease: copy trunk to testing-x86_64

Added:
  shiboken2/repos/testing-x86_64/PKGBUILD
(from rev 357397, shiboken2/trunk/PKGBUILD)
Deleted:
  shiboken2/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 11:32:37 UTC (rev 357397)
+++ PKGBUILD2019-07-07 11:33:38 UTC (rev 357398)
@@ -1,48 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgbase=shiboken2
-pkgname=(shiboken2 python-shiboken2)
-_qtver=5.13.0
-_clangver=8.0.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL2 LGPL)
-pkgdesc='Generates bindings for C++ libraries using CPython source code'
-makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
-_pkgfqn=pyside-setup-everywhere-src-${_qtver}
-source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
-sha256sums=('8e47e778a6c8ee86e9bc7dbf56371cf607e9f3c1a03a7d6df9e34f8dba555782')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${_pkgfqn}/sources/shiboken2 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF \
--DUSE_PYTHON_VERSION=3
-  make
-}
-
-package_shiboken2() {
-  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-# Provided in python-shiboken2
-  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
-}
-
-package_python-shiboken2() {
-  depends=(python)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-# Provided in shiboken2
-  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig},share}
-}

Copied: shiboken2/repos/testing-x86_64/PKGBUILD (from rev 357397, 
shiboken2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 11:33:38 UTC (rev 357398)
@@ -0,0 +1,53 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=shiboken2
+pkgname=(shiboken2 python-shiboken2)
+_qtver=5.13.0
+_clangver=8.0.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
+_pkgfqn=pyside-setup-everywhere-src-${_qtver}
+source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;
+ 
qcoreapplication-crash.patch::"https://code.qt.io/cgit/pyside/pyside-setup.git/patch/?id=5376a134;)
+sha256sums=('8e47e778a6c8ee86e9bc7dbf56371cf607e9f3c1a03a7d6df9e34f8dba555782'
+'d315c773f19e341b3c7faa3faf61fef70375c711e1beed395c4aded9d12fd94f')
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qcoreapplication-crash.patch # Fix crash with importing 
QCoreApplication
+}
+
+build() {
+  cd build
+  cmake ../${_pkgfqn}/sources/shiboken2 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DUSE_PYTHON_VERSION=3
+  make
+}
+
+package_shiboken2() {
+  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in python-shiboken2
+  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+}
+
+package_python-shiboken2() {
+  depends=(python)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in shiboken2
+  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig},share}
+}


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

2019-07-07 Thread Antonio Rojas via arch-commits
Date: Sunday, July 7, 2019 @ 11:32:37
  Author: arojas
Revision: 357397

Fix crash when importing QCoreApplication

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 10:35:17 UTC (rev 357396)
+++ PKGBUILD2019-07-07 11:32:37 UTC (rev 357397)
@@ -6,7 +6,7 @@
 _qtver=5.13.0
 _clangver=8.0.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)
@@ -13,11 +13,16 @@
 pkgdesc='Generates bindings for C++ libraries using CPython source code'
 makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
 _pkgfqn=pyside-setup-everywhere-src-${_qtver}
-source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
-sha256sums=('8e47e778a6c8ee86e9bc7dbf56371cf607e9f3c1a03a7d6df9e34f8dba555782')
+source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;
+ 
qcoreapplication-crash.patch::"https://code.qt.io/cgit/pyside/pyside-setup.git/patch/?id=5376a134;)
+sha256sums=('8e47e778a6c8ee86e9bc7dbf56371cf607e9f3c1a03a7d6df9e34f8dba555782'
+'d315c773f19e341b3c7faa3faf61fef70375c711e1beed395c4aded9d12fd94f')
 
 prepare() {
   mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qcoreapplication-crash.patch # Fix crash with importing 
QCoreApplication
 }
 
 build() {


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

2019-07-07 Thread Baptiste Jonglez via arch-commits
Date: Sunday, July 7, 2019 @ 10:02:05
  Author: zorun
Revision: 487598

upgpkg: ocaml-num 1.2-1

Modified:
  ocaml-num/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 09:27:20 UTC (rev 487597)
+++ PKGBUILD2019-07-07 10:02:05 UTC (rev 487598)
@@ -1,8 +1,8 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ocaml-num
-pkgver=1.1
-pkgrel=3
+pkgver=1.2
+pkgrel=1
 pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
 arch=('x86_64')
 url="https://github.com/ocaml/num;
@@ -10,16 +10,9 @@
 depends=('ocaml')
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz
-provide-findlib-install-target.patch)
-sha256sums=('04ac85f6465b9b2bf99e814ddc798a25bcadb3cca2667b74c1af02b6356893f6'
-'a5d6bcb0383e6246da26137d8306c767d9ea5877f67b39db9232d35b5406322d')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz)
+sha256sums=('c5023104925ff4a79746509d4d85294d8aafa98da6733e768ae53da0355453de')
 
-prepare() {
-  cd "$srcdir/num-$pkgver"
-  patch -p1 < "$srcdir/provide-findlib-install-target.patch"
-}
-
 build() {
   cd "$srcdir/num-$pkgver"
   make


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

2019-07-07 Thread Baptiste Jonglez via arch-commits
Date: Sunday, July 7, 2019 @ 10:02:12
  Author: zorun
Revision: 487599

archrelease: copy trunk to community-x86_64

Added:
  ocaml-num/repos/community-x86_64/PKGBUILD
(from rev 487598, ocaml-num/trunk/PKGBUILD)
  ocaml-num/repos/community-x86_64/provide-findlib-install-target.patch
(from rev 487598, ocaml-num/trunk/provide-findlib-install-target.patch)
Deleted:
  ocaml-num/repos/community-x86_64/PKGBUILD
  ocaml-num/repos/community-x86_64/provide-findlib-install-target.patch

--+
 PKGBUILD |   67 --
 provide-findlib-install-target.patch |  214 -
 2 files changed, 137 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 10:02:05 UTC (rev 487598)
+++ PKGBUILD2019-07-07 10:02:12 UTC (rev 487599)
@@ -1,37 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=ocaml-num
-pkgver=1.1
-pkgrel=3
-pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
-arch=('x86_64')
-url="https://github.com/ocaml/num;
-license=('LGPL2.1')
-depends=('ocaml')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz
-provide-findlib-install-target.patch)
-sha256sums=('04ac85f6465b9b2bf99e814ddc798a25bcadb3cca2667b74c1af02b6356893f6'
-'a5d6bcb0383e6246da26137d8306c767d9ea5877f67b39db9232d35b5406322d')
-
-prepare() {
-  cd "$srcdir/num-$pkgver"
-  patch -p1 < "$srcdir/provide-findlib-install-target.patch"
-}
-
-build() {
-  cd "$srcdir/num-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/num-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" findlib-install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-num/repos/community-x86_64/PKGBUILD (from rev 487598, 
ocaml-num/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 10:02:12 UTC (rev 487599)
@@ -0,0 +1,30 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ocaml-num
+pkgver=1.2
+pkgrel=1
+pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
+arch=('x86_64')
+url="https://github.com/ocaml/num;
+license=('LGPL2.1')
+depends=('ocaml')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz)
+sha256sums=('c5023104925ff4a79746509d4d85294d8aafa98da6733e768ae53da0355453de')
+
+build() {
+  cd "$srcdir/num-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/num-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" findlib-install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: provide-findlib-install-target.patch
===
--- provide-findlib-install-target.patch2019-07-07 10:02:05 UTC (rev 
487598)
+++ provide-findlib-install-target.patch2019-07-07 10:02:12 UTC (rev 
487599)
@@ -1,107 +0,0 @@
-From 12dff1ac0a8cacbda2969b560f021ebb73b16887 Mon Sep 17 00:00:00 2001
-From: David Allsopp 
-Date: Thu, 11 Jan 2018 08:10:10 +
-Subject: [PATCH] Provide findlib-install target (#6)
-
-Allows installing the entire library using ocamlfind, in an ocamlfind-managed 
directory.
-This differs from the `install` target which performs the old-style 
installation in the OCaml stdlib directory.

- .gitignore|  1 +
- Makefile  | 10 +-
- src/{META => META.in} |  4 +++-
- src/Makefile  | 17 +++--
- 4 files changed, 28 insertions(+), 4 deletions(-)
- rename src/{META => META.in} (72%)
-
-diff --git a/.gitignore b/.gitignore
-index 6acd3bc..172bf23 100644
 a/.gitignore
-+++ b/.gitignore
-@@ -8,3 +8,4 @@
- *.cmx[as]
- *.cmti
- *.annot
-+src/META
-diff --git a/Makefile b/Makefile
-index 6a5d08f..b40e588 100644
 a/Makefile
-+++ b/Makefile
-@@ -14,8 +14,16 @@ install:
-   $(MAKE) -C src install
-   $(MAKE) -C toplevel install
- 
-+findlib-install:
-+  $(MAKE) -C src findlib-install
-+  $(MAKE) -C toplevel install
-+
- uninstall:
-   $(MAKE) -C src uninstall
-   $(MAKE) -C toplevel uninstall
- 
--.PHONY: all test clean install uninstall
-+findlib-uninstall:
-+  $(MAKE) -C src findlib-uninstall
-+  $(MAKE) -C toplevel uninstall
-+
-+.PHONY: all test clean install uninstall findlib-install findlib-uninstall
-diff --git a/src/META b/src/META.in
-similarity index 72%
-rename from src/META
-rename to src/META.in
-index 66ac170..b5678b7 100644
 a/src/META
-+++ b/src/META.in
-@@ -1,6 +1,8 @@
- # This META is the one provided by 

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

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 09:27:20
  Author: dvzrv
Revision: 487597

archrelease: copy trunk to community-x86_64

Added:
  csoundqt/repos/community-x86_64/PKGBUILD
(from rev 487596, csoundqt/trunk/PKGBUILD)
Deleted:
  csoundqt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 09:27:12 UTC (rev 487596)
+++ PKGBUILD2019-07-07 09:27:20 UTC (rev 487597)
@@ -1,70 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: rtfreedman
-
-_name=CsoundQt
-_rtmidiver=3.0.0
-pkgname=csoundqt
-pkgver=0.9.5
-pkgrel=7
-pkgdesc="Csound frontend with highlighting editor, autocomplete, interactive 
widgets and integrated help"
-arch=('x86_64')
-url="https://csoundqt.github.io/;
-license=('CCPL' 'FDL' 'GPL' 'LGPL2.1')
-groups=('pro-audio')
-# TODO: somehow include pythonqt
-depends=('csound' 'csound-doc' 'qt5-declarative')
-makedepends=('shared-mime-info')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-
"rtmidi-${_rtmidiver}.tar.gz::https://github.com/thestk/rtmidi/archive/v${_rtmidiver}.tar.gz;)
-sha512sums=('136fb395b955e21c153ccde3642362d4451bd458af78e235808a8b911a87e24fc5614c72b0e09f3dcd6ab1f49d563eb547dc1371b8ebd75cb8e051a2d629fb74'
-
'8975a63e7be9102af70401cef48c702597b87efe2d8fa30a978fe280e26da1dfa90d6f30cfbd3df587462f0dd085d0f29e1c014e67d7fcd3a36960b6bcfb3e55')
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  # fix exptected location for html, examples and scripts
-  sed -e 's,csdocdir = \"\",csdocdir = \"/usr/share/doc/csound-doc/html\",' \
--i src/csoundoptions.cpp
-  sed -e 's,/usr/share/qutecsound/Examples/,/usr/share/csoundqt/Examples/,g' \
--i src/qutecsound.cpp
-  sed -e 's,../../csoundqt/src/Scripts,/usr/share/csoundqt/Scripts,' \
--i src/types.h
-
-  # fix install location of examples on filesystem
-  sed -e 's@DIR/qutecsound/@DIR/csoundqt/@' -i qcs.pro
-
-  # fix desktop file
-  chmod -c 644 ${_name}.desktop
-  mv -v ${_name}.desktop ${pkgname}.desktop
-  sed -e "s/${_name}.desktop/${pkgname}.desktop/" -i qcs.pro
-
-  # fix application icon
-  sed -e "s/qtcs/${pkgname}/" -i "${pkgname}.desktop"
-  sed -e "s,icons,icons/hicolor/scalable/apps," \
-  -e "s/qtcs.svg/${pkgname}.svg/" \
-  -i qcs.pro
-  mv -v images/qtcs.svg "images/${pkgname}.svg"
-
-  # move rtmidi sources
-  mv ${srcdir}/rtmidi-${_rtmidiver} .
-}
-
-build() {
-  cd "${_name}-${pkgver}"
-  qmake-qt5 qcs.pro \
-SHARE_DIR="${pkgdir}/usr/share" \
-INSTALL_DIR="${pkgdir}/usr" \
-CONFIG+=rtmidi \
-RTMIDI_DIR="rtmidi-${_rtmidiver}/"
-  make
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm644 {ChangeLog,README.md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: csoundqt/repos/community-x86_64/PKGBUILD (from rev 487596, 
csoundqt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 09:27:20 UTC (rev 487597)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: rtfreedman
+
+_pkgver=0.9.6-rc1
+_name=CsoundQt
+pkgname=csoundqt
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc="Csound frontend with highlighting editor, autocomplete, interactive 
widgets and integrated help"
+arch=('x86_64')
+url="https://csoundqt.github.io/;
+license=('CCPL' 'FDL' 'GPL' 'LGPL2.1')
+groups=('pro-audio')
+depends=('csound' 'csound-doc' 'desktop-file-utils' 'hicolor-icon-theme' 
'qt5-declarative' 'rtmidi')
+makedepends=('shared-mime-info')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${_pkgver}.tar.gz;)
+sha512sums=('6ed98d28248936a860b6f92432e031c54f9584ec0b826dc6d1e69adade781d4104f613fc969196b188a413990cc1196821a9ecffc3aea5d653ec2da65be5c2f2')
+
+prepare() {
+  mv -v "${_name}-${_pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fix inclusion of wrong path:
+  # https://github.com/CsoundQt/CsoundQt/issues/258#issuecomment-50898
+  sed -e 's|/usr/local/rtmidi|/usr/include/rtmidi|g' \
+  -i config.pri
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  qmake-qt5 qcs.pro \
+SHARE_DIR="${pkgdir}/usr/share" \
+INSTALL_DIR="${pkgdir}/usr"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # overwrite broken symlink:
+  # https://github.com/CsoundQt/CsoundQt/issues/258#issuecomment-508982990
+  ln -svf "${_name}-d-cs6" "${pkgdir}/usr/bin/${pkgname}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm644 {ChangeLog,README.md}
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-07 Thread David Runge via arch-commits
Date: Sunday, July 7, 2019 @ 09:27:12
  Author: dvzrv
Revision: 487596

upgpkg: csoundqt 0.9.6rc1-1

Upgrading to 0.9.6rc1 to remove most of the manual fixes. Adding fix for rtmidi 
include path and fix for overwriting a broken symlink. Dropping custom rtmidi 
download/include.

Modified:
  csoundqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 08:57:30 UTC (rev 487595)
+++ PKGBUILD2019-07-07 09:27:12 UTC (rev 487596)
@@ -2,66 +2,44 @@
 # Contributor: Ainola
 # Contributor: rtfreedman
 
+_pkgver=0.9.6-rc1
 _name=CsoundQt
-_rtmidiver=3.0.0
 pkgname=csoundqt
-pkgver=0.9.5
-pkgrel=7
+pkgver=${_pkgver//-}
+pkgrel=1
 pkgdesc="Csound frontend with highlighting editor, autocomplete, interactive 
widgets and integrated help"
 arch=('x86_64')
 url="https://csoundqt.github.io/;
 license=('CCPL' 'FDL' 'GPL' 'LGPL2.1')
 groups=('pro-audio')
-# TODO: somehow include pythonqt
-depends=('csound' 'csound-doc' 'qt5-declarative')
+depends=('csound' 'csound-doc' 'desktop-file-utils' 'hicolor-icon-theme' 
'qt5-declarative' 'rtmidi')
 makedepends=('shared-mime-info')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-
"rtmidi-${_rtmidiver}.tar.gz::https://github.com/thestk/rtmidi/archive/v${_rtmidiver}.tar.gz;)
-sha512sums=('136fb395b955e21c153ccde3642362d4451bd458af78e235808a8b911a87e24fc5614c72b0e09f3dcd6ab1f49d563eb547dc1371b8ebd75cb8e051a2d629fb74'
-
'8975a63e7be9102af70401cef48c702597b87efe2d8fa30a978fe280e26da1dfa90d6f30cfbd3df587462f0dd085d0f29e1c014e67d7fcd3a36960b6bcfb3e55')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${_pkgver}.tar.gz;)
+sha512sums=('6ed98d28248936a860b6f92432e031c54f9584ec0b826dc6d1e69adade781d4104f613fc969196b188a413990cc1196821a9ecffc3aea5d653ec2da65be5c2f2')
 
 prepare() {
-  cd "${_name}-${pkgver}"
-  # fix exptected location for html, examples and scripts
-  sed -e 's,csdocdir = \"\",csdocdir = \"/usr/share/doc/csound-doc/html\",' \
--i src/csoundoptions.cpp
-  sed -e 's,/usr/share/qutecsound/Examples/,/usr/share/csoundqt/Examples/,g' \
--i src/qutecsound.cpp
-  sed -e 's,../../csoundqt/src/Scripts,/usr/share/csoundqt/Scripts,' \
--i src/types.h
-
-  # fix install location of examples on filesystem
-  sed -e 's@DIR/qutecsound/@DIR/csoundqt/@' -i qcs.pro
-
-  # fix desktop file
-  chmod -c 644 ${_name}.desktop
-  mv -v ${_name}.desktop ${pkgname}.desktop
-  sed -e "s/${_name}.desktop/${pkgname}.desktop/" -i qcs.pro
-
-  # fix application icon
-  sed -e "s/qtcs/${pkgname}/" -i "${pkgname}.desktop"
-  sed -e "s,icons,icons/hicolor/scalable/apps," \
-  -e "s/qtcs.svg/${pkgname}.svg/" \
-  -i qcs.pro
-  mv -v images/qtcs.svg "images/${pkgname}.svg"
-
-  # move rtmidi sources
-  mv ${srcdir}/rtmidi-${_rtmidiver} .
+  mv -v "${_name}-${_pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fix inclusion of wrong path:
+  # https://github.com/CsoundQt/CsoundQt/issues/258#issuecomment-50898
+  sed -e 's|/usr/local/rtmidi|/usr/include/rtmidi|g' \
+  -i config.pri
 }
 
 build() {
-  cd "${_name}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   qmake-qt5 qcs.pro \
 SHARE_DIR="${pkgdir}/usr/share" \
-INSTALL_DIR="${pkgdir}/usr" \
-CONFIG+=rtmidi \
-RTMIDI_DIR="rtmidi-${_rtmidiver}/"
+INSTALL_DIR="${pkgdir}/usr"
   make
 }
 
 package() {
-  cd "${_name}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
+  # overwrite broken symlink:
+  # https://github.com/CsoundQt/CsoundQt/issues/258#issuecomment-508982990
+  ln -svf "${_name}-d-cs6" "${pkgdir}/usr/bin/${pkgname}"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
 -vDm644 {ChangeLog,README.md}


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

2019-07-07 Thread Antonio Rojas via arch-commits
Date: Sunday, July 7, 2019 @ 08:57:30
  Author: arojas
Revision: 487595

archrelease: copy trunk to community-x86_64

Added:
  cython/repos/community-x86_64/PKGBUILD
(from rev 487594, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 08:56:49 UTC (rev 487594)
+++ PKGBUILD2019-07-07 08:57:30 UTC (rev 487595)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.11
-pkgrel=1
-pkgdesc="C-Extensions for Python"
-arch=(x86_64)
-url="https://cython.org;
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
-sha256sums=('a16c6d403f6057632dc6acd2a67a0a13bef9bea1cbf92f2da5eb2695cea2da12')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python-setuptools)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2-setuptools)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 487594, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 08:57:30 UTC (rev 487595)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.12
+pkgrel=1
+pkgdesc="C-Extensions for Python"
+arch=(x86_64)
+url="https://cython.org;
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
+sha256sums=('67a15039b2d478156567419b44001458d652891f0308e28f613ea3ace37cef83')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python-setuptools)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2-setuptools)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}


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

2019-07-07 Thread Antonio Rojas via arch-commits
Date: Sunday, July 7, 2019 @ 08:56:49
  Author: arojas
Revision: 487594

Update to 0.29.12

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 08:42:27 UTC (rev 487593)
+++ PKGBUILD2019-07-07 08:56:49 UTC (rev 487594)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.11
+pkgver=0.29.12
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
-sha256sums=('a16c6d403f6057632dc6acd2a67a0a13bef9bea1cbf92f2da5eb2695cea2da12')
+sha256sums=('67a15039b2d478156567419b44001458d652891f0308e28f613ea3ace37cef83')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-07-07 Thread Maxime Gauduin via arch-commits
Date: Sunday, July 7, 2019 @ 08:42:21
  Author: alucryd
Revision: 487592

upgpkg: granite 5.2.4-1

Modified:
  granite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 08:09:14 UTC (rev 487591)
+++ PKGBUILD2019-07-07 08:42:21 UTC (rev 487592)
@@ -2,7 +2,7 @@
 # Contributor: Ner0 
 
 pkgname=granite
-pkgver=5.2.3
+pkgver=5.2.4
 pkgrel=1
 pkgdesc='Library that extends Gtk+'
 arch=(x86_64)


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

2019-07-07 Thread Maxime Gauduin via arch-commits
Date: Sunday, July 7, 2019 @ 08:42:27
  Author: alucryd
Revision: 487593

archrelease: copy trunk to community-x86_64

Added:
  granite/repos/community-x86_64/PKGBUILD
(from rev 487592, granite/trunk/PKGBUILD)
Deleted:
  granite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 08:42:21 UTC (rev 487592)
+++ PKGBUILD2019-07-07 08:42:27 UTC (rev 487593)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=granite
-pkgver=5.2.3
-pkgrel=1
-pkgdesc='Library that extends Gtk+'
-arch=(x86_64)
-url=https://github.com/elementary/granite
-license=(LGPL3)
-groups=(pantheon)
-depends=(
-  cairo
-  gdk-pixbuf2
-  glib2
-  gtk3
-  libgee
-  pango
-)
-makedepends=(
-  git
-  gobject-introspection
-  meson
-  vala
-)
-provides=(libgranite.so)
-source=(git+https://github.com/elementary/granite.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson granite build \
--D b_pie=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: granite/repos/community-x86_64/PKGBUILD (from rev 487592, 
granite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 08:42:27 UTC (rev 487593)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=granite
+pkgver=5.2.4
+pkgrel=1
+pkgdesc='Library that extends Gtk+'
+arch=(x86_64)
+url=https://github.com/elementary/granite
+license=(LGPL3)
+groups=(pantheon)
+depends=(
+  cairo
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libgee
+  pango
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+provides=(libgranite.so)
+source=(git+https://github.com/elementary/granite.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson granite build \
+-D b_pie=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et: