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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:57:50
  Author: felixonmars
Revision: 423182

archrelease: copy trunk to community-staging-x86_64

Added:
  python2-exiv2/repos/community-staging-x86_64/
  python2-exiv2/repos/community-staging-x86_64/PKGBUILD
(from rev 423180, python2-exiv2/trunk/PKGBUILD)

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

Copied: python2-exiv2/repos/community-staging-x86_64/PKGBUILD (from rev 423180, 
python2-exiv2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:57:50 UTC (rev 423182)
@@ -0,0 +1,29 @@
+# Maintainer : Martin Wimpress 
+# Contributor: Archie 
+# Contributor: Byron Clark 
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=20
+pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata."
+url="http://tilloy.net/dev/pyexiv2;
+arch=('x86_64')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=("http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9c0377ca4cf7d5c994af0b5536ae')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons DESTDIR="${pkgdir}" install
+}


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:57:31
  Author: felixonmars
Revision: 423179

boost 1.69.0 rebuild

Modified:
  python2-exiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:56:24 UTC (rev 423178)
+++ PKGBUILD2019-01-15 07:57:31 UTC (rev 423179)
@@ -5,7 +5,7 @@
 _pkgname=pyexiv2
 pkgname=python2-exiv2
 pkgver=0.3.2
-pkgrel=19
+pkgrel=20
 pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata."
 url="http://tilloy.net/dev/pyexiv2;
 arch=('x86_64')


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:57:40
  Author: foutrelis
Revision: 423180

boost 1.69.0 rebuild

Modified:
  cryptominisat5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:57:31 UTC (rev 423179)
+++ PKGBUILD2019-01-15 07:57:40 UTC (rev 423180)
@@ -5,7 +5,7 @@
 
 pkgname=cryptominisat5
 pkgver=5.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern, multi-threaded, feature-rich, simplifying SAT solver"
 arch=('x86_64')
 #url="https://www.msoos.org/2016/07/cryptominisat-5-0-0-released/;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:57:45
  Author: foutrelis
Revision: 423181

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptominisat5/repos/community-staging-x86_64/
  cryptominisat5/repos/community-staging-x86_64/PKGBUILD
(from rev 423180, cryptominisat5/trunk/PKGBUILD)

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

Copied: cryptominisat5/repos/community-staging-x86_64/PKGBUILD (from rev 
423180, cryptominisat5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:57:45 UTC (rev 423181)
@@ -0,0 +1,66 @@
+# Maintainer: Kyle Keen 
+
+# cms2 had a manpage, where did it go?
+# need to hack up the pythonpath and get the tests to run
+
+pkgname=cryptominisat5
+pkgver=5.6.6
+pkgrel=2
+pkgdesc="A modern, multi-threaded, feature-rich, simplifying SAT solver"
+arch=('x86_64')
+#url="https://www.msoos.org/2016/07/cryptominisat-5-0-0-released/;
+url="https://github.com/msoos/cryptominisat/;
+license=('MIT')
+depends=('zlib' 'gcc-libs' 'boost-libs' 'intel-tbb')
+makedepends=('python2' 'boost' 'cmake' 'vim')
+# vim for xxd
+optdepends=('python2: python module')
+source=("cms5-$pkgver.tgz::https://github.com/msoos/cryptominisat/archive/$pkgver.tar.gz;)
+md5sums=('cce64bfd256700e96baee90b7bdfe770')
+
+# many fancy features requiring makedeps
+# intel-tbb, python2, m4ri, libmysqlclient, valgrind
+
+# todo, upstream python3 support
+
+prepare() {
+  cd cryptominisat-$pkgver
+  sed -i 's/python$/python2/' python/Makefile
+  sed -i 's/\(CRYPTOMINISAT4_EXECUTABLE\).*/\1 cryptominisat5\)/' *.cmake.in
+}
+
+build() {
+  cd cryptominisat-$pkgver
+  mkdir -p build
+  cd build
+  # options to play with:
+  # -DUSE_TBB -DUSE_ZLIB -DUSE_MYSQL
+  # NOMYSQL NOSTATS NOM4RI ENABLE_TESTING
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DNOM4RI=on -DNOMYSQL=on ../
+  make
+  cd pycryptosat
+  python2 setup.py build
+}
+
+check() {
+  _TESTPATH="$PYTHONPATH:$srcdir/cryptominisat-$pkgver/build/pycryptosat"
+  cd "$srcdir/cryptominisat-$pkgver/build/pycryptosat"
+  ln -sf pycryptosat.so libcryptominisat5.so.5.6
+  PYTHONPATH=$_TESTPATH python2 -c "from pycryptosat import Solver"
+  return
+  cd "$srcdir/cryptominisat-$pkgver/python/tests"
+  ln -sf "$srcdir/cryptominisat-$pkgver/build/pycryptosat/pycryptosat.so" 
libcryptominisat5.so.5.6
+  PYTHONPATH=$_TESTPATH python2 test_pycryptosat.py
+}
+
+package() {
+  cd cryptominisat-$pkgver
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd build
+  make install DESTDIR="$pkgdir"
+  # todo, tweak the build tools to respect DESTDIR
+  cd pycryptosat
+  python2 setup.py install --record files.txt --root="${pkgdir}"
+}
+


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:56:07
  Author: felixonmars
Revision: 423177

boost 1.69.0 rebuild

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:54:25 UTC (rev 423176)
+++ PKGBUILD2019-01-15 07:56:07 UTC (rev 423177)
@@ -3,7 +3,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=28
+pkgrel=29
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
 url="http://sdr.osmocom.org/trac/;
 arch=('x86_64')


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:56:24
  Author: felixonmars
Revision: 423178

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 423177, gnuradio-osmosdr/trunk/PKGBUILD)

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

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
423177, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:56:24 UTC (rev 423178)
@@ -0,0 +1,43 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=29
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/;
+arch=('x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+optdepends=('python2-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:54:25
  Author: felixonmars
Revision: 423176

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 423175, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 423175, gnuradio-fcdproplus/trunk/PKGBUILD)

-+
 88-fcdproplus.rules |9 +
 PKGBUILD|   41 +
 2 files changed, 50 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules 
(from rev 423175, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2019-01-15 07:54:25 UTC 
(rev 423176)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 
423175, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:54:25 UTC (rev 423176)
@@ -0,0 +1,41 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=15
+_tag=fcdproplus-0.1.0
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus;
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig' 'systemd' 'ninja')
+# systemd for FS#54735 (libudev.h)
+replaces=('gr-fcdproplus')
+source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
+"88-fcdproplus.rules")
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir -p build
+  cd build
+  cmake -G Ninja \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  ninja
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  DESTDIR="${pkgdir}" ninja install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:53:47
  Author: foutrelis
Revision: 423173

boost 1.69.0 rebuild

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:52:13 UTC (rev 423172)
+++ PKGBUILD2019-01-15 07:53:47 UTC (rev 423173)
@@ -3,7 +3,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=30
+pkgrel=31
 pkgdesc="Gnuradio I/Q balancing"
 arch=('x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:53:52
  Author: foutrelis
Revision: 423174

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 423173, gnuradio-iqbal/trunk/PKGBUILD)

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

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
423173, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:53:52 UTC (rev 423174)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=31
+pkgdesc="Gnuradio I/Q balancing"
+arch=('x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:54:06
  Author: felixonmars
Revision: 423175

boost 1.69.0 rebuild

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:53:52 UTC (rev 423174)
+++ PKGBUILD2019-01-15 07:54:06 UTC (rev 423175)
@@ -3,7 +3,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.5
-pkgrel=14
+pkgrel=15
 _tag=fcdproplus-0.1.0
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('x86_64')


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:51:45
  Author: felixonmars
Revision: 423171

boost 1.69.0 rebuild

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:45:13 UTC (rev 423170)
+++ PKGBUILD2019-01-15 07:51:45 UTC (rev 423171)
@@ -4,7 +4,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.7.13.4
-pkgrel=4
+pkgrel=5
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('x86_64')
 url="http://gnuradio.org;


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:52:13
  Author: felixonmars
Revision: 423172

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 423171, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 423171, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/boost-1.67-pthread.patch
(from rev 423171, gnuradio/trunk/boost-1.67-pthread.patch)
  gnuradio/repos/community-staging-x86_64/boost-1.67.patch
(from rev 423171, gnuradio/trunk/boost-1.67.patch)
  gnuradio/repos/community-staging-x86_64/gnuradio-gcc7.patch
(from rev 423171, gnuradio/trunk/gnuradio-gcc7.patch)

--+
 21-fcd.rules |9 +++
 PKGBUILD |  123 +
 boost-1.67-pthread.patch |   23 
 boost-1.67.patch |   59 +
 gnuradio-gcc7.patch  |   71 +
 5 files changed, 285 insertions(+)

Copied: gnuradio/repos/community-staging-x86_64/21-fcd.rules (from rev 423171, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-x86_64/21-fcd.rules   (rev 0)
+++ community-staging-x86_64/21-fcd.rules   2019-01-15 07:52:13 UTC (rev 
423172)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-x86_64/PKGBUILD (from rev 423171, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:52:13 UTC (rev 423172)
@@ -0,0 +1,123 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.7.13.4
+pkgrel=5
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('x86_64')
+url="http://gnuradio.org;
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53'
+'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk')
+makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
+'pygtk' 'wxpython' 'qwtplot3d' 'qwt5')
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# gr-video-sdl ?
+# icons
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+# secret release directory
+#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
+source=("https://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
+"https://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz.asc;
+"21-fcd.rules" "gnuradio-gcc7.patch"
+"boost-1.67.patch" "boost-1.67-pthread.patch")
+validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2'  # GNU Radio Project
+  'D74F9F146E7F755783583158B343B2BA293E5174') # Marcus Müller
+md5sums=('b38d9cfa7cb4dcb97f5d19ebcabe8dcb'
+ 'SKIP'
+ '465e12c454c6a22ebec9849181af7bdc'
+ 'c510104fa2ad9852a683c265c42ae1da'
+ '204b87f1663411c17e5b40e9073e9d48'
+ '7f177cb699393cb4141d8eaa927c0c4a')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  msg "Replacing filenames to use python2."
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py') \
+$(find ./ -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+  sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py')
+  # fix build with GCC 7 (Fedora)
+  #patch -p1 -N -i ../gnuradio-gcc7.patch
+  # https://github.com/gnuradio/gnuradio/pull/1733
+  #patch -p1 -N -i ../boost-1.67.patch
+  #patch -p1 -N -i ../boost-1.67-pthread.patch
+  # GCC 7? 
+  #sed -i 's|SET(CMAKE_CXX_STANDARD 98)|#&|' CMakeLists.txt
+  #sed -i 's|SET(CMAKE_C_FLAGS .* -std=gnu99"|#&|' CMakeLists.txt
+  sed -i '333i ${CMAKE_THREAD_LIBS_INIT}' gr-blocks/lib/CMakeLists.txt
+  sed -e '/PyQt4/d' -i gr-qtgui/CMakeLists.txt # Build PyQt4 UI even if PyQt4 
is not installed
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/scripts/freedesktop/CMakeLists.txt
+  sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| 

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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:48:20
  Author: foutrelis
Revision: 344132

archrelease: copy trunk to staging-x86_64

Added:
  liborcus/repos/staging-x86_64/
  liborcus/repos/staging-x86_64/PKGBUILD
(from rev 344131, liborcus/trunk/PKGBUILD)

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

Copied: liborcus/repos/staging-x86_64/PKGBUILD (from rev 344131, 
liborcus/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-15 07:48:20 UTC (rev 344132)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=liborcus
+pkgver=0.14.1
+pkgrel=2
+pkgdesc="File import filter library for spreadsheet documents."
+arch=('x86_64')
+url="https://gitlab.com/orcus/orcus/blob/master/README.md;
+license=('MPL')
+depends=('libixion')
+makedepends=('boost' 'mdds')
+source=(https://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f2d1dc840fa6a5358d956a7cb746c36b857d92190de0ac5b40b2841ed408daab')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:48:16
  Author: foutrelis
Revision: 344131

boost 1.69.0 rebuild

Modified:
  liborcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:28:13 UTC (rev 344130)
+++ PKGBUILD2019-01-15 07:48:16 UTC (rev 344131)
@@ -3,7 +3,7 @@
 
 pkgname=liborcus
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="File import filter library for spreadsheet documents."
 arch=('x86_64')
 url="https://gitlab.com/orcus/orcus/blob/master/README.md;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:44:31
  Author: foutrelis
Revision: 423167

boost 1.69.0 rebuild

Modified:
  cpp-hocon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:42:44 UTC (rev 423166)
+++ PKGBUILD2019-01-15 07:44:31 UTC (rev 423167)
@@ -2,7 +2,7 @@
 
 pkgname=cpp-hocon
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="C++ port of the Typesafe Config library"
 arch=('x86_64')
 url="https://github.com/puppetlabs/cpp-hocon;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:44:36
  Author: foutrelis
Revision: 423168

archrelease: copy trunk to community-staging-x86_64

Added:
  cpp-hocon/repos/community-staging-x86_64/
  cpp-hocon/repos/community-staging-x86_64/PKGBUILD
(from rev 423167, cpp-hocon/trunk/PKGBUILD)

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

Copied: cpp-hocon/repos/community-staging-x86_64/PKGBUILD (from rev 423167, 
cpp-hocon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:44:36 UTC (rev 423168)
@@ -0,0 +1,37 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=cpp-hocon
+pkgver=0.2.1
+pkgrel=2
+pkgdesc="C++ port of the Typesafe Config library"
+arch=('x86_64')
+url="https://github.com/puppetlabs/cpp-hocon;
+license=('APACHE')
+makedepends=('boost' 'cmake' 'leatherman')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/cpp-hocon/archive/$pkgver.tar.gz;)
+sha512sums=('fcc377da7923b77436a6f2787d5b8b1b573f239de4f059c4a5949cbb1a755fd12024b9155f5e44cf60141181942f3e9a2a8fad07ee0b1d516fe2cd4a88d4ac8b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Do not treat warnings as errors
+  CXXFLAGS+=' -Wno-error'
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:45:08
  Author: foutrelis
Revision: 423169

boost 1.69.0 rebuild

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:44:36 UTC (rev 423168)
+++ PKGBUILD2019-01-15 07:45:08 UTC (rev 423169)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
 pkgver=1.9.10
-pkgrel=3
+pkgrel=4
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(x86_64)
 url="https://github.com/imageworks/OpenShadingLanguage;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:45:13
  Author: foutrelis
Revision: 423170

archrelease: copy trunk to community-staging-x86_64

Added:
  openshadinglanguage/repos/community-staging-x86_64/
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 423169, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-x86_64/clang7.patch
(from rev 423169, openshadinglanguage/trunk/clang7.patch)
  
openshadinglanguage/repos/community-staging-x86_64/llvm-static-system-libs.patch
(from rev 423169, openshadinglanguage/trunk/llvm-static-system-libs.patch)

---+
 PKGBUILD  |   51 +++
 clang7.patch  |  173 
 llvm-static-system-libs.patch |   15 +++
 3 files changed, 239 insertions(+)

Copied: openshadinglanguage/repos/community-staging-x86_64/PKGBUILD (from rev 
423169, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:45:13 UTC (rev 423170)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openshadinglanguage
+pkgver=1.9.10
+pkgrel=4
+pkgdesc="Advanced shading language for production GI renderers"
+arch=(x86_64)
+url="https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
+ 'libtiff' 'zlib' 'ncurses')
+makedepends=('boost' 'cmake' 'python' 'llvm' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+clang7.patch)
+sha512sums=('61c52cb673863bd67e257aef2c37026a49c392de9a41739e07926f8dd878f6c90ac2da6224eb3f78b8ba8e6ca121502ba41c65a6c3353f3cb7fec631a43f016b'
+
'c6a9ba70e38f5fc93e99912fed1ac853521c4125e77f316eb2dfdf6ec2ee3ac34af2ed91bf144d09d25b1bfc06e736d1a9a10954f83d45950a1c83990fed4498')
+
+prepare() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Add system libraries needed to link against LLVM components (zlib, ncurses)
+  # This is required in order to statically link against LLVM
+  #patch -Np1 < $srcdir/llvm-static-system-libs.patch
+  patch -Np1 -i "$srcdir"/clang7.patch
+}
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver/src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLLVM_STATIC=0 \
+-DENABLERTTI=ON \
+-DSTOP_ON_WARNING=OFF
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR="$pkgdir/" install
+  mkdir "$pkgdir"/usr/share/OSL
+  mv "$pkgdir"/usr/shaders "$pkgdir"/usr/share/OSL/shaders
+
+  install -Dm644 "$pkgdir"/usr/share/doc/OSL/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-staging-x86_64/clang7.patch (from 
rev 423169, openshadinglanguage/trunk/clang7.patch)
===
--- community-staging-x86_64/clang7.patch   (rev 0)
+++ community-staging-x86_64/clang7.patch   2019-01-15 07:45:13 UTC (rev 
423170)
@@ -0,0 +1,173 @@
+From 8fbbe7dc32e2a418cc259ff8392bd29045d228f8 Mon Sep 17 00:00:00 2001
+From: Larry Gritz 
+Date: Sun, 23 Sep 2018 13:19:49 -0700
+Subject: [PATCH] Support clang7 and llvm7
+
+(backported from master)
+---
+ CHANGES.md|   2 +-
+ INSTALL.md|   2 +-
+ site/spi/Makefile-bits|  24 +--
+ src/liboslcomp/oslcomp.cpp|   6 
+ src/liboslexec/llvm_util.cpp  |  28 +++---
+ .../render-background/ref/out-clang7mac.exr   | Bin 0 -> 345516 bytes
+ 6 files changed, 53 insertions(+), 9 deletions(-)
+ create mode 100644 testsuite/render-background/ref/out-clang7mac.exr
+
+diff --git a/site/spi/Makefile-bits b/site/spi/Makefile-bits
+index fc7dd5542..3ec6a4270 100644
+--- a/site/spi/Makefile-bits
 b/site/spi/Makefile-bits
+@@ -18,7 +18,7 @@ ifeq ($(SP_OS), rhel7)
+ 
+ ## If not overridden, here is our preferred LLVM installation
+ ## (may be changed as new versions are rolled out to the facility)
+-LLVM_DIRECTORY ?= /shots/spi/home/lib/arnold/rhel7/llvm_5.0.0
++LLVM_DIRECTORY ?= /shots/spi/home/lib/arnold/rhel7/llvm_7.0.0
+ 
+ # A variety of tags can be used to try specific versions of gcc or
+ # clang from the site-specific places we have installed them.
+@@ -28,14 +28,26 @@ ifeq ($(SP_OS), rhel7)
+
-DCMAKE_CXX_COMPILER=/shots/spi/home/lib/arnold/rhel7/llvm_4.0_final/bin/clang++
+ else ifeq (${COMPILER}, clang5)
+ MY_CMAKE_FLAGS += \
+-   
-DCMAKE_C_COMPILER=/shots/spi/home/lib/arnold/rhel7/llvm_5.0.0/bin/clang \
+-   

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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:42:44
  Author: felixonmars
Revision: 423166

archrelease: copy trunk to community-staging-x86_64

Added:
  libuhd/repos/community-staging-x86_64/
  libuhd/repos/community-staging-x86_64/PKGBUILD
(from rev 423165, libuhd/trunk/PKGBUILD)
  libuhd/repos/community-staging-x86_64/boost-1.67.patch
(from rev 423165, libuhd/trunk/boost-1.67.patch)
  libuhd/repos/community-staging-x86_64/boost-1.69.patch
(from rev 423165, libuhd/trunk/boost-1.69.patch)

--+
 PKGBUILD |   55 +
 boost-1.67.patch |   12 +++
 boost-1.69.patch |   24 +++
 3 files changed, 91 insertions(+)

Copied: libuhd/repos/community-staging-x86_64/PKGBUILD (from rev 423165, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:42:44 UTC (rev 423166)
@@ -0,0 +1,55 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.13.0.1
+pkgrel=3
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusb')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz;
+'boost-1.67.patch'
+'boost-1.69.patch')
+md5sums=('e7c38546d9dadac41657ee5e53c3f342'
+ '45fcc6feb0ea9b4ae09e4ba7b010864f'
+ 'ae53a647b13a9187a3c8b965bfbde2c1')
+
+prepare() {
+  cd "$srcdir/uhd-$pkgver"
+  patch -Np1 -i ../boost-1.67.patch
+  patch -Np1 -i ../boost-1.69.patch
+}
+
+build() {
+  cd "$srcdir/uhd-$pkgver/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-$pkgver/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-$pkgver/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+

Copied: libuhd/repos/community-staging-x86_64/boost-1.67.patch (from rev 
423165, libuhd/trunk/boost-1.67.patch)
===
--- community-staging-x86_64/boost-1.67.patch   (rev 0)
+++ community-staging-x86_64/boost-1.67.patch   2019-01-15 07:42:44 UTC (rev 
423166)
@@ -0,0 +1,12 @@
+diff -upr uhd-3.11.1.0.orig/host/lib/usrp/e300/e300_fifo_config.cpp 
uhd-3.11.1.0/host/lib/usrp/e300/e300_fifo_config.cpp
+--- uhd-3.11.1.0.orig/host/lib/usrp/e300/e300_fifo_config.cpp  2018-05-16 
22:25:48.0 +0300
 uhd-3.11.1.0/host/lib/usrp/e300/e300_fifo_config.cpp   2018-06-03 
00:16:53.119018076 +0300
+@@ -107,7 +107,7 @@ struct e300_fifo_poll_waiter
+ boost::mutex::scoped_lock l(_mutex);
+ if (_poll_claimed)
+ {
+-_cond.timed_wait(l, 
boost::posix_time::microseconds(timeout*100));
++_cond.timed_wait(l, 
boost::posix_time::microseconds(long(timeout*100)));
+ }
+ else
+ {

Copied: libuhd/repos/community-staging-x86_64/boost-1.69.patch (from rev 
423165, libuhd/trunk/boost-1.69.patch)
===
--- community-staging-x86_64/boost-1.69.patch   (rev 0)
+++ community-staging-x86_64/boost-1.69.patch   2019-01-15 07:42:44 UTC (rev 
423166)
@@ -0,0 +1,24 @@
+From 5c012cad7858cadcaa85ec295080f3c8b21fdee0 Mon Sep 17 00:00:00 2001
+From: Martin Braun 
+Date: Wed, 9 Jan 2019 09:17:07 -0800
+Subject: [PATCH] lib: experts: Add potentially missing but sometimes inferred
+ include
+
+This adds an include for boost/core/noncopyable.hpp. Without it, builds
+would potentially fail on Boost 1.69++.
+---
+ host/lib/include/uhdlib/experts/expert_nodes.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/host/lib/include/uhdlib/experts/expert_nodes.hpp 
b/host/lib/include/uhdlib/experts/expert_nodes.hpp
+index 697ca19c3..8fa183835 100644
+--- a/host/lib/include/uhdlib/experts/expert_nodes.hpp
 b/host/lib/include/uhdlib/experts/expert_nodes.hpp
+@@ -12,6 +12,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:42:24
  Author: felixonmars
Revision: 423165

boost 1.69.0 rebuild

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:39:33 UTC (rev 423164)
+++ PKGBUILD2019-01-15 07:42:24 UTC (rev 423165)
@@ -3,7 +3,7 @@
 
 pkgname=libuhd
 pkgver=3.13.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
 arch=('x86_64')
 url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:39:33
  Author: foutrelis
Revision: 423164

Fix build with boost 1.69

Added:
  libuhd/trunk/boost-1.69.patch
Modified:
  libuhd/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 boost-1.69.patch |   24 
 2 files changed, 29 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:37:36 UTC (rev 423163)
+++ PKGBUILD2019-01-15 07:39:33 UTC (rev 423164)
@@ -13,13 +13,16 @@
 makedepends=('cmake' 'boost' 'python2-mako')
 
 
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz;
-'boost-1.67.patch')
+'boost-1.67.patch'
+'boost-1.69.patch')
 md5sums=('e7c38546d9dadac41657ee5e53c3f342'
- '45fcc6feb0ea9b4ae09e4ba7b010864f')
+ '45fcc6feb0ea9b4ae09e4ba7b010864f'
+ 'ae53a647b13a9187a3c8b965bfbde2c1')
 
 prepare() {
   cd "$srcdir/uhd-$pkgver"
   patch -Np1 -i ../boost-1.67.patch
+  patch -Np1 -i ../boost-1.69.patch
 }
 
 build() {

Added: boost-1.69.patch
===
--- boost-1.69.patch(rev 0)
+++ boost-1.69.patch2019-01-15 07:39:33 UTC (rev 423164)
@@ -0,0 +1,24 @@
+From 5c012cad7858cadcaa85ec295080f3c8b21fdee0 Mon Sep 17 00:00:00 2001
+From: Martin Braun 
+Date: Wed, 9 Jan 2019 09:17:07 -0800
+Subject: [PATCH] lib: experts: Add potentially missing but sometimes inferred
+ include
+
+This adds an include for boost/core/noncopyable.hpp. Without it, builds
+would potentially fail on Boost 1.69++.
+---
+ host/lib/include/uhdlib/experts/expert_nodes.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/host/lib/include/uhdlib/experts/expert_nodes.hpp 
b/host/lib/include/uhdlib/experts/expert_nodes.hpp
+index 697ca19c3..8fa183835 100644
+--- a/host/lib/include/uhdlib/experts/expert_nodes.hpp
 b/host/lib/include/uhdlib/experts/expert_nodes.hpp
+@@ -12,6 +12,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:37:36
  Author: felixonmars
Revision: 423163

archrelease: copy trunk to community-staging-x86_64

Added:
  vigra/repos/community-staging-x86_64/
  vigra/repos/community-staging-x86_64/PKGBUILD
(from rev 423162, vigra/trunk/PKGBUILD)
  
vigra/repos/community-staging-x86_64/fix-incorrect-template-parameter-type.patch
(from rev 423162, vigra/trunk/fix-incorrect-template-parameter-type.patch)
  vigra/repos/community-staging-x86_64/py3.7.diff
(from rev 423162, vigra/trunk/py3.7.diff)

-+
 PKGBUILD|   75 ++
 fix-incorrect-template-parameter-type.patch |  139 ++
 py3.7.diff  |   19 +++
 3 files changed, 233 insertions(+)

Copied: vigra/repos/community-staging-x86_64/PKGBUILD (from rev 423162, 
vigra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:37:36 UTC (rev 423163)
@@ -0,0 +1,75 @@
+# Maintainer: Bruno Pagani 
+# Contributor: AndyRTR 
+# Contributor: Lukas Jirkovsky 
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.11.1
+pkgrel=15
+pkgdesc="Computer vision library"
+arch=('x86_64')
+url="https://ukoethe.github.io/vigra/;
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
+ # additional makedeps
+ 'cmake' 'boost' 'python-numpy')
+checkdepends=('python-nose')
+source=("https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/vigra-${pkgver}-src.tar.gz;
+'fix-incorrect-template-parameter-type.patch' 'py3.7.diff')
+sha256sums=('a5564e1083f6af6a885431c1ee718bad77d11f117198b277557f8558fa461aaf'
+'f151f902483dfa2b1f3d431f54bb161300cf184158c9f416fa653d19ab363cc4'
+'8fcdcce50c377be44387cbd4a001dadf5e03b32483de55c05a359c887e95a05b')
+
+prepare() {
+  mkdir -p build
+  cd ${pkgbase}-${pkgver}
+  # https://github.com/ukoethe/vigra/issues/414
+  patch -Np1 -i ../fix-incorrect-template-parameter-type.patch
+  # python 3.7 compat
+  patch -Np1 -i ../py3.7.diff
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python \
+  -DWITH_OPENEXR=true \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc
+  make
+}
+
+check() {
+  cd build
+  make -j1 -k check || warning "Tests failed" # 
https://github.com/ukoethe/vigra/issues/409
+}
+
+package_vigra() {
+  pkgdesc="Computer vision library"
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw')
+  optdepends=('python: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  
+  # Remove doc
+  rm -rf "${pkgdir}"/usr/share/doc
+}
+
+package_vigra-doc() {
+  pkgdesc="Computer vision library - documentation and examples"
+  #arch=('any') # Not supported for now, maybe later
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Remove vigra package content
+  rm -rf "${pkgdir}"/usr/{bin,include,lib}
+
+  install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: 
vigra/repos/community-staging-x86_64/fix-incorrect-template-parameter-type.patch
 (from rev 423162, vigra/trunk/fix-incorrect-template-parameter-type.patch)
===
--- community-staging-x86_64/fix-incorrect-template-parameter-type.patch
(rev 0)
+++ community-staging-x86_64/fix-incorrect-template-parameter-type.patch
2019-01-15 07:37:36 UTC (rev 423163)
@@ -0,0 +1,139 @@
+From 81958d302494e137f98a8b1d7869841532f90388 Mon Sep 17 00:00:00 2001
+From: JaimeIvanCervantes 
+Date: Fri, 16 Jun 2017 13:21:45 -0700
+Subject: [PATCH] multi_convolution: Fix for incorrect template parameter type
+ when using unsigned int N for TinyVector SIZE. (Fixes #414)
+
+---
+ include/vigra/multi_convolution.hxx | 28 ++--
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+diff --git a/include/vigra/multi_convolution.hxx 
b/include/vigra/multi_convolution.hxx
+index 1b5efa740..ec89bcf58 100644
+--- a/include/vigra/multi_convolution.hxx
 b/include/vigra/multi_convolution.hxx
+@@ -1426,7 +1426,7 @@ gaussianSmoothMultiArray(MultiArrayView const 
& source,
+   class T2, class S2>
+ void
+ gaussianGradientMultiArray(MultiArrayView const & source,
+-   MultiArrayView, S2> 
dest,
++   MultiArrayView, 
S2> dest,
+double sigma,
+  

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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:37:14
  Author: felixonmars
Revision: 423162

boost 1.69.0 rebuild

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:27:54 UTC (rev 423161)
+++ PKGBUILD2019-01-15 07:37:14 UTC (rev 423162)
@@ -5,7 +5,7 @@
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
 pkgver=1.11.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Computer vision library"
 arch=('x86_64')
 url="https://ukoethe.github.io/vigra/;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:28:09
  Author: foutrelis
Revision: 344129

boost 1.69.0 rebuild

Modified:
  libcmis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:25:47 UTC (rev 344128)
+++ PKGBUILD2019-01-15 07:28:09 UTC (rev 344129)
@@ -2,7 +2,7 @@
 
 pkgname=libcmis
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="a C/C++ client library for the CMIS protocol"
 arch=('x86_64')
 url="https://github.com/tdf/libcmis;


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:27:34
  Author: felixonmars
Revision: 423160

boost 1.69.0 rebuild

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:26:01 UTC (rev 423159)
+++ PKGBUILD2019-01-15 07:27:34 UTC (rev 423160)
@@ -2,7 +2,7 @@
 
 pkgname=openvdb
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
 url='https://github.com/dreamworksanimation/openvdb'
 arch=('x86_64')


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:28:13
  Author: foutrelis
Revision: 344130

archrelease: copy trunk to staging-x86_64

Added:
  libcmis/repos/staging-x86_64/
  libcmis/repos/staging-x86_64/PKGBUILD
(from rev 344129, libcmis/trunk/PKGBUILD)

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

Copied: libcmis/repos/staging-x86_64/PKGBUILD (from rev 344129, 
libcmis/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-15 07:28:13 UTC (rev 344130)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR 
+
+pkgname=libcmis
+pkgver=0.5.2
+pkgrel=2
+pkgdesc="a C/C++ client library for the CMIS protocol"
+arch=('x86_64')
+url="https://github.com/tdf/libcmis;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('boost-libs' 'curl' 'libxml2')
+makedepends=('docbook2x' 'cppunit' 'boost')
+source=("https://github.com/tdf/libcmis/releases/download/v${pkgver}/$pkgname-$pkgver.tar.gz;)
+sha256sums=('ed6f681a48abbf3c2324564b17a180d21fa9503230e8708825e1ad80daee4f81')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr DOCBOOK2MAN='docbook2man' --disable-werror
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  # fails a google drive check - fix will be included in the next release
+  make check || /bin/true
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:27:54
  Author: felixonmars
Revision: 423161

archrelease: copy trunk to community-staging-x86_64

Added:
  openvdb/repos/community-staging-x86_64/
  openvdb/repos/community-staging-x86_64/PKGBUILD
(from rev 423160, openvdb/trunk/PKGBUILD)
  openvdb/repos/community-staging-x86_64/boost-1.67.patch
(from rev 423160, openvdb/trunk/boost-1.67.patch)

--+
 PKGBUILD |   58 +
 boost-1.67.patch |   11 ++
 2 files changed, 69 insertions(+)

Copied: openvdb/repos/community-staging-x86_64/PKGBUILD (from rev 423160, 
openvdb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:27:54 UTC (rev 423161)
@@ -0,0 +1,58 @@
+# Maintainer : Sven-Hendrik Haase 
+
+pkgname=openvdb
+pkgver=6.0.0
+pkgrel=2
+pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
+url='https://github.com/dreamworksanimation/openvdb'
+arch=('x86_64')
+license=('MPL')
+depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
+makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python-numpy')
+optdepends=('glfw: for tools'
+'glu: for tools'
+'python-numpy: python module')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;
+'boost-1.67.patch')
+sha512sums=('6b9e267fff46647b39e1e6faa12059442196c1858df1fda1515cfc375e25bc3033e2828c80e63a652509cfba386376e022cebf81ec85aaccece421b0c721529b'
+
'48075304517a9e0f52d5c22c575a22fb7904c743262652d4abe1028bfc540d4f5a8a97bd754acbb3959a7c148d12c7e55a71bd630e59bf4fe51433ac9dca4372')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ../boost-1.67.patch
+  sed -i "s|DESTINATION docs|DESTINATION share/doc/$pkgname|" 
openvdb/CMakeLists.txt
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  export CXXFLAGS="${CXXFLAGS} -DPY_OPENVDB_USE_NUMPY"
+  cmake .. \
+-DBLOSC_LOCATION=/usr/ \
+-DTBB_LOCATION=/usr/ \
+-DUSE_GLFW3=ON \
+-DGLFW3_LOCATION=/usr/ \
+-DILMBASE_NAMESPACE_VERSIONING=OFF \
+-DOPENEXR_NAMESPACE_VERSIONING=OFF \
+-DILMBASE_LOCATION=/usr/ \
+-DOPENEXR_LOCATION=/usr/ \
+-DCPPUNIT_LOCATION=/usr/include/cppunit \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOPENVDB_BUILD_PYTHON_MODULE=ON \
+-DOPENVDB_BUILD_DOCS=ON \
+-DOPENVDB_ABI_VERSION_NUMBER=3 \
+-DOPENVDB_BUILD_UNITTESTS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set sw=2 sts=2 et:

Copied: openvdb/repos/community-staging-x86_64/boost-1.67.patch (from rev 
423160, openvdb/trunk/boost-1.67.patch)
===
--- community-staging-x86_64/boost-1.67.patch   (rev 0)
+++ community-staging-x86_64/boost-1.67.patch   2019-01-15 07:27:54 UTC (rev 
423161)
@@ -0,0 +1,11 @@
+diff -upr openvdb-5.1.0.orig/openvdb/CMakeLists.txt 
openvdb-5.1.0/openvdb/CMakeLists.txt
+--- openvdb-5.1.0.orig/openvdb/CMakeLists.txt  2018-06-03 02:59:00.521389220 
+0300
 openvdb-5.1.0/openvdb/CMakeLists.txt   2018-06-03 03:07:55.094264747 
+0300
+@@ -275,6 +275,7 @@ IF (NOT WIN32)
+   TARGET_LINK_LIBRARIES ( vdb_view
+ openvdb_shared
+ ${Boost_THREAD_LIBRARY}
++${CMAKE_THREAD_LIBS_INIT}
+ ${OPENGL_gl_LIBRARY}
+ ${OPENGL_glu_LIBRARY}
+ ${COCOA_LIBRARY}


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:25:36
  Author: foutrelis
Revision: 344121

archrelease: copy trunk to staging-x86_64

Added:
  libtorrent-rasterbar/repos/staging-x86_64/
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
(from rev 344119, libtorrent-rasterbar/trunk/PKGBUILD)

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

Copied: libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD (from rev 344119, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-15 07:25:36 UTC (rev 344121)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1.11
+pkgrel=2
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('x86_64')
+license=('BSD')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python')
+options=('!emptydirs')
+_pkgver=${pkgver//./_}
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent_${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha512sums=('7e3717e340e813ba2bf379f667f09d298830491edd1573f04d2e35e2d9335e918c0ee299e3f78b8f58d2ae3dbaf5a04dac462709b67c7f9034676b56dc9e4428')
+
+prepare() {
+  mkdir py2 py3
+  cd libtorrent-libtorrent_${_pkgver}
+
+  # Avoid depending on newer processors
+  sed -i 's/-msse4.2//' configure.ac
+
+  ./autotool.sh
+}
+
+_build() (
+  cd py$1
+
+  # FS#50745
+  _boost="boost_python"
+  if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
+
+  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+  CXXFLAGS="$CXXFLAGS -std=c++11" \
+  PYTHON=/usr/bin/python$1 \
+  ../libtorrent-libtorrent_${_pkgver}/configure \
+--prefix=/usr \
+--enable-python-binding \
+--enable-examples \
+--disable-static \
+--with-libiconv \
+--with-boost-python=$_boost
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package() {
+  make -C py2 DESTDIR="$pkgdir" install
+  make -C py3 DESTDIR="$pkgdir" install
+  install -Dm644 libtorrent-libtorrent_${_pkgver}/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove most example binaries
+  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
+}


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:25:27
  Author: foutrelis
Revision: 423153

boost 1.69.0 rebuild

Modified:
  libvolk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:25:03 UTC (rev 423152)
+++ PKGBUILD2019-01-15 07:25:27 UTC (rev 423153)
@@ -2,7 +2,7 @@
 
 pkgname=libvolk
 pkgver=1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
 arch=('x86_64')
 url="http://libvolk.org/;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:25:30
  Author: foutrelis
Revision: 344117

boost 1.69.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:25:27 UTC (rev 344116)
+++ PKGBUILD2019-01-15 07:25:30 UTC (rev 344117)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.11
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:25:31
  Author: foutrelis
Revision: 423154

archrelease: copy trunk to community-staging-x86_64

Added:
  libvolk/repos/community-staging-x86_64/
  libvolk/repos/community-staging-x86_64/PKGBUILD
(from rev 423153, libvolk/trunk/PKGBUILD)

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

Copied: libvolk/repos/community-staging-x86_64/PKGBUILD (from rev 423153, 
libvolk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:25:31 UTC (rev 423154)
@@ -0,0 +1,74 @@
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+pkgver=1.4
+pkgrel=3
+pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
+arch=('x86_64')
+url="http://libvolk.org/;
+license=('GPL3')
+depends=('gcc-libs' 'boost-libs' 'orc' 'python2' 'python2-six')
+makedepends=('boost' 'cmake' 'python2-mako')
+# this release was really screwed up
+# there is going to be lots of stuff hopefully removed in 1.4.1 or 1.5
+# first the asc doesn't exist
+#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
+source=("http://libvolk.org/releases/volk-$pkgver.tar.gz;)
+md5sums=('02d3a0f4b19c4cc34ecea19fc37c7fd4')
+validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D')
+
+# doxygen for docs
+
+prepare() {
+  cd "$srcdir"
+  # here is 99% of the broken
+  # I'm not even sure how they made a tarball this broken
+  mkdir -p volk-1.4
+  mv volk-1.4kernels volk-1.4/kernels
+  mv volk-1.4lib volk-1.4/lib
+  mv volk-1.4cmake volk-1.4/cmake
+  mv volk-1.4include volk-1.4/include
+  mv volk-1.4python volk-1.4/python
+  mv volk-1.4tmpl volk-1.4/tmpl
+  mv volk-1.4apps volk-1.4/apps
+  mv volk-1.4gen volk-1.4/gen
+  mv volk-1.4docs volk-1.4/docs
+  mv volk-1.4Doxyfile.in volk-1.4/Doxyfile.in
+  mv volk-1.4COPYING volk-1.4/COPYING
+  mv volk-1.4CMakeLists.txt volk-1.4/CMakeLists.txt
+  mv volk-1.4DoxygenLayout.xml volk-1.4/DoxygenLayout.xml
+  mv volk-1.4appveyor.yml volk-1.4/appveyor.yml
+  mv volk-1.4.travis.yml volk-1.4/.travis.yml
+  mv volk-1.4README.md volk-1.4/README.md
+  mv volk-1.4.gitlab-ci.yml volk-1.4/.gitlab-ci.yml
+  mv volk-1.4volk.pc.in volk-1.4/volk.pc.in
+  mv volk-1.4.gitignore volk-1.4/.gitignore
+  mv volk-1.4.tar.gz volk-1.4/.tar.gz
+  cd "$srcdir/volk-$pkgver"
+  sed -i -e "s|#![ ]*/usr/bin/env python$|&2|" $(find ./ -name '*.py')
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/volk-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/volk-$pkgver/build"
+  export PYTHON=python2
+  if [[ "$CARCH" == "x86_64" ]]; then
+make test
+  fi
+}
+
+package() {
+  cd "$srcdir/volk-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:24:27
  Author: foutrelis
Revision: 344111

boost 1.69.0 rebuild

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:18:57 UTC (rev 344110)
+++ PKGBUILD2019-01-15 07:24:27 UTC (rev 344111)
@@ -2,7 +2,7 @@
 
 pkgname=libphonenumber
 pkgver=8.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber;
 arch=(x86_64)


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:24:32
  Author: foutrelis
Revision: 344112

archrelease: copy trunk to staging-x86_64

Added:
  libphonenumber/repos/staging-x86_64/
  libphonenumber/repos/staging-x86_64/PKGBUILD
(from rev 344111, libphonenumber/trunk/PKGBUILD)

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

Copied: libphonenumber/repos/staging-x86_64/PKGBUILD (from rev 344111, 
libphonenumber/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-15 07:24:32 UTC (rev 344112)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.10.1
+pkgrel=2
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber;
+arch=(x86_64)
+license=(Apache)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git 'java-environment>=9' ninja)
+_commit=4522de8deddcb61b54c6993acdc9aa669762eb0a  # tags/v8.10.1^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
+  cmake -H$pkgname/cpp -Bbuild -GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:23:04
  Author: foutrelis
Revision: 423145

boost 1.69.0 rebuild

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:22:00 UTC (rev 423144)
+++ PKGBUILD2019-01-15 07:23:04 UTC (rev 423145)
@@ -3,7 +3,7 @@
 
 pkgname=leatherman
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('x86_64')
 url="https://github.com/puppetlabs/leatherman;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:23:09
  Author: foutrelis
Revision: 423146

archrelease: copy trunk to community-staging-x86_64

Added:
  leatherman/repos/community-staging-x86_64/
  leatherman/repos/community-staging-x86_64/PKGBUILD
(from rev 423145, leatherman/trunk/PKGBUILD)

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

Copied: leatherman/repos/community-staging-x86_64/PKGBUILD (from rev 423145, 
leatherman/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:23:09 UTC (rev 423146)
@@ -0,0 +1,50 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=1.5.3
+pkgrel=2
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake' 'rapidjson')
+checkdepends=('ruby')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/puppetlabs/leatherman/archive/${pkgver}.tar.gz;)
+sha512sums=('e2616a42c6879755f338f9f0291bf28c7465d51caa3326be521ae3e0d5d79e82099c8720dc19223ad9112cde81c4579faf28a2b467f802baefc99dd59212b818')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # Do not treat warnings as errors
+  CXXFLAGS+=' -Wno-error'
+
+  # Work around hang in leatherman_test
+  CXXFLAGS+=' -fno-strict-overflow'
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+}


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:22:00
  Author: felixonmars
Revision: 423144

archrelease: copy trunk to community-staging-x86_64

Added:
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 423142, cgal/trunk/PKGBUILD)

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

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 423142, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:22:00 UTC (rev 423144)
@@ -0,0 +1,40 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.13
+pkgrel=2
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('63a248572cdba7cedd1595ac5a81f865')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir -p build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:21:56
  Author: foutrelis
Revision: 423143

archrelease: copy trunk to community-staging-x86_64

Added:
  openimageio/repos/community-staging-x86_64/
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 423142, openimageio/trunk/PKGBUILD)

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

Copied: openimageio/repos/community-staging-x86_64/PKGBUILD (from rev 423142, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:21:56 UTC (rev 423143)
@@ -0,0 +1,47 @@
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.8.17
+pkgrel=2
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
+arch=(x86_64)
+url="http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'openssl' 'libpng')
+makedepends=('cmake' 'qt5-base' 'python2' 'boost' 'mesa' 'git' 'freetype2' 
'fontconfig' 'libxrender')
+optdepends=('qt5-base: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  # Python is currently broken :(
+  cmake .. \
+  -DUSE_PYTHON=ON \
+  -DUSE_PYTHON3=ON \
+  -DUSE_OPENSSL=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DPYLIB3_INSTALL_DIR=lib/python3.6/site-packages \
+  -DOIIO_BUILD_TESTS=ON \
+  -DOIIO_BUILD_TOOLS=ON \
+  -DSTOP_ON_WARNING=OFF
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:21:09
  Author: felixonmars
Revision: 423140

archrelease: copy trunk to community-staging-x86_64

Added:
  lucene++/repos/community-staging-x86_64/
  lucene++/repos/community-staging-x86_64/PKGBUILD
(from rev 423139, lucene++/trunk/PKGBUILD)

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

Copied: lucene++/repos/community-staging-x86_64/PKGBUILD (from rev 423139, 
lucene++/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 07:21:09 UTC (rev 423140)
@@ -0,0 +1,46 @@
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Rafael Ferreira 
+
+pkgname=lucene++
+pkgver=3.0.7
+_githash='972c9cb37'
+pkgrel=15
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=("https://github.com/luceneplusplus/LucenePlusPlus/archive/${_githash}.tar.gz;)
+md5sums=('a90abdd313ecf32a358f096b7cab9d62')
+
+prepare() {
+  mkdir build
+  #ln -s LucenePlusPlus-rel_$pkgver LucenePlusPlus-$pkgver
+  #ln -s LucenePlusPlus-master LucenePlusPlus-$pkgver
+  ln -s LucenePlusPlus-$_githash* LucenePlusPlus-$pkgver
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
+"$srcdir"/LucenePlusPlus-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../LucenePlusPlus-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DBoost_LIBRARY_DIR=/usr/lib \
+-DENABLE_CUSTOM_ALLOCATOR='FALSE' \
+-DCMAKE_CXX_FLAGS='-DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT'
+# RELAXED for boost 1.58 breakage, remove when lucene++ updates
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:21:40
  Author: felixonmars
Revision: 423141

boost 1.69.0 rebuild

Modified:
  cgal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:21:09 UTC (rev 423140)
+++ PKGBUILD2019-01-15 07:21:40 UTC (rev 423141)
@@ -3,7 +3,7 @@
 
 pkgname=cgal
 pkgver=4.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Computational Geometry Algorithms Library"
 arch=('x86_64')
 url="http://www.cgal.org;


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

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:21:51
  Author: foutrelis
Revision: 423142

boost 1.69.0 rebuild

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:21:40 UTC (rev 423141)
+++ PKGBUILD2019-01-15 07:21:51 UTC (rev 423142)
@@ -3,7 +3,7 @@
 
 pkgname=openimageio
 pkgver=1.8.17
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(x86_64)
 url="http://www.openimageio.org/;


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:20:49
  Author: felixonmars
Revision: 423139

boost 1.69.0 rebuild

Modified:
  lucene++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:09:13 UTC (rev 423138)
+++ PKGBUILD2019-01-15 07:20:49 UTC (rev 423139)
@@ -4,7 +4,7 @@
 pkgname=lucene++
 pkgver=3.0.7
 _githash='972c9cb37'
-pkgrel=14
+pkgrel=15
 pkgdesc='C++ port of the popular Java Lucene library'
 arch=(x86_64)
 url='https://github.com/luceneplusplus/LucenePlusPlus'


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:18:57
  Author: felixonmars
Revision: 344110

archrelease: copy trunk to staging-x86_64

Added:
  libixion/repos/staging-x86_64/
  libixion/repos/staging-x86_64/PKGBUILD
(from rev 344109, libixion/trunk/PKGBUILD)

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

Copied: libixion/repos/staging-x86_64/PKGBUILD (from rev 344109, 
libixion/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-15 07:18:57 UTC (rev 344110)
@@ -0,0 +1,34 @@
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=libixion
+pkgver=0.14.1
+pkgrel=2
+pkgdesc="A general purpose formula parser & interpreter"
+arch=('x86_64')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md;
+license=('custom')
+depends=('boost-libs' 'python')
+makedepends=('boost' 'mdds')
+source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz;)
+sha256sums=('6ad1384fcf813083c6d981a16b2643c953f9bac4c2caf1ed1682921d9b69ed91')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # LICENSE file is missing in tarball
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:18:39
  Author: felixonmars
Revision: 344109

boost 1.69.0 rebuild

Modified:
  libixion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 06:04:07 UTC (rev 344108)
+++ PKGBUILD2019-01-15 07:18:39 UTC (rev 344109)
@@ -3,7 +3,7 @@
 
 pkgname=libixion
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A general purpose formula parser & interpreter"
 arch=('x86_64')
 url="https://gitlab.com/ixion/ixion/blob/master/README.md;


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

2019-01-14 Thread Jiachen Yang via arch-commits
Date: Tuesday, January 15, 2019 @ 06:40:54
  Author: farseerfc
Revision: 423135

archrelease: copy trunk to community-testing-x86_64

Added:
  qtox/repos/community-testing-x86_64/
  qtox/repos/community-testing-x86_64/PKGBUILD
(from rev 423134, qtox/trunk/PKGBUILD)
  qtox/repos/community-testing-x86_64/autoaccept.patch
(from rev 423134, qtox/trunk/autoaccept.patch)

--+
 PKGBUILD |   70 +
 autoaccept.patch |   13 +
 2 files changed, 83 insertions(+)

Copied: qtox/repos/community-testing-x86_64/PKGBUILD (from rev 423134, 
qtox/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-15 06:40:54 UTC (rev 423135)
@@ -0,0 +1,70 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.16.3
+pkgrel=7
+_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'libexif'
+ 'toxcore'
+ 'libgl')
+makedepends=('qt5-tools' 'git' 'check' 'cmake' 'mesa' 'libglvnd')
+
+source=( 
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+)
+sha512sums=('97c9becd6a90fc6a09a24fb52c1863dd880d19e9a6807499e875020a4012259f926014d98a4c831fd534028d9bcfcb76c5bb32001a553c22e2174a992a493a65'
+'SKIP')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+  '74ADB7A7F8ECC1009916C4E42AA8E0DA1B31FB3C'  # - AnthonyBilinski 
subkey
+  '7EB339FE881747E701B7D472EBE36E66A8429B99'  # - AnthonyBilinski
+  'CA9221C5389B7C50AA5F779352A50775BE13DF17'  # - noavarice
+  '141C880E8BA25B198D0F850F7C132143C1A3A7D4'  # – tox-user
+ )
+
+prepare() {
+  # disable -Werror for release packaging
+  sed -e 's|-Werror||' -i CMakeLists.txt
+}
+
+check() {
+  cd build
+  make test
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+ -DGIT_VERSION=$_gitver \
+ -DGIT_DESCRIBE=v$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: qtox/repos/community-testing-x86_64/autoaccept.patch (from rev 423134, 
qtox/trunk/autoaccept.patch)
===
--- community-testing-x86_64/autoaccept.patch   (rev 0)
+++ community-testing-x86_64/autoaccept.patch   2019-01-15 06:40:54 UTC (rev 
423135)
@@ -0,0 +1,13 @@
+diff --git a/src/widget/friendwidget.cpp b/src/widget/friendwidget.cpp
+index 752c2f81..a0d76c58 100644
+--- a/src/widget/friendwidget.cpp
 b/src/widget/friendwidget.cpp
+@@ -222,7 +222,7 @@ void FriendWidget::onContextMenuCalled(QContextMenuEvent* 
event)
+ Settings::getInstance().setAutoAcceptDir(id, "");
+ } else if (autoAccept->isChecked()) {
+ const QString dir = QFileDialog::getExistingDirectory(
+-Q_NULLPTR, tr("Choose an auto accept directory", 
"popup title"), dir);
++Q_NULLPTR, tr("Choose an auto accept directory", 
"popup title"), Settings::getInstance().getAutoAcceptDir(id));
+ 
+ autoAccept->setChecked(true);
+ qDebug() << "Setting auto accept dir for" << friendId << "to" << 
dir;


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

2019-01-14 Thread Jiachen Yang via arch-commits
Date: Tuesday, January 15, 2019 @ 06:40:19
  Author: farseerfc
Revision: 423134

upgpkg: qtox 1.16.3-7

qtox toxcore 0.2.9 rebuild

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 06:27:08 UTC (rev 423133)
+++ PKGBUILD2019-01-15 06:40:19 UTC (rev 423134)
@@ -6,7 +6,7 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.16.3
-pkgrel=6
+pkgrel=7
 _gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
 arch=('x86_64')


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

2019-01-14 Thread Jiachen Yang via arch-commits
Date: Tuesday, January 15, 2019 @ 06:27:08
  Author: farseerfc
Revision: 423133

archrelease: copy trunk to community-testing-x86_64

Added:
  toxcore/repos/community-testing-x86_64/
  toxcore/repos/community-testing-x86_64/PKGBUILD
(from rev 423132, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-testing-x86_64/toxcore.conf
(from rev 423132, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-testing-x86_64/toxcore.install
(from rev 423132, toxcore/trunk/toxcore.install)

-+
 PKGBUILD|   73 ++
 toxcore.conf|2 +
 toxcore.install |   15 +++
 3 files changed, 90 insertions(+)

Copied: toxcore/repos/community-testing-x86_64/PKGBUILD (from rev 423132, 
toxcore/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-15 06:27:08 UTC (rev 423133)
@@ -0,0 +1,73 @@
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+# Contributor: Håvard Pettersson 
+# Contributor: naxuroqa 
+# Contributor: Boohbah 
+# Contributor: Kevin MacMartin 
+
+pkgname=toxcore
+_pkgname=c-toxcore
+epoch=1
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('check' 'cmake')
+conflicts=("tox")
+provides=("tox")
+backup=('etc/tox-bootstrapd.conf')
+install=$pkgname.install
+source=(
+   
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz;
+   
#"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz;
+   
"${_pkgname}-v${pkgver}.tar.gz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc;
+   
#"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz;
+   
#"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc;
+'toxcore.conf')
+sha512sums=('917826a906a9ca4f04f34494616b8e36ec9e74c6b0709c50e8fe2dd9da680d170013fef242a3fe1b834e8e54cd2dde6be1c14e5d977f8531436ef34280bc3966'
+'SKIP'
+
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
+validpgpkeys=(
+'15D3B9A6B3951DF9854FCA93E786548AE0A0B56B'  # 
RobinLindén
+'B7008FF12C079BF6E6EA19D1601A604B7E605776'  # Robin Lindén 

+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+'DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 
+'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+'1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+'31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+'2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+)
+
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
+  sed -i "/Rpath/d;/RPATH/d" CMakeLists.txt
+}
+
+build() {
+  cd $_pkgname-$pkgver/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DDHT_BOOTSTRAP=on \
+-DBOOTSTRAP_DAEMON=on \
+-DBUILD_TOXAV=on \
+-DBUILD_AV_TEST=on ..
+  make
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+  make test 
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/toxcore.conf" 
"$pkgdir/usr/lib/sysusers.d/toxcore.conf"
+  install -Dm644 ../other/bootstrap_daemon/tox-bootstrapd.service 
"$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
+  install -Dm644 ../other/bootstrap_daemon/tox-bootstrapd.conf 
"$pkgdir/etc/tox-bootstrapd.conf"
+}

Copied: toxcore/repos/community-testing-x86_64/toxcore.conf (from rev 423132, 
toxcore/trunk/toxcore.conf)
===
--- community-testing-x86_64/toxcore.conf   (rev 0)
+++ community-testing-x86_64/toxcore.conf   2019-01-15 06:27:08 UTC (rev 
423133)
@@ -0,0 +1,2 @@
+u tox-bootstrapd 199 "Tox bootstrapd"
+g tox-bootstrapd 199

Copied: toxcore/repos/community-testing-x86_64/toxcore.install (from rev 
423132, toxcore/trunk/toxcore.install)
===
--- community-testing-x86_64/toxcore.install(rev 0)
+++ community-testing-x86_64/toxcore.install2019-01-15 06:27:08 UTC (rev 
423133)
@@ -0,0 +1,15 @@
+post_install() {
+  [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o 199 -g 199 
var/lib/tox-bootstrapd
+}
+
+post_upgrade() {
+  (( $(vercmp $2 

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

2019-01-14 Thread Jiachen Yang via arch-commits
Date: Tuesday, January 15, 2019 @ 06:26:28
  Author: farseerfc
Revision: 423132

upgpkg: toxcore 1:0.2.9-1

toxcore 0.2.9 release

Modified:
  toxcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 06:13:55 UTC (rev 423131)
+++ PKGBUILD2019-01-15 06:26:28 UTC (rev 423132)
@@ -8,7 +8,7 @@
 pkgname=toxcore
 _pkgname=c-toxcore
 epoch=1
-pkgver=0.2.8
+pkgver=0.2.9
 pkgrel=1
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('x86_64')
@@ -27,7 +27,7 @@

#"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz;

#"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc;
 'toxcore.conf')
-sha512sums=('a23a87a74fe97091b00ea76676a22578ed1e2426ac777146bb6efc984f1bfd3fff0d7fb149691155b8e2db56e1e088a1884536e5b717ff5c45a87b437f275735'
+sha512sums=('917826a906a9ca4f04f34494616b8e36ec9e74c6b0709c50e8fe2dd9da680d170013fef242a3fe1b834e8e54cd2dde6be1c14e5d977f8531436ef34280bc3966'
 'SKIP'
 
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
 validpgpkeys=(


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

2019-01-14 Thread Jiachen Yang via arch-commits
Date: Tuesday, January 15, 2019 @ 06:13:55
  Author: farseerfc
Revision: 423131

archrelease: copy trunk to community-testing-x86_64

Added:
  lzip/repos/community-testing-x86_64/
  lzip/repos/community-testing-x86_64/PKGBUILD
(from rev 423130, lzip/trunk/PKGBUILD)

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

Copied: lzip/repos/community-testing-x86_64/PKGBUILD (from rev 423130, 
lzip/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-15 06:13:55 UTC (rev 423131)
@@ -0,0 +1,32 @@
+# Maintainer:  Jiachen Yang 
+# AUR Maintainer:  apophys 
+# Contributor: Christoph Zeiler 
+# Contributor: Renzo Carbonara 
+
+pkgname=lzip
+pkgver=1.21
+pkgrel=1
+pkgdesc="A lossless file compressor based on the LZMA algorithm"
+arch=('x86_64')
+url="http://www.nongnu.org/lzip/lzip.html;
+license=('GPL3')
+depends=('gcc-libs')
+source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
+   
"https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
+
+## upstream provided sha256sum:
+## http://lists.nongnu.org/archive/html/lzip-bug/2018-02/msg6.html
+sha256sums=('e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b'
+'SKIP')
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz 

+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install{,-man}
+}


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

2019-01-14 Thread Jiachen Yang via arch-commits
Date: Tuesday, January 15, 2019 @ 06:13:15
  Author: farseerfc
Revision: 423130

upgpkg: lzip 1.21-1

lzip 1.21 release

Modified:
  lzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 05:26:46 UTC (rev 423129)
+++ PKGBUILD2019-01-15 06:13:15 UTC (rev 423130)
@@ -4,7 +4,7 @@
 # Contributor: Renzo Carbonara 
 
 pkgname=lzip
-pkgver=1.20
+pkgver=1.21
 pkgrel=1
 pkgdesc="A lossless file compressor based on the LZMA algorithm"
 arch=('x86_64')
@@ -16,13 +16,13 @@
 
 ## upstream provided sha256sum:
 ## http://lists.nongnu.org/archive/html/lzip-bug/2018-02/msg6.html
-sha256sums=('c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c'
+sha256sums=('e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b'
 'SKIP')
 validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz 

 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
   make
 }
 


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

2019-01-14 Thread Andreas Radke via arch-commits
Date: Tuesday, January 15, 2019 @ 06:04:07
  Author: andyrtr
Revision: 344108

archrelease: copy trunk to testing-x86_64

Added:
  xterm/repos/testing-x86_64/
  xterm/repos/testing-x86_64/LICENSE
(from rev 344107, xterm/trunk/LICENSE)
  xterm/repos/testing-x86_64/PKGBUILD
(from rev 344107, xterm/trunk/PKGBUILD)

--+
 LICENSE  |   73 +
 PKGBUILD |   63 
 2 files changed, 136 insertions(+)

Copied: xterm/repos/testing-x86_64/LICENSE (from rev 344107, 
xterm/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2019-01-15 06:04:07 UTC (rev 344108)
@@ -0,0 +1,73 @@
+/***
+
+Copyright 2002-2008,2009 by Thomas E. Dickey
+
+All Rights Reserved
+
+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 ABOVE LISTED COPYRIGHT HOLDER(S) 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.
+
+Except as contained in this notice, the name(s) of the above copyright
+holders shall not be used in advertising or otherwise to promote the
+sale, use or other dealings in this Software without prior written
+authorization.
+
+Copyright 1987, 1988  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+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
+OPEN GROUP 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.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
+
+All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Digital not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.
+
+DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
+
+**/

Copied: xterm/repos/testing-x86_64/PKGBUILD (from rev 344107, 
xterm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-15 06:04:07 UTC (rev 344108)
@@ -0,0 +1,63 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=343
+pkgrel=1
+pkgdesc="X Terminal Emulator"
+arch=('x86_64')

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

2019-01-14 Thread Andreas Radke via arch-commits
Date: Tuesday, January 15, 2019 @ 06:02:24
  Author: andyrtr
Revision: 344107

upgpkg: xterm 343-1

upstream update 343

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 02:47:14 UTC (rev 344106)
+++ PKGBUILD2019-01-15 06:02:24 UTC (rev 344107)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=342
+pkgver=343
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-sha256sums=('80222090bd349dabb472bbb92d0e22a30d9f14ff22ee13070548e86f14f9'
+sha256sums=('931db261a2069ddf7dc3a305985f494468b609cf7198f02ca09df9498cfad17a'
 'SKIP'
 '9929684f5e28eb5e49c5a7f924dec9c61e0b909b3debb92d247f73f222e09615')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"


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

2019-01-14 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 15, 2019 @ 05:26:46
  Author: anatolik
Revision: 423129

archrelease: copy trunk to community-any

Added:
  android-udev/repos/community-any/PKGBUILD
(from rev 423128, android-udev/trunk/PKGBUILD)
Deleted:
  android-udev/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 05:24:42 UTC (rev 423128)
+++ PKGBUILD2019-01-15 05:26:46 UTC (rev 423129)
@@ -1,19 +0,0 @@
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=20181031
-pkgrel=1
-pkgdesc='Udev rules to connect Android devices to your linux box'
-arch=(any)
-url='https://github.com/M0Rf30/android-udev-rules'
-license=(GPL3)
-depends=(udev libmtp)
-source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-sha1sums=('ce233b2cc5b7d2d41d7f2535be7f8ca09d9842ab')
-
-package() {
-  cd android-udev-rules-$pkgver
-  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
-  install -Dm 644 android-udev.conf 
"$pkgdir"/usr/lib/sysusers.d/android-udev.conf
-}

Copied: android-udev/repos/community-any/PKGBUILD (from rev 423128, 
android-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 05:26:46 UTC (rev 423129)
@@ -0,0 +1,19 @@
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20190114
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+sha1sums=('73dc23d822f73c02f09402ac1b54c67c527aedc8')
+
+package() {
+  cd android-udev-rules-$pkgver
+  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+  install -Dm 644 android-udev.conf 
"$pkgdir"/usr/lib/sysusers.d/android-udev.conf
+}


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

2019-01-14 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 15, 2019 @ 05:24:42
  Author: anatolik
Revision: 423128

upgpkg: android-udev 20190114-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 03:48:12 UTC (rev 423127)
+++ PKGBUILD2019-01-15 05:24:42 UTC (rev 423128)
@@ -2,7 +2,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=20181031
+pkgver=20190114
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(udev libmtp)
 
source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-sha1sums=('ce233b2cc5b7d2d41d7f2535be7f8ca09d9842ab')
+sha1sums=('73dc23d822f73c02f09402ac1b54c67c527aedc8')
 
 package() {
   cd android-udev-rules-$pkgver


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

2019-01-14 Thread Daniel M. Capella via arch-commits
Date: Tuesday, January 15, 2019 @ 03:48:12
  Author: polyzen
Revision: 423127

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 03:47:56 UTC (rev 423126)
+++ PKGBUILD2019-01-15 03:48:12 UTC (rev 423127)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Timothée Ravier 
-
-_name=dulwich
-pkgname=python-dulwich
-pkgver=0.19.9
-pkgrel=2
-pkgdesc='Pure-Python implementation of the Git file formats and protocols'
-arch=('x86_64')
-url=https://www.dulwich.io
-license=('GPL')
-depends=('python-certifi' 'python-urllib3')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('5e1e39555f594939a8aff1ca08b3bdf6c7efd4b941c2850760983a0197240974')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m unittest dulwich.tests.test_suite
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dulwich/repos/community-x86_64/PKGBUILD (from rev 423126, 
python-dulwich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 03:48:12 UTC (rev 423127)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Timothée Ravier 
+
+_name=dulwich
+pkgname=python-dulwich
+pkgver=0.19.10
+pkgrel=1
+pkgdesc='Pure-Python implementation of the Git file formats and protocols'
+arch=('x86_64')
+url=https://www.dulwich.io
+license=('GPL')
+depends=('python-certifi' 'python-urllib3')
+checkdepends=('python-mock')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('0330787f28c5252f12040b9a1c0f5990f19f806c12b3d510ee7ea1fa53a6f3b4')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m unittest dulwich.tests.test_suite
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-14 Thread Daniel M. Capella via arch-commits
Date: Tuesday, January 15, 2019 @ 03:47:56
  Author: polyzen
Revision: 423126

upgpkg: python-dulwich 0.19.10-1

Modified:
  python-dulwich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 03:44:33 UTC (rev 423125)
+++ PKGBUILD2019-01-15 03:47:56 UTC (rev 423126)
@@ -3,8 +3,8 @@
 
 _name=dulwich
 pkgname=python-dulwich
-pkgver=0.19.9
-pkgrel=2
+pkgver=0.19.10
+pkgrel=1
 pkgdesc='Pure-Python implementation of the Git file formats and protocols'
 arch=('x86_64')
 url=https://www.dulwich.io
@@ -12,7 +12,7 @@
 depends=('python-certifi' 'python-urllib3')
 checkdepends=('python-mock')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('5e1e39555f594939a8aff1ca08b3bdf6c7efd4b941c2850760983a0197240974')
+sha256sums=('0330787f28c5252f12040b9a1c0f5990f19f806c12b3d510ee7ea1fa53a6f3b4')
 
 build() {
   cd $_name-$pkgver


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

2019-01-14 Thread Daniel M. Capella via arch-commits
Date: Tuesday, January 15, 2019 @ 03:44:33
  Author: polyzen
Revision: 423125

archrelease: copy trunk to community-any

Added:
  yamllint/repos/community-any/PKGBUILD
(from rev 423124, yamllint/trunk/PKGBUILD)
Deleted:
  yamllint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 03:44:13 UTC (rev 423124)
+++ PKGBUILD2019-01-15 03:44:33 UTC (rev 423125)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=yamllint
-pkgver=1.13.0
-pkgrel=2
-pkgdesc='Linter for YAML files'
-arch=('any')
-url=https://github.com/adrienverge/yamllint
-license=('GPL3')
-depends=('python-pathspec' 'python-setuptools' 'python-yaml')
-checkdepends=('python-nose')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ce8fc4f966e894352331f677e170fafb6b132f6db560e8fd3309a4fd519042f121dc73d6c151551d9bc3bf852b74e863ebfbdf9cc81ac16a7627a603e4ea0071')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m unittest discover tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-}
-
-# vim:set sw=2 et:

Copied: yamllint/repos/community-any/PKGBUILD (from rev 423124, 
yamllint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 03:44:33 UTC (rev 423125)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=yamllint
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='Linter for YAML files'
+arch=('any')
+url=https://github.com/adrienverge/yamllint
+license=('GPL3')
+depends=('python-pathspec' 'python-setuptools' 'python-yaml')
+checkdepends=('python-nose')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha512sums=('9953b152b253b6f6e4f7d721299de8acc4ddeccbd46487f9f0964ef6a2679d23fe924b44dde9461151789b37ebc6f03d7d4efa727c0d5bd938d396f7d1b0e0d7')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest discover tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+}
+
+# vim:set sw=2 et:


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

2019-01-14 Thread Daniel M. Capella via arch-commits
Date: Tuesday, January 15, 2019 @ 03:44:13
  Author: polyzen
Revision: 423124

upgpkg: yamllint 1.14.0-1

Modified:
  yamllint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 03:19:57 UTC (rev 423123)
+++ PKGBUILD2019-01-15 03:44:13 UTC (rev 423124)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=yamllint
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
 pkgdesc='Linter for YAML files'
 arch=('any')
 url=https://github.com/adrienverge/yamllint
@@ -10,7 +10,7 @@
 depends=('python-pathspec' 'python-setuptools' 'python-yaml')
 checkdepends=('python-nose')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ce8fc4f966e894352331f677e170fafb6b132f6db560e8fd3309a4fd519042f121dc73d6c151551d9bc3bf852b74e863ebfbdf9cc81ac16a7627a603e4ea0071')
+sha512sums=('9953b152b253b6f6e4f7d721299de8acc4ddeccbd46487f9f0964ef6a2679d23fe924b44dde9461151789b37ebc6f03d7d4efa727c0d5bd938d396f7d1b0e0d7')
 
 build() {
   cd $pkgname-$pkgver


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 03:19:57
  Author: felixonmars
Revision: 423123

archrelease: copy trunk to community-any

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

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

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

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 423122, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 03:19:57 UTC (rev 423123)
@@ -0,0 +1,76 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)

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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 03:19:32
  Author: felixonmars
Revision: 423122

upgpkg: python-hypothesis 4.0.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 03:06:02 UTC (rev 423121)
+++ PKGBUILD2019-01-15 03:19:32 UTC (rev 423122)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.88.3
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('c0df486f040380e1fd639ccec536d24a466bc63de808d5be39f76f8b65da7b899d3b0d568fe67524d60a392b888dd505350413b73a936dcc12bc3710fa923b8b')
+sha512sums=('d9659539b4d31d1a918ec6edac9b1c2797f7e7ef7c0bc88864446d77de406909cb0df89c44ac1b400b4f7763563294bceefa8d8fc4b938af41850b45b41fd96c')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 03:06:02
  Author: felixonmars
Revision: 423121

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 03:05:41 UTC (rev 423120)
+++ PKGBUILD2019-01-15 03:06:02 UTC (rev 423121)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.8.7.2
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('ec7bcec2bf2e8c735f5db1bea9ede24120dda5b97312799f4ad7177fe20734c52a142b4a66b679d4cf9f203679171b858c4465590387e0ff6d34c66f862c969d')
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 423120, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 03:06:02 UTC (rev 423121)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.8.7.3
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('eddde26b02d59db236079b05a10ff2f88a31e9f74de81b18ff674c77019f5e81dd62d4e0d98df589e8bf3d38c2ce6288dab8530cf6023c8497bad52741393e7a')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 03:05:41
  Author: felixonmars
Revision: 423120

upgpkg: deepin-dock 4.8.7.3-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 03:04:37 UTC (rev 423119)
+++ PKGBUILD2019-01-15 03:05:41 UTC (rev 423120)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.8.7.2
+pkgver=4.8.7.3
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
@@ -15,8 +15,8 @@
 conflicts=('dde-dock')
 replaces=('dde-dock')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('ec7bcec2bf2e8c735f5db1bea9ede24120dda5b97312799f4ad7177fe20734c52a142b4a66b679d4cf9f203679171b858c4465590387e0ff6d34c66f862c969d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('eddde26b02d59db236079b05a10ff2f88a31e9f74de81b18ff674c77019f5e81dd62d4e0d98df589e8bf3d38c2ce6288dab8530cf6023c8497bad52741393e7a')
 
 build() {
   cd dde-dock-$pkgver


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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 03:04:37
  Author: felixonmars
Revision: 423119

archrelease: copy trunk to community-x86_64

Added:
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 423118, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 423118, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 423118, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers

+
 PKGBUILD   |  136 +++
 deepin-daemon.install  |6 +-
 deepin-daemon.sysusers |4 -
 3 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 03:04:09 UTC (rev 423118)
+++ PKGBUILD2019-01-15 03:04:37 UTC (rev 423119)
@@ -1,68 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=3.19.0
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'poppler-glib' 
'rfkill' 'bluez'
- 'deepin-notifications' 'iso-codes' 'lsb-release' 
'mobile-broadband-provider-info'
- 'deepin-polkit-agent' 'deepin-polkit-agent-ext-gnomekeyring' 
'udisks2' 'upower'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
- 'gnome-keyring' 'noto-fonts' 'imwheel')
-makedepends=('deepin-dbus-factory' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'sqlite' 'deepin-gettext-tools' 'git' 'mercurial' 
'python-gobject'
- 'networkmanager' 'go-pie')
-optdepends=('networkmanager: for network management support'
-'deepin-grub2-themes: theme for grub module'
-'iw: for miracast module'
-'proxychains-ng: for proxy configuration module')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
-
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
-'deepin-daemon.sysusers')
-sha512sums=('6880714a6e3497b6867a64a05fe95e0bee8923d68269ea03bd9e2d0d66adf823f0e745bcdb66563fbdd96525c37dedc6e8dfdda43bcf3ca342e576e3b3b49d51'
-
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
-
-prepare() {
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../dde-daemon_3.8.0.patch
-
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/linuxdeepin/go-x11-client \
- github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 
github.com/disintegration/imaging \
- github.com/BurntSushi/freetype-go/freetype 
github.com/BurntSushi/freetype-go/freetype/truetype \
- github.com/BurntSushi/graphics-go/graphics 
github.com/fsnotify/fsnotify golang.org/x/sys/unix \
- gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam 
github.com/nfnt/resize \
- golang.org/x/text/encoding/charmap github.com/cryptix/wav 
golang.org/x/net/context
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
-}
-
-build() {
-  cd dde-daemon-$pkgver
-  make -C network/nm_generator gen-nm-code
-  make
-}
-
-package() {
-  cd dde-daemon-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mv "$pkgdir"{,/usr}/lib/systemd
-  rmdir "$pkgdir"/lib
-
-  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-}

Copied: deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 423118, 
deepin-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 03:04:37 UTC (rev 423119)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=3.20.0
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-daemon;
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 

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

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 03:04:09
  Author: felixonmars
Revision: 423118

upgpkg: deepin-daemon 3.20.0-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 00:35:02 UTC (rev 423117)
+++ PKGBUILD2019-01-15 03:04:09 UTC (rev 423118)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.19.0
+pkgver=3.20.0
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -28,7 +28,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
 
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
 'deepin-daemon.sysusers')
-sha512sums=('6880714a6e3497b6867a64a05fe95e0bee8923d68269ea03bd9e2d0d66adf823f0e745bcdb66563fbdd96525c37dedc6e8dfdda43bcf3ca342e576e3b3b49d51'
+sha512sums=('92349d485e32e356e528a8744fc6d4e21a15a0d28aedcabffd5c9771a302ba9efa4e93c454cb64240f1d11abab1d25dc031c5e77687105af9184e519c0abe17e'
 
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 


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

2019-01-14 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, January 15, 2019 @ 02:47:14
  Author: seblu
Revision: 344106

db-move: moved tar from [testing] to [core] (x86_64)

Added:
  tar/repos/core-x86_64/PKGBUILD
(from rev 344105, tar/repos/testing-x86_64/PKGBUILD)
Deleted:
  tar/repos/core-x86_64/PKGBUILD
  tar/repos/testing-x86_64/

--+
 /PKGBUILD|   52 +
 core-x86_64/PKGBUILD |   49 --
 2 files changed, 52 insertions(+), 49 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-01-15 00:17:46 UTC (rev 344105)
+++ core-x86_64/PKGBUILD2019-01-15 02:47:14 UTC (rev 344106)
@@ -1,49 +0,0 @@
-# Mainainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=tar
-pkgver=1.31
-pkgrel=1
-pkgdesc='Utility used to store, backup, and transport files'
-arch=('x86_64')
-url='https://www.gnu.org/software/tar/'
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'acl' 'attr')
-options=('!emptydirs')
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('bc9a89da1185ceb2210de12552c43ce2'
- 'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tar/repos/core-x86_64/PKGBUILD (from rev 344105, 
tar/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-01-15 02:47:14 UTC (rev 344106)
@@ -0,0 +1,52 @@
+# Mainainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=tar
+pkgver=1.31
+pkgrel=2
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('x86_64')
+url='https://www.gnu.org/software/tar/'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
+   
'01.patch::http://git.savannah.gnu.org/cgit/tar.git/patch/?id=85c005ee1345c342f707f3c55317daf6cb050603')
+md5sums=('bc9a89da1185ceb2210de12552c43ce2'
+ 'SKIP'
+ 'c59638fdf88b94c46561fb68d869c5ff')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-14 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, January 15, 2019 @ 00:35:02
  Author: mtorromeo
Revision: 423117

archrelease: copy trunk to community-x86_64

Added:
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 423116, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/build-hostname.patch
(from rev 423116, percona-server/trunk/build-hostname.patch)
  percona-server/repos/community-x86_64/my.cnf
(from rev 423116, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 423116, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/no-werror.patch
(from rev 423116, percona-server/trunk/no-werror.patch)
  percona-server/repos/community-x86_64/rocksdb-systemlibs.patch
(from rev 423116, percona-server/trunk/rocksdb-systemlibs.patch)
Deleted:
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/build-hostname.patch
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/no-werror.patch
  percona-server/repos/community-x86_64/rocksdb-systemlibs.patch

--+
 PKGBUILD |  348 ++---
 build-hostname.patch |   34 ++--
 my.cnf   |   68 
 mysql-user.conf  |2 
 no-werror.patch  |   56 +++
 rocksdb-systemlibs.patch |  104 ++---
 6 files changed, 305 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 00:34:25 UTC (rev 423116)
+++ PKGBUILD2019-01-15 00:35:02 UTC (rev 423117)
@@ -1,175 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=8.0.13_3
-_boost_ver=1.67.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=2
-arch=('x86_64')
-makedepends=('cmake' 'zlib' 'lz4' 'zstd' 'libaio' 'systemd-tools' 'pam' 
'numactl' 'jemalloc' 'openssl' 'rpcsvc-proto')
-license=('GPL')
-url="https://www.percona.com/software/mysql-database/percona-server;
-source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
-
"http://jenkins.percona.com/downloads/boost/boost_${_boost_ver//./_}.tar.gz;
-'my.cnf'
-'mysql-user.conf'
-'build-hostname.patch'
-'no-werror.patch'
-'rocksdb-systemlibs.patch')
-sha256sums=('ab00626775b85ea506c1d992d66acee50f0bfbde54b830731f61652e87ff93da'
-'8aa4e330c870ef50a896634c931adf468b21f8a69b77007e45c444151229f665'
-'b467b04d6d06152b2abc33f2a6de63fef0fc922dd5119d2ee1d07d3c1a489731'
-'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'
-'1537fdbb92dd1c135c1eb9f4d10c44fd02e652db66c933d731990a1196f1397c'
-'fe1cb2b079c56ff0f827c7dfb25d004b2190410406820c490dc6152cfe392b70'
-'38f1acce8d8eff8167f1defcd4ce7063e67beeb7ab67bbf15ba5630290d00b71')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   rm -v sql/sql_yacc.{cc,h}
-
-   patch -p1 -i "$srcdir"/build-hostname.patch
-   patch -p1 -i "$srcdir"/no-werror.patch
-   # patch -p1 -i "$srcdir"/rocksdb-systemlibs.patch
-}
-
-build() {
-   # rm -rf build
-   mkdir -p build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DBUILD_CONFIG=mysql_release \
-   -DREPRODUCIBLE_BUILD=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONFDIR=/etc/mysql \
-   -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8mb4 \
-   -DDEFAULT_COLLATION=utf8mb4_general_ci \
-   -DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/doc/percona-server \
-   -DINSTALL_DOCREADMEDIR=share/doc/percona-server \
-   -DINSTALL_DOCDIR=share/doc/percona-server \
-   -DINSTALL_MANDIR=share/man \
-   -DINSTALL_PLUGINDIR=lib/mysql/plugin \
-   -DINSTALL_SCRIPTDIR=bin \
-   -DINSTALL_INCLUDEDIR=include/perconaserver \
-   -DINSTALL_SUPPORTFILESDIR=share/mysql \
-   -DINSTALL_MYSQLSHAREDIR=share/mysql \
-   -DWITH_ZLIB=system \
-   -DWITH_LZ4=system \
-   -DWITH_SSL=system \
-   -DWITH_LIBWRAP=OFF \
-   -DWITH_MECAB=OFF \
-   -DWITH_PAM=ON \
-   -DWITH_EXTRA_CHARSETS=complex \
-   -DWITH_EMBEDDED_SERVER=ON \
-   -DWITH_EMBEDDED_SHARED_LIBRARY=ON \
-   -DWITH_INNODB_MEMCACHED=ON \
-   -DWITH_ARCHIVE_STORAGE_ENGINE=ON \
-   -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
-   -DWITH_FEDERATED_STORAGE_ENGINE=ON \
-

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

2019-01-14 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, January 15, 2019 @ 00:34:25
  Author: mtorromeo
Revision: 423116

fixed bugs FS#61365 and FS#61298

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 00:29:37 UTC (rev 423115)
+++ PKGBUILD2019-01-15 00:34:25 UTC (rev 423116)
@@ -6,7 +6,7 @@
 _boost_ver=1.67.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 makedepends=('cmake' 'zlib' 'lz4' 'zstd' 'libaio' 'systemd-tools' 'pam' 
'numactl' 'jemalloc' 'openssl' 'rpcsvc-proto')
 license=('GPL')
@@ -41,6 +41,7 @@
cd build
 
cmake ../$pkgbase-$_pkgver \
+   -Wno-dev \
-DBUILD_CONFIG=mysql_release \
-DREPRODUCIBLE_BUILD=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
@@ -65,7 +66,6 @@
-DWITH_LIBWRAP=OFF \
-DWITH_MECAB=OFF \
-DWITH_PAM=ON \
-   -DWITH_EXTRA_CHARSETS=complex \
-DWITH_EMBEDDED_SERVER=ON \
-DWITH_EMBEDDED_SHARED_LIBRARY=ON \
-DWITH_INNODB_MEMCACHED=ON \
@@ -87,9 +87,6 @@
-DWITH_SYSTEMD=1 \
-DWITH_SCALABILITY_METRICS=ON \
-DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
-   -DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing 
-DBIG_JOINS=1 -fomit-frame-pointer -fno-delete-null-pointer-checks -Wno-dev" \
-   -DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing 
-DBIG_JOINS=1 -felide-constructors -fno-delete-null-pointer-checks -Wno-dev 
-Wno-error=nonnull-compare -Wno-deprecated-declarations 
-Wno-misleading-indentation -Wno-maybe-uninitialized" \
-   -DWITH_MYSQLD_LDFLAGS="-pie ${LDFLAGS},-z,now" \
-DWITH_BOOST="../boost_${_boost_ver//./_}" \
-DWITH_NUMA=ON
 
@@ -106,7 +103,7 @@
done
 
# Conflicting files with libmariadbclient
-   rm -rf "$pkgdir"/usr/lib/{libmysql*,mysql}
+   rm -rf "$pkgdir"/usr/lib/{libmysqld.so*,libmysqlclient{,_r}.so*,mysql}
 
install -Dm755 scripts/mysql_config 
"$pkgdir"/usr/bin/perconaserver_config
install -Dm644 "$srcdir"/$pkgbase-$_pkgver/man/mysql_config.1 
"$pkgdir"/usr/share/man/man1/perconaserver_config.1
@@ -137,7 +134,7 @@
 package_percona-server() {
pkgdesc='Drop-in replacement for MySQL that provides improved 
performance, diagnostics, instrumentation and MyRocks storage engine'
backup=('etc/mysql/my.cnf')
-   depends=('libaio' 'systemd-tools' 'pam' 'jemalloc' 'numactl' 'lz4' 
'zstd' 'openssl' 'libtirpc')
+   depends=('libaio' 'systemd-tools' 'pam' 'jemalloc' 'numactl' 'lz4' 
'zstd' 'openssl' 'libtirpc' 'curl')
optdepends=('perl-dbd-mysql')
conflicts=('mysql')
provides=("mysql=$_myver" "mariadb=$_myver")
@@ -150,13 +147,14 @@
install -Dm644 ../mysql-user.conf 
"$pkgdir"/usr/lib/sysusers.d/mysql.conf
 
cd "$pkgdir"
+   chmod 755 usr
mv usr/usr/lib/* usr/lib
-   rm -rf usr/usr
+   rm -rf usr/{usr,data,run,lib/mysql/plugin/debug}
 
# Move documentation
if [ -f usr/PATENTS ]; then
mv usr/{PATENTS,README.md} usr/share/doc/$pkgname/
-   rm usr/COPYING.*
+   rm usr/COPYING.* usr/{LICENSE,README}.router
fi
 
# provided by libperconaserverclient


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Tuesday, January 15, 2019 @ 00:29:31
  Author: anthraxx
Revision: 423114

upgpkg: gradle 5.1.1-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 00:21:47 UTC (rev 423113)
+++ PKGBUILD2019-01-15 00:29:31 UTC (rev 423114)
@@ -6,7 +6,7 @@
 # TODO: build from source
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=5.1
+pkgver=5.1.1
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -16,9 +16,9 @@
 makedepends=('git')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha256sums=('7b8a8b9cce0406733d2d3fab3874386c530657c73c3f4e9a3837d081e26060d8'
+sha256sums=('53b71812f18cdb2777e9f1b2a0f2038683907c90bdc406bc64d8b400e1fb2c3b'
 '7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('f2f08e6b29f065036e2e381d1ef5d77ab3f06a427a27b3f72137957b151b13ba74b67653595aeddd5f7e9b710a57b5abaefa7d1cbbc1ae9fb06cc630fff018ac'
+sha512sums=('31f43751d517f5ecf47ba66332563bc7ca1a3145adfb09190ec0232107fc812a7e8114a1d374aeb2378c88f6433b2d15f58f80706bb8e166e7a1be8a8a444d71'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Tuesday, January 15, 2019 @ 00:29:37
  Author: anthraxx
Revision: 423115

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 423114, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 423114, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  154 ++--
 gradle.sh |4 -
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 00:29:31 UTC (rev 423114)
+++ PKGBUILD2019-01-15 00:29:37 UTC (rev 423115)
@@ -1,77 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-# TODO: build from source
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=5.1
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-makedepends=('git')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha256sums=('7b8a8b9cce0406733d2d3fab3874386c530657c73c3f4e9a3837d081e26060d8'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('f2f08e6b29f065036e2e381d1ef5d77ab3f06a427a27b3f72137957b151b13ba74b67653595aeddd5f7e9b710a57b5abaefa7d1cbbc1ae9fb06cc630fff018ac'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 423114, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 00:29:37 UTC (rev 423115)
@@ -0,0 +1,77 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+# TODO: build from source
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=5.1.1
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+makedepends=('git')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha256sums=('53b71812f18cdb2777e9f1b2a0f2038683907c90bdc406bc64d8b400e1fb2c3b'
+'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+sha512sums=('31f43751d517f5ecf47ba66332563bc7ca1a3145adfb09190ec0232107fc812a7e8114a1d374aeb2378c88f6433b2d15f58f80706bb8e166e7a1be8a8a444d71'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install -Dm 

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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Tuesday, January 15, 2019 @ 00:21:47
  Author: anthraxx
Revision: 423113

archrelease: copy trunk to community-any

Added:
  python-sqlalchemy-continuum/repos/community-any/PKGBUILD
(from rev 423112, python-sqlalchemy-continuum/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy-continuum/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 00:21:24 UTC (rev 423112)
+++ PKGBUILD2019-01-15 00:21:47 UTC (rev 423113)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jelle van der Waa https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
-sha512sums=('dd0fea44f4f928b458291bfcdb632b1b447402648ed6c415a4bb1cca43bf19bd95b09b8f0447ee39432bf1e186d8bc919d1ca65b63d91631ebc56ed9a2e44f26')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-  make -C docs text man
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst docs/_build/text/* -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/sqlalchemy-continuum.1 -t 
"${pkgdir}/usr/share/man/man1"
-  ln -sf /usr/share/man/man1/sqlalchemy-continuum.1.gz 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}/tests
-  DB=sqlite pytest
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sqlalchemy-continuum/repos/community-any/PKGBUILD (from rev 
423112, python-sqlalchemy-continuum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 00:21:47 UTC (rev 423113)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
+sha512sums=('f41017c8b5b5611b2a119d0b937d54bc4caa25d736ed0c3bbb48fb224a617c3cc5185d818ab12b77622b1586bb3312cc3673446e48c709c2e569a468b1379575')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -C docs text man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/tests
+  DB=sqlite pytest
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst docs/_build/text/* -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/sqlalchemy-continuum.1 -t 
"${pkgdir}/usr/share/man/man1"
+  ln -sf /usr/share/man/man1/sqlalchemy-continuum.1.gz 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Tuesday, January 15, 2019 @ 00:21:24
  Author: anthraxx
Revision: 423112

upgpkg: python-sqlalchemy-continuum 1.3.7-1

Modified:
  python-sqlalchemy-continuum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 00:09:57 UTC (rev 423111)
+++ PKGBUILD2019-01-15 00:21:24 UTC (rev 423112)
@@ -3,8 +3,8 @@
 
 _pkgname=sqlalchemy-continuum
 pkgname=python-sqlalchemy-continuum
-pkgver=1.3.6
-pkgrel=2
+pkgver=1.3.7
+pkgrel=1
 pkgdesc='Versioning and auditing extension for SQLAlchemy'
 url='https://github.com/kvesteri/sqlalchemy-continuum'
 arch=('any')
@@ -20,7 +20,7 @@
 'python-sqlalchemy-i18n: internationalization')
 options=('!makeflags')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
-sha512sums=('dd0fea44f4f928b458291bfcdb632b1b447402648ed6c415a4bb1cca43bf19bd95b09b8f0447ee39432bf1e186d8bc919d1ca65b63d91631ebc56ed9a2e44f26')
+sha512sums=('f41017c8b5b5611b2a119d0b937d54bc4caa25d736ed0c3bbb48fb224a617c3cc5185d818ab12b77622b1586bb3312cc3673446e48c709c2e569a468b1379575')
 
 build() {
   cd ${_pkgname}-${pkgver}
@@ -28,6 +28,11 @@
   make -C docs text man
 }
 
+check() {
+  cd ${_pkgname}-${pkgver}/tests
+  DB=sqlite pytest
+}
+
 package() {
   cd ${_pkgname}-${pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
@@ -37,9 +42,4 @@
   ln -sf /usr/share/man/man1/sqlalchemy-continuum.1.gz 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
 }
 
-check() {
-  cd ${_pkgname}-${pkgver}/tests
-  DB=sqlite pytest
-}
-
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in vim/repos/extra-x86_64 (8 files)

2019-01-14 Thread Levente Polyak via arch-commits
Date: Tuesday, January 15, 2019 @ 00:17:46
  Author: anthraxx
Revision: 344105

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 344104, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 344104, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 344104, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 344104, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  436 
 archlinux.vim |   92 +--
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 293 insertions(+), 293 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 00:17:38 UTC (rev 344104)
+++ PKGBUILD2019-01-15 00:17:46 UTC (rev 344105)
@@ -1,218 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz 
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.1.0570
-_versiondir=81
-pkgrel=1
-pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-url='https://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('7f47da127944c87f8188b10f5a03d3c543b37a1d9252be2a90d83309bcef4cd5'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('8836da2350384ae2a94ae74c6eebb1be7087ec69deb531e850ed247d4ea1386d99b1bd746fd9d045e514796b6a856a91141bbd67d8cc44d5241b2126510308ac'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc+=' (shared runtime)'
-  optdepends=('sh: support for some tools and macros'
-  'python: demoserver example tool'
-  'gawk: mve tools upport')
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # fix FS#17216
-  sed -i 

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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Tuesday, January 15, 2019 @ 00:17:38
  Author: anthraxx
Revision: 344104

upgpkg: vim 8.1.0751-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 23:32:25 UTC (rev 344103)
+++ PKGBUILD2019-01-15 00:17:38 UTC (rev 344104)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.1.0570
+pkgver=8.1.0751
 _versiondir=81
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -22,11 +22,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('7f47da127944c87f8188b10f5a03d3c543b37a1d9252be2a90d83309bcef4cd5'
+sha256sums=('0ba779740ea027397dad8b9ddf3a03cab0152181b13bbd54ec1e914ffcb13e73'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('8836da2350384ae2a94ae74c6eebb1be7087ec69deb531e850ed247d4ea1386d99b1bd746fd9d045e514796b6a856a91141bbd67d8cc44d5241b2126510308ac'
+sha512sums=('77a8d466ea4bf6c04dae61c4ac58daff92fdf41eebb981390a6234fa9b6f3c2e424290232408e109d16cf556968afeb7bc18ef622ca652194ba195947e2a1cd8'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Tuesday, January 15, 2019 @ 00:09:57
  Author: anthraxx
Revision: 423111

archrelease: copy trunk to community-any

Added:
  python-sqlalchemy-utils/repos/community-any/PKGBUILD
(from rev 423110, python-sqlalchemy-utils/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy-utils/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 00:09:50 UTC (rev 423110)
+++ PKGBUILD2019-01-15 00:09:57 UTC (rev 423111)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Husam Bilal 
-
-_name=sqlalchemy-utils
-pkgname=python-sqlalchemy-utils
-pkgver=0.33.10
-pkgrel=1
-pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy'
-url='https://github.com/kvesteri/sqlalchemy-utils'
-depends=('python' 'python-sqlalchemy' 'python-anyjson' 'python-babel'
- 'python-arrow' 'python-intervals' 'python-phonenumbers' 
'python-passlib'
- 'python-colour' 'python-dateutil' 'python-furl' 'python-cryptography')
-checkdepends=('python-pytest' 'python-mock' 'python-flexmock' 'python-jinja')
-makedepends=('python')
-license=('BSD')
-arch=('any')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz)
-sha512sums=('4a4c8803f315d3549290465513dfe7309c0010e428fdf93f02a703825849a3f0c54e2b24de133373538b81d4480da8f4691d869bf72c488a69bc1e0f94cacec1')
-
-build() {
-  cd ${_name}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_name}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-check() {
-  cd ${_name}-${pkgver}
-  # Tests require a postgres and MySQL db
-  pytest --disable-pytest-warnings tests/test_models.py
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sqlalchemy-utils/repos/community-any/PKGBUILD (from rev 423110, 
python-sqlalchemy-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 00:09:57 UTC (rev 423111)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Husam Bilal 
+
+_name=sqlalchemy-utils
+pkgname=python-sqlalchemy-utils
+pkgver=0.33.11
+pkgrel=1
+pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy'
+url='https://github.com/kvesteri/sqlalchemy-utils'
+depends=('python' 'python-sqlalchemy' 'python-anyjson' 'python-babel'
+ 'python-arrow' 'python-intervals' 'python-phonenumbers' 
'python-passlib'
+ 'python-colour' 'python-dateutil' 'python-furl' 'python-cryptography')
+checkdepends=('python-pytest' 'python-mock' 'python-flexmock' 'python-jinja')
+makedepends=('python')
+license=('BSD')
+arch=('any')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz)
+sha512sums=('94778ba8a5dd6c9eec841c269c51b7dc9489ace24928e7482d0a8b248ec0155bfa2d1526682764e5a0b2dae35e79bcdf531ae63722c722b49c0ddb79f599a9a9')
+
+build() {
+  cd ${_name}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  # Tests require a postgres and MySQL db
+  pytest --disable-pytest-warnings tests/test_models.py
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Tuesday, January 15, 2019 @ 00:09:50
  Author: anthraxx
Revision: 423110

upgpkg: python-sqlalchemy-utils 0.33.11-1

Modified:
  python-sqlalchemy-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 00:08:41 UTC (rev 423109)
+++ PKGBUILD2019-01-15 00:09:50 UTC (rev 423110)
@@ -4,7 +4,7 @@
 
 _name=sqlalchemy-utils
 pkgname=python-sqlalchemy-utils
-pkgver=0.33.10
+pkgver=0.33.11
 pkgrel=1
 pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy'
 url='https://github.com/kvesteri/sqlalchemy-utils'
@@ -16,7 +16,7 @@
 license=('BSD')
 arch=('any')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz)
-sha512sums=('4a4c8803f315d3549290465513dfe7309c0010e428fdf93f02a703825849a3f0c54e2b24de133373538b81d4480da8f4691d869bf72c488a69bc1e0f94cacec1')
+sha512sums=('94778ba8a5dd6c9eec841c269c51b7dc9489ace24928e7482d0a8b248ec0155bfa2d1526682764e5a0b2dae35e79bcdf531ae63722c722b49c0ddb79f599a9a9')
 
 build() {
   cd ${_name}-${pkgver}


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Tuesday, January 15, 2019 @ 00:08:13
  Author: anthraxx
Revision: 423108

upgpkg: python-qrcode 6.1-1

Modified:
  python-qrcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 23:53:18 UTC (rev 423107)
+++ PKGBUILD2019-01-15 00:08:13 UTC (rev 423108)
@@ -1,35 +1,40 @@
-# Maintainer: Timothy Redaelli 
 # Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor Maintainer: Timothy Redaelli 
 # Contributor: Francois Boulogne 
 
 pkgbase=python-qrcode
 pkgname=(python-qrcode python2-qrcode)
-pkgver=6.0
-pkgrel=2
-pkgdesc="Python library to generate QR codes"
+pkgver=6.1
+pkgrel=1
+pkgdesc='Python library to generate QR codes'
+url='https://github.com/lincolnloop/python-qrcode'
 arch=('any')
-url="https://github.com/lincolnloop/python-qrcode;
 license=('custom')
 makedepends=('python-pillow' 'python2-pillow' 'python-six' 'python2-six' 
'python-setuptools' 'python2-setuptools')
 checkdepends=('python2-mock')
-source=(https://pypi.io/packages/source/q/qrcode/qrcode-${pkgver}.tar.gz
-
https://github.com/lincolnloop/python-qrcode/commit/35056062270a3d5084b1217df611d09cd94c5ca3.patch)
-sha512sums=('c43f12fe6b12d244d19a994cfd20adbe3776bbda1459c9dbc6164b1c9e7637f05e2acc1c2d29b82243024a4ea9b46c319a56acdf6d05e7b697bcd2c31c02102e'
-
'320ec020268d8ede2f80ba622cd593b2ba9758f1d264fdb546dac126a841d454d02d12ae57edc6601bfd19062953bce9189b59184ce653d43c002e7664f87018')
+source=(https://github.com/lincolnloop/python-qrcode/archive/v${pkgver}/${pkgbase}-v${pkgver}.tar.gz)
+sha512sums=('3af3b67959be8dd30b372145ff7b8aa1e20153c403b17c688d5a7189e3b25da872c6eee916e6d47e4f6545c87c0c0eb9af52e115353a0e8c0f73e4948ddc6829')
 
 prepare() {
-  (cd qrcode-$pkgver; patch -p1 -i 
../35056062270a3d5084b1217df611d09cd94c5ca3.patch)
-  cp -a qrcode-$pkgver{,-py2}
-
-  find "qrcode-$pkgver-py2" -type f -exec sed -e 
's#/usr/bin/python#/usr/bin/python2#g' \
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+  find "${pkgbase}-${pkgver}-py2" -type f -exec sed -e 
's#/usr/bin/python#/usr/bin/python2#g' \
   -e 's#/usr/bin/env 
python#/usr/bin/env python2#g' -i {} +
 }
 
+build() {
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
 check() {
-  cd "$srcdir"/qrcode-$pkgver
+  cd "${srcdir}"/${pkgbase}-${pkgver}
   python -m unittest discover qrcode
 
-  cd "$srcdir"/qrcode-$pkgver-py2
+  cd "${srcdir}"/${pkgbase}-${pkgver}-py2
   python2 -m unittest discover qrcode
 }
 
@@ -36,22 +41,20 @@
 package_python-qrcode() {
   depends=('python-pillow' 'python-six' 'python-setuptools')
 
-  cd "qrcode-$pkgver"
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }
 
 package_python2-qrcode() {
   depends=('python2-pillow' 'python2-six' 'python2-setuptools')
 
-  cd "qrcode-$pkgver-py2"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  mv "$pkgdir"/usr/bin/qr{,2}
-  mv "$pkgdir"/usr/share/man/man1/qr{,2}.1
+  rm -r "${pkgdir}"/usr/bin
+  rm -r "${pkgdir}"/usr/share/man
 }
 
 # vim:ts=2:sw=2:et:


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Tuesday, January 15, 2019 @ 00:08:41
  Author: anthraxx
Revision: 423109

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 00:08:13 UTC (rev 423108)
+++ PKGBUILD2019-01-15 00:08:41 UTC (rev 423109)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Maintainer: Felix Yan 
-# Contributor: Francois Boulogne 
-
-pkgbase=python-qrcode
-pkgname=(python-qrcode python2-qrcode)
-pkgver=6.0
-pkgrel=2
-pkgdesc="Python library to generate QR codes"
-arch=('any')
-url="https://github.com/lincolnloop/python-qrcode;
-license=('custom')
-makedepends=('python-pillow' 'python2-pillow' 'python-six' 'python2-six' 
'python-setuptools' 'python2-setuptools')
-checkdepends=('python2-mock')
-source=(https://pypi.io/packages/source/q/qrcode/qrcode-${pkgver}.tar.gz
-
https://github.com/lincolnloop/python-qrcode/commit/35056062270a3d5084b1217df611d09cd94c5ca3.patch)
-sha512sums=('c43f12fe6b12d244d19a994cfd20adbe3776bbda1459c9dbc6164b1c9e7637f05e2acc1c2d29b82243024a4ea9b46c319a56acdf6d05e7b697bcd2c31c02102e'
-
'320ec020268d8ede2f80ba622cd593b2ba9758f1d264fdb546dac126a841d454d02d12ae57edc6601bfd19062953bce9189b59184ce653d43c002e7664f87018')
-
-prepare() {
-  (cd qrcode-$pkgver; patch -p1 -i 
../35056062270a3d5084b1217df611d09cd94c5ca3.patch)
-  cp -a qrcode-$pkgver{,-py2}
-
-  find "qrcode-$pkgver-py2" -type f -exec sed -e 
's#/usr/bin/python#/usr/bin/python2#g' \
-  -e 's#/usr/bin/env 
python#/usr/bin/env python2#g' -i {} +
-}
-
-check() {
-  cd "$srcdir"/qrcode-$pkgver
-  python -m unittest discover qrcode
-
-  cd "$srcdir"/qrcode-$pkgver-py2
-  python2 -m unittest discover qrcode
-}
-
-package_python-qrcode() {
-  depends=('python-pillow' 'python-six' 'python-setuptools')
-
-  cd "qrcode-$pkgver"
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-qrcode() {
-  depends=('python2-pillow' 'python2-six' 'python2-setuptools')
-
-  cd "qrcode-$pkgver-py2"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  mv "$pkgdir"/usr/bin/qr{,2}
-  mv "$pkgdir"/usr/share/man/man1/qr{,2}.1
-}
-
-# vim:ts=2:sw=2:et:

Copied: python-qrcode/repos/community-any/PKGBUILD (from rev 423108, 
python-qrcode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 00:08:41 UTC (rev 423109)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor Maintainer: Timothy Redaelli 
+# Contributor: Francois Boulogne 
+
+pkgbase=python-qrcode
+pkgname=(python-qrcode python2-qrcode)
+pkgver=6.1
+pkgrel=1
+pkgdesc='Python library to generate QR codes'
+url='https://github.com/lincolnloop/python-qrcode'
+arch=('any')
+license=('custom')
+makedepends=('python-pillow' 'python2-pillow' 'python-six' 'python2-six' 
'python-setuptools' 'python2-setuptools')
+checkdepends=('python2-mock')
+source=(https://github.com/lincolnloop/python-qrcode/archive/v${pkgver}/${pkgbase}-v${pkgver}.tar.gz)
+sha512sums=('3af3b67959be8dd30b372145ff7b8aa1e20153c403b17c688d5a7189e3b25da872c6eee916e6d47e4f6545c87c0c0eb9af52e115353a0e8c0f73e4948ddc6829')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+  find "${pkgbase}-${pkgver}-py2" -type f -exec sed -e 
's#/usr/bin/python#/usr/bin/python2#g' \
+  -e 's#/usr/bin/env 
python#/usr/bin/env python2#g' -i {} +
+}
+
+build() {
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  python -m unittest discover qrcode
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}-py2
+  python2 -m unittest discover qrcode
+}
+
+package_python-qrcode() {
+  depends=('python-pillow' 'python-six' 'python-setuptools')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+package_python2-qrcode() {
+  depends=('python2-pillow' 'python2-six' 'python2-setuptools')
+
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  rm -r "${pkgdir}"/usr/bin
+  rm -r "${pkgdir}"/usr/share/man
+}
+
+# vim:ts=2:sw=2:et:


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 14, 2019 @ 23:53:12
  Author: anthraxx
Revision: 423106

upgpkg: python-pysnmp 4.4.8-1

Modified:
  python-pysnmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 23:50:34 UTC (rev 423105)
+++ PKGBUILD2019-01-14 23:53:12 UTC (rev 423106)
@@ -4,8 +4,8 @@
 pkgbase=('python-pysnmp')
 pkgname=('python-pysnmp' 'python2-pysnmp')
 _pyname=pysnmp
-pkgver=4.4.6
-pkgrel=2
+pkgver=4.4.8
+pkgrel=1
 pkgdesc='Open source and free implementation of v1/v2c/v3 SNMP engine'
 url='https://github.com/etingof/pysnmp'
 arch=('any')
@@ -14,7 +14,7 @@
  'python2' 'python2-setuptools' 'python2-sphinx' 'python2-pysmi' 
'python2-pyasn1')
 options=('!makeflags')
 
source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysnmp/archive/v${pkgver}.tar.gz)
-sha512sums=('de18de7500c0283885b01f280bcc3f20318b806fd28fd574351edfba3ddba4b95ddde0f59d55a743047cc4c16d2a0b60187339097c428ff21f3cc4f96c24a6b3')
+sha512sums=('3d18fee5834544411740ab612f19535f43e268ee1fd6a661b1c007ca41fa9eb930d5cf9f9318f69db86405119310448e0972f8ad8f8b1aa5316c0ac8b7f5f55b')
 
 prepare() {
   cp -a ${_pyname}-${pkgver}{,-py2}


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 14, 2019 @ 23:53:18
  Author: anthraxx
Revision: 423107

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 23:53:12 UTC (rev 423106)
+++ PKGBUILD2019-01-14 23:53:18 UTC (rev 423107)
@@ -1,62 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Karol Babioch 
-
-pkgbase=('python-pysnmp')
-pkgname=('python-pysnmp' 'python2-pysnmp')
-_pyname=pysnmp
-pkgver=4.4.6
-pkgrel=2
-pkgdesc='Open source and free implementation of v1/v2c/v3 SNMP engine'
-url='https://github.com/etingof/pysnmp'
-arch=('any')
-license=('BSD')
-makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-pysmi' 
'python-pyasn1'
- 'python2' 'python2-setuptools' 'python2-sphinx' 'python2-pysmi' 
'python2-pyasn1')
-options=('!makeflags')
-source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysnmp/archive/v${pkgver}.tar.gz)
-sha512sums=('de18de7500c0283885b01f280bcc3f20318b806fd28fd574351edfba3ddba4b95ddde0f59d55a743047cc4c16d2a0b60187339097c428ff21f3cc4f96c24a6b3')
-
-prepare() {
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  export PYTHONPATH=.
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C docs text man
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C docs text man
-  )
-}
-
-package_python-pysnmp() {
-  depends=('python' 'python-pysmi' 'python-pyasn1')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${_pyname}.1"
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python2-pysnmp() {
-  depends=('python2' 'python2-pysmi' 'python2-pyasn1')
-  cd ${_pyname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pysnmp/repos/community-any/PKGBUILD (from rev 423106, 
python-pysnmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 23:53:18 UTC (rev 423107)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Contributor: Karol Babioch 
+
+pkgbase=('python-pysnmp')
+pkgname=('python-pysnmp' 'python2-pysnmp')
+_pyname=pysnmp
+pkgver=4.4.8
+pkgrel=1
+pkgdesc='Open source and free implementation of v1/v2c/v3 SNMP engine'
+url='https://github.com/etingof/pysnmp'
+arch=('any')
+license=('BSD')
+makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-pysmi' 
'python-pyasn1'
+ 'python2' 'python2-setuptools' 'python2-sphinx' 'python2-pysmi' 
'python2-pyasn1')
+options=('!makeflags')
+source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysnmp/archive/v${pkgver}.tar.gz)
+sha512sums=('3d18fee5834544411740ab612f19535f43e268ee1fd6a661b1c007ca41fa9eb930d5cf9f9318f69db86405119310448e0972f8ad8f8b1aa5316c0ac8b7f5f55b')
+
+prepare() {
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  export PYTHONPATH=.
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+make -C docs text man
+  )
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py build
+make -C docs text man
+  )
+}
+
+package_python-pysnmp() {
+  depends=('python' 'python-pysmi' 'python-pyasn1')
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${_pyname}.1"
+  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python2-pysnmp() {
+  depends=('python2' 'python2-pysmi' 'python2-pyasn1')
+  cd ${_pyname}-${pkgver}
+  python2 

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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 14, 2019 @ 23:50:34
  Author: anthraxx
Revision: 423105

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 23:50:27 UTC (rev 423104)
+++ PKGBUILD2019-01-14 23:50:34 UTC (rev 423105)
@@ -1,76 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Muflone http://www.muflone.com/contacts/english/
-
-pkgbase=python-pysmi
-_pyname="${pkgbase/*-/}"
-pkgname=('python-pysmi' 'python2-pysmi')
-pkgver=0.3.2
-pkgrel=2
-pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 
MIBs into various formats'
-url='http://snmplabs.com/pysmi/'
-arch=('any')
-license=('BSD')
-makedepends=('python' 'python-sphinx' 'python-ply'
- 'python2' 'python2-sphinx' 'python2-ply')
-checkdepends=('python-pytest' 'python-pysnmp'
-  'python2-pytest' 'python2-pysnmp')
-source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysmi/archive/v${pkgver}.tar.gz)
-sha512sums=('d8ee1e08a3fdd808559d11499b323783637622b3ddd4cf3351d2e6ca2ed51a1cfbd3c2ffb6f71555f244ea2da8521ea81e3daba4d97658c1e6e7322ef1a46228')
-
-prepare() {
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C docs text man
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C docs text man
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-py.test
-  )
-  (cd ${_pyname}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-pysmi() {
-  depends=('python' 'python-ply')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${_pyname}.1"
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv "${pkgdir}/usr/bin/mibdump"{.py,}
-  mv "${pkgdir}/usr/bin/mibcopy"{.py,}
-}
-
-package_python2-pysmi() {
-  depends=('python2' 'python2-ply')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  rm -r "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pysmi/repos/community-any/PKGBUILD (from rev 423104, 
python-pysmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 23:50:34 UTC (rev 423105)
@@ -0,0 +1,76 @@
+# Maintainer: Levente Polyak 
+# Contributor: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase=python-pysmi
+_pyname="${pkgbase/*-/}"
+pkgname=('python-pysmi' 'python2-pysmi')
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 
MIBs into various formats'
+url='http://snmplabs.com/pysmi/'
+arch=('any')
+license=('BSD')
+makedepends=('python' 'python-sphinx' 'python-ply'
+ 'python2' 'python2-sphinx' 'python2-ply')
+checkdepends=('python-pytest' 'python-pysnmp'
+  'python2-pytest' 'python2-pysnmp')
+source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysmi/archive/v${pkgver}.tar.gz)
+sha512sums=('019035a908eb1cc95dfbcc0b710b88055524b88e3d9cad6a959b8b5e608989c3380516c1124e81ed89521c50f47f451a8aa8139bae8af099a83023eb2459ae20')
+
+prepare() {
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+make -C docs text man
+  )
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py build
+make -C docs text man
+  )
+}
+
+check() {
+  (cd ${_pyname}-${pkgver}
+py.test
+  )
+  (cd ${_pyname}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-pysmi() {
+  depends=('python' 'python-ply')
+  cd ${_pyname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  

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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 14, 2019 @ 23:50:27
  Author: anthraxx
Revision: 423104

upgpkg: python-pysmi 0.3.3-1

Modified:
  python-pysmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 23:48:53 UTC (rev 423103)
+++ PKGBUILD2019-01-14 23:50:27 UTC (rev 423104)
@@ -4,8 +4,8 @@
 pkgbase=python-pysmi
 _pyname="${pkgbase/*-/}"
 pkgname=('python-pysmi' 'python2-pysmi')
-pkgver=0.3.2
-pkgrel=2
+pkgver=0.3.3
+pkgrel=1
 pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 
MIBs into various formats'
 url='http://snmplabs.com/pysmi/'
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest' 'python-pysnmp'
   'python2-pytest' 'python2-pysnmp')
 
source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysmi/archive/v${pkgver}.tar.gz)
-sha512sums=('d8ee1e08a3fdd808559d11499b323783637622b3ddd4cf3351d2e6ca2ed51a1cfbd3c2ffb6f71555f244ea2da8521ea81e3daba4d97658c1e6e7322ef1a46228')
+sha512sums=('019035a908eb1cc95dfbcc0b710b88055524b88e3d9cad6a959b8b5e608989c3380516c1124e81ed89521c50f47f451a8aa8139bae8af099a83023eb2459ae20')
 
 prepare() {
   cp -a ${_pyname}-${pkgver}{,-py2}


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 14, 2019 @ 23:48:53
  Author: anthraxx
Revision: 423103

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 23:48:46 UTC (rev 423102)
+++ PKGBUILD2019-01-14 23:48:53 UTC (rev 423103)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: j605
-
-pkgbase='python-perf'
-pkgname=('python-perf' 'python2-perf')
-pkgver=1.5.1
-pkgrel=2
-pkgdesc='Toolkit to run Python benchmarks'
-url='https://github.com/haypo/perf'
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python-six'
- 'python2' 'python2-setuptools' 'python2-six' 'python2-statistics')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vstinner/perf/archive/${pkgver}.tar.gz)
-sha256sums=('0b20382c819114bcbb7b6ff27b1259d44a4b68e5b791324ef9a12e0afaa2e294')
-sha512sums=('6a0592a2d5456c0d3bd4f6b09cc9baf74e640eea77fad109c94e9d209f9449d68f3afbdfeb6bd99fafce8d6e9cd6d7bd6e850fb35c0c72d234244c2a5ca35906')
-
-prepare() {
-  cp -a perf-${pkgver}{,-py2}
-  sed 's|pyperf=|pyperf2=|' -i perf-${pkgver}-py2/setup.py
-}
-
-build() {
-  (cd perf-${pkgver}
-python setup.py build
-  )
-  (cd perf-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-package_python-perf(){
-  depends=('python' 'python-setuptools' 'python-six')
-  cd perf-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python2-perf() {
-  depends=('python2' 'python2-setuptools' 'python2-six' 'python2-statistics')
-  cd perf-${pkgver}-py2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-perf/repos/community-any/PKGBUILD (from rev 423102, 
python-perf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 23:48:53 UTC (rev 423103)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Contributor: j605
+
+pkgbase='python-perf'
+pkgname=('python-perf' 'python2-perf')
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Toolkit to run Python benchmarks'
+url='https://github.com/haypo/perf'
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python-six'
+ 'python2' 'python2-setuptools' 'python2-six' 'python2-statistics')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vstinner/perf/archive/${pkgver}.tar.gz)
+sha256sums=('c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0')
+sha512sums=('e9ae5e4f922d13134fb60fee14a0aceacf5d77e263416ca7fcff9942c0b06d838d6388cbe5d28accd8a82f3da8c81d1694e90ba4c2b24e4cd2e1f4f54b325e0d')
+
+prepare() {
+  cp -a perf-${pkgver}{,-py2}
+  sed 's|pyperf=|pyperf2=|' -i perf-${pkgver}-py2/setup.py
+}
+
+build() {
+  (cd perf-${pkgver}
+python setup.py build
+  )
+  (cd perf-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_python-perf(){
+  depends=('python' 'python-setuptools' 'python-six')
+  cd perf-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python2-perf() {
+  depends=('python2' 'python2-setuptools' 'python2-six' 'python2-statistics')
+  cd perf-${pkgver}-py2
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 14, 2019 @ 23:48:46
  Author: anthraxx
Revision: 423102

upgpkg: python-perf 1.6.0-1

Modified:
  python-perf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 23:47:58 UTC (rev 423101)
+++ PKGBUILD2019-01-14 23:48:46 UTC (rev 423102)
@@ -3,8 +3,8 @@
 
 pkgbase='python-perf'
 pkgname=('python-perf' 'python2-perf')
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc='Toolkit to run Python benchmarks'
 url='https://github.com/haypo/perf'
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python' 'python-setuptools' 'python-six'
  'python2' 'python2-setuptools' 'python2-six' 'python2-statistics')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vstinner/perf/archive/${pkgver}.tar.gz)
-sha256sums=('0b20382c819114bcbb7b6ff27b1259d44a4b68e5b791324ef9a12e0afaa2e294')
-sha512sums=('6a0592a2d5456c0d3bd4f6b09cc9baf74e640eea77fad109c94e9d209f9449d68f3afbdfeb6bd99fafce8d6e9cd6d7bd6e850fb35c0c72d234244c2a5ca35906')
+sha256sums=('c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0')
+sha512sums=('e9ae5e4f922d13134fb60fee14a0aceacf5d77e263416ca7fcff9942c0b06d838d6388cbe5d28accd8a82f3da8c81d1694e90ba4c2b24e4cd2e1f4f54b325e0d')
 
 prepare() {
   cp -a perf-${pkgver}{,-py2}


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 14, 2019 @ 23:47:58
  Author: anthraxx
Revision: 423101

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 23:47:51 UTC (rev 423100)
+++ PKGBUILD2019-01-14 23:47:58 UTC (rev 423101)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: googol 
-# Contributor: Oliver Mangold 
-
-pkgbase=python-alembic
-pkgname=('python-alembic' 'python2-alembic')
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
-url='https://bitbucket.org/zzzeek/alembic'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil'
- 'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
-checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
-source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
-sha512sums=('cfede823394d17aba94276ad5e759b35ff9e56ee908fce8fef54442c3fad871d0fa0e3f3f0121db98820ee085cf08e86d893e24b92086de894acc46f09450961'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

-
-prepare() {
-  cp -a alembic-${pkgver}{,-py2}
-}
-
-build() {
-  msg2 'Building python...'
-  (cd alembic-${pkgver}
-python setup.py build
-  )
-  msg2 'Building python2...'
-  (cd alembic-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  msg2 'Checking python...'
-  (cd alembic-${pkgver}
-py.test
-  )
-  msg2 'Checking python2...'
-  (cd alembic-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-alembic() {
-  depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
-  cd alembic-${pkgver}
-  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-alembic() {
-  depends=('python2' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 
'python2-dateutil')
-  cd alembic-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-  mv "${pkgdir}/usr/bin/alembic"{,2}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-alembic/repos/community-any/PKGBUILD (from rev 423100, 
python-alembic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 23:47:58 UTC (rev 423101)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Contributor: googol 
+# Contributor: Oliver Mangold 
+
+pkgbase=python-alembic
+pkgname=('python-alembic' 'python2-alembic')
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
+url='https://bitbucket.org/zzzeek/alembic'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil'
+ 'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
+checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
+source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
+sha512sums=('d7cd36c7d7a17b512e9d1faf03e54814c3a074298229e36d8f0849b9dff8ec33a01afd5164462bf8786036bfdd63c6b8932f95c3ffdfd62a3cc52e8d5438b80d'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

+
+prepare() {
+  cp -a alembic-${pkgver}{,-py2}
+}
+
+build() {
+  msg2 'Building python...'
+  (cd alembic-${pkgver}
+python setup.py build
+  )
+  msg2 'Building python2...'
+  (cd alembic-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  msg2 'Checking python...'
+  (cd alembic-${pkgver}
+py.test
+  )
+  msg2 'Checking python2...'
+  (cd alembic-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-alembic() {
+  depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
+  cd alembic-${pkgver}
+  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-alembic() {
+  depends=('python2' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 
'python2-dateutil')
+  cd 

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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 14, 2019 @ 23:47:51
  Author: anthraxx
Revision: 423100

upgpkg: python-alembic 1.0.6-1

Modified:
  python-alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 22:30:20 UTC (rev 423099)
+++ PKGBUILD2019-01-14 23:47:51 UTC (rev 423100)
@@ -4,7 +4,7 @@
 
 pkgbase=python-alembic
 pkgname=('python-alembic' 'python2-alembic')
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
 url='https://bitbucket.org/zzzeek/alembic'
@@ -14,7 +14,7 @@
  'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
 checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
 
source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
-sha512sums=('cfede823394d17aba94276ad5e759b35ff9e56ee908fce8fef54442c3fad871d0fa0e3f3f0121db98820ee085cf08e86d893e24b92086de894acc46f09450961'
+sha512sums=('d7cd36c7d7a17b512e9d1faf03e54814c3a074298229e36d8f0849b9dff8ec33a01afd5164462bf8786036bfdd63c6b8932f95c3ffdfd62a3cc52e8d5438b80d'
 'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

 


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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 14, 2019 @ 23:32:25
  Author: anthraxx
Revision: 344103

archrelease: copy trunk to staging-x86_64

Added:
  boost/repos/staging-x86_64/
  boost/repos/staging-x86_64/PKGBUILD
(from rev 344102, boost/trunk/PKGBUILD)

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

Copied: boost/repos/staging-x86_64/PKGBUILD (from rev 344102, 
boost/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-14 23:32:25 UTC (rev 344103)
@@ -0,0 +1,136 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Marius Knaust 
+# Contributor: Ionut Biru 
+# Contributor: Stéphane Gaudreault 
+# Contributor: kevin 
+# Contributor: Giovanni Scafora 
+# Contributor: Kritoke 
+# Contributor: Luca Roccia 
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.69.0
+_boostver=${pkgver//./_}
+pkgrel=1
+url='http://www.boost.org/'
+arch=('x86_64')
+license=('custom')
+makedepends=('icu' 'python' 'python2' 'python-numpy' 'python2-numpy' 'bzip2' 
'zlib' 'openmpi')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
+sha256sums=('8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406')
+
+build() {
+   export _stagedir="${srcdir}/stagedir"
+   local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
+
+   cd ${pkgbase}_${_boostver}
+
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+
+   _bindir="bin.linuxx86"
+   [[ "${CARCH}" = "x86_64" ]] && _bindir="bin.linuxx86_64"
+   install -Dm755 tools/build/src/engine/$_bindir/b2 "${_stagedir}"/bin/b2
+
+   # Support for OpenMPI
+   echo "using mpi ;" >> project-config.jam
+
+   # boostbook is needed by quickbook
+   install -dm755 "${_stagedir}"/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/
+
+   # default "minimal" install: "release link=shared,static
+   # runtime-link=shared threading=single,multi"
+   # --layout=tagged will add the "-mt" suffix for multithreaded libraries
+   # and installs includes in /usr/include/boost.
+   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+   # install to ${_stagedir} in preparation for split packaging
+   "${_stagedir}"/bin/b2 \
+  variant=release \
+  debug-symbols=off \
+  threading=multi \
+  runtime-link=shared \
+  link=shared,static \
+  toolset=gcc \
+  python=2.7 \
+  cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
+  cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
+  linkflags="${LDFLAGS}" \
+  --layout=system \
+  ${JOBS} \
+  \
+  --prefix="${_stagedir}" \
+  install
+
+   # because b2 in boost 1.62.0 doesn't seem to respect python parameter, we
+   # need another run for liboost_python3.so
+   sed -e '/using python/ s@;@: 
/usr/include/python${PYTHON_VERSION/3*/${PYTHON_VERSION}m} ;@' \
+  -i bootstrap.sh
+
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python3 
\
+  --with-libraries=python
+
+   "${_stagedir}"/bin/b2 clean
+   "${_stagedir}"/bin/b2 \
+  variant=release \
+  debug-symbols=off \
+  threading=multi \
+  runtime-link=shared \
+  link=shared,static \
+  toolset=gcc \
+  python=3.7 \
+  cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
+  cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
+  linkflags="${LDFLAGS}" \
+  --layout=system \
+  ${JOBS} \
+  \
+  --prefix="${_stagedir}/python3" \
+  --with-python \
+  install
+}
+
+package_boost() {
+   pkgdesc='Free peer-reviewed portable C++ source libraries - development 
headers'
+   depends=("boost-libs=${pkgver}")
+   optdepends=('python: for python bindings'
+   'python2: for python2 bindings')
+   options=('staticlibs')
+
+   install -dm755 "${pkgdir}"/usr
+   cp -a "${_stagedir}"/{bin,include,share} "${pkgdir}"/usr
+
+   install -d "${pkgdir}"/usr/lib
+   cp -a "${_stagedir}"/lib/*.a "${pkgdir}"/usr/lib/
+
+   install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+  "${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt
+
+   install -Dm644 "${_stagedir}"/python3/lib/libboost_*.a \
+  "${pkgdir}"/usr/lib/
+
+   ln -s /usr/bin/b2 "$pkgdir"/usr/bin/bjam
+}
+
+package_boost-libs() {
+   pkgdesc='Free peer-reviewed portable C++ source libraries - runtime 
libraries'
+   depends=('bzip2' 'zlib' 'icu')
+   optdepends=('openmpi: for mpi support')
+   provides=('libboost_context.so')
+
+   install -dm755 "${pkgdir}"/usr
+   cp -a "${_stagedir}"/lib "${pkgdir}"/usr
+   cp -a "${_stagedir}"/python3/lib/libboost_* "${pkgdir}"/usr/lib
+   rm "${pkgdir}"/usr/lib/*.a
+
+   # https://github.com/boostorg/python/issues/203#issuecomment-391477685
+   for _lib in 

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

2019-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 14, 2019 @ 23:32:19
  Author: anthraxx
Revision: 344102

upgpkg: boost 1.69.0-1

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 23:19:00 UTC (rev 344101)
+++ PKGBUILD2019-01-14 23:32:19 UTC (rev 344102)
@@ -10,15 +10,15 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.68.0
+pkgver=1.69.0
 _boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=1
 url='http://www.boost.org/'
 arch=('x86_64')
 license=('custom')
 makedepends=('icu' 'python' 'python2' 'python-numpy' 'python2-numpy' 'bzip2' 
'zlib' 'openmpi')
 
source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
-sha256sums=('7f6130bc3cf65f56a61ce9d5ea704fa10b462be126ad053e80e553d6d8b7')
+sha256sums=('8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406')
 
 build() {
export _stagedir="${srcdir}/stagedir"


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

2019-01-14 Thread Sébastien Luttringer via arch-commits
Date: Monday, January 14, 2019 @ 23:19:00
  Author: seblu
Revision: 344101

Use https in patch link

Modified:
  tar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 22:15:14 UTC (rev 344100)
+++ PKGBUILD2019-01-14 23:19:00 UTC (rev 344101)
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-   
'01.patch::http://git.savannah.gnu.org/cgit/tar.git/patch/?id=85c005ee1345c342f707f3c55317daf6cb050603')
+   
'01.patch::https://git.savannah.gnu.org/cgit/tar.git/patch/?id=85c005ee1345c342f707f3c55317daf6cb050603')
 md5sums=('bc9a89da1185ceb2210de12552c43ce2'
  'SKIP'
  'c59638fdf88b94c46561fb68d869c5ff')


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:29:59
  Author: arojas
Revision: 423098

Move dbus conf to /usr/share

Modified:
  systemdgenie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 22:28:37 UTC (rev 423097)
+++ PKGBUILD2019-01-14 22:29:59 UTC (rev 423098)
@@ -2,7 +2,7 @@
 
 pkgname=systemdgenie
 pkgver=0.99.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Systemd management utility"
 arch=(x86_64)
 url='https://cgit.kde.org/systemdgenie.git/'


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:30:20
  Author: arojas
Revision: 423099

archrelease: copy trunk to community-x86_64

Added:
  systemdgenie/repos/community-x86_64/PKGBUILD
(from rev 423098, systemdgenie/trunk/PKGBUILD)
Deleted:
  systemdgenie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 22:29:59 UTC (rev 423098)
+++ PKGBUILD2019-01-14 22:30:20 UTC (rev 423099)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=systemdgenie
-pkgver=0.99.0
-pkgrel=2
-pkgdesc="Systemd management utility"
-arch=(x86_64)
-url='https://cgit.kde.org/systemdgenie.git/'
-license=(GPL)
-depends=(kxmlgui)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz;)
-sha256sums=('22ebd9d6da7f03399603e21e3e21d69cbe87ec49695d12a15e9dda6b23703f25')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: systemdgenie/repos/community-x86_64/PKGBUILD (from rev 423098, 
systemdgenie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 22:30:20 UTC (rev 423099)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=systemdgenie
+pkgver=0.99.0
+pkgrel=3
+pkgdesc="Systemd management utility"
+arch=(x86_64)
+url='https://cgit.kde.org/systemdgenie.git/'
+license=(GPL)
+depends=(kxmlgui)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha256sums=('22ebd9d6da7f03399603e21e3e21d69cbe87ec49695d12a15e9dda6b23703f25')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:28:09
  Author: arojas
Revision: 423096

Move dbus conf to /usr/share

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 21:36:51 UTC (rev 423095)
+++ PKGBUILD2019-01-14 22:28:09 UTC (rev 423096)
@@ -4,7 +4,7 @@
 
 pkgname=smb4k
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A KDE program that browses samba shares"
 arch=(x86_64)
 url="https://smb4k.sourceforge.net/;


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:28:37
  Author: arojas
Revision: 423097

archrelease: copy trunk to community-x86_64

Added:
  smb4k/repos/community-x86_64/PKGBUILD
(from rev 423096, smb4k/trunk/PKGBUILD)
Deleted:
  smb4k/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 22:28:09 UTC (rev 423096)
+++ PKGBUILD2019-01-14 22:28:37 UTC (rev 423097)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: Emanuele Rampichini 
-
-pkgname=smb4k
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="A KDE program that browses samba shares"
-arch=(x86_64)
-url="https://smb4k.sourceforge.net/;
-license=(GPL)
-depends=(kparts hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools plasma-framework)
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('36f68f75ec3b9ada0f263acbee24a4e9b3f7aa0136e23b12f2af8f06f6c606bc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: smb4k/repos/community-x86_64/PKGBUILD (from rev 423096, 
smb4k/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 22:28:37 UTC (rev 423097)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: Emanuele Rampichini 
+
+pkgname=smb4k
+pkgver=2.1.1
+pkgrel=2
+pkgdesc="A KDE program that browses samba shares"
+arch=(x86_64)
+url="https://smb4k.sourceforge.net/;
+license=(GPL)
+depends=(kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('36f68f75ec3b9ada0f263acbee24a4e9b3f7aa0136e23b12f2af8f06f6c606bc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:15:14
  Author: arojas
Revision: 344100

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 22:14:56 UTC (rev 344099)
+++ PKGBUILD2019-01-14 22:15:14 UTC (rev 344100)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.14.5
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=(polkit-kde-agent libxkbfile kmenuedit appstream-qt systemsettings 
ksysguard kpeople baloo)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim kdesignerplugin)
-groups=(plasma)
-sha256sums=('d4da2bcd9752a3b88e93e9b55ded2b925b1b2b598e84ebc89cfb6669c63d205f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-  'powerdevil: power management'
-  'ibus: kimpanel IBUS support'
-  'scim: kimpanel SCIM support'
-  'discover: manage applications installation from the launcher')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 344099, 
plasma-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 22:15:14 UTC (rev 344100)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.14.5
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(polkit-kde-agent libxkbfile kmenuedit appstream-qt systemsettings 
ksysguard kpeople baloo)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('d4da2bcd9752a3b88e93e9b55ded2b925b1b2b598e84ebc89cfb6669c63d205f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management'
+  'ibus: kimpanel IBUS support'
+  'scim: kimpanel SCIM support'
+  'discover: manage applications installation from the launcher')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Split knetattach
+  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
+}
+
+package_knetattach() {
+  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
+  depends=(kdelibs4support)
+
+  cd build/knetattach
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:14:56
  Author: arojas
Revision: 344099

Move dbus conf to /usr/share

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 22:10:07 UTC (rev 344098)
+++ PKGBUILD2019-01-14 22:14:56 UTC (rev 344099)
@@ -5,7 +5,7 @@
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
 pkgver=5.14.5
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:10:07
  Author: arojas
Revision: 344098

archrelease: copy trunk to extra-x86_64

Added:
  sddm-kcm/repos/extra-x86_64/PKGBUILD
(from rev 344097, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 22:09:44 UTC (rev 344097)
+++ PKGBUILD2019-01-14 22:10:07 UTC (rev 344098)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=sddm-kcm
-pkgver=5.14.5
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-depends=(sddm libxcursor knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a1220ef49e57a5b0f63a01501d2d5d57c704f0869db7c53a465c40c1f2133d2a'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 344097, 
sddm-kcm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 22:10:07 UTC (rev 344098)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm-kcm
+pkgver=5.14.5
+pkgrel=2
+pkgdesc='KDE Config Module for SDDM'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+depends=(sddm libxcursor knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a1220ef49e57a5b0f63a01501d2d5d57c704f0869db7c53a465c40c1f2133d2a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:09:44
  Author: arojas
Revision: 344097

Move dbus conf to /usr/share

Modified:
  sddm-kcm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 22:08:05 UTC (rev 344096)
+++ PKGBUILD2019-01-14 22:09:44 UTC (rev 344097)
@@ -4,7 +4,7 @@
 
 pkgname=sddm-kcm
 pkgver=5.14.5
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Config Module for SDDM'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:08:05
  Author: arojas
Revision: 344096

archrelease: copy trunk to extra-x86_64

Added:
  powerdevil/repos/extra-x86_64/PKGBUILD
(from rev 344095, powerdevil/trunk/PKGBUILD)
Deleted:
  powerdevil/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 22:07:29 UTC (rev 344095)
+++ PKGBUILD2019-01-14 22:08:05 UTC (rev 344096)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=powerdevil
-pkgver=5.14.5
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('45627ec4c93806ccb653a1c6d63e901931646cef53a117be8e2cac75a691b965'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: powerdevil/repos/extra-x86_64/PKGBUILD (from rev 344095, 
powerdevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 22:08:05 UTC (rev 344096)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=powerdevil
+pkgver=5.14.5
+pkgrel=2
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('45627ec4c93806ccb653a1c6d63e901931646cef53a117be8e2cac75a691b965'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:07:29
  Author: arojas
Revision: 344095

Move dbus conf to /usr/share

Modified:
  powerdevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 22:05:15 UTC (rev 344094)
+++ PKGBUILD2019-01-14 22:07:29 UTC (rev 344095)
@@ -4,7 +4,7 @@
 
 pkgname=powerdevil
 pkgver=5.14.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Manages the power consumption settings of a Plasma Shell'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:05:15
  Author: arojas
Revision: 344094

archrelease: copy trunk to extra-x86_64

Added:
  libksysguard/repos/extra-x86_64/PKGBUILD
(from rev 344093, libksysguard/trunk/PKGBUILD)
Deleted:
  libksysguard/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 22:04:51 UTC (rev 344093)
+++ PKGBUILD2019-01-14 22:05:15 UTC (rev 344094)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksysguard
-pkgver=5.14.5
-pkgrel=1
-pkgdesc='Libraries for ksysguard'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(libxres qt5-webkit kio)
-makedepends=(extra-cmake-modules kdoctools plasma-framework)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ca571491fbc71a12c39247d25b4474dabd5d08894a1f05b67efb6edcce03df86'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: libksysguard/repos/extra-x86_64/PKGBUILD (from rev 344093, 
libksysguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 22:05:15 UTC (rev 344094)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.14.5
+pkgrel=2
+pkgdesc='Libraries for ksysguard'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webkit kio)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ca571491fbc71a12c39247d25b4474dabd5d08894a1f05b67efb6edcce03df86'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:04:51
  Author: arojas
Revision: 344093

Move dbus conf to /usr/share

Modified:
  libksysguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 22:03:27 UTC (rev 344092)
+++ PKGBUILD2019-01-14 22:04:51 UTC (rev 344093)
@@ -4,7 +4,7 @@
 
 pkgname=libksysguard
 pkgver=5.14.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Libraries for ksysguard'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 22:03:27
  Author: arojas
Revision: 344092

archrelease: copy trunk to extra-x86_64

Added:
  kwalletmanager/repos/extra-x86_64/PKGBUILD
(from rev 344091, kwalletmanager/trunk/PKGBUILD)
Deleted:
  kwalletmanager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 22:03:06 UTC (rev 344091)
+++ PKGBUILD2019-01-14 22:03:27 UTC (rev 344092)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwalletmanager
-pkgver=18.12.1
-pkgrel=1
-pkgdesc='Wallet management tool'
-arch=(x86_64)
-url='https://www.kde.org/applications/system/kwalletmanager/'
-license=(LGPL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kcmutils kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('566f006b3a55692830e4882f96e99b1bfec44bcea6d194c7d15ad851586f73b4'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kwalletmanager/repos/extra-x86_64/PKGBUILD (from rev 344091, 
kwalletmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 22:03:27 UTC (rev 344092)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=18.12.1
+pkgrel=2
+pkgdesc='Wallet management tool'
+arch=(x86_64)
+url='https://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kcmutils kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('566f006b3a55692830e4882f96e99b1bfec44bcea6d194c7d15ad851586f73b4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


  1   2   >