[arch-commits] Commit in gsfonts/repos/extra-any (PKGBUILD PKGBUILD)

2018-09-03 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 4, 2018 @ 05:53:58
  Author: bisson
Revision: 333243

archrelease: copy trunk to extra-any

Added:
  gsfonts/repos/extra-any/PKGBUILD
(from rev 333242, gsfonts/trunk/PKGBUILD)
Deleted:
  gsfonts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-04 05:53:20 UTC (rev 333242)
+++ PKGBUILD2018-09-04 05:53:58 UTC (rev 333243)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Firmicus 
-# Contributor: dorphell 
-
-pkgname=gsfonts
-pkgver=20170829
-pkgrel=1
-pkgdesc='(URW)++ Core Font Set [Level 2]'
-url='https://github.com/ArtifexSoftware/urw-base35-fonts'
-arch=('any')
-license=('AGPL3')
-makedepends=('git')
-_commit=b1605de3323b42ca3fae7aea3bf2dd72aa2cd490  # master
-source=("git+https://github.com/ArtifexSoftware/urw-base35-fonts#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-   cd urw-base35-fonts
-   echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD)
-}
-
-package() {
-   cd urw-base35-fonts
-   install -Dt "${pkgdir}/usr/share/fonts/${pkgname}" -m644 fonts/*.otf
-   install -Dt "${pkgdir}/usr/share/appdata" -m644 appstream/*.xml
-
-   install -d "${pkgdir}"/etc/fonts/conf.{avail,d}
-   for _f in fontconfig/*.conf; do
-   _fn="${pkgdir}/etc/fonts/conf.avail/69-${_f##*/}"
-   install -m644 ${_f} "${_fn}"
-   ln -srt "${pkgdir}/etc/fonts/conf.d" "${_fn}"
-   done
-}

Copied: gsfonts/repos/extra-any/PKGBUILD (from rev 333242, 
gsfonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-04 05:53:58 UTC (rev 333243)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Firmicus 
+# Contributor: dorphell 
+
+pkgname=gsfonts
+pkgver=20180524
+pkgrel=1
+pkgdesc='(URW)++ Core Font Set [Level 2]'
+url='https://github.com/ArtifexSoftware/urw-base35-fonts'
+arch=('any')
+license=('AGPL3')
+makedepends=('git')
+_commit=b758567463df532414c520cf008e27d9448b55a4  # master
+source=("git+https://github.com/ArtifexSoftware/urw-base35-fonts#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+   cd urw-base35-fonts
+   echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD)
+}
+
+package() {
+   cd urw-base35-fonts
+   install -Dt "${pkgdir}/usr/share/fonts/${pkgname}" -m644 fonts/*.otf
+   install -Dt "${pkgdir}/usr/share/appdata" -m644 appstream/*.xml
+
+   install -d "${pkgdir}"/etc/fonts/conf.{avail,d}
+   for _f in fontconfig/*.conf; do
+   _fn="${pkgdir}/etc/fonts/conf.avail/69-${_f##*/}"
+   install -m644 ${_f} "${_fn}"
+   ln -srt "${pkgdir}/etc/fonts/conf.d" "${_fn}"
+   done
+}


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

2018-09-03 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 4, 2018 @ 05:53:20
  Author: bisson
Revision: 333242

upstream update

Modified:
  gsfonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 23:36:40 UTC (rev 333241)
+++ PKGBUILD2018-09-04 05:53:20 UTC (rev 333242)
@@ -4,7 +4,7 @@
 # Contributor: dorphell 
 
 pkgname=gsfonts
-pkgver=20170829
+pkgver=20180524
 pkgrel=1
 pkgdesc='(URW)++ Core Font Set [Level 2]'
 url='https://github.com/ArtifexSoftware/urw-base35-fonts'
@@ -11,7 +11,7 @@
 arch=('any')
 license=('AGPL3')
 makedepends=('git')
-_commit=b1605de3323b42ca3fae7aea3bf2dd72aa2cd490  # master
+_commit=b758567463df532414c520cf008e27d9448b55a4  # master
 
source=("git+https://github.com/ArtifexSoftware/urw-base35-fonts#commit=${_commit};)
 sha256sums=('SKIP')
 


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 23:38:22
  Author: dvzrv
Revision: 376506

archrelease: copy trunk to community-x86_64

Added:
  zita-mu1/repos/community-x86_64/PKGBUILD
(from rev 376505, zita-mu1/trunk/PKGBUILD)
Deleted:
  zita-mu1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 23:38:16 UTC (rev 376505)
+++ PKGBUILD2018-09-03 23:38:22 UTC (rev 376506)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=zita-mu1
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="A simple JACK app used to organise stereo monitoring"
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-mu1-doc/quickguide.html;
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'clxclient' 'clthreads' 'jack')
-makedepends=('gendesk')
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('1e01a92840e12854ffeb33e713a6257bc60ce140f0e7786a06dee73bd2cd8ce7f4904327ea107456a4c64eb8bf636a863ff12d0505512d21471ff08eb9d3f12c')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # remove optimization
-  # fix binary install
-  sed -e '/native/d' \
-  -i source/Makefile
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name zita-mu1 \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/source"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 ../{AUTHORS,README}
-  # XDG desktop integration
-  install -vDm 644 "../${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications/"
-  # html
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/html" \
--vDm644 ../doc/html/*
-}
-# vim:set ts=2 sw=2 et:

Copied: zita-mu1/repos/community-x86_64/PKGBUILD (from rev 376505, 
zita-mu1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 23:38:22 UTC (rev 376506)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-mu1
+pkgver=0.3.3
+pkgrel=2
+pkgdesc="A simple JACK app used to organise stereo monitoring"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-mu1-doc/quickguide.html;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'jack')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('1e01a92840e12854ffeb33e713a6257bc60ce140f0e7786a06dee73bd2cd8ce7f4904327ea107456a4c64eb8bf636a863ff12d0505512d21471ff08eb9d3f12c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove optimization
+  # fix binary install
+  sed -e '/native/d' \
+  -i source/Makefile
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-mu1 \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../{AUTHORS,README}
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  # html
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/html" \
+-vDm644 ../doc/html/*
+}
+# vim:set ts=2 sw=2 et:


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 23:38:16
  Author: dvzrv
Revision: 376505

upgpkg: zita-mu1 0.3.3-2

Adding PREFIX to default make target, so pictures will be found.

Modified:
  zita-mu1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 23:36:22 UTC (rev 376504)
+++ PKGBUILD2018-09-03 23:38:16 UTC (rev 376505)
@@ -2,7 +2,7 @@
 # Maintainer: David Runge 
 pkgname=zita-mu1
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple JACK app used to organise stereo monitoring"
 arch=('x86_64')
 
url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-mu1-doc/quickguide.html;
@@ -29,7 +29,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make
+  make PREFIX=/usr
 }
 
 package() {


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 23:36:22
  Author: dvzrv
Revision: 376504

archrelease: copy trunk to community-x86_64

Added:
  zita-dpl1/repos/community-x86_64/PKGBUILD
(from rev 376503, zita-dpl1/trunk/PKGBUILD)
Deleted:
  zita-dpl1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 23:36:15 UTC (rev 376503)
+++ PKGBUILD2018-09-03 23:36:22 UTC (rev 376504)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=zita-dpl1
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="A look-ahead digital peak level limiter"
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio/;
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'clthreads' 'clxclient' 'jack')
-makedepends=('gendesk')
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('f1c5d3fb61feadb9c272d137669a5893fd949a9d75e76633baa0bcbc9755cb1ac0fb1faacffce03e747d383ddcf36f8c22ec83dea558c0fa674d6a898bb7e35c')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # strip -march=native
-  sed -e '/native/d' \
-  -e 's/freetype-config\ --cflags/pkgconf\ --cflags\ freetype2/' \
-  -i source/Makefile
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name zita-dpl1 \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/source"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-  # XDG desktop integration
-  install -vDm 644 "../${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications/"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 ../doc/* \
--vDm 644 ../{AUTHORS,README}
-}
-# vim:set ts=2 sw=2 et:

Copied: zita-dpl1/repos/community-x86_64/PKGBUILD (from rev 376503, 
zita-dpl1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 23:36:22 UTC (rev 376504)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-dpl1
+pkgver=0.3.3
+pkgrel=2
+pkgdesc="A look-ahead digital peak level limiter"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('f1c5d3fb61feadb9c272d137669a5893fd949a9d75e76633baa0bcbc9755cb1ac0fb1faacffce03e747d383ddcf36f8c22ec83dea558c0fa674d6a898bb7e35c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # strip -march=native
+  sed -e '/native/d' \
+  -e 's/freetype-config\ --cflags/pkgconf\ --cflags\ freetype2/' \
+  -i source/Makefile
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-dpl1 \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../doc/* \
+-vDm 644 ../{AUTHORS,README}
+}
+# vim:set ts=2 sw=2 et:


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 23:36:40
  Author: anthraxx
Revision: 333241

archrelease: copy trunk to staging-x86_64

Added:
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 333240, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/lua53_compat.patch
(from rev 333240, vlc/trunk/lua53_compat.patch)
  vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook
(from rev 333240, vlc/trunk/update-vlc-plugin-cache.hook)
  vlc/repos/staging-x86_64/vlc-qt5.11.patch
(from rev 333240, vlc/trunk/vlc-qt5.11.patch)
  vlc/repos/staging-x86_64/vlc-x264-155.patch
(from rev 333240, vlc/trunk/vlc-x264-155.patch)

--+
 PKGBUILD |  242 +
 lua53_compat.patch   |   30 +
 update-vlc-plugin-cache.hook |   11 +
 vlc-qt5.11.patch |   10 +
 vlc-x264-155.patch   |  203 ++
 5 files changed, 496 insertions(+)

Copied: vlc/repos/staging-x86_64/PKGBUILD (from rev 333240, vlc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-03 23:36:40 UTC (rev 333241)
@@ -0,0 +1,242 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+_vlcver=3.0.4
+# optional fixup version including hyphen
+_vlcfixupver=
+pkgver=${_vlcver}${_vlcfixupver//-/.r}
+pkgrel=2
+pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
+url='https://www.videolan.org/vlc/'
+arch=('x86_64')
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua'
+ 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
+ 'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
+ 'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
+ 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
+ 'wayland-protocols')
+makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
+ 'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
+ 'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
+ 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
+ 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
+ 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
+ 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
+ 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
+ 'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aribb24')
+optdepends=('avahi: service discovery using bonjour protocol'
+'gst-plugins-base-libs: for libgst plugins'
+'libdvdcss: decoding encrypted DVDs'
+'libavc1394: devices using the 1394ta AV/C'
+'libdc1394: IEEE 1394 access plugin'
+'kwallet: kwallet keystore'
+'libva-vdpau-driver: vdpau backend nvidia'
+'libva-intel-driver: video backend intel'
+'libbluray: Blu-Ray video input'
+'flac: Free Lossless Audio Codec plugin'
+'twolame: TwoLAME mpeg2 encoder plugin'
+'libgme: Game Music Emu plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'libmtp: MTP devices discovery'
+'libsystemd: udev services discovery'
+'smbclient: SMB access plugin'
+'libcdio: audio CD playback'
+'ttf-freefont: subtitle font '
+'ttf-dejavu: subtitle font'
+'libssh2: sftp access'
+'libnfs: NFS access'
+'mpg123: mpg123 codec'
+'protobuf: chromecast streaming'
+'libmicrodns: mDNS services discovery (chromecast etc)'
+'lua-socket: http interface'
+'live-media: RTSP input'
+'libdvdread: DVD input module'
+'libdvdnav: DVD with navigation input module'
+'libogg: Ogg and OggSpots codec'
+'libshout: shoutcast/icecast output plugin'
+'libmodplug: MOD output plugin'
+'libvpx: VP8 and VP9 codec'
+'libvorbis: Vorbis decoder/encoder'
+'speex: Speex codec'
+'opus: opus codec'
+'libtheora: theora codec'
+'libpng: PNG support'
+'libjpeg-turbo: JPEG support'
+'librsvg: SVG plugin'
+'x264: H264 encoding'
+'x265: HEVC/H.265 encoder'
+'zvbi: VBI/Teletext decoding'
+'libass: Subtitle support'
+'aribb24: ARIB subtitles'
+'libkate: Kate codec'
+'libtiger: Tiger rendering for Kate streams'
+'sdl_image: SDL image support'
+

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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 23:36:31
  Author: anthraxx
Revision: 333240

upgpkg: vlc 3.0.4-2

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 23:09:16 UTC (rev 333239)
+++ PKGBUILD2018-09-03 23:36:31 UTC (rev 333240)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 23:36:15
  Author: dvzrv
Revision: 376503

upgpkg: zita-dpl1 0.3.3-2

Adding PREFIX to default make target, so pictures will be found.

Modified:
  zita-dpl1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 23:35:53 UTC (rev 376502)
+++ PKGBUILD2018-09-03 23:36:15 UTC (rev 376503)
@@ -2,7 +2,7 @@
 # Maintainer: David Runge 
 pkgname=zita-dpl1
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A look-ahead digital peak level limiter"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;
@@ -28,7 +28,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make
+  make PREFIX=/usr
 }
 
 package() {


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 23:35:53
  Author: dvzrv
Revision: 376502

archrelease: copy trunk to community-x86_64

Added:
  zita-bls1/repos/community-x86_64/PKGBUILD
(from rev 376501, zita-bls1/trunk/PKGBUILD)
Deleted:
  zita-bls1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 23:35:46 UTC (rev 376501)
+++ PKGBUILD2018-09-03 23:35:53 UTC (rev 376502)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=zita-bls1
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Blumlein Shuffler (binaural stereo signals to convential stereo 
speaker conversion)"
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio;
-license=('GPL2')
-groups=('pro-audio')
-depends=('cairo' 'clthreads' 'clxclient' 'jack' 'zita-convolver')
-makedepends=('gendesk')
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('a23624e674fb5cbbdfb8bbf01ab9010f79a942d41bb3a9c564bdec5d01e56fba3b548c766bfe257f087929b7b9cd1decdd4b8a3b4d4beddcddb3bce8ac714463')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # strip march=native
-  sed -e '/native/d' \
-  -i source/Makefile
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name zita-bls1 \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/source"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-
-  # XDG desktop integration
-  install -vDm 644 "../${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications/"
-
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 ../doc/html/* \
--vDm 644 ../{AUTHORS,README}
-}

Copied: zita-bls1/repos/community-x86_64/PKGBUILD (from rev 376501, 
zita-bls1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 23:35:53 UTC (rev 376502)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-bls1
+pkgver=0.3.3
+pkgrel=2
+pkgdesc="Blumlein Shuffler (binaural stereo signals to convential stereo 
speaker conversion)"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack' 'zita-convolver')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('a23624e674fb5cbbdfb8bbf01ab9010f79a942d41bb3a9c564bdec5d01e56fba3b548c766bfe257f087929b7b9cd1decdd4b8a3b4d4beddcddb3bce8ac714463')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # strip march=native
+  sed -e '/native/d' \
+  -i source/Makefile
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-bls1 \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../doc/html/* \
+-vDm 644 ../{AUTHORS,README}
+}


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 23:35:46
  Author: dvzrv
Revision: 376501

upgpkg: zita-bls1 0.3.3-2

Adding PREFIX to default make target, so pictures will be found.

Modified:
  zita-bls1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 23:34:20 UTC (rev 376500)
+++ PKGBUILD2018-09-03 23:35:46 UTC (rev 376501)
@@ -2,7 +2,7 @@
 # Maintainer: David Runge 
 pkgname=zita-bls1
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Blumlein Shuffler (binaural stereo signals to convential stereo 
speaker conversion)"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio;
@@ -28,7 +28,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make
+  make PREFIX=/usr
 }
 
 package() {


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 23:34:20
  Author: dvzrv
Revision: 376500

archrelease: copy trunk to community-x86_64

Added:
  zita-at1/repos/community-x86_64/PKGBUILD
(from rev 376499, zita-at1/trunk/PKGBUILD)
Deleted:
  zita-at1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 23:34:08 UTC (rev 376499)
+++ PKGBUILD2018-09-03 23:34:20 UTC (rev 376500)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=zita-at1
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="An 'autotuner' Jack application."
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html;
-license=('GPL2')
-groups=('pro-audio')
-depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
-makedepends=('gendesk')
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('51845c9e04c456840408731b9d9144583ba1d70f52028432c2e240c261b4d1460330a96b5622d6ee33276f037a947c32fdb0bc70cb73c06d3621e406bee2e0f8')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # strip march=native
-  sed -e '/native/d' \
-  -i source/Makefile
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name zita-at1 \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/source"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-  # XDG desktop integration
-  install -vDm 644 "../${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications/"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 ../AUTHORS \
--vDm 644 ../doc/*
-}
-# vim:set ts=2 sw=2 et:

Copied: zita-at1/repos/community-x86_64/PKGBUILD (from rev 376499, 
zita-at1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 23:34:20 UTC (rev 376500)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-at1
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="An 'autotuner' Jack application."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('51845c9e04c456840408731b9d9144583ba1d70f52028432c2e240c261b4d1460330a96b5622d6ee33276f037a947c32fdb0bc70cb73c06d3621e406bee2e0f8')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # strip march=native
+  sed -e '/native/d' \
+  -i source/Makefile
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-at1 \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../AUTHORS \
+-vDm 644 ../doc/*
+}
+# vim:set ts=2 sw=2 et:


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 23:34:08
  Author: dvzrv
Revision: 376499

upgpkg: zita-at1 0.6.2-2

Adding PREFIX to default make target, as otherwise pictures are not found.

Modified:
  zita-at1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 23:13:26 UTC (rev 376498)
+++ PKGBUILD2018-09-03 23:34:08 UTC (rev 376499)
@@ -2,7 +2,7 @@
 # Maintainer: David Runge 
 pkgname=zita-at1
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An 'autotuner' Jack application."
 arch=('x86_64')
 
url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html;
@@ -28,7 +28,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make
+  make PREFIX=/usr
 }
 
 package() {


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

2018-09-03 Thread Morten Linderud via arch-commits
Date: Monday, September 3, 2018 @ 23:13:08
  Author: foxboron
Revision: 376497

upgpkg: kakoune 2018.09.04-2

Modified:
  kakoune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 22:49:09 UTC (rev 376496)
+++ PKGBUILD2018-09-03 23:13:08 UTC (rev 376497)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 # Contributor: Frank Lenormand 
 pkgname=kakoune
-pkgver=2018.04.13
+pkgver=2018.09.04
 pkgrel=2
 pkgdesc="Vim-inspired, selection-oriented code editor"
 arch=("x86_64")
@@ -19,7 +19,7 @@
 )
 makedepends=("asciidoc")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v${pkgver}.tar.gz;)
-sha256sums=("dfbaf87479ae30fd87426ae1b5f6cbe4382d6fe17b64a0c58d9475bf038e50dc")
+sha256sums=('6c143cae27cbd692627aeb81c1de8344e8891e47fafb0f67a02cb8ba9ad8de41')
 
 build() {
 cd "${pkgname}-${pkgver}/src"


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

2018-09-03 Thread Morten Linderud via arch-commits
Date: Monday, September 3, 2018 @ 23:13:26
  Author: foxboron
Revision: 376498

archrelease: copy trunk to community-x86_64

Added:
  kakoune/repos/community-x86_64/PKGBUILD
(from rev 376497, kakoune/trunk/PKGBUILD)
Deleted:
  kakoune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 23:13:08 UTC (rev 376497)
+++ PKGBUILD2018-09-03 23:13:26 UTC (rev 376498)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Frank Lenormand 
-pkgname=kakoune
-pkgver=2018.04.13
-pkgrel=2
-pkgdesc="Vim-inspired, selection-oriented code editor"
-arch=("x86_64")
-url="http://kakoune.org/;
-license=("custom:unlicense")
-depends=("ncurses")
-optdepends=(
-"aspell: spell checking support"
-"clang: C/C++ completion and diagnostics support"
-"ranger: filesystem explorer"
-"tmux: splitting and creating windows"
-#"universal-ctags-git: provides \`readtags\` used to jump to a symbol's 
definition"
-"xdotool: X11 utility to focus arbitrary kakoune clients"
-"xorg-xmessage: display debug messages in a new window"
-)
-makedepends=("asciidoc")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v${pkgver}.tar.gz;)
-sha256sums=("dfbaf87479ae30fd87426ae1b5f6cbe4382d6fe17b64a0c58d9475bf038e50dc")
-
-build() {
-cd "${pkgname}-${pkgver}/src"
-make debug=no
-}
-
-check() {
-cd "${pkgname}-${pkgver}/src"
-make debug=no test
-}
-
-package() {
-cd "${pkgname}-${pkgver}/src"
-make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
-install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 376497, 
kakoune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 23:13:26 UTC (rev 376498)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+# Contributor: Frank Lenormand 
+pkgname=kakoune
+pkgver=2018.09.04
+pkgrel=2
+pkgdesc="Vim-inspired, selection-oriented code editor"
+arch=("x86_64")
+url="http://kakoune.org/;
+license=("custom:unlicense")
+depends=("ncurses")
+optdepends=(
+"aspell: spell checking support"
+"clang: C/C++ completion and diagnostics support"
+"ranger: filesystem explorer"
+"tmux: splitting and creating windows"
+#"universal-ctags-git: provides \`readtags\` used to jump to a symbol's 
definition"
+"xdotool: X11 utility to focus arbitrary kakoune clients"
+"xorg-xmessage: display debug messages in a new window"
+)
+makedepends=("asciidoc")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v${pkgver}.tar.gz;)
+sha256sums=('6c143cae27cbd692627aeb81c1de8344e8891e47fafb0f67a02cb8ba9ad8de41')
+
+build() {
+cd "${pkgname}-${pkgver}/src"
+make debug=no
+}
+
+check() {
+cd "${pkgname}-${pkgver}/src"
+make debug=no test
+}
+
+package() {
+cd "${pkgname}-${pkgver}/src"
+make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
+install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in vlc/repos/extra-x86_64 (11 files)

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 23:09:16
  Author: anthraxx
Revision: 333239

archrelease: copy trunk to extra-x86_64

Added:
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 333238, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/lua53_compat.patch
(from rev 333238, vlc/trunk/lua53_compat.patch)
  vlc/repos/extra-x86_64/update-vlc-plugin-cache.hook
(from rev 333238, vlc/trunk/update-vlc-plugin-cache.hook)
  vlc/repos/extra-x86_64/vlc-qt5.11.patch
(from rev 333238, vlc/trunk/vlc-qt5.11.patch)
  vlc/repos/extra-x86_64/vlc-x264-155.patch
(from rev 333238, vlc/trunk/vlc-x264-155.patch)
Deleted:
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/aom-remove-unsupported-pixel-formats.patch
  vlc/repos/extra-x86_64/lua53_compat.patch
  vlc/repos/extra-x86_64/update-vlc-plugin-cache.hook
  vlc/repos/extra-x86_64/vlc-qt5.11.patch
  vlc/repos/extra-x86_64/vlc-x264-155.patch

+
 PKGBUILD   |  480 +--
 aom-remove-unsupported-pixel-formats.patch |   37 --
 lua53_compat.patch |   60 +--
 update-vlc-plugin-cache.hook   |   22 -
 vlc-qt5.11.patch   |   20 -
 vlc-x264-155.patch |  406 +++---
 6 files changed, 496 insertions(+), 529 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 23:08:46 UTC (rev 333238)
+++ PKGBUILD2018-09-03 23:09:16 UTC (rev 333239)
@@ -1,238 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-_vlcver=3.0.3
-# optional fixup version including hyphen
-_vlcfixupver=-1
-pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
-pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
-url='https://www.videolan.org/vlc/'
-arch=('x86_64')
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua'
- 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
- 'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
- 'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
- 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
- 'wayland-protocols')
-makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
- 'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
- 'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
- 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
- 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
- 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
- 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
- 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
- 'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
- 'lirc' 'libgoom2' 'projectm' 'chromaprint')
-optdepends=('avahi: service discovery using bonjour protocol'
-'gst-plugins-base-libs: for libgst plugins'
-'libdvdcss: decoding encrypted DVDs'
-'libavc1394: devices using the 1394ta AV/C'
-'libdc1394: IEEE 1394 access plugin'
-'kwallet: kwallet keystore'
-'libva-vdpau-driver: vdpau backend nvidia'
-'libva-intel-driver: video backend intel'
-'libbluray: Blu-Ray video input'
-'flac: Free Lossless Audio Codec plugin'
-'twolame: TwoLAME mpeg2 encoder plugin'
-'libgme: Game Music Emu plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'libmtp: MTP devices discovery'
-'libsystemd: udev services discovery'
-'smbclient: SMB access plugin'
-'libcdio: audio CD playback'
-'ttf-freefont: subtitle font '
-'ttf-dejavu: subtitle font'
-'libssh2: sftp access'
-'libnfs: NFS access'
-'mpg123: mpg123 codec'
-'protobuf: chromecast streaming'
-'libmicrodns: mDNS services discovery (chromecast etc)'
-'lua-socket: http interface'
-'live-media: RTSP input'
-'libdvdread: DVD input module'
-'libdvdnav: DVD with navigation input module'
-'libogg: Ogg and OggSpots codec'
-'libshout: shoutcast/icecast output plugin'
-'libmodplug: MOD output plugin'
-'libvpx: VP8 and VP9 codec'
-'libvorbis: Vorbis decoder/encoder'
-'speex: Speex codec'
-'opus: opus codec'
-'libtheora: theora codec'
-'libpng: PNG support'
-'libjpeg-turbo: JPEG support'
-'librsvg: SVG plugin'
-'x264: H264 encoding'
-'x265: HEVC/H.265 

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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 23:08:46
  Author: anthraxx
Revision: 333238

upgpkg: vlc 3.0.4-1

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/aom-remove-unsupported-pixel-formats.patch

+
 PKGBUILD   |   28 +++-
 aom-remove-unsupported-pixel-formats.patch |   37 ---
 2 files changed, 16 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 22:57:31 UTC (rev 333237)
+++ PKGBUILD2018-09-03 23:08:46 UTC (rev 333238)
@@ -4,11 +4,11 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-_vlcver=3.0.3
+_vlcver=3.0.4
 # optional fixup version including hyphen
-_vlcfixupver=-1
+_vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -28,7 +28,7 @@
  'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
  'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
  'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
- 'lirc' 'libgoom2' 'projectm' 'chromaprint')
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aribb24')
 optdepends=('avahi: service discovery using bonjour protocol'
 'gst-plugins-base-libs: for libgst plugins'
 'libdvdcss: decoding encrypted DVDs'
@@ -72,6 +72,7 @@
 'x265: HEVC/H.265 encoder'
 'zvbi: VBI/Teletext decoding'
 'libass: Subtitle support'
+'aribb24: ARIB subtitles'
 'libkate: Kate codec'
 'libtiger: Tiger rendering for Kate streams'
 'sdl_image: SDL image support'
@@ -94,14 +95,12 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
-aom-remove-unsupported-pixel-formats.patch
 lua53_compat.patch
 vlc-qt5.11.patch
 vlc-x264-155.patch)
-sha512sums=('d1979f6149821cf91d7b40b18d83d399b9021966b60589615638423a4e2c3ff86fdbbe9c0d92c85bfdd90f03991256ccee95d7a33ae96326177bb2bfe85e7a0f'
+sha512sums=('55c5a45a1573d559f8d62272dc446bebfb328bd48f938e634693a45032e1a3095148e634de5bc53a3a3c0e4858f7df3ed7e5dc91f3f5447e47d0ab5775171271'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
-
'5757a6f35e106883072c31d137fd247c65a544f730cf736ca2e81a31357305b5c002b52349337d8e1667fbe68628bc253ec69eee727f268aee7902a5bef82dce'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
 
'66aad0ec32d1a96f65566b04eb9c0b4574824e281940fe5c0de54ac5f92189693a9f2576203d2c8562d7174ec5315cbbd683d93c481d16119d3038e30a58cbf5'
 
'47b844c7ada22042a0aab67d485ee68fda4847400dedd0f5662eb3738c1e45a06b50a6a045f3af1f07625ebd6f021bd43acaa9a8e63720e3b1207ad0d23bb36f')
@@ -113,10 +112,14 @@
   sed -e 's|-Werror-implicit-function-declaration||g' -i configure
   sed 's|whoami|echo builduser|g' -i configure
   sed 's|hostname -f|echo arch|g' -i configure
-  patch -Np1 < "${srcdir}/aom-remove-unsupported-pixel-formats.patch"
-  patch -Np1 < "${srcdir}/lua53_compat.patch"
-  patch -Np1 < "${srcdir}/vlc-qt5.11.patch"
-  patch -Np1 < "${srcdir}/vlc-x264-155.patch"
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
 }
 
 build() {
@@ -131,6 +134,7 @@
 
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
+  --with-kde-solid=/usr/share/solid/actions/ \
   --disable-rpath \
   --enable-nls \
   --enable-archive \
@@ -219,7 +223,7 @@
   --enable-notify \
   --enable-libplacebo \
   --enable-vlc \
-  --with-kde-solid=/usr/share/solid/actions/
+  --enable-aribsub
   make
 }
 

Deleted: aom-remove-unsupported-pixel-formats.patch
===
--- aom-remove-unsupported-pixel-formats.patch  2018-09-03 22:57:31 UTC (rev 
333237)
+++ aom-remove-unsupported-pixel-formats.patch  2018-09-03 23:08:46 UTC (rev 
333238)
@@ -1,37 +0,0 @@
-From 622360c2c4335fff793f81f5e673326a581f5c0c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Martin=20Storsj=C3=B6?= 
-Date: Thu, 19 Apr 2018 18:25:07 +0300
-Subject: [PATCH] aom: Remove unsupported pixel formats
-
-Support for these was apparently never in the codebase, and the enum
-values were recently removed from the public headers [1].
-
-This fixes build with latest libaom build.
-

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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 22:57:31
  Author: anthraxx
Revision: 333237

archrelease: copy trunk to extra-x86_64

Added:
  aribb24/repos/extra-x86_64/
  aribb24/repos/extra-x86_64/PKGBUILD
(from rev 333236, aribb24/trunk/PKGBUILD)

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

Copied: aribb24/repos/extra-x86_64/PKGBUILD (from rev 333236, 
aribb24/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-09-03 22:57:31 UTC (rev 333237)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ryotaro Ko 
+
+pkgname=aribb24
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing 
MPEG-TS stream'
+url='https://github.com/nkoriyama/aribb24'
+arch=('x86_64')
+license=('LGPL3')
+depends=("libpng")
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nkoriyama/aribb24/archive/v${pkgver}.tar.gz
+
${pkgname}-1.0.3-add-missing-libm.patch::https://github.com/nkoriyama/aribb24/commit/b08931895599e42ce6930a720a3fca74f6f6d9cb.patch)
+sha512sums=('622cc0c3928fd6db0b5ab3921f27348c956af20f8c0133ad5d9bf4de3d199077d9f23cc86ae149a9f0d13c7ee5906ec95de3fb8388207160cebd1f0c59078c8f'
+
'b7f8f737a96931fec4c983b2acf0e62ed6638d4ef6af8bf9491931235f6aca7589d81c444104fc5a7a5ce363c4aa0f9376b4990d3eae745315d197055f21e310')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 < ../${pkgname}-1.0.3-add-missing-libm.patch
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 22:56:46
  Author: anthraxx
Revision: 333236

addpkg: aribb24 1.0.3-2

Added:
  aribb24/
  aribb24/repos/
  aribb24/trunk/
  aribb24/trunk/PKGBUILD

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

Added: aribb24/trunk/PKGBUILD
===
--- aribb24/trunk/PKGBUILD  (rev 0)
+++ aribb24/trunk/PKGBUILD  2018-09-03 22:56:46 UTC (rev 333236)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ryotaro Ko 
+
+pkgname=aribb24
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing 
MPEG-TS stream'
+url='https://github.com/nkoriyama/aribb24'
+arch=('x86_64')
+license=('LGPL3')
+depends=("libpng")
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nkoriyama/aribb24/archive/v${pkgver}.tar.gz
+
${pkgname}-1.0.3-add-missing-libm.patch::https://github.com/nkoriyama/aribb24/commit/b08931895599e42ce6930a720a3fca74f6f6d9cb.patch)
+sha512sums=('622cc0c3928fd6db0b5ab3921f27348c956af20f8c0133ad5d9bf4de3d199077d9f23cc86ae149a9f0d13c7ee5906ec95de3fb8388207160cebd1f0c59078c8f'
+
'b7f8f737a96931fec4c983b2acf0e62ed6638d4ef6af8bf9491931235f6aca7589d81c444104fc5a7a5ce363c4aa0f9376b4990d3eae745315d197055f21e310')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 < ../${pkgname}-1.0.3-add-missing-libm.patch
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 22:40:44
  Author: anthraxx
Revision: 376495

archrelease: copy trunk to community-x86_64

Added:
  umurmur/repos/community-x86_64/PKGBUILD
(from rev 376494, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-x86_64/umurmur.service
(from rev 376494, umurmur/trunk/umurmur.service)
  umurmur/repos/community-x86_64/umurmur.sysusers
(from rev 376494, umurmur/trunk/umurmur.sysusers)
Deleted:
  umurmur/repos/community-x86_64/PKGBUILD
  umurmur/repos/community-x86_64/umurmur.service
  umurmur/repos/community-x86_64/umurmur.sysusers

--+
 PKGBUILD |  100 ++---
 umurmur.service  |   30 +++
 umurmur.sysusers |2 -
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 22:40:19 UTC (rev 376494)
+++ PKGBUILD2018-09-03 22:40:44 UTC (rev 376495)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Knauer 
-# Contributor: xav 
-
-pkgname=umurmur
-pkgver=0.2.17
-pkgrel=9
-pkgdesc='Minimalistic Mumble server'
-url='https://github.com/umurmur/umurmur'
-arch=('x86_64')
-license=('custom')
-depends=('mbedtls' 'libconfig' 'protobuf-c')
-makedepends=('cmake')
-backup=('etc/umurmur/umurmur.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
-umurmur.sysusers
-umurmur.service)
-sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
-'0fc68df464ee51a431d934d068aed0be5f8c5e64d0bd29848f97532d39f8c310'
-'3575e69da5ad1fc8541ef37af90cdd245e3202980589ffd26d124fd9e785b738')
-sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
-
'd84950a32ab8a2e84f5fe333cd2894e52aba624531644d106c982aa4ff04271d318543398fa7f48c719f26338679fa971bb5332472e9040ac9aa8a9b4a1f2832'
-
'ceb42e7ed4385d16c9d9f30312cc5a57b0ee0ba0ec423e7e2f3e9abc1956506e8817e9a3cb2257112434d568594f4e495f1661af0f89451f802f924790df8ffa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  mkdir build
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSSL=mbedtls
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 644 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
-  rm -r "${pkgdir}/usr/etc"
-  install -Dm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm 644 "${srcdir}/umurmur.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/umurmur.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: umurmur/repos/community-x86_64/PKGBUILD (from rev 376494, 
umurmur/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 22:40:44 UTC (rev 376495)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Knauer 
+# Contributor: xav 
+
+pkgname=umurmur
+pkgver=0.2.17
+pkgrel=10
+pkgdesc='Minimalistic Mumble server'
+url='https://github.com/umurmur/umurmur'
+arch=('x86_64')
+license=('custom')
+depends=('mbedtls' 'libconfig' 'protobuf-c')
+makedepends=('cmake')
+backup=('etc/umurmur/umurmur.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.sysusers
+umurmur.service)
+sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+'0fc68df464ee51a431d934d068aed0be5f8c5e64d0bd29848f97532d39f8c310'
+'3575e69da5ad1fc8541ef37af90cdd245e3202980589ffd26d124fd9e785b738')
+sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
+
'd84950a32ab8a2e84f5fe333cd2894e52aba624531644d106c982aa4ff04271d318543398fa7f48c719f26338679fa971bb5332472e9040ac9aa8a9b4a1f2832'
+
'ceb42e7ed4385d16c9d9f30312cc5a57b0ee0ba0ec423e7e2f3e9abc1956506e8817e9a3cb2257112434d568594f4e495f1661af0f89451f802f924790df8ffa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSSL=mbedtls
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
+  rm -r "${pkgdir}/usr/etc"
+  install -Dm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm 644 "${srcdir}/umurmur.sysusers" 

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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 22:40:19
  Author: anthraxx
Revision: 376494

upgpkg: umurmur 0.2.17-10

Modified:
  umurmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 22:38:26 UTC (rev 376493)
+++ PKGBUILD2018-09-03 22:40:19 UTC (rev 376494)
@@ -5,7 +5,7 @@
 
 pkgname=umurmur
 pkgver=0.2.17
-pkgrel=9
+pkgrel=10
 pkgdesc='Minimalistic Mumble server'
 url='https://github.com/umurmur/umurmur'
 arch=('x86_64')


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 22:38:26
  Author: anthraxx
Revision: 376493

archrelease: copy trunk to community-staging-x86_64

Added:
  powerdns-recursor/repos/community-staging-x86_64/
  powerdns-recursor/repos/community-staging-x86_64/PKGBUILD
(from rev 376492, powerdns-recursor/trunk/PKGBUILD)

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

Copied: powerdns-recursor/repos/community-staging-x86_64/PKGBUILD (from rev 
376492, powerdns-recursor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 22:38:26 UTC (rev 376493)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.1.4
+pkgrel=2
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 
'protobuf'
+ 'libboost_context.so')
+makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
+sha512sums=('1904685dfdcd69d4b85c4c70559d51cc8ef288551ffd8f93a96108c3aca4e46ec3950f93840e4bd39da00c63129033b5a541beb68d1e924d477b5b0abbf1d00c'
+'SKIP')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd \
+--enable-protobuf \
+--enable-libsodium
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 22:38:12
  Author: anthraxx
Revision: 376492

upgpkg: powerdns-recursor 4.1.4-2

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 22:32:34 UTC (rev 376491)
+++ PKGBUILD2018-09-03 22:38:12 UTC (rev 376492)
@@ -6,7 +6,7 @@
 
 pkgname=powerdns-recursor
 pkgver=4.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 22:32:18
  Author: anthraxx
Revision: 376490

upgpkg: powerdns 4.1.4-2

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 22:04:35 UTC (rev 376489)
+++ PKGBUILD2018-09-03 22:32:18 UTC (rev 376490)
@@ -7,7 +7,7 @@
 
 pkgname=powerdns
 pkgver=4.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 22:32:34
  Author: anthraxx
Revision: 376491

archrelease: copy trunk to community-staging-x86_64

Added:
  powerdns/repos/community-staging-x86_64/
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 376490, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/sysusers.conf
(from rev 376490, powerdns/trunk/sysusers.conf)

---+
 PKGBUILD  |   78 
 sysusers.conf |1 
 2 files changed, 79 insertions(+)

Copied: powerdns/repos/community-staging-x86_64/PKGBUILD (from rev 376490, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 22:32:34 UTC (rev 376491)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.1.4
+pkgrel=2
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua')
+makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'libmariadbclient: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+sysusers.conf)
+sha512sums=('ae5cd89d039635beddcb9709d0f6b06321a923343900f88e536aac2feb1e08d41b466b6addb2399f50b20d7ac19fcf4c48d47d0d9219367b37b260c40863ad93'
+'SKIP'
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

+  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
+  # This allows for running pdns_server without setting `module-dir` in the 
config.
+  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--sbindir=/usr/bin \
+--with-modules='' \
+--with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
+--docdir=/usr/share/doc/powerdns \
+--enable-libsodium \
+--enable-botan \
+--enable-tools \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
+  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
+  # Ensure we run as the powerdns user
+  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-x86_64/sysusers.conf (from rev 376490, 
powerdns/trunk/sysusers.conf)
===
--- community-staging-x86_64/sysusers.conf  (rev 0)
+++ community-staging-x86_64/sysusers.conf  2018-09-03 22:32:34 UTC (rev 
376491)
@@ -0,0 +1 @@
+u powerdns - "PowerDNS Authoritative Server" -


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

2018-09-03 Thread Filipe Laíns via arch-commits
Date: Monday, September 3, 2018 @ 22:04:35
  Author: ffy00
Revision: 376489

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 22:04:30 UTC (rev 376488)
+++ PKGBUILD2018-09-03 22:04:35 UTC (rev 376489)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=13.2.1
-pkgrel=3
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="https://pypi.org/project/keyring/;
-license=('PSF' 'MIT')
-optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906')
-
-prepare() {
-  echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
-
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py pytest
-
-  echo "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-keyring() {
-  depends=('python2-entrypoints' 'python2-secretstorage')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/keyring "$pkgdir"/usr/bin/keyring2 # Fix the binary name
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 376488, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 22:04:35 UTC (rev 376489)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=13.2.1
+pkgrel=4
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="https://github.com/jaraco/keyring;
+license=('PSF' 'MIT')
+optdepends=('python-keyrings-alt: Alternative backends')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906')
+
+prepare() {
+  echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
+
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py pytest
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-keyring() {
+  depends=('python-entrypoints' 'python-secretstorage' 'python-jeepney')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE 

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

2018-09-03 Thread Filipe Laíns via arch-commits
Date: Monday, September 3, 2018 @ 22:04:30
  Author: ffy00
Revision: 376488

upgpkg: python-keyring 13.2.1-4

Fix dbus dependency.

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 21:53:29 UTC (rev 376487)
+++ PKGBUILD2018-09-03 22:04:30 UTC (rev 376488)
@@ -11,10 +11,10 @@
 _pkgname=${pkgbase#python-}
 pkgname=(python-$_pkgname python2-$_pkgname)
 pkgver=13.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Store and access your passwords safely."
 arch=('any')
-url="https://pypi.org/project/keyring/;
+url="https://github.com/jaraco/keyring;
 license=('PSF' 'MIT')
 optdepends=('python-keyrings-alt: Alternative backends')
 makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
@@ -49,7 +49,7 @@
 }
 
 package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage')
+  depends=('python-entrypoints' 'python-secretstorage' 'python-jeepney')
   cd $_pkgname-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -57,7 +57,7 @@
 }
 
 package_python2-keyring() {
-  depends=('python2-entrypoints' 'python2-secretstorage')
+  depends=('python2-entrypoints' 'python2-secretstorage' 'python2-dbus')
   cd $_pkgname-$pkgver-py2
 
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

2018-09-03 Thread Filipe Laíns via arch-commits
Date: Monday, September 3, 2018 @ 21:53:29
  Author: ffy00
Revision: 376487

archrelease: copy trunk to community-x86_64

Added:
  sdrangel/repos/community-x86_64/PKGBUILD
(from rev 376486, sdrangel/trunk/PKGBUILD)
Deleted:
  sdrangel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 21:53:24 UTC (rev 376486)
+++ PKGBUILD2018-09-03 21:53:29 UTC (rev 376487)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michal Krenek (Mikos) 
-
-pkgname=sdrangel
-pkgver=4.0.7
-pkgrel=1
-pkgdesc="Qt5/OpenGL SDR and signal analyzer frontend."
-arch=('x86_64')
-url="https://github.com/f4exb/sdrangel;
-license=('GPL3')
-depends=('pkg-config' 'log4cpp' 'opencv'
-   'qt5-base>=5.9' 'qt5-tools' 'qt5-multimedia' # QT5
-   'fftw' 'lz4' 'nanomsg' 'ffmpeg>=3.1'
-   'cm256cc' 'dsdcc>=1.8.3'
-   'pulseaudio')
-makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'boost')
-optdepends=('ffmpeg: DATV demodulator'
-   'libmirisdr4: SDRPlay support'
-   'rtl-sdr: RTLSDR support'
-   'hackrf: HackRF support'
-   'libad9361-iio: PlutoSDR support'
-   'limesuite: LimeSDR support'
-   'bladerf: BladeRF support'
-   'airspy: AirSPY support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('677a240bdb2ff0138a6ba951394a43bf008935e4c705ce702922e639862f217e5f6cf6ec0bc6ba73646364c87aea905135665cf1eade411561e9d9fe21659596')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
--DCM256CC_INCLUDE_DIR=/usr/include/cm256cc
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: sdrangel/repos/community-x86_64/PKGBUILD (from rev 376486, 
sdrangel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 21:53:29 UTC (rev 376487)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=sdrangel
+pkgver=4.0.7
+pkgrel=2
+pkgdesc="Qt5/OpenGL SDR and signal analyzer frontend."
+arch=('x86_64')
+url="https://github.com/f4exb/sdrangel;
+license=('GPL3')
+depends=('pkg-config' 'log4cpp' 'opencv'
+   'qt5-base>=5.9' 'qt5-tools' 'qt5-multimedia' # QT5
+   'fftw' 'lz4' 'nanomsg' 'ffmpeg>=3.1'
+   'cm256cc' 'dsdcc>=1.8.3'
+   'pulseaudio')
+makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'boost')
+optdepends=('ffmpeg: DATV demodulator'
+   'libmirisdr4: SDRPlay support'
+   'rtl-sdr: RTLSDR support'
+   'hackrf: HackRF support'
+   'libad9361-iio: PlutoSDR support'
+   'limesuite: LimeSDR support'
+   'bladerf: BladeRF support'
+   'airspy: AirSPY support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('677a240bdb2ff0138a6ba951394a43bf008935e4c705ce702922e639862f217e5f6cf6ec0bc6ba73646364c87aea905135665cf1eade411561e9d9fe21659596')
+
+prepare() {
+  sed -i 's|sdrangel_icon.xpm|sdrangel.xpm|' 
$pkgname-$pkgver/desktop/sdrangel.desktop
+}
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
+-DCM256CC_INCLUDE_DIR=/usr/include/cm256cc
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+
+  # Install .desktop file
+  install -Dm 644 ../desktop/sdrangel_icon.xpm 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
+  install -Dm 644 ../desktop/sdrangel.desktop 
"$pkgdir"/usr/share/applications/adrangel.desktop
+}


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

2018-09-03 Thread Filipe Laíns via arch-commits
Date: Monday, September 3, 2018 @ 21:53:24
  Author: ffy00
Revision: 376486

upgpkg: sdrangel 4.0.7-2

Added .desktop file

Modified:
  sdrangel/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 21:51:48 UTC (rev 376485)
+++ PKGBUILD2018-09-03 21:53:24 UTC (rev 376486)
@@ -4,7 +4,7 @@
 
 pkgname=sdrangel
 pkgver=4.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt5/OpenGL SDR and signal analyzer frontend."
 arch=('x86_64')
 url="https://github.com/f4exb/sdrangel;
@@ -26,6 +26,10 @@
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 
sha512sums=('677a240bdb2ff0138a6ba951394a43bf008935e4c705ce702922e639862f217e5f6cf6ec0bc6ba73646364c87aea905135665cf1eade411561e9d9fe21659596')
 
+prepare() {
+  sed -i 's|sdrangel_icon.xpm|sdrangel.xpm|' 
$pkgname-$pkgver/desktop/sdrangel.desktop
+}
+
 build() {
   mkdir -p $pkgname-$pkgver/build
   cd $pkgname-$pkgver/build
@@ -43,4 +47,8 @@
   cd $pkgname-$pkgver/build
 
   make DESTDIR="$pkgdir" install
+
+  # Install .desktop file
+  install -Dm 644 ../desktop/sdrangel_icon.xpm 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
+  install -Dm 644 ../desktop/sdrangel.desktop 
"$pkgdir"/usr/share/applications/adrangel.desktop
 }


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 21:51:11
  Author: anthraxx
Revision: 376484

upgpkg: signify 24-1

Modified:
  signify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 21:41:54 UTC (rev 376483)
+++ PKGBUILD2018-09-03 21:51:11 UTC (rev 376484)
@@ -2,7 +2,7 @@
 # Contributor: Adrian Perez de Castro 
 
 pkgname=signify
-pkgver=23
+pkgver=24
 pkgrel=1
 pkgdesc='OpenBSD tool to signs and verify signatures on files'
 url='https://github.com/aperezdc/signify'
@@ -11,14 +11,22 @@
 depends=('glibc' 'libbsd>=0.8')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/${pkgname}/archive/v${pkgver}.tar.gz
 LICENSE)
-sha512sums=('f0330994f3d308e9ad7c7bf4b6d6f8e8bef914d6d10d83507002ad97f853b4e0a829997a0225373e2c34829a611b70980d7d3674247d4b5b447204ad7f039608'
+sha512sums=('d612aca617f44ea7bf32a31d65da7e265dfdbe67f7983fc095b1f2d5c83cfa27f4c857279d98f6928199d15193c706cf3c77022fec70529a7b5d38b16ce64df5'
 
'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dca482ae6e58902b6620bf7b2019a8e15efec')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # using O_NOFOLLOW doesn't lock anything down here, swapping files
+  # without symlinks is still equally open to TOCTOU and it doesn't even
+  # matter here. lets prefere supporting symlinked target files.
+  sed -E 's/\| ?O_NOFOLLOW//g' -i ./*.c
+}
+
 build () {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr \
 LTO=1 \
-EXTRA_CFLAGS="${CFLAGS}" \
+EXTRA_CFLAGS="${CFLAGS} ${CPPFLAGS}" \
 EXTRA_LDFLAGS="${LDFLAGS}" \
 GIT_TAG=''
 }


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 21:51:48
  Author: anthraxx
Revision: 376485

archrelease: copy trunk to community-x86_64

Added:
  signify/repos/community-x86_64/LICENSE
(from rev 376484, signify/trunk/LICENSE)
  signify/repos/community-x86_64/PKGBUILD
(from rev 376484, signify/trunk/PKGBUILD)
Deleted:
  signify/repos/community-x86_64/LICENSE
  signify/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   22 -
 PKGBUILD |   78 +
 2 files changed, 54 insertions(+), 46 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-09-03 21:51:11 UTC (rev 376484)
+++ LICENSE 2018-09-03 21:51:48 UTC (rev 376485)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: signify/repos/community-x86_64/LICENSE (from rev 376484, 
signify/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-09-03 21:51:48 UTC (rev 376485)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 21:51:11 UTC (rev 376484)
+++ PKGBUILD2018-09-03 21:51:48 UTC (rev 376485)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Adrian Perez de Castro 
-
-pkgname=signify
-pkgver=23
-pkgrel=1
-pkgdesc='OpenBSD tool to signs and verify signatures on files'
-url='https://github.com/aperezdc/signify'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'libbsd>=0.8')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/${pkgname}/archive/v${pkgver}.tar.gz
-LICENSE)
-sha512sums=('f0330994f3d308e9ad7c7bf4b6d6f8e8bef914d6d10d83507002ad97f853b4e0a829997a0225373e2c34829a611b70980d7d3674247d4b5b447204ad7f039608'
-
'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dca482ae6e58902b6620bf7b2019a8e15efec')
-
-build () {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr \
-LTO=1 \
-EXTRA_CFLAGS="${CFLAGS}" \
-EXTRA_LDFLAGS="${LDFLAGS}" \
-GIT_TAG=''
-}
-
-package () {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr \
-DESTDIR="${pkgdir}" \
-GIT_TAG='' install
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${srcdir}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: signify/repos/community-x86_64/PKGBUILD (from rev 376484, 
signify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 21:51:48 UTC (rev 376485)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Adrian Perez de Castro 
+
+pkgname=signify
+pkgver=24
+pkgrel=1
+pkgdesc='OpenBSD tool to signs and verify signatures on files'
+url='https://github.com/aperezdc/signify'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libbsd>=0.8')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/${pkgname}/archive/v${pkgver}.tar.gz
+LICENSE)
+sha512sums=('d612aca617f44ea7bf32a31d65da7e265dfdbe67f7983fc095b1f2d5c83cfa27f4c857279d98f6928199d15193c706cf3c77022fec70529a7b5d38b16ce64df5'
+
'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dca482ae6e58902b6620bf7b2019a8e15efec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # using O_NOFOLLOW doesn't lock anything down here, swapping files
+  # without symlinks is still equally open to TOCTOU and 

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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 21:28:31
  Author: anthraxx
Revision: 376463

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 21:28:00 UTC (rev 376462)
+++ PKGBUILD2018-09-03 21:28:31 UTC (rev 376463)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Philipp A. 
-
-_pkgname=aiohttp
-pkgname=python-aiohttp
-pkgver=3.2.1
-pkgrel=2
-pkgdesc='HTTP client/server for asyncio'
-url='https://aiohttp.readthedocs.io'
-arch=('x86_64')
-license=('Apache')
-depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('6cf1c7fd052bc92e0be940e5b2e877a202d2d0fdf36cbf2aa3ef3c92f4e2327a')
-sha512sums=('c56bbcd09bcb56cea1ee2977a7550a0dcde1a18e58e50340978e8882a483350f092b06314611e62e90964a357252debddaf031af427910f318efa31720f3dc33')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-aiohttp/repos/community-x86_64/PKGBUILD (from rev 376462, 
python-aiohttp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 21:28:31 UTC (rev 376463)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Philipp A. 
+
+_pkgname=aiohttp
+pkgname=python-aiohttp
+_gitcommit=3ddd91c2c89e5a31380b169bd5a26c8d641b2fc5
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='HTTP client/server for asyncio'
+url='https://aiohttp.readthedocs.io'
+arch=('x86_64')
+license=('Apache')
+depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout'
+ 'python-yarl' 'python-attrs')
+makedepends=('cython' 'python-setuptools' 'git')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock'
+  'python-pytest-timeout' 'python-async_generator' 
'python-brotlipy')
+source=(${pkgname}::"git+https://github.com/aio-libs/aiohttp#commit=${_gitcommit};
+git+https://github.com/nodejs/http-parser)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."vendor/http-parser".url "${srcdir}/http-parser"
+  git submodule update --recursive
+}
+
+build() {
+  cd ${pkgname}
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}
+  python setup.py test
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 21:28:00
  Author: anthraxx
Revision: 376462

upgpkg: python-aiohttp 3.4.2-1

Modified:
  python-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 20:58:08 UTC (rev 376461)
+++ PKGBUILD2018-09-03 21:28:00 UTC (rev 376462)
@@ -3,31 +3,47 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.2.1
-pkgrel=2
+_gitcommit=3ddd91c2c89e5a31380b169bd5a26c8d641b2fc5
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
 arch=('x86_64')
 license=('Apache')
-depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('6cf1c7fd052bc92e0be940e5b2e877a202d2d0fdf36cbf2aa3ef3c92f4e2327a')
-sha512sums=('c56bbcd09bcb56cea1ee2977a7550a0dcde1a18e58e50340978e8882a483350f092b06314611e62e90964a357252debddaf031af427910f318efa31720f3dc33')
+depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout'
+ 'python-yarl' 'python-attrs')
+makedepends=('cython' 'python-setuptools' 'git')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock'
+  'python-pytest-timeout' 'python-async_generator' 
'python-brotlipy')
+source=(${pkgname}::"git+https://github.com/aio-libs/aiohttp#commit=${_gitcommit};
+git+https://github.com/nodejs/http-parser)
+sha512sums=('SKIP'
+'SKIP')
 
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."vendor/http-parser".url "${srcdir}/http-parser"
+  git submodule update --recursive
+}
+
 build() {
-  cd ${_pkgname}-${pkgver}
+  cd ${pkgname}
   python setup.py build
 }
 
 check() {
-  cd ${_pkgname}-${pkgver}
+  cd ${pkgname}
   python setup.py test
 }
 
 package() {
-  cd ${_pkgname}-${pkgver}
+  cd ${pkgname}
   python setup.py install --root="${pkgdir}" -O1 --skip-build
 }
 


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 20:58:08
  Author: anthraxx
Revision: 376461

archrelease: copy trunk to community-x86_64

Added:
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 376460, powerdns-recursor/trunk/PKGBUILD)
Deleted:
  powerdns-recursor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 20:57:27 UTC (rev 376460)
+++ PKGBUILD2018-09-03 20:58:08 UTC (rev 376461)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Jan Steffens 
-# Contributor: Remi Gacogne 
-
-pkgname=powerdns-recursor
-pkgver=4.1.3
-pkgrel=3
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 
'protobuf'
- 'libboost_context.so')
-makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
-sha512sums=('5ea7e027131143b3ca45ca4a97316f52207a55cf5498a136e44cf5ee78bee00efecf3cd7c9c46261002cbd6e4ea0cd2af62c456b71fd2366729242950b7c060d'
-'SKIP')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

-  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

-
-build() {
-  cd pdns-recursor-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc/powerdns \
---disable-silent-rules \
---enable-reproducible \
---enable-systemd \
---enable-protobuf \
---enable-libsodium
-  make
-}
-
-package() {
-  cd pdns-recursor-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-x86_64/PKGBUILD (from rev 376460, 
powerdns-recursor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 20:58:08 UTC (rev 376461)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.1.4
+pkgrel=1
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 
'protobuf'
+ 'libboost_context.so')
+makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
+sha512sums=('1904685dfdcd69d4b85c4c70559d51cc8ef288551ffd8f93a96108c3aca4e46ec3950f93840e4bd39da00c63129033b5a541beb68d1e924d477b5b0abbf1d00c'
+'SKIP')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd \
+--enable-protobuf \
+--enable-libsodium
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 20:57:27
  Author: anthraxx
Revision: 376460

upgpkg: powerdns-recursor 4.1.4-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 20:55:27 UTC (rev 376459)
+++ PKGBUILD2018-09-03 20:57:27 UTC (rev 376460)
@@ -5,8 +5,8 @@
 # Contributor: Remi Gacogne 
 
 pkgname=powerdns-recursor
-pkgver=4.1.3
-pkgrel=3
+pkgver=4.1.4
+pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 conflicts=('pdns-recursor')
 backup=('etc/powerdns/recursor.conf')
 
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
-sha512sums=('5ea7e027131143b3ca45ca4a97316f52207a55cf5498a136e44cf5ee78bee00efecf3cd7c9c46261002cbd6e4ea0cd2af62c456b71fd2366729242950b7c060d'
+sha512sums=('1904685dfdcd69d4b85c4c70559d51cc8ef288551ffd8f93a96108c3aca4e46ec3950f93840e4bd39da00c63129033b5a541beb68d1e924d477b5b0abbf1d00c'
 'SKIP')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

   'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 



[arch-commits] Commit in lib32-fontconfig/repos/multilib-x86_64 (6 files)

2018-09-03 Thread Evangelos Foutras via arch-commits
Date: Monday, September 3, 2018 @ 20:55:27
  Author: foutrelis
Revision: 376459

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fontconfig/repos/multilib-x86_64/PKGBUILD
(from rev 376458, lib32-fontconfig/trunk/PKGBUILD)
  lib32-fontconfig/repos/multilib-x86_64/fontconfig-32.hook
(from rev 376458, lib32-fontconfig/trunk/fontconfig-32.hook)
  lib32-fontconfig/repos/multilib-x86_64/lib32-fontconfig.install
(from rev 376458, lib32-fontconfig/trunk/lib32-fontconfig.install)
Deleted:
  lib32-fontconfig/repos/multilib-x86_64/PKGBUILD
  lib32-fontconfig/repos/multilib-x86_64/fontconfig-32.hook
  lib32-fontconfig/repos/multilib-x86_64/lib32-fontconfig.install

--+
 PKGBUILD |  146 ++---
 fontconfig-32.hook   |   22 +++---
 lib32-fontconfig.install |   20 +++---
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 20:55:20 UTC (rev 376458)
+++ PKGBUILD2018-09-03 20:55:27 UTC (rev 376459)
@@ -1,73 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-_pkgbasename=fontconfig
-pkgname=lib32-$_pkgbasename
-pkgver=2.13.1
-pkgrel=1
-epoch=1
-pkgdesc="A library for configuring and customizing font access (32-bit)"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/fontconfig/;
-license=(custom)
-depends=(lib32-expat lib32-freetype2 $_pkgbasename)
-makedepends=(git autoconf-archive gperf python-lxml python-six lib32-json-c)
-install=lib32-fontconfig.install
-_commit=844d8709a1f3ecab45015b24b72dd775c13b2421  # tags/2.13.1^0
-source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
-fontconfig-32.hook)
-sha256sums=('SKIP'
-'d97c0c5b88023da5a2acf64cf560265390a9365305c43b8e86b4f89348e727b3')
-
-# a nice page to test font matching:
-# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
-# http://getemoji.com/
-
-pkgver() {
-  cd $_pkgbasename
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $_pkgbasename
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $_pkgbasename
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---sysconfdir=/etc \
---with-templatedir=/etc/fonts/conf.avail \
---with-xmldir=/etc/fonts \
---localstatedir=/var \
---disable-static \
---with-default-fonts=/usr/share/fonts \
---with-add-fonts=/usr/local/share/fonts
-  make
-}
-
-check() {
-  cd $_pkgbasename
-  make -k check
-}
-
-package() {
-  cd $_pkgbasename
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/{etc,usr/{include,share}}
-  find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
-  mv "$pkgdir"/usr/bin/fc-cache{,-32}
-
-  install -Dm644 ../fontconfig-32.hook 
"$pkgdir/usr/share/libalpm/hooks/fontconfig-32.hook"
-
-  # Install license
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-fontconfig/repos/multilib-x86_64/PKGBUILD (from rev 376458, 
lib32-fontconfig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 20:55:27 UTC (rev 376459)
@@ -0,0 +1,73 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+_pkgbasename=fontconfig
+pkgname=lib32-$_pkgbasename
+pkgver=2.13.0+15+gc60ed9e
+pkgrel=1
+epoch=2
+pkgdesc="A library for configuring and customizing font access (32-bit)"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/fontconfig/;
+license=(custom)
+depends=(lib32-expat lib32-freetype2 $_pkgbasename)
+makedepends=(git autoconf-archive gperf python-lxml python-six lib32-json-c)
+install=lib32-fontconfig.install
+_commit=c60ed9ef66e59584f8b54323018e9e6c69925c7e  # master~45
+source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
+fontconfig-32.hook)
+sha256sums=('SKIP'
+'d97c0c5b88023da5a2acf64cf560265390a9365305c43b8e86b4f89348e727b3')
+
+# a nice page to test font matching:
+# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
+# http://getemoji.com/
+
+pkgver() {
+  cd $_pkgbasename
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $_pkgbasename
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $_pkgbasename
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc \
+--with-templatedir=/etc/fonts/conf.avail \
+--with-xmldir=/etc/fonts \
+--localstatedir=/var \
+--disable-static \
+--with-default-fonts=/usr/share/fonts \
+--with-add-fonts=/usr/local/share/fonts
+  make
+}
+
+check() {
+  cd $_pkgbasename
+  make -k check
+}
+

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

2018-09-03 Thread Evangelos Foutras via arch-commits
Date: Monday, September 3, 2018 @ 20:54:25
  Author: foutrelis
Revision: 333235

archrelease: copy trunk to extra-x86_64

Added:
  fontconfig/repos/extra-x86_64/PKGBUILD
(from rev 333234, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/extra-x86_64/fontconfig.hook
(from rev 333234, fontconfig/trunk/fontconfig.hook)
  fontconfig/repos/extra-x86_64/fontconfig.install
(from rev 333234, fontconfig/trunk/fontconfig.install)
Deleted:
  fontconfig/repos/extra-x86_64/PKGBUILD
  fontconfig/repos/extra-x86_64/fontconfig.hook
  fontconfig/repos/extra-x86_64/fontconfig.install

+
 PKGBUILD   |  128 +--
 fontconfig.hook|   22 
 fontconfig.install |   76 +++---
 3 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 20:54:19 UTC (rev 333234)
+++ PKGBUILD2018-09-03 20:54:25 UTC (rev 333235)
@@ -1,64 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=fontconfig
-pkgver=2.13.1
-pkgrel=1
-epoch=1
-pkgdesc="A library for configuring and customizing font access"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/fontconfig/;
-license=(custom)
-depends=(expat freetype2)
-makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils 
docbook-sgml
- perl-sgmls 'texlive-formatsextra>=2017' lynx json-c)
-install=fontconfig.install
-_commit=844d8709a1f3ecab45015b24b72dd775c13b2421  # tags/2.13.1^0
-source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
-fontconfig.hook)
-sha256sums=('SKIP'
-'672f6a1c5e164671955ce807e670306194142a1794ce88df653aa717a972e274')
-
-# a nice page to test font matching:
-# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
-# http://getemoji.com/
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---with-templatedir=/etc/fonts/conf.avail \
---with-xmldir=/etc/fonts \
---localstatedir=/var \
---disable-static \
---with-default-fonts=/usr/share/fonts \
---with-add-fonts=/usr/local/share/fonts
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-_install_conf() {
-  install -m644 "$1" "$pkgdir/etc/fonts/conf.avail"
-  ln -s "../conf.avail/${1##*/}" "$pkgdir/etc/fonts/conf.d"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -Dm644 ../fontconfig.hook 
"$pkgdir/usr/share/libalpm/hooks/fontconfig.hook"
-}

Copied: fontconfig/repos/extra-x86_64/PKGBUILD (from rev 333234, 
fontconfig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 20:54:25 UTC (rev 333235)
@@ -0,0 +1,64 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=fontconfig
+pkgver=2.13.0+15+gc60ed9e
+pkgrel=1
+epoch=2
+pkgdesc="A library for configuring and customizing font access"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/fontconfig/;
+license=(custom)
+depends=(expat freetype2)
+makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils 
docbook-sgml
+ perl-sgmls 'texlive-formatsextra>=2017' lynx json-c)
+install=fontconfig.install
+_commit=c60ed9ef66e59584f8b54323018e9e6c69925c7e  # master~45
+source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
+fontconfig.hook)
+sha256sums=('SKIP'
+'672f6a1c5e164671955ce807e670306194142a1794ce88df653aa717a972e274')
+
+# a nice page to test font matching:
+# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
+# http://getemoji.com/
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--with-templatedir=/etc/fonts/conf.avail \
+--with-xmldir=/etc/fonts \
+--localstatedir=/var \
+--disable-static \
+--with-default-fonts=/usr/share/fonts \
+--with-add-fonts=/usr/local/share/fonts
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check
+}
+
+_install_conf() {
+  install -m644 "$1" "$pkgdir/etc/fonts/conf.avail"
+  ln -s "../conf.avail/${1##*/}" "$pkgdir/etc/fonts/conf.d"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 ../fontconfig.hook 
"$pkgdir/usr/share/libalpm/hooks/fontconfig.hook"
+}

Deleted: fontconfig.hook
===
--- fontconfig.hook 

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

2018-09-03 Thread Evangelos Foutras via arch-commits
Date: Monday, September 3, 2018 @ 20:55:20
  Author: foutrelis
Revision: 376458

2.13.0+15+gc60ed9e-1

Go back to previous version until these issues are fixed upstream:

 - https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/107
 - https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/110

Modified:
  lib32-fontconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 20:45:19 UTC (rev 376457)
+++ PKGBUILD2018-09-03 20:55:20 UTC (rev 376458)
@@ -3,9 +3,9 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.13.1
+pkgver=2.13.0+15+gc60ed9e
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/fontconfig/;
@@ -13,7 +13,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six lib32-json-c)
 install=lib32-fontconfig.install
-_commit=844d8709a1f3ecab45015b24b72dd775c13b2421  # tags/2.13.1^0
+_commit=c60ed9ef66e59584f8b54323018e9e6c69925c7e  # master~45
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 fontconfig-32.hook)
 sha256sums=('SKIP'


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

2018-09-03 Thread Evangelos Foutras via arch-commits
Date: Monday, September 3, 2018 @ 20:54:19
  Author: foutrelis
Revision: 333234

2.13.0+15+gc60ed9e-1

Go back to previous version until these issues are fixed upstream:

 - https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/107
 - https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/110

Modified:
  fontconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 19:15:29 UTC (rev 333233)
+++ PKGBUILD2018-09-03 20:54:19 UTC (rev 333234)
@@ -2,9 +2,9 @@
 # Maintainer: Jan de Groot 
 
 pkgname=fontconfig
-pkgver=2.13.1
+pkgver=2.13.0+15+gc60ed9e
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc="A library for configuring and customizing font access"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/fontconfig/;
@@ -13,7 +13,7 @@
 makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils 
docbook-sgml
  perl-sgmls 'texlive-formatsextra>=2017' lynx json-c)
 install=fontconfig.install
-_commit=844d8709a1f3ecab45015b24b72dd775c13b2421  # tags/2.13.1^0
+_commit=c60ed9ef66e59584f8b54323018e9e6c69925c7e  # master~45
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 fontconfig.hook)
 sha256sums=('SKIP'


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 20:45:19
  Author: anthraxx
Revision: 376457

archrelease: copy trunk to community-x86_64

Added:
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 376456, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/sysusers.conf
(from rev 376456, powerdns/trunk/sysusers.conf)
Deleted:
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/sysusers.conf

---+
 PKGBUILD  |  156 
 sysusers.conf |2 
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 20:44:53 UTC (rev 376456)
+++ PKGBUILD2018-09-03 20:45:19 UTC (rev 376457)
@@ -1,78 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-# Contributor: Remi Gacogne 
-# Contributor: Pieter Lexis 
-
-pkgname=powerdns
-pkgver=4.1.3
-pkgrel=5
-pkgdesc='Authoritative DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
- 'sqlite' 'systemd' 'lua')
-makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx'
- 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
-optdepends=('geoip: GeoIP backend'
-'libmariadbclient: MariaDB/MySQL and MyDNS backend'
-'libldap: LDAP backend'
-'opendbx: OpenDBX backend'
-'postgresql-libs: PostgreSQL backend'
-'unixodbc: ODBC backend'
-'tinycdb: TinyDNS backend'
-'yaml-cpp: GeoIP backend')
-provides=('pdns')
-conflicts=('pdns')
-backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-sysusers.conf)
-sha512sums=('a5201cf48911188db0c70cb44a27b9a6cebc16f6b740abdadd283dd53feedeed9cfa16ab833b8230f24790f349a0f2ebcca653ca502bb9b2c75d08bd7c60140c'
-'SKIP'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

-  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

-
-prepare() {
-  cd pdns-${pkgver}
-  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
-  # This allows for running pdns_server without setting `module-dir` in the 
config.
-  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
-}
-
-build() {
-  cd pdns-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---sbindir=/usr/bin \
---with-modules='' \
---with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
---docdir=/usr/share/doc/powerdns \
---enable-libsodium \
---enable-botan \
---enable-tools \
---disable-dependency-tracking \
---disable-silent-rules \
---enable-reproducible \
---enable-unit-tests \
---enable-systemd
-  make
-}
-
-check() {
-  make -C pdns-${pkgver} check
-}
-
-package() {
-  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
-  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
-  # Ensure we run as the powerdns user
-  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 376456, 
powerdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 20:45:19 UTC (rev 376457)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.1.4
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua')
+makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'libmariadbclient: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')

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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 20:44:53
  Author: anthraxx
Revision: 376456

upgpkg: powerdns 4.1.4-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 19:52:56 UTC (rev 376455)
+++ PKGBUILD2018-09-03 20:44:53 UTC (rev 376456)
@@ -6,8 +6,8 @@
 # Contributor: Pieter Lexis 
 
 pkgname=powerdns
-pkgver=4.1.3
-pkgrel=5
+pkgver=4.1.4
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
 sysusers.conf)
-sha512sums=('a5201cf48911188db0c70cb44a27b9a6cebc16f6b740abdadd283dd53feedeed9cfa16ab833b8230f24790f349a0f2ebcca653ca502bb9b2c75d08bd7c60140c'
+sha512sums=('ae5cd89d039635beddcb9709d0f6b06321a923343900f88e536aac2feb1e08d41b466b6addb2399f50b20d7ac19fcf4c48d47d0d9219367b37b260c40863ad93'
 'SKIP'
 
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 



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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 19:52:56
  Author: dvzrv
Revision: 376455

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 19:52:48 UTC (rev 376454)
+++ PKGBUILD2018-09-03 19:52:56 UTC (rev 376455)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Liu 
-
-pkgbase=python-suds
-pkgname=(python-suds python2-suds)
-pkgver=0.6
-pkgrel=2
-pkgdesc="A lightweight SOAP python client"
-arch=('any')
-url="https://bitbucket.org/jurko/suds;
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/jurko/suds/get/release-$pkgver.tar.gz;)
-sha512sums=('9930c4e023e937e0f5323bcaae7017af6c4462c240d90cb77ec403da6f4f0ac1304013bdc30d9c0f2f778510b0762f9b771333f75e3dfb5a79dc24961a15c9be')
-
-prepare() {
-  mv jurko-suds-* $pkgbase-$pkgver
-  cp -a $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-suds() {
-  depends=('python')
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-suds() {
-  depends=('python2')
-
-  cd $pkgbase-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-suds/repos/community-any/PKGBUILD (from rev 376454, 
python-suds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 19:52:56 UTC (rev 376455)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Liu 
+
+pkgbase=python-suds
+pkgname=(python-suds python2-suds)
+pkgver=0.6
+pkgrel=3
+pkgdesc="A lightweight SOAP python client"
+arch=('any')
+url="https://bitbucket.org/jurko/suds;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/jurko/suds/get/release-$pkgver.tar.gz;)
+sha512sums=('9930c4e023e937e0f5323bcaae7017af6c4462c240d90cb77ec403da6f4f0ac1304013bdc30d9c0f2f778510b0762f9b771333f75e3dfb5a79dc24961a15c9be')
+
+prepare() {
+  mv jurko-suds-* $pkgbase-$pkgver
+  cp -a $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-suds() {
+  depends=('python')
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+  # https://bugs.archlinux.org/task/57562
+  local _py3_ver=$(python --version | cut -d " " -f2)
+  rm -rf "${pkgdir}/usr/lib/python${_py3_ver%"."*}/site-packages/tests"
+}
+
+package_python2-suds() {
+  depends=('python2')
+
+  cd $pkgbase-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" -O1
+  # https://bugs.archlinux.org/task/57562
+  local _py2_ver=$(python2 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
+  rm -rf "${pkgdir}/usr/lib/python${_py2_ver}/site-packages/tests"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 19:52:48
  Author: dvzrv
Revision: 376454

upgpkg: python-suds 0.6-3

Removing unit tests from package (FS#57562).

Modified:
  python-suds/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 19:35:23 UTC (rev 376453)
+++ PKGBUILD2018-09-03 19:52:48 UTC (rev 376454)
@@ -5,7 +5,7 @@
 pkgbase=python-suds
 pkgname=(python-suds python2-suds)
 pkgver=0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A lightweight SOAP python client"
 arch=('any')
 url="https://bitbucket.org/jurko/suds;
@@ -32,6 +32,9 @@
 
   cd $pkgbase-$pkgver
   python setup.py install --root="$pkgdir" -O1
+  # https://bugs.archlinux.org/task/57562
+  local _py3_ver=$(python --version | cut -d " " -f2)
+  rm -rf "${pkgdir}/usr/lib/python${_py3_ver%"."*}/site-packages/tests"
 }
 
 package_python2-suds() {
@@ -39,6 +42,9 @@
 
   cd $pkgbase-$pkgver-py2
   python2 setup.py install --root="$pkgdir" -O1
+  # https://bugs.archlinux.org/task/57562
+  local _py2_ver=$(python2 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
+  rm -rf "${pkgdir}/usr/lib/python${_py2_ver}/site-packages/tests"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 19:35:23
  Author: anthraxx
Revision: 376453

archrelease: copy trunk to community-any

Added:
  vim-ale/repos/community-any/PKGBUILD
(from rev 376452, vim-ale/trunk/PKGBUILD)
Deleted:
  vim-ale/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 19:35:16 UTC (rev 376452)
+++ PKGBUILD2018-09-03 19:35:23 UTC (rev 376453)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
-sha256sums=('df7958311f447a373a5016fdce5ca1c6f1e6ed1ef13d9193a8220e3f0541226a')
-sha512sums=('8ec81163c86d2b647451f2146a68715cba485d3318e01fbdd377528a882070be344cef345544386a400d46a4cae75e64d10caf1f7ad7cc951c73cca1a3fa30b4')
-
-package() {
-   cd ale-${pkgver}
-   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-   install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
-   cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \
-   "${pkgdir}/usr/share/vim/vimfiles"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-ale/repos/community-any/PKGBUILD (from rev 376452, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 19:35:23 UTC (rev 376453)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
+sha256sums=('27c6da870601a966f9ee359ea12dca04dd9a3fe5a43f94240c9fd4258ef02dd6')
+sha512sums=('29da24fc3a0aca1517aee2c18517ad3b9d7dedb52227b5ca570bb057c671ea27fd4f47766217eb7d3579cdc539eba8f3fe80b89e88371c9cbe5b73854219d435')
+
+package() {
+   cd ale-${pkgver}
+   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+   install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
+   cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \
+   "${pkgdir}/usr/share/vim/vimfiles"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 19:35:16
  Author: anthraxx
Revision: 376452

upgpkg: vim-ale 2.1.0-1

Modified:
  vim-ale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 19:30:59 UTC (rev 376451)
+++ PKGBUILD2018-09-03 19:35:16 UTC (rev 376452)
@@ -2,7 +2,7 @@
 # Contributor: David Thurstenson 
 
 pkgname=vim-ale
-pkgver=1.9.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Asynchronous Lint Engine'
 url='https://github.com/w0rp/ale'
@@ -13,8 +13,8 @@
 'flake8: for python support')
 groups=('vim-plugins')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
-sha256sums=('df7958311f447a373a5016fdce5ca1c6f1e6ed1ef13d9193a8220e3f0541226a')
-sha512sums=('8ec81163c86d2b647451f2146a68715cba485d3318e01fbdd377528a882070be344cef345544386a400d46a4cae75e64d10caf1f7ad7cc951c73cca1a3fa30b4')
+sha256sums=('27c6da870601a966f9ee359ea12dca04dd9a3fe5a43f94240c9fd4258ef02dd6')
+sha512sums=('29da24fc3a0aca1517aee2c18517ad3b9d7dedb52227b5ca570bb057c671ea27fd4f47766217eb7d3579cdc539eba8f3fe80b89e88371c9cbe5b73854219d435')
 
 package() {
cd ale-${pkgver}


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 19:30:50
  Author: anthraxx
Revision: 376450

upgpkg: gtest 1.8.1-1

Modified:
  gtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 19:07:27 UTC (rev 376449)
+++ PKGBUILD2018-09-03 19:30:50 UTC (rev 376450)
@@ -6,7 +6,7 @@
 
 pkgbase=gtest
 pkgname=('gtest' 'gmock')
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Google Test - C++ testing utility'
 url='https://github.com/google/googletest/'
@@ -19,7 +19,7 @@
 gtest.pc.in
 gmock-install.patch
 gmock.pc.in)
-sha512sums=('1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d'
+sha512sums=('e6283c667558e1fd6e49fa96e52af0e415a3c8037afe1d28b7ff1ec4c2ef8f49beb70a9327b7fc77eb4052a58c4ccad8b5260ec90e4bceeac7a46ff59c4369d7'
 
'7e9ad4cd470eaab7ed5fb1cce1d5721d40fc03a62b0c895b8f9657679ffa43f91b99800bb1e02a6c5c2d0a72e94bb8ea008aa6e74fdb1460b1326a84da5e9f91'
 
'df3d23bc53c3b4ab5bacb4b6fad8823870b2ba6b86017e1e99067fb547533a649f2c8e8a8634e3583b344230e1afc280a047d41330cbc7510cfd0c5e843594c3'
 
'2c2417c178485a590695f7d37b26fad3a1a1993fdc9a0c869c34fec83d51769b8057b4f67000e0585f61919c092175186252704a032e9b06bfc1f0e7c0b900f9'


[arch-commits] Commit in gtest/repos/community-x86_64 (10 files)

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 19:30:59
  Author: anthraxx
Revision: 376451

archrelease: copy trunk to community-x86_64

Added:
  gtest/repos/community-x86_64/PKGBUILD
(from rev 376450, gtest/trunk/PKGBUILD)
  gtest/repos/community-x86_64/gmock-install.patch
(from rev 376450, gtest/trunk/gmock-install.patch)
  gtest/repos/community-x86_64/gmock.pc.in
(from rev 376450, gtest/trunk/gmock.pc.in)
  gtest/repos/community-x86_64/gtest-pkgconfig.patch
(from rev 376450, gtest/trunk/gtest-pkgconfig.patch)
  gtest/repos/community-x86_64/gtest.pc.in
(from rev 376450, gtest/trunk/gtest.pc.in)
Deleted:
  gtest/repos/community-x86_64/PKGBUILD
  gtest/repos/community-x86_64/gmock-install.patch
  gtest/repos/community-x86_64/gmock.pc.in
  gtest/repos/community-x86_64/gtest-pkgconfig.patch
  gtest/repos/community-x86_64/gtest.pc.in

---+
 PKGBUILD  |  206 
 gmock-install.patch   |  158 ++--
 gmock.pc.in   |   20 ++--
 gtest-pkgconfig.patch |   54 ++--
 gtest.pc.in   |   20 ++--
 5 files changed, 229 insertions(+), 229 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 19:30:50 UTC (rev 376450)
+++ PKGBUILD2018-09-03 19:30:59 UTC (rev 376451)
@@ -1,103 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-# Contributor: Alexandre Bique 
-# Contributor: Louis R. Marascio 
-# Contributor: Cody Maloney 
-
-pkgbase=gtest
-pkgname=('gtest' 'gmock')
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Google Test - C++ testing utility'
-url='https://github.com/google/googletest/'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('python2' 'cmake' 'gcc-libs' 'sh')
-options=(!makeflags)
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/google/googletest/archive/release-${pkgver}.tar.gz
-gtest-pkgconfig.patch
-gtest.pc.in
-gmock-install.patch
-gmock.pc.in)
-sha512sums=('1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d'
-
'7e9ad4cd470eaab7ed5fb1cce1d5721d40fc03a62b0c895b8f9657679ffa43f91b99800bb1e02a6c5c2d0a72e94bb8ea008aa6e74fdb1460b1326a84da5e9f91'
-
'df3d23bc53c3b4ab5bacb4b6fad8823870b2ba6b86017e1e99067fb547533a649f2c8e8a8634e3583b344230e1afc280a047d41330cbc7510cfd0c5e843594c3'
-
'2c2417c178485a590695f7d37b26fad3a1a1993fdc9a0c869c34fec83d51769b8057b4f67000e0585f61919c092175186252704a032e9b06bfc1f0e7c0b900f9'
-
'3e4c2e96139292818d97b52536776b656bea30f119124dab4d5c2cb2f31098a3bfac928b74297f7c77229d3eb5fa3b734931c64d8bef2f867b585e43b390a59c')
-
-prepare() {
-  cd googletest-release-${pkgver}
-  find -name '*.py' -exec sed -i 's|env python|env python2|g' {} \;
-
-  msg2 "Preparing googletest..."
-  (cd googletest
-autoreconf -fvi
-cp "${srcdir}/gtest.pc.in" .
-sed -r "s|(Version:) .+|\1 ${pkgver}|" -i gtest.pc.in
-patch -p1 < "${srcdir}/gtest-pkgconfig.patch"
-mkdir build
-  )
-
-  msg2 "Preparing googlemock..."
-  patch -p1 < "${srcdir}/gmock-install.patch"
-  (cd googlemock
-cp "${srcdir}/gmock.pc.in" .
-autoreconf -fvi
-  )
-}
-
-build() {
-  cd googletest-release-${pkgver}
-
-  msg2 "Building googletest..."
-  (cd googletest
-# this is odd but needed only to generate gtest-config.
-./configure --prefix=/usr
-cd build
-cmake -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON \
-  -DCMAKE_SKIP_RPATH=ON ..
-make
-  )
-
-  msg2 "Building googlemock..."
-  (cd googlemock
-./configure --prefix=/usr --with-gtest --enable-external-gtest
-make
-  )
-}
-
-package_gtest() {
-  pkgdesc='Google Test - C++ testing utility based on the xUnit framework 
(like JUnit)'
-  depends=('gcc-libs' 'sh')
-
-  cd googletest-release-${pkgver}/googletest
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md CHANGES CONTRIBUTORS -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 755 scripts/gtest-config -t "${pkgdir}/usr/bin"
-  install -Dm 644 build/libgtest{,_main}.so -t "${pkgdir}/usr/lib"
-  install -Dm 644 m4/gtest.m4 -t "${pkgdir}/usr/share/aclocal"
-  install -Dm 644 cmake/* -t "${pkgdir}/usr/src/gtest/cmake"
-  install -Dm 644 src/* -t "${pkgdir}/usr/src/gtest/src"
-  install -d "${pkgdir}/usr/include"
-  cp -r include/gtest -t "${pkgdir}/usr/include"
-
-  # undo pkg-config patch so subprojects including this don't try to generate 
it
-  patch -Rp1 < "${srcdir}/gtest-pkgconfig.patch"
-  install -Dm 644 CMakeLists.txt -t "${pkgdir}/usr/src/gtest"
-}
-
-package_gmock() {
-  pkgdesc='Google Mock - A library for writing and using C++ mock classes'
-  depends=('python2' 'gtest' 'gcc-libs' 'sh')
-
-  cd googletest-release-${pkgver}/googlemock
-  make --trace -w -j1 DESTDIR="${pkgdir}" install

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

2018-09-03 Thread Jan Steffens via arch-commits
Date: Monday, September 3, 2018 @ 19:15:29
  Author: heftig
Revision: 333233

FS#59833: Disable BPFILTER

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 19:15:26 UTC (rev 333232)
+++ PKGBUILD2018-09-03 19:15:29 UTC (rev 333233)
@@ -27,7 +27,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'303aa10fe7596346a8c3f5ffe46f7528711c182d6576a47ec5d25d5dcce7b435'
+'83d768f19193f6795b8159d81c6775b9f62f4994f2a0d8371ac243e7b0890db8'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-09-03 19:15:26 UTC (rev 333232)
+++ config  2018-09-03 19:15:29 UTC (rev 333233)
@@ -1465,8 +1465,7 @@
 CONFIG_BRIDGE_EBT_SNAT=m
 CONFIG_BRIDGE_EBT_LOG=m
 CONFIG_BRIDGE_EBT_NFLOG=m
-CONFIG_BPFILTER=y
-CONFIG_BPFILTER_UMH=m
+# CONFIG_BPFILTER is not set
 CONFIG_IP_DCCP=m
 CONFIG_INET_DCCP_DIAG=m
 


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

2018-09-03 Thread Jan Steffens via arch-commits
Date: Monday, September 3, 2018 @ 19:15:26
  Author: heftig
Revision: 333232

Revert "Enable TXT, SELinux and AppArmor"

All of these require significant userspace support. SELinux in
particular requires linking against its library in numerous places,
including coreutils. This makes making them available in the kernel of
dubious value. Still, AppArmor and SELinux are available in
linux-hardened for those who want it.

This reverts commit 8215d0422d37317bd154497a2240ebbdd14c131d.

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |2 +-
 config   |   19 +++
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 18:44:47 UTC (rev 333231)
+++ PKGBUILD2018-09-03 19:15:26 UTC (rev 333232)
@@ -27,7 +27,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'d2e706aeae315a6837991e8653e873c3ed6ff1aef25a28b2442119fef7f27fe2'
+'303aa10fe7596346a8c3f5ffe46f7528711c182d6576a47ec5d25d5dcce7b435'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-09-03 18:44:47 UTC (rev 333231)
+++ config  2018-09-03 19:15:26 UTC (rev 333232)
@@ -9255,8 +9255,7 @@
 CONFIG_SECURITY_INFINIBAND=y
 CONFIG_SECURITY_NETWORK_XFRM=y
 CONFIG_SECURITY_PATH=y
-CONFIG_INTEL_TXT=y
-CONFIG_LSM_MMAP_MIN_ADDR=65536
+# CONFIG_INTEL_TXT is not set
 CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
 CONFIG_HARDENED_USERCOPY=y
 CONFIG_HARDENED_USERCOPY_FALLBACK=y
@@ -9263,25 +9262,13 @@
 # CONFIG_HARDENED_USERCOPY_PAGESPAN is not set
 CONFIG_FORTIFY_SOURCE=y
 # CONFIG_STATIC_USERMODEHELPER is not set
-CONFIG_SECURITY_SELINUX=y
-CONFIG_SECURITY_SELINUX_BOOTPARAM=y
-CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0
-# CONFIG_SECURITY_SELINUX_DISABLE is not set
-CONFIG_SECURITY_SELINUX_DEVELOP=y
-CONFIG_SECURITY_SELINUX_AVC_STATS=y
-CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
+# CONFIG_SECURITY_SELINUX is not set
 # CONFIG_SECURITY_SMACK is not set
 # CONFIG_SECURITY_TOMOYO is not set
-CONFIG_SECURITY_APPARMOR=y
-CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0
-CONFIG_SECURITY_APPARMOR_HASH=y
-CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
-# CONFIG_SECURITY_APPARMOR_DEBUG is not set
+# CONFIG_SECURITY_APPARMOR is not set
 # CONFIG_SECURITY_LOADPIN is not set
 CONFIG_SECURITY_YAMA=y
 # CONFIG_INTEGRITY is not set
-# CONFIG_DEFAULT_SECURITY_SELINUX is not set
-# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
 CONFIG_DEFAULT_SECURITY_DAC=y
 CONFIG_DEFAULT_SECURITY=""
 CONFIG_XOR_BLOCKS=m


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 19:07:20
  Author: anthraxx
Revision: 376448

upgpkg: impacket 0.9.17-1

Modified:
  impacket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 18:57:05 UTC (rev 376447)
+++ PKGBUILD2018-09-03 19:07:20 UTC (rev 376448)
@@ -3,16 +3,16 @@
 # Contributor: Paolo Giangrandi 
 
 pkgname=impacket
-pkgver=0.9.15
+pkgver=0.9.17
 pkgrel=1
 pkgdesc='Collection of classes for working with network protocols'
 url='https://github.com/CoreSecurity/impacket'
 arch=('any')
 license=('Apache')
-depends=('python2-crypto' 'python2-pyasn1' 'python2-pcapy' 'python2-pyopenssl')
-checkdepends=('python2-pytest')
+depends=('python2-crypto' 'python2-pyasn1' 'python2-pcapy' 'python2-pyopenssl' 
'python2-six' 'python2-ldap3' 'python2-flask')
+checkdepends=('python2-pytest' 'python2-pytest-runner')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz)
-sha512sums=('31b1b059d01071319bccfc9a57b23eed175bfba61961ec425553916e7d1940ff6ef53d79ef5e43963e1b4f6037f50489ad22cd6935a53f2cd82bc5b2c6d741ce')
+sha512sums=('c6a84b5f3e0e08bc44c6648c0c65048c5b9ee63ce7706896f4f9a3c061b3bf64e5e68ca87794162cfc730144eff60c392eea2548edeaba61e04350c857e69c9b')
 
 prepare() {
   cd ${pkgname}-${pkgname}_${pkgver//./_}
@@ -19,11 +19,17 @@
   find . -type f -exec sed -r 's|(#!/usr/bin/(env )?python)$|\12|' -i '{}' \;
 }
 
+package() {
+  cd ${pkgname}-${pkgname}_${pkgver//./_}
+  python2 setup.py build
+}
+
 check() {
   cd ${pkgname}-${pkgname}_${pkgver//./_}
+  python2 setup.py test
   PYTHONPATH="./impacket:${PYTHONPATH}" \
 PYTHONDONTWRITEBYTECODE=1 \
-py.test2 impacket/testcases/ImpactPacket
+py.test2 tests/ImpactPacket
 }
 
 package() {


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 19:07:27
  Author: anthraxx
Revision: 376449

archrelease: copy trunk to community-any

Added:
  impacket/repos/community-any/PKGBUILD
(from rev 376448, impacket/trunk/PKGBUILD)
Deleted:
  impacket/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 19:07:20 UTC (rev 376448)
+++ PKGBUILD2018-09-03 19:07:27 UTC (rev 376449)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sirat18 
-# Contributor: Paolo Giangrandi 
-
-pkgname=impacket
-pkgver=0.9.15
-pkgrel=1
-pkgdesc='Collection of classes for working with network protocols'
-url='https://github.com/CoreSecurity/impacket'
-arch=('any')
-license=('Apache')
-depends=('python2-crypto' 'python2-pyasn1' 'python2-pcapy' 'python2-pyopenssl')
-checkdepends=('python2-pytest')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz)
-sha512sums=('31b1b059d01071319bccfc9a57b23eed175bfba61961ec425553916e7d1940ff6ef53d79ef5e43963e1b4f6037f50489ad22cd6935a53f2cd82bc5b2c6d741ce')
-
-prepare() {
-  cd ${pkgname}-${pkgname}_${pkgver//./_}
-  find . -type f -exec sed -r 's|(#!/usr/bin/(env )?python)$|\12|' -i '{}' \;
-}
-
-check() {
-  cd ${pkgname}-${pkgname}_${pkgver//./_}
-  PYTHONPATH="./impacket:${PYTHONPATH}" \
-PYTHONDONTWRITEBYTECODE=1 \
-py.test2 impacket/testcases/ImpactPacket
-}
-
-package() {
-  cd ${pkgname}-${pkgname}_${pkgver//./_}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  ln -s "/usr/lib/python${PYTHONVERSION}/site-packages/impacket/examples" 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: impacket/repos/community-any/PKGBUILD (from rev 376448, 
impacket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 19:07:27 UTC (rev 376449)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sirat18 
+# Contributor: Paolo Giangrandi 
+
+pkgname=impacket
+pkgver=0.9.17
+pkgrel=1
+pkgdesc='Collection of classes for working with network protocols'
+url='https://github.com/CoreSecurity/impacket'
+arch=('any')
+license=('Apache')
+depends=('python2-crypto' 'python2-pyasn1' 'python2-pcapy' 'python2-pyopenssl' 
'python2-six' 'python2-ldap3' 'python2-flask')
+checkdepends=('python2-pytest' 'python2-pytest-runner')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz)
+sha512sums=('c6a84b5f3e0e08bc44c6648c0c65048c5b9ee63ce7706896f4f9a3c061b3bf64e5e68ca87794162cfc730144eff60c392eea2548edeaba61e04350c857e69c9b')
+
+prepare() {
+  cd ${pkgname}-${pkgname}_${pkgver//./_}
+  find . -type f -exec sed -r 's|(#!/usr/bin/(env )?python)$|\12|' -i '{}' \;
+}
+
+package() {
+  cd ${pkgname}-${pkgname}_${pkgver//./_}
+  python2 setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgname}_${pkgver//./_}
+  python2 setup.py test
+  PYTHONPATH="./impacket:${PYTHONPATH}" \
+PYTHONDONTWRITEBYTECODE=1 \
+py.test2 tests/ImpactPacket
+}
+
+package() {
+  cd ${pkgname}-${pkgname}_${pkgver//./_}
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  ln -s "/usr/lib/python${PYTHONVERSION}/site-packages/impacket/examples" 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 18:56:57
  Author: anthraxx
Revision: 376446

upgpkg: gradle 4.10-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 18:38:39 UTC (rev 376445)
+++ PKGBUILD2018-09-03 18:56:57 UTC (rev 376446)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.9
+pkgver=4.10
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -14,9 +14,9 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha256sums=('39e2d5803bbd5eaf6c8efe07067b0e5a00235e8c71318642b2ed262920b27721'
+sha256sums=('fc049dcbcb245d5892bebae143bd515a78f6a5a93cec99d489b312dc0ce4aad9'
 '7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('e39ec89c2082e5d0c2f6c1d1f968045238056bf09108997b85e03b7493227c3d9d9c289f5b47e0c7aac5049885de89d22d3dcc3a4cd88a8d60229c0bfc95cb2b'
+sha512sums=('6634e1119179a752a3f0f0b27cad39b57c9f965dd4c23c8a58bf9b052d145568bf2a09538985fad6963624679525b9e6221ca93f73c4bd28f7c312bfa237dcbd'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 18:57:05
  Author: anthraxx
Revision: 376447

archrelease: copy trunk to community-any

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

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

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

Copied: gradle/repos/community-any/PKGBUILD (from rev 376446, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 18:57:05 UTC (rev 376447)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=4.10
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha256sums=('fc049dcbcb245d5892bebae143bd515a78f6a5a93cec99d489b312dc0ce4aad9'
+'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+sha512sums=('6634e1119179a752a3f0f0b27cad39b57c9f965dd4c23c8a58bf9b052d145568bf2a09538985fad6963624679525b9e6221ca93f73c4bd28f7c312bfa237dcbd'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
+
+  # create the necessary 

[arch-commits] Commit in steam/repos/multilib-x86_64 (8 files)

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 18:38:39
  Author: anthraxx
Revision: 376445

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 376444, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 376444, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/steam-native.sh
(from rev 376444, steam/trunk/steam-native.sh)
  steam/repos/multilib-x86_64/steam-runtime.sh
(from rev 376444, steam/trunk/steam-runtime.sh)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-x86_64/steam-native.sh
  steam/repos/multilib-x86_64/steam-runtime.sh

+
 PKGBUILD   |  126 +--
 alsa_sdl_audiodriver.patch |   28 -
 steam-native.sh|   16 ++---
 steam-runtime.sh   |8 +-
 4 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 18:38:08 UTC (rev 376444)
+++ PKGBUILD2018-09-03 18:38:39 UTC (rev 376445)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Wallace 
-# Contributor: K900 
-
-pkgname=steam
-pkgver=1.0.0.55
-pkgrel=1
-pkgdesc="Valve's digital software delivery system"
-url='http://steampowered.com/'
-arch=('x86_64')
-license=('custom')
-depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus' 
'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity')
-depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss' 
'lib32-alsa-plugins')
-optdepends=('steam-native-runtime: steam native runtime support')
-source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz
-steam-runtime.sh
-steam-native.sh
-alsa_sdl_audiodriver.patch)
-sha512sums=('d61ee38b88f4eeb4a26bd581a6a17845614d30b7648b966559769d374b5a4b6bb8fc5251d6df7503ef0ccb31584393a13c589243ef15c35b21e786bf9540'
-
'da40f8e814f547f6a14901d753a2ffed1a4cf83df9200ee86e83a470b57b3103c3fbfb7cc77166ff1db646cbb306d6a41e79450cc1ea113d68a2defc55168ee2'
-
'32a12cb011eff4d9d4caf54a5c04f622b6301977258e86597be9c4622f87b0ea329bb31e963ecb56ce738ccc2e4d1068fb2b65bdd5ac1758bcd25296d4dab6d6'
-
'5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5')
-prepare() {
-  cd ${pkgname}
-  patch -Np1 < "${srcdir}/alsa_sdl_audiodriver.patch"
-
-  # apply roundups for udev rules
-  sed -r 's|("0666")|"0660", TAG+="uaccess"|g' -i 
lib/udev/rules.d/99-steam-controller-perms.rules
-  sed -r 's|("misc")|\1, OPTIONS+="static_node=uinput"|g' -i 
lib/udev/rules.d/99-steam-controller-perms.rules
-  sed -r 's|(, TAG\+="uaccess")|, MODE="0660"\1|g' -i 
lib/udev/rules.d/60-HTC-Vive-perms.rules
-
-  # separated runtime/native desktop files
-  cp steam{,-native}.desktop
-  sed -r 's|(Name=Steam)|\1 (Runtime)|' -i steam.desktop
-  sed -r 's|(/usr/bin/steam)|\1-runtime|' -i steam.desktop
-  sed -r 's|(Name=Steam)|\1 (Native)|' -i steam-native.desktop
-  sed -r 's|(/usr/bin/steam)|\1-native|' -i steam-native.desktop
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 755 "${srcdir}/steam-runtime.sh" 
"${pkgdir}/usr/bin/steam-runtime"
-  install -Dm 755 "${srcdir}/steam-native.sh" "${pkgdir}/usr/bin/steam-native"
-  install -d "${pkgdir}/usr/lib/steam"
-  mv "${pkgdir}/usr/bin/steam" "${pkgdir}/usr/lib/steam/steam"
-  ln -sf /usr/bin/steam-runtime "${pkgdir}/usr/bin/steam"
-
-  install -Dm 644 steam-native.desktop -t "${pkgdir}/usr/share/applications"
-  install -Dm 644 COPYING steam_subscriber_agreement.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 debian/changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # blank steamdeps because apt-get
-  ln -sf /usr/bin/true "${pkgdir}/usr/bin/steamdeps"
-
-  install -Dm 644 lib/udev/rules.d/99-steam-controller-perms.rules \
-"${pkgdir}/usr/lib/udev/rules.d/70-steam-controller.rules"
-  install -Dm 644 lib/udev/rules.d/60-HTC-Vive-perms.rules \
-"${pkgdir}/usr/lib/udev/rules.d/70-htc-vive.rules"
-}
-
-# vim: ts=2 sw=2 et:

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 376444, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 18:38:39 UTC (rev 376445)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: K900 
+
+pkgname=steam
+pkgver=1.0.0.56
+pkgrel=1
+pkgdesc="Valve's digital software delivery system"
+url='http://steampowered.com/'
+arch=('x86_64')
+license=('custom')
+depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus' 
'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity')

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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 18:38:08
  Author: anthraxx
Revision: 376444

upgpkg: steam 1.0.0.56-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 18:30:33 UTC (rev 376443)
+++ PKGBUILD2018-09-03 18:38:08 UTC (rev 376444)
@@ -3,7 +3,7 @@
 # Contributor: K900 
 
 pkgname=steam
-pkgver=1.0.0.55
+pkgver=1.0.0.56
 pkgrel=1
 pkgdesc="Valve's digital software delivery system"
 url='http://steampowered.com/'
@@ -16,7 +16,7 @@
 steam-runtime.sh
 steam-native.sh
 alsa_sdl_audiodriver.patch)
-sha512sums=('d61ee38b88f4eeb4a26bd581a6a17845614d30b7648b966559769d374b5a4b6bb8fc5251d6df7503ef0ccb31584393a13c589243ef15c35b21e786bf9540'
+sha512sums=('17fdd26b829a5860520d955326af88ebacda18183fbf9a70cbb38a9c593cc6c3e85237ec0be598e80a3e1d2bc4354a4933e372321ce0b8716ac481cfb3d7a5e0'
 
'da40f8e814f547f6a14901d753a2ffed1a4cf83df9200ee86e83a470b57b3103c3fbfb7cc77166ff1db646cbb306d6a41e79450cc1ea113d68a2defc55168ee2'
 
'32a12cb011eff4d9d4caf54a5c04f622b6301977258e86597be9c4622f87b0ea329bb31e963ecb56ce738ccc2e4d1068fb2b65bdd5ac1758bcd25296d4dab6d6'
 
'5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5')
@@ -25,9 +25,9 @@
   patch -Np1 < "${srcdir}/alsa_sdl_audiodriver.patch"
 
   # apply roundups for udev rules
-  sed -r 's|("0666")|"0660", TAG+="uaccess"|g' -i 
lib/udev/rules.d/99-steam-controller-perms.rules
-  sed -r 's|("misc")|\1, OPTIONS+="static_node=uinput"|g' -i 
lib/udev/rules.d/99-steam-controller-perms.rules
-  sed -r 's|(, TAG\+="uaccess")|, MODE="0660"\1|g' -i 
lib/udev/rules.d/60-HTC-Vive-perms.rules
+  sed -r 's|("0666")|"0660", TAG+="uaccess"|g' -i 
lib/udev/rules.d/60-steam-input.rules
+  sed -r 's|("misc")|\1, OPTIONS+="static_node=uinput"|g' -i 
lib/udev/rules.d/60-steam-input.rules
+  sed -r 's|(, TAG\+="uaccess")|, MODE="0660"\1|g' -i 
lib/udev/rules.d/60-steam-vr.rules
 
   # separated runtime/native desktop files
   cp steam{,-native}.desktop
@@ -54,10 +54,10 @@
   # blank steamdeps because apt-get
   ln -sf /usr/bin/true "${pkgdir}/usr/bin/steamdeps"
 
-  install -Dm 644 lib/udev/rules.d/99-steam-controller-perms.rules \
-"${pkgdir}/usr/lib/udev/rules.d/70-steam-controller.rules"
-  install -Dm 644 lib/udev/rules.d/60-HTC-Vive-perms.rules \
-"${pkgdir}/usr/lib/udev/rules.d/70-htc-vive.rules"
+  install -Dm 644 lib/udev/rules.d/60-steam-input.rules \
+"${pkgdir}/usr/lib/udev/rules.d/70-steam-input.rules"
+  install -Dm 644 lib/udev/rules.d/60-steam-vr.rules \
+"${pkgdir}/usr/lib/udev/rules.d/70-steam-vr.rules"
 }
 
 # vim: ts=2 sw=2 et:


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 18:30:33
  Author: dvzrv
Revision: 376443

archrelease: copy trunk to community-x86_64

Added:
  setbfree/repos/community-x86_64/PKGBUILD
(from rev 376442, setbfree/trunk/PKGBUILD)
Deleted:
  setbfree/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 18:30:26 UTC (rev 376442)
+++ PKGBUILD2018-09-03 18:30:33 UTC (rev 376443)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Johannes Maibaum 
-# Contributor: Christopher Arndt 
-_name=setBfree
-pkgname=setbfree
-pkgver=0.8.8
-pkgrel=2
-pkgdesc="DSP tonewheel organ"
-arch=('x86_64')
-url="http://setbfree.org;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('ftgl' 'jack' 'liblo' 'pango')
-makedepends=('gendesk' 'lv2' 'ttf-dejavu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pantherb/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('b4a1031c9e133275d4ce1d7a40f872606ee3862e10443e1e4cdd6e526e36c77f5ed64a84f66639370fa61dd2ecaf9b355fea3f5a8b6161c573fb176c6d5c835e')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-  # XDG desktop files
-  gendesk -n \
-  --pkgname ${_name} \
-  --pkgdesc "${pkgdesc}" \
-  --name setbfree \
-  --categories "AudioVideo;Audio"
-  gendesk -n \
-  --pkgname x42-whirl \
-  --pkgdesc "Leslie speaker emulation as JACK client" \
-  --name x42-whirl \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-  # xdg desktop files
-  install -vDm 644 ../x42-whirl.desktop -t "${pkgdir}/usr/share/applications"
-  install -vDm 644 ../${_name}.desktop \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  # icons
-  install -vDm 644 doc/{${_name},x42-whirl}.png \
--t "${pkgdir}/usr/share/pixmaps/"
-  # man
-  install -vDm 644 doc/*.1 -t "${pkgdir}/usr/share/man/man1/"
-  # docs
-  install -vDm 644 {AUTHORS,ChangeLog,README.md} doc/*.png \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: setbfree/repos/community-x86_64/PKGBUILD (from rev 376442, 
setbfree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 18:30:33 UTC (rev 376443)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Johannes Maibaum 
+# Contributor: Christopher Arndt 
+_name=setBfree
+pkgname=setbfree
+pkgver=0.8.8
+pkgrel=3
+pkgdesc="DSP tonewheel organ"
+arch=('x86_64')
+url="http://setbfree.org;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('ftgl' 'jack' 'liblo' 'pango')
+makedepends=('gendesk' 'lv2' 'ttf-dejavu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pantherb/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('b4a1031c9e133275d4ce1d7a40f872606ee3862e10443e1e4cdd6e526e36c77f5ed64a84f66639370fa61dd2ecaf9b355fea3f5a8b6161c573fb176c6d5c835e')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+  # XDG desktop files
+  gendesk -n \
+  --pkgname "${_name}" \
+  --pkgdesc "${pkgdesc}" \
+  --exec "${_name}UI" \
+  --name "${_name}" \
+  --categories "AudioVideo;Audio"
+  gendesk -n \
+  --pkgname x42-whirl \
+  --pkgdesc "Leslie speaker emulation as JACK client" \
+  --name x42-whirl \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # xdg desktop files
+  install -vDm 644 ../x42-whirl.desktop -t "${pkgdir}/usr/share/applications"
+  install -vDm 644 ../${_name}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  # icons
+  install -vDm 644 doc/{${_name},x42-whirl}.png \
+-t "${pkgdir}/usr/share/pixmaps/"
+  # man
+  install -vDm 644 doc/*.1 -t "${pkgdir}/usr/share/man/man1/"
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,README.md} doc/*.png \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 18:30:26
  Author: dvzrv
Revision: 376442

upgpkg: setbfree 0.8.8-3

Fixing setBfree desktop file to use setBfreeUI.

Modified:
  setbfree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 18:15:59 UTC (rev 376441)
+++ PKGBUILD2018-09-03 18:30:26 UTC (rev 376442)
@@ -5,7 +5,7 @@
 _name=setBfree
 pkgname=setbfree
 pkgver=0.8.8
-pkgrel=2
+pkgrel=3
 pkgdesc="DSP tonewheel organ"
 arch=('x86_64')
 url="http://setbfree.org;
@@ -21,9 +21,10 @@
   export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
   # XDG desktop files
   gendesk -n \
-  --pkgname ${_name} \
+  --pkgname "${_name}" \
   --pkgdesc "${pkgdesc}" \
-  --name setbfree \
+  --exec "${_name}UI" \
+  --name "${_name}" \
   --categories "AudioVideo;Audio"
   gendesk -n \
   --pkgname x42-whirl \


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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 18:15:59
  Author: dvzrv
Revision: 376441

archrelease: copy trunk to community-x86_64

Added:
  ardour/repos/community-x86_64/.contrib
(from rev 376440, ardour/trunk/.contrib)
  ardour/repos/community-x86_64/PKGBUILD
(from rev 376440, ardour/trunk/PKGBUILD)
Deleted:
  ardour/repos/community-x86_64/.contrib
  ardour/repos/community-x86_64/PKGBUILD

--+
 .contrib |4 +-
 PKGBUILD |  107 +++--
 2 files changed, 58 insertions(+), 53 deletions(-)

Deleted: .contrib
===
--- .contrib2018-09-03 18:15:51 UTC (rev 376440)
+++ .contrib2018-09-03 18:15:59 UTC (rev 376441)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros 
-# Contributor: Uli Armbruster 

Copied: ardour/repos/community-x86_64/.contrib (from rev 376440, 
ardour/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2018-09-03 18:15:59 UTC (rev 376441)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros 
+# Contributor: Uli Armbruster 

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 18:15:51 UTC (rev 376440)
+++ PKGBUILD2018-09-03 18:15:59 UTC (rev 376441)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: SpepS 
-
-_name=Ardour
-pkgname=ardour
-pkgver=5.12
-pkgrel=6
-pkgdesc="Professional-grade digital audio workstation"
-arch=('x86_64')
-url="https://ardour.org/;
-license=('GPL')
-groups=('pro-audio')
-depends=('liblrdf' 'libarchive' 'liblo' 'lilv' 'suil' 'taglib' 'aubio'
-'rubberband' 'gtkmm')
-makedepends=('boost' 'cppunit' 'git' 'itstool' 'python2')
-optdepends=('xjadeo: video monitoring'
-'harvid: video timeline')
-source=("${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver};)
-sha512sums=('SKIP')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf configure --prefix=/usr \
-   --configdir=/etc \
-   --with-backends="jack,alsa,dummy" \
-   --libjack=weak \
-   --optimize \
-   --cxx11 \
-   --freedesktop \
-   --ptformat \
-   --no-phone-home
-  python2 waf build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-  # xdg integration
-  install -vDm644 "build/gtk2_${pkgname}/${pkgname}.xml" \
-"${pkgdir}/usr/share/mime/application/x-${pkgname}.xml"
-  install -vDm644 "build/gtk2_${pkgname}/${pkgname}${pkgver%%.*}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  for size in 16 22 32 48 256 512; do
-install -vDm644 "gtk2_${pkgname}/resources/${_name}-icon_${size}px.png" \
-  
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}${pkgver%%.*}.png"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/community-x86_64/PKGBUILD (from rev 376440, 
ardour/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 18:15:59 UTC (rev 376441)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: SpepS 
+
+_name=Ardour
+pkgname=ardour
+pkgver=5.12
+pkgrel=7
+pkgdesc="Professional-grade digital audio workstation"
+arch=('x86_64')
+url="https://ardour.org/;
+license=('GPL')
+groups=('pro-audio')
+depends=('liblrdf' 'libarchive' 'liblo' 'lilv' 'suil' 'taglib' 'aubio'
+'rubberband' 'gtkmm')
+makedepends=('boost' 'cppunit' 'git' 'itstool' 'python2')
+optdepends=('xjadeo: video monitoring'
+'harvid: video timeline')
+source=("${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver};)
+sha512sums=('SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf configure --prefix=/usr \
+--configdir=/etc \
+--with-backends="jack,alsa,dummy" \
+--libjack=weak \
+--nls \
+--optimize \
+--cxx11 \
+--freedesktop \
+--ptformat \
+--lxvst \
+--no-phone-home
+  python2 waf build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf i18n --destdir="${pkgdir}"
+  python2 waf install --destdir="${pkgdir}"
+  # xdg integration
+  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}.xml" \
+"${pkgdir}/usr/share/mime/application/x-${pkgname}.xml"
+  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}${pkgver%%.*}.desktop" \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  for size in 16 22 32 48 256 512; do
+install -vDm 644 

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

2018-09-03 Thread David Runge via arch-commits
Date: Monday, September 3, 2018 @ 18:15:51
  Author: dvzrv
Revision: 376440

upgpkg: ardour 5.12-7

Adding localization and man pages.

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 18:03:32 UTC (rev 376439)
+++ PKGBUILD2018-09-03 18:15:51 UTC (rev 376440)
@@ -6,7 +6,7 @@
 _name=Ardour
 pkgname=ardour
 pkgver=5.12
-pkgrel=6
+pkgrel=7
 pkgdesc="Professional-grade digital audio workstation"
 arch=('x86_64')
 url="https://ardour.org/;
@@ -23,29 +23,34 @@
 build() {
   cd "${pkgname}-${pkgver}"
   python2 waf configure --prefix=/usr \
-   --configdir=/etc \
-   --with-backends="jack,alsa,dummy" \
-   --libjack=weak \
-   --optimize \
-   --cxx11 \
-   --freedesktop \
-   --ptformat \
-   --no-phone-home
+--configdir=/etc \
+--with-backends="jack,alsa,dummy" \
+--libjack=weak \
+--nls \
+--optimize \
+--cxx11 \
+--freedesktop \
+--ptformat \
+--lxvst \
+--no-phone-home
   python2 waf build
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
+  python2 waf i18n --destdir="${pkgdir}"
   python2 waf install --destdir="${pkgdir}"
   # xdg integration
-  install -vDm644 "build/gtk2_${pkgname}/${pkgname}.xml" \
+  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}.xml" \
 "${pkgdir}/usr/share/mime/application/x-${pkgname}.xml"
-  install -vDm644 "build/gtk2_${pkgname}/${pkgname}${pkgver%%.*}.desktop" \
+  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}${pkgver%%.*}.desktop" \
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
   for size in 16 22 32 48 256 512; do
-install -vDm644 "gtk2_${pkgname}/resources/${_name}-icon_${size}px.png" \
+install -vDm 644 "gtk2_${pkgname}/resources/${_name}-icon_${size}px.png" \
   
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}${pkgver%%.*}.png"
   done
+  # man pages
+  install -vDm 644 "${pkgname}.1"* -t "${pkgdir}/usr/share/man/man1/"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-09-03 Thread Jonathan Steel via arch-commits
Date: Monday, September 3, 2018 @ 18:03:32
  Author: jsteel
Revision: 376439

archrelease: copy trunk to community-any

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

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

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

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


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

2018-09-03 Thread Jonathan Steel via arch-commits
Date: Monday, September 3, 2018 @ 18:03:15
  Author: jsteel
Revision: 376437

archrelease: copy trunk to community-any

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

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

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

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


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

2018-09-03 Thread Jonathan Steel via arch-commits
Date: Monday, September 3, 2018 @ 18:03:24
  Author: jsteel
Revision: 376438

upgpkg: python-boto3 1.8.6-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 18:03:15 UTC (rev 376437)
+++ PKGBUILD2018-09-03 18:03:24 UTC (rev 376438)
@@ -4,7 +4,7 @@
 
 pkgbase=python-boto3
 pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.8.5
+pkgver=1.8.6
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('cc51f4410c77ec98adf284bef969331ad16bf96e54a9fd6646b5a9b63b9955405e6f2215bc2564b43b8521409658be3cc64fc33a232012f6ae01100fa132')
+sha512sums=('8dc2b22bee23afab5061589acdd15e3142063a5838c42e7a052ac1661d775e472a1dc3b2b6a70efb931177162771ed2f3979b944cbfe11a4cf52a7ea854b8d4a')
 
 prepare() {
   cp -r "boto3-$pkgver" "python-boto3-$pkgver"


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

2018-09-03 Thread Jonathan Steel via arch-commits
Date: Monday, September 3, 2018 @ 18:03:07
  Author: jsteel
Revision: 376436

upgpkg: aws-cli 1.16.6-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 18:02:51 UTC (rev 376435)
+++ PKGBUILD2018-09-03 18:03:07 UTC (rev 376436)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.16.5
+pkgver=1.16.6
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -11,10 +11,10 @@
 license=('Apache')
 depends=('python-botocore' 'python-dateutil' 'python-jmespath'
  'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
+ 'python-s3transfer' 'python-yaml' 'python-urllib3')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3ec40aeee158726b666f7ba63bcca1e1')
+md5sums=('82d31284f6fdacbe284b7a5dad08cab4')
 
 build() {
   cd $pkgname-$pkgver


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

2018-09-03 Thread Jonathan Steel via arch-commits
Date: Monday, September 3, 2018 @ 18:02:38
  Author: jsteel
Revision: 376434

upgpkg: python-botocore 1.11.6-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 17:39:31 UTC (rev 376433)
+++ PKGBUILD2018-09-03 18:02:38 UTC (rev 376434)
@@ -5,7 +5,7 @@
 
 pkgbase=python-botocore
 pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.11.5
+pkgver=1.11.6
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('721a3c461a0586a4d278eee3c5aea14a')
+md5sums=('352895bcffde3978f411bc1126c62126')
 
 prepare() {
   cp -r "botocore-$pkgver" "python-botocore-$pkgver"


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

2018-09-03 Thread Jonathan Steel via arch-commits
Date: Monday, September 3, 2018 @ 18:02:51
  Author: jsteel
Revision: 376435

archrelease: copy trunk to community-any

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

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

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

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


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

2018-09-03 Thread Evangelos Foutras via arch-commits
Date: Monday, September 3, 2018 @ 17:52:24
  Author: foutrelis
Revision: 333229

upgpkg: sudo 1.8.25-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 17:41:24 UTC (rev 333228)
+++ PKGBUILD2018-09-03 17:52:24 UTC (rev 333229)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=sudo
-_sudover=1.8.24
+_sudover=1.8.25
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.pam)
-sha256sums=('b488557a198ecef30b7ad4011b59a66232dec2364ad956e11d8e17906c225be8'
+sha256sums=('9dcf0f61f663b4051d4b37a57f2da9d2800182b8c19205edde616fc9d935dc41'
 'SKIP'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB')


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

2018-09-03 Thread Evangelos Foutras via arch-commits
Date: Monday, September 3, 2018 @ 17:52:32
  Author: foutrelis
Revision: 333230

archrelease: copy trunk to testing-x86_64

Added:
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 333229, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 333229, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 333229, sudo/trunk/sudo.pam)

--+
 PKGBUILD |   72 +
 sudo.install |9 +++
 sudo.pam |4 +++
 3 files changed, 85 insertions(+)

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 333229, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-03 17:52:32 UTC (rev 333230)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.25
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('x86_64')
+url="https://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'libgcrypt' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('9dcf0f61f663b4051d4b37a57f2da9d2800182b8c19205edde616fc9d935dc41'
+'SKIP'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_sudover"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_sudover"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--enable-gcrypt \
+--enable-tmpfiles.d \
+--with-pam \
+--with-sssd \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt="[sudo] password for %p: " \
+--with-all-insults
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make DESTDIR="$pkgdir" install
+
+  # Remove sudoers.dist; not needed since pacman manages updates to sudoers
+  rm "$pkgdir/etc/sudoers.dist"
+
+  # Remove /run/sudo directory; we create it using systemd-tmpfiles
+  rmdir "$pkgdir/run/sudo"
+  rmdir "$pkgdir/run"
+
+  install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
+
+  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-x86_64/sudo.install (from rev 333229, 
sudo/trunk/sudo.install)
===
--- testing-x86_64/sudo.install (rev 0)
+++ testing-x86_64/sudo.install 2018-09-03 17:52:32 UTC (rev 333230)
@@ -0,0 +1,9 @@
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1) < 0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-x86_64/sudo.pam (from rev 333229, 
sudo/trunk/sudo.pam)
===
--- testing-x86_64/sudo.pam (rev 0)
+++ testing-x86_64/sudo.pam 2018-09-03 17:52:32 UTC (rev 333230)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth


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

2018-09-03 Thread Evangelos Foutras via arch-commits
Date: Monday, September 3, 2018 @ 17:41:24
  Author: foutrelis
Revision: 333228

archrelease: copy trunk to extra-x86_64

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

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

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

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


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

2018-09-03 Thread Evangelos Foutras via arch-commits
Date: Monday, September 3, 2018 @ 17:41:18
  Author: foutrelis
Revision: 333227

upgpkg: re2 20180901-1

New upstream release.

Modified:
  re2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 15:32:01 UTC (rev 333226)
+++ PKGBUILD2018-09-03 17:41:18 UTC (rev 333227)
@@ -5,7 +5,7 @@
 # Contributor: Alexandre Bique 
 
 pkgname=re2
-_re2ver=2018-08-01
+_re2ver=2018-09-01
 pkgver=${_re2ver//-}
 pkgrel=1
 pkgdesc="Fast, safe, thread-friendly regular expression engine"
@@ -14,7 +14,7 @@
 license=('BSD')
 depends=('gcc-libs')
 
source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('7c995c91c12201e61738f35cf4d1362758894d674a1e71dd116cafb4d860b752')
+sha256sums=('1424b303582f71c6f9e19f3b21d320e3b80f4c37b9d4426270f1f80d11cacf43')
 
 build() {
   cd $pkgname-$_re2ver


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:22:59
  Author: felixonmars
Revision: 376431

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
376430, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 17:22:59 UTC (rev 376431)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.4
+pkgrel=164
+pkgdesc="Authentication methods for Haskell web applications."
+url="https://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit'
+ 'haskell-unordered-containers' 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:22:14
  Author: felixonmars
Revision: 376430

upgpkg: haskell-authenticate 1.3.4-164

rebuild with warp 3.2.24

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 17:20:55 UTC (rev 376429)
+++ PKGBUILD2018-09-03 17:22:14 UTC (rev 376430)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=163
+pkgrel=164
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:20:55
  Author: felixonmars
Revision: 376429

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 376428, haskell-http-conduit/trunk/PKGBUILD)

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

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
376428, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 17:20:55 UTC (rev 376429)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.3.2
+pkgrel=38
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-resourcet' 
'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-connection'
+ 'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 
'haskell-hspec'
+ 'haskell-lifted-base' 'haskell-network' 
'haskell-streaming-commons' 'haskell-temporary'
+ 'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-conduit'
+ 'haskell-warp' 'haskell-warp-tls')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5c62f8f43c27645ad8b938ab9cfc6654f1c191dabe38f547a9dfd0b82964de514e8f89fc14a94319aa6bd6d6f223f6aa81001ee1c519c141acb9516b505bf03b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:19:57
  Author: felixonmars
Revision: 376428

upgpkg: haskell-http-conduit 2.3.2-38

rebuild with warp 3.2.24

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 17:18:32 UTC (rev 376427)
+++ PKGBUILD2018-09-03 17:19:57 UTC (rev 376428)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.3.2
-pkgrel=37
+pkgrel=38
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:18:32
  Author: felixonmars
Revision: 376427

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 376426, haskell-warp-tls/trunk/PKGBUILD)

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

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
376426, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 17:18:32 UTC (rev 376427)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.4.3
+pkgrel=75
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bed1a501d7885b1a37768b59d73916c36aa554e71ad89608a11224f7c4b7e016cd65652f6bb0da153bcdc3e4a089f03850546b02ed5ace808e8a8a8fc74b4028')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:17:39
  Author: felixonmars
Revision: 376426

upgpkg: haskell-warp-tls 3.2.4.3-75

rebuild with warp 3.2.24

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 17:16:38 UTC (rev 376425)
+++ PKGBUILD2018-09-03 17:17:39 UTC (rev 376426)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.4.3
-pkgrel=74
+pkgrel=75
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="https://github.com/yesodweb/wai;
 license=("MIT")


[arch-commits] Commit in haskell-wai-handler-launch/repos (2 files)

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:16:38
  Author: felixonmars
Revision: 376425

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-handler-launch/repos/community-staging-x86_64/
  haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD
(from rev 376424, haskell-wai-handler-launch/trunk/PKGBUILD)

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

Copied: haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD 
(from rev 376424, haskell-wai-handler-launch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 17:16:38 UTC (rev 376425)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-handler-launch
+pkgname=haskell-wai-handler-launch
+pkgver=3.0.2.4
+pkgrel=60
+pkgdesc="Launch a web app in the default browser."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-wai' 'haskell-warp' 'haskell-http-types' 
'haskell-streaming-commons'
+ 'haskell-async')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('77a8047201687a56d19c70f70e4fcac9c81c2a4f0ec9bbccad8730de5d74582f52c79c62feb73ebcb4c870435cb1393c2d5fba90c9c952eff8ff3a675eab73fb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-wai-handler-launch/trunk (PKGBUILD)

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:15:43
  Author: felixonmars
Revision: 376424

upgpkg: haskell-wai-handler-launch 3.0.2.4-60

rebuild with warp 3.2.24

Modified:
  haskell-wai-handler-launch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 17:14:42 UTC (rev 376423)
+++ PKGBUILD2018-09-03 17:15:43 UTC (rev 376424)
@@ -5,7 +5,7 @@
 _hkgname=wai-handler-launch
 pkgname=haskell-wai-handler-launch
 pkgver=3.0.2.4
-pkgrel=59
+pkgrel=60
 pkgdesc="Launch a web app in the default browser."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:14:42
  Author: felixonmars
Revision: 376423

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-servant-server/repos/community-staging-x86_64/
  haskell-servant-server/repos/community-staging-x86_64/PKGBUILD
(from rev 376422, haskell-servant-server/trunk/PKGBUILD)

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

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 376422, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 17:14:42 UTC (rev 376423)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.13.0.1
+pkgrel=75
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-exceptions' 
'haskell-http-api-data'
+ 'haskell-http-media' 'haskell-http-types' 'haskell-network-uri' 
'haskell-monad-control'
+ 'haskell-network' 'haskell-safe' 'haskell-servant' 'haskell-split'
+ 'haskell-string-conversions' 'haskell-system-filepath' 
'haskell-resourcet' 'haskell-tagged'
+ 'haskell-transformers-base' 'haskell-transformers-compat' 
'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-word8')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-should-not-typecheck' 'haskell-quickcheck' 
'haskell-wai-extra'
+ 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('45e6b8eb9b60efc1bfe046d3e7c93eac4a7c8f9a9f199dd13bcde16a4ba11ad63e3a31c05f056ed1e8266e45307f37982ab9723bb2721978881312521f264d1d')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*2.7/<3/' -e 's/<.*0.16/<1/' -e 's/<.*1.4/<2/' 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:13:45
  Author: felixonmars
Revision: 376422

upgpkg: haskell-servant-server 0.13.0.1-75

rebuild with warp 3.2.24

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 17:11:44 UTC (rev 376421)
+++ PKGBUILD2018-09-03 17:13:45 UTC (rev 376422)
@@ -5,7 +5,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.13.0.1
-pkgrel=74
+pkgrel=75
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="http://haskell-servant.readthedocs.org/;
 license=("custom:BSD3")


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:11:44
  Author: felixonmars
Revision: 376421

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hjsonschema/repos/community-staging-x86_64/PKGBUILD (from rev 
376420, haskell-hjsonschema/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 17:11:44 UTC (rev 376421)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hjsonschema
+pkgname=haskell-hjsonschema
+pkgver=1.9.0
+pkgrel=78
+pkgdesc="JSON Schema library"
+url="https://github.com/seagreen/hjsonschema;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-hashable' 
'haskell-hjsonpointer'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-pcre-heavy'
+ 'haskell-profunctors' 'haskell-protolude' 'haskell-quickcheck' 
'haskell-safe-exceptions'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-app-static' 'haskell-warp')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c71f4f23453abbb7e5c3b8a04e9fd2bea560e03ccf590fbad3739f609fe0e4e5292acfe94204b2d52d30f8fda8cc1c94edac41d5095f6be1c4cf8c05ec08e273')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "json-schema.org is NXDOMAIN as of 
2018-06-03"
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "MIT-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/MIT-LICENSE.txt"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:10:48
  Author: felixonmars
Revision: 376420

upgpkg: haskell-hjsonschema 1.9.0-78

rebuild with warp 3.2.24

Modified:
  haskell-hjsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 17:08:46 UTC (rev 376419)
+++ PKGBUILD2018-09-03 17:10:48 UTC (rev 376420)
@@ -5,7 +5,7 @@
 _hkgname=hjsonschema
 pkgname=haskell-hjsonschema
 pkgver=1.9.0
-pkgrel=77
+pkgrel=78
 pkgdesc="JSON Schema library"
 url="https://github.com/seagreen/hjsonschema;
 license=("MIT")


[arch-commits] Commit in haskell-wai-app-static/repos (2 files)

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:08:46
  Author: felixonmars
Revision: 376419

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-app-static/repos/community-staging-x86_64/
  haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD
(from rev 376418, haskell-wai-app-static/trunk/PKGBUILD)

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

Copied: haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 376418, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 17:08:46 UTC (rev 376419)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.2
+pkgrel=96
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-file-embed' 'haskell-http-date' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mime-types' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-zlib')
+makedepends=('ghc' 'haskell-hspec' 'haskell-mockery' 'haskell-network' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('20c79810096f12d3901af3474a5ef4fe2385e639f97f2de803b09902d115321e3be7544cc3741b52b75a2710a0141bc19cb611fd4e6248ec60d11b522b9cb59c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-wai-app-static/trunk (PKGBUILD)

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:07:46
  Author: felixonmars
Revision: 376418

upgpkg: haskell-wai-app-static 3.1.6.2-96

rebuild with warp 3.2.24

Modified:
  haskell-wai-app-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 17:06:07 UTC (rev 376417)
+++ PKGBUILD2018-09-03 17:07:46 UTC (rev 376418)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.2
-pkgrel=95
+pkgrel=96
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface;
 license=("MIT")


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:06:07
  Author: felixonmars
Revision: 376417

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 376416, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 17:06:07 UTC (rev 376417)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.16.4
+pkgrel=80
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-hashable' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 
'haskell-utf8-string')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4a517a3730836d5e31c700e455f738d7798460525efdb25499b52fd579dfaaad9d3758fa924b720e1a6c803419eeefdbcc52cec5d60cb5917ae6334454935246')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/ghc --make/ghc -dynamic --make/' src/Test/Command.hs
+sed -e 's/runhaskell Setup.hs configure/runhaskell Setup.hs configure 
--enable-executable-dynamic --disable-library-vanilla/' \
+-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
+-i src/Test/Docs.hs
+sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs
+sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"  --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:05:19
  Author: felixonmars
Revision: 376416

upgpkg: haskell-shake 0.16.4-80

rebuild with warp 3.2.24

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 16:58:20 UTC (rev 376415)
+++ PKGBUILD2018-09-03 17:05:19 UTC (rev 376416)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=79
+pkgrel=80
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:58:20
  Author: felixonmars
Revision: 376415

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:57:51
  Author: felixonmars
Revision: 376414

upgpkg: haskell-criterion 1.5.1.0-13

rebuild with warp 3.2.24

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 16:56:02 UTC (rev 376413)
+++ PKGBUILD2018-09-03 16:57:51 UTC (rev 376414)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.5.1.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:56:02
  Author: felixonmars
Revision: 376413

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-js-jquery/repos/community-staging-x86_64/
  haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD
(from rev 376412, haskell-js-jquery/trunk/PKGBUILD)

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

Copied: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 
376412, haskell-js-jquery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 16:56:02 UTC (rev 376413)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=3.3.1
+pkgrel=116
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-http')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('359a4342bc5156d5360385a478e235def04db0381cc48f342baac5018e91350dce760adb9b9ada796bc6341d5629f807672f629ee127faefe521801d62bb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:55:16
  Author: felixonmars
Revision: 376412

upgpkg: haskell-js-jquery 3.3.1-116

rebuild with warp 3.2.24

Modified:
  haskell-js-jquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 16:53:41 UTC (rev 376411)
+++ PKGBUILD2018-09-03 16:55:16 UTC (rev 376412)
@@ -5,7 +5,7 @@
 _hkgname=js-jquery
 pkgname=haskell-js-jquery
 pkgver=3.3.1
-pkgrel=115
+pkgrel=116
 pkgdesc="Obtain minified jQuery code"
 url="https://github.com/ndmitchell/js-jquery#readme;
 license=("MIT")


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:53:41
  Author: felixonmars
Revision: 376411

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 376410, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 376410, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 16:53:41 UTC (rev 376411)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.14.1
+pkgrel=45
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL2")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
+ 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
+ 'haskell-network' 'haskell-network-uri' 'haskell-old-time'
+ 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-unix-compat' 'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-shelly' 'haskell-split' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('8daea7bdbe8ed5bc67ef2c44918b431a8fc6b2703068200fba338b9c051b4bafed0a1ec9dcec5a58b1530ce4a4231e3c4ecc00bd509cde9ef95d895719e89346')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -e 's/^ghc /ghc -dynamic /' \
+-e 's/ ghc / ghc -dynamic /' \
+-i tests/*.sh tests/lib
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+LD_LIBRARY_PATH="$srcdir"/$pkgname-$pkgver/dist/build runhaskell Setup 
build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:53:05
  Author: felixonmars
Revision: 376410

upgpkg: darcs 2.14.1-45

rebuild with warp 3.2.24

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 16:43:08 UTC (rev 376409)
+++ PKGBUILD2018-09-03 16:53:05 UTC (rev 376410)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.14.1
-pkgrel=44
+pkgrel=45
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL2")


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:42:47
  Author: felixonmars
Revision: 376408

upgpkg: cabal-install 2.2.0.0-66

rebuild with warp 3.2.24

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 16:38:54 UTC (rev 376407)
+++ PKGBUILD2018-09-03 16:42:47 UTC (rev 376408)
@@ -6,7 +6,7 @@
 
 pkgname=cabal-install
 pkgver=2.2.0.0
-pkgrel=65
+pkgrel=66
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="https://hackage.haskell.org/package/cabal-install;
 license=('custom:BSD3')


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:43:08
  Author: felixonmars
Revision: 376409

archrelease: copy trunk to community-staging-x86_64

Added:
  cabal-install/repos/community-staging-x86_64/
  cabal-install/repos/community-staging-x86_64/PKGBUILD
(from rev 376408, cabal-install/trunk/PKGBUILD)

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

Copied: cabal-install/repos/community-staging-x86_64/PKGBUILD (from rev 376408, 
cabal-install/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 16:43:08 UTC (rev 376409)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=2.2.0.0
+pkgrel=66
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="https://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base16-bytestring' 
'haskell-cryptohash-sha256'
+ 'haskell-echo' 'haskell-edit-distance' 'haskell-hackage-security' 
'haskell-hashable'
+ 'haskell-http' 'haskell-network' 'haskell-network-uri' 
'haskell-random' 'haskell-resolv'
+ 'haskell-tar' 'haskell-zlib')
+makedepends=('ghc' 'haskell-pretty-show' 'haskell-quickcheck' 'haskell-tagged' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz;)
+sha512sums=('1b8c31dee09332808bc727322e1e0ca6aaa8c818c5172f412a9d56e8474c93cc814cab6d0cb776a5d0bb94155c023a098872fb91329ff6377278f891f06686f2')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/<.*2.7/<3/' $pkgname.cabal
+}
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/${pkgname}" --enable-tests \
+-fnetwork-uri -fnative-dns -f-debug-expensive-assertions 
-f-debug-conflict-sets \
+-f-debug-tracetree -f-monolithic -f-lib
+  runhaskell Setup build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test || warning "TODO: pass -dynamic somewhere"
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:38:54
  Author: felixonmars
Revision: 376407

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http/repos/community-staging-x86_64/PKGBUILD (from rev 376406, 
haskell-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 16:38:54 UTC (rev 376407)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.3.12
+pkgrel=46
+pkgdesc="A library for client-side HTTP"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-hunit' 'haskell-httpd-shed' 'haskell-puremd5' 
'haskell-split'
+ 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-case-insensitive'
+ 'haskell-http-types' 'haskell-wai' 'haskell-warp' 
'haskell-conduit'
+ 'haskell-conduit-extra')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('684741c017fd39c6a7ff1d75f182b465938d5c2a2abe92a0fcaec69a46fc11e59234c1b666ecf28465333df34ea267443fd56abaa38db21479cbcc19e286781e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mtl1 -f-warn-as-error -f-conduit10 -fwarp-tests -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:38:06
  Author: felixonmars
Revision: 376406

upgpkg: haskell-http 4000.3.12-46

rebuild with warp 3.2.24

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 16:36:39 UTC (rev 376405)
+++ PKGBUILD2018-09-03 16:38:06 UTC (rev 376406)
@@ -5,7 +5,7 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.3.12
-pkgrel=45
+pkgrel=46
 pkgdesc="A library for client-side HTTP"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:36:39
  Author: felixonmars
Revision: 376405

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 376404, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 16:36:39 UTC (rev 376405)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.24
+pkgrel=1
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 
'haskell-bsb-http-chunked'
+ 'haskell-case-insensitive' 'haskell-hashable' 'haskell-http-date' 
'haskell-http-types'
+ 'haskell-http2' 'haskell-iproute' 'haskell-network' 
'haskell-simple-sendfile'
+ 'haskell-streaming-commons' 'haskell-unix-compat' 'haskell-vault'
+ 'haskell-wai' 'haskell-word8')
+makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 
'haskell-hunit'
+ 'haskell-lifted-base' 'haskell-quickcheck' 'haskell-silently')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('25e633ec11d7145ddc0d28eb2b208b0edc56894e47479f8a12bc5f76867bc4b52c7add044ff9ab44c14fce2cc8a7d9bc9225546709cef8696a2e50d1459df62f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-warp-debug -fallow-sendfilefd -f-network-bytestring
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 16:35:29
  Author: felixonmars
Revision: 376404

upgpkg: haskell-warp 3.2.24-1

rebuild with warp 3.2.24

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 16:19:37 UTC (rev 376403)
+++ PKGBUILD2018-09-03 16:35:29 UTC (rev 376404)
@@ -4,8 +4,8 @@
 
 _hkgname=warp
 pkgname=haskell-warp
-pkgver=3.2.23
-pkgrel=19
+pkgver=3.2.24
+pkgrel=1
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="https://github.com/yesodweb/wai;
 license=("MIT")
@@ -18,7 +18,7 @@
 makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 
'haskell-hunit'
  'haskell-lifted-base' 'haskell-quickcheck' 'haskell-silently')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('839f6a484731233f086df167634cdf6d156da72163e2088cf9a5812d982833035778a23ef8fcdcca44e3cff3d63602688ad9c42812219c84ece30ebd1d5c1636')
+sha512sums=('25e633ec11d7145ddc0d28eb2b208b0edc56894e47479f8a12bc5f76867bc4b52c7add044ff9ab44c14fce2cc8a7d9bc9225546709cef8696a2e50d1459df62f')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-09-03 Thread Filipe Laíns via arch-commits
Date: Monday, September 3, 2018 @ 16:19:32
  Author: ffy00
Revision: 376402

upgpkg: gdc 8.2.0+2.068.2-6

Fix missing lto plugin

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 15:33:21 UTC (rev 376401)
+++ PKGBUILD2018-09-03 16:19:32 UTC (rev 376402)
@@ -16,7 +16,7 @@
 _gccver=8.2.0
 _d_ver=''
 _gdmd_commit=0b374bfb3b0df7d0ad76de95e9dd0d5ff7ea07fa
-pkgrel=5
+pkgrel=6
 arch=('x86_64')
 license=('GPL3')
 url="https://github.com/D-Programming-GDC/GDC;
@@ -91,6 +91,7 @@
   --disable-libssp \
   --enable-gnu-unique-object \
   --enable-linker-build-id \
+  --enable-lto \
   --enable-plugin \
   --enable-install-libiberty \
   --with-linker-hash-style=gnu \
@@ -104,7 +105,7 @@
   --with-pkgversion="GDC ${pkgver%+*} based on D 
v${pkgver#*+} built with ISL $_islver for Arch Linux" \
   gdc_include_dir=/usr/include/dlang/gdc
 
-  #--enable-gold \ 
+  #--enable-gold \
 
 
   make


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

2018-09-03 Thread Filipe Laíns via arch-commits
Date: Monday, September 3, 2018 @ 16:19:37
  Author: ffy00
Revision: 376403

archrelease: copy trunk to community-x86_64

Added:
  gdc/repos/community-x86_64/PKGBUILD
(from rev 376402, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/paths.diff
(from rev 376402, gdc/trunk/paths.diff)
Deleted:
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/paths.diff

+
 PKGBUILD   |  281 +--
 paths.diff |   78 
 2 files changed, 180 insertions(+), 179 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 16:19:32 UTC (rev 376402)
+++ PKGBUILD2018-09-03 16:19:37 UTC (rev 376403)
@@ -1,140 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Daniel Kozak (kozzi) 
-# Contributor: Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-# Contributor: Jerome Berger 
-# Contributor: Jesus Alvarez 
-# Contributor: Allan McRae 
-# Contributor: Elijah Stone 
-
-pkgbase=gdc
-pkgname=('gdc' 'libgphobos')
-pkgver=8.2.0+2.068.2
-#_branch=gdc-8-stable
-_gdc_commit=76136b64ad3a5b8b38992c56f7f70ec700702e76
-_islver=0.19
-_gccver=8.2.0
-_d_ver=''
-_gdmd_commit=0b374bfb3b0df7d0ad76de95e9dd0d5ff7ea07fa
-pkgrel=5
-arch=('x86_64')
-license=('GPL3')
-url="https://github.com/D-Programming-GDC/GDC;
-pkgdesc="GCC based D compiler"
-groups=('dlang')
-makedepends=('git')
-source=("ftp://gcc.gnu.org/pub/gcc/releases/$_gccver/gcc-$_gccver.tar.xz;
-"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2;
-
"gdc::git+https://github.com/D-Programming-GDC/GDC.git#commit=$_gdc_commit;
-
"git+https://github.com/D-Programming-GDC/GDMD.git#commit=$_gdmd_commit;
-'paths.diff')
-sha512sums=('64898a165f67e136d802a92e7633bf1b06c85266027e52127ea025bf5fc2291b5e858288aac0bdba246e6cdf7c6ec88bc8e0e7f3f6f1985f4297710cafde56ed'
-
'08f4db964d9e02ec8aa9779378ed76e0ddf1d56f81f87664dbf787555ce496cdc87e836f8a51ae137f45e648c604870cce07ee45919eafb549e404afb8f27083'
-'SKIP'
-'SKIP'
-
'841504e9dffe718f7e5a5fbbf03299f2b51acd783d47f99894aa5d411abcc56aedfffd4b16595e3a9446f2206f9eb29cb01e235e82c211796cd24dc23c02b578')
-
-pkgver() {
-  if [ -f gdc/gcc/d/verstr.h ]; then
-_d_ver="+$(cat gdc/gcc/d/verstr.h | sed 's|\"||g')"
-  elif [ -f gdc/gcc/d/VERSION ]; then
-_d_ver="+$(cat gdc/gcc/d/VERSION | sed 's|\"||g')"
-  fi
-
-  echo "$(cat gdc/gcc.version | sed -e 's|gcc-||' -e 's|-.*||')$_d_ver"
-}
-
-prepare() {
-  # Setup paths
-  ln -sf "$srcdir"/gcc-$_gccver "$srcdir"/gcc
-  ln -sf "$srcdir"/isl-$_islver "$srcdir"/gcc/isl
-
-  # Setup gcc
-  cd "$srcdir"/gcc
-
-  sed -i 's|\./fixinc\.sh|-c true|' gcc/Makefile.in # Do not run fixincludes
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure # 
hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-
-  # Seup gdc
-  cd "$srcdir"/gdc
-
-  git apply "$srcdir"/paths.diff
-  ./setup-gcc.sh ../gcc
-
-  mkdir "$srcdir"/gcc-build
-}
-
-build() {
-  cd "$srcdir"/gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  export CFLAGS="${CFLAGS/-pipe/} -O2"
-  export CXXFLAGS="${CXXFLAGS/-pipe/} -O2"
-
-  "$srcdir"/gcc/configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --enable-languages=d \
-  --enable-shared \
-  --enable-static \
-  --enable-threads=posix \
-  --enable-libmpx \
-  --with-system-zlib \
-  --with-isl \
-  --enable-__cxa_atexit \
-  --disable-libunwind-exceptions \
-  --enable-clocale=gnu \
-  --disable-libstdcxx-pch \
-  --disable-libssp \
-  --enable-gnu-unique-object \
-  --enable-linker-build-id \
-  --enable-plugin \
-  --enable-install-libiberty \
-  --with-linker-hash-style=gnu \
-  --enable-gnu-indirect-function \
-  --disable-multilib \
-  --disable-werror \
-  --disable-bootstrap \
-  --enable-default-pie \
-  --enable-default-ssp \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --with-pkgversion="GDC ${pkgver%+*} based on D 
v${pkgver#*+} built with ISL $_islver for Arch Linux" \
-  gdc_include_dir=/usr/include/dlang/gdc
-
-  

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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 15:33:21
  Author: felixonmars
Revision: 376401

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 376400, python-websocket-client/trunk/PKGBUILD)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 15:33:06 UTC (rev 376400)
+++ PKGBUILD2018-09-03 15:33:21 UTC (rev 376401)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.51.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client;
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz)
-sha512sums=('9d30278b90d167eb246eb7678a75a039c811da36a745721f1a9582608c739b454547345643f7b11df2d620b2bc5fa5e7968773314c3761c4d0240acfd60221d5')
-
-prepare() {
-  # Not sure why the conditions are not working :/
-  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 376400, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 15:33:21 UTC (rev 376401)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.52.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz)
+sha512sums=('14e4348ba0199f6eba5b42bf8b654debebef71088271ad8af578f64f51d9897d6a05c0a4ceeff4abb936b5b6ff63561071ab5b442bbe00342d672b84d7587701')
+
+prepare() {
+  # Not sure why the conditions are not working :/
+  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 15:33:06
  Author: felixonmars
Revision: 376400

upgpkg: python-websocket-client 0.52.0-1

Modified:
  python-websocket-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 15:25:38 UTC (rev 376399)
+++ PKGBUILD2018-09-03 15:33:06 UTC (rev 376400)
@@ -6,7 +6,7 @@
 # Contributor: Florian Bruhin 
 
 pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.51.0
+pkgver=0.52.0
 pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=(any)
@@ -14,7 +14,7 @@
 license=('LGPL')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 
source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz)
-sha512sums=('9d30278b90d167eb246eb7678a75a039c811da36a745721f1a9582608c739b454547345643f7b11df2d620b2bc5fa5e7968773314c3761c4d0240acfd60221d5')
+sha512sums=('14e4348ba0199f6eba5b42bf8b654debebef71088271ad8af578f64f51d9897d6a05c0a4ceeff4abb936b5b6ff63561071ab5b442bbe00342d672b84d7587701')
 
 prepare() {
   # Not sure why the conditions are not working :/


  1   2   >