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

2018-12-14 Thread Anatol Pomozov via arch-commits
Date: Saturday, December 15, 2018 @ 07:21:20
  Author: anatolik
Revision: 342373

upgpkg: libnghttp2 1.35.1-1

Modified:
  libnghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 07:20:24 UTC (rev 342372)
+++ PKGBUILD2018-12-15 07:21:20 UTC (rev 342373)
@@ -2,7 +2,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=libnghttp2
-pkgver=1.34.0
+pkgver=1.35.1
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(glibc)
 conflicts=('nghttp2<1.20.0-2')
 
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha512sums=('5ddc4ab443c51ce286a656d2013421172fc37608f14c0a7ea02fa9e5a0dd155e162d5602b55f34dacc69709525a9a8110dc4c42d92607bbad1951075d094c6a0')
+sha512sums=('fcd3f79f913afbeee1c75003bb39df918e6122bbf728b3ad4192d5849d8fb96705e04f5505465d63f25a565b2f1da6abd8fabdebb6e3347500f7abd31980861d')
 
 build() {
   cd nghttp2-$pkgver


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

2018-12-14 Thread Anatol Pomozov via arch-commits
Date: Saturday, December 15, 2018 @ 07:21:53
  Author: anatolik
Revision: 342374

archrelease: copy trunk to testing-x86_64

Added:
  libnghttp2/repos/testing-x86_64/
  libnghttp2/repos/testing-x86_64/PKGBUILD
(from rev 342373, libnghttp2/trunk/PKGBUILD)

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

Copied: libnghttp2/repos/testing-x86_64/PKGBUILD (from rev 342373, 
libnghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-15 07:21:53 UTC (rev 342374)
@@ -0,0 +1,38 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=libnghttp2
+pkgver=1.35.1
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(glibc)
+conflicts=('nghttp2<1.20.0-2')
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+sha512sums=('fcd3f79f913afbeee1c75003bb39df918e6122bbf728b3ad4192d5849d8fb96705e04f5505465d63f25a565b2f1da6abd8fabdebb6e3347500f7abd31980861d')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples \
+--disable-python-bindings \
+--enable-lib-only
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver/lib
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir/usr/share/licenses/libnghttp2/COPYING"
+}


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

2018-12-14 Thread Anatol Pomozov via arch-commits
Date: Saturday, December 15, 2018 @ 07:19:49
  Author: anatolik
Revision: 342371

upgpkg: nghttp2 1.35.1-1

Modified:
  nghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 01:04:55 UTC (rev 342370)
+++ PKGBUILD2018-12-15 07:19:49 UTC (rev 342371)
@@ -2,7 +2,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=nghttp2
-pkgver=1.34.0
+pkgver=1.35.1
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -15,7 +15,7 @@
   etc/nghttpx/nghttpx.conf
   etc/logrotate.d/nghttpx
 )
-sha512sums=('5ddc4ab443c51ce286a656d2013421172fc37608f14c0a7ea02fa9e5a0dd155e162d5602b55f34dacc69709525a9a8110dc4c42d92607bbad1951075d094c6a0')
+sha512sums=('fcd3f79f913afbeee1c75003bb39df918e6122bbf728b3ad4192d5849d8fb96705e04f5505465d63f25a565b2f1da6abd8fabdebb6e3347500f7abd31980861d')
 
 build() {
   cd nghttp2-$pkgver


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

2018-12-14 Thread Anatol Pomozov via arch-commits
Date: Saturday, December 15, 2018 @ 07:20:24
  Author: anatolik
Revision: 342372

archrelease: copy trunk to testing-x86_64

Added:
  nghttp2/repos/testing-x86_64/
  nghttp2/repos/testing-x86_64/PKGBUILD
(from rev 342371, nghttp2/trunk/PKGBUILD)

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

Copied: nghttp2/repos/testing-x86_64/PKGBUILD (from rev 342371, 
nghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-15 07:20:24 UTC (rev 342372)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.35.1
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc c-ares libnghttp2 
libsystemd)
+options=(!emptydirs)
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha512sums=('fcd3f79f913afbeee1c75003bb39df918e6122bbf728b3ad4192d5849d8fb96705e04f5505465d63f25a565b2f1da6abd8fabdebb6e3347500f7abd31980861d')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  make -C lib DESTDIR="$pkgdir" uninstall
+
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}


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

2018-12-14 Thread Kyle Keen via arch-commits
Date: Saturday, December 15, 2018 @ 02:09:44
  Author: kkeen
Revision: 416314

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 02:09:30 UTC (rev 416313)
+++ PKGBUILD2018-12-15 02:09:44 UTC (rev 416314)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=python-jupyter_client
-pkgname=(python-jupyter_client python2-jupyter_client)
-pkgver=5.2.3
-pkgrel=1
-pkgdesc="Jupyter protocol implementation and client libraries"
-arch=('any')
-url="https://pypi.python.org/pypi/jupyter_client;
-license=('BSD')
-depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
- 'python-jupyter_core' 'python-dateutil')
-makedepends=('python-setuptools' 'python2-setuptools'
- 'python2-ipykernel' 'python2-traitlets' 'python2-pyzmq'
- 'python2-jupyter_core')
-source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz;)
-md5sums=('411e5aaf0db1e1b6334a1a8c461a62f5')
-
-# dep cycle with python-ipykernel
-
-prepare() {
-  cd "$srcdir"
-  cp -r jupyter_client-$pkgver python2-jupyter_client-$pkgver
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package_python-jupyter_client() {
-  cd "$srcdir/jupyter_client-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-jupyter_client() {
-  depends=('python2-ipykernel' 'python2-traitlets' 'python2-pyzmq'
-   'python2-jupyter_core' 'python2-dateutil')
-
-  cd "$srcdir/python2-jupyter_client-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$pkgdir/usr"
-  rm bin/jupyter-*
-  rmdir bin
-}
-

Copied: python-jupyter_client/repos/community-any/PKGBUILD (from rev 416313, 
python-jupyter_client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 02:09:44 UTC (rev 416314)
@@ -0,0 +1,48 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=python-jupyter_client
+pkgname=(python-jupyter_client python2-jupyter_client)
+pkgver=5.2.4
+pkgrel=1
+pkgdesc="Jupyter protocol implementation and client libraries"
+arch=('any')
+url="https://pypi.python.org/pypi/jupyter_client;
+license=('BSD')
+depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
+ 'python-jupyter_core' 'python-dateutil')
+makedepends=('python-setuptools' 'python2-setuptools'
+ 'python2-ipykernel' 'python2-traitlets' 'python2-pyzmq'
+ 'python2-jupyter_core')
+source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz;)
+md5sums=('75bee0a29c81d157fa2cc2de0870eed2')
+
+# dep cycle with python-ipykernel
+
+prepare() {
+  cd "$srcdir"
+  cp -r jupyter_client-$pkgver python2-jupyter_client-$pkgver
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_python-jupyter_client() {
+  cd "$srcdir/jupyter_client-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jupyter_client() {
+  depends=('python2-ipykernel' 'python2-traitlets' 'python2-pyzmq'
+   'python2-jupyter_core' 'python2-dateutil')
+
+  cd "$srcdir/python2-jupyter_client-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd "$pkgdir/usr"
+  rm bin/jupyter-*
+  rmdir bin
+}
+


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

2018-12-14 Thread Kyle Keen via arch-commits
Date: Saturday, December 15, 2018 @ 02:09:30
  Author: kkeen
Revision: 416313

upgpkg: python-jupyter_client 5.2.4-1

Modified:
  python-jupyter_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 00:55:25 UTC (rev 416312)
+++ PKGBUILD2018-12-15 02:09:30 UTC (rev 416313)
@@ -2,7 +2,7 @@
 
 pkgbase=python-jupyter_client
 pkgname=(python-jupyter_client python2-jupyter_client)
-pkgver=5.2.3
+pkgver=5.2.4
 pkgrel=1
 pkgdesc="Jupyter protocol implementation and client libraries"
 arch=('any')
@@ -14,7 +14,7 @@
  'python2-ipykernel' 'python2-traitlets' 'python2-pyzmq'
  'python2-jupyter_core')
 
source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz;)
-md5sums=('411e5aaf0db1e1b6334a1a8c461a62f5')
+md5sums=('75bee0a29c81d157fa2cc2de0870eed2')
 
 # dep cycle with python-ipykernel
 


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

2018-12-14 Thread Kyle Keen via arch-commits
Date: Saturday, December 15, 2018 @ 00:55:10
  Author: kkeen
Revision: 416311

upgpkg: dwdiff 2.1.2-1

Modified:
  dwdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 00:30:06 UTC (rev 416310)
+++ PKGBUILD2018-12-15 00:55:10 UTC (rev 416311)
@@ -1,8 +1,9 @@
-# Maintainer: Sergej Pupykin 
+# Maintainer: Kyle Keen 
+# Contributor: Sergej Pupykin 
 
 pkgname=dwdiff
-pkgver=2.1.1
-pkgrel=5
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
 url="http://os.ghalkes.nl/dwdiff.html;
@@ -9,7 +10,7 @@
 depends=('diffutils' 'icu')
 license=('GPL')
 source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('9745860faad6cb58744c7c45d16c0c7e222896c80d0cd7208dd36126d1a98c8b')
+sha256sums=('3201fd459164ebbb538a0b21ce17d955f2fa3babe37367b2e92f7f912cfac692')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-12-14 Thread Kyle Keen via arch-commits
Date: Saturday, December 15, 2018 @ 00:55:25
  Author: kkeen
Revision: 416312

archrelease: copy trunk to community-x86_64

Added:
  dwdiff/repos/community-x86_64/PKGBUILD
(from rev 416311, dwdiff/trunk/PKGBUILD)
Deleted:
  dwdiff/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 00:55:10 UTC (rev 416311)
+++ PKGBUILD2018-12-15 00:55:25 UTC (rev 416312)
@@ -1,23 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=dwdiff
-pkgver=2.1.1
-pkgrel=5
-pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
-arch=('x86_64')
-url="http://os.ghalkes.nl/dwdiff.html;
-depends=('diffutils' 'icu')
-license=('GPL')
-source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('9745860faad6cb58744c7c45d16c0c7e222896c80d0cd7208dd36126d1a98c8b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --without-dwfilter
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="$pkgdir"/usr install
-}

Copied: dwdiff/repos/community-x86_64/PKGBUILD (from rev 416311, 
dwdiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 00:55:25 UTC (rev 416312)
@@ -0,0 +1,24 @@
+# Maintainer: Kyle Keen 
+# Contributor: Sergej Pupykin 
+
+pkgname=dwdiff
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
+arch=('x86_64')
+url="http://os.ghalkes.nl/dwdiff.html;
+depends=('diffutils' 'icu')
+license=('GPL')
+source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('3201fd459164ebbb538a0b21ce17d955f2fa3babe37367b2e92f7f912cfac692')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --without-dwfilter
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir"/usr install
+}


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

2018-12-14 Thread Filipe Laíns via arch-commits
Date: Saturday, December 15, 2018 @ 00:29:41
  Author: ffy00
Revision: 416307

upgpkg: pulseeffects 4.4.1-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 00:28:43 UTC (rev 416306)
+++ PKGBUILD2018-12-15 00:29:41 UTC (rev 416307)
@@ -2,7 +2,7 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 'rubberband: pitch shifting'
 'mda.lv2: loudness')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('48c4534a2667e38b12729c37600a87aaf00e71ca709d0420d3cbb7633ade04b3e33c1b4bbb140b975e2585b5e8ac2314a0857dc26db74308e6c77e465a943bcc')
+sha512sums=('11ff0a689c6bf718d95eb0202fb73e06d194a71be9393685a2b444c3fc22bfac5f022ee177a73d786e6704f56173fd702f30005e7ace48fb825f3180f0dfe99a')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2018-12-14 Thread Filipe Laíns via arch-commits
Date: Saturday, December 15, 2018 @ 00:29:58
  Author: ffy00
Revision: 416309

upgpkg: soapyrtlsdr 0.3.0-1

Modified:
  soapyrtlsdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 00:29:49 UTC (rev 416308)
+++ PKGBUILD2018-12-15 00:29:58 UTC (rev 416309)
@@ -2,9 +2,9 @@
 
 pkgname=soapyrtlsdr
 _pkgname=SoapyRTLSDR
-pkgver=0.2.5
+pkgver=0.3.0
 _gitver=soapy-rtlsdr-$pkgver
-pkgrel=3
+pkgrel=1
 pkgdesc="SoapySDR RTL-SDR Support Module"
 arch=('x86_64')
 url="https://github.com/pothosware/SoapyRTLSDR;
@@ -12,7 +12,7 @@
 depends=('soapysdr' 'rtl-sdr')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha256sums=('381a2b5f02444fb1e688b49d742fb54bd5f624b96e710b470203fc4643148c15')
+sha256sums=('9c31c67c2646628b448bbef1307f3880b7e78be8caf7a02cd3cfa4d08dc4075b')
 
 build() {
   mkdir -p "$srcdir"/$_pkgname-$_gitver/build


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

2018-12-14 Thread Filipe Laíns via arch-commits
Date: Saturday, December 15, 2018 @ 00:29:49
  Author: ffy00
Revision: 416308

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 416307, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 00:29:41 UTC (rev 416307)
+++ PKGBUILD2018-12-15 00:29:49 UTC (rev 416308)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.4.0
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('48c4534a2667e38b12729c37600a87aaf00e71ca709d0420d3cbb7633ade04b3e33c1b4bbb140b975e2585b5e8ac2314a0857dc26db74308e6c77e465a943bcc')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 416307, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 00:29:49 UTC (rev 416308)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.4.1
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('11ff0a689c6bf718d95eb0202fb73e06d194a71be9393685a2b444c3fc22bfac5f022ee177a73d786e6704f56173fd702f30005e7ace48fb825f3180f0dfe99a')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2018-12-14 Thread Filipe Laíns via arch-commits
Date: Saturday, December 15, 2018 @ 00:30:06
  Author: ffy00
Revision: 416310

archrelease: copy trunk to community-x86_64

Added:
  soapyrtlsdr/repos/community-x86_64/PKGBUILD
(from rev 416309, soapyrtlsdr/trunk/PKGBUILD)
Deleted:
  soapyrtlsdr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 00:29:58 UTC (rev 416309)
+++ PKGBUILD2018-12-15 00:30:06 UTC (rev 416310)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyrtlsdr
-_pkgname=SoapyRTLSDR
-pkgver=0.2.5
-_gitver=soapy-rtlsdr-$pkgver
-pkgrel=3
-pkgdesc="SoapySDR RTL-SDR Support Module"
-arch=('x86_64')
-url="https://github.com/pothosware/SoapyRTLSDR;
-license=('MIT')
-depends=('soapysdr' 'rtl-sdr')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha256sums=('381a2b5f02444fb1e688b49d742fb54bd5f624b96e710b470203fc4643148c15')
-
-build() {
-  mkdir -p "$srcdir"/$_pkgname-$_gitver/build
-  cd "$srcdir"/$_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 "$srcdir"/$_pkgname-$_gitver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: soapyrtlsdr/repos/community-x86_64/PKGBUILD (from rev 416309, 
soapyrtlsdr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 00:30:06 UTC (rev 416310)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyrtlsdr
+_pkgname=SoapyRTLSDR
+pkgver=0.3.0
+_gitver=soapy-rtlsdr-$pkgver
+pkgrel=1
+pkgdesc="SoapySDR RTL-SDR Support Module"
+arch=('x86_64')
+url="https://github.com/pothosware/SoapyRTLSDR;
+license=('MIT')
+depends=('soapysdr' 'rtl-sdr')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha256sums=('9c31c67c2646628b448bbef1307f3880b7e78be8caf7a02cd3cfa4d08dc4075b')
+
+build() {
+  mkdir -p "$srcdir"/$_pkgname-$_gitver/build
+  cd "$srcdir"/$_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 "$srcdir"/$_pkgname-$_gitver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-14 Thread Filipe Laíns via arch-commits
Date: Saturday, December 15, 2018 @ 00:28:43
  Author: ffy00
Revision: 416306

archrelease: copy trunk to community-x86_64

Added:
  arduino-cli/repos/community-x86_64/PKGBUILD
(from rev 416305, arduino-cli/trunk/PKGBUILD)
Deleted:
  arduino-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 00:28:26 UTC (rev 416305)
+++ PKGBUILD2018-12-15 00:28:43 UTC (rev 416306)
@@ -1,30 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=arduino-cli
-_pkgver=0.3.2-alpha.preview
-pkgver=${_pkgver//-/.}
-pkgrel=1
-arch=('x86_64')
-pkgdesc='Arduino command line interface'
-url='https://github.com/arduino/arduino-cli'
-license=('GPL3')
-groups=('arduino')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
-sha512sums=('c57e36cbedd04d88a26676a83e82d16028267e2d34d677b25f3dea919acc5ea8b378be093340e507ec295f315086742f8c6436b31cd2827b8855f865a3d0f0e1')
-
-build() {
-  cd $pkgname-$_pkgver
-
-  export GOPATH="$srcdir"/gopath
-  export GOBIN="$GOPATH"/bin
-  mkdir -p $GOBIN
-
-  go get
-  go install
-}
-
-package() {
-  install -Dm 755 gopath/bin/arduino-cli-$_pkgver "$pkgdir"/usr/bin/arduino-cli
-}

Copied: arduino-cli/repos/community-x86_64/PKGBUILD (from rev 416305, 
arduino-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 00:28:43 UTC (rev 416306)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=arduino-cli
+_pkgver=0.3.3-alpha.preview
+pkgver=${_pkgver//-/.}
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Arduino command line interface'
+url='https://github.com/arduino/arduino-cli'
+license=('GPL3')
+groups=('arduino')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
+sha512sums=('217ec44db600e9667c15b201064448fe8eda86e9708969c7df5931bfe52529e62ec9133dce7ef3a9fb304965d3a0e3177dd54997d515e853114a00ed1226fc21')
+
+build() {
+  cd $pkgname-$_pkgver
+
+  export GOPATH="$srcdir"/gopath
+  export GOBIN="$GOPATH"/bin
+  mkdir -p $GOBIN
+
+  go get
+  go install
+}
+
+package() {
+  install -Dm 755 gopath/bin/arduino-cli-$_pkgver "$pkgdir"/usr/bin/arduino-cli
+}


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

2018-12-14 Thread Filipe Laíns via arch-commits
Date: Saturday, December 15, 2018 @ 00:28:26
  Author: ffy00
Revision: 416305

upgpkg: arduino-cli 0.3.3.alpha.preview-1

Modified:
  arduino-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 23:38:33 UTC (rev 416304)
+++ PKGBUILD2018-12-15 00:28:26 UTC (rev 416305)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=arduino-cli
-_pkgver=0.3.2-alpha.preview
+_pkgver=0.3.3-alpha.preview
 pkgver=${_pkgver//-/.}
 pkgrel=1
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
-sha512sums=('c57e36cbedd04d88a26676a83e82d16028267e2d34d677b25f3dea919acc5ea8b378be093340e507ec295f315086742f8c6436b31cd2827b8855f865a3d0f0e1')
+sha512sums=('217ec44db600e9667c15b201064448fe8eda86e9708969c7df5931bfe52529e62ec9133dce7ef3a9fb304965d3a0e3177dd54997d515e853114a00ed1226fc21')
 
 build() {
   cd $pkgname-$_pkgver


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 23:38:33
  Author: arojas
Revision: 416304

archrelease: copy trunk to community-x86_64

Added:
  cysignals/repos/community-x86_64/PKGBUILD
(from rev 416303, cysignals/trunk/PKGBUILD)
Deleted:
  cysignals/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 23:38:10 UTC (rev 416303)
+++ PKGBUILD2018-12-14 23:38:33 UTC (rev 416304)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=cysignals
-pkgname=(python-cysignals python2-cysignals)
-pkgver=1.7.2
-pkgrel=4
-pkgdesc="Interrupt and signal handling for Cython"
-arch=(x86_64)
-url="https://www.sagemath.org;
-license=(LGPL)
-makedepends=(cython2 cython pari)
-source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('db245c19248a869add480e50e5bd97d282176a74b8c6ca7a0072192e576afc67')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-cysignals() {
-  depends=(python pari)
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir"
-
-# Keep scripts in python2 package
-  rm -r "$pkgdir"/usr/{bin,share}
-}
-
-package_python2-cysignals() {
-  depends=(python2 pari)
-  conflicts=(cysignals)
-  provides=(cysignals)
-  replaces=(cysignals)
-
-  cd $pkgbase-$pkgver-py2   
-  python2 setup.py install --root="$pkgdir"
-}

Copied: cysignals/repos/community-x86_64/PKGBUILD (from rev 416303, 
cysignals/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 23:38:33 UTC (rev 416304)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=cysignals
+pkgname=(python-cysignals python2-cysignals)
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+makedepends=(cython2 cython pari)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
+sha256sums=('262a6f71058a173f1771d53ef25cac12e7267d8464822b88cabd431bb3a704fa')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cysignals() {
+  depends=(python pari)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+
+# Keep scripts in python2 package
+  rm -r "$pkgdir"/usr/{bin,share}
+}
+
+package_python2-cysignals() {
+  depends=(python2 pari)
+  conflicts=(cysignals)
+  provides=(cysignals)
+  replaces=(cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 23:38:10
  Author: arojas
Revision: 416303

Update to 1.8.0

Modified:
  cysignals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 21:22:36 UTC (rev 416302)
+++ PKGBUILD2018-12-14 23:38:10 UTC (rev 416303)
@@ -2,8 +2,8 @@
 
 pkgbase=cysignals
 pkgname=(python-cysignals python2-cysignals)
-pkgver=1.7.2
-pkgrel=4
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="Interrupt and signal handling for Cython"
 arch=(x86_64)
 url="https://www.sagemath.org;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(cython2 cython pari)
 
source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('db245c19248a869add480e50e5bd97d282176a74b8c6ca7a0072192e576afc67')
+sha256sums=('262a6f71058a173f1771d53ef25cac12e7267d8464822b88cabd431bb3a704fa')
 
 prepare() {
   cp -r $pkgbase-$pkgver{,-py2}


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

2018-12-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 14, 2018 @ 21:54:38
  Author: bisson
Revision: 342368

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 21:26:30 UTC (rev 342367)
+++ PKGBUILD2018-12-14 21:54:38 UTC (rev 342368)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=3.1
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('67b56e76c4c49e29746368f33e1d0a54858a26271ea58cf1e67d869a00a03907'
+sha256sums=('61d0242e3644cf7c5db74e644f0e8a8d9be49b7bd01034265cc1ebb2b3f9c8eb'
 'SKIP')
 
 build() {


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

2018-12-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 14, 2018 @ 21:55:12
  Author: bisson
Revision: 342369

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/PKGBUILD
(from rev 342368, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 21:54:38 UTC (rev 342368)
+++ PKGBUILD2018-12-14 21:55:12 UTC (rev 342369)
@@ -1,31 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=3.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats'
-'jpegexiforient: set exif rotation tag')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('67b56e76c4c49e29746368f33e1d0a54858a26271ea58cf1e67d869a00a03907'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 342368, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 21:55:12 UTC (rev 342369)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('61d0242e3644cf7c5db74e644f0e8a8d9be49b7bd01034265cc1ebb2b3f9c8eb'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-12-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 14, 2018 @ 21:26:30
  Author: bisson
Revision: 342367

archrelease: copy trunk to testing-x86_64

Added:
  conky/repos/testing-x86_64/
  conky/repos/testing-x86_64/PKGBUILD
(from rev 342366, conky/trunk/PKGBUILD)

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

Copied: conky/repos/testing-x86_64/PKGBUILD (from rev 342366, 
conky/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-14 21:26:30 UTC (rev 342367)
@@ -0,0 +1,56 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.11.0
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+
'https://github.com/brndnmtthws/conky/commit/4d098b053690861992f9daa4e3195b31295c735c.patch')
+sha256sums=('cc75b5f6cdeefa83082f3dedf5a12105569c2cdc0ae3e7728922d79bc4abcf51'
+'c509b4a082ff84b5d3f7f002d737ab9f5941ac4564779b97307087ba663b8aaf')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../4d098b053690861992f9daa4e3195b31295c735c.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_XSHAPE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D BUILD_JOURNAL=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}


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

2018-12-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 14, 2018 @ 21:26:05
  Author: bisson
Revision: 342366

fix FS#61004

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 21:23:01 UTC (rev 342365)
+++ PKGBUILD2018-12-14 21:26:05 UTC (rev 342366)
@@ -5,7 +5,7 @@
 
 pkgname=conky
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
 license=('BSD' 'GPL')
@@ -13,11 +13,18 @@
 makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
 depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
  'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;)
-sha256sums=('cc75b5f6cdeefa83082f3dedf5a12105569c2cdc0ae3e7728922d79bc4abcf51')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+
'https://github.com/brndnmtthws/conky/commit/4d098b053690861992f9daa4e3195b31295c735c.patch')
+sha256sums=('cc75b5f6cdeefa83082f3dedf5a12105569c2cdc0ae3e7728922d79bc4abcf51'
+'c509b4a082ff84b5d3f7f002d737ab9f5941ac4564779b97307087ba663b8aaf')
 
 options=('!strip' 'debug')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../4d098b053690861992f9daa4e3195b31295c735c.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2018-12-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 14, 2018 @ 21:16:04
  Author: bisson
Revision: 416298

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  132 +--
 conf   |   12 ++---
 hook   |   20 
 service|   26 +--
 sysusers.d |2 
 tmpfiles.d |2 
 6 files changed, 97 insertions(+), 97 deletions(-)

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

Copied: unbound/repos/community-x86_64/PKGBUILD (from rev 416297, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 21:16:04 UTC (rev 416298)
@@ -0,0 +1,66 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.8.3
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'service'
+

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

2018-12-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 14, 2018 @ 21:15:34
  Author: bisson
Revision: 416297

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 21:12:06 UTC (rev 416296)
+++ PKGBUILD2018-12-14 21:15:34 UTC (rev 416297)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('19f2235a8936d89e7dc919bbfcef355de759f220e36bb5e1e931ac000ed04993'
+sha256sums=('2b692b8311edfad41e7d0380aac34576060d4176add81dc5db419c79b2a4cecc'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in libreoffice-still/repos (9 files)

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 21:15:41
  Author: felixonmars
Revision: 342357

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 342356, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/emfio.patch
(from rev 342356, libreoffice-still/trunk/emfio.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-poppler-0.71.patch
(from rev 342356, libreoffice-still/trunk/libreoffice-poppler-0.71.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-poppler-0.72.patch
(from rev 342356, libreoffice-still/trunk/libreoffice-poppler-0.72.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 342356, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 342356, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 342356, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/poppler-0.70.patch
(from rev 342356, libreoffice-still/trunk/poppler-0.70.patch)

--+
 PKGBUILD |  359 +
 emfio.patch  |  292 +
 libreoffice-poppler-0.71.patch   |  169 
 libreoffice-poppler-0.72.patch   |   20 
 libreoffice-still.csh|5 
 libreoffice-still.sh |5 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 poppler-0.70.patch   |   45 ++
 8 files changed, 913 insertions(+)

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

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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 21:15:03
  Author: felixonmars
Revision: 342356

poppler 0.72.0 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 21:09:29 UTC (rev 342355)
+++ PKGBUILD2018-12-14 21:15:03 UTC (rev 342356)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=6.0.7.3
 pkgver=6.0.7
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;


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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 21:12:06
  Author: felixonmars
Revision: 416296

archrelease: copy trunk to community-staging-x86_64

Added:
  gambas3/repos/community-staging-x86_64/
  
gambas3/repos/community-staging-x86_64/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
(from rev 416295, 
gambas3/trunk/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch)
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 416295, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas-poppler-0.71.patch
(from rev 416295, gambas3/trunk/gambas-poppler-0.71.patch)
  gambas3/repos/community-staging-x86_64/gambas-poppler-0.72.patch
(from rev 416295, gambas3/trunk/gambas-poppler-0.72.patch)
  gambas3/repos/community-staging-x86_64/sdl2_mixer.diff
(from rev 416295, gambas3/trunk/sdl2_mixer.diff)

--+
 0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch |   32 
 PKGBUILD | 1176 ++
 gambas-poppler-0.71.patch|   63 
 gambas-poppler-0.72.patch|   72 
 sdl2_mixer.diff  |   11 
 5 files changed, 1354 insertions(+)

Copied: 
gambas3/repos/community-staging-x86_64/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
 (from rev 416295, 
gambas3/trunk/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch)
===
--- 
community-staging-x86_64/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
   (rev 0)
+++ 
community-staging-x86_64/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
   2018-12-14 21:12:06 UTC (rev 416296)
@@ -0,0 +1,32 @@
+From b041e381e6f2a952383bafe7812df7287754ff27 Mon Sep 17 00:00:00 2001
+From: Laurent Carlier 
+Date: Tue, 5 Jun 2018 17:40:28 +0200
+Subject: [PATCH] [GB.SDL2] fix detection with at least pkgconf 2.4.2
+
+Signed-off-by: Laurent Carlier 
+---
+ gb.sdl2/configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/gb.sdl2/configure.ac b/gb.sdl2/configure.ac
+index c22addebc..2406d49f1 100644
+--- a/gb.sdl2/configure.ac
 b/gb.sdl2/configure.ac
+@@ -9,12 +9,12 @@ AC_PROG_LIBTOOL
+ 
+ GB_COMPONENT_PKG_CONFIG(
+sdl2, SDL2, gb.sdl2, [src],
+-   sdl2 ">= 2.0.2" SDL2_image ">= 2.0.0" SDL2_ttf ">= 2.0.12"
++   'sdl2 >= 2.0.2' 'SDL2_image >= 2.0.0' 'SDL2_ttf >= 2.0.12'
+ )
+ 
+ GB_COMPONENT_PKG_CONFIG(
+sdl2audio, SDL2AUDIO, gb.sdl2.audio, [audio],
+-   sdl2 ">= 2.0.2" SDL2_mixer ">= 2.0.0"
++   'sdl2 >= 2.0.2' 'SDL2_mixer >= 2.0.0'
+ )
+ 
+ AC_OUTPUT( \
+-- 
+2.17.1
+

Copied: gambas3/repos/community-staging-x86_64/PKGBUILD (from rev 416295, 
gambas3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-14 21:12:06 UTC (rev 416296)
@@ -0,0 +1,1176 @@
+# Maintainer: Laurent Carlier 
+# Contributor : sebikul 
+
+pkgbase=gambas3
+pkgname=('gambas3-gb-args'
+ 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 
'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-crypt'
+ 'gambas3-gb-dbus' 'gambas3-gb-data'
+ 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 
'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
+ 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop'
+ 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd'
+ 'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
'gambas3-gb-form-terminal' 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 
'gambas3-gb-form'
+ 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 
'gambas3-gb-gtk' 'gambas3-gb-gtk3'
+ 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 
'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify'
+ 'gambas3-gb-libxml' 'gambas3-gb-logging'
+ 'gambas3-gb-map' 'gambas3-gb-markdown' 'gambas3-gb-media-form' 
'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql'
+ 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 
'gambas3-gb-net-smtp' 'gambas3-gb-net'
+ 'gambas3-gb-openal' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 
'gambas3-gb-opengl-sge' 'gambas3-gb-opengl' 'gambas3-gb-option'
+ 'gambas3-gb-pcre' 'gambas3-gb-pdf'
+ 'gambas3-gb-qt4-ext' 'gambas3-gb-qt4' 'gambas3-gb-qt5-opengl' 
'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5'
+ 'gambas3-gb-openssl'
+ 'gambas3-gb-report'
+ 'gambas3-gb-scanner' 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 
'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 'gambas3-gb-settings' 
'gambas3-gb-signal'
+ 'gambas3-gb-term'
+ 'gambas3-gb-util-web' 'gambas3-gb-util'
+ 

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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 21:11:05
  Author: felixonmars
Revision: 416295

poppler 0.72.0 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:59:52 UTC (rev 416294)
+++ PKGBUILD2018-12-14 21:11:05 UTC (rev 416295)
@@ -27,7 +27,7 @@
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.11.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('x86_64')
 url="http://gambas.sourceforge.net/;


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

2018-12-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 14, 2018 @ 21:09:29
  Author: bisson
Revision: 342355

archrelease: copy trunk to testing-x86_64

Added:
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 342354, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 342354, gnupg/trunk/install)

--+
 PKGBUILD |   67 +
 install  |   41 +
 2 files changed, 108 insertions(+)

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 342354, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-14 21:09:29 UTC (rev 342355)
@@ -0,0 +1,67 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.12
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('db030f8b4c98640e91300d36d516f1f4f8fe09514a94ea9fc7411ee1a34082cb'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg "${pkgdir}"/usr/bin/gpg2
+   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
+}

Copied: gnupg/repos/testing-x86_64/install (from rev 342354, 
gnupg/trunk/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2018-12-14 21:09:29 UTC (rev 342355)
@@ -0,0 +1,41 @@
+_global_units() {
+   _units=(dirmngr.socket gpg-agent.socket 
gpg-agent-{browser,extra,ssh}.socket)
+   _dir=/etc/systemd/user/sockets.target.wants
+
+   case $1 in
+   enable)
+   mkdir -p $_dir
+   for _u in "${_units[@]}"; do
+   ln -sf /usr/lib/systemd/user/$_u $_dir/$_u
+   done
+   ;;
+   disable)
+   for _u in "${_units[@]}"; do
+   rm -f $_dir/$_u
+   done
+   rmdir -p --ignore-fail-on-non-empty $_dir
+   ;;
+   esac
+}
+
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null
+
+   # Let systemd supervise daemons by default
+   _global_units enable
+}
+
+post_upgrade() {
+   if (( $(vercmp $2 2.1.13-1) < 0 )); then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+
+   if (( $(vercmp $2 2.1.21-3) < 0 )); then
+   _global_units enable
+   fi
+}
+
+pre_remove() {
+   _global_units disable
+}


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

2018-12-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 14, 2018 @ 21:09:05
  Author: bisson
Revision: 342353

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 21:08:37 UTC (rev 342352)
+++ PKGBUILD2018-12-14 21:09:05 UTC (rev 342353)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.2.11
+pkgver=2.2.12
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='https://www.gnupg.org/'
@@ -22,7 +22,7 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9'
+sha256sums=('db030f8b4c98640e91300d36d516f1f4f8fe09514a94ea9fc7411ee1a34082cb'
 'SKIP')
 
 install=install


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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 21:09:18
  Author: felixonmars
Revision: 342354

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/0001-Update-mdds-to-1.4.1.patch
(from rev 342352, libreoffice-fresh/trunk/0001-Update-mdds-to-1.4.1.patch)
  libreoffice-fresh/repos/staging-x86_64/0001-Update-orcus-to-0.14.0.patch
(from rev 342352, libreoffice-fresh/trunk/0001-Update-orcus-to-0.14.0.patch)
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 342352, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 342352, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 342352, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-poppler-0.71.patch
(from rev 342352, libreoffice-fresh/trunk/libreoffice-poppler-0.71.patch)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-poppler-0.72.patch
(from rev 342352, libreoffice-fresh/trunk/libreoffice-poppler-0.72.patch)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 342352, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/poppler-0.70.patch
(from rev 342352, libreoffice-fresh/trunk/poppler-0.70.patch)

--+
 0001-Update-mdds-to-1.4.1.patch  |  694 ++
 0001-Update-orcus-to-0.14.0.patch|  802 +
 PKGBUILD |  356 +++
 libreoffice-fresh.csh|6 
 libreoffice-fresh.sh |6 
 libreoffice-poppler-0.71.patch   |  169 +++
 libreoffice-poppler-0.72.patch   |   20 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 poppler-0.70.patch   |   45 
 9 files changed, 2116 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/0001-Update-mdds-to-1.4.1.patch 
(from rev 342352, libreoffice-fresh/trunk/0001-Update-mdds-to-1.4.1.patch)
===
--- staging-x86_64/0001-Update-mdds-to-1.4.1.patch  
(rev 0)
+++ staging-x86_64/0001-Update-mdds-to-1.4.1.patch  2018-12-14 21:09:18 UTC 
(rev 342354)
@@ -0,0 +1,694 @@
+From 3debd23d47d1fcbef76033c739a0b7003824d4ca Mon Sep 17 00:00:00 2001
+From: Noel Grandin 
+Date: Sat, 11 Aug 2018 13:25:09 +0200
+Subject: [PATCH] Update mdds to 1.4.1
+
+loplugin:constantparam
+
+Reviewed-on: https://gerrit.libreoffice.org/58875
+Tested-by: Jenkins
+Reviewed-by: Noel Grandin 
+(cherry picked from commit bb6f2b12e8f0bbc99a5ca93141d35fd40b043e55)
+
+Update mdds to 1.4.1.
+
+The largest change in 1.4.x relevant to the calc code is that the
+multi_type_matrix::walk() methods now take a copy of the function
+object rather than a reference, to allow for it to take an inline
+lambda function.  Instead, it does return a instance of the input
+function object, similar to how std::for_each() behaves.
+
+In case the function object contains a large data member, try to
+make it a moveable so that it will get moved rather than copied
+when going through one of the walk() methods.
+
+Reviewed-on: https://gerrit.libreoffice.org/59584
+Tested-by: Jenkins
+Reviewed-by: Kohei Yoshida 
+(cherry picked from commit 51f73f35ea61dd81dd3194af50394b98ff1bf8e9)
+
+mdds 1.4.1 is now a minimum requirement.
+
+Reviewed-on: https://gerrit.libreoffice.org/59614
+Tested-by: Jenkins
+Reviewed-by: Kohei Yoshida 
+(cherry picked from commit 4d1f735fcf064b18ef2848cc1f5a2a0616b0b33d)
+
+fd08fc4a2ed75039e5292a35ff08726e0126c77f
+647bcfbdd8e0417990ed93b25c1bca00f60df709
+
+Change-Id: I676a8408e97cc8134009f764736cad68513c89ad
+---
+ configure.ac  |   2 +-
+ download.lst  |   4 +-
+ external/mdds/UnpackedTarball_mdds.mk |   3 -
+ external/mdds/c++17.patch |  22 ---
+ sc/inc/scmatrix.hxx   |   6 +-
+ sc/source/core/tool/interpr3.cxx  |   4 +-
+ sc/source/core/tool/scmatrix.cxx  | 208 +++---
+ 7 files changed, 161 insertions(+), 88 deletions(-)
+ delete mode 100644 external/mdds/c++17.patch
+
+diff --git a/configure.ac b/configure.ac
+index 735ebf2e360a..3ff574a3f24f 100644
+--- a/configure.ac
 b/configure.ac
+@@ -8883,7 +8883,7 @@ AC_SUBST(SYSTEM_BOOST)
+ dnl ===
+ dnl Check for system mdds
+ dnl ===
+-libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-1.2 >= 1.2.3], 
["-I${WORKDIR}/UnpackedTarball/mdds/include"])
++libo_CHECK_SYSTEM_MODULE([mdds], 

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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 21:08:37
  Author: felixonmars
Revision: 342352

poppler 0.72.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:11:29 UTC (rev 342351)
+++ PKGBUILD2018-12-14 21:08:37 UTC (rev 342352)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=6.1.3.2
 pkgver=6.1.3
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 20:59:52
  Author: arojas
Revision: 416294

archrelease: copy trunk to community-x86_64

Added:
  opensc/repos/community-x86_64/PKGBUILD
(from rev 416293, opensc/trunk/PKGBUILD)
Deleted:
  opensc/repos/community-x86_64/PKGBUILD
  opensc/repos/community-x86_64/bash-completion-path.patch

+
 PKGBUILD   |   99 +++
 bash-completion-path.patch |   11 
 2 files changed, 46 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 20:59:24 UTC (rev 416293)
+++ PKGBUILD2018-12-14 20:59:52 UTC (rev 416294)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Timothy Redaelli 
-# Contributor: Sébastien Luttringer
-# Contributor: kevku 
-
-pkgname=opensc
-pkgver=0.18.0
-pkgrel=1
-pkgdesc='Tools and libraries for smart cards'
-arch=('x86_64')
-url='https://github.com/OpenSC/OpenSC/wiki'
-license=('LGPL')
-backup=('etc/opensc.conf')
-makedepends=('docbook-xsl')
-depends=('pcsclite' 'glib2' 'libltdl')
-options=('!emptydirs')
-source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;
-bash-completion-path.patch)
-sha256sums=('9bc0ff030dd1c10f646d54415eae1bb2b1c72dda710378343f027e17cd8c3757'
-'bd0991dc8d68b21704104aba4d3470f4f4f50bf36547569ed032b48fd3aed811')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np0 -i "$srcdir"/bash-completion-path.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
-  ./bootstrap
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-man \
---enable-doc \
---enable-readline \
---enable-openssl \
---enable-pcsc \
---enable-zlib \
---enable-sm \
---with-xsl-stylesheetsdir="$_sheetdir"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opensc/repos/community-x86_64/PKGBUILD (from rev 416293, 
opensc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 20:59:52 UTC (rev 416294)
@@ -0,0 +1,46 @@
+# Maintainer:
+# Contributor: Timothy Redaelli 
+# Contributor: Sébastien Luttringer
+# Contributor: kevku 
+
+pkgname=opensc
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='Tools and libraries for smart cards'
+arch=('x86_64')
+url='https://github.com/OpenSC/OpenSC/wiki'
+license=('LGPL')
+backup=('etc/opensc.conf')
+makedepends=('docbook-xsl')
+depends=('pcsclite' 'glib2' 'libltdl')
+options=('!emptydirs')
+source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;)
+sha256sums=('2c5a0e4df9027635290b9c0f3addbbf0d651db5ddb0ab789cb0e978f02fd5826')
+
+build() {
+  cd $pkgname-$pkgver
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+  ./bootstrap
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-completiondir=/usr/share/bash-completion/completions \
+--enable-man \
+--enable-doc \
+--enable-readline \
+--enable-openssl \
+--enable-pcsc \
+--enable-zlib \
+--enable-sm \
+--with-xsl-stylesheetsdir="$_sheetdir"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: bash-completion-path.patch
===
--- bash-completion-path.patch  2018-12-14 20:59:24 UTC (rev 416293)
+++ bash-completion-path.patch  2018-12-14 20:59:52 UTC (rev 416294)
@@ -1,11 +0,0 @@
 doc/tools/Makefile.am.orig
-+++ doc/tools/Makefile.am
-@@ -11,7 +11,7 @@
- endif
- 
- completion_DATA = $(patsubst $(srcdir)/%.1.xml, %, $(wildcard 
$(srcdir)/*.1.xml))
--completiondir = $(sysconfdir)/bash_completion.d
-+completiondir = $(datarootdir)/bash-completion/completions
- 
- tools.html: $(srcdir)/tools.xml $(wildcard $(srcdir)/*.1.xml) $(wildcard 
$(srcdir)/*.5.xml)
-   $(XSLTPROC) --nonet --path "$(srcdir)/..:$(xslstylesheetsdir)/html" 
--xinclude -o $@ html.xsl $<


[arch-commits] Commit in opensc/trunk (PKGBUILD bash-completion-path.patch)

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 20:59:24
  Author: arojas
Revision: 416293

Update to 0.19.0

Modified:
  opensc/trunk/PKGBUILD
Deleted:
  opensc/trunk/bash-completion-path.patch

+
 PKGBUILD   |   14 --
 bash-completion-path.patch |   11 ---
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:52:53 UTC (rev 416292)
+++ PKGBUILD2018-12-14 20:59:24 UTC (rev 416293)
@@ -4,7 +4,7 @@
 # Contributor: kevku 
 
 pkgname=opensc
-pkgver=0.18.0
+pkgver=0.19.0
 pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
@@ -14,16 +14,9 @@
 makedepends=('docbook-xsl')
 depends=('pcsclite' 'glib2' 'libltdl')
 options=('!emptydirs')
-source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;
-bash-completion-path.patch)
-sha256sums=('9bc0ff030dd1c10f646d54415eae1bb2b1c72dda710378343f027e17cd8c3757'
-'bd0991dc8d68b21704104aba4d3470f4f4f50bf36547569ed032b48fd3aed811')
+source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;)
+sha256sums=('2c5a0e4df9027635290b9c0f3addbbf0d651db5ddb0ab789cb0e978f02fd5826')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np0 -i "$srcdir"/bash-completion-path.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
@@ -31,6 +24,7 @@
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
+--with-completiondir=/usr/share/bash-completion/completions \
 --enable-man \
 --enable-doc \
 --enable-readline \

Deleted: bash-completion-path.patch
===
--- bash-completion-path.patch  2018-12-14 20:52:53 UTC (rev 416292)
+++ bash-completion-path.patch  2018-12-14 20:59:24 UTC (rev 416293)
@@ -1,11 +0,0 @@
 doc/tools/Makefile.am.orig
-+++ doc/tools/Makefile.am
-@@ -11,7 +11,7 @@
- endif
- 
- completion_DATA = $(patsubst $(srcdir)/%.1.xml, %, $(wildcard 
$(srcdir)/*.1.xml))
--completiondir = $(sysconfdir)/bash_completion.d
-+completiondir = $(datarootdir)/bash-completion/completions
- 
- tools.html: $(srcdir)/tools.xml $(wildcard $(srcdir)/*.1.xml) $(wildcard 
$(srcdir)/*.5.xml)
-   $(XSLTPROC) --nonet --path "$(srcdir)/..:$(xslstylesheetsdir)/html" 
--xinclude -o $@ html.xsl $<


[arch-commits] Commit in gambas3/trunk (PKGBUILD gambas-poppler-0.72.patch)

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 20:52:53
  Author: arojas
Revision: 416292

Fix build with poppler 0.72

Added:
  gambas3/trunk/gambas-poppler-0.72.patch
Modified:
  gambas3/trunk/PKGBUILD

---+
 PKGBUILD  |3 +
 gambas-poppler-0.72.patch |   72 
 2 files changed, 75 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:45:37 UTC (rev 416291)
+++ PKGBUILD2018-12-14 20:52:53 UTC (rev 416292)
@@ -44,10 +44,12 @@
 
source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;
 0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
 gambas-poppler-0.71.patch
+gambas-poppler-0.72.patch
 
gambas-postgresql.patch::"https://gitlab.com/gambas/gambas/commit/75c0cafe.diff;)
 
sha512sums=('1b5a22b13a69e43831e2348b6c89a6ddd38f3a98cf70176322f360a75616d8b15a189353e9a5637be194960875c1fe775c5f2b11a9919aa552d572e409e7f767'
 
'51daba92877e52f578c74f0c46f58151a9ee7cdd32993845f269d598cca7c0068880a47a3ec3f9e3e862032be5b2b37c4c35e2ee50f72f117ba627f337ef26d7'
 
'57c450ff4f42d41a10d305a4784d647001601a3efdf37cda936dc456d15f0a65ff23f1dc3fd3e710651a0a0648c6d720345d93dfa61f1955e98258494360d462'
+
'029e9fb410b3194c84b663d493d3ba2b4b80116369bd3514083b8d01e2cabf39f4a2fd6e1c5f916126c815369bfb784695a1d47b839c9ba5fa8902dabb7e5762'
 
'42f41cd01ded21f7ddf614de975c09979f0b30f170429570ab71b64d9d7d169fbe7efae9222a266a928b1eefc761c49170c7d27b458e7336688b46caaba643a0')
 
 create_dirs() {
@@ -59,6 +61,7 @@
   cd ${srcdir}/gambas-${pkgver}
 
   patch -p1 -i ../gambas-poppler-0.71.patch # Fix build with poppler 0.71
+  patch -p1 -i ../gambas-poppler-0.72.patch # Fix build with poppler 0.72
   patch -p1 -i ../gambas-postgresql.patch # Fix build of postgresql module
   ./reconf-all
 }

Added: gambas-poppler-0.72.patch
===
--- gambas-poppler-0.72.patch   (rev 0)
+++ gambas-poppler-0.72.patch   2018-12-14 20:52:53 UTC (rev 416292)
@@ -0,0 +1,72 @@
+diff --git a/gb.pdf/src/CPdfDocument.cpp b/gb.pdf/src/CPdfDocument.cpp
+index 64cc92796..6a0654bb8 100644
+--- a/gb.pdf/src/CPdfDocument.cpp
 b/gb.pdf/src/CPdfDocument.cpp
+@@ -120,7 +120,7 @@ static void return_unicode_string(const Unicode *unicode, 
int len)
+   gstr.append(buf, n);
+   }
+ 
+-  GB.ReturnNewZeroString(gstr.getCString());
++  GB.ReturnNewZeroString(gstr.c_str());
+ }
+ 
+ 
+@@ -151,11 +151,11 @@ static void aux_return_string_info(void *_object, const 
char *key)
+ 
+   if (goo_value->hasUnicodeMarker())
+   {
+-  GB.ConvString 
(,goo_value->getCString()+2,goo_value->getLength()-2,"UTF-16BE","UTF-8");
++  GB.ConvString 
(,goo_value->c_str()+2,goo_value->getLength()-2,"UTF-16BE","UTF-8");
+   GB.ReturnNewZeroString(tmpstr); 
+   }   
+   else
+-  
GB.ReturnNewString(goo_value->getCString(),goo_value->getLength()); 
++  
GB.ReturnNewString(goo_value->c_str(),goo_value->getLength());  
+   }
+   #if ! POPPLER_VERSION_0_58
+   dst.free();
+@@ -194,10 +194,10 @@ static void aux_return_date_info(void *_object, const 
char *key)
+   {
+   goo = dst.getString();
+   if (goo->hasUnicodeMarker())
+-  GB.ConvString 
(,goo->getCString()+2,goo->getLength()-2,"UTF-16BE","UTF-8");
++  GB.ConvString 
(,goo->c_str()+2,goo->getLength()-2,"UTF-16BE","UTF-8");
+   else
+   {
+-  datestr = 
GB.NewString(goo->getCString(),goo->getLength());
++  datestr = GB.NewString(goo->c_str(),goo->getLength());
+   tofree=datestr; 
+   }
+ 
+@@ -333,11 +333,11 @@ static char* aux_get_target_from_action(const_LinkAction 
*act)
+ 
+   if (tmp->hasUnicodeMarker())
+   {
+-  GB.ConvString 
(,tmp->getCString()+2,tmp->getLength()-2,"UTF-16BE","UTF-8");
++  GB.ConvString 
(,tmp->c_str()+2,tmp->getLength()-2,"UTF-16BE","UTF-8");
+   vl = GB.AddString(vl, uni, 0);  
+   }   
+   else
+-  vl = 
GB.AddString(vl,tmp->getCString(),tmp->getLength());
++  vl = GB.AddString(vl,tmp->c_str(),tmp->getLength());
+   
+ 
+   return vl;
+@@ -1015,7 +1015,7 @@ BEGIN_METHOD(PDFPAGE_select, GB_INTEGER X; GB_INTEGER Y; 
GB_INTEGER W; GB_INTEGE
+   return;
+   }
+   
+-  GB.ReturnNewString(str->getCString(),str->getLength()); 
++  GB.ReturnNewString(str->c_str(),str->getLength());  
+   delete str;
+ 
+ END_METHOD
+@@ -1081,7 

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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 20:45:37
  Author: arojas
Revision: 416291

update URL

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:24:25 UTC (rev 416290)
+++ PKGBUILD2018-12-14 20:45:37 UTC (rev 416291)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(x86_64)
-url="http://rpy.sourceforge.net/;
+url="https://rpy2.bitbucket.io/;
 license=(MPL GPL LGPL)
 depends=(python-numpy r)
 makedepends=(python-setuptools)


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 20:24:25
  Author: arojas
Revision: 416290

Fix build of postgresql module

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:07:43 UTC (rev 416289)
+++ PKGBUILD2018-12-14 20:24:25 UTC (rev 416290)
@@ -43,10 +43,12 @@
 options=('!emptydirs' 'libtool')
 
source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;
 0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
-gambas-poppler-0.71.patch)
+gambas-poppler-0.71.patch
+
gambas-postgresql.patch::"https://gitlab.com/gambas/gambas/commit/75c0cafe.diff;)
 
sha512sums=('1b5a22b13a69e43831e2348b6c89a6ddd38f3a98cf70176322f360a75616d8b15a189353e9a5637be194960875c1fe775c5f2b11a9919aa552d572e409e7f767'
 
'51daba92877e52f578c74f0c46f58151a9ee7cdd32993845f269d598cca7c0068880a47a3ec3f9e3e862032be5b2b37c4c35e2ee50f72f117ba627f337ef26d7'
-
'57c450ff4f42d41a10d305a4784d647001601a3efdf37cda936dc456d15f0a65ff23f1dc3fd3e710651a0a0648c6d720345d93dfa61f1955e98258494360d462')
+
'57c450ff4f42d41a10d305a4784d647001601a3efdf37cda936dc456d15f0a65ff23f1dc3fd3e710651a0a0648c6d720345d93dfa61f1955e98258494360d462'
+
'42f41cd01ded21f7ddf614de975c09979f0b30f170429570ab71b64d9d7d169fbe7efae9222a266a928b1eefc761c49170c7d27b458e7336688b46caaba643a0')
 
 create_dirs() {
   install -dm755 ${pkgdir}/usr/lib/gambas3
@@ -57,6 +59,7 @@
   cd ${srcdir}/gambas-${pkgver}
 
   patch -p1 -i ../gambas-poppler-0.71.patch # Fix build with poppler 0.71
+  patch -p1 -i ../gambas-postgresql.patch # Fix build of postgresql module
   ./reconf-all
 }
 


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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 20:11:29
  Author: felixonmars
Revision: 342351

archrelease: copy trunk to staging-x86_64

Added:
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 342350, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/PKGBUILD.cmake
(from rev 342350, inkscape/trunk/PKGBUILD.cmake)
  inkscape/repos/staging-x86_64/poppler-fixes-from-master.patch
(from rev 342350, inkscape/trunk/poppler-fixes-from-master.patch)

-+
 PKGBUILD|   67 +++
 PKGBUILD.cmake  |   61 +++
 poppler-fixes-from-master.patch |  710 ++
 3 files changed, 838 insertions(+)

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 342350, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-14 20:11:29 UTC (rev 342351)
@@ -0,0 +1,67 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.3
+pkgrel=7
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'libmagick6' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+# python is needed for glib-genmarshal (at least with GLib 2.54)
+makedepends=('boost' 'intltool' 'python')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;
+'poppler-fixes-from-master.patch')
+sha256sums=('063296c05a65d7a92a0f627485b66221487acfc64a24f712eb5237c4bd7816b2'
+'dbe0fa84f990ba76306ec5cda13b3ebe0303f325377ebdb64b061b83d453bd63')
+
+# NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+   patch -Np1 -i ../poppler-fixes-from-master.patch
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
+   # Fix build with poppler 0.71
+sed -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' -i 
src/extension/internal/pdfinput/pdf-parser.*
+   # Fix build with poppler 0.72
+sed -e 's|getCString|c_str|g' -i src/extension/internal/pdfinput/*
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+   export FREETYPE_CONFIG="/usr/bin/pkg-config freetype2"
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-strict-build \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD.cmake (from rev 342350, 
inkscape/trunk/PKGBUILD.cmake)
===
--- staging-x86_64/PKGBUILD.cmake   (rev 0)
+++ staging-x86_64/PKGBUILD.cmake   2018-12-14 20:11:29 UTC (rev 342351)
@@ -0,0 +1,61 @@
+# $Id: PKGBUILD 305444 2017-09-13 20:29:19Z andyrtr $
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=3
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+makedepends=('boost' 'intltool' 'cmake')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python' 'libcdr' 'libvisio' 'libwpg'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')

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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 20:11:07
  Author: felixonmars
Revision: 342350

poppler 0.72.0 rebuild

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:09:47 UTC (rev 342349)
+++ PKGBUILD2018-12-14 20:11:07 UTC (rev 342350)
@@ -4,7 +4,7 @@
 
 pkgname=inkscape
 pkgver=0.92.3
-pkgrel=6
+pkgrel=7
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 20:09:47
  Author: arojas
Revision: 342349

Fix build with poppler 0.72

Added:
  libreoffice-still/trunk/libreoffice-poppler-0.72.patch
Modified:
  libreoffice-still/trunk/PKGBUILD

+
 PKGBUILD   |4 
 libreoffice-poppler-0.72.patch |   20 
 2 files changed, 24 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:06:30 UTC (rev 342348)
+++ PKGBUILD2018-12-14 20:09:47 UTC (rev 342349)
@@ -57,6 +57,7 @@
make-pyuno-work-with-system-wide-module-install.diff
poppler-0.70.patch
 libreoffice-poppler-0.71.patch
+libreoffice-poppler-0.72.patch
emfio.patch
libreoffice-still.sh libreoffice-still.csh)
 noextract=(boost_1_65_1.tar.bz2
@@ -102,6 +103,7 @@
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
 '4cac21ffdb711803c0d5372c6b0ba04f1310afa7907081fdd01c11e68c1785bf'
 'ffe1698d3db3320a9213a459e7619f4962c9792a8b256ea0fe2b7e0af1df430a'
+'dc8b5b0d1a4a1fed4f5cab048cd7ecd78630725458311bcbfe0a660c82357b49'
 '8b4815788be087940750b775690b5890c4cf9e121f11006a72ccab834f212abb'
 '52e90a5a3d8d5b626caa51675b601aba508463c2b9caa98d07cfa35220fc0b22'
 '531de4133cb6ff5c841e4251fdafe69521ccd195f5933eb8c113291d3eff183a')
@@ -143,6 +145,8 @@
patch -Np1 -i ../poppler-0.70.patch
 # fix build with poppler 0.71
 patch -p1 -i ../libreoffice-poppler-0.71.patch
+# fix build with poppler 0.72
+patch -p1 -i ../libreoffice-poppler-0.72.patch
 
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do

Added: libreoffice-poppler-0.72.patch
===
--- libreoffice-poppler-0.72.patch  (rev 0)
+++ libreoffice-poppler-0.72.patch  2018-12-14 20:09:47 UTC (rev 342349)
@@ -0,0 +1,20 @@
+--- 
libreoffice-6.1.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx.orig  
   2018-12-14 20:04:01.633697240 +
 libreoffice-6.1.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx  
2018-12-14 20:04:18.020410653 +
+@@ -555,7 +555,7 @@
+ LinkAction* pAction = link->getAction();
+ if (pAction && pAction->getKind() == actionURI)
+ {
+-const char* pURI = 
static_cast(pAction)->getURI()->getCString();
++const char* pURI = static_cast(pAction)->getURI()->c_str();
+ 
+ std::vector aEsc( lcl_escapeLineFeeds(pURI) );
+ 
+@@ -757,7 +757,7 @@
+ 
+ aFont = it->second;
+ 
+-std::vector aEsc( 
lcl_escapeLineFeeds(aFont.familyName.getCString()) );
++std::vector aEsc( 
lcl_escapeLineFeeds(aFont.familyName.c_str()) );
+ printf( " %d %d %d %d %f %d %s",
+ aFont.isEmbedded,
+ aFont.isBold,


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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 20:07:43
  Author: felixonmars
Revision: 416289

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 416288, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch
(from rev 416288, gdal/trunk/gdal-perl-vendor.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 416288, gdal/trunk/gdal.changelog)

+
 PKGBUILD   |  121 +++
 gdal-perl-vendor.patch |   28 ++
 gdal.changelog |  105 
 3 files changed, 254 insertions(+)

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 416288, 
gdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-14 20:07:43 UTC (rev 416289)
@@ -0,0 +1,121 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgbase=gdal
+pkgname=('gdal' 'python-gdal' 'python2-gdal')
+pkgver=2.3.2
+pkgrel=6
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('x86_64')
+url="http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'libmariadbclient' 
'postgresql-libs' 'xerces-c' 'json-c')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-numpy' 'python2-numpy')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgbase.changelog
+source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
+
gdal-poppler-0.69.0.patch::https://github.com/OSGeo/gdal/commit/69e0701253.patch
+gdal-perl-vendor.patch)
+sha256sums=('3f6d78fe8807d1d6afb7bed27394f19467840a82bc36d65e66316fa0aa9d32a4'
+'cc63ee56e2c62c994a65723d4124171ce9b4e3499c0958be710c04bf82fd4cf5'
+'a41a0129a878a0d09b8ecf24b8a0b473856d929d52f535afdf4dca95ddd347d3')
+
+prepare() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+# Fix build with poppler >= 0.69.0
+  patch -Np2 -i ../gdal-poppler-0.69.0.patch
+# Fix build with poppler 0.72
+  find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' 
-e 's|getCString|c_str|g' -i
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+
+# Fix Perl bindings installation path
+  patch -Np1 -i ../gdal-perl-vendor.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# Ignore const-related errors (remove once fixed upstream)
+  CXXFLAGS+=' -fpermissive'
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed"
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-curl --with-hdf5 --with-perl --with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python2 setup.py build
+  python3 setup.py build
+}
+
+package_gdal () {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgbase/LICENSE
+
+#FS15477 clean up junks - still present in 2.2.1
+#   rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  eval local $(perl -V:vendorarch)
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OSR/OSR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OGR/OGR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/GDAL.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/Const/Const.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GNM/GNM.so
+}
+
+package_python-gdal () {
+  pkgdesc="Python bindings for GDAL"
+  depends=("gdal=$pkgver" 'python-numpy')
+  optdepends=()
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm755 -t "${pkgdir}"/usr/bin scripts/*.py
+
+  install -dm755 "${pkgdir}"/usr/share/licenses
+  ln -s $pkgbase "${pkgdir}"/usr/share/licenses/$pkgname
+}
+
+package_python2-gdal () {
+  pkgdesc="Python 2 bindings for GDAL"
+  depends=("gdal=$pkgver" 'python2-numpy')
+  optdepends=()
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+
+# python2 fixes
+  for file in 

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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 20:06:51
  Author: felixonmars
Revision: 416287

archrelease: copy trunk to community-staging-x86_64

Added:
  scribus/repos/community-staging-x86_64/
  scribus/repos/community-staging-x86_64/PKGBUILD
(from rev 416286, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-x86_64/scribus-poppler-0.70.patch
(from rev 416286, scribus/trunk/scribus-poppler-0.70.patch)

+
 PKGBUILD   |   87 +
 scribus-poppler-0.70.patch |  277 +++
 2 files changed, 364 insertions(+)

Copied: scribus/repos/community-staging-x86_64/PKGBUILD (from rev 416286, 
scribus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-14 20:06:51 UTC (rev 416287)
@@ -0,0 +1,87 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Bruno Pagani 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.4
+pkgrel=7
+pkgdesc="Desktop publishing software"
+arch=('x86_64')
+url="https://www.scribus.net/;
+license=('GPL')
+depends=('qt5-base' 'harfbuzz-icu' 'poppler' 'python2' 'hunspell' 'podofo' 
'openscenegraph'
+ 'libcdr' 'libfreehand' 'libmspub' 'libpagemaker' 'libqxp' 'libvisio' 
'libzmf') # 'graphicsmagick'
+makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
+optdepends=('tk: scripts based on tkinter'
+'hyphen-lang: hyphenation patterns for desired languages')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
'https://github.com/scribusproject/scribus/commit/d867ec3c386baaed1b8e076dd70b278863411480.patch'
+
'https://github.com/scribusproject/scribus/commit/7d4ceeb5cac32287769e3c0238699e0b3e56c24d.patch'
+
'https://github.com/scribusproject/scribus/commit/76561c1a55cd07c268f8f2b2fea888532933700b.patch'
+
'https://github.com/scribusproject/scribus/commit/8e05d26c19097ac2ad5b4ebbf40a3771ee6faf9c.patch'
+'scribus-poppler-0.70.patch')
+sha256sums=('6480925250b2bb07028e2f378c02b67fe3e33206743671e03c07c701cd05da03'
+'SKIP'
+'0a782958360ad70145a588a5e1c0044d162344e96b4ff9b0aeb31388cc9b2e36'
+'b20bf0588b30d551ea6eb5744caf31ef31dd396b2b08cc4bddf9dd3a22cf'
+'29b09c7cc95e8a5432010b39a6c0478cb106a1bbb425747fb383092465476106'
+'824cbc38b02e15aa742b309a226549c3a6c4e3eb16059c239083145aa4ae6dab'
+'199b5ea2831d749b91e206f50e3d30a7b787c5e2b85676120e1e4825478f8737')
+validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA'  # Peter Linnell 

+  '757F5E9B13DD648887AD50092D47C099E782504E') # The Scribus Team 
(www.scribus.net) 
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+# Poppler 0.64
+patch -p1 -i ../d867ec3c386baaed1b8e076dd70b278863411480.patch
+patch -p1 -i ../7d4ceeb5cac32287769e3c0238699e0b3e56c24d.patch
+patch -p1 -i ../76561c1a55cd07c268f8f2b2fea888532933700b.patch
+# Poppler 0.70
+patch -p1 -i ../8e05d26c19097ac2ad5b4ebbf40a3771ee6faf9c.patch
+patch -p1 -i ../scribus-poppler-0.70.patch
+# Poppler 0.71
+sed -e 's|GBool|bool|g' -e 's|gTrue|true|g' -e 's|gFalse|false|g' -i 
scribus/plugins/import/pdf/*
+# Poppler 0.72
+sed -e 's|getCString|c_str|g' -i scribus/plugins/import/pdf/*
+# Fix python name
+sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scribus/plugins/scriptplugin/{samples,scripts}/*
+
+mkdir -p build
+}
+
+build() {
+cd ${pkgname}-${pkgver}/build
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_SKIP_RPATH=ON
+# FS#59800
+#-DWANT_GRAPHICSMAGICK=1
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+
+cd ..
+
+install -Dm644 scribus.desktop -t "${pkgdir}"/usr/share/applications
+
+for i in 16x16 32x32 128x128 256x256 512x512 1024x1024
+do
+install -Dm644 resources/iconsets/artwork/icon_${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}/apps/scribus.png
+done
+
+# Use system hyphen
+rm -rf "${pkgdir}"/usr/share/scribus/dicts/hyph
+ln -sf /usr/share/hyphen "${pkgdir}"/usr/share/scribus/dicts/hyph
+}

Copied: scribus/repos/community-staging-x86_64/scribus-poppler-0.70.patch (from 
rev 416286, scribus/trunk/scribus-poppler-0.70.patch)
===
--- community-staging-x86_64/scribus-poppler-0.70.patch 
(rev 0)
+++ community-staging-x86_64/scribus-poppler-0.70.patch 2018-12-14 20:06:51 UTC 
(rev 416287)
@@ -0,0 +1,277 @@
+diff --git a/scribus/plugins/import/pdf/importpdf.cpp 

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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 20:06:32
  Author: felixonmars
Revision: 416286

poppler 0.72.0 rebuild

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 19:58:10 UTC (rev 416285)
+++ PKGBUILD2018-12-14 20:06:32 UTC (rev 416286)
@@ -7,7 +7,7 @@
 
 pkgname=scribus
 pkgver=1.5.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Desktop publishing software"
 arch=('x86_64')
 url="https://www.scribus.net/;


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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 20:07:23
  Author: felixonmars
Revision: 416288

poppler 0.72.0 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:06:51 UTC (rev 416287)
+++ PKGBUILD2018-12-14 20:07:23 UTC (rev 416288)
@@ -5,7 +5,7 @@
 pkgbase=gdal
 pkgname=('gdal' 'python-gdal' 'python2-gdal')
 pkgver=2.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="http://www.gdal.org/;


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 20:06:30
  Author: arojas
Revision: 342348

Fix build with poppler 0.72

Added:
  libreoffice-fresh/trunk/libreoffice-poppler-0.72.patch
Modified:
  libreoffice-fresh/trunk/PKGBUILD

+
 PKGBUILD   |4 
 libreoffice-poppler-0.72.patch |   20 
 2 files changed, 24 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:02:34 UTC (rev 342347)
+++ PKGBUILD2018-12-14 20:06:30 UTC (rev 342348)
@@ -56,6 +56,7 @@
make-pyuno-work-with-system-wide-module-install.diff
poppler-0.70.patch
 libreoffice-poppler-0.71.patch
+libreoffice-poppler-0.72.patch
0001-Update-mdds-to-1.4.1.patch
0001-Update-orcus-to-0.14.0.patch
libreoffice-fresh.sh libreoffice-fresh.csh)
@@ -99,6 +100,7 @@
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
 '4cac21ffdb711803c0d5372c6b0ba04f1310afa7907081fdd01c11e68c1785bf'
 'ffe1698d3db3320a9213a459e7619f4962c9792a8b256ea0fe2b7e0af1df430a'
+'dc8b5b0d1a4a1fed4f5cab048cd7ecd78630725458311bcbfe0a660c82357b49'
 '8e8460302a7febc9a29b32b98fb77c85910ccadc65c73e0e9997dc5aabaaeb2a'
 '60560283a5e22acad7f341b16dff4a654559b36db5d49b1e59f3bb9ae9b2336c'
 '28c97effbe55e43a1370ab141c676cec9daba9e3dc408bec78136dfefc892a8b'
@@ -132,6 +134,8 @@
patch -Np1 -i ../poppler-0.70.patch
 # fix build with poppler 0.71
 patch -p1 -i ../libreoffice-poppler-0.71.patch
+# fix build with poppler 0.72
+patch -p1 -i ../libreoffice-poppler-0.72.patch
 
# fix build with new mdds 1.4.x, liborcus 0.14.x
 #  sed -i "s:mdds-1.2 >= 1.2.3:mdds-1.4 >= 1.4.2:" configure.ac

Added: libreoffice-poppler-0.72.patch
===
--- libreoffice-poppler-0.72.patch  (rev 0)
+++ libreoffice-poppler-0.72.patch  2018-12-14 20:06:30 UTC (rev 342348)
@@ -0,0 +1,20 @@
+--- 
libreoffice-6.1.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx.orig  
   2018-12-14 20:04:01.633697240 +
 libreoffice-6.1.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx  
2018-12-14 20:04:18.020410653 +
+@@ -555,7 +555,7 @@
+ LinkAction* pAction = link->getAction();
+ if (pAction && pAction->getKind() == actionURI)
+ {
+-const char* pURI = 
static_cast(pAction)->getURI()->getCString();
++const char* pURI = static_cast(pAction)->getURI()->c_str();
+ 
+ std::vector aEsc( lcl_escapeLineFeeds(pURI) );
+ 
+@@ -757,7 +757,7 @@
+ 
+ aFont = it->second;
+ 
+-std::vector aEsc( 
lcl_escapeLineFeeds(aFont.familyName.getCString()) );
++std::vector aEsc( 
lcl_escapeLineFeeds(aFont.familyName.c_str()) );
+ printf( " %d %d %d %d %f %d %s",
+ aFont.isEmbedded,
+ aFont.isBold,


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 20:02:34
  Author: arojas
Revision: 342347

sed more files

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:00:50 UTC (rev 342346)
+++ PKGBUILD2018-12-14 20:02:34 UTC (rev 342347)
@@ -42,7 +42,7 @@
# Fix build with poppler 0.71
 sed -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' -i 
src/extension/internal/pdfinput/pdf-parser.*
# Fix build with poppler 0.72
-sed -e 's|getCString|c_str|g' -i 
src/extension/internal/pdfinput/pdf-parser.*
+sed -e 's|getCString|c_str|g' -i src/extension/internal/pdfinput/*
 }
 
 build() {


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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 20:00:18
  Author: felixonmars
Revision: 342345

poppler 0.72.0 rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 19:56:28 UTC (rev 342344)
+++ PKGBUILD2018-12-14 20:00:18 UTC (rev 342345)
@@ -3,7 +3,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2018.48691
-pkgrel=2
+pkgrel=3
 license=('GPL')
 arch=('x86_64')
 makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'


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

2018-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 14, 2018 @ 20:00:50
  Author: felixonmars
Revision: 342346

archrelease: copy trunk to staging-x86_64

Added:
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 342345, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/freetype-pkgconfig.patch
(from rev 342345, texlive-bin/trunk/freetype-pkgconfig.patch)
  texlive-bin/repos/staging-x86_64/luatex-poppler-0.70-const-fixes.patch
(from rev 342345, texlive-bin/trunk/luatex-poppler-0.70-const-fixes.patch)
  texlive-bin/repos/staging-x86_64/poppler-compat-fixes-up-to-0.70.patch
(from rev 342345, texlive-bin/trunk/poppler-compat-fixes-up-to-0.70.patch)
  texlive-bin/repos/staging-x86_64/synctex-missing-header.patch
(from rev 342345, texlive-bin/trunk/synctex-missing-header.patch)
  texlive-bin/repos/staging-x86_64/texlive-poppler-0.71.patch
(from rev 342345, texlive-bin/trunk/texlive-poppler-0.71.patch)

---+
 PKGBUILD  |  406 +
 freetype-pkgconfig.patch  |   22 
 luatex-poppler-0.70-const-fixes.patch |  122 +
 poppler-compat-fixes-up-to-0.70.patch | 2484 
 synctex-missing-header.patch  |   12 
 texlive-poppler-0.71.patch|   12 
 6 files changed, 3058 insertions(+)

Copied: texlive-bin/repos/staging-x86_64/PKGBUILD (from rev 342345, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-14 20:00:50 UTC (rev 342346)
@@ -0,0 +1,406 @@
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=('texlive-bin' 'libsynctex')
+pkgver=2018.48691
+pkgrel=3
+license=('GPL')
+arch=('x86_64')
+makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+ 'perl' 'clisp' 'ffcall')
+url='http://tug.org/texlive/'
+_commit=f68b0992e13a2e155d71beb3e016ea4139023224  # texlive-2018.2
+source=("git+https://github.com/Tex-Live/texlive-source.git#commit=${_commit};
+"poppler-compat-fixes-up-to-0.70.patch"
+"luatex-poppler-0.70-const-fixes.patch"
+"texlive-poppler-0.71.patch"
+"freetype-pkgconfig.patch"
+"synctex-missing-header.patch")
+sha256sums=('SKIP'
+'1a76b4be5544e431b60dace28169870a8b275e6d80323f9ef7f49b7da8df0b29'
+'f1d8b23f3072001fae5f2147aa4a50520d89fbc5b683c0da10b1417e52173c7a'
+'d8d2fde2f0978238a923b95d063adb7c84e8abde9ac808166bcfa0e3fc8a9c98'
+'bed44f4ccda369410e90eac527cf44b8c1afda7d987ae521b4fd5edb425eef3e'
+'b6c81eb091b5910226e0359768edd178680debee56b63ab0a3753c3429c28ab0')
+
+prepare() {
+cd "$srcdir/texlive-source"
+
+# Synctex "make install" misses synctex_version.h
+patch -Np1 -i "${srcdir}/synctex-missing-header.patch"
+
+# Freetype2 2.9.1 package no longer has freetype-config
+patch -Np1 -i "${srcdir}/freetype-pkgconfig.patch"
+
+./reautoconf
+
+# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
+
+# upstream compat fixes for latest poppler
+patch -Np1 -i "${srcdir}/poppler-compat-fixes-up-to-0.70.patch"
+# fix build with poppler 0.72
+find texk/web2c/{lua,pdf}texdir -type f | xargs sed -e 's|gTrue|true|g' -e 
's|gFalse|false|g' -e 's|GBool|bool|g' -e 's|getCString|c_str|g' -i
+patch -p1 -i "${srcdir}/texlive-poppler-0.71.patch"
+cp -pv texk/web2c/pdftexdir/pdftoepdf{-poppler0.70.0,}.cc
+cp -pv texk/web2c/pdftexdir/pdftosrc{-newpoppler,}.cc
+
+# luatex switched from poppler to pplib in newer versions so
+# upstream fixes aren't available; hopefully this is correct
+patch -Np1 -i "${srcdir}/luatex-poppler-0.70-const-fixes.patch"
+}
+
+build() {
+   cd "$srcdir/texlive-source"
+
+   #
+   ### configure
+   mkdir -p Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ 

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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 19:58:10
  Author: arojas
Revision: 416285

Fix build with poppler 0.72

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 19:54:34 UTC (rev 416284)
+++ PKGBUILD2018-12-14 19:58:10 UTC (rev 416285)
@@ -30,8 +30,8 @@
 
 # Fix build with poppler >= 0.69.0
   patch -Np2 -i ../gdal-poppler-0.69.0.patch
-# Fix build with poppler 0.71
-  find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' 
-i
+# Fix build with poppler 0.72
+  find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' 
-e 's|getCString|c_str|g' -i
 
 # Fix mandir
   sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 19:56:28
  Author: arojas
Revision: 342344

Fix build with poppler 0.72

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 19:43:36 UTC (rev 342343)
+++ PKGBUILD2018-12-14 19:56:28 UTC (rev 342344)
@@ -41,6 +41,8 @@
sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
# Fix build with poppler 0.71
 sed -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' -i 
src/extension/internal/pdfinput/pdf-parser.*
+   # Fix build with poppler 0.72
+sed -e 's|getCString|c_str|g' -i 
src/extension/internal/pdfinput/pdf-parser.*
 }
 
 build() {


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 19:54:34
  Author: arojas
Revision: 416284

Fix build with poppler 0.72

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 18:27:38 UTC (rev 416283)
+++ PKGBUILD2018-12-14 19:54:34 UTC (rev 416284)
@@ -45,7 +45,8 @@
 patch -p1 -i ../scribus-poppler-0.70.patch
 # Poppler 0.71
 sed -e 's|GBool|bool|g' -e 's|gTrue|true|g' -e 's|gFalse|false|g' -i 
scribus/plugins/import/pdf/*
-
+# Poppler 0.72
+sed -e 's|getCString|c_str|g' -i scribus/plugins/import/pdf/*
 # Fix python name
 sed \
 -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 19:43:36
  Author: arojas
Revision: 342343

Fix build with poppler 0.72

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 19:34:18 UTC (rev 342342)
+++ PKGBUILD2018-12-14 19:43:36 UTC (rev 342343)
@@ -3,7 +3,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2018.48691
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=('x86_64')
 makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -41,8 +41,8 @@
 
 # upstream compat fixes for latest poppler
 patch -Np1 -i "${srcdir}/poppler-compat-fixes-up-to-0.70.patch"
-# fix build with poppler 0.71
-find texk/web2c/{lua,pdf}texdir -type f | xargs sed -e 's|gTrue|true|g' -e 
's|gFalse|false|g' -e 's|GBool|bool|g' -i
+# fix build with poppler 0.72
+find texk/web2c/{lua,pdf}texdir -type f | xargs sed -e 's|gTrue|true|g' -e 
's|gFalse|false|g' -e 's|GBool|bool|g' -e 's|getCString|c_str|g' -i
 patch -p1 -i "${srcdir}/texlive-poppler-0.71.patch"
 cp -pv texk/web2c/pdftexdir/pdftoepdf{-poppler0.70.0,}.cc
 cp -pv texk/web2c/pdftexdir/pdftosrc{-newpoppler,}.cc


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 18:27:38
  Author: arojas
Revision: 416283

archrelease: copy trunk to community-any

Added:
  ttf-ionicons/repos/community-any/PKGBUILD
(from rev 416282, ttf-ionicons/trunk/PKGBUILD)
Deleted:
  ttf-ionicons/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 18:27:10 UTC (rev 416282)
+++ PKGBUILD2018-12-14 18:27:38 UTC (rev 416283)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Andrea Scarpino 
-
-pkgname=ttf-ionicons
-pkgver=4.4.7
-pkgrel=1
-pkgdesc='Font from Ionic Framework'
-arch=('any')
-license=('MIT')
-url='https://ionicons.com/'
-source=("https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz;)
-sha256sums=('d53c7a6c5cd92bc6c24d4275b0427bb370306315d9ab54190fb6cba5dfca')
-
-package() {
-  cd "ionicons-$pkgver"
-  install -Dm644 docs/fonts/ionicons.ttf \
-"$pkgdir/usr/share/fonts/TTF/ionicons.ttf"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/ionic-team/ionicons/releases
-# vim: ts=2 sw=2 et:

Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 416282, 
ttf-ionicons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 18:27:38 UTC (rev 416283)
@@ -0,0 +1,19 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Andrea Scarpino 
+
+pkgname=ttf-ionicons
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='Font from Ionic Framework'
+arch=('any')
+license=('MIT')
+url='https://ionicons.com/'
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz;)
+sha256sums=('b901663b01a1434a98d6ca53cbbb027fb39d222a65dc75075d32d6755539de74')
+
+package() {
+  cd "ionicons-$pkgver"
+  install -Dm644 docs/fonts/ionicons.ttf \
+"$pkgdir/usr/share/fonts/TTF/ionicons.ttf"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 18:27:10
  Author: arojas
Revision: 416282

Update to 4.5.0

Modified:
  ttf-ionicons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 15:45:36 UTC (rev 416281)
+++ PKGBUILD2018-12-14 18:27:10 UTC (rev 416282)
@@ -2,14 +2,14 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=ttf-ionicons
-pkgver=4.4.7
+pkgver=4.5.0
 pkgrel=1
 pkgdesc='Font from Ionic Framework'
 arch=('any')
 license=('MIT')
 url='https://ionicons.com/'
-source=("https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz;)
-sha256sums=('d53c7a6c5cd92bc6c24d4275b0427bb370306315d9ab54190fb6cba5dfca')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz;)
+sha256sums=('b901663b01a1434a98d6ca53cbbb027fb39d222a65dc75075d32d6755539de74')
 
 package() {
   cd "ionicons-$pkgver"
@@ -17,6 +17,3 @@
 "$pkgdir/usr/share/fonts/TTF/ionicons.ttf"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# getver: github.com/ionic-team/ionicons/releases
-# vim: ts=2 sw=2 et:


[arch-commits] Commit in archlinux-appstream-data/repos/extra-any (PKGBUILD PKGBUILD)

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 17:33:33
  Author: arojas
Revision: 342340

archrelease: copy trunk to extra-any

Added:
  archlinux-appstream-data/repos/extra-any/PKGBUILD
(from rev 342339, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 17:33:11 UTC (rev 342339)
+++ PKGBUILD2018-12-14 17:33:33 UTC (rev 342340)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20181117
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org;
-license=(GPL)
-depends=()
-makedepends=()
-source=()
-noextract=()
-for _repo in core extra community; do
- 
source+=($_repo-$pkgver.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
-  
$_repo-icons-64x64-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
-  
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
- noextract+=($_repo.xml.gz-$pkgver $_repo-icons-{64x64,128x128}-$pkgver.tar.gz)
-done
-sha256sums=('76d9e1e2c4cc4aedda9550c75bd3723254e5c3810bfc2b3702cc6fad1bf002ef'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'c9b0cd107b30928a15cacd69d4ab7432db1833db41cd479e6f944e9c50a57eeb'
-'c5d1695a8c5bfc4057ab4dc6c20ca3ad12623af2290623cdf950c7fa91c5e717'
-'7cffa126ee295680bf1abfdf86c67f29a1f85d632cd00e3e3ea8433b65e5aad1'
-'8eacb1ef7d18b36207c5dc5e89128cfa76ef52b48df3fad6a33e0bcb0caf3a40'
-'152c5103380ff81815e95dfc552065c9314eaca26687d1973cd27fe8656e7e43'
-'3bd34c3165302a8df8f544a775a082531ba3251536f87d09fc40006baa14cc6f')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-   install -m644 $_repo-$pkgver.xml.gz 
"$pkgdir"/usr/share/app-info/xmls/$_repo.xml.gz
-  done
-}

Copied: archlinux-appstream-data/repos/extra-any/PKGBUILD (from rev 342339, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 17:33:33 UTC (rev 342340)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20181214
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org;
+license=(GPL)
+depends=()
+makedepends=()
+source=()
+noextract=()
+for _repo in core extra community; do
+ 
source+=($_repo-$pkgver.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
+  
$_repo-icons-64x64-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
+  
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
+ noextract+=($_repo.xml.gz-$pkgver $_repo-icons-{64x64,128x128}-$pkgver.tar.gz)
+done
+sha256sums=('314aa1984d7ac11a5ca1decdb705e4a26087d4fc2734fa0c210ff2e1ab1b5344'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'a53c2f7377fbc4f43b1f4733e58fb36d7cd551285e3f8fe8437787b05dc376f6'
+'20d16a109ad782d140fdbcaa5d4acd1f8689c64417d189ff892453d80ebed202'
+'301af6ad581dc353595280527bc79afaa411b3085eb27b4381da32ecdabbe190'
+'6ea45a61e886e1d93904912ec528ff7ddf0c91c7c64783943534448c826b9c6c'
+'8cf5f530da072661c139f34bf35c89e9ebd13e59b53a8f9b8bdf6b44152bf35a'
+'ce1cccb25749afbb4e60a1ad42de3eb5aef7d879209819d610eadcaedf705c9f')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons

[arch-commits] Commit in archlinux-appstream-data/trunk (PKGBUILD)

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 17:33:11
  Author: arojas
Revision: 342339

Update

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 14:46:22 UTC (rev 342338)
+++ PKGBUILD2018-12-14 17:33:11 UTC (rev 342339)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=archlinux-appstream-data
-pkgver=20181117
+pkgver=20181214
 pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
@@ -17,15 +17,15 @@
   
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
  noextract+=($_repo.xml.gz-$pkgver $_repo-icons-{64x64,128x128}-$pkgver.tar.gz)
 done
-sha256sums=('76d9e1e2c4cc4aedda9550c75bd3723254e5c3810bfc2b3702cc6fad1bf002ef'
+sha256sums=('314aa1984d7ac11a5ca1decdb705e4a26087d4fc2734fa0c210ff2e1ab1b5344'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'c9b0cd107b30928a15cacd69d4ab7432db1833db41cd479e6f944e9c50a57eeb'
-'c5d1695a8c5bfc4057ab4dc6c20ca3ad12623af2290623cdf950c7fa91c5e717'
-'7cffa126ee295680bf1abfdf86c67f29a1f85d632cd00e3e3ea8433b65e5aad1'
-'8eacb1ef7d18b36207c5dc5e89128cfa76ef52b48df3fad6a33e0bcb0caf3a40'
-'152c5103380ff81815e95dfc552065c9314eaca26687d1973cd27fe8656e7e43'
-'3bd34c3165302a8df8f544a775a082531ba3251536f87d09fc40006baa14cc6f')
+'a53c2f7377fbc4f43b1f4733e58fb36d7cd551285e3f8fe8437787b05dc376f6'
+'20d16a109ad782d140fdbcaa5d4acd1f8689c64417d189ff892453d80ebed202'
+'301af6ad581dc353595280527bc79afaa411b3085eb27b4381da32ecdabbe190'
+'6ea45a61e886e1d93904912ec528ff7ddf0c91c7c64783943534448c826b9c6c'
+'8cf5f530da072661c139f34bf35c89e9ebd13e59b53a8f9b8bdf6b44152bf35a'
+'ce1cccb25749afbb4e60a1ad42de3eb5aef7d879209819d610eadcaedf705c9f')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2018-12-14 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 14, 2018 @ 15:45:36
  Author: svenstaro
Revision: 416281

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 416280, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 416280, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 416280, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 416280, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 416280, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 416280, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 416280, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 416280, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 416280, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 416280, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 416280, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 416280, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example

+
 PKGBUILD   |  430 +++
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 +-
 gitlab-backup.service  |   40 +-
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   44 +-
 gitlab-sidekiq.service |   62 +--
 gitlab-unicorn.service |   68 +--
 gitlab.install |   40 +-
 gitlab.logrotate   |   22 -
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +--
 12 files changed, 434 insertions(+), 434 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 15:45:24 UTC (rev 416280)
+++ PKGBUILD2018-12-14 15:45:36 UTC (rev 416281)
@@ -1,215 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=11.5.3
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('083204f112f64a435f4694b63a2d2c9cd64b485a0b42c3be17e5098c530074042a6109a6ebb553a0bd7ba8160725a7bada32237f929ff6bf00e3c4fe7843bbb0'
-
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
-

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

2018-12-14 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 14, 2018 @ 15:45:24
  Author: svenstaro
Revision: 416280

upgpkg: gitlab 11.5.4-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 15:27:06 UTC (rev 416279)
+++ PKGBUILD2018-12-14 15:45:24 UTC (rev 416280)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=11.5.3
+pkgver=11.5.4
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -35,7 +35,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('083204f112f64a435f4694b63a2d2c9cd64b485a0b42c3be17e5098c530074042a6109a6ebb553a0bd7ba8160725a7bada32237f929ff6bf00e3c4fe7843bbb0'
+sha512sums=('23e897bd9588f69512179ee6d67fe48975a7d2e3014ea39b18669af0482b4d1f8c8f5e6e28a2bcbfd444ecc26db3b1786ca283e1f8c2a721eec376473dcb18e4'
 
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
 
'ea5ae64214a82b522a09c20be2967ae2ff6fbfd7683587909b748dab4647f99b3128c0e16aba375ecb191e47e1b9045587a84322e216e5cda940904c4fa6271c'
 
'69e6f43008389fb54bba6cea61adb0dbf5b75c5796f5cca327326f20f329365c003847bbd6d53b113a0afb1a0d3a0b101a92476739daf85f65c670a1d4466f9c'


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 15:27:06
  Author: arojas
Revision: 416279

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 15:26:39
  Author: arojas
Revision: 416278

Update to 0.29.2

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 14:34:31 UTC (rev 416277)
+++ PKGBUILD2018-12-14 15:26:39 UTC (rev 416278)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.1
+pkgver=0.29.2
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
-sha256sums=('fab6796e5a5fb6e2f860c7d8180479dade01dfbebaf490a213c3e312a3a278d8')
+sha256sums=('b5164b9650981aaa5457ef1e3cce4c671dee8d111f4ace99e3e6bb672c78c6f6')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2018-12-14 Thread Andreas Radke via arch-commits
Date: Friday, December 14, 2018 @ 14:46:22
  Author: andyrtr
Revision: 342338

archrelease: copy trunk to testing-x86_64

Added:
  claws-mail/repos/testing-x86_64/
  claws-mail/repos/testing-x86_64/PKGBUILD
(from rev 342337, claws-mail/trunk/PKGBUILD)

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

Copied: claws-mail/repos/testing-x86_64/PKGBUILD (from rev 342337, 
claws-mail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-14 14:46:22 UTC (rev 342338)
@@ -0,0 +1,82 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.2
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk' 
'libytnef' 'libical' 'dillo'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'pygtk: needed for python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'libgdata:  for gdata plugin'
+'poppler-glib:  for pdf viewer plugin'
+'ghostscript:   for pdf viewer plugin'
+'libical:   for vcalendar plugin'
+'dillo: for html viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
+sha256sums=('25cf42c8edc40a0c57e678e135c2eb577145dce6c0aa9f880f0e51b7ef3c61c1'
+'SKIP')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix new versioned enchant pkgconfig detection
+  sed -i "s:PKG_CHECK_MODULES(ENCHANT, enchant >= 
1.4.0:PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 1.4.0:" configure.ac
+  sed -i "s:--cflags enchant:--cflags enchant-2:" configure.ac
+
+  autoreconf -vfi
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fixes for python2
+  export PYTHON="/usr/bin/python2"
+
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin   # --help
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install extra tools
+  cd tools
+  install -m755 -d ${pkgdir}/usr/lib/claws-mail/tools
+  for files in *.pl *.py *.sh kdeservicemenu multiwebsearch.conf tb2claws-mail 
update-po uudec uuooffice README; do
+cp -arv $files ${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}


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

2018-12-14 Thread Andreas Radke via arch-commits
Date: Friday, December 14, 2018 @ 14:46:13
  Author: andyrtr
Revision: 342337

upgpkg: claws-mail 3.17.2-1

upstream update 3.17.2

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 14:29:48 UTC (rev 342336)
+++ PKGBUILD2018-12-14 14:46:13 UTC (rev 342337)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=claws-mail
-pkgver=3.17.1
+pkgver=3.17.2
 pkgrel=1
 pkgdesc="A GTK+ based e-mail client."
 arch=('x86_64')
@@ -36,7 +36,7 @@
 conflicts=('claws-mail-extra-plugins')
 provides=('claws')
 
source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('757b5f4163fb44f772b1453d1cc0b83387bb6b67ad55cc0694bdd4eff9ea76f2'
+sha256sums=('25cf42c8edc40a0c57e678e135c2eb577145dce6c0aa9f880f0e51b7ef3c61c1'
 'SKIP')
 validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

 


[arch-commits] Commit in nodejs-lts-dubnium/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-14 Thread Bruno Pagani via arch-commits
Date: Friday, December 14, 2018 @ 14:34:31
  Author: archange
Revision: 416277

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-dubnium/repos/community-x86_64/PKGBUILD
(from rev 416276, nodejs-lts-dubnium/trunk/PKGBUILD)
Deleted:
  nodejs-lts-dubnium/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 14:34:16 UTC (rev 416276)
+++ PKGBUILD2018-12-14 14:34:31 UTC (rev 416277)
@@ -1,66 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=nodejs-lts-dubnium
-pkgver=10.14.1
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript (LTS release: Dubnium)'
-arch=('x86_64')
-url="https://nodejs.org/;
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=('nodejs')
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
-sha256sums=('3def67bf1679e0606af4eb3d7ce3c0a3fe4548f2d0a87320d43a30e2207ab034')
-validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8' # Myles Borins 

-  '77984A986EBC2AA786BC0F66B01FBB92821C587A' # Gibson Fahnestock 

-  'B9AE9905FFD7803F25714661B63B535A4C206CA9' # Evan Lucas 
 
-  'DD8F2338BAE7501E3DD5AC78C273792F7D83545D') # Rod Vagg 

-
-prepare() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares \
---shared-nghttp2
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: nodejs-lts-dubnium/repos/community-x86_64/PKGBUILD (from rev 416276, 
nodejs-lts-dubnium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 14:34:31 UTC (rev 416277)
@@ -0,0 +1,66 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=nodejs-lts-dubnium
+pkgver=10.14.2
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript (LTS release: Dubnium)'
+arch=('x86_64')
+url="https://nodejs.org/;
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=('nodejs')
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
+sha256sums=('ae1aec55e3ca8f4debfb8c07489209fd84d3c47b26e6672e1cf7a7820f95acd3')
+validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8' # Myles Borins 

+  '77984A986EBC2AA786BC0F66B01FBB92821C587A' # Gibson Fahnestock 

+  'B9AE9905FFD7803F25714661B63B535A4C206CA9' # Evan Lucas 
 
+  'DD8F2338BAE7501E3DD5AC78C273792F7D83545D') # Rod Vagg 

+
+prepare() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v${pkgver}
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares \
+--shared-nghttp2
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2018-12-14 Thread Bruno Pagani via arch-commits
Date: Friday, December 14, 2018 @ 14:34:16
  Author: archange
Revision: 416276

upgpkg: nodejs-lts-dubnium 10.14.2-1

Modified:
  nodejs-lts-dubnium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 14:29:34 UTC (rev 416275)
+++ PKGBUILD2018-12-14 14:34:16 UTC (rev 416276)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=nodejs-lts-dubnium
-pkgver=10.14.1
+pkgver=10.14.2
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript (LTS release: Dubnium)'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 conflicts=('nodejs')
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
-sha256sums=('3def67bf1679e0606af4eb3d7ce3c0a3fe4548f2d0a87320d43a30e2207ab034')
+sha256sums=('ae1aec55e3ca8f4debfb8c07489209fd84d3c47b26e6672e1cf7a7820f95acd3')
 validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8' # Myles Borins 

   '77984A986EBC2AA786BC0F66B01FBB92821C587A' # Gibson Fahnestock 

   'B9AE9905FFD7803F25714661B63B535A4C206CA9' # Evan Lucas 
 


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

2018-12-14 Thread Christian Hesse via arch-commits
Date: Friday, December 14, 2018 @ 14:27:44
  Author: eworm
Revision: 416270

archrelease: copy trunk to community-x86_64

Added:
  pcsc-tools/repos/community-x86_64/PKGBUILD
(from rev 416269, pcsc-tools/trunk/PKGBUILD)
Deleted:
  pcsc-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 14:27:39 UTC (rev 416269)
+++ PKGBUILD2018-12-14 14:27:44 UTC (rev 416270)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Lorenzo Nizzi Grifi Gargiolli 
-# Contributor: marc0s 
-
-pkgname=pcsc-tools
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="PC/SC Architecture smartcard tools"
-arch=('x86_64')
-url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
-license=('GPL')
-depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
-makedepends=('pkg-config')
-validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

-source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('daaa011c28daa00653bd8e2a3d8b0b9f8abae00f7344f50b1a94fbd2b01f1d14'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: pcsc-tools/repos/community-x86_64/PKGBUILD (from rev 416269, 
pcsc-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 14:27:44 UTC (rev 416270)
@@ -0,0 +1,32 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Lorenzo Nizzi Grifi Gargiolli 
+# Contributor: marc0s 
+
+pkgname=pcsc-tools
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="PC/SC Architecture smartcard tools"
+arch=('x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
+makedepends=('pkg-config')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

+source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('c39e6abba781895220c68df5e5d2f0f9547c7a676eebec3f1ddcff8794377c93'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2018-12-14 Thread Christian Hesse via arch-commits
Date: Friday, December 14, 2018 @ 14:27:39
  Author: eworm
Revision: 416269

upgpkg: pcsc-tools 1.5.4-1

new upstream release

Modified:
  pcsc-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 14:03:56 UTC (rev 416268)
+++ PKGBUILD2018-12-14 14:27:39 UTC (rev 416269)
@@ -3,7 +3,7 @@
 # Contributor: marc0s 
 
 pkgname=pcsc-tools
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard tools"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkg-config')
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

 
source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('daaa011c28daa00653bd8e2a3d8b0b9f8abae00f7344f50b1a94fbd2b01f1d14'
+sha256sums=('c39e6abba781895220c68df5e5d2f0f9547c7a676eebec3f1ddcff8794377c93'
 'SKIP')
 
 build() {


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

2018-12-14 Thread Bruno Pagani via arch-commits
Date: Friday, December 14, 2018 @ 14:03:56
  Author: archange
Revision: 416268

archrelease: copy trunk to community-x86_64

Added:
  intel-gmmlib/repos/community-x86_64/PKGBUILD
(from rev 416267, intel-gmmlib/trunk/PKGBUILD)
Deleted:
  intel-gmmlib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 14:03:43 UTC (rev 416267)
+++ PKGBUILD2018-12-14 14:03:56 UTC (rev 416268)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Daniel Bermond < yahoo-com: danielbermond >
-
-pkgname=intel-gmmlib
-pkgver=18.4.0
-pkgrel=1
-pkgdesc="Intel Graphics Memory Management Library"
-arch=('x86_64')
-url="https://github.com/intel/gmmlib/;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cmake')
-provides=('gmmlib')
-conflicts=('gmmlib')
-replaces=('gmmlib')
-options=('!emptydirs')
-source=("https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9af82b71029ff9b86db519c965c6e05d4b4e577564c80d32c192d9deae89e9df')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${pkgname#*-}-${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE='None' \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DRUN_TEST_SUITE=ON \
--Wno-dev
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 ../${pkgname#*-}-${pkgname}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: intel-gmmlib/repos/community-x86_64/PKGBUILD (from rev 416267, 
intel-gmmlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 14:03:56 UTC (rev 416268)
@@ -0,0 +1,39 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=intel-gmmlib
+pkgver=18.4.1
+pkgrel=1
+pkgdesc="Intel Graphics Memory Management Library"
+arch=('x86_64')
+url="https://github.com/intel/gmmlib/;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cmake')
+provides=('gmmlib')
+conflicts=('gmmlib')
+replaces=('gmmlib')
+options=('!emptydirs')
+source=("https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7970a8ae4e16efb98f38fbbc0346eea03227fc4462a9bd8e8077277cc3430a84')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname#*-}-${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE='None' \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DRUN_TEST_SUITE=ON \
+-Wno-dev
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${pkgname#*-}-${pkgname}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2018-12-14 Thread Bruno Pagani via arch-commits
Date: Friday, December 14, 2018 @ 14:03:43
  Author: archange
Revision: 416267

upgpkg: intel-gmmlib 18.4.1-1

Modified:
  intel-gmmlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 13:33:04 UTC (rev 416266)
+++ PKGBUILD2018-12-14 14:03:43 UTC (rev 416267)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Bermond < yahoo-com: danielbermond >
 
 pkgname=intel-gmmlib
-pkgver=18.4.0
+pkgver=18.4.1
 pkgrel=1
 pkgdesc="Intel Graphics Memory Management Library"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 replaces=('gmmlib')
 options=('!emptydirs')
 
source=("https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9af82b71029ff9b86db519c965c6e05d4b4e577564c80d32c192d9deae89e9df')
+sha256sums=('7970a8ae4e16efb98f38fbbc0346eea03227fc4462a9bd8e8077277cc3430a84')
 
 prepare() {
 mkdir -p build


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

2018-12-14 Thread Florian Pritz via arch-commits
Date: Friday, December 14, 2018 @ 13:33:04
  Author: bluewind
Revision: 416266

archrelease: copy trunk to community-x86_64

Added:
  highlight/repos/community-x86_64/PKGBUILD
(from rev 416265, highlight/trunk/PKGBUILD)
Deleted:
  highlight/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 13:33:01 UTC (rev 416265)
+++ PKGBUILD2018-12-14 13:33:04 UTC (rev 416266)
@@ -1,49 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.47
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('x86_64')
-makedepends=(qt5-base lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('7ef509379b41886c706b89183112e5f8'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  sed -i 's/QMAKE=qmake/QMAKE=qmake-qt5/' src/makefile
-  sed -i 's/QMAKE_CC = clang/QMAKE_CC = gcc/' src/gui-qt/highlight.pro
-  sed -i 's/QMAKE_CXX = clang++/QMAKE_CXX = g++/' src/gui-qt/highlight.pro
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt5
-  make QMAKE=qmake-qt5 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt5-base' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 416265, 
highlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 13:33:04 UTC (rev 416266)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jan Fader 
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.48
+pkgrel=1
+url="http://www.andre-simon.de/doku/highlight/highlight.html;
+license=('GPL')
+arch=('x86_64')
+makedepends=(qt5-base lua boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('d41acae977026cdfeec59e342cbe48ae'
+ 'SKIP')
+validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  sed -i 's/QMAKE=qmake/QMAKE=qmake-qt5/' src/makefile
+  sed -i 's/QMAKE_CC = clang/QMAKE_CC = gcc/' src/gui-qt/highlight.pro
+  sed -i 's/QMAKE_CXX = clang++/QMAKE_CXX = g++/' src/gui-qt/highlight.pro
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make QMAKE=qmake-qt5
+  make QMAKE=qmake-qt5 gui
+}
+
+package_highlight() {
+  pkgdesc="Fast and flexible source code highlighter (CLI version)"
+  depends=('lua')
+  backup=(etc/highlight/filetypes.conf)
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
+}
+
+package_highlight-gui() {
+  pkgdesc="Fast and flexible source code highlighter (Qt version)"
+  depends=('qt5-base' 'highlight')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  install -dm755 "$pkgdir/usr/bin"
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-14 Thread Florian Pritz via arch-commits
Date: Friday, December 14, 2018 @ 13:33:01
  Author: bluewind
Revision: 416265

upgpkg: highlight 3.48-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 12:59:37 UTC (rev 416264)
+++ PKGBUILD2018-12-14 13:33:01 UTC (rev 416265)
@@ -2,7 +2,7 @@
 # Contributor: Jan Fader 
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.47
+pkgver=3.48
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html;
 license=('GPL')
@@ -9,7 +9,7 @@
 arch=('x86_64')
 makedepends=(qt5-base lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('7ef509379b41886c706b89183112e5f8'
+md5sums=('d41acae977026cdfeec59e342cbe48ae'
  'SKIP')
 validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
 


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

2018-12-14 Thread Thore Bödecker via arch-commits
Date: Friday, December 14, 2018 @ 12:59:37
  Author: foxxx0
Revision: 416264

archrelease: copy trunk to community-any

Added:
  clipmenu/repos/community-any/PKGBUILD
(from rev 416263, clipmenu/trunk/PKGBUILD)
Deleted:
  clipmenu/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 12:59:26 UTC (rev 416263)
+++ PKGBUILD2018-12-14 12:59:37 UTC (rev 416264)
@@ -1,28 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Chris Down 
-
-pkgname=clipmenu
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Clipboard management using dmenu'
-url='https://github.com/cdown/clipmenu'
-arch=('any')
-license=('custom:Public Domain')
-depends=('dmenu' 'xsel')
-optdepends=(
-  'rofi: dmenu replacement (use with "export CM_LAUNCHER=rofi")'
-  'clipnotify: polling-free clipboard notifier'
-)
-
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cdown/clipmenu/archive/${pkgver}.tar.gz;)
-sha512sums=('42937c5898cd2cdd978ec6babf77234ee47aff6910c98bf79eca6134ed28104f86f00025e2b5b4be6bfabb59d1a068e9a24e98402ebc68208eda2bbac292f8ba')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -D -m755 clipmenu "${pkgdir}/usr/bin/clipmenu"
-  install -D -m755 clipmenud "${pkgdir}/usr/bin/clipmenud"
-  install -D -m755 clipdel "${pkgdir}/usr/bin/clipdel"
-  install -D -m755 init/clipmenud.service 
"${pkgdir}/usr/lib/systemd/user/clipmenud.service"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: clipmenu/repos/community-any/PKGBUILD (from rev 416263, 
clipmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 12:59:37 UTC (rev 416264)
@@ -0,0 +1,28 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Chris Down 
+
+pkgname=clipmenu
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='Clipboard management using dmenu'
+url='https://github.com/cdown/clipmenu'
+arch=('any')
+license=('custom:Public Domain')
+depends=('dmenu' 'xsel')
+optdepends=(
+  'rofi: dmenu replacement (use with "export CM_LAUNCHER=rofi")'
+  'clipnotify: polling-free clipboard notifier'
+)
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cdown/clipmenu/archive/${pkgver}.tar.gz;)
+sha512sums=('e2a74f71d4bb7b3a19847c58915cdc2e71dde926ae17e13b170de3f5af827d74140909a1fce6a3013ba7fdedbf34ff0a5272d2915a05b54e752146e7ebee752d')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m755 clipmenu "${pkgdir}/usr/bin/clipmenu"
+  install -D -m755 clipmenud "${pkgdir}/usr/bin/clipmenud"
+  install -D -m755 clipdel "${pkgdir}/usr/bin/clipdel"
+  install -D -m755 init/clipmenud.service 
"${pkgdir}/usr/lib/systemd/user/clipmenud.service"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-12-14 Thread Thore Bödecker via arch-commits
Date: Friday, December 14, 2018 @ 12:59:26
  Author: foxxx0
Revision: 416263

upgpkg: clipmenu 5.6.0-1

update to 5.6.0

Modified:
  clipmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 12:17:57 UTC (rev 416262)
+++ PKGBUILD2018-12-14 12:59:26 UTC (rev 416263)
@@ -2,7 +2,7 @@
 # Contributor: Chris Down 
 
 pkgname=clipmenu
-pkgver=5.5.0
+pkgver=5.6.0
 pkgrel=1
 pkgdesc='Clipboard management using dmenu'
 url='https://github.com/cdown/clipmenu'
@@ -15,7 +15,7 @@
 )
 
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cdown/clipmenu/archive/${pkgver}.tar.gz;)
-sha512sums=('42937c5898cd2cdd978ec6babf77234ee47aff6910c98bf79eca6134ed28104f86f00025e2b5b4be6bfabb59d1a068e9a24e98402ebc68208eda2bbac292f8ba')
+sha512sums=('e2a74f71d4bb7b3a19847c58915cdc2e71dde926ae17e13b170de3f5af827d74140909a1fce6a3013ba7fdedbf34ff0a5272d2915a05b54e752146e7ebee752d')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 12:17:57
  Author: grazzolini
Revision: 416262

archrelease: copy trunk to community-x86_64

Added:
  tinyssh/repos/community-x86_64/PKGBUILD
(from rev 416261, tinyssh/trunk/PKGBUILD)
  tinyssh/repos/community-x86_64/tinyssh@.service
(from rev 416261, tinyssh/trunk/tinyssh@.service)
  tinyssh/repos/community-x86_64/tinyssh@.socket
(from rev 416261, tinyssh/trunk/tinyssh@.socket)
  tinyssh/repos/community-x86_64/tinysshgenkeys.service
(from rev 416261, tinyssh/trunk/tinysshgenkeys.service)
Deleted:
  tinyssh/repos/community-x86_64/PKGBUILD
  tinyssh/repos/community-x86_64/tinyssh@.service
  tinyssh/repos/community-x86_64/tinyssh@.socket
  tinyssh/repos/community-x86_64/tinysshgenkeys.service

+
 PKGBUILD   |   82 +++
 tinyssh@.service   |   18 +-
 tinyssh@.socket|   26 +++---
 tinysshgenkeys.service |   16 -
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 12:17:12 UTC (rev 416261)
+++ PKGBUILD2018-12-14 12:17:57 UTC (rev 416262)
@@ -1,41 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-pkgname=tinyssh
-pkgver=20180201
-pkgrel=1
-pkgdesc='Small SSH server using NaCl / TweetNaCl'
-url='https://tinyssh.org'
-arch=('x86_64')
-license=('custom:Public Domain')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://mojzis.com/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   tinyssh@.socket tinyssh@.service tinysshgenkeys.service
-
"${pkgname}-${pkgver}.tar.gz.asc::https://mojzis.com/software/${pkgname}/${pkgname}-${pkgver}.tar.gz.asc;)
-sha512sums=('fa0e0245168fc0549fa6db807106e0b3c51be479498de6bb4ced714e2bb156613447333ed034e00d8c24dd79411f632174f0d8f5b1cf2f1d26c77dd5515971e8'
-
'9fbc5ae3b6d1df6d78eedf812fdd8fe115e81fc0811f4799d541e37239d53db22203e691026ed479a38c9f17043e52d43b44054be51ae03c2f12f3f235c5b83a'
-
'9c9ba78c5b61f64f42f59cfe556519d9ab2c3e4d45f36d6f78c5e7728b050c494673239630dae66398006f3f20fb3a26f22899cd0728ed17e61c655b372236b3'
-
'415cdfe649eedcbb11a263938c0a66bef42432210baa2e2c9e428d5e8e486fb4dedad53b9fdb9086bf97ca506909d3b3054aaca56f02c063e0b8d5fab4e56198'
-'SKIP')
-validpgpkeys=('AADF2EDF5529F1702772C8A2DEC4D246931EF49B')
-
-build () {
-   cd "${srcdir}/${pkgname}-${pkgver//./}"
-   make
-}
-
-package () {
-   cd "${srcdir}/${pkgname}-${pkgver//./}"
-   make install DESTDIR="${pkgdir}"
-
-   # Nowadays /usr/sbin is a symlink to /usr/bin
-   mv "${pkgdir}"/usr/{s,}bin
-
-install -m 755 -d "${pkgdir}/etc/tinyssh"
-
-install -m 755 -d "${pkgdir}/usr/lib/systemd/system"
-   install -m 644 -t "${pkgdir}/usr/lib/systemd/system" \
-   "${srcdir}/tinysshgenkeys.service" \
-   "${srcdir}/tinyssh@.service" \
-   "${srcdir}/tinyssh@.socket"
-
-install -Dm644 "$srcdir/$pkgname-$pkgver/LICENCE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENCE"
-}

Copied: tinyssh/repos/community-x86_64/PKGBUILD (from rev 416261, 
tinyssh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 12:17:57 UTC (rev 416262)
@@ -0,0 +1,41 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=tinyssh
+pkgver=20181206
+pkgrel=1
+pkgdesc='Small SSH server using NaCl / TweetNaCl'
+url='https://tinyssh.org'
+arch=('x86_64')
+license=('custom:Public Domain')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/janmojzis/${pkgname}/archive/${pkgver}.tar.gz;
+   tinyssh@.socket tinyssh@.service tinysshgenkeys.service
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/janmojzis/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;)
+sha512sums=('866a23331aa536a884430776cb33e7b5ae564a28c0d0f128ee59e7698a2e4d56d87da1d4eced7d67a9747c4f01a4a2aa9d68b04ace5e231f526201ea750ac0b6'
+
'9fbc5ae3b6d1df6d78eedf812fdd8fe115e81fc0811f4799d541e37239d53db22203e691026ed479a38c9f17043e52d43b44054be51ae03c2f12f3f235c5b83a'
+
'9c9ba78c5b61f64f42f59cfe556519d9ab2c3e4d45f36d6f78c5e7728b050c494673239630dae66398006f3f20fb3a26f22899cd0728ed17e61c655b372236b3'
+
'415cdfe649eedcbb11a263938c0a66bef42432210baa2e2c9e428d5e8e486fb4dedad53b9fdb9086bf97ca506909d3b3054aaca56f02c063e0b8d5fab4e56198'
+'SKIP')
+validpgpkeys=('AADF2EDF5529F1702772C8A2DEC4D246931EF49B')
+
+build () {
+   cd "${srcdir}/${pkgname}-${pkgver//./}"
+   make
+}
+
+package () {
+   cd "${srcdir}/${pkgname}-${pkgver//./}"
+   make install DESTDIR="${pkgdir}"
+
+   # Nowadays /usr/sbin is a symlink to /usr/bin
+   mv "${pkgdir}"/usr/{s,}bin
+
+install -m 755 -d "${pkgdir}/etc/tinyssh"
+
+install -m 755 -d "${pkgdir}/usr/lib/systemd/system"
+   

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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 12:17:12
  Author: grazzolini
Revision: 416261

upgpkg: tinyssh 20181206-1

Modified:
  tinyssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 11:54:03 UTC (rev 416260)
+++ PKGBUILD2018-12-14 12:17:12 UTC (rev 416261)
@@ -1,6 +1,6 @@
 # Maintainer: Giancarlo Razzolini 
 pkgname=tinyssh
-pkgver=20180201
+pkgver=20181206
 pkgrel=1
 pkgdesc='Small SSH server using NaCl / TweetNaCl'
 url='https://tinyssh.org'
@@ -7,10 +7,10 @@
 arch=('x86_64')
 license=('custom:Public Domain')
 depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://mojzis.com/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/janmojzis/${pkgname}/archive/${pkgver}.tar.gz;
tinyssh@.socket tinyssh@.service tinysshgenkeys.service
-
"${pkgname}-${pkgver}.tar.gz.asc::https://mojzis.com/software/${pkgname}/${pkgname}-${pkgver}.tar.gz.asc;)
-sha512sums=('fa0e0245168fc0549fa6db807106e0b3c51be479498de6bb4ced714e2bb156613447333ed034e00d8c24dd79411f632174f0d8f5b1cf2f1d26c77dd5515971e8'
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/janmojzis/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;)
+sha512sums=('866a23331aa536a884430776cb33e7b5ae564a28c0d0f128ee59e7698a2e4d56d87da1d4eced7d67a9747c4f01a4a2aa9d68b04ace5e231f526201ea750ac0b6'
 
'9fbc5ae3b6d1df6d78eedf812fdd8fe115e81fc0811f4799d541e37239d53db22203e691026ed479a38c9f17043e52d43b44054be51ae03c2f12f3f235c5b83a'
 
'9c9ba78c5b61f64f42f59cfe556519d9ab2c3e4d45f36d6f78c5e7728b050c494673239630dae66398006f3f20fb3a26f22899cd0728ed17e61c655b372236b3'
 
'415cdfe649eedcbb11a263938c0a66bef42432210baa2e2c9e428d5e8e486fb4dedad53b9fdb9086bf97ca506909d3b3054aaca56f02c063e0b8d5fab4e56198'


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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 11:54:03
  Author: grazzolini
Revision: 416260

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 11:53:30 UTC (rev 416259)
+++ PKGBUILD2018-12-14 11:54:03 UTC (rev 416260)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contibutor: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=18.5.26
-pkgrel=3
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="https://pypi.org/project/pycountry/;
-license=('LGPL2.1')
-makedepends=('python2' 'python2-setuptools'
-'python' 'python-setuptools')
-checkdepends=('python2-pytest' 'python2-pytest-runner'
- 'python-pytest' 'python-pytest-runner')
-source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-sha512sums=('9760175a7926347920542a2fd2420cc3d4f36ac11df5aa6f7aaabbd9b46dd9cb61801933133a589ed35fd2e279db2a70e98340d8cf8856987dc88d6fdb715437')
-
-prepare(){
-  cp -r pycountry-${pkgver}{,-py2}
-}
-
-build(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/pycountry-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py pytest
-
-  cd "${srcdir}/pycountry-${pkgver}-py2"
-  python2 setup.py pytest
-}
-
-
-package_python2-pycountry() {
-  depends=(python python2-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}
-
-package_python-pycountry() {
-  depends=(python python-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 416259, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 11:54:03 UTC (rev 416260)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=18.12.8
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="https://pypi.org/project/pycountry/;
+license=('LGPL2.1')
+makedepends=('python2' 'python2-setuptools'
+'python' 'python-setuptools')
+checkdepends=('python2-pytest' 'python2-pytest-runner'
+ 'python-pytest' 'python-pytest-runner')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+sha512sums=('9797688ada8ea54c1a56a2cf4d0ad765001816c822c40077953fa71e3af285114c4b5beaf739a24432b9c6ea794952ce347a40ae0bcd9a2c00d12ddc7b45261e')
+
+prepare(){
+  cp -r pycountry-${pkgver}{,-py2}
+}
+
+build(){
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/pycountry-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check(){
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py pytest
+
+  cd "${srcdir}/pycountry-${pkgver}-py2"
+  python2 setup.py pytest
+}
+
+
+package_python2-pycountry() {
+  depends=(python python2-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+package_python-pycountry() {
+  depends=(python python-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 11:53:30
  Author: grazzolini
Revision: 416259

upgpkg: python-pycountry 18.12.8-1

Modified:
  python-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 11:48:40 UTC (rev 416258)
+++ PKGBUILD2018-12-14 11:53:30 UTC (rev 416259)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycountry
 pkgname=(python-pycountry python2-pycountry)
-pkgver=18.5.26
-pkgrel=3
+pkgver=18.12.8
+pkgrel=1
 pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
 arch=('any')
 url="https://pypi.org/project/pycountry/;
@@ -15,7 +15,7 @@
 checkdepends=('python2-pytest' 'python2-pytest-runner'
  'python-pytest' 'python-pytest-runner')
 
source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-sha512sums=('9760175a7926347920542a2fd2420cc3d4f36ac11df5aa6f7aaabbd9b46dd9cb61801933133a589ed35fd2e279db2a70e98340d8cf8856987dc88d6fdb715437')
+sha512sums=('9797688ada8ea54c1a56a2cf4d0ad765001816c822c40077953fa71e3af285114c4b5beaf739a24432b9c6ea794952ce347a40ae0bcd9a2c00d12ddc7b45261e')
 
 prepare(){
   cp -r pycountry-${pkgver}{,-py2}


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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 11:48:40
  Author: grazzolini
Revision: 416258

archrelease: copy trunk to community-x86_64

Added:
  xpra/repos/community-x86_64/PKGBUILD
(from rev 416257, xpra/trunk/PKGBUILD)
Deleted:
  xpra/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 11:48:05 UTC (rev 416257)
+++ PKGBUILD2018-12-14 11:48:40 UTC (rev 416258)
@@ -1,60 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Bug 
-
-pkgname=xpra
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="multi-platform screen and application forwarding system screen for 
X11"
-arch=('x86_64')
-url='https://www.xpra.org'
-license=('GPL2')
-depends=('python2' 'pygtk' 'libxtst' 'python2-pillow' 'python2-lz4'
- 'ffmpeg' 'libvpx' 'xf86-video-dummy' 'libxkbfile'
- 'python2-netifaces' 'python2-numpy' 'python2-rencode' 'python2-opengl'
- 'python2-gtkglext' 'python-lz4' 'python-opengl')
-optdepends=('x264: Codec' 'python2-dbus: dbus features'
-'python2-pycups: Printing support'
-'python2-cryptography: Cryptography'
-'python-cryptography: Cryptography'
-'gst-python2: Sound Forwarding'
-'opencv: Webcam Capture')
-makedepends=('python2-setuptools' 'cython2' 'uglify-js')
-backup=('etc/xpra/xpra.conf' 'etc/xpra/xorg.conf'
-'etc/xpra/conf.d/05_features.conf'
-'etc/xpra/conf.d/10_network.conf'
-'etc/xpra/conf.d/12_ssl.conf'
-'etc/xpra/conf.d/15_file_transfers.conf'
-'etc/xpra/conf.d/16_printing.conf'
-'etc/xpra/conf.d/20_sound.conf'
-'etc/xpra/conf.d/30_picture.conf'
-'etc/xpra/conf.d/35_webcam.conf'
-'etc/xpra/conf.d/40_client.conf'
-'etc/xpra/conf.d/42_client_keyboard.conf'
-'etc/xpra/conf.d/50_server_network.conf'
-'etc/xpra/conf.d/55_server_x11.conf'
-'etc/xpra/conf.d/60_server.conf'
-'etc/xpra/conf.d/65_proxy.conf'
-'etc/pam.d/xpra')
-source=($pkgname-$pkgver.tar.xz::$url/src/$pkgname-$pkgver.tar.xz
-$pkgname-$pkgver.tar.xz.asc::$url/src/$pkgname-$pkgver.tar.xz.gpg)
-
-md5sums=('6cc2061fde6cd5e7ab8446712fe0cb0f'
- 'SKIP')
-sha1sums=('ec53059fa2f44b88d5a0cfd4c7237d331ae9bf09'
-  'SKIP')
-sha256sums=('3a4fae6378a2ce43ad65ba13c4fdc82c1987b32a85979df7b31466ddfc3613ae'
-'SKIP')
-validpgpkeys=('C11C0A4DF702EDF6C04F458C18ADB31CF18AD6BB') # Antoine Martin 

-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  python2 setup.py build --without-enc_x265
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build 
--without-enc_x265
-  sed -i 's|/build/xpra/pkg/xpra/etc/xpra/xorg.conf|/etc/xpra/xorg.conf|' 
"${pkgdir}"/etc/xpra/conf.d/55_server_x11.conf
-  mv "${pkgdir}"/lib/* "${pkgdir}"/usr/lib/
-  rmdir "${pkgdir}/lib"  
-}

Copied: xpra/repos/community-x86_64/PKGBUILD (from rev 416257, 
xpra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 11:48:40 UTC (rev 416258)
@@ -0,0 +1,60 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Bug 
+
+pkgname=xpra
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="multi-platform screen and application forwarding system screen for 
X11"
+arch=('x86_64')
+url='https://www.xpra.org'
+license=('GPL2')
+depends=('python2' 'pygtk' 'libxtst' 'python2-pillow' 'python2-lz4'
+ 'ffmpeg' 'libvpx' 'xf86-video-dummy' 'libxkbfile'
+ 'python2-netifaces' 'python2-numpy' 'python2-rencode' 'python2-opengl'
+ 'python2-gtkglext' 'python-lz4' 'python-opengl')
+optdepends=('x264: Codec' 'python2-dbus: dbus features'
+'python2-pycups: Printing support'
+'python2-cryptography: Cryptography'
+'python-cryptography: Cryptography'
+'gst-python2: Sound Forwarding'
+'opencv: Webcam Capture')
+makedepends=('python2-setuptools' 'cython2' 'uglify-js')
+backup=('etc/xpra/xpra.conf' 'etc/xpra/xorg.conf'
+'etc/xpra/conf.d/05_features.conf'
+'etc/xpra/conf.d/10_network.conf'
+'etc/xpra/conf.d/12_ssl.conf'
+'etc/xpra/conf.d/15_file_transfers.conf'
+'etc/xpra/conf.d/16_printing.conf'
+'etc/xpra/conf.d/20_sound.conf'
+'etc/xpra/conf.d/30_picture.conf'
+'etc/xpra/conf.d/35_webcam.conf'
+'etc/xpra/conf.d/40_client.conf'
+'etc/xpra/conf.d/42_client_keyboard.conf'
+'etc/xpra/conf.d/50_server_network.conf'
+'etc/xpra/conf.d/55_server_x11.conf'
+'etc/xpra/conf.d/60_server.conf'
+'etc/xpra/conf.d/65_proxy.conf'
+'etc/pam.d/xpra')
+source=($pkgname-$pkgver.tar.xz::$url/src/$pkgname-$pkgver.tar.xz
+

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

2018-12-14 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, December 14, 2018 @ 11:47:39
  Author: jlichtblau
Revision: 416256

archrelease: copy trunk to community-x86_64

Added:
  wxsqlite3/repos/community-x86_64/PKGBUILD
(from rev 416255, wxsqlite3/trunk/PKGBUILD)
Deleted:
  wxsqlite3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 11:47:26 UTC (rev 416255)
+++ PKGBUILD2018-12-14 11:47:39 UTC (rev 416256)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: speps 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('x86_64')
-url="http://utelle.github.io/wxsqlite3;
-license=('custom:wxWindows')
-depends=('wxgtk3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('d131f233349b6d8f447c5f30bd09287f839b44c9d273690abf733c841c5c4b1b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  autoreconf
-  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-# license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 416255, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 11:47:39 UTC (rev 416256)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: speps 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="http://utelle.github.io/wxsqlite3;
+license=('custom:wxWindows')
+depends=('wxgtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('92ecc857e23ecc934ec08ee76eee01e03dec719e639b854f2a89370e2b9d2cd6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf
+  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+# license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENCE
+}


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

2018-12-14 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, December 14, 2018 @ 11:47:26
  Author: jlichtblau
Revision: 416255

upgpkg: wxsqlite3 4.4.0-1 - new upstream release

Modified:
  wxsqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 11:44:38 UTC (rev 416254)
+++ PKGBUILD2018-12-14 11:47:26 UTC (rev 416255)
@@ -4,7 +4,7 @@
 # Contributor: Scott Furry 
 
 pkgname=wxsqlite3
-pkgver=4.3.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('custom:wxWindows')
 depends=('wxgtk3')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('d131f233349b6d8f447c5f30bd09287f839b44c9d273690abf733c841c5c4b1b')
+sha256sums=('92ecc857e23ecc934ec08ee76eee01e03dec719e639b854f2a89370e2b9d2cd6')
 
 build() {
   cd $pkgname-$pkgver


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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 11:48:05
  Author: grazzolini
Revision: 416257

upgpkg: xpra 2.4.2-1

Modified:
  xpra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 11:47:39 UTC (rev 416256)
+++ PKGBUILD2018-12-14 11:48:05 UTC (rev 416257)
@@ -2,7 +2,7 @@
 # Contributor: Bug 
 
 pkgname=xpra
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="multi-platform screen and application forwarding system screen for 
X11"
 arch=('x86_64')
@@ -38,11 +38,11 @@
 source=($pkgname-$pkgver.tar.xz::$url/src/$pkgname-$pkgver.tar.xz
 $pkgname-$pkgver.tar.xz.asc::$url/src/$pkgname-$pkgver.tar.xz.gpg)
 
-md5sums=('6cc2061fde6cd5e7ab8446712fe0cb0f'
+md5sums=('f007f05e50d80e625bd69668d912fb76'
  'SKIP')
-sha1sums=('ec53059fa2f44b88d5a0cfd4c7237d331ae9bf09'
+sha1sums=('527db4ec67f20db29511fedbd5aaabaa740b3b44'
   'SKIP')
-sha256sums=('3a4fae6378a2ce43ad65ba13c4fdc82c1987b32a85979df7b31466ddfc3613ae'
+sha256sums=('d1e44778e6d5a883c107fc0769ae2c496a2a868000c115806509bbac40cca407'
 'SKIP')
 validpgpkeys=('C11C0A4DF702EDF6C04F458C18ADB31CF18AD6BB') # Antoine Martin 

 


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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 11:44:38
  Author: grazzolini
Revision: 416254

archrelease: copy trunk to community-x86_64

Added:
  nginx-mainline/repos/community-x86_64/PKGBUILD
(from rev 416253, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-x86_64/logrotate
(from rev 416253, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-x86_64/nginx.install
(from rev 416253, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-x86_64/service
(from rev 416253, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/community-x86_64/PKGBUILD
  nginx-mainline/repos/community-x86_64/logrotate
  nginx-mainline/repos/community-x86_64/nginx.install
  nginx-mainline/repos/community-x86_64/service

---+
 PKGBUILD  |  264 
 logrotate |   20 ++--
 nginx.install |   24 ++---
 service   |   34 +++
 4 files changed, 171 insertions(+), 171 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 11:43:53 UTC (rev 416253)
+++ PKGBUILD2018-12-14 11:44:38 UTC (rev 416254)
@@ -1,132 +0,0 @@
-# Maintainer:  Giancarlo Razzolini 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.15.6
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('e15e07baa3117f15dfc4303603ebac74'
- 'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('89c1b7df7ed0722a930a977edfb94a8278e51ebd7d5a0d0959ac09515374f976283e945c283b704447f7b57fd302bdbbea0d0d11c48aa282f2d53230eb3e63be'
-'SKIP'
-
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
-
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
-
-_common_flags=(
-  --with-compat
-  --with-debug
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-pcre-jit
-  --with-stream
-  --with-stream_geoip_module
-  --with-stream_realip_module
-  --with-stream_ssl_module
-  --with-stream_ssl_preread_module
-  --with-threads
-)
-
-_mainline_flags=(
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-cc-opt="$CFLAGS $CPPFLAGS" \
---with-ld-opt="$LDFLAGS" \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/$i/nginx.vim \
-  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
-  done
-}

Copied: nginx-mainline/repos/community-x86_64/PKGBUILD (from rev 416253, 
nginx-mainline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 11:44:38 UTC (rev 416254)
@@ -0,0 +1,132 @@
+# Maintainer:  Giancarlo Razzolini 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Sébastien Luttringer
+# Contributor: Drew DeVault
+

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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 11:43:53
  Author: grazzolini
Revision: 416253

upgpkg: nginx-mainline 1.15.7-1

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 11:40:29 UTC (rev 416252)
+++ PKGBUILD2018-12-14 11:43:53 UTC (rev 416253)
@@ -4,7 +4,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.15.6
+pkgver=1.15.7
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('x86_64')
@@ -27,11 +27,11 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('e15e07baa3117f15dfc4303603ebac74'
+md5sums=('719b2e3d416f111fecc9db6625553658'
  'SKIP'
  'ef491e760e7c1ffec9ca25441a150c83'
  '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('89c1b7df7ed0722a930a977edfb94a8278e51ebd7d5a0d0959ac09515374f976283e945c283b704447f7b57fd302bdbbea0d0d11c48aa282f2d53230eb3e63be'
+sha512sums=('93c5ae89bfabd4c984835517ec6ae739b660c7c28da253378ab602d518dffbd22ce73202fdba0e48fd4d231f7e44d040ff2808b80ada3a6a71936482d20cca18'
 'SKIP'
 
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
 
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')


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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 11:39:37
  Author: grazzolini
Revision: 416251

upgpkg: python-lz4 2.1.2-1

Modified:
  python-lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 10:53:29 UTC (rev 416250)
+++ PKGBUILD2018-12-14 11:39:37 UTC (rev 416251)
@@ -9,7 +9,7 @@
 pkgbase=python-lz4
 _pkgname=lz4
 pkgname=('python-lz4' 'python2-lz4')
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="LZ4 bindings for Python"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz;)
-sha512sums=('198f2c6df1329093cf0b1d0b941e7a6d96a6fd915d4cadafe245c206738148b2d7ef280589d6a1b446367b62f8e23aa10d31384d306137d75ba5edb7d5f705ed')
+sha512sums=('f29d70f2237782c0f88d2851d2e2b07dd493aba56ff823ac7afce82c2b2ec48af2a139e341ee36b3cd76cf9a5b6ff2d02cc2246b68079823c018c2dcfb658379')
 
 prepare() {
   cp -a $_pkgname-${pkgver}{,-python2}


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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 11:40:29
  Author: grazzolini
Revision: 416252

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 11:39:37 UTC (rev 416251)
+++ PKGBUILD2018-12-14 11:40:29 UTC (rev 416252)
@@ -1,55 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Nissar Chababy 
-# Contributor: Thrasibule 
-# Contributor: David Manouchehri 
-# Contributor: Vladimir Tsanev 
-# Contributor: Andrew Reed 
-# Contributor: "Score_Under" 
-
-pkgbase=python-lz4
-_pkgname=lz4
-pkgname=('python-lz4' 'python2-lz4')
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="LZ4 bindings for Python"
-arch=('x86_64')
-license=('BSD')
-url="https://github.com/python-lz4/python-lz4;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz;)
-sha512sums=('198f2c6df1329093cf0b1d0b941e7a6d96a6fd915d4cadafe245c206738148b2d7ef280589d6a1b446367b62f8e23aa10d31384d306137d75ba5edb7d5f705ed')
-
-prepare() {
-  cp -a $_pkgname-${pkgver}{,-python2}
-}
-
-build() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$_pkgname-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/$_pkgname-$pkgver-python2
-  python2 setup.py pytest
-}
-
-package_python-lz4() {
-  depends=('python')
-
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-lz4() {
-  depends=('python2')
-
-  cd $_pkgname-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-lz4/repos/community-x86_64/PKGBUILD (from rev 416251, 
python-lz4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 11:40:29 UTC (rev 416252)
@@ -0,0 +1,55 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Nissar Chababy 
+# Contributor: Thrasibule 
+# Contributor: David Manouchehri 
+# Contributor: Vladimir Tsanev 
+# Contributor: Andrew Reed 
+# Contributor: "Score_Under" 
+
+pkgbase=python-lz4
+_pkgname=lz4
+pkgname=('python-lz4' 'python2-lz4')
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="LZ4 bindings for Python"
+arch=('x86_64')
+license=('BSD')
+url="https://github.com/python-lz4/python-lz4;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz;)
+sha512sums=('f29d70f2237782c0f88d2851d2e2b07dd493aba56ff823ac7afce82c2b2ec48af2a139e341ee36b3cd76cf9a5b6ff2d02cc2246b68079823c018c2dcfb658379')
+
+prepare() {
+  cp -a $_pkgname-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$_pkgname-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/$_pkgname-$pkgver-python2
+  python2 setup.py pytest
+}
+
+package_python-lz4() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-lz4() {
+  depends=('python2')
+
+  cd $_pkgname-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2018-12-14 Thread Massimiliano Torromeo via arch-commits
Date: Friday, December 14, 2018 @ 10:53:29
  Author: mtorromeo
Revision: 416250

archrelease: copy trunk to community-x86_64

Added:
  logstash/repos/community-x86_64/PKGBUILD
(from rev 416249, logstash/trunk/PKGBUILD)
  logstash/repos/community-x86_64/build.patch
(from rev 416249, logstash/trunk/build.patch)
  logstash/repos/community-x86_64/bundle.config
(from rev 416249, logstash/trunk/bundle.config)
  logstash/repos/community-x86_64/logstash-sysuser.conf
(from rev 416249, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-x86_64/logstash-tmpfile.conf
(from rev 416249, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-x86_64/logstash.service
(from rev 416249, logstash/trunk/logstash.service)
  logstash/repos/community-x86_64/logstash@.service
(from rev 416249, logstash/trunk/logstash@.service)
Deleted:
  logstash/repos/community-x86_64/PKGBUILD
  logstash/repos/community-x86_64/build.patch
  logstash/repos/community-x86_64/bundle.config
  logstash/repos/community-x86_64/logstash-sysuser.conf
  logstash/repos/community-x86_64/logstash-tmpfile.conf
  logstash/repos/community-x86_64/logstash.service
  logstash/repos/community-x86_64/logstash@.service

---+
 PKGBUILD  |  223 
 build.patch   |  116 
 bundle.config |8 -
 logstash-sysuser.conf |2 
 logstash-tmpfile.conf |   12 +-
 logstash.service  |   46 -
 logstash@.service |   14 +--
 7 files changed, 211 insertions(+), 210 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 10:53:07 UTC (rev 416249)
+++ PKGBUILD2018-12-14 10:53:29 UTC (rev 416250)
@@ -1,111 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=logstash
-pkgver=6.5.2
-_commit=cfc45b7b28db42e4410f14e034e8b4754265b51e # 6.5.2 has no tag
-_jrubyver=9.1.13.0
-pkgrel=1
-pkgdesc='Tool for managing events and logs'
-url='https://www.elastic.co/products/logstash/'
-arch=('x86_64')
-license=('Apache')
-depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler' 'coreutils' 'awk')
-makedepends=('java-environment<11' 'git')
-backup=('etc/conf.d/logstash'
-'etc/logstash/jvm.options'
-'etc/logstash/log4j2.properties'
-'etc/logstash/logstash.yml'
-'etc/logstash/pipelines.yml')
-_jrubydist=jruby-dist-${_jrubyver}-bin.tar.gz
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/${_commit}.tar.gz
-
https://repo1.maven.org/maven2/org/jruby/jruby-dist/${_jrubyver}/${_jrubydist}
-build.patch
-logstash.service
-logstash@.service
-logstash-sysuser.conf
-logstash-tmpfile.conf
-bundle.config)
-noextract=(${_jrubydist})
-sha256sums=('75e72af418f8533023fe2b8e6a7ccfbeae6f463d8d26523b33d57314c6a0f072'
-'9d156646623ac2f27174721035b52572a4b05690db7c1293295aa2c04aad3908'
-'640f1c81e6c68f9d1256875db89f5439992e2b8188fb7e6e3ddcdae1c33a3af8'
-'2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
-'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
-'18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
-'346b630484f8a35b1a549e94e53e3e151527852a29c72cc6e529221215a7f533'
-'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('b2f0c65d2a4d7b3179d0965c25fcda756263cac83d04eb3412c58f88060f0e87a728e554420867f13dd91af1fd9404a47265d04f1973da0fca3950547da6f9a4'
-
'ef88f613ada2665d4f63b2e2f15594739de8ba501406e76de417821f44847b0e258524687b0ae0cf5b737520aa4dd9bb59d80a4b89a81408cda638f28bebbead'
-
'21adfc88d980cabb3a45ac029b5dddf8c4b4bc96ac95999ae85fa655101ff58b139bceb613c0e91c108f3f78dcb21ba6f997ee2884c58c3a55eaa7938b6959c4'
-
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
-
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
-
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'
-
'05ea8af97c4f6ac9ba5518b99dc3136859edd24d8376940b48b8c7a70586c8bc188deb1079a99e19d437c39e0eb17d68e7cc3f9af4aa3ad2bc6a87c08cae94a6'
-
'5091aa34cc31acd50fd2865714080cf6e67c2d437424f27e001bb409c2885a0e82eabe4ce17461d60c181f460a16df0a03d53bac6015fb731b3e5225735fd4da')
-
-prepare() {
-  cd ${pkgname}-${_commit}
-  rm bin/*.bat
-   sed -e 's|LS_SETTINGS_DIR=.*|LS_SETTINGS_DIR="/etc/logstash"|' -i 
config/startup.options
-  sed -e '1i [ -f /etc/profile.d/jre.sh ] && . /etc/profile.d/jre.sh' -i 
bin/logstash.lib.sh
-
-  # remove deprecated JVM options
-  sed 

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

2018-12-14 Thread Massimiliano Torromeo via arch-commits
Date: Friday, December 14, 2018 @ 10:53:07
  Author: mtorromeo
Revision: 416249

upgpkg: logstash 6.5.3-1

Modified:
  logstash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 10:25:27 UTC (rev 416248)
+++ PKGBUILD2018-12-14 10:53:07 UTC (rev 416249)
@@ -2,8 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=logstash
-pkgver=6.5.2
-_commit=cfc45b7b28db42e4410f14e034e8b4754265b51e # 6.5.2 has no tag
+pkgver=6.5.3
 _jrubyver=9.1.13.0
 pkgrel=1
 pkgdesc='Tool for managing events and logs'
@@ -18,7 +17,7 @@
 'etc/logstash/logstash.yml'
 'etc/logstash/pipelines.yml')
 _jrubydist=jruby-dist-${_jrubyver}-bin.tar.gz
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/${_commit}.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
 
https://repo1.maven.org/maven2/org/jruby/jruby-dist/${_jrubyver}/${_jrubydist}
 build.patch
 logstash.service
@@ -27,7 +26,7 @@
 logstash-tmpfile.conf
 bundle.config)
 noextract=(${_jrubydist})
-sha256sums=('75e72af418f8533023fe2b8e6a7ccfbeae6f463d8d26523b33d57314c6a0f072'
+sha256sums=('97d88e6c234e277f2e602577fa28d59abf6b714fa0d22bfff940d9f45381280c'
 '9d156646623ac2f27174721035b52572a4b05690db7c1293295aa2c04aad3908'
 '640f1c81e6c68f9d1256875db89f5439992e2b8188fb7e6e3ddcdae1c33a3af8'
 '2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
@@ -35,7 +34,7 @@
 '18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
 '346b630484f8a35b1a549e94e53e3e151527852a29c72cc6e529221215a7f533'
 'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('b2f0c65d2a4d7b3179d0965c25fcda756263cac83d04eb3412c58f88060f0e87a728e554420867f13dd91af1fd9404a47265d04f1973da0fca3950547da6f9a4'
+sha512sums=('7ebba7907ea72063ea6f8d2fb7fcb1bb72dbca4cb37733dfc8d3e13a80c58c75d1d8d9bf95006f226cdb53a50453369598a707b864f31548a37e42a2f6e65b56'
 
'ef88f613ada2665d4f63b2e2f15594739de8ba501406e76de417821f44847b0e258524687b0ae0cf5b737520aa4dd9bb59d80a4b89a81408cda638f28bebbead'
 
'21adfc88d980cabb3a45ac029b5dddf8c4b4bc96ac95999ae85fa655101ff58b139bceb613c0e91c108f3f78dcb21ba6f997ee2884c58c3a55eaa7938b6959c4'
 
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
@@ -45,9 +44,9 @@
 
'5091aa34cc31acd50fd2865714080cf6e67c2d437424f27e001bb409c2885a0e82eabe4ce17461d60c181f460a16df0a03d53bac6015fb731b3e5225735fd4da')
 
 prepare() {
-  cd ${pkgname}-${_commit}
+  cd ${pkgname}-${pkgver}
   rm bin/*.bat
-   sed -e 's|LS_SETTINGS_DIR=.*|LS_SETTINGS_DIR="/etc/logstash"|' -i 
config/startup.options
+  sed -e 's|LS_SETTINGS_DIR=.*|LS_SETTINGS_DIR="/etc/logstash"|' -i 
config/startup.options
   sed -e '1i [ -f /etc/profile.d/jre.sh ] && . /etc/profile.d/jre.sh' -i 
bin/logstash.lib.sh
 
   # remove deprecated JVM options
@@ -68,7 +67,7 @@
 }
 
 build() {
-  cd ${pkgname}-${_commit}
+  cd ${pkgname}-${pkgver}
   export PATH="/usr/lib/jvm/java-10-openjdk/bin:$PWD/vendor/jruby/bin:$PATH"
 
   # gradle downloadAndInstallJRuby (system gradle currently not working)
@@ -86,18 +85,20 @@
 }
 
 package() {
-  cd ${pkgname}-${_commit}
+  cd ${pkgname}-${pkgver}
 
-  install -dm 755 "${pkgdir}"/usr/share "${pkgdir}"/etc/conf.d
+  install -dm 755 "${pkgdir}/usr/share/logstash" "${pkgdir}/etc/conf.d"
   mv config/startup.options "${pkgdir}/etc/conf.d/logstash"
   mv config "${pkgdir}/etc/logstash"
   chmod 750 "${pkgdir}/etc/logstash"
-  cp -a . "${pkgdir}/usr/share/logstash"
-  rm "${pkgdir}/usr/share/logstash/versions.yml"
 
+  cp -a bin data lib logstash* modules vendor Gemfile* 
"${pkgdir}/usr/share/logstash"
+  rm -rf 
"${pkgdir}/usr/share/logstash/logstash-core/"{.lock,benchmarks,*gradle*}
+  chmod -R go-w "${pkgdir}/usr/share/logstash/"
+
   install -Dm 644 "${srcdir}"/{logstash.service,logstash@.service} -t 
"${pkgdir}/usr/lib/systemd/system"
-   install -Dm 644 "${srcdir}/logstash-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/logstash.conf"
-   install -Dm 644 "${srcdir}/logstash-tmpfile.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/logstash.conf"
+  install -Dm 644 "${srcdir}/logstash-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/logstash.conf"
+  install -Dm 644 "${srcdir}/logstash-tmpfile.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/logstash.conf"
   install -Dm 644 "${srcdir}/bundle.config" 
"${pkgdir}/usr/share/logstash/.bundle/config"
 
   install -dm 755 "${pkgdir}/var/lib/logstash"


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 10:25:27
  Author: arojas
Revision: 416248

archrelease: copy trunk to community-x86_64

Added:
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 416247, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-x86_64/qt5ct-qt5.12.patch
(from rev 416247, qt5ct/trunk/qt5ct-qt5.12.patch)
Deleted:
  qt5ct/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   65 ++-
 qt5ct-qt5.12.patch |   70 +++
 2 files changed, 106 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 10:25:04 UTC (rev 416247)
+++ PKGBUILD2018-12-14 10:25:27 UTC (rev 416248)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: FadeMind 
-# Contributor: Zatherz 
-
-pkgname=qt5ct
-pkgver=0.36
-pkgrel=2
-pkgdesc="Qt5 Configuration Utility"
-arch=(x86_64)
-url="https://qt5ct.sourceforge.net;
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(qt5-tools)
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('8fc3942f34d377af5533a0953cca633a7babc60c0476fd4318b617702183ee89')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 $pkgname.pro 
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-x86_64/PKGBUILD (from rev 416247, 
qt5ct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 10:25:27 UTC (rev 416248)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.36
+pkgrel=3
+pkgdesc="Qt5 Configuration Utility"
+arch=(x86_64)
+url="https://qt5ct.sourceforge.net;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
+qt5ct-qt5.12.patch)
+sha256sums=('8fc3942f34d377af5533a0953cca633a7babc60c0476fd4318b617702183ee89'
+'ef2318d0003d33bf58e4bccfeed5d9697de68d752c0af9f7bedb70c031cb98ec')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p3 -i ../qt5ct-qt5.12.patch # Fix color palette support with Qt 5.12
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 $pkgname.pro 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+

Copied: qt5ct/repos/community-x86_64/qt5ct-qt5.12.patch (from rev 416247, 
qt5ct/trunk/qt5ct-qt5.12.patch)
===
--- qt5ct-qt5.12.patch  (rev 0)
+++ qt5ct-qt5.12.patch  2018-12-14 10:25:27 UTC (rev 416248)
@@ -0,0 +1,70 @@
+--- a/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
 b/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
+@@ -400,6 +400,26 @@
+ customPalette.setColor(QPalette::Disabled, role, 
QColor(disabledColors.at(i)));
+ }
+ }
++#if (QT_VERSION >= QT_VERSION_CHECK(5, 12, 0))
++else if(activeColors.count() == QPalette::NColorRoles - 1 &&
++inactiveColors.count() == QPalette::NColorRoles - 1 &&
++disabledColors.count() == QPalette::NColorRoles - 1)
++{
++//old format compatibility
++for (int i = 0; i < QPalette::NColorRoles - 1; i++)
++{
++QPalette::ColorRole role = QPalette::ColorRole(i);
++customPalette.setColor(QPalette::Active, role, 
QColor(activeColors.at(i)));
++customPalette.setColor(QPalette::Inactive, role, 
QColor(inactiveColors.at(i)));
++customPalette.setColor(QPalette::Disabled, role, 
QColor(disabledColors.at(i)));
++}
++QColor textColor = customPalette.text().color();
++textColor.setAlpha(128);
++customPalette.setColor(QPalette::Active, QPalette::PlaceholderText, 
textColor);
++customPalette.setColor(QPalette::Inactive, QPalette::PlaceholderText, 
textColor);
++customPalette.setColor(QPalette::Disabled, QPalette::PlaceholderText, 
textColor);
++}
++#endif
+ else
+ {
+ customPalette = *QPlatformTheme::palette(SystemPalette); //load 
fallback palette
+--- a/trunk/qt5ct/src/qt5ct/appearancepage.cpp
 b/trunk/qt5ct/src/qt5ct/appearancepage.cpp
+@@ -425,6 +425,26 @@
+ customPalette.setColor(QPalette::Disabled, role, 
QColor(disabledColors.at(i)));
+ }
+ }
++#if (QT_VERSION >= QT_VERSION_CHECK(5, 12, 0))
++else if(activeColors.count() == QPalette::NColorRoles - 1 &&
++inactiveColors.count() == QPalette::NColorRoles - 1 &&
++disabledColors.count() == QPalette::NColorRoles - 1)
++{
++//old format compatibility
++for (int i 

[arch-commits] Commit in qt5ct/trunk (PKGBUILD qt5ct-qt5.12.patch)

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 10:25:04
  Author: arojas
Revision: 416247

Fix color palettes with Qt 5.12

Added:
  qt5ct/trunk/qt5ct-qt5.12.patch
Modified:
  qt5ct/trunk/PKGBUILD

+
 PKGBUILD   |   13 +++--
 qt5ct-qt5.12.patch |   70 +++
 2 files changed, 80 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 10:07:45 UTC (rev 416246)
+++ PKGBUILD2018-12-14 10:25:04 UTC (rev 416247)
@@ -4,7 +4,7 @@
 
 pkgname=qt5ct
 pkgver=0.36
-pkgrel=2
+pkgrel=3
 pkgdesc="Qt5 Configuration Utility"
 arch=(x86_64)
 url="https://qt5ct.sourceforge.net;
@@ -11,9 +11,16 @@
 license=(BSD)
 depends=(qt5-svg)
 makedepends=(qt5-tools)
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('8fc3942f34d377af5533a0953cca633a7babc60c0476fd4318b617702183ee89')
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
+qt5ct-qt5.12.patch)
+sha256sums=('8fc3942f34d377af5533a0953cca633a7babc60c0476fd4318b617702183ee89'
+'ef2318d0003d33bf58e4bccfeed5d9697de68d752c0af9f7bedb70c031cb98ec')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p3 -i ../qt5ct-qt5.12.patch # Fix color palette support with Qt 5.12
+}
+
 build() {
   cd $pkgname-$pkgver
   qmake-qt5 $pkgname.pro 

Added: qt5ct-qt5.12.patch
===
--- qt5ct-qt5.12.patch  (rev 0)
+++ qt5ct-qt5.12.patch  2018-12-14 10:25:04 UTC (rev 416247)
@@ -0,0 +1,70 @@
+--- a/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
 b/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
+@@ -400,6 +400,26 @@
+ customPalette.setColor(QPalette::Disabled, role, 
QColor(disabledColors.at(i)));
+ }
+ }
++#if (QT_VERSION >= QT_VERSION_CHECK(5, 12, 0))
++else if(activeColors.count() == QPalette::NColorRoles - 1 &&
++inactiveColors.count() == QPalette::NColorRoles - 1 &&
++disabledColors.count() == QPalette::NColorRoles - 1)
++{
++//old format compatibility
++for (int i = 0; i < QPalette::NColorRoles - 1; i++)
++{
++QPalette::ColorRole role = QPalette::ColorRole(i);
++customPalette.setColor(QPalette::Active, role, 
QColor(activeColors.at(i)));
++customPalette.setColor(QPalette::Inactive, role, 
QColor(inactiveColors.at(i)));
++customPalette.setColor(QPalette::Disabled, role, 
QColor(disabledColors.at(i)));
++}
++QColor textColor = customPalette.text().color();
++textColor.setAlpha(128);
++customPalette.setColor(QPalette::Active, QPalette::PlaceholderText, 
textColor);
++customPalette.setColor(QPalette::Inactive, QPalette::PlaceholderText, 
textColor);
++customPalette.setColor(QPalette::Disabled, QPalette::PlaceholderText, 
textColor);
++}
++#endif
+ else
+ {
+ customPalette = *QPlatformTheme::palette(SystemPalette); //load 
fallback palette
+--- a/trunk/qt5ct/src/qt5ct/appearancepage.cpp
 b/trunk/qt5ct/src/qt5ct/appearancepage.cpp
+@@ -425,6 +425,26 @@
+ customPalette.setColor(QPalette::Disabled, role, 
QColor(disabledColors.at(i)));
+ }
+ }
++#if (QT_VERSION >= QT_VERSION_CHECK(5, 12, 0))
++else if(activeColors.count() == QPalette::NColorRoles - 1 &&
++inactiveColors.count() == QPalette::NColorRoles - 1 &&
++disabledColors.count() == QPalette::NColorRoles - 1)
++{
++//old format compatibility
++for (int i = 0; i < QPalette::NColorRoles - 1; i++)
++{
++QPalette::ColorRole role = QPalette::ColorRole(i);
++customPalette.setColor(QPalette::Active, role, 
QColor(activeColors.at(i)));
++customPalette.setColor(QPalette::Inactive, role, 
QColor(inactiveColors.at(i)));
++customPalette.setColor(QPalette::Disabled, role, 
QColor(disabledColors.at(i)));
++}
++QColor textColor = customPalette.text().color();
++textColor.setAlpha(128);
++customPalette.setColor(QPalette::Active, QPalette::PlaceholderText, 
textColor);
++customPalette.setColor(QPalette::Inactive, QPalette::PlaceholderText, 
textColor);
++customPalette.setColor(QPalette::Disabled, QPalette::PlaceholderText, 
textColor);
++}
++#endif
+ else
+ {
+ customPalette = palette(); //load fallback palette
+--- a/trunk/qt5ct/src/qt5ct/paletteeditdialog.cpp
 b/trunk/qt5ct/src/qt5ct/paletteeditdialog.cpp
+@@ -92,6 +92,9 @@
+<< tr("Normal text") << tr("Bright text") << tr("Button text") << 
tr("Normal background") << tr("Window") << tr("Shadow")
+<< tr("Highlight") << tr("Highlighted text")  << tr("Link")  << 
tr("Visited link")
+<< tr("Alternate background") << tr("Default") << 

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

2018-12-14 Thread Jan Steffens via arch-commits
Date: Friday, December 14, 2018 @ 10:02:38
  Author: heftig
Revision: 416232

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 416231, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 416231, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-14 10:02:38 UTC (rev 416232)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=185
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_extramodules=extramodules-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2018-12-14 Thread Jan Steffens via arch-commits
Date: Friday, December 14, 2018 @ 10:02:47
  Author: heftig
Revision: 342327

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 342326, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 342326, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-4.19.patch
(from rev 342326, nvidia-390xx/trunk/kernel-4.19.patch)

---+
 PKGBUILD  |   91 
 kernel-4.16.patch |   33 ++
 kernel-4.19.patch |   63 
 3 files changed, 187 insertions(+)

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

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 342326, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-12-14 10:02:47 UTC (rev 342327)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ 

[arch-commits] Commit in nvidia-340xx/repos (3 files)

2018-12-14 Thread Jan Steffens via arch-commits
Date: Friday, December 14, 2018 @ 10:02:49
  Author: heftig
Revision: 342328

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 342326, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 342327, nvidia-340xx/trunk/kernel-4.11.patch)

---+
 PKGBUILD  |   72 
 kernel-4.11.patch |   38 +++
 2 files changed, 110 insertions(+)

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

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 342327, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-12-14 10:02:49 UTC (rev 342328)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ 

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

2018-12-14 Thread Jan Steffens via arch-commits
Date: Friday, December 14, 2018 @ 10:02:44
  Author: heftig
Revision: 416234

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 416231, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 416231, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-14 10:02:44 UTC (rev 416234)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.22
+pkgrel=11
+_linux_major=4
+_linux_minor=19
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-14 Thread Jan Steffens via arch-commits
Date: Friday, December 14, 2018 @ 10:02:47
  Author: heftig
Revision: 416238

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 416231, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 416231, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-14 10:02:47 UTC (rev 416238)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.046.00
+pkgrel=30
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')
+
+build() {
+   KERNEL_VERSION=$(=4.19" "linux<4.20")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}


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

2018-12-14 Thread Jan Steffens via arch-commits
Date: Friday, December 14, 2018 @ 10:02:46
  Author: heftig
Revision: 416236

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 416231, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 416231, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-14 10:02:46 UTC (rev 416236)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=73
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2018-12-14 Thread Jan Steffens via arch-commits
Date: Friday, December 14, 2018 @ 10:02:47
  Author: heftig
Revision: 416237

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 416231, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 416231, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   61 
 dkms.conf |9 
 2 files changed, 70 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 416231, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-14 10:02:47 UTC (rev 416237)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=179
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_extramodules=extramodules-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 416231, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-12-14 10:02:47 UTC (rev 416237)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2018-12-14 Thread Jan Steffens via arch-commits
Date: Friday, December 14, 2018 @ 10:02:40
  Author: heftig
Revision: 342326

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 342325, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 342325, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   86 
 kernel-4.16.patch |   33 +++
 2 files changed, 119 insertions(+)

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

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 342325, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-12-14 10:02:40 UTC (rev 342326)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ 

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

2018-12-14 Thread Jan Steffens via arch-commits
Date: Friday, December 14, 2018 @ 10:02:40
  Author: heftig
Revision: 416233

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 416231, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 416231, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-14 10:02:40 UTC (rev 416233)
@@ -0,0 +1,39 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=66
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*.ko
+find "${pkgdir}" -name '*.ko' -exec xz -T1 {} +
+
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
+fi
+}


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

2018-12-14 Thread Jan Steffens via arch-commits
Date: Friday, December 14, 2018 @ 10:02:45
  Author: heftig
Revision: 416235

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 416231, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 416232, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 416232, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   51 +++
 dkms.conf |9 +
 3 files changed, 61 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
416231, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-12-14 10:02:45 UTC (rev 
416235)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 416232, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-14 10:02:45 UTC (rev 416235)
@@ -0,0 +1,51 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=120
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 416232, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-12-14 10:02:45 UTC (rev 416235)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


[arch-commits] Commit in kibana/repos/community-any (8 files)

2018-12-14 Thread Massimiliano Torromeo via arch-commits
Date: Friday, December 14, 2018 @ 09:55:06
  Author: mtorromeo
Revision: 416231

archrelease: copy trunk to community-any

Added:
  kibana/repos/community-any/PKGBUILD
(from rev 416230, kibana/trunk/PKGBUILD)
  kibana/repos/community-any/kibana.service
(from rev 416230, kibana/trunk/kibana.service)
  kibana/repos/community-any/tmpfile.conf
(from rev 416230, kibana/trunk/tmpfile.conf)
  kibana/repos/community-any/user.conf
(from rev 416230, kibana/trunk/user.conf)
Deleted:
  kibana/repos/community-any/PKGBUILD
  kibana/repos/community-any/kibana.service
  kibana/repos/community-any/tmpfile.conf
  kibana/repos/community-any/user.conf

+
 PKGBUILD   |  102 +++
 kibana.service |   30 
 tmpfile.conf   |   10 ++---
 user.conf  |2 -
 4 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 09:54:44 UTC (rev 416230)
+++ PKGBUILD2018-12-14 09:55:06 UTC (rev 416231)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Spider.007 
-
-pkgname=kibana
-pkgver=6.5.2
-pkgrel=1
-pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
-url='https://www.elastic.co/products/kibana'
-arch=('any')
-license=('Apache')
-depends=('nodejs')
-optdepends=('elasticsearch')
-backup=('etc/kibana/kibana.yml')
-options=('!strip' 'emptydirs')
-source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-oss-${pkgver}-linux-x86_64.tar.gz
-kibana.service
-tmpfile.conf
-user.conf)
-sha512sums=('a83696783e45025c4f3636ccdbb3e8430085aee155f6d5df9ec3c16da6f646e23d6ec05096d0752f29ffee77ed42bd45bec0e1f1871b5b7c8aeb7709749c984a'
-
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
-
'8571f0b0ec8a55dfcba8298c6f1b1895be3c6e3dad524633411615dd3ad2f73af11a94e0a74fd296a784d6c779df8e9ce0a9f7b3e0182adde221a67293f4adeb'
-
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-
-  # remove nodejs strict version requirements
-  sed "s@^require('./node_version_validator');@// \0@" -i 
src/setup_node_env/index.js
-
-  # set default quiet mode for systemd, cli option forces specified values
-  sed -r 's|#(logging.quiet:) false|\1 true|' -i config/kibana.yml
-}
-
-package() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-
-  install -dm 755 "${pkgdir}/usr/share/kibana"
-  cp -a * "${pkgdir}/usr/share/kibana"
-
-  install -dm 750 "${pkgdir}/etc/kibana"
-  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
-  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 "${srcdir}/user.conf" 
"${pkgdir}/usr/lib/sysusers.d/kibana.conf"
-  install -Dm 644 "${srcdir}/tmpfile.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/kibana.conf"
-
-  rm -r "${pkgdir}/usr/share/kibana/node"
-  find "${pkgdir}/usr/share/kibana/node_modules" -type d -empty -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-any/PKGBUILD (from rev 416230, 
kibana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 09:55:06 UTC (rev 416231)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Spider.007 
+
+pkgname=kibana
+pkgver=6.5.3
+pkgrel=1
+pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
+url='https://www.elastic.co/products/kibana'
+arch=('any')
+license=('Apache')
+depends=('nodejs')
+optdepends=('elasticsearch')
+backup=('etc/kibana/kibana.yml')
+options=('!strip' 'emptydirs')
+source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-oss-${pkgver}-linux-x86_64.tar.gz
+kibana.service
+tmpfile.conf
+user.conf)
+sha512sums=('757de067c44b5d5512a088b88927250e7ec9ab506a517e94fa4fd811bfdd961987ef0c96234bfd6a801d9745da8393e340b4668eddf413938e9731b321e4e7f6'
+
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
+
'8571f0b0ec8a55dfcba8298c6f1b1895be3c6e3dad524633411615dd3ad2f73af11a94e0a74fd296a784d6c779df8e9ce0a9f7b3e0182adde221a67293f4adeb'
+
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+
+  # remove nodejs strict version requirements
+  sed "s@^require('./node_version_validator');@// \0@" -i 
src/setup_node_env/index.js
+
+  # set default quiet mode for systemd, cli option forces specified values
+  sed -r 

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

2018-12-14 Thread Massimiliano Torromeo via arch-commits
Date: Friday, December 14, 2018 @ 09:54:44
  Author: mtorromeo
Revision: 416230

upgpkg: kibana 6.5.3-1

Modified:
  kibana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 09:16:00 UTC (rev 416229)
+++ PKGBUILD2018-12-14 09:54:44 UTC (rev 416230)
@@ -3,7 +3,7 @@
 # Contributor: Spider.007 
 
 pkgname=kibana
-pkgver=6.5.2
+pkgver=6.5.3
 pkgrel=1
 pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
 url='https://www.elastic.co/products/kibana'
@@ -17,7 +17,7 @@
 kibana.service
 tmpfile.conf
 user.conf)
-sha512sums=('a83696783e45025c4f3636ccdbb3e8430085aee155f6d5df9ec3c16da6f646e23d6ec05096d0752f29ffee77ed42bd45bec0e1f1871b5b7c8aeb7709749c984a'
+sha512sums=('757de067c44b5d5512a088b88927250e7ec9ab506a517e94fa4fd811bfdd961987ef0c96234bfd6a801d9745da8393e340b4668eddf413938e9731b321e4e7f6'
 
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
 
'8571f0b0ec8a55dfcba8298c6f1b1895be3c6e3dad524633411615dd3ad2f73af11a94e0a74fd296a784d6c779df8e9ce0a9f7b3e0182adde221a67293f4adeb'
 
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 09:41:45
  Author: arojas
Revision: 342110

archrelease: copy trunk to extra-x86_64

Added:
  qt5-wayland/repos/extra-x86_64/PKGBUILD
(from rev 342109, qt5-wayland/trunk/PKGBUILD)
Deleted:
  qt5-wayland/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 09:41:14 UTC (rev 342109)
+++ PKGBUILD2018-12-14 09:41:45 UTC (rev 342110)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-_qtver=5.12.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-wayland/repos/extra-x86_64/PKGBUILD (from rev 342109, 
qt5-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 09:41:45 UTC (rev 342110)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.12.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+
qtbug-69077.patch::"http://code.qt.io/cgit/qt/qtwayland.git/patch/?id=1dc85b95;)
+sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7'
+'e4cef3faa5ea86f727cf388320585077cbebfd31b0d9f6a4131797ee5a0d61ac')
+
+prepare() {
+  mkdir -p build
+
+  cd ${_pkgfqn}
+  patch -p1 -i ../qtbug-69077.patch # Fix qtwayland blocks in frame callback
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 09:41:14
  Author: arojas
Revision: 342109

Fix qtwayland blocks in frame callback

Modified:
  qt5-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 09:01:01 UTC (rev 342108)
+++ PKGBUILD2018-12-14 09:41:14 UTC (rev 342109)
@@ -4,7 +4,7 @@
 pkgname=qt5-wayland
 _qtver=5.12.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -12,11 +12,16 @@
 depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+
qtbug-69077.patch::"http://code.qt.io/cgit/qt/qtwayland.git/patch/?id=1dc85b95;)
+sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7'
+'e4cef3faa5ea86f727cf388320585077cbebfd31b0d9f6a4131797ee5a0d61ac')
 
 prepare() {
   mkdir -p build
+
+  cd ${_pkgfqn}
+  patch -p1 -i ../qtbug-69077.patch # Fix qtwayland blocks in frame callback
 }
 
 build() {


  1   2   >