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

2017-05-05 Thread Pierre Schmitz
Date: Saturday, May 6, 2017 @ 05:44:09
  Author: pierre
Revision: 295350

upgpkg: grml-zsh-config 0.14.1-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 21:52:39 UTC (rev 295349)
+++ PKGBUILD2017-05-06 05:44:09 UTC (rev 295350)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=grml-zsh-config
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="grml's zsh setup"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('6de08604d8038b9ecb45c83e4763151579467bfbc10cb0c1574f1fd48d61d171')
+sha256sums=('0116ae554c5cd3486553b652b31bb56b316e3acfc034343418ce5417d68a5d0c')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc


[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2017-05-05 Thread Pierre Schmitz
Date: Saturday, May 6, 2017 @ 05:44:22
  Author: pierre
Revision: 295351

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 295350, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-06 05:44:09 UTC (rev 295350)
+++ PKGBUILD2017-05-06 05:44:22 UTC (rev 295351)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=grml-zsh-config
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('6de08604d8038b9ecb45c83e4763151579467bfbc10cb0c1574f1fd48d61d171')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 295350, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-06 05:44:22 UTC (rev 295351)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=grml-zsh-config
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('0116ae554c5cd3486553b652b31bb56b316e3acfc034343418ce5417d68a5d0c')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}


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

2017-05-05 Thread Jan de Groot
Date: Friday, May 5, 2017 @ 21:52:32
  Author: jgc
Revision: 295348

upgpkg: libplist 2.0.0-1

Update to 2.0.0. Fixes https://security.archlinux.org/AVG-215

Modified:
  libplist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 21:35:57 UTC (rev 295347)
+++ PKGBUILD2017-05-05 21:52:32 UTC (rev 295348)
@@ -4,17 +4,17 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libplist
-pkgver=1.12
-pkgrel=6
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="A library to handle Apple Property List format whereas it's binary or 
XML"
 url="http://libimobiledevice.org/;
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
-depends=('glib2' 'libxml2')
+depends=('glib2')
 makedepends=('python2' 'cython2' 'python' 'cython' 'autoconf-archive')
 options=('!makeflags')
 source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('8b04b0f09f2398022dcd4fba75012997')
+sha256sums=('3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-05-05 Thread Jan de Groot
Date: Friday, May 5, 2017 @ 21:52:39
  Author: jgc
Revision: 295349

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libplist/repos/extra-i686/PKGBUILD
(from rev 295348, libplist/trunk/PKGBUILD)
  libplist/repos/extra-x86_64/PKGBUILD
(from rev 295348, libplist/trunk/PKGBUILD)
Deleted:
  libplist/repos/extra-i686/PKGBUILD
  libplist/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 extra-i686/PKGBUILD   |   49 
 extra-x86_64/PKGBUILD |   49 
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-05 21:52:32 UTC (rev 295348)
+++ extra-i686/PKGBUILD 2017-05-05 21:52:39 UTC (rev 295349)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen 
-# Maintainer : Ionut Biru 
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=libplist
-pkgver=1.12
-pkgrel=6
-pkgdesc="A library to handle Apple Property List format whereas it's binary or 
XML"
-url="http://libimobiledevice.org/;
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('glib2' 'libxml2')
-makedepends=('python2' 'cython2' 'python' 'cython' 'autoconf-archive')
-options=('!makeflags')
-source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('8b04b0f09f2398022dcd4fba75012997')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's/AC_PYTHON_DEVEL/AX_PYTHON_DEVEL/' -i m4/cython_python.m4
-  autoreconf -fi
-}
-
-build() {
-  mkdir build-py2
-  pushd build-py2
-  PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 
../$pkgname-$pkgver/configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-  popd
-
-  mkdir build-py3
-  pushd build-py3
-  PYTHON=/usr/bin/python CYTHON=/usr/bin/cython ../$pkgname-$pkgver/configure 
--prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-  popd
-}
-
-package() {
-  pushd build-py2
-  make DESTDIR="$pkgdir" install
-  popd
-  pushd build-py3/cython
-  make DESTDIR="$pkgdir" install
-  popd
-  install -D -m644 $pkgname-$pkgver/cython/plist.pxd 
"${pkgdir}"/usr/include/plist/cython/plist.pxd
-}

Copied: libplist/repos/extra-i686/PKGBUILD (from rev 295348, 
libplist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-05 21:52:39 UTC (rev 295349)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Tom Gundersen 
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libplist
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A library to handle Apple Property List format whereas it's binary or 
XML"
+url="http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('glib2')
+makedepends=('python2' 'cython2' 'python' 'cython' 'autoconf-archive')
+options=('!makeflags')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's/AC_PYTHON_DEVEL/AX_PYTHON_DEVEL/' -i m4/cython_python.m4
+  autoreconf -fi
+}
+
+build() {
+  mkdir build-py2
+  pushd build-py2
+  PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 
../$pkgname-$pkgver/configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+  popd
+
+  mkdir build-py3
+  pushd build-py3
+  PYTHON=/usr/bin/python CYTHON=/usr/bin/cython ../$pkgname-$pkgver/configure 
--prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+  popd
+}
+
+package() {
+  pushd build-py2
+  make DESTDIR="$pkgdir" install
+  popd
+  pushd build-py3/cython
+  make DESTDIR="$pkgdir" install
+  popd
+  install -D -m644 $pkgname-$pkgver/cython/plist.pxd 
"${pkgdir}"/usr/include/plist/cython/plist.pxd
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-05 21:52:32 UTC (rev 295348)
+++ extra-x86_64/PKGBUILD   2017-05-05 21:52:39 UTC (rev 295349)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen 
-# Maintainer : Ionut Biru 
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=libplist
-pkgver=1.12
-pkgrel=6
-pkgdesc="A library to handle Apple Property List format whereas it's binary or 
XML"
-url="http://libimobiledevice.org/;
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('glib2' 'libxml2')
-makedepends=('python2' 'cython2' 'python' 'cython' 'autoconf-archive')
-options=('!makeflags')
-source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('8b04b0f09f2398022dcd4fba75012997')
-
-prepare() {
-  cd 

[arch-commits] Commit in quagga/repos (44 files)

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 21:35:57
  Author: seblu
Revision: 295347

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  quagga/repos/extra-i686/PKGBUILD
(from rev 295346, quagga/trunk/PKGBUILD)
  quagga/repos/extra-i686/bgpd.service
(from rev 295346, quagga/trunk/bgpd.service)
  quagga/repos/extra-i686/isisd.service
(from rev 295346, quagga/trunk/isisd.service)
  quagga/repos/extra-i686/ospf6d.service
(from rev 295346, quagga/trunk/ospf6d.service)
  quagga/repos/extra-i686/ospfd.service
(from rev 295346, quagga/trunk/ospfd.service)
  quagga/repos/extra-i686/pimd.service
(from rev 295346, quagga/trunk/pimd.service)
  quagga/repos/extra-i686/quagga.sysusers
(from rev 295346, quagga/trunk/quagga.sysusers)
  quagga/repos/extra-i686/quagga.tmpfiles
(from rev 295346, quagga/trunk/quagga.tmpfiles)
  quagga/repos/extra-i686/ripd.service
(from rev 295346, quagga/trunk/ripd.service)
  quagga/repos/extra-i686/ripngd.service
(from rev 295346, quagga/trunk/ripngd.service)
  quagga/repos/extra-i686/zebra.service
(from rev 295346, quagga/trunk/zebra.service)
  quagga/repos/extra-x86_64/PKGBUILD
(from rev 295346, quagga/trunk/PKGBUILD)
  quagga/repos/extra-x86_64/bgpd.service
(from rev 295346, quagga/trunk/bgpd.service)
  quagga/repos/extra-x86_64/isisd.service
(from rev 295346, quagga/trunk/isisd.service)
  quagga/repos/extra-x86_64/ospf6d.service
(from rev 295346, quagga/trunk/ospf6d.service)
  quagga/repos/extra-x86_64/ospfd.service
(from rev 295346, quagga/trunk/ospfd.service)
  quagga/repos/extra-x86_64/pimd.service
(from rev 295346, quagga/trunk/pimd.service)
  quagga/repos/extra-x86_64/quagga.sysusers
(from rev 295346, quagga/trunk/quagga.sysusers)
  quagga/repos/extra-x86_64/quagga.tmpfiles
(from rev 295346, quagga/trunk/quagga.tmpfiles)
  quagga/repos/extra-x86_64/ripd.service
(from rev 295346, quagga/trunk/ripd.service)
  quagga/repos/extra-x86_64/ripngd.service
(from rev 295346, quagga/trunk/ripngd.service)
  quagga/repos/extra-x86_64/zebra.service
(from rev 295346, quagga/trunk/zebra.service)
Deleted:
  quagga/repos/extra-i686/PKGBUILD
  quagga/repos/extra-i686/bgpd.service
  quagga/repos/extra-i686/isisd.service
  quagga/repos/extra-i686/ospf6d.service
  quagga/repos/extra-i686/ospfd.service
  quagga/repos/extra-i686/pimd.service
  quagga/repos/extra-i686/quagga.sysusers
  quagga/repos/extra-i686/quagga.tmpfiles
  quagga/repos/extra-i686/ripd.service
  quagga/repos/extra-i686/ripngd.service
  quagga/repos/extra-i686/zebra.service
  quagga/repos/extra-x86_64/PKGBUILD
  quagga/repos/extra-x86_64/bgpd.service
  quagga/repos/extra-x86_64/isisd.service
  quagga/repos/extra-x86_64/ospf6d.service
  quagga/repos/extra-x86_64/ospfd.service
  quagga/repos/extra-x86_64/pimd.service
  quagga/repos/extra-x86_64/quagga.sysusers
  quagga/repos/extra-x86_64/quagga.tmpfiles
  quagga/repos/extra-x86_64/ripd.service
  quagga/repos/extra-x86_64/ripngd.service
  quagga/repos/extra-x86_64/zebra.service

--+
 /PKGBUILD|  186 +
 /bgpd.service|   32 +++
 /isisd.service   |   32 +++
 /ospf6d.service  |   32 +++
 /ospfd.service   |   32 +++
 /pimd.service|   30 ++
 /quagga.sysusers |2 
 /quagga.tmpfiles |6 +
 /ripd.service|   32 +++
 /ripngd.service  |   32 +++
 /zebra.service   |   32 +++
 extra-i686/PKGBUILD  |   93 
 extra-i686/bgpd.service  |   16 ---
 extra-i686/isisd.service |   16 ---
 extra-i686/ospf6d.service|   16 ---
 extra-i686/ospfd.service |   16 ---
 extra-i686/pimd.service  |   15 ---
 extra-i686/quagga.sysusers   |1 
 extra-i686/quagga.tmpfiles   |3 
 extra-i686/ripd.service  |   16 ---
 extra-i686/ripngd.service|   16 ---
 extra-i686/zebra.service |   16 ---
 extra-x86_64/PKGBUILD|   93 
 extra-x86_64/bgpd.service|   16 ---
 extra-x86_64/isisd.service   |   16 ---
 extra-x86_64/ospf6d.service  |   16 ---
 extra-x86_64/ospfd.service   |   16 ---
 extra-x86_64/pimd.service|   15 ---
 extra-x86_64/quagga.sysusers |1 
 extra-x86_64/quagga.tmpfiles |3 
 extra-x86_64/ripd.service|   16 ---
 extra-x86_64/ripngd.service  |   16 ---
 extra-x86_64/zebra.service   |   16 ---
 33 files changed, 448 insertions(+), 448 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-05 21:35:14 UTC (rev 295346)
+++ extra-i686/PKGBUILD 2017-05-05 21:35:57 UTC (rev 295347)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=quagga
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
-arch=('i686' 'x86_64')
-url='http://www.quagga.net'

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

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 21:35:14
  Author: seblu
Revision: 295346

upgpkg: quagga 1.2.1-2

- FS#53935

Modified:
  quagga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 21:29:19 UTC (rev 295345)
+++ PKGBUILD2017-05-05 21:35:14 UTC (rev 295346)
@@ -3,12 +3,12 @@
 
 pkgname=quagga
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
 arch=('i686' 'x86_64')
 url='http://www.quagga.net'
 license=('GPL2')
-depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses' 'perl' 'c-ares' 
'openssl-1.0')
+depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses' 'perl' 'c-ares' 
'openssl')
 options=('!buildflags')
 validpgpkeys=('C1B5C3ED3000F2BFCD66F3B76FE57CA8C1A4AEA6') # Quagga Release 
Signing Key
 
source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}


[arch-commits] Commit in lib32-freetype2/repos (7 files)

2017-05-05 Thread Jan de Groot
Date: Friday, May 5, 2017 @ 21:32:32
  Author: jgc
Revision: 227182

archrelease: copy trunk to community-x86_64

Added:
  lib32-freetype2/repos/community-x86_64/
  
lib32-freetype2/repos/community-x86_64/0001-Enable-table-validation-modules.patch
(from rev 227181, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
  lib32-freetype2/repos/community-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 227181, 
lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
lib32-freetype2/repos/community-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(from rev 227181, 
lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  lib32-freetype2/repos/community-x86_64/CVE-2017-8105.patch
(from rev 227181, lib32-freetype2/trunk/CVE-2017-8105.patch)
  lib32-freetype2/repos/community-x86_64/CVE-2017-8287.patch
(from rev 227181, lib32-freetype2/trunk/CVE-2017-8287.patch)
  lib32-freetype2/repos/community-x86_64/PKGBUILD
(from rev 227181, lib32-freetype2/trunk/PKGBUILD)

---+
 0001-Enable-table-validation-modules.patch|   34 
 0002-Enable-subpixel-rendering.patch  |   25 +
 0003-Enable-infinality-subpixel-hinting.patch |   27 +
 CVE-2017-8105.patch   |   47 +
 CVE-2017-8287.patch   |   35 
 PKGBUILD  |   66 
 6 files changed, 234 insertions(+)

Copied: 
lib32-freetype2/repos/community-x86_64/0001-Enable-table-validation-modules.patch
 (from rev 227181, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- community-x86_64/0001-Enable-table-validation-modules.patch 
(rev 0)
+++ community-x86_64/0001-Enable-table-validation-modules.patch 2017-05-05 
21:32:32 UTC (rev 227182)
@@ -0,0 +1,34 @@
+From c3680bf8d38cf759c1e33dcc2d2d51e0a4fea2f9 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH 1/3] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index f30049c38cc45159..7b8e50fe1b34584a 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -120,7 +120,7 @@ AUX_MODULES += cache
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+@@ -143,7 +143,7 @@ AUX_MODULES += bzip2
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
+-- 
+2.9.3
+

Copied: 
lib32-freetype2/repos/community-x86_64/0002-Enable-subpixel-rendering.patch 
(from rev 227181, lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
===
--- community-x86_64/0002-Enable-subpixel-rendering.patch   
(rev 0)
+++ community-x86_64/0002-Enable-subpixel-rendering.patch   2017-05-05 
21:32:32 UTC (rev 227182)
@@ -0,0 +1,25 @@
+From 96f09f08417887b2618c177bccfb6da2906568d9 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH 2/3] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 90c123ef93e9ea04..67a361dd41e0b026 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -122,7 +122,7 @@ FT_BEGIN_HEADER
+   /* This is done to allow FreeType clients to run unmodified, forcing */
+   /* them to display normal gray-level anti-aliased glyphs.*/
+   /*   */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /*/
+-- 
+2.9.3
+

Copied: 
lib32-freetype2/repos/community-x86_64/0003-Enable-infinality-subpixel-hinting.patch
 (from rev 227181, 
lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
===
--- community-x86_64/0003-Enable-infinality-subpixel-hinting.patch  
(rev 0)
+++ community-x86_64/0003-Enable-infinality-subpixel-hinting.patch  
2017-05-05 21:32:32 UTC (rev 227182)
@@ -0,0 +1,27 @@
+From 220e96a9a8d7aff6ad0f0f1aa12c79cdb563331c Mon Sep 

[arch-commits] Commit in lib32-freetype2/trunk (3 files)

2017-05-05 Thread Jan de Groot
Date: Friday, May 5, 2017 @ 21:32:27
  Author: jgc
Revision: 227181

upgpkg: lib32-freetype2 2.7.1-2

Fix CVE-2017-8105, CVE-2017-8287. https://security.archlinux.org/AVG-258

Added:
  lib32-freetype2/trunk/CVE-2017-8105.patch
  lib32-freetype2/trunk/CVE-2017-8287.patch
Modified:
  lib32-freetype2/trunk/PKGBUILD

-+
 CVE-2017-8105.patch |   47 +++
 CVE-2017-8287.patch |   35 +++
 PKGBUILD|   13 ++---
 3 files changed, 92 insertions(+), 3 deletions(-)

Added: CVE-2017-8105.patch
===
--- CVE-2017-8105.patch (rev 0)
+++ CVE-2017-8105.patch 2017-05-05 21:32:27 UTC (rev 227181)
@@ -0,0 +1,47 @@
+From f958c48ee431bef8d4d466b40c9cb2d4dbcb7791 Mon Sep 17 00:00:00 2001
+From: Werner Lemberg 
+Date: Fri, 24 Mar 2017 09:15:10 +0100
+Subject: [psaux] Better protect `flex' handling.
+
+Reported as
+
+  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=935
+
+* src/psaux/t1decode.c (t1_decoder_parse_charstrings)
+: Since there is not a single flex operator but a
+series of subroutine calls, malformed fonts can call arbitrary other
+operators after the start of a flex, possibly adding points.  For
+this reason we have to check the available number of points before
+inserting a point.
+---
+ ChangeLog| 15 +++
+ src/psaux/t1decode.c |  9 +
+ 2 files changed, 24 insertions(+)
+
+diff --git a/src/psaux/t1decode.c b/src/psaux/t1decode.c
+index af7b465..7dd4513 100644
+--- a/src/psaux/t1decode.c
 b/src/psaux/t1decode.c
+@@ -780,10 +780,19 @@
+ /* point without adding any point to the outline*/
+ idx = decoder->num_flex_vectors++;
+ if ( idx > 0 && idx < 7 )
++{
++  /* in malformed fonts it is possible to have other */
++  /* opcodes in the middle of a flex (which don't*/
++  /* increase `num_flex_vectors'); we thus have to   */
++  /* check whether we can add a point*/
++  if ( FT_SET_ERROR( t1_builder_check_points( builder, 1 ) ) )
++goto Syntax_Error;
++
+   t1_builder_add_point( builder,
+ x,
+ y,
+ (FT_Byte)( idx == 3 || idx == 6 ) );
++}
+   }
+   break;
+ 
+-- 
+cgit v1.0-41-gc330
+

Added: CVE-2017-8287.patch
===
--- CVE-2017-8287.patch (rev 0)
+++ CVE-2017-8287.patch 2017-05-05 21:32:27 UTC (rev 227181)
@@ -0,0 +1,35 @@
+From 3774fc08b502c3e685afca098b6e8a195aded6a0 Mon Sep 17 00:00:00 2001
+From: Werner Lemberg 
+Date: Sun, 26 Mar 2017 08:32:09 +0200
+Subject: * src/psaux/psobjs.c (t1_builder_close_contour): Add safety guard.
+
+Reported as
+
+  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=941
+---
+ ChangeLog  | 8 
+ src/psaux/psobjs.c | 8 
+ 2 files changed, 16 insertions(+)
+
+diff --git a/src/psaux/psobjs.c b/src/psaux/psobjs.c
+index d18e821..0baf836 100644
+--- a/src/psaux/psobjs.c
 b/src/psaux/psobjs.c
+@@ -1718,6 +1718,14 @@
+ first = outline->n_contours <= 1
+ ? 0 : outline->contours[outline->n_contours - 2] + 1;
+ 
++/* in malformed fonts it can happen that a contour was started */
++/* but no points were added*/
++if ( outline->n_contours && first == outline->n_points )
++{
++  outline->n_contours--;
++  return;
++}
++
+ /* We must not include the last point in the path if it */
+ /* is located on the first point.   */
+ if ( outline->n_points > 1 )
+-- 
+cgit v1.0-41-gc330
+

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 21:21:25 UTC (rev 227180)
+++ PKGBUILD2017-05-05 21:32:27 UTC (rev 227181)
@@ -5,7 +5,7 @@
 _pkgbasename=freetype2
 pkgname=lib32-$_pkgbasename
 pkgver=2.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="TrueType font rendering library (32-bit)"
 arch=(x86_64)
 license=('GPL')
@@ -18,12 +18,16 @@
 
source=(https://download.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.bz2{,.sig}
 0001-Enable-table-validation-modules.patch
 0002-Enable-subpixel-rendering.patch
-0003-Enable-infinality-subpixel-hinting.patch)
+0003-Enable-infinality-subpixel-hinting.patch
+   CVE-2017-8105.patch
+   CVE-2017-8287.patch)
 sha1sums=('4d08a9a6567c6332d58e9a5f9a7e9e3fbce66789'
   'SKIP'
   'b31882ef5e8447e761acee1c4a44c0630cd4d465'
   'b1494810ed3aca25cdd8e8cedf634e5adfe6c09e'
-  '41d27140fd590945e22e012c9dce62de3d6f11e6')
+  '41d27140fd590945e22e012c9dce62de3d6f11e6'
+ 

[arch-commits] Commit in freetype2/repos (32 files)

2017-05-05 Thread Jan de Groot
Date: Friday, May 5, 2017 @ 21:29:19
  Author: jgc
Revision: 295345

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  freetype2/repos/extra-i686/0001-Enable-table-validation-modules.patch
(from rev 295344, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/extra-i686/0002-Enable-subpixel-rendering.patch
(from rev 295344, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/extra-i686/0003-Enable-infinality-subpixel-hinting.patch
(from rev 295344, 
freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  freetype2/repos/extra-i686/0005-freetype-2.5.2-more-demos.patch
(from rev 295344, freetype2/trunk/0005-freetype-2.5.2-more-demos.patch)
  freetype2/repos/extra-i686/CVE-2017-8105.patch
(from rev 295344, freetype2/trunk/CVE-2017-8105.patch)
  freetype2/repos/extra-i686/CVE-2017-8287.patch
(from rev 295344, freetype2/trunk/CVE-2017-8287.patch)
  freetype2/repos/extra-i686/PKGBUILD
(from rev 295344, freetype2/trunk/PKGBUILD)
  freetype2/repos/extra-i686/freetype2.install
(from rev 295344, freetype2/trunk/freetype2.install)
  freetype2/repos/extra-i686/freetype2.sh
(from rev 295344, freetype2/trunk/freetype2.sh)
  freetype2/repos/extra-x86_64/0001-Enable-table-validation-modules.patch
(from rev 295344, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/extra-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 295344, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/extra-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(from rev 295344, 
freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  freetype2/repos/extra-x86_64/0005-freetype-2.5.2-more-demos.patch
(from rev 295344, freetype2/trunk/0005-freetype-2.5.2-more-demos.patch)
  freetype2/repos/extra-x86_64/CVE-2017-8105.patch
(from rev 295344, freetype2/trunk/CVE-2017-8105.patch)
  freetype2/repos/extra-x86_64/CVE-2017-8287.patch
(from rev 295344, freetype2/trunk/CVE-2017-8287.patch)
  freetype2/repos/extra-x86_64/PKGBUILD
(from rev 295344, freetype2/trunk/PKGBUILD)
  freetype2/repos/extra-x86_64/freetype2.install
(from rev 295344, freetype2/trunk/freetype2.install)
  freetype2/repos/extra-x86_64/freetype2.sh
(from rev 295344, freetype2/trunk/freetype2.sh)
Deleted:
  freetype2/repos/extra-i686/0001-Enable-table-validation-modules.patch
  freetype2/repos/extra-i686/0002-Enable-subpixel-rendering.patch
  freetype2/repos/extra-i686/0003-Enable-infinality-subpixel-hinting.patch
  freetype2/repos/extra-i686/0005-freetype-2.5.2-more-demos.patch
  freetype2/repos/extra-i686/PKGBUILD
  freetype2/repos/extra-i686/freetype2.install
  freetype2/repos/extra-i686/freetype2.sh
  freetype2/repos/extra-x86_64/0001-Enable-table-validation-modules.patch
  freetype2/repos/extra-x86_64/0002-Enable-subpixel-rendering.patch
  freetype2/repos/extra-x86_64/0003-Enable-infinality-subpixel-hinting.patch
  freetype2/repos/extra-x86_64/0005-freetype-2.5.2-more-demos.patch
  freetype2/repos/extra-x86_64/PKGBUILD
  freetype2/repos/extra-x86_64/freetype2.install
  freetype2/repos/extra-x86_64/freetype2.sh

+
 /0001-Enable-table-validation-modules.patch|   68 +++
 /0002-Enable-subpixel-rendering.patch  |   50 ++
 /0003-Enable-infinality-subpixel-hinting.patch |   54 ++
 /0005-freetype-2.5.2-more-demos.patch  |   34 +
 /PKGBUILD  |  204 +++
 /freetype2.install |   16 
 /freetype2.sh  |   24 +
 extra-i686/0001-Enable-table-validation-modules.patch  |   34 -
 extra-i686/0002-Enable-subpixel-rendering.patch|   25 -
 extra-i686/0003-Enable-infinality-subpixel-hinting.patch   |   27 -
 extra-i686/0005-freetype-2.5.2-more-demos.patch|   17 
 extra-i686/CVE-2017-8105.patch |   47 ++
 extra-i686/CVE-2017-8287.patch |   35 +
 extra-i686/PKGBUILD|   95 -
 extra-i686/freetype2.install   |8 
 extra-i686/freetype2.sh|   12 
 extra-x86_64/0001-Enable-table-validation-modules.patch|   34 -
 extra-x86_64/0002-Enable-subpixel-rendering.patch  |   25 -
 extra-x86_64/0003-Enable-infinality-subpixel-hinting.patch |   27 -
 extra-x86_64/0005-freetype-2.5.2-more-demos.patch  |   17 
 extra-x86_64/CVE-2017-8105.patch   |   47 ++
 extra-x86_64/CVE-2017-8287.patch   |   35 +
 extra-x86_64/PKGBUILD  |   95 -
 extra-x86_64/freetype2.install |8 
 extra-x86_64/freetype2.sh  |   12 
 25 

[arch-commits] Commit in freetype2/trunk (3 files)

2017-05-05 Thread Jan de Groot
Date: Friday, May 5, 2017 @ 21:29:09
  Author: jgc
Revision: 295344

upgpkg: freetype2 2.7.1-2

Fix CVE-2017-8105, CVE-2017-8287. https://security.archlinux.org/AVG-257

Added:
  freetype2/trunk/CVE-2017-8105.patch
  freetype2/trunk/CVE-2017-8287.patch
Modified:
  freetype2/trunk/PKGBUILD

-+
 CVE-2017-8105.patch |   47 +++
 CVE-2017-8287.patch |   35 +++
 PKGBUILD|9 -
 3 files changed, 90 insertions(+), 1 deletion(-)

Added: CVE-2017-8105.patch
===
--- CVE-2017-8105.patch (rev 0)
+++ CVE-2017-8105.patch 2017-05-05 21:29:09 UTC (rev 295344)
@@ -0,0 +1,47 @@
+From f958c48ee431bef8d4d466b40c9cb2d4dbcb7791 Mon Sep 17 00:00:00 2001
+From: Werner Lemberg 
+Date: Fri, 24 Mar 2017 09:15:10 +0100
+Subject: [psaux] Better protect `flex' handling.
+
+Reported as
+
+  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=935
+
+* src/psaux/t1decode.c (t1_decoder_parse_charstrings)
+: Since there is not a single flex operator but a
+series of subroutine calls, malformed fonts can call arbitrary other
+operators after the start of a flex, possibly adding points.  For
+this reason we have to check the available number of points before
+inserting a point.
+---
+ ChangeLog| 15 +++
+ src/psaux/t1decode.c |  9 +
+ 2 files changed, 24 insertions(+)
+
+diff --git a/src/psaux/t1decode.c b/src/psaux/t1decode.c
+index af7b465..7dd4513 100644
+--- a/src/psaux/t1decode.c
 b/src/psaux/t1decode.c
+@@ -780,10 +780,19 @@
+ /* point without adding any point to the outline*/
+ idx = decoder->num_flex_vectors++;
+ if ( idx > 0 && idx < 7 )
++{
++  /* in malformed fonts it is possible to have other */
++  /* opcodes in the middle of a flex (which don't*/
++  /* increase `num_flex_vectors'); we thus have to   */
++  /* check whether we can add a point*/
++  if ( FT_SET_ERROR( t1_builder_check_points( builder, 1 ) ) )
++goto Syntax_Error;
++
+   t1_builder_add_point( builder,
+ x,
+ y,
+ (FT_Byte)( idx == 3 || idx == 6 ) );
++}
+   }
+   break;
+ 
+-- 
+cgit v1.0-41-gc330
+

Added: CVE-2017-8287.patch
===
--- CVE-2017-8287.patch (rev 0)
+++ CVE-2017-8287.patch 2017-05-05 21:29:09 UTC (rev 295344)
@@ -0,0 +1,35 @@
+From 3774fc08b502c3e685afca098b6e8a195aded6a0 Mon Sep 17 00:00:00 2001
+From: Werner Lemberg 
+Date: Sun, 26 Mar 2017 08:32:09 +0200
+Subject: * src/psaux/psobjs.c (t1_builder_close_contour): Add safety guard.
+
+Reported as
+
+  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=941
+---
+ ChangeLog  | 8 
+ src/psaux/psobjs.c | 8 
+ 2 files changed, 16 insertions(+)
+
+diff --git a/src/psaux/psobjs.c b/src/psaux/psobjs.c
+index d18e821..0baf836 100644
+--- a/src/psaux/psobjs.c
 b/src/psaux/psobjs.c
+@@ -1718,6 +1718,14 @@
+ first = outline->n_contours <= 1
+ ? 0 : outline->contours[outline->n_contours - 2] + 1;
+ 
++/* in malformed fonts it can happen that a contour was started */
++/* but no points were added*/
++if ( outline->n_contours && first == outline->n_points )
++{
++  outline->n_contours--;
++  return;
++}
++
+ /* We must not include the last point in the path if it */
+ /* is located on the first point.   */
+ if ( outline->n_points > 1 )
+-- 
+cgit v1.0-41-gc330
+

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 21:03:52 UTC (rev 295343)
+++ PKGBUILD2017-05-05 21:29:09 UTC (rev 295344)
@@ -4,7 +4,7 @@
 pkgbase=freetype2
 pkgname=('freetype2' 'freetype2-demos')
 pkgver=2.7.1
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.freetype.org/;
@@ -18,6 +18,8 @@
 0002-Enable-subpixel-rendering.patch
 0003-Enable-infinality-subpixel-hinting.patch
 0005-freetype-2.5.2-more-demos.patch
+   CVE-2017-8105.patch
+   CVE-2017-8287.patch
 freetype2.sh)
 sha1sums=('4d08a9a6567c6332d58e9a5f9a7e9e3fbce66789'
   'SKIP'
@@ -29,6 +31,8 @@
   'b1494810ed3aca25cdd8e8cedf634e5adfe6c09e'
   '41d27140fd590945e22e012c9dce62de3d6f11e6'
   '72cfecbe738085eec475e012617661ad0cc9b76f'
+  '9ff76b0d0a079872279a62300af7806b15b6a51a'
+  '049ed3cb4471596396660896a8ccd95288001d8f'
   'bc6df1661c4c33e20f5ce30c2da8ad3c2083665f')
 

[arch-commits] Commit in linux-tools/repos (24 files)

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 21:21:25
  Author: seblu
Revision: 227180

archrelease: copy trunk to community-i686, community-x86_64

Added:
  linux-tools/repos/community-i686/PKGBUILD
(from rev 227179, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 227179, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 227179, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 227179, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 227179, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 227179, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 227179, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 227179, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 227179, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 227179, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 227179, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 227179, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

---+
 /PKGBUILD |  480 
 /cpupower.default |   58 
 /cpupower.install |   26 +
 /cpupower.service |   22 +
 /cpupower.systemd |   60 
 /usbipd.service   |   18 +
 community-i686/PKGBUILD   |  240 --
 community-i686/cpupower.default   |   29 --
 community-i686/cpupower.install   |   13 
 community-i686/cpupower.service   |   11 
 community-i686/cpupower.systemd   |   30 --
 community-i686/usbipd.service |9 
 community-x86_64/PKGBUILD |  240 --
 community-x86_64/cpupower.default |   29 --
 community-x86_64/cpupower.install |   13 
 community-x86_64/cpupower.service |   11 
 community-x86_64/cpupower.systemd |   30 --
 community-x86_64/usbipd.service   |9 
 18 files changed, 664 insertions(+), 664 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 21:21:06 UTC (rev 227179)
+++ community-i686/PKGBUILD 2017-05-05 21:21:25 UTC (rev 227180)
@@ -1,240 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'cgroup_event_listener'
-  'cpupower'
-  'libtraceevent'
-  'linux-tools-meta'
-  'perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=4.10
-pkgrel=1
-license=('GPL2')
-arch=('i686' 'x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python2' 'slang' 'elfutils' 'libunwind' 'numactl' 
'audit' 'gtk2')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v$pkgver;
-#'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.9.9.xz'
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service')
-md5sums=('SKIP'
- '56883c159381ba89e50ab8ea65efec77'
- '34f5ecc19770a1abbcd0fd65bfd1f065'
- '86c4e419e4ba80835c330d49ba3f56ad'
- 'bb35634f480325a78b943f7e10165e86')
-
-prepare() {
-  cd linux
-  # apply stable kernel patch
-  #patch -p1 -N -i "$srcdir"/patch-4.7.5
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'libtraceevent'
-  pushd linux/tools/lib/traceevent
-  make
-  popd

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

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 21:21:06
  Author: seblu
Revision: 227179

upgpkg: linux-tools 4.11-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 21:02:18 UTC (rev 227178)
+++ PKGBUILD2017-05-05 21:21:06 UTC (rev 227179)
@@ -13,7 +13,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.10
+pkgver=4.11
 pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')


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

2017-05-05 Thread Florian Pritz
Date: Friday, May 5, 2017 @ 21:03:36
  Author: bluewind
Revision: 295342

upgpkg: zabbix 3.2.6-1

upstream update

Modified:
  zabbix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 20:22:41 UTC (rev 295341)
+++ PKGBUILD2017-05-05 21:03:36 UTC (rev 295342)
@@ -4,7 +4,7 @@
 
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 arch=(i686 x86_64)
 url='http://www.zabbix.com/'
@@ -15,7 +15,7 @@
zabbix-server{-sqlite,-mysql,-pgsql}.service 
zabbix-server.{sysusers,tmpfiles}
zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
 
-sha256sums=('2f25d4622f85f9faa9626c9d5b3dbd9bf098f494fae007fecd52c8dc5545504e'
+sha256sums=('98f025b39515b196552b8a23e2fe20a8180b5e99e613ce7378725a46ed8b62d6'
 '484fa9969eab61eaf20043ae08e2615c0569982dff869c985f2e2065da698c6a'
 'ef23133aae2340945e621c9725094a3458d9089d3de15f641afcdabdf7c5a39c'
 'c38a871d237b00dd6310dfb02e5a8e1b930e445204e73dde8305bed8baf380ec'


[arch-commits] Commit in zabbix/repos (32 files)

2017-05-05 Thread Florian Pritz
Date: Friday, May 5, 2017 @ 21:03:52
  Author: bluewind
Revision: 295343

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  zabbix/repos/testing-i686/
  zabbix/repos/testing-i686/PKGBUILD
(from rev 295342, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-i686/zabbix-agent.service
(from rev 295342, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-i686/zabbix-agent.sysusers
(from rev 295342, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-i686/zabbix-agent.tmpfiles
(from rev 295342, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-i686/zabbix-proxy-mysql.service
(from rev 295342, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-i686/zabbix-proxy-pgsql.service
(from rev 295342, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-i686/zabbix-proxy-sqlite.service
(from rev 295342, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-i686/zabbix-proxy.sysusers
(from rev 295342, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-i686/zabbix-proxy.tmpfiles
(from rev 295342, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-i686/zabbix-server-mysql.service
(from rev 295342, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-i686/zabbix-server-pgsql.service
(from rev 295342, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-i686/zabbix-server-sqlite.service
(from rev 295342, zabbix/trunk/zabbix-server-sqlite.service)
  zabbix/repos/testing-i686/zabbix-server.install
(from rev 295342, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-i686/zabbix-server.sysusers
(from rev 295342, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-i686/zabbix-server.tmpfiles
(from rev 295342, zabbix/trunk/zabbix-server.tmpfiles)
  zabbix/repos/testing-x86_64/
  zabbix/repos/testing-x86_64/PKGBUILD
(from rev 295342, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-x86_64/zabbix-agent.service
(from rev 295342, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
(from rev 295342, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
(from rev 295342, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
(from rev 295342, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
(from rev 295342, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
(from rev 295342, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
(from rev 295342, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
(from rev 295342, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-server-mysql.service
(from rev 295342, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-server-pgsql.service
(from rev 295342, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-server-sqlite.service
(from rev 295342, zabbix/trunk/zabbix-server-sqlite.service)
  zabbix/repos/testing-x86_64/zabbix-server.install
(from rev 295342, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-x86_64/zabbix-server.sysusers
(from rev 295342, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-x86_64/zabbix-server.tmpfiles
(from rev 295342, zabbix/trunk/zabbix-server.tmpfiles)

-+
 testing-i686/PKGBUILD   |  179 ++
 testing-i686/zabbix-agent.service   |   11 +
 testing-i686/zabbix-agent.sysusers  |1 
 testing-i686/zabbix-agent.tmpfiles  |1 
 testing-i686/zabbix-proxy-mysql.service |   12 +
 testing-i686/zabbix-proxy-pgsql.service |   12 +
 testing-i686/zabbix-proxy-sqlite.service|   12 +
 testing-i686/zabbix-proxy.sysusers  |1 
 testing-i686/zabbix-proxy.tmpfiles  |1 
 testing-i686/zabbix-server-mysql.service|   12 +
 testing-i686/zabbix-server-pgsql.service|   12 +
 testing-i686/zabbix-server-sqlite.service   |   12 +
 testing-i686/zabbix-server.install  |   12 +
 testing-i686/zabbix-server.sysusers |1 
 testing-i686/zabbix-server.tmpfiles |1 
 testing-x86_64/PKGBUILD |  179 ++
 testing-x86_64/zabbix-agent.service |   11 +
 testing-x86_64/zabbix-agent.sysusers|1 
 testing-x86_64/zabbix-agent.tmpfiles|1 
 testing-x86_64/zabbix-proxy-mysql.service   |   12 +
 testing-x86_64/zabbix-proxy-pgsql.service   |   12 +
 testing-x86_64/zabbix-proxy-sqlite.service  |   12 +
 testing-x86_64/zabbix-proxy.sysusers|1 
 testing-x86_64/zabbix-proxy.tmpfiles|1 
 testing-x86_64/zabbix-server-mysql.service  |   

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

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 21:01:57
  Author: seblu
Revision: 227177

upgpkg: docker 1:17.05.0-1

Modified:
  docker/trunk/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 89 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 20:52:21 UTC (rev 227176)
+++ PKGBUILD2017-05-05 21:01:57 UTC (rev 227177)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=17.04.0
+pkgver=17.05.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -11,7 +11,7 @@
 license=('Apache')
 depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 
'libsystemd'
  'libseccomp')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man' 'cmake')
+makedepends=('git' 'go' 'btrfs-progs' 'cmake')
 optdepends=('btrfs-progs: btrfs backend support'
 'lxc: lxc backend support')
 # don't strip binaries! A sha1 is used to check binary consistency.
@@ -20,14 +20,16 @@
 # https://github.com/docker/containerd/issues/299#issuecomment-240745119
 # see commit in hack/dockerfile/binaries-commits
 _RUNC_COMMIT=9c2d8d184e5da67c95d601382adf14862e4f2228
-_CONTAINERD_COMMIT=422e31ce907fd9c3833a38d7b8fdd023e5a76e73
+_CONTAINERD_COMMIT=9048e5e50717ea4497b757314bad98ea3763c145
+_TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
 _LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
-_TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver-ce;
+source=("git+https://github.com/moby/moby.git#tag=v$pkgver-ce;
 "git+https://github.com/docker/runc.git#commit=$_RUNC_COMMIT;
-
"git+https://github.com/docker/containerd.git#commit=$_CONTAINERD_COMMIT;
+
"git+https://github.com/containerd/containerd.git#commit=$_CONTAINERD_COMMIT;
 
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT;
 "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
+"git+https://github.com/spf13/cobra.git;
+"git+https://github.com/cpuguy83/go-md2man.git;
 "$pkgname.sysusers")
 md5sums=('SKIP'
  'SKIP'
@@ -34,26 +36,15 @@
  'SKIP'
  'SKIP'
  'SKIP'
+ 'SKIP'
+ 'SKIP'
  '9a8b2744db23b14ca3cd350fdf73c179')
 
-prepare() {
-  cd docker
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
 build() {
-  # check packager mistake on commit version
+  ### check my mistakes on commit version
   msg2 'Checking commit mismatch'
   local _cfile _commit _pkgbuild _dockerfile
-  _cfile="$srcdir"/docker/hack/dockerfile/binaries-commits
+  _cfile="$srcdir"/moby/hack/dockerfile/binaries-commits
   . "$_cfile"
   for _commit in RUNC CONTAINERD LIBNETWORK TINI; do
 _pkgbuild=_${_commit}_COMMIT
@@ -65,77 +56,108 @@
 fi
   done
 
-  # go
+  ### go magics
   export GOPATH="$srcdir"
+  export PATH="$GOPATH/bin:$PATH"
 
-  # runc
+  ### docker binary
+  msg2 'Building docker'
+  # projects still reference import with github.com/docker
+  mkdir -p src/github.com/docker
+  ln -rsfT moby src/github.com/docker/docker
+  pushd src/github.com/docker/docker >/dev/null
+  DOCKER_BUILDTAGS='seccomp' hack/make.sh dynbinary
+  popd >/dev/null
+
+  ### go-md2man (used for manpages)
+  msg2 'Building go-md2man'
+  mkdir -p src/github.com/cpuguy83
+  ln -rsf go-md2man src/github.com/cpuguy83
+  pushd src/github.com/cpuguy83/go-md2man >/dev/null
+  go get -v ./...
+  popd >/dev/null
+
+  ### docker man pages
+  msg2 'Building man pages'
+  # cobra (used for manpages)
+  mkdir -p src/github.com/spf13
+  ln -rsf cobra src/github.com/spf13
+  # generate
+  pushd src/github.com/docker/docker >/dev/null
+  man/generate.sh 2>/dev/null
+  popd >/dev/null
+
+  ### runc
   msg2 'Building runc'
-  mkdir -p src/github.com/opencontainers
-  ln -rsf "$srcdir/runc" src/github.com/opencontainers/runc
-  cd src/github.com/opencontainers/runc
+  pushd runc >/dev/null
   make BUILDTAGS='seccomp'
+  popd >/dev/null
 
-  # containerd
+  ### containerd
   msg2 'Building containerd'
-  cd "$srcdir"
-  mkdir -p src/github.com/docker
-  ln -rsf containerd src/github.com/docker
-  cd src/github.com/docker/containerd
+  ln -rsfT containerd src/github.com/docker/containerd
+  pushd src/github.com/docker/containerd >/dev/null
   LDFLAGS= make
+  popd >/dev/null
 
-  # docker proxy
+  ### docker proxy
   msg2 'Building docker-proxy'
-  cd "$srcdir"
   ln -rsf libnetwork src/github.com/docker
-  cd src/github.com/docker/libnetwork
+  pushd src/github.com/docker/libnetwork >/dev/null
   go build -ldflags='-linkmode=external' 

[arch-commits] Commit in docker/repos (8 files)

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 21:02:18
  Author: seblu
Revision: 227178

archrelease: copy trunk to community-x86_64, community-i686

Added:
  docker/repos/community-i686/PKGBUILD
(from rev 227177, docker/trunk/PKGBUILD)
  docker/repos/community-i686/docker.sysusers
(from rev 227177, docker/trunk/docker.sysusers)
  docker/repos/community-x86_64/PKGBUILD
(from rev 227177, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.sysusers
(from rev 227177, docker/trunk/docker.sysusers)
Deleted:
  docker/repos/community-i686/PKGBUILD
  docker/repos/community-i686/docker.sysusers
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.sysusers

--+
 /PKGBUILD|  326 +
 /docker.sysusers |4 
 community-i686/PKGBUILD  |  141 
 community-i686/docker.sysusers   |2 
 community-x86_64/PKGBUILD|  141 
 community-x86_64/docker.sysusers |2 
 6 files changed, 330 insertions(+), 286 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 21:01:57 UTC (rev 227177)
+++ community-i686/PKGBUILD 2017-05-05 21:02:18 UTC (rev 227178)
@@ -1,141 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=17.04.0
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64' 'i686')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 
'libsystemd'
- 'libseccomp')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man' 'cmake')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-# Use exact commit version from Dockerfile for runc and containerd until 1.0.0
-# https://github.com/docker/containerd/issues/299#issuecomment-240745119
-# see commit in hack/dockerfile/binaries-commits
-_RUNC_COMMIT=9c2d8d184e5da67c95d601382adf14862e4f2228
-_CONTAINERD_COMMIT=422e31ce907fd9c3833a38d7b8fdd023e5a76e73
-_LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
-_TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver-ce;
-"git+https://github.com/docker/runc.git#commit=$_RUNC_COMMIT;
-
"git+https://github.com/docker/containerd.git#commit=$_CONTAINERD_COMMIT;
-
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT;
-"git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
-"$pkgname.sysusers")
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- '9a8b2744db23b14ca3cd350fdf73c179')
-
-prepare() {
-  cd docker
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  # check packager mistake on commit version
-  msg2 'Checking commit mismatch'
-  local _cfile _commit _pkgbuild _dockerfile
-  _cfile="$srcdir"/docker/hack/dockerfile/binaries-commits
-  . "$_cfile"
-  for _commit in RUNC CONTAINERD LIBNETWORK TINI; do
-_pkgbuild=_${_commit}_COMMIT
-_dockerfile=${_commit}_COMMIT
-if [[ ${!_pkgbuild} != ${!_dockerfile} ]]; then
-  error "Invalid $_commit commit"
-  fgrep '_COMMIT=' "$_cfile"
-  return 1
-fi
-  done
-
-  # go
-  export GOPATH="$srcdir"
-
-  # runc
-  msg2 'Building runc'
-  mkdir -p src/github.com/opencontainers
-  ln -rsf "$srcdir/runc" src/github.com/opencontainers/runc
-  cd src/github.com/opencontainers/runc
-  make BUILDTAGS='seccomp'
-
-  # containerd
-  msg2 'Building containerd'
-  cd "$srcdir"
-  mkdir -p src/github.com/docker
-  ln -rsf containerd src/github.com/docker
-  cd src/github.com/docker/containerd
-  LDFLAGS= make
-
-  # docker proxy
-  msg2 'Building docker-proxy'
-  cd "$srcdir"
-  ln -rsf libnetwork src/github.com/docker
-  cd src/github.com/docker/libnetwork
-  go build -ldflags='-linkmode=external' github.com/docker/libnetwork/cmd/proxy
-
-  # docker-init
-  msg2 'Building docker-init'
-  cd "$srcdir/tini"
-  cmake .
-  # we must use the static binary because it's started in a foreign os
-  make tini-static
-
-  # docker
-  msg2 'Building docker'
-  cd "$srcdir"/docker
-  export AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp'
-  hack/make.sh dynbinary
-  # man pages
-  man/md2man-all.sh 2>/dev/null
-}
-
-package() {
-  # runc
-  install -Dm755 runc/runc "$pkgdir/usr/bin/docker-runc"
-  # docker-containerd
-  install -Dm755 containerd/bin/containerd "$pkgdir/usr/bin/docker-containerd"
-  install -Dm755 

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

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 20:52:21
  Author: seblu
Revision: 227176

archrelease: copy trunk to community-any

Added:
  unifi/repos/community-any/LICENSE
(from rev 227175, unifi/trunk/LICENSE)
  unifi/repos/community-any/PKGBUILD
(from rev 227175, unifi/trunk/PKGBUILD)
  unifi/repos/community-any/unifi.service
(from rev 227175, unifi/trunk/unifi.service)
  unifi/repos/community-any/unifi.sysusers
(from rev 227175, unifi/trunk/unifi.sysusers)
Deleted:
  unifi/repos/community-any/LICENSE
  unifi/repos/community-any/PKGBUILD
  unifi/repos/community-any/unifi.service
  unifi/repos/community-any/unifi.sysusers

+
 LICENSE|6 +--
 PKGBUILD   |  110 +++
 unifi.service  |   24 ++--
 unifi.sysusers |2 -
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-05-05 20:52:10 UTC (rev 227175)
+++ LICENSE 2017-05-05 20:52:21 UTC (rev 227176)
@@ -1,3 +0,0 @@
-Ubiquiti Networks - All Rights Reserved.
-Permission granted to Archlinux to re-package.
-https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html

Copied: unifi/repos/community-any/LICENSE (from rev 227175, unifi/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-05-05 20:52:21 UTC (rev 227176)
@@ -0,0 +1,3 @@
+Ubiquiti Networks - All Rights Reserved.
+Permission granted to Archlinux to re-package.
+https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-05 20:52:10 UTC (rev 227175)
+++ PKGBUILD2017-05-05 20:52:21 UTC (rev 227176)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Frederik Schwan frederik dot schwan at linux dot com>
-
-pkgname=unifi
-pkgver=5.4.14
-pkgrel=1
-pkgdesc='Centralized management system for Ubiquiti UniFi AP'
-arch=('any')
-url='https://community.ubnt.com/unifi'
-# We are allowed to ship the software in our repository
-# 
https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html
-license=('custom')
-depends=('mongodb' 'java-runtime-headless' 'fontconfig')
-conflicts=('tomcat-native')
-source=("UniFi-$pkgver.zip::https://dl.ubnt.com/unifi/$pkgver/UniFi.unix.zip;
-'unifi.service'
-'unifi.sysusers'
-'LICENSE')
-md5sums=('f676e275b7379961b0ce14c9973a1610'
- '79998cabf110d9a96ba4d3367101c94c'
- 'a92291a0074a5dcf414da4dfe812bc2a'
- '63a6f9e67db6a466f31a40c228c16d63')
-
-package() {
-  # lib
-  install -dm755 "$pkgdir/usr/lib/unifi"
-  cp -r UniFi/{bin,dl,lib,webapps} "$pkgdir/usr/lib/unifi"
-  rm -r "$pkgdir/usr/lib/unifi/lib/native"
-
-  # data
-  install -dm750 "$pkgdir/var/lib/unifi"
-  for _d in data run work; do
-install -dm750 "$pkgdir/var/lib/unifi/$_d"
-ln -s "../../../var/lib/unifi/$_d" "$pkgdir/usr/lib/unifi/$_d"
-  done
-  chown -R 113:113 "$pkgdir/var/lib/unifi"
-
-  # log
-  install -dm750 "$pkgdir/var/log/unifi"
-  ln -s ../../../var/log/unifi "$pkgdir/usr/lib/unifi/logs"
-  chown -R 113:113 "$pkgdir/var/log/unifi"
-
-  # readme
-  install -Dm644 UniFi/readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
-
-  # license
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd
-  install -Dm644 $pkgname.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgname.sysusers "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: unifi/repos/community-any/PKGBUILD (from rev 227175, 
unifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-05 20:52:21 UTC (rev 227176)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Frederik Schwan frederik dot schwan at linux dot com>
+
+pkgname=unifi
+pkgver=5.4.15
+pkgrel=1
+pkgdesc='Centralized management system for Ubiquiti UniFi AP'
+arch=('any')
+url='https://community.ubnt.com/unifi'
+# We are allowed to ship the software in our repository
+# 
https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html
+license=('custom')
+depends=('mongodb' 'java-runtime-headless' 'fontconfig')
+conflicts=('tomcat-native')
+source=("UniFi-$pkgver.zip::https://dl.ubnt.com/unifi/$pkgver/UniFi.unix.zip;
+'unifi.service'
+'unifi.sysusers'
+'LICENSE')
+md5sums=('13b64c05a4fe7d15bf66791d56305021'
+ '79998cabf110d9a96ba4d3367101c94c'
+ 'a92291a0074a5dcf414da4dfe812bc2a'
+ '63a6f9e67db6a466f31a40c228c16d63')
+
+package() {
+  # lib
+  install -dm755 "$pkgdir/usr/lib/unifi"
+  cp -r 

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

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 20:52:10
  Author: seblu
Revision: 227175

upgpkg: unifi 5.4.15-1

Modified:
  unifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 20:41:13 UTC (rev 227174)
+++ PKGBUILD2017-05-05 20:52:10 UTC (rev 227175)
@@ -3,7 +3,7 @@
 # Contributor: Frederik Schwan frederik dot schwan at linux dot com>
 
 pkgname=unifi
-pkgver=5.4.14
+pkgver=5.4.15
 pkgrel=1
 pkgdesc='Centralized management system for Ubiquiti UniFi AP'
 arch=('any')
@@ -17,7 +17,7 @@
 'unifi.service'
 'unifi.sysusers'
 'LICENSE')
-md5sums=('f676e275b7379961b0ce14c9973a1610'
+md5sums=('13b64c05a4fe7d15bf66791d56305021'
  '79998cabf110d9a96ba4d3367101c94c'
  'a92291a0074a5dcf414da4dfe812bc2a'
  '63a6f9e67db6a466f31a40c228c16d63')


[arch-commits] Commit in backuppc/repos (32 files)

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 20:41:13
  Author: seblu
Revision: 227174

archrelease: copy trunk to community-x86_64, community-i686

Added:
  backuppc/repos/community-i686/PKGBUILD
(from rev 227173, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-i686/backuppc.httpd
(from rev 227173, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-i686/backuppc.install
(from rev 227173, backuppc/trunk/backuppc.install)
  backuppc/repos/community-i686/backuppc.profile.csh
(from rev 227173, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-i686/backuppc.profile.sh
(from rev 227173, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-i686/backuppc.service
(from rev 227173, backuppc/trunk/backuppc.service)
  backuppc/repos/community-i686/backuppc.sysusers
(from rev 227173, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-i686/backuppc.tmpfiles
(from rev 227173, backuppc/trunk/backuppc.tmpfiles)
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 227173, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 227173, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 227173, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 227173, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 227173, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 227173, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 227173, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 227173, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-i686/PKGBUILD
  backuppc/repos/community-i686/backuppc.httpd
  backuppc/repos/community-i686/backuppc.install
  backuppc/repos/community-i686/backuppc.profile.csh
  backuppc/repos/community-i686/backuppc.profile.sh
  backuppc/repos/community-i686/backuppc.service
  backuppc/repos/community-i686/backuppc.sysusers
  backuppc/repos/community-i686/backuppc.tmpfiles
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

---+
 /PKGBUILD |  258 
 /backuppc.httpd   |   42 +
 /backuppc.install |   46 +
 /backuppc.profile.csh |2 
 /backuppc.profile.sh  |6 
 /backuppc.service |   22 ++
 /backuppc.sysusers|2 
 /backuppc.tmpfiles|2 
 community-i686/PKGBUILD   |  129 
 community-i686/backuppc.httpd |   21 --
 community-i686/backuppc.install   |   23 --
 community-i686/backuppc.profile.csh   |1 
 community-i686/backuppc.profile.sh|3 
 community-i686/backuppc.service   |   11 -
 community-i686/backuppc.sysusers  |1 
 community-i686/backuppc.tmpfiles  |1 
 community-x86_64/PKGBUILD |  129 
 community-x86_64/backuppc.httpd   |   21 --
 community-x86_64/backuppc.install |   23 --
 community-x86_64/backuppc.profile.csh |1 
 community-x86_64/backuppc.profile.sh  |3 
 community-x86_64/backuppc.service |   11 -
 community-x86_64/backuppc.sysusers|1 
 community-x86_64/backuppc.tmpfiles|1 
 24 files changed, 380 insertions(+), 380 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 20:40:35 UTC (rev 227173)
+++ community-i686/PKGBUILD 2017-05-05 20:41:13 UTC (rev 227174)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.1.1
-_xsver=0.53
-_rbpcver=3.0.9.6
-pkgrel=1
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64' 'i686')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-

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

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 20:40:35
  Author: seblu
Revision: 227173

upgpkg: backuppc 4.1.2-1

Modified:
  backuppc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 19:16:20 UTC (rev 227172)
+++ PKGBUILD2017-05-05 20:40:35 UTC (rev 227173)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=backuppc
-pkgver=4.1.1
+pkgver=4.1.2
 _xsver=0.53
 _rbpcver=3.0.9.6
 pkgrel=1
@@ -31,7 +31,7 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-md5sums=('32b7ecdcfe0a3a7692e4ad86d5225ab8'
+md5sums=('51b6328747d7329fe0278329eaa22ac6'
  'a6e58a97994e0128064ab16ee337f2f0'
  'c3e4b850d5d522bd1df21555c4287448'
  '9d798d275eb737bcfd035d5277b6b4ce'


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

2017-05-05 Thread Maxime Gauduin
Date: Friday, May 5, 2017 @ 19:57:06
  Author: alucryd
Revision: 295338

Add Vala bindings

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 18:48:02 UTC (rev 295337)
+++ PKGBUILD2017-05-05 19:57:06 UTC (rev 295338)
@@ -6,13 +6,13 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
 license=(GPL)
 depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool)
+makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-index.hook)
 sha256sums=('521f30164c01654a7416623a317aeace20a9bec717b37f0ab3cc1cbe7cfbbafa'
@@ -28,9 +28,10 @@
   cd build
 
   cmake ../AppStream-$pkgver \
-   -DQT=ON \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DCMAKE_BUILD_TYPE=Release
+  -DQT=ON \
+  -DVAPI=ON \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release
   make
 }
 
@@ -38,7 +39,7 @@
   cd build
 
   make DESTDIR="$pkgdir" install
-  
+
 # provided by -qt subpackage
   rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
 


[arch-commits] Commit in appstream/repos (8 files)

2017-05-05 Thread Maxime Gauduin
Date: Friday, May 5, 2017 @ 19:57:17
  Author: alucryd
Revision: 295339

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  appstream/repos/extra-i686/PKGBUILD
(from rev 295338, appstream/trunk/PKGBUILD)
  appstream/repos/extra-i686/update-appstream-index.hook
(from rev 295338, appstream/trunk/update-appstream-index.hook)
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 295338, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-index.hook
(from rev 295338, appstream/trunk/update-appstream-index.hook)
Deleted:
  appstream/repos/extra-i686/PKGBUILD
  appstream/repos/extra-i686/update-appstream-index.hook
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-index.hook

--+
 /PKGBUILD|  110 +
 /update-appstream-index.hook |   34 
 extra-i686/PKGBUILD  |   54 --
 extra-i686/update-appstream-index.hook   |   17 
 extra-x86_64/PKGBUILD|   54 --
 extra-x86_64/update-appstream-index.hook |   17 
 6 files changed, 144 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-05 19:57:06 UTC (rev 295338)
+++ extra-i686/PKGBUILD 2017-05-05 19:57:17 UTC (rev 295339)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt 
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-index.hook)
-sha256sums=('521f30164c01654a7416623a317aeace20a9bec717b37f0ab3cc1cbe7cfbbafa'
-'SKIP'
-'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver \
-   -DQT=ON \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-index.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build/qt
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream/repos/extra-i686/PKGBUILD (from rev 295338, 
appstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-05 19:57:17 UTC (rev 295339)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt 
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.11.0
+pkgrel=2
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool vala)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-index.hook)
+sha256sums=('521f30164c01654a7416623a317aeace20a9bec717b37f0ab3cc1cbe7cfbbafa'
+'SKIP'
+'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver \
+  -DQT=ON \
+  -DVAPI=ON \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 "$srcdir"/update-appstream-index.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream qt5-base)
+
+  cd build/qt
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-05 Thread Sven-Hendrik Haase
Date: Friday, May 5, 2017 @ 19:16:07
  Author: svenstaro
Revision: 227171

upgpkg: tensorflow 1.1.0-2

remove provides and conflicts

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 18:57:41 UTC (rev 227170)
+++ PKGBUILD2017-05-05 19:16:07 UTC (rev 227171)
@@ -5,13 +5,11 @@
 pkgbase=tensorflow
 pkgname=(tensorflow python-tensorflow)
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('Apache2')
 arch=('x86_64')
-provides=('tensorflow' 'libtensorflow')
-conflicts=('tensorflow' 'libtensorflow')
 makedepends=('git' 'bazel' 'python-numpy' 'gcc5' 'cuda' 'cudnn' 'python-pip' 
'python-wheel' 'python-setuptools')
 optdepends=('cuda: GPU support'
 'cudnn: GPU support')


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

2017-05-05 Thread Sven-Hendrik Haase
Date: Friday, May 5, 2017 @ 19:16:20
  Author: svenstaro
Revision: 227172

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 227171, tensorflow/trunk/PKGBUILD)
Deleted:
  tensorflow/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-05 19:16:07 UTC (rev 227171)
+++ PKGBUILD2017-05-05 19:16:20 UTC (rev 227172)
@@ -1,73 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow python-tensorflow)
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('Apache2')
-arch=('x86_64')
-provides=('tensorflow' 'libtensorflow')
-conflicts=('tensorflow' 'libtensorflow')
-makedepends=('git' 'bazel' 'python-numpy' 'gcc5' 'cuda' 'cudnn' 'python-pip' 
'python-wheel' 'python-setuptools')
-optdepends=('cuda: GPU support'
-'cudnn: GPU support')
-source=("https://github.com/tensorflow/tensorflow/archive/v${pkgver}.tar.gz;)
-sha512sums=('5dc0e13742c06cbc6407cc54de02d825928e9c16169b198bbec95acd2a9af49bf3df092c99be1e3adadd40c5f4edf8735c6ad67a370c90c1e74146c32eac')
-
-prepare() {
-  cd tensorflow-${pkgver}
-  # setup environment variables
-  export PYTHON_BIN_PATH=/usr/bin/python
-  export USE_DEFAULT_PYTHON_LIB_PATH=1
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_JEMALLOC=1
-  export TF_NEED_GCP=0
-  export TF_NEED_HDFS=0
-  export TF_ENABLE_XLA=1
-  export TF_NEED_VERBS=0
-  export TF_NEED_OPENCL=0
-  export TF_NEED_CUDA=1
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-5
-
-  # For next version instead of the gcc-5 stuff:
-  # export TF_CUDA_CLANG=1
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.5,5.2,6.1
-}
-
-build() {
-  cd tensorflow-${pkgver}
-
-  ./configure
-  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
-}
-
-package_tensorflow() {
-  cd tensorflow-${pkgver}
-
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/lib${pkgname}.so
-  install -Dm644 tensorflow/c/c_api.h ${pkgdir}/usr/include/${pkgname}/c_api.h
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-tensorflow() {
-  cd tensorflow-${pkgver}
-
-  WHEEL_PACKAGE=$(find ${srcdir}/tmp -name "tensor*.whl")
-  pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies
-  find ${pkgdir} -name __pycache__ -exec rm -r {} +
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tensorflow/repos/community-x86_64/PKGBUILD (from rev 227171, 
tensorflow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-05 19:16:20 UTC (rev 227172)
@@ -0,0 +1,71 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat (archdria) 
+# Contributor: Thibault Lorrain (fredszaq) 
+
+pkgbase=tensorflow
+pkgname=(tensorflow python-tensorflow)
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
+url="https://www.tensorflow.org/;
+license=('Apache2')
+arch=('x86_64')
+makedepends=('git' 'bazel' 'python-numpy' 'gcc5' 'cuda' 'cudnn' 'python-pip' 
'python-wheel' 'python-setuptools')
+optdepends=('cuda: GPU support'
+'cudnn: GPU support')
+source=("https://github.com/tensorflow/tensorflow/archive/v${pkgver}.tar.gz;)
+sha512sums=('5dc0e13742c06cbc6407cc54de02d825928e9c16169b198bbec95acd2a9af49bf3df092c99be1e3adadd40c5f4edf8735c6ad67a370c90c1e74146c32eac')
+
+prepare() {
+  cd tensorflow-${pkgver}
+  # These environment variables influence the behavior of the configure call 
below.
+  export PYTHON_BIN_PATH=/usr/bin/python
+  export USE_DEFAULT_PYTHON_LIB_PATH=1
+  export CC_OPT_FLAGS="-march=x86-64"
+  export TF_NEED_JEMALLOC=1
+  export TF_NEED_GCP=0
+  export TF_NEED_HDFS=0
+  export TF_ENABLE_XLA=1
+  export TF_NEED_VERBS=0
+  export TF_NEED_OPENCL=0
+  export TF_NEED_CUDA=1
+  export 

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

2017-05-05 Thread Jelle van der Waa
Date: Friday, May 5, 2017 @ 18:57:26
  Author: jelle
Revision: 227169

upgpkg: calibre 2.84.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 17:25:15 UTC (rev 227168)
+++ PKGBUILD2017-05-05 18:57:26 UTC (rev 227169)
@@ -8,8 +8,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.83.0
-pkgrel=3
+pkgver=2.84.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('96166e8c74047cfbae9289c38ab5e2f661168048e568cd187f908242d98426ab'
+sha256sums=('75a6c2f142ccee594d6e208c4c7f57e137e2c4f06c81d36d5bc42f0dcdaa76cf'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2017-05-05 Thread Jelle van der Waa
Date: Friday, May 5, 2017 @ 18:57:41
  Author: jelle
Revision: 227170

archrelease: copy trunk to community-i686, community-x86_64

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 227169, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 227169, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  152 
 community-i686/PKGBUILD   |   76 --
 community-x86_64/PKGBUILD |   76 --
 3 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 18:57:26 UTC (rev 227169)
+++ community-i686/PKGBUILD 2017-05-05 18:57:41 UTC (rev 227170)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.83.0
-pkgrel=3
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('96166e8c74047cfbae9289c38ab5e2f661168048e568cd187f908242d98426ab'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  # FIXME: remove html5lib too, but the latest html5lib breaks calibre. And 
calibre
-  # really needs to get the latest changes into html5lib, cause forking is bad 
m'okay.
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 227169, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 18:57:41 UTC (rev 227170)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.84.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 

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

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 18:48:02
  Author: andyrtr
Revision: 295337

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 295336, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 295336, graphite/trunk/PKGBUILD)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  126 
 extra-i686/PKGBUILD   |   63 
 extra-x86_64/PKGBUILD |   63 
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-05 18:47:47 UTC (rev 295336)
+++ extra-i686/PKGBUILD 2017-05-05 18:48:02 UTC (rev 295337)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=graphite
-pkgver=1.3.9
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="https://github.com/silnrsi/graphite;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2'
- # for documentation
- 'doxygen' 'dblatex' 'graphviz' 'asciidoc')
-checkdepends=('python2-fonttools')
-options=('!emptydirs')
-source=(https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite2-${pkgver}.tgz)
-sha1sums=('0693e9eef87edf1792db247dd38794211666a1b9')
-
-
-prepare() {
-  cd "${srcdir}"
-
-  # python2 fixes
-  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 
graphite2-${pkgver}/tests/{corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  make -j1 docs
-}
-
-check() {
-  cd "${srcdir}"/build
-  # python2 fixes
-  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
-  ctest || true
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="$pkgdir/" install
-  # install doc files
-  mkdir -p "${pkgdir}"/usr/share/doc/graphite2/api
-  cp -vrf doc/doxygen/{html,latex/refman.pdf} 
"${pkgdir}"/usr/share/doc/graphite2/api
-  cp -vrf doc/{GTF,manual}.html "${pkgdir}"/usr/share/doc/graphite2
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 295336, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-05 18:48:02 UTC (rev 295337)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.3.10
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="https://github.com/silnrsi/graphite;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2'
+ # for documentation
+ 'doxygen' 'dblatex' 'graphviz' 'asciidoc')
+checkdepends=('python2-fonttools')
+options=('!emptydirs')
+source=(https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite2-${pkgver}.tgz)
+sha1sums=('668f3bce96fc02d90ea875b401ed36b2e8957d2f')
+
+
+prepare() {
+  cd "${srcdir}"
+
+  # python2 fixes
+  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 
graphite2-${pkgver}/tests/{corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
+   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE:STRING=Release \
+   -DGRAPHITE2_COMPARE_RENDERER=OFF \
+
+  # fix unwanted -O3 cflag (taken form Debian)
+  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
+
+  make 
+  make -j1 docs
+}
+
+check() {
+  cd "${srcdir}"/build
+  # python2 fixes
+  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
+  ctest || true
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="$pkgdir/" install
+  # install doc files
+  mkdir -p "${pkgdir}"/usr/share/doc/graphite2/api
+  cp -vrf doc/doxygen/{html,latex/refman.pdf} 
"${pkgdir}"/usr/share/doc/graphite2/api
+  cp -vrf doc/{GTF,manual}.html "${pkgdir}"/usr/share/doc/graphite2
+
+  # licenses
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 18:47:47
  Author: andyrtr
Revision: 295336

upgpkg: graphite 1:1.3.10-1

upstream update 1.3.10

Modified:
  graphite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 18:32:46 UTC (rev 295335)
+++ PKGBUILD2017-05-05 18:47:47 UTC (rev 295336)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=graphite
-pkgver=1.3.9
+pkgver=1.3.10
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 checkdepends=('python2-fonttools')
 options=('!emptydirs')
 
source=(https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite2-${pkgver}.tgz)
-sha1sums=('0693e9eef87edf1792db247dd38794211666a1b9')
+sha1sums=('668f3bce96fc02d90ea875b401ed36b2e8957d2f')
 
 
 prepare() {


[arch-commits] Commit in rpcbind/repos (14 files)

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 18:29:12
  Author: andyrtr
Revision: 295332

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  rpcbind/repos/testing-i686/
  rpcbind/repos/testing-i686/CVE-2017-8779.diff
(from rev 295331, rpcbind/trunk/CVE-2017-8779.diff)
  rpcbind/repos/testing-i686/PKGBUILD
(from rev 295331, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-i686/rpcbind-sunrpc.patch
(from rev 295331, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-i686/rpcbind.conf
(from rev 295331, rpcbind/trunk/rpcbind.conf)
  rpcbind/repos/testing-i686/rpcbind.install
(from rev 295331, rpcbind/trunk/rpcbind.install)
  rpcbind/repos/testing-i686/systemd_service.diff
(from rev 295331, rpcbind/trunk/systemd_service.diff)
  rpcbind/repos/testing-x86_64/
  rpcbind/repos/testing-x86_64/CVE-2017-8779.diff
(from rev 295331, rpcbind/trunk/CVE-2017-8779.diff)
  rpcbind/repos/testing-x86_64/PKGBUILD
(from rev 295331, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch
(from rev 295331, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-x86_64/rpcbind.conf
(from rev 295331, rpcbind/trunk/rpcbind.conf)
  rpcbind/repos/testing-x86_64/rpcbind.install
(from rev 295331, rpcbind/trunk/rpcbind.install)
  rpcbind/repos/testing-x86_64/systemd_service.diff
(from rev 295331, rpcbind/trunk/systemd_service.diff)

-+
 testing-i686/CVE-2017-8779.diff |   21 
 testing-i686/PKGBUILD   |   59 ++
 testing-i686/rpcbind-sunrpc.patch   |   11 ++
 testing-i686/rpcbind.conf   |3 +
 testing-i686/rpcbind.install|8 
 testing-i686/systemd_service.diff   |   10 +
 testing-x86_64/CVE-2017-8779.diff   |   21 
 testing-x86_64/PKGBUILD |   59 ++
 testing-x86_64/rpcbind-sunrpc.patch |   11 ++
 testing-x86_64/rpcbind.conf |3 +
 testing-x86_64/rpcbind.install  |8 
 testing-x86_64/systemd_service.diff |   10 +
 12 files changed, 224 insertions(+)

Copied: rpcbind/repos/testing-i686/CVE-2017-8779.diff (from rev 295331, 
rpcbind/trunk/CVE-2017-8779.diff)
===
--- testing-i686/CVE-2017-8779.diff (rev 0)
+++ testing-i686/CVE-2017-8779.diff 2017-05-05 18:29:12 UTC (rev 295332)
@@ -0,0 +1,21 @@
+diff --git a/src/rpcb_svc_com.c b/src/rpcb_svc_com.c
+index 5862c26..e11f61b 100644
+--- a/src/rpcb_svc_com.c
 b/src/rpcb_svc_com.c
+@@ -48,6 +48,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -432,7 +433,7 @@ rpcbproc_taddr2uaddr_com(void *arg, struct svc_req *rqstp 
/*__unused*/,
+ static bool_t
+ xdr_encap_parms(XDR *xdrs, struct encap_parms *epp)
+ {
+-  return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), ~0));
++  return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), 
RPC_MAXDATASIZE));
+ }
+ 
+ /*

Copied: rpcbind/repos/testing-i686/PKGBUILD (from rev 295331, 
rpcbind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-05 18:29:12 UTC (rev 295332)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Tobias Powalowski 
+
+pkgname=rpcbind
+pkgver=0.2.4
+pkgrel=3
+pkgdesc="portmap replacement which supports RPC over various protocols"
+arch=(i686 x86_64)
+backup=('etc/conf.d/rpcbind')
+makedepends=('systemd')
+depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
+url="http://rpcbind.sourceforge.net;
+license=('custom')
+replaces=('portmap')
+# see also http://git.infradead.org/users/steved/rpcbind.git
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind.conf
+systemd_service.diff
+CVE-2017-8779.diff)
+install=rpcbind.install
+sha1sums=('8a6045dd3397e9f71bf3a7c9d269e255cca537bd'
+  '1b997ce76f9727efc8c72fc5f97189591c9a60e2'
+  '08246ff18d12cee01e5c9391c6ba8f5597cac936'
+  '3ebfcf09d01e41c70135124e68b3db681c768aa0'
+  '38044ce8f3376a0b69da8e078e988fd1645bd435')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file # FS#20273
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+  # use distro config file; FS#52058
+  patch -Np1 -i ../systemd_service.diff
+  # http://seclists.org/oss-sec/2017/q2/209
+  patch -Np1 -i ../CVE-2017-8779.diff
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-rpcuser=rpc \
+--enable-warmstarts \
+--with-statedir=/var/lib/rpcbind
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install rpcbind config file
+  install -D -m644 $srcdir/rpcbind.conf 

[arch-commits] Commit in rpcbind/trunk (CVE-2017-8779.diff PKGBUILD)

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 18:28:56
  Author: andyrtr
Revision: 295331

upgpkg: rpcbind 0.2.4-3

apply fix for CVE-2017-8779; FS#53928

Added:
  rpcbind/trunk/CVE-2017-8779.diff
Modified:
  rpcbind/trunk/PKGBUILD

+
 CVE-2017-8779.diff |   21 +
 PKGBUILD   |   10 +++---
 2 files changed, 28 insertions(+), 3 deletions(-)

Added: CVE-2017-8779.diff
===
--- CVE-2017-8779.diff  (rev 0)
+++ CVE-2017-8779.diff  2017-05-05 18:28:56 UTC (rev 295331)
@@ -0,0 +1,21 @@
+diff --git a/src/rpcb_svc_com.c b/src/rpcb_svc_com.c
+index 5862c26..e11f61b 100644
+--- a/src/rpcb_svc_com.c
 b/src/rpcb_svc_com.c
+@@ -48,6 +48,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -432,7 +433,7 @@ rpcbproc_taddr2uaddr_com(void *arg, struct svc_req *rqstp 
/*__unused*/,
+ static bool_t
+ xdr_encap_parms(XDR *xdrs, struct encap_parms *epp)
+ {
+-  return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), ~0));
++  return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), 
RPC_MAXDATASIZE));
+ }
+ 
+ /*

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 18:22:07 UTC (rev 295330)
+++ PKGBUILD2017-05-05 18:28:56 UTC (rev 295331)
@@ -4,7 +4,7 @@
 
 pkgname=rpcbind
 pkgver=0.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(i686 x86_64)
 backup=('etc/conf.d/rpcbind')
@@ -17,12 +17,14 @@
 
source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
 rpcbind-sunrpc.patch
 rpcbind.conf
-systemd_service.diff)
+systemd_service.diff
+CVE-2017-8779.diff)
 install=rpcbind.install
 sha1sums=('8a6045dd3397e9f71bf3a7c9d269e255cca537bd'
   '1b997ce76f9727efc8c72fc5f97189591c9a60e2'
   '08246ff18d12cee01e5c9391c6ba8f5597cac936'
-  '3ebfcf09d01e41c70135124e68b3db681c768aa0')
+  '3ebfcf09d01e41c70135124e68b3db681c768aa0'
+  '38044ce8f3376a0b69da8e078e988fd1645bd435')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -30,6 +32,8 @@
   patch -Np1 -i ../rpcbind-sunrpc.patch
   # use distro config file; FS#52058
   patch -Np1 -i ../systemd_service.diff
+  # http://seclists.org/oss-sec/2017/q2/209
+  patch -Np1 -i ../CVE-2017-8779.diff
 }
 
 build() {


[arch-commits] Commit in libtirpc/repos (8 files)

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 18:22:07
  Author: andyrtr
Revision: 295330

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libtirpc/repos/testing-i686/
  libtirpc/repos/testing-i686/CVE-2017-8779.diff
(from rev 295329, libtirpc/trunk/CVE-2017-8779.diff)
  libtirpc/repos/testing-i686/PKGBUILD
(from rev 295329, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-i686/add_missing_rwlock_unlocks_in_xprt_register.diff
(from rev 295329, 
libtirpc/trunk/add_missing_rwlock_unlocks_in_xprt_register.diff)
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/CVE-2017-8779.diff
(from rev 295329, libtirpc/trunk/CVE-2017-8779.diff)
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 295329, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-x86_64/add_missing_rwlock_unlocks_in_xprt_register.diff
(from rev 295329, 
libtirpc/trunk/add_missing_rwlock_unlocks_in_xprt_register.diff)

-+
 testing-i686/CVE-2017-8779.diff |  255 
++
 testing-i686/PKGBUILD   |   40 +
 testing-i686/add_missing_rwlock_unlocks_in_xprt_register.diff   |   61 ++
 testing-x86_64/CVE-2017-8779.diff   |  255 
++
 testing-x86_64/PKGBUILD |   40 +
 testing-x86_64/add_missing_rwlock_unlocks_in_xprt_register.diff |   61 ++
 6 files changed, 712 insertions(+)

Copied: libtirpc/repos/testing-i686/CVE-2017-8779.diff (from rev 295329, 
libtirpc/trunk/CVE-2017-8779.diff)
===
--- testing-i686/CVE-2017-8779.diff (rev 0)
+++ testing-i686/CVE-2017-8779.diff 2017-05-05 18:22:07 UTC (rev 295330)
@@ -0,0 +1,255 @@
+diff --git a/src/rpc_generic.c b/src/rpc_generic.c
+index 2f09a8f..589cbd5 100644
+--- a/src/rpc_generic.c
 b/src/rpc_generic.c
+@@ -615,6 +615,9 @@ __rpc_taddr2uaddr_af(int af, const struct netbuf *nbuf)
+ 
+   switch (af) {
+   case AF_INET:
++  if (nbuf->len < sizeof(*sin)) {
++  return NULL;
++  }
+   sin = nbuf->buf;
+   if (inet_ntop(af, >sin_addr, namebuf, sizeof namebuf)
+   == NULL)
+@@ -626,6 +629,9 @@ __rpc_taddr2uaddr_af(int af, const struct netbuf *nbuf)
+   break;
+ #ifdef INET6
+   case AF_INET6:
++  if (nbuf->len < sizeof(*sin6)) {
++  return NULL;
++  }
+   sin6 = nbuf->buf;
+   if (inet_ntop(af, >sin6_addr, namebuf6, sizeof namebuf6)
+   == NULL)
+@@ -667,6 +673,8 @@ __rpc_uaddr2taddr_af(int af, const char *uaddr)
+ 
+   port = 0;
+   sin = NULL;
++  if (uaddr == NULL)
++  return NULL;
+   addrstr = strdup(uaddr);
+   if (addrstr == NULL)
+   return NULL;
+diff --git a/src/rpcb_prot.c b/src/rpcb_prot.c
+index 43fd385..a923c8e 100644
+--- a/src/rpcb_prot.c
 b/src/rpcb_prot.c
+@@ -41,6 +41,7 @@
+ #include 
+ #include 
+ #include 
++#include "rpc_com.h"
+ 
+ bool_t
+ xdr_rpcb(xdrs, objp)
+@@ -53,13 +54,13 @@ xdr_rpcb(xdrs, objp)
+   if (!xdr_u_int32_t(xdrs, >r_vers)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_netid, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_netid, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_addr, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_addr, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_owner, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_owner, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+   return (TRUE);
+@@ -159,19 +160,19 @@ xdr_rpcb_entry(xdrs, objp)
+   XDR *xdrs;
+   rpcb_entry *objp;
+ {
+-  if (!xdr_string(xdrs, >r_maddr, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_maddr, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_nc_netid, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_nc_netid, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+   if (!xdr_u_int32_t(xdrs, >r_nc_semantics)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_nc_protofmly, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_nc_protofmly, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_nc_proto, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_nc_proto, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+   return (TRUE);
+@@ -292,7 +293,7 @@ xdr_rpcb_rmtcallres(xdrs, p)
+   bool_t dummy;
+   struct r_rpcb_rmtcallres *objp = (struct r_rpcb_rmtcallres *)(void *)p;
+ 
+-  if (!xdr_string(xdrs, >addr, (u_int)~0)) {
++  if (!xdr_string(xdrs, >addr, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }

[arch-commits] Commit in libtirpc/trunk (CVE-2017-8779.diff PKGBUILD)

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 18:21:46
  Author: andyrtr
Revision: 295329

upgpkg: libtirpc 1.0.1-3

apply fix for CVE-2017-8779; FS#53928

Added:
  libtirpc/trunk/CVE-2017-8779.diff
Modified:
  libtirpc/trunk/PKGBUILD

+
 CVE-2017-8779.diff |  255 +++
 PKGBUILD   |   10 +-
 2 files changed, 262 insertions(+), 3 deletions(-)

Added: CVE-2017-8779.diff
===
--- CVE-2017-8779.diff  (rev 0)
+++ CVE-2017-8779.diff  2017-05-05 18:21:46 UTC (rev 295329)
@@ -0,0 +1,255 @@
+diff --git a/src/rpc_generic.c b/src/rpc_generic.c
+index 2f09a8f..589cbd5 100644
+--- a/src/rpc_generic.c
 b/src/rpc_generic.c
+@@ -615,6 +615,9 @@ __rpc_taddr2uaddr_af(int af, const struct netbuf *nbuf)
+ 
+   switch (af) {
+   case AF_INET:
++  if (nbuf->len < sizeof(*sin)) {
++  return NULL;
++  }
+   sin = nbuf->buf;
+   if (inet_ntop(af, >sin_addr, namebuf, sizeof namebuf)
+   == NULL)
+@@ -626,6 +629,9 @@ __rpc_taddr2uaddr_af(int af, const struct netbuf *nbuf)
+   break;
+ #ifdef INET6
+   case AF_INET6:
++  if (nbuf->len < sizeof(*sin6)) {
++  return NULL;
++  }
+   sin6 = nbuf->buf;
+   if (inet_ntop(af, >sin6_addr, namebuf6, sizeof namebuf6)
+   == NULL)
+@@ -667,6 +673,8 @@ __rpc_uaddr2taddr_af(int af, const char *uaddr)
+ 
+   port = 0;
+   sin = NULL;
++  if (uaddr == NULL)
++  return NULL;
+   addrstr = strdup(uaddr);
+   if (addrstr == NULL)
+   return NULL;
+diff --git a/src/rpcb_prot.c b/src/rpcb_prot.c
+index 43fd385..a923c8e 100644
+--- a/src/rpcb_prot.c
 b/src/rpcb_prot.c
+@@ -41,6 +41,7 @@
+ #include 
+ #include 
+ #include 
++#include "rpc_com.h"
+ 
+ bool_t
+ xdr_rpcb(xdrs, objp)
+@@ -53,13 +54,13 @@ xdr_rpcb(xdrs, objp)
+   if (!xdr_u_int32_t(xdrs, >r_vers)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_netid, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_netid, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_addr, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_addr, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_owner, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_owner, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+   return (TRUE);
+@@ -159,19 +160,19 @@ xdr_rpcb_entry(xdrs, objp)
+   XDR *xdrs;
+   rpcb_entry *objp;
+ {
+-  if (!xdr_string(xdrs, >r_maddr, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_maddr, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_nc_netid, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_nc_netid, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+   if (!xdr_u_int32_t(xdrs, >r_nc_semantics)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_nc_protofmly, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_nc_protofmly, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >r_nc_proto, (u_int)~0)) {
++  if (!xdr_string(xdrs, >r_nc_proto, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+   return (TRUE);
+@@ -292,7 +293,7 @@ xdr_rpcb_rmtcallres(xdrs, p)
+   bool_t dummy;
+   struct r_rpcb_rmtcallres *objp = (struct r_rpcb_rmtcallres *)(void *)p;
+ 
+-  if (!xdr_string(xdrs, >addr, (u_int)~0)) {
++  if (!xdr_string(xdrs, >addr, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+   if (!xdr_u_int(xdrs, >results.results_len)) {
+@@ -312,6 +313,11 @@ xdr_netbuf(xdrs, objp)
+   if (!xdr_u_int32_t(xdrs, (u_int32_t *) >maxlen)) {
+   return (FALSE);
+   }
++
++  if (objp->maxlen > RPC_MAXDATASIZE) {
++  return (FALSE);
++  }
++
+   dummy = xdr_bytes(xdrs, (char **)&(objp->buf),
+   (u_int *)&(objp->len), objp->maxlen);
+   return (dummy);
+diff --git a/src/rpcb_st_xdr.c b/src/rpcb_st_xdr.c
+index 08db745..28e6a48 100644
+--- a/src/rpcb_st_xdr.c
 b/src/rpcb_st_xdr.c
+@@ -37,6 +37,7 @@
+ 
+ 
+ #include 
++#include "rpc_com.h"
+ 
+ /* Link list of all the stats about getport and getaddr */
+ 
+@@ -58,7 +59,7 @@ xdr_rpcbs_addrlist(xdrs, objp)
+   if (!xdr_int(xdrs, >failure)) {
+   return (FALSE);
+   }
+-  if (!xdr_string(xdrs, >netid, (u_int)~0)) {
++  if (!xdr_string(xdrs, >netid, RPC_MAXDATASIZE)) {
+   return (FALSE);
+   }
+ 
+@@ -109,7 +110,7 @@ xdr_rpcbs_rmtcalllist(xdrs, objp)
+   IXDR_PUT_INT32(buf, objp->failure);
+   IXDR_PUT_INT32(buf, objp->indirect);
+   }
+-  if (!xdr_string(xdrs, 

[arch-commits] Commit in qt5-base/repos/kde-unstable-x86_64 (4 files)

2017-05-05 Thread Antonio Rojas
Date: Friday, May 5, 2017 @ 18:09:06
  Author: arojas
Revision: 295328

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 295327, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/rebuild.list
(from rev 295327, qt5-base/kde-unstable/rebuild.list)
Deleted:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
  qt5-base/repos/kde-unstable-x86_64/rebuild.list

--+
 PKGBUILD |  229 -
 rebuild.list |   30 +++
 2 files changed, 131 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-05 18:08:26 UTC (rev 295327)
+++ PKGBUILD2017-05-05 18:09:06 UTC (rev 295328)
@@ -1,113 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.9.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig'
- 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu' 
'pcre2'
- 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'openssl-1.0')
-makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('cd86733618e4439192197f182788bad99a92b892be86aae8ce7ee9f7a13da22d')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  # FS#38796
-  [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
-
-  echo "INCLUDEPATH += /usr/include/openssl-1.0" >> src/network/network.pro
-  export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto'
-
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-use-gold-linker \
--reduce-relocations ${SSE2}
-
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -D -m644 LGPL_EXCEPTION.txt \
-"${pkgdir}"/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/kde-unstable-x86_64/PKGBUILD (from rev 295327, 
qt5-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-05 18:09:06 UTC (rev 295328)
@@ -0,0 +1,116 @@
+# $Id: PKGBUILD 240297 

[arch-commits] Commit in qt5-base/kde-unstable (PKGBUILD)

2017-05-05 Thread Antonio Rojas
Date: Friday, May 5, 2017 @ 18:08:26
  Author: arojas
Revision: 295327

Workaround missing private include dirs in cmake files (FS#48786)

Modified:
  qt5-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 17:54:39 UTC (rev 295326)
+++ PKGBUILD2017-05-05 18:08:26 UTC (rev 295327)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.9.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -42,6 +42,9 @@
   # Use python2 for Python 2.x
   find . -name '*.py' -exec sed -i \
 's|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+
+  # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
+  sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
 }
 
 build() {


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

2017-05-05 Thread Christian Hesse
Date: Friday, May 5, 2017 @ 17:46:41
  Author: eworm
Revision: 295323

use https download, use sha256 checksums

Modified:
  putty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 12:30:28 UTC (rev 295322)
+++ PKGBUILD2017-05-05 17:46:41 UTC (rev 295323)
@@ -9,11 +9,11 @@
 url="http://www.chiark.greenend.org.uk/~sgtatham/putty/;
 license=('MIT')
 depends=('gtk3')
-source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
-sha1sums=('f98ec09ecba4d9a4efc66fac5c86078cef27b41a'
-  '37e5fab2c834f5d38d84d118ad01fbfad6f97209')
-validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4') # PuTTY Releases 

+source=("https://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"putty-${pkgver}.tar.gz.sig::https://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg;)
+sha256sums=('b7dad241ff01b0cbb9dc4c1471ec7cacf8f08d98a581aeb2f336da3c0eb96ad1'
+'dbe1caa557a91c4072191eb4890fdc675c0264457d298c0b71da1a4eb84acc30')
 
 build() {
   cd ${pkgname}-${pkgver}/unix


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

2017-05-05 Thread Antonio Rojas
Date: Friday, May 5, 2017 @ 17:25:15
  Author: arojas
Revision: 227168

archrelease: copy trunk to community-i686, community-x86_64

Added:
  giac/repos/community-i686/PKGBUILD
(from rev 227167, giac/trunk/PKGBUILD)
  giac/repos/community-x86_64/PKGBUILD
(from rev 227167, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-i686/PKGBUILD
  giac/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   44 --
 community-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 17:22:46 UTC (rev 227167)
+++ community-i686/PKGBUILD 2017-05-05 17:25:15 UTC (rev 227168)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-37
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('5dc0b3d8ec8215910710b38cfcafc4081bc7b40fa817d14d5bb43b54b32101a0')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-i686/PKGBUILD (from rev 227167, 
giac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 17:25:15 UTC (rev 227168)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.3-39
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('e615c95338ee7ffc6fdb9b1f37a06a6b95a209c7fb81ded63f0b275f0c5d8de9')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 17:22:46 UTC (rev 227167)
+++ community-x86_64/PKGBUILD   2017-05-05 17:25:15 UTC (rev 227168)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-37
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('5dc0b3d8ec8215910710b38cfcafc4081bc7b40fa817d14d5bb43b54b32101a0')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 227167, 
giac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-05-05 Thread Antonio Rojas
Date: Friday, May 5, 2017 @ 17:22:46
  Author: arojas
Revision: 227167

Update to 1.2.3.39

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 14:04:35 UTC (rev 227166)
+++ PKGBUILD2017-05-05 17:22:46 UTC (rev 227167)
@@ -3,7 +3,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.2.3-37
+_pkgver=1.2.3-39
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -10,9 +10,9 @@
 arch=(i686 x86_64)
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
 license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('5dc0b3d8ec8215910710b38cfcafc4081bc7b40fa817d14d5bb43b54b32101a0')
+sha256sums=('e615c95338ee7ffc6fdb9b1f37a06a6b95a209c7fb81ded63f0b275f0c5d8de9')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2017-05-05 Thread Jonathan Steel
Date: Friday, May 5, 2017 @ 14:04:35
  Author: jsteel
Revision: 227166

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-05 14:04:27 UTC (rev 227165)
+++ PKGBUILD2017-05-05 14:04:35 UTC (rev 227166)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.82
-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=('f3877009bcf41595890a3149a8a83df5')
-
-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 227165, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-05 14:04:35 UTC (rev 227166)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.83
+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=('8c340081b8054284d50b5cdfb3ffc3d3')
+
+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 aws-cli/trunk (PKGBUILD)

2017-05-05 Thread Jonathan Steel
Date: Friday, May 5, 2017 @ 14:04:27
  Author: jsteel
Revision: 227165

upgpkg: aws-cli 1.11.83-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 14:03:32 UTC (rev 227164)
+++ PKGBUILD2017-05-05 14:04:27 UTC (rev 227165)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.82
+pkgver=1.11.83
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('f3877009bcf41595890a3149a8a83df5')
+md5sums=('8c340081b8054284d50b5cdfb3ffc3d3')
 
 build() {
   cd $pkgname-$pkgver


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

2017-05-05 Thread Jonathan Steel
Date: Friday, May 5, 2017 @ 14:03:32
  Author: jsteel
Revision: 227164

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-05 14:01:09 UTC (rev 227163)
+++ PKGBUILD2017-05-05 14:03:32 UTC (rev 227164)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.5.45
-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')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('bca41d3b9ed978a81f9d3d394e3adca1')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python 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 227163, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-05 14:03:32 UTC (rev 227164)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.5.46
+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')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('aa81ba213d0cd16df4acf8877f5150ed')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-05-05 Thread Jonathan Steel
Date: Friday, May 5, 2017 @ 14:01:09
  Author: jsteel
Revision: 227163

upgpkg: python-botocore 1.5.46-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 13:09:10 UTC (rev 227162)
+++ PKGBUILD2017-05-05 14:01:09 UTC (rev 227163)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.5.45
+pkgver=1.5.46
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('bca41d3b9ed978a81f9d3d394e3adca1')
+md5sums=('aa81ba213d0cd16df4acf8877f5150ed')
 
 build() {
   cd botocore-$pkgver


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

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 12:30:28
  Author: andyrtr
Revision: 295322

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 295321, bluez/trunk/PKGBUILD)
  bluez/repos/testing-i686/bluetooth.modprobe
(from rev 295321, bluez/trunk/bluetooth.modprobe)
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 295321, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.modprobe
(from rev 295321, bluez/trunk/bluetooth.modprobe)

---+
 testing-i686/PKGBUILD |  141 
 testing-i686/bluetooth.modprobe   |3 
 testing-x86_64/PKGBUILD   |  141 
 testing-x86_64/bluetooth.modprobe |3 
 4 files changed, 288 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 295321, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-05 12:30:28 UTC (rev 295322)
@@ -0,0 +1,141 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
+pkgver=5.45
+pkgrel=1
+url="http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('dbus' 'libical' 'systemd')
+source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
+bluetooth.modprobe)
+# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
+sha256sums=('4cacb00703a6bc149cb09502257d321597d43952374a16f3558766ffa85364e9'
+'SKIP'
+'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-sixaxis \
+  --enable-experimental \
+  --enable-library # this is deprecated
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+
+package_bluez() {
+  pkgdesc="Daemons for the bluetooth protocol stack"
+  depends=('libical' 'dbus' 'glib2')
+  backup=('etc/dbus-1/system.d/bluetooth.conf'
+  'etc/bluetooth/main.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-libexecPROGRAMS \
+   install-dbussessionbusDATA \
+   install-systemdsystemunitDATA \
+   install-systemduserunitDATA \
+   install-dbussystembusDATA \
+   install-dbusDATA \
+   install-man8
+
+  # ship upstream main config file
+  install -dm755 ${pkgdir}/etc/bluetooth
+  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/src/main.conf 
${pkgdir}/etc/bluetooth/main.conf
+
+  # add basic documention
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis
+  cp -a doc/*.txt ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis/
+  # fix module loading errors
+  install -dm755 ${pkgdir}/usr/lib/modprobe.d
+  install -Dm644 ${srcdir}/bluetooth.modprobe 
${pkgdir}/usr/lib/modprobe.d/bluetooth-usb.conf  
+  
+  # fix obex file transfer - https://bugs.archlinux.org/task/45816
+  ln -fs /usr/lib/systemd/user/obex.service 
${pkgdir}/usr/lib/systemd/user/dbus-org.bluez.obex.service
+}
+
+package_bluez-utils() {
+  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
+  depends=('dbus' 'systemd' 'glib2')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez<=4.101')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-binPROGRAMS \
+   install-man1
+
+  # add missing tools FS#41132, FS#41687, FS#42716
+  for files in `find tools/ -type f -perm -755`; do
+filename=$(basename $files)
+install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/$filename 
${pkgdir}/usr/bin/$filename
+  done
+  
+  # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
+  #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
+  #rmdir ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/lib
+  
+  # move the hid2hci man page out
+  mv ${pkgdir}/usr/share/man/man1/hid2hci.1 ${srcdir}/
+}
+
+package_bluez-libs() {
+  pkgdesc="Deprecated libraries for the bluetooth protocol stack"
+  depends=('glibc')
+  license=('LGPL2.1')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-includeHEADERS \
+   install-libLTLIBRARIES \
+   install-pkgconfigDATA
+}
+
+package_bluez-cups() {
+  pkgdesc="CUPS printer backend for Bluetooth printers"
+  depends=('cups')
+
+  cd ${pkgbase}-${pkgver}
+  

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

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 12:30:15
  Author: andyrtr
Revision: 295321

upgpkg: bluez 5.45-1

upstream update 5.45

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 12:26:08 UTC (rev 295320)
+++ PKGBUILD2017-05-05 12:30:15 UTC (rev 295321)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.44
+pkgver=5.45
 pkgrel=1
 url="http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 
source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('0c321e291f8b45e6a78e379dfe80592b65955a0f0ab191f1cca0edd8ec356c85'
+sha256sums=('4cacb00703a6bc149cb09502257d321597d43952374a16f3558766ffa85364e9'
 'SKIP'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 



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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:26:08
  Author: felixonmars
Revision: 227156

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 227155, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 227155, git-annex/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 227155, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-05 12:26:08 UTC (rev 227156)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170321
+pkgrel=38
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
+ "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
+ "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
+ "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 227155, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-05 12:26:08 UTC (rev 227156)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170321
+pkgrel=38
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" 

[arch-commits] Commit in xf86-input-libinput/repos (4 files)

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 12:26:08
  Author: andyrtr
Revision: 295320

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 295319, xf86-input-libinput/trunk/PKGBUILD)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 295319, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  xf86-input-libinput/repos/extra-i686/PKGBUILD
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-05 12:25:56 UTC (rev 295319)
+++ extra-i686/PKGBUILD 2017-05-05 12:26:08 UTC (rev 295320)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-input-libinput
-pkgver=0.25.0
-pkgrel=1
-pkgdesc="Generic input driver for the X.Org server based on libinput"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/;
-depends=('libinput>=1.2.0')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
-groups=('xorg-drivers')
-source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('bb7fd1658fa7e6c757fd55480aa8a07f8ccfb0a80ae42c29dbc67d57958c556f'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-libinput/repos/extra-i686/PKGBUILD (from rev 295319, 
xf86-input-libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-05 12:26:08 UTC (rev 295320)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-input-libinput
+pkgver=0.25.1
+pkgrel=1
+pkgdesc="Generic input driver for the X.Org server based on libinput"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('libinput>=1.2.0')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('9a8d16bdffb73a5318d22e352826c410ccb6f8c7ade31c23823bd6c17202bb67e917dfe8d4cab6e54fdf15f201d14d80b6306cedc5f93f66989edfcab5082ece'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-05 12:25:56 UTC (rev 295319)
+++ extra-x86_64/PKGBUILD   2017-05-05 12:26:08 UTC (rev 295320)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-input-libinput
-pkgver=0.25.0
-pkgrel=1
-pkgdesc="Generic input driver for the X.Org server based on libinput"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/;
-depends=('libinput>=1.2.0')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
-groups=('xorg-drivers')
-source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('bb7fd1658fa7e6c757fd55480aa8a07f8ccfb0a80ae42c29dbc67d57958c556f'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 

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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:25:21
  Author: felixonmars
Revision: 227155

upgpkg: git-annex 6.20170321-38

rebuild with unbounded-delays,0.1.1.0 tasty,0.11.2.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 12:09:29 UTC (rev 227154)
+++ PKGBUILD2017-05-05 12:25:21 UTC (rev 227155)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170321
-pkgrel=37
+pkgrel=38
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 12:25:56
  Author: andyrtr
Revision: 295319

upgpkg: xf86-input-libinput 0.25.1-1

upstream update 0.25.1

Modified:
  xf86-input-libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 12:23:30 UTC (rev 295318)
+++ PKGBUILD2017-05-05 12:25:56 UTC (rev 295319)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-input-libinput
-pkgver=0.25.0
+pkgver=0.25.1
 pkgrel=1
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
 groups=('xorg-drivers')
 
source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('bb7fd1658fa7e6c757fd55480aa8a07f8ccfb0a80ae42c29dbc67d57958c556f'
+sha512sums=('9a8d16bdffb73a5318d22e352826c410ccb6f8c7ade31c23823bd6c17202bb67e917dfe8d4cab6e54fdf15f201d14d80b6306cedc5f93f66989edfcab5082ece'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 12:23:30
  Author: andyrtr
Revision: 295318

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 295317, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 295317, libinput/trunk/PKGBUILD)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-05 12:23:14 UTC (rev 295317)
+++ extra-i686/PKGBUILD 2017-05-05 12:23:30 UTC (rev 295318)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Input device management and event handling library"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-# currently no doc files to install
-makedepends=('doxygen' 'graphviz' 'gtk3')
-#checkdepends=('check' 'libunwind')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('ee477fbbe2042ffeff70a960caf97e914d28c916af495765071a0184f442fa503d461bc34b87dc3dd62ef1bfd3e921ddc6fc065f8089d16d81c037d53d677352'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-  # install doc - no Makefile target
-  install -v -dm755 ${pkgdir}/usr/share/doc/libinput
-  cp -rv doc/html/* ${pkgdir}/usr/share/doc/libinput
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 295317, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-05 12:23:30 UTC (rev 295318)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# currently no doc files to install
+makedepends=('doxygen' 'graphviz' 'gtk3')
+#checkdepends=('check' 'libunwind')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('cdbd2994e954aac9538fe907c275e6e23e2bed0e9c4c65f19591bdcdbf5074131c72b92e87de87c03f75a991fcdb7f568b491a12f00031c4eba11082ca44d69f'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  # install doc - no Makefile target
+  install -v -dm755 ${pkgdir}/usr/share/doc/libinput
+  cp -rv doc/html/* ${pkgdir}/usr/share/doc/libinput
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-05 12:23:14 UTC (rev 295317)
+++ extra-x86_64/PKGBUILD   2017-05-05 12:23:30 UTC (rev 295318)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Input device management and event handling library"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-# currently no doc files to install
-makedepends=('doxygen' 'graphviz' 'gtk3')
-#checkdepends=('check' 'libunwind')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('ee477fbbe2042ffeff70a960caf97e914d28c916af495765071a0184f442fa503d461bc34b87dc3dd62ef1bfd3e921ddc6fc065f8089d16d81c037d53d677352'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  

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

2017-05-05 Thread Andreas Radke
Date: Friday, May 5, 2017 @ 12:23:14
  Author: andyrtr
Revision: 295317

upgpkg: libinput 1.7.2-1

upstream update 1.7.2

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 07:14:34 UTC (rev 295316)
+++ PKGBUILD2017-05-05 12:23:14 UTC (rev 295317)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=('doxygen' 'graphviz' 'gtk3')
 #checkdepends=('check' 'libunwind')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('ee477fbbe2042ffeff70a960caf97e914d28c916af495765071a0184f442fa503d461bc34b87dc3dd62ef1bfd3e921ddc6fc065f8089d16d81c037d53d677352'
+sha512sums=('cdbd2994e954aac9538fe907c275e6e23e2bed0e9c4c65f19591bdcdbf5074131c72b92e87de87c03f75a991fcdb7f568b491a12f00031c4eba11082ca44d69f'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


[arch-commits] Commit in haskell-tasty-rerun/repos (4 files)

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:09:29
  Author: felixonmars
Revision: 227154

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tasty-rerun/repos/community-staging-i686/
  haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD
(from rev 227153, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 227153, haskell-tasty-rerun/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD (from rev 
227153, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-05 12:09:29 UTC (rev 227154)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.6
+pkgrel=24
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
227153, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-05 12:09:29 UTC (rev 227154)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.6
+pkgrel=24
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:08:42
  Author: felixonmars
Revision: 227153

upgpkg: haskell-tasty-rerun 1.1.6-24

rebuild with unbounded-delays,0.1.1.0 tasty,0.11.2.1

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 12:06:36 UTC (rev 227152)
+++ PKGBUILD2017-05-05 12:08:42 UTC (rev 227153)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.6
-pkgrel=23
+pkgrel=24
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="http://github.com/ocharles/tasty-rerun;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-tasty-quickcheck/repos (4 files)

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:06:36
  Author: felixonmars
Revision: 227152

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tasty-quickcheck/repos/community-staging-i686/
  haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD
(from rev 227151, haskell-tasty-quickcheck/trunk/PKGBUILD)
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 227151, haskell-tasty-quickcheck/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD (from 
rev 227151, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-05 12:06:36 UTC (rev 227152)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.8.4
+pkgrel=24
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-quickcheck" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('365f4cb6db70cce36ebdc133a2f6388cab71df2ca11f223f0458565956ec3297')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-quickcheck
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 227151, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-05 12:06:36 UTC (rev 227152)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.8.4
+pkgrel=24
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-quickcheck" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('365f4cb6db70cce36ebdc133a2f6388cab71df2ca11f223f0458565956ec3297')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-quickcheck
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy 

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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:05:51
  Author: felixonmars
Revision: 227151

upgpkg: haskell-tasty-quickcheck 0.8.4-24

rebuild with unbounded-delays,0.1.1.0 tasty,0.11.2.1

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 12:04:00 UTC (rev 227150)
+++ PKGBUILD2017-05-05 12:05:51 UTC (rev 227151)
@@ -5,7 +5,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.8.4
-pkgrel=23
+pkgrel=24
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in haskell-tasty-hunit/repos (4 files)

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:04:00
  Author: felixonmars
Revision: 227150

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tasty-hunit/repos/community-staging-i686/
  haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD
(from rev 227149, haskell-tasty-hunit/trunk/PKGBUILD)
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 227149, haskell-tasty-hunit/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD (from rev 
227149, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-05 12:04:00 UTC (rev 227150)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=20
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
227149, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-05 12:04:00 UTC (rev 227150)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=20
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-tasty-hunit/trunk (PKGBUILD)

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:03:14
  Author: felixonmars
Revision: 227149

upgpkg: haskell-tasty-hunit 0.9.2-20

rebuild with unbounded-delays,0.1.1.0 tasty,0.11.2.1

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 12:01:16 UTC (rev 227148)
+++ PKGBUILD2017-05-05 12:03:14 UTC (rev 227149)
@@ -5,7 +5,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.9.2
-pkgrel=19
+pkgrel=20
 pkgdesc="HUnit support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:01:16
  Author: felixonmars
Revision: 227148

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 227147, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 227147, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 227147, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 227147, haskell-tasty/trunk/haskell-tasty.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/haskell-tasty.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/haskell-tasty.install |   18 +
 4 files changed, 122 insertions(+)

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 227147, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-05 12:01:16 UTC (rev 227148)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('46da32e9b6b4564396063861583fb74058bedbae7ab64e1257ac183f1012f7b9f249d17d1f6c7d6680f4310862dab247d671c3396351371a4bfc53f70dc3d5ae')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 227147, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-05-05 12:01:16 UTC 
(rev 227148)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 227147, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-05 12:01:16 UTC (rev 227148)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" 

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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:00:28
  Author: felixonmars
Revision: 227147

upgpkg: haskell-tasty 0.11.2.1-1

rebuild with unbounded-delays,0.1.1.0 tasty,0.11.2.1

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 11:55:34 UTC (rev 227146)
+++ PKGBUILD2017-05-05 12:00:28 UTC (rev 227147)
@@ -4,8 +4,8 @@
 
 _hkgname=tasty
 pkgname=haskell-tasty
-pkgver=0.11.2
-pkgrel=4
+pkgver=0.11.2.1
+pkgrel=1
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")
@@ -14,7 +14,7 @@
  "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
  "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('d26fbc4e5112af9ec3ca0a4a45d0f5edc5ae6675ffd72f922acb768062db675e')
+sha512sums=('46da32e9b6b4564396063861583fb74058bedbae7ab64e1257ac183f1012f7b9f249d17d1f6c7d6680f4310862dab247d671c3396351371a4bfc53f70dc3d5ae')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 11:55:34
  Author: felixonmars
Revision: 227146

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-05 11:55:00 UTC (rev 227145)
+++ PKGBUILD2017-05-05 11:55:34 UTC (rev 227146)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstackclient
-pkgname=(python-openstackclient python2-openstackclient)
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="OpenStack Command-line Client"
-arch=('any')
-url="http://docs.openstack.org/developer/python-openstackclient;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-cliff' 'python2-cliff' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-keystoneauth1' 
'python2-keystoneauth1'
- 'python-osc-lib' 'python2-osc-lib' 'python-oslo-utils' 
'python2-oslo-utils'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-openstacksdk' 
'python2-openstacksdk'
- 'python-glanceclient' 'python2-glanceclient' 'python-novaclient' 
'python2-novaclient'
- 'python-cinderclient' 'python2-cinderclient')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstackclient/archive/$pkgver.tar.gz;)
-sha512sums=('4d78b82f2e38152e081ca838c6895e3d74408588a8024ccc129ceedee4449645f56c6139b86a9eb7a4ecb3f38156591f24982cea9f0819e95aa044d5e24f1d80')
-
-prepare() {
-  cp -a python-openstackclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-openstackclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-openstackclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstackclient-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-openstackclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-openstackclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneclient'
-   'python-keystoneauth1' 'python-osc-lib' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-openstacksdk' 'python-glanceclient' 'python-novaclient' 
'python-cinderclient')
-
-  cd "$srcdir"/python-openstackclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstackclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneclient'
-   'python2-keystoneauth1' 'python2-osc-lib' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-openstacksdk' 'python2-glanceclient' 'python2-novaclient'
-   'python2-cinderclient')
-
-  cd "$srcdir"/python-openstackclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstackclient/repos/community-any/PKGBUILD (from rev 227145, 
python-openstackclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-05 11:55:34 UTC (rev 227146)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstackclient
+pkgname=(python-openstackclient python2-openstackclient)
+pkgver=3.11.0
+pkgrel=1
+pkgdesc="OpenStack Command-line Client"
+arch=('any')
+url="http://docs.openstack.org/developer/python-openstackclient;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-cliff' 'python2-cliff' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-keystoneauth1' 
'python2-keystoneauth1'
+ 'python-osc-lib' 'python2-osc-lib' 'python-oslo-utils' 
'python2-oslo-utils'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-openstacksdk' 
'python2-openstacksdk'
+ 'python-glanceclient' 'python2-glanceclient' 'python-novaclient' 
'python2-novaclient'
+ 'python-cinderclient' 'python2-cinderclient')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstackclient/archive/$pkgver.tar.gz;)

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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 11:55:00
  Author: felixonmars
Revision: 227145

upgpkg: python-openstackclient 3.11.0-1

Modified:
  python-openstackclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 11:52:35 UTC (rev 227144)
+++ PKGBUILD2017-05-05 11:55:00 UTC (rev 227145)
@@ -4,7 +4,7 @@
 
 pkgbase=python-openstackclient
 pkgname=(python-openstackclient python2-openstackclient)
-pkgver=3.10.0
+pkgver=3.11.0
 pkgrel=1
 pkgdesc="OpenStack Command-line Client"
 arch=('any')
@@ -19,7 +19,7 @@
  'python-cinderclient' 'python2-cinderclient')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstackclient/archive/$pkgver.tar.gz;)
-sha512sums=('4d78b82f2e38152e081ca838c6895e3d74408588a8024ccc129ceedee4449645f56c6139b86a9eb7a4ecb3f38156591f24982cea9f0819e95aa044d5e24f1d80')
+sha512sums=('d981bccc948111c80cb9c92b02317717d5d9ee1266a9d04f9560538c3ae2d6166b081561600140828cc938eb335a4d66e9f219d1db7ffa5d4c92f8c544f9dab5')
 
 prepare() {
   cp -a python-openstackclient-$pkgver{,-py2}


[arch-commits] Commit in haskell-unbounded-delays/repos (4 files)

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 11:52:35
  Author: felixonmars
Revision: 227144

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-unbounded-delays/repos/community-staging-i686/
  haskell-unbounded-delays/repos/community-staging-i686/PKGBUILD
(from rev 227143, haskell-unbounded-delays/trunk/PKGBUILD)
  haskell-unbounded-delays/repos/community-staging-x86_64/
  haskell-unbounded-delays/repos/community-staging-x86_64/PKGBUILD
(from rev 227143, haskell-unbounded-delays/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-unbounded-delays/repos/community-staging-i686/PKGBUILD (from 
rev 227143, haskell-unbounded-delays/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-05 11:52:35 UTC (rev 227144)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=unbounded-delays
+pkgname=haskell-unbounded-delays
+pkgver=0.1.1.0
+pkgrel=1
+pkgdesc="Unbounded thread delays and timeouts"
+url="https://github.com/basvandijk/unbounded-delays;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('70e26055abe40b38e20bc5dadc3ae32b699613698d0fc36bbd519fe011128fbdda7e963a69f25375b4e8a26b2ebfa2cdd4496d9d045e9f19672224654e5e7948')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-unbounded-delays/repos/community-staging-x86_64/PKGBUILD (from 
rev 227143, haskell-unbounded-delays/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-05 11:52:35 UTC (rev 227144)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=unbounded-delays
+pkgname=haskell-unbounded-delays
+pkgver=0.1.1.0
+pkgrel=1
+pkgdesc="Unbounded thread delays and timeouts"
+url="https://github.com/basvandijk/unbounded-delays;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('70e26055abe40b38e20bc5dadc3ae32b699613698d0fc36bbd519fe011128fbdda7e963a69f25375b4e8a26b2ebfa2cdd4496d9d045e9f19672224654e5e7948')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D 

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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 11:51:49
  Author: felixonmars
Revision: 227143

upgpkg: haskell-unbounded-delays 0.1.1.0-1

rebuild with unbounded-delays,0.1.1.0

Modified:
  haskell-unbounded-delays/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 11:46:51 UTC (rev 227142)
+++ PKGBUILD2017-05-05 11:51:49 UTC (rev 227143)
@@ -4,7 +4,7 @@
 
 _hkgname=unbounded-delays
 pkgname=haskell-unbounded-delays
-pkgver=0.1.0.10
+pkgver=0.1.1.0
 pkgrel=1
 pkgdesc="Unbounded thread delays and timeouts"
 url="https://github.com/basvandijk/unbounded-delays;
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('608bfd3bfc95fda87b4a3fc07135370a1b93bd9699a45356127268c5831a7c12b74abab7ece31dd27c41cb3ea4e8528e2e6d48c64e1436d1b31b6bdbf53620fb')
+sha512sums=('70e26055abe40b38e20bc5dadc3ae32b699613698d0fc36bbd519fe011128fbdda7e963a69f25375b4e8a26b2ebfa2cdd4496d9d045e9f19672224654e5e7948')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 11:45:47
  Author: felixonmars
Revision: 227138

archrelease: copy trunk to community-staging-any

Added:
  certbot-nginx/repos/community-staging-any/
  certbot-nginx/repos/community-staging-any/PKGBUILD
(from rev 227137, certbot-nginx/trunk/PKGBUILD)

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

Copied: certbot-nginx/repos/community-staging-any/PKGBUILD (from rev 227137, 
certbot-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-05-05 11:45:47 UTC (rev 227138)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('583cbf40e1f859bcc6fa805ae08b923961eaf0c7025178f56a9d853dced32c8a6178119c68a4f48443227e8c78afbeaa49e2dfcd1c956d158617c309f51f5c7d'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 11:45:15
  Author: felixonmars
Revision: 227137

upgpkg: certbot-nginx 0.14.0-1

upstream new version

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 11:44:22 UTC (rev 227136)
+++ PKGBUILD2017-05-05 11:45:15 UTC (rev 227137)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('6dc9228c30517875046ddcaefe9f684f0081e80ade6878ed4dbd93e4b943936b65a00a45ab631e36d0a2a3765e74f08e6a9f128ef1d88ce32c48eaf75485766c'
+sha512sums=('583cbf40e1f859bcc6fa805ae08b923961eaf0c7025178f56a9d853dced32c8a6178119c68a4f48443227e8c78afbeaa49e2dfcd1c956d158617c309f51f5c7d'
 'SKIP')
 
 build() {


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 11:44:22
  Author: felixonmars
Revision: 227136

archrelease: copy trunk to community-staging-any

Added:
  certbot-apache/repos/community-staging-any/
  certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 227135, certbot-apache/trunk/PKGBUILD)

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

Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 227135, 
certbot-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-05-05 11:44:22 UTC (rev 227136)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
+ 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-apache")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('225c98b9879baedff9b067fee5246f12181bdcb44d13416ae67499b85b9ba82bfb4a41a681dcdce85a23f31db1f8499d9dec5b95abec154802d8dd6a287cfc60'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py nosetests || warning "Tests failed"
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+}


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 11:43:48
  Author: felixonmars
Revision: 227135

upgpkg: certbot-apache 0.14.0-1

upstream new version

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 11:33:36 UTC (rev 227134)
+++ PKGBUILD2017-05-05 11:43:48 UTC (rev 227135)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('3a959bac1a39bb34fea35dd8c028657441197e62a5fae59f2f24878533306812002e73de5b24f4cf0c805c4f87d7b9000f6c04343736a78f2d8837086345c7be'
+sha512sums=('225c98b9879baedff9b067fee5246f12181bdcb44d13416ae67499b85b9ba82bfb4a41a681dcdce85a23f31db1f8499d9dec5b95abec154802d8dd6a287cfc60'
 'SKIP')
 
 build() {
@@ -27,7 +27,7 @@
 
 check() {
   cd "$srcdir"/$pkgname-$pkgver
-  nosetests2
+  python2 setup.py nosetests || warning "Tests failed"
 }
 
 package() {


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

2017-05-05 Thread Alexander Rødseth
Date: Friday, May 5, 2017 @ 11:33:36
  Author: arodseth
Revision: 227134

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tint2/repos/community-i686/PKGBUILD
(from rev 227133, tint2/trunk/PKGBUILD)
  tint2/repos/community-x86_64/PKGBUILD
(from rev 227133, tint2/trunk/PKGBUILD)
Deleted:
  tint2/repos/community-i686/PKGBUILD
  tint2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 11:33:24 UTC (rev 227133)
+++ community-i686/PKGBUILD 2017-05-05 11:33:36 UTC (rev 227134)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Blue Peppers 
-# Contributor: Stefan Husmann 
-# Contributor: Yannick LM 
-
-pkgname=tint2
-pkgver=0.14.3
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64' 'i686')
-url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
-source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('3164d657db959d2dbee0677f5e80b154bab68b93cfa38ddc2b25c6e7a06b1e64')
-
-prepare() {
-  mv "$pkgname-$pkgver-"* "$pkgname"
-  setconf "$pkgname/get_version.sh" VERSION "$pkgver"
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TINT2CONF=1 \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tint2/repos/community-i686/PKGBUILD (from rev 227133, 
tint2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 11:33:36 UTC (rev 227134)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Blue Peppers 
+# Contributor: Stefan Husmann 
+# Contributor: Yannick LM 
+
+pkgname=tint2
+pkgver=0.14.4
+pkgrel=1
+pkgdesc='Basic, good-looking task manager for WMs'
+arch=('x86_64' 'i686')
+url='https://gitlab.com/o9000/tint2'
+license=('GPL2')
+depends=('gtk2' 'imlib2' 'startup-notification')
+makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
+source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
+sha256sums=('cdda888ac111017695e2a16d995e92a7d704568bd00af9cf4686225145742a3f')
+
+prepare() {
+  mv "$pkgname-$pkgver-"* "$pkgname"
+  setconf "$pkgname/get_version.sh" VERSION "$pkgver"
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_TINT2CONF=1 \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 11:33:24 UTC (rev 227133)
+++ community-x86_64/PKGBUILD   2017-05-05 11:33:36 UTC (rev 227134)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Blue Peppers 
-# Contributor: Stefan Husmann 
-# Contributor: Yannick LM 
-
-pkgname=tint2
-pkgver=0.14.3
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64' 'i686')
-url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
-source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('3164d657db959d2dbee0677f5e80b154bab68b93cfa38ddc2b25c6e7a06b1e64')
-
-prepare() {
-  mv "$pkgname-$pkgver-"* "$pkgname"
-  setconf "$pkgname/get_version.sh" VERSION "$pkgver"
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TINT2CONF=1 \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tint2/repos/community-x86_64/PKGBUILD (from rev 227133, 
tint2/trunk/PKGBUILD)

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

2017-05-05 Thread Alexander Rødseth
Date: Friday, May 5, 2017 @ 11:33:24
  Author: arodseth
Revision: 227133

upgpkg: tint2 0.14.4-1

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 10:53:02 UTC (rev 227132)
+++ PKGBUILD2017-05-05 11:33:24 UTC (rev 227133)
@@ -6,7 +6,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.14.3
+pkgver=0.14.4
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('3164d657db959d2dbee0677f5e80b154bab68b93cfa38ddc2b25c6e7a06b1e64')
+sha256sums=('cdda888ac111017695e2a16d995e92a7d704568bd00af9cf4686225145742a3f')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2017-05-05 Thread Nicola Squartini
Date: Friday, May 5, 2017 @ 10:53:02
  Author: tensor5
Revision: 227132

archrelease: copy trunk to community-i686, community-x86_64

Added:
  solidity/repos/community-i686/PKGBUILD
(from rev 227131, solidity/trunk/PKGBUILD)
  solidity/repos/community-x86_64/PKGBUILD
(from rev 227131, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-i686/PKGBUILD
  solidity/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   39 ---
 community-x86_64/PKGBUILD |   39 ---
 3 files changed, 88 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 10:52:34 UTC (rev 227131)
+++ community-i686/PKGBUILD 2017-05-05 10:53:02 UTC (rev 227132)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.4.10
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('i686' 'x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake')
-source=("${url}/releases/download/v${pkgver}/solidity_${pkgver}.tar.gz")
-sha256sums=('a1103f91d240101a90c9bec5243f2436563d3772c4571a352ea7bc21de8706d1')
-
-prepare() {
-cd solidity_${pkgver}
-
-sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
-}
-
-build() {
-cd solidity_${pkgver}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd solidity_${pkgver}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-i686/PKGBUILD (from rev 227131, 
solidity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 10:53:02 UTC (rev 227132)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.11
+_commit=68ef5810593e7c8092ed41d5f474dd43141624eb
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+
+sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 10:52:34 UTC (rev 227131)
+++ community-x86_64/PKGBUILD   2017-05-05 10:53:02 UTC (rev 227132)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.4.10
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('i686' 'x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake')
-source=("${url}/releases/download/v${pkgver}/solidity_${pkgver}.tar.gz")
-sha256sums=('a1103f91d240101a90c9bec5243f2436563d3772c4571a352ea7bc21de8706d1')
-
-prepare() {
-cd solidity_${pkgver}
-
-sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
-}
-
-build() {
-cd solidity_${pkgver}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd solidity_${pkgver}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 227131, 
solidity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 10:53:02 UTC (rev 227132)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.11
+_commit=68ef5810593e7c8092ed41d5f474dd43141624eb
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+ 

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

2017-05-05 Thread Nicola Squartini
Date: Friday, May 5, 2017 @ 10:52:34
  Author: tensor5
Revision: 227131

upgpkg: solidity 0.4.11-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 10:25:55 UTC (rev 227130)
+++ PKGBUILD2017-05-05 10:52:34 UTC (rev 227131)
@@ -2,7 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.4.10
+pkgver=0.4.11
+_commit=68ef5810593e7c8092ed41d5f474dd43141624eb
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('i686' 'x86_64')
@@ -9,18 +10,22 @@
 url='https://github.com/ethereum/solidity'
 license=('GPL3')
 depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake')
-source=("${url}/releases/download/v${pkgver}/solidity_${pkgver}.tar.gz")
-sha256sums=('a1103f91d240101a90c9bec5243f2436563d3772c4571a352ea7bc21de8706d1')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha256sums=('SKIP')
 
 prepare() {
-cd solidity_${pkgver}
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
 
 sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
 }
 
 build() {
-cd solidity_${pkgver}
+cd ${pkgname}
 
 mkdir build
 cd build
@@ -33,7 +38,7 @@
 }
 
 package() {
-cd solidity_${pkgver}/build
+cd ${pkgname}/build
 
 make DESTDIR="${pkgdir}" install
 }


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

2017-05-05 Thread Sven-Hendrik Haase
Date: Friday, May 5, 2017 @ 10:25:55
  Author: svenstaro
Revision: 227130

Better comment

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 10:24:06 UTC (rev 227129)
+++ PKGBUILD2017-05-05 10:25:55 UTC (rev 227130)
@@ -20,7 +20,7 @@
 
 prepare() {
   cd tensorflow-${pkgver}
-  # setup environment variables
+  # These environment variables influence the behavior of the configure call 
below.
   export PYTHON_BIN_PATH=/usr/bin/python
   export USE_DEFAULT_PYTHON_LIB_PATH=1
   export CC_OPT_FLAGS="-march=x86-64"


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

2017-05-05 Thread Sven-Hendrik Haase
Date: Friday, May 5, 2017 @ 10:23:56
  Author: svenstaro
Revision: 227128

upgpkg: tensorflow 1.1.0-1

Pushing tensorflow

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 10:18:51 UTC (rev 227127)
+++ PKGBUILD2017-05-05 10:23:56 UTC (rev 227128)
@@ -12,7 +12,7 @@
 arch=('x86_64')
 provides=('tensorflow' 'libtensorflow')
 conflicts=('tensorflow' 'libtensorflow')
-makedepends=('git' 'bazel' 'python-numpy' 'gcc5' 'cuda' 'cudnn')
+makedepends=('git' 'bazel' 'python-numpy' 'gcc5' 'cuda' 'cudnn' 'python-pip' 
'python-wheel' 'python-setuptools')
 optdepends=('cuda: GPU support'
 'cudnn: GPU support')
 source=("https://github.com/tensorflow/tensorflow/archive/v${pkgver}.tar.gz;)
@@ -48,8 +48,7 @@
   cd tensorflow-${pkgver}
 
   ./configure
-  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so
-  bazel build --config=opt --config=cuda 
//tensorflow/tools/pip_package:build_pip_package
+  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
   bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
 }
 
@@ -64,11 +63,10 @@
 package_python-tensorflow() {
   cd tensorflow-${pkgver}
 
-  WHEEL_PACKAGE=`find $srcdir/tmp -name "tensor*.whl"`
+  WHEEL_PACKAGE=$(find ${srcdir}/tmp -name "tensor*.whl")
   pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies
   find ${pkgdir} -name __pycache__ -exec rm -r {} +
 
-  pip install ${srcdir}/tmp/tensorflow-${pkgver}-py2-none-any.whl
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 


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

2017-05-05 Thread Sven-Hendrik Haase
Date: Friday, May 5, 2017 @ 10:24:06
  Author: svenstaro
Revision: 227129

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 227128, tensorflow/trunk/PKGBUILD)

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

Copied: tensorflow/repos/community-x86_64/PKGBUILD (from rev 227128, 
tensorflow/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 10:24:06 UTC (rev 227129)
@@ -0,0 +1,73 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat (archdria) 
+# Contributor: Thibault Lorrain (fredszaq) 
+
+pkgbase=tensorflow
+pkgname=(tensorflow python-tensorflow)
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
+url="https://www.tensorflow.org/;
+license=('Apache2')
+arch=('x86_64')
+provides=('tensorflow' 'libtensorflow')
+conflicts=('tensorflow' 'libtensorflow')
+makedepends=('git' 'bazel' 'python-numpy' 'gcc5' 'cuda' 'cudnn' 'python-pip' 
'python-wheel' 'python-setuptools')
+optdepends=('cuda: GPU support'
+'cudnn: GPU support')
+source=("https://github.com/tensorflow/tensorflow/archive/v${pkgver}.tar.gz;)
+sha512sums=('5dc0e13742c06cbc6407cc54de02d825928e9c16169b198bbec95acd2a9af49bf3df092c99be1e3adadd40c5f4edf8735c6ad67a370c90c1e74146c32eac')
+
+prepare() {
+  cd tensorflow-${pkgver}
+  # setup environment variables
+  export PYTHON_BIN_PATH=/usr/bin/python
+  export USE_DEFAULT_PYTHON_LIB_PATH=1
+  export CC_OPT_FLAGS="-march=x86-64"
+  export TF_NEED_JEMALLOC=1
+  export TF_NEED_GCP=0
+  export TF_NEED_HDFS=0
+  export TF_ENABLE_XLA=1
+  export TF_NEED_VERBS=0
+  export TF_NEED_OPENCL=0
+  export TF_NEED_CUDA=1
+  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-5
+
+  # For next version instead of the gcc-5 stuff:
+  # export TF_CUDA_CLANG=1
+  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
+
+  export CUDA_TOOLKIT_PATH=/opt/cuda
+  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
+  export CUDNN_INSTALL_PATH=/opt/cuda
+  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
+  export TF_CUDA_COMPUTE_CAPABILITIES=3.5,5.2,6.1
+}
+
+build() {
+  cd tensorflow-${pkgver}
+
+  ./configure
+  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
+}
+
+package_tensorflow() {
+  cd tensorflow-${pkgver}
+
+  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/lib${pkgname}.so
+  install -Dm644 tensorflow/c/c_api.h ${pkgdir}/usr/include/${pkgname}/c_api.h
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-tensorflow() {
+  cd tensorflow-${pkgver}
+
+  WHEEL_PACKAGE=$(find ${srcdir}/tmp -name "tensor*.whl")
+  pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies
+  find ${pkgdir} -name __pycache__ -exec rm -r {} +
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 10:18:51
  Author: felixonmars
Revision: 227127

archrelease: copy trunk to community-staging-any

Added:
  certbot/repos/community-staging-any/
  certbot/repos/community-staging-any/PKGBUILD
(from rev 227126, certbot/trunk/PKGBUILD)

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

Copied: certbot/repos/community-staging-any/PKGBUILD (from rev 227126, 
certbot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-05-05 10:18:51 UTC (rev 227127)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/;
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests' 'python2-setuptools'
+ 'python2-six' 'python2-zope-component' 'python2-zope-interface')
+optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
+"certbot-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('0b11e24cee48a354e11c322c669585f953957b0776050647e9e477c642900ca6c2876192f903c91782a5d11a2129c60916fa6090f9aaac45f0b6045ad4eb'
+'SKIP')
+
+prepare() {
+  sed -i "/'argparse',/d" $pkgname-$pkgver/setup.py
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 10:18:24
  Author: felixonmars
Revision: 227126

upgpkg: certbot 0.14.0-1

upstream new version

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 10:17:16 UTC (rev 227125)
+++ PKGBUILD2017-05-05 10:18:24 UTC (rev 227126)
@@ -3,8 +3,8 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
 license=('Apache')
@@ -21,7 +21,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('0d0e36ee19482bf69f3dacd07fe6741ae7b639faae006c0411f1f8a3ac1d69036e6e5408eef4305b5bad5fcddf3a00dfe537684e25fd0960b43da6917e8734d3'
+sha512sums=('0b11e24cee48a354e11c322c669585f953957b0776050647e9e477c642900ca6c2876192f903c91782a5d11a2129c60916fa6090f9aaac45f0b6045ad4eb'
 'SKIP')
 
 prepare() {


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 10:16:49
  Author: felixonmars
Revision: 227124

upgpkg: python-acme 0.14.0-1

upstream new version

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 09:28:28 UTC (rev 227123)
+++ PKGBUILD2017-05-05 10:16:49 UTC (rev 227124)
@@ -4,8 +4,8 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
 license=('Apache')
@@ -16,7 +16,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('a001b3f3de762d7411a468b7e51f5707237df120fc5adee65036e12a53421a665caba2bc22668c2e565ff57936a65308f88247cc74dc8a00b641927bddfc24a5')
+sha512sums=('3087b2c9b7976c049b8cc19972348c418e6fb0d31d87fcce8b32a277a70075c5920abdb97fa5b3c9c43c48c9f5c61dbe82685f742b2087919c94bbe02130f8de')
 
 prepare() {
   sed -i "/'argparse',/d" acme-$pkgver/setup.py


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 10:17:16
  Author: felixonmars
Revision: 227125

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 227124, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 227124, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-05-05 10:17:16 UTC (rev 227125)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('3087b2c9b7976c049b8cc19972348c418e6fb0d31d87fcce8b32a277a70075c5920abdb97fa5b3c9c43c48c9f5c61dbe82685f742b2087919c94bbe02130f8de')
+
+prepare() {
+  sed -i "/'argparse',/d" acme-$pkgver/setup.py
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py nosetests
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyopenssl' 'python2-pyrfc3339' 
'python2-pytz'
+   'python2-requests' 'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 09:28:28
  Author: felixonmars
Revision: 227123

archrelease: copy trunk to community-any

Added:
  cordova/repos/community-any/PKGBUILD
(from rev 227122, cordova/trunk/PKGBUILD)
  cordova/repos/community-any/cordova.install
(from rev 227122, cordova/trunk/cordova.install)
Deleted:
  cordova/repos/community-any/PKGBUILD
  cordova/repos/community-any/cordova.install

-+
 PKGBUILD|   72 --
 cordova.install |   20 +++
 2 files changed, 43 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-05 09:27:55 UTC (rev 227122)
+++ PKGBUILD2017-05-05 09:28:28 UTC (rev 227123)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=cordova
-pkgver=6.5.0
-pkgrel=1
-pkgdesc='Cordova command line interface tool'
-arch=('any')
-url='http://cordova.apache.org'
-license=('Apache')
-depends=('npm' 'acorn' 'semver' 'browserify')
-install=cordova.install
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('e25e50a68f13b25e5fbff807370ff396')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn semver npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: cordova/repos/community-any/PKGBUILD (from rev 227122, 
cordova/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-05 09:28:28 UTC (rev 227123)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cordova
+pkgver=7.0.0
+pkgrel=1
+pkgdesc='Cordova command line interface tool'
+arch=('any')
+url='http://cordova.apache.org'
+license=('Apache')
+depends=('npm' 'acorn' 'semver' 'browserify')
+install=cordova.install
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('5e2bf6915506468d8c1e1b80ca42a11c9bc746423ff70306663dbc12b393714d8a31a6b420da785d598c99dd867c24aa6745367a868d70d39c4cc2678f444a5b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn semver npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+}

Deleted: cordova.install
===
--- cordova.install 2017-05-05 09:27:55 UTC (rev 227122)
+++ cordova.install 2017-05-05 09:28:28 UTC (rev 227123)
@@ -1,10 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/cordova/node_modules \
- /usr/lib/node_modules/cordova/node_modules/.bin
-}
-
-post_upgrade() {
-  post_install
-}

Copied: cordova/repos/community-any/cordova.install (from rev 227122, 
cordova/trunk/cordova.install)
===
--- cordova.install (rev 0)
+++ cordova.install 2017-05-05 09:28:28 UTC (rev 227123)
@@ -0,0 +1,10 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/cordova/node_modules \
+ /usr/lib/node_modules/cordova/node_modules/.bin
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 09:27:55
  Author: felixonmars
Revision: 227122

upgpkg: cordova 7.0.0-1

Modified:
  cordova/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:58:43 UTC (rev 227121)
+++ PKGBUILD2017-05-05 09:27:55 UTC (rev 227122)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=cordova
-pkgver=6.5.0
+pkgver=7.0.0
 pkgrel=1
 pkgdesc='Cordova command line interface tool'
 arch=('any')
@@ -12,7 +12,7 @@
 install=cordova.install
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-md5sums=('e25e50a68f13b25e5fbff807370ff396')
+sha512sums=('5e2bf6915506468d8c1e1b80ca42a11c9bc746423ff70306663dbc12b393714d8a31a6b420da785d598c99dd867c24aa6745367a868d70d39c4cc2678f444a5b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
@@ -30,10 +30,4 @@
 rm -r $dep;
 npm link $dep;
   done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
 }


[arch-commits] Commit in kodi-addon-visualization-waveform/repos (4 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:58:43
  Author: idevolder
Revision: 227121

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD
(from rev 227120, kodi-addon-visualization-waveform/trunk/PKGBUILD)
  kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD
(from rev 227120, kodi-addon-visualization-waveform/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD
  kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:58:33 UTC (rev 227120)
+++ community-i686/PKGBUILD 2017-05-05 08:58:43 UTC (rev 227121)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-waveform
-_commit=ede2fd6
-pkgver=20170105.ede2fd6
-pkgrel=2
-pkgdesc="Waveform visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.waveform'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.waveform.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD (from 
rev 227120, kodi-addon-visualization-waveform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 08:58:43 UTC (rev 227121)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-waveform
+_commit=2a71ba0
+pkgver=20170429.2a71ba0
+pkgrel=1
+pkgdesc="Waveform visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.waveform'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/visualization.waveform.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 08:58:33 UTC (rev 227120)
+++ community-x86_64/PKGBUILD   2017-05-05 08:58:43 UTC (rev 227121)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-waveform
-_commit=ede2fd6
-pkgver=20170105.ede2fd6
-pkgrel=2
-pkgdesc="Waveform visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.waveform'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.waveform.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD (from 
rev 227120, kodi-addon-visualization-waveform/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 08:58:43 UTC (rev 227121)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-waveform
+_commit=2a71ba0

[arch-commits] Commit in kodi-addon-visualization-waveform/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:58:33
  Author: idevolder
Revision: 227120

upgpkg: kodi-addon-visualization-waveform 20170429.2a71ba0-1

Modified:
  kodi-addon-visualization-waveform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:15:29 UTC (rev 227119)
+++ PKGBUILD2017-05-05 08:58:33 UTC (rev 227120)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-waveform
-_commit=ede2fd6
-pkgver=20170105.ede2fd6
-pkgrel=2
+_commit=2a71ba0
+pkgver=20170429.2a71ba0
+pkgrel=1
 pkgdesc="Waveform visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/visualization.waveform'


[arch-commits] Commit in kodi-addon-visualization-spectrum/repos (4 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:15:29
  Author: idevolder
Revision: 227119

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-visualization-spectrum/repos/community-i686/PKGBUILD
(from rev 227118, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
  kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD
(from rev 227118, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-spectrum/repos/community-i686/PKGBUILD
  kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:15:19 UTC (rev 227118)
+++ community-i686/PKGBUILD 2017-05-05 08:15:29 UTC (rev 227119)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-spectrum
-_commit=73c8786
-pkgver=20161206.73c8786
-pkgrel=2
-pkgdesc="Spectrum visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.spectrum'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.spectrum.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-spectrum/repos/community-i686/PKGBUILD (from 
rev 227118, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 08:15:29 UTC (rev 227119)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-spectrum
+_commit=d7d9c14
+pkgver=20170429.d7d9c14
+pkgrel=1
+pkgdesc="Spectrum visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.spectrum'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/visualization.spectrum.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 08:15:19 UTC (rev 227118)
+++ community-x86_64/PKGBUILD   2017-05-05 08:15:29 UTC (rev 227119)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-spectrum
-_commit=73c8786
-pkgver=20161206.73c8786
-pkgrel=2
-pkgdesc="Spectrum visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.spectrum'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.spectrum.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD (from 
rev 227118, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 08:15:29 UTC (rev 227119)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-spectrum
+_commit=d7d9c14

[arch-commits] Commit in kodi-addon-visualization-spectrum/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:15:19
  Author: idevolder
Revision: 227118

upgpkg: kodi-addon-visualization-spectrum 20170429.d7d9c14-1

Modified:
  kodi-addon-visualization-spectrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:14:40 UTC (rev 227117)
+++ PKGBUILD2017-05-05 08:15:19 UTC (rev 227118)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-spectrum
-_commit=73c8786
-pkgver=20161206.73c8786
-pkgrel=2
+_commit=d7d9c14
+pkgver=20170429.d7d9c14
+pkgrel=1
 pkgdesc="Spectrum visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/visualization.spectrum'


[arch-commits] Commit in kodi-addon-visualization-shadertoy/repos (4 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:14:40
  Author: idevolder
Revision: 227117

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD
(from rev 227116, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
  kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD
(from rev 227116, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD
  kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:14:28 UTC (rev 227116)
+++ community-i686/PKGBUILD 2017-05-05 08:14:40 UTC (rev 227117)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-shadertoy
-_commit=6db9a48
-pkgver=20170314.6db9a48
-pkgrel=1
-pkgdesc="Shadertoy visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.shadertoy'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD (from 
rev 227116, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 08:14:40 UTC (rev 227117)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-shadertoy
+_commit=ae677ac
+pkgver=20170429.ae677ac
+pkgrel=1
+pkgdesc="Shadertoy visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.shadertoy'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi' 'p8-platform')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 08:14:28 UTC (rev 227116)
+++ community-x86_64/PKGBUILD   2017-05-05 08:14:40 UTC (rev 227117)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-shadertoy
-_commit=6db9a48
-pkgver=20170314.6db9a48
-pkgrel=1
-pkgdesc="Shadertoy visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.shadertoy'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD 
(from rev 227116, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 08:14:40 UTC (rev 227117)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+

[arch-commits] Commit in kodi-addon-visualization-shadertoy/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:14:28
  Author: idevolder
Revision: 227116

upgpkg: kodi-addon-visualization-shadertoy 20170429.ae677ac-1

Modified:
  kodi-addon-visualization-shadertoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:14:19 UTC (rev 227115)
+++ PKGBUILD2017-05-05 08:14:28 UTC (rev 227116)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-shadertoy
-_commit=6db9a48
-pkgver=20170314.6db9a48
+_commit=ae677ac
+pkgver=20170429.ae677ac
 pkgrel=1
 pkgdesc="Shadertoy visualizer for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-visualization-projectm/repos (4 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:14:19
  Author: idevolder
Revision: 227115

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-visualization-projectm/repos/community-i686/PKGBUILD
(from rev 227114, kodi-addon-visualization-projectm/trunk/PKGBUILD)
  kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD
(from rev 227114, kodi-addon-visualization-projectm/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-projectm/repos/community-i686/PKGBUILD
  kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:14:09 UTC (rev 227114)
+++ community-i686/PKGBUILD 2017-05-05 08:14:19 UTC (rev 227115)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-projectm
-_commit=5450aa2
-pkgver=20170320.5450aa2
-pkgrel=1
-pkgdesc="ProjectM visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/visualization.projectm'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'p8-platform' 'projectm')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.projectm.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-projectm/repos/community-i686/PKGBUILD (from 
rev 227114, kodi-addon-visualization-projectm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 08:14:19 UTC (rev 227115)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-projectm
+_commit=5bb3897
+pkgver=20170501.5bb3897
+pkgrel=1
+pkgdesc="ProjectM visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/visualization.projectm'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi' 'p8-platform' 'projectm')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/visualization.projectm.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 08:14:09 UTC (rev 227114)
+++ community-x86_64/PKGBUILD   2017-05-05 08:14:19 UTC (rev 227115)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-projectm
-_commit=5450aa2
-pkgver=20170320.5450aa2
-pkgrel=1
-pkgdesc="ProjectM visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/visualization.projectm'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'p8-platform' 'projectm')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.projectm.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD (from 
rev 227114, kodi-addon-visualization-projectm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 08:14:19 UTC (rev 227115)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+

[arch-commits] Commit in kodi-addon-visualization-projectm/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:14:09
  Author: idevolder
Revision: 227114

upgpkg: kodi-addon-visualization-projectm 20170501.5bb3897-1

Modified:
  kodi-addon-visualization-projectm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:14:00 UTC (rev 227113)
+++ PKGBUILD2017-05-05 08:14:09 UTC (rev 227114)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-projectm
-_commit=5450aa2
-pkgver=20170320.5450aa2
+_commit=5bb3897
+pkgver=20170501.5bb3897
 pkgrel=1
 pkgdesc="ProjectM visualizer for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-visualization-goom/repos (4 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:14:00
  Author: idevolder
Revision: 227113

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-visualization-goom/repos/community-i686/PKGBUILD
(from rev 227112, kodi-addon-visualization-goom/trunk/PKGBUILD)
  kodi-addon-visualization-goom/repos/community-x86_64/PKGBUILD
(from rev 227112, kodi-addon-visualization-goom/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-goom/repos/community-i686/PKGBUILD
  kodi-addon-visualization-goom/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:13:50 UTC (rev 227112)
+++ community-i686/PKGBUILD 2017-05-05 08:14:00 UTC (rev 227113)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-goom
-_commit=745d8c9
-pkgver=20170105.745d8c9
-pkgrel=2
-pkgdesc="GOOM visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/visualization.goom'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.goom.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-goom/repos/community-i686/PKGBUILD (from rev 
227112, kodi-addon-visualization-goom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 08:14:00 UTC (rev 227113)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-goom
+_commit=54da358
+pkgver=20170429.54da358
+pkgrel=1
+pkgdesc="GOOM visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/visualization.goom'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/visualization.goom.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 08:13:50 UTC (rev 227112)
+++ community-x86_64/PKGBUILD   2017-05-05 08:14:00 UTC (rev 227113)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-goom
-_commit=745d8c9
-pkgver=20170105.745d8c9
-pkgrel=2
-pkgdesc="GOOM visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/visualization.goom'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.goom.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-goom/repos/community-x86_64/PKGBUILD (from rev 
227112, kodi-addon-visualization-goom/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 08:14:00 UTC (rev 227113)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-goom
+_commit=54da358
+pkgver=20170429.54da358
+pkgrel=1
+pkgdesc="GOOM visualizer for Kodi"
+arch=('i686' 'x86_64')

[arch-commits] Commit in kodi-addon-visualization-goom/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:13:50
  Author: idevolder
Revision: 227112

upgpkg: kodi-addon-visualization-goom 20170429.54da358-1

Modified:
  kodi-addon-visualization-goom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:13:42 UTC (rev 227111)
+++ PKGBUILD2017-05-05 08:13:50 UTC (rev 227112)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-goom
-_commit=745d8c9
-pkgver=20170105.745d8c9
-pkgrel=2
+_commit=54da358
+pkgver=20170429.54da358
+pkgrel=1
 pkgdesc="GOOM visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/visualization.goom'


[arch-commits] Commit in kodi-addon-screensaver-stars/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:13:11
  Author: idevolder
Revision: 227108

upgpkg: kodi-addon-screensaver-stars 20170429.6c62026-1

Modified:
  kodi-addon-screensaver-stars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:12:56 UTC (rev 227107)
+++ PKGBUILD2017-05-05 08:13:11 UTC (rev 227108)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-stars
-_commit=8ff5ad1
-pkgver=20170416.8ff5ad1
+_commit=6c62026
+pkgver=20170429.6c62026
 pkgrel=1
 pkgdesc="Starfield screensaver for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-visualization-fishbmc/repos (4 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:13:42
  Author: idevolder
Revision: 227111

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-visualization-fishbmc/repos/community-i686/PKGBUILD
(from rev 227110, kodi-addon-visualization-fishbmc/trunk/PKGBUILD)
  kodi-addon-visualization-fishbmc/repos/community-x86_64/PKGBUILD
(from rev 227110, kodi-addon-visualization-fishbmc/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-fishbmc/repos/community-i686/PKGBUILD
  kodi-addon-visualization-fishbmc/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:13:31 UTC (rev 227110)
+++ community-i686/PKGBUILD 2017-05-05 08:13:42 UTC (rev 227111)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-fishbmc
-_commit=9704420
-pkgver=20170105.9704420
-pkgrel=2
-pkgdesc="Fische visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.fishbmc'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.fishbmc.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-fishbmc/repos/community-i686/PKGBUILD (from 
rev 227110, kodi-addon-visualization-fishbmc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 08:13:42 UTC (rev 227111)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-fishbmc
+_commit=611e9a9
+pkgver=20170429.611e9a9
+pkgrel=1
+pkgdesc="Fische visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.fishbmc'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/visualization.fishbmc.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 08:13:31 UTC (rev 227110)
+++ community-x86_64/PKGBUILD   2017-05-05 08:13:42 UTC (rev 227111)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-fishbmc
-_commit=9704420
-pkgver=20170105.9704420
-pkgrel=2
-pkgdesc="Fische visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.fishbmc'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/visualization.fishbmc.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-fishbmc/repos/community-x86_64/PKGBUILD (from 
rev 227110, kodi-addon-visualization-fishbmc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 08:13:42 UTC (rev 227111)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-fishbmc
+_commit=611e9a9
+pkgver=20170429.611e9a9
+pkgrel=1

[arch-commits] Commit in kodi-addon-screensaver-stars/repos (4 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:13:21
  Author: idevolder
Revision: 227109

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD
(from rev 227108, kodi-addon-screensaver-stars/trunk/PKGBUILD)
  kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD
(from rev 227108, kodi-addon-screensaver-stars/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:13:11 UTC (rev 227108)
+++ community-i686/PKGBUILD 2017-05-05 08:13:21 UTC (rev 227109)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-stars
-_commit=8ff5ad1
-pkgver=20170416.8ff5ad1
-pkgrel=1
-pkgdesc="Starfield screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.stars'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.stars.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD (from rev 
227108, kodi-addon-screensaver-stars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 08:13:21 UTC (rev 227109)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-stars
+_commit=6c62026
+pkgver=20170429.6c62026
+pkgrel=1
+pkgdesc="Starfield screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.stars'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/screensaver.stars.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 08:13:11 UTC (rev 227108)
+++ community-x86_64/PKGBUILD   2017-05-05 08:13:21 UTC (rev 227109)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-stars
-_commit=8ff5ad1
-pkgver=20170416.8ff5ad1
-pkgrel=1
-pkgdesc="Starfield screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.stars'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.stars.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD (from rev 
227108, kodi-addon-screensaver-stars/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 08:13:21 UTC (rev 227109)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-stars
+_commit=6c62026
+pkgver=20170429.6c62026
+pkgrel=1
+pkgdesc="Starfield screensaver for Kodi"
+arch=('i686' 'x86_64')

[arch-commits] Commit in kodi-addon-visualization-fishbmc/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:13:31
  Author: idevolder
Revision: 227110

upgpkg: kodi-addon-visualization-fishbmc 20170429.611e9a9-1

Modified:
  kodi-addon-visualization-fishbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:13:21 UTC (rev 227109)
+++ PKGBUILD2017-05-05 08:13:31 UTC (rev 227110)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-fishbmc
-_commit=9704420
-pkgver=20170105.9704420
-pkgrel=2
+_commit=611e9a9
+pkgver=20170429.611e9a9
+pkgrel=1
 pkgdesc="Fische visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/visualization.fishbmc'


[arch-commits] Commit in kodi-addon-screensaver-rsxs/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:12:47
  Author: idevolder
Revision: 227106

upgpkg: kodi-addon-screensaver-rsxs 20170429.579ec13-1

Modified:
  kodi-addon-screensaver-rsxs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:12:36 UTC (rev 227105)
+++ PKGBUILD2017-05-05 08:12:47 UTC (rev 227106)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-rsxs
-_commit=b68a652
-pkgver=20170110.b68a652
+_commit=579ec13
+pkgver=20170429.579ec13
 pkgrel=1
 pkgdesc="RSXS screensaver add-ons for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-screensaver-rsxs/repos (8 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:12:56
  Author: idevolder
Revision: 227107

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-screensaver-rsxs/repos/community-i686/0001-fix-gcc5-compile.patch
(from rev 227106, 
kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch)
  kodi-addon-screensaver-rsxs/repos/community-i686/PKGBUILD
(from rev 227106, kodi-addon-screensaver-rsxs/trunk/PKGBUILD)
  kodi-addon-screensaver-rsxs/repos/community-x86_64/0001-fix-gcc5-compile.patch
(from rev 227106, 
kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch)
  kodi-addon-screensaver-rsxs/repos/community-x86_64/PKGBUILD
(from rev 227106, kodi-addon-screensaver-rsxs/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-rsxs/repos/community-i686/0001-fix-gcc5-compile.patch
  kodi-addon-screensaver-rsxs/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-rsxs/repos/community-x86_64/0001-fix-gcc5-compile.patch
  kodi-addon-screensaver-rsxs/repos/community-x86_64/PKGBUILD

--+
 /0001-fix-gcc5-compile.patch |   22 ++
 /PKGBUILD|   90 +
 community-i686/0001-fix-gcc5-compile.patch   |   11 ---
 community-i686/PKGBUILD  |   45 
 community-x86_64/0001-fix-gcc5-compile.patch |   11 ---
 community-x86_64/PKGBUILD|   45 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/0001-fix-gcc5-compile.patch
===
--- community-i686/0001-fix-gcc5-compile.patch  2017-05-05 08:12:47 UTC (rev 
227106)
+++ community-i686/0001-fix-gcc5-compile.patch  2017-05-05 08:12:56 UTC (rev 
227107)
@@ -1,11 +0,0 @@
-diff -Naur screensavers.rsxs-3241d29.orig/CMakeLists.txt 
screensavers.rsxs-3241d29/CMakeLists.txt
 screensavers.rsxs-3241d29.orig/CMakeLists.txt  2015-10-20 
00:21:24.0 -0700
-+++ screensavers.rsxs-3241d29/CMakeLists.txt   2015-10-22 23:34:37.56204 
-0700
-@@ -52,6 +52,7 @@
- endif()
- externalproject_add(rsxs SOURCE_DIR ${PROJECT_SOURCE_DIR}/${rsxs_dir}
- CONFIGURE_COMMAND ${configure_start}
-+  ac_cv_type__Bool=yes
-   --prefix=
-   --without-xscreensaver
-   --disable-cyclone

Copied: 
kodi-addon-screensaver-rsxs/repos/community-i686/0001-fix-gcc5-compile.patch 
(from rev 227106, kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch)
===
--- community-i686/0001-fix-gcc5-compile.patch  (rev 0)
+++ community-i686/0001-fix-gcc5-compile.patch  2017-05-05 08:12:56 UTC (rev 
227107)
@@ -0,0 +1,11 @@
+diff -Naur screensavers.rsxs-3241d29.orig/CMakeLists.txt 
screensavers.rsxs-3241d29/CMakeLists.txt
+--- screensavers.rsxs-3241d29.orig/CMakeLists.txt  2015-10-20 
00:21:24.0 -0700
 screensavers.rsxs-3241d29/CMakeLists.txt   2015-10-22 23:34:37.56204 
-0700
+@@ -52,6 +52,7 @@
+ endif()
+ externalproject_add(rsxs SOURCE_DIR ${PROJECT_SOURCE_DIR}/${rsxs_dir}
+ CONFIGURE_COMMAND ${configure_start}
++  ac_cv_type__Bool=yes
+   --prefix=
+   --without-xscreensaver
+   --disable-cyclone

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:12:47 UTC (rev 227106)
+++ community-i686/PKGBUILD 2017-05-05 08:12:56 UTC (rev 227107)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-rsxs
-_commit=b68a652
-pkgver=20170110.b68a652
-pkgrel=1
-pkgdesc="RSXS screensaver add-ons for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensavers.rsxs'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=(
-"$pkgname::git://github.com/notspiff/screensavers.rsxs.git#commit=$_commit"
-)
-sha256sums=(
-'SKIP'
-)
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-#prepare() {
-#cd "$pkgname"
-#}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-rsxs/repos/community-i686/PKGBUILD (from rev 
227106, kodi-addon-screensaver-rsxs/trunk/PKGBUILD)
===

[arch-commits] Commit in kodi-addon-screensaver-pyro/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:12:26
  Author: idevolder
Revision: 227104

upgpkg: kodi-addon-screensaver-pyro 20170429.1477bd4-1

Modified:
  kodi-addon-screensaver-pyro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:12:12 UTC (rev 227103)
+++ PKGBUILD2017-05-05 08:12:26 UTC (rev 227104)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-pyro
-_commit=91a863a
-pkgver=20170416.91a863a
+_commit=1477bd4
+pkgver=20170429.1477bd4
 pkgrel=1
 pkgdesc="Pyro screensaver for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-screensaver-pyro/repos (4 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:12:36
  Author: idevolder
Revision: 227105

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD
(from rev 227104, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
  kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD
(from rev 227104, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:12:26 UTC (rev 227104)
+++ community-i686/PKGBUILD 2017-05-05 08:12:36 UTC (rev 227105)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pyro
-_commit=91a863a
-pkgver=20170416.91a863a
-pkgrel=1
-pkgdesc="Pyro screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.pyro'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD (from rev 
227104, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 08:12:36 UTC (rev 227105)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pyro
+_commit=1477bd4
+pkgver=20170429.1477bd4
+pkgrel=1
+pkgdesc="Pyro screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.pyro'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 08:12:26 UTC (rev 227104)
+++ community-x86_64/PKGBUILD   2017-05-05 08:12:36 UTC (rev 227105)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pyro
-_commit=91a863a
-pkgver=20170416.91a863a
-pkgrel=1
-pkgdesc="Pyro screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.pyro'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD (from rev 
227104, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 08:12:36 UTC (rev 227105)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pyro
+_commit=1477bd4
+pkgver=20170429.1477bd4
+pkgrel=1
+pkgdesc="Pyro screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.pyro'
+license=('GPL')

[arch-commits] Commit in kodi-addon-screensaver-pingpong/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:12:02
  Author: idevolder
Revision: 227102

upgpkg: kodi-addon-screensaver-pingpong 20170429.21ae78d-1

Modified:
  kodi-addon-screensaver-pingpong/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:11:53 UTC (rev 227101)
+++ PKGBUILD2017-05-05 08:12:02 UTC (rev 227102)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-pingpong
-_commit=88c7fed
-pkgver=20170314.88c7fed
+_commit=21ae78d
+pkgver=20170429.21ae78d
 pkgrel=1
 pkgdesc="Ping-pong screensaver for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-screensaver-pingpong/repos (4 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:12:12
  Author: idevolder
Revision: 227103

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD
(from rev 227102, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
  kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD
(from rev 227102, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:12:02 UTC (rev 227102)
+++ community-i686/PKGBUILD 2017-05-05 08:12:12 UTC (rev 227103)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pingpong
-_commit=88c7fed
-pkgver=20170314.88c7fed
-pkgrel=1
-pkgdesc="Ping-pong screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.pingpong'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.pingpong.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD (from rev 
227102, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 08:12:12 UTC (rev 227103)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pingpong
+_commit=21ae78d
+pkgver=20170429.21ae78d
+pkgrel=1
+pkgdesc="Ping-pong screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.pingpong'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/screensaver.pingpong.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 08:12:02 UTC (rev 227102)
+++ community-x86_64/PKGBUILD   2017-05-05 08:12:12 UTC (rev 227103)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pingpong
-_commit=88c7fed
-pkgver=20170314.88c7fed
-pkgrel=1
-pkgdesc="Ping-pong screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.pingpong'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.pingpong.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD (from 
rev 227102, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 08:12:12 UTC (rev 227103)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pingpong
+_commit=21ae78d
+pkgver=20170429.21ae78d
+pkgrel=1
+pkgdesc="Ping-pong screensaver for Kodi"

[arch-commits] Commit in kodi-addon-screensaver-matrixtrails/trunk (PKGBUILD)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:11:41
  Author: idevolder
Revision: 227100

upgpkg: kodi-addon-screensaver-matrixtrails 20170429.b5a245f-1

Modified:
  kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 08:11:30 UTC (rev 227099)
+++ PKGBUILD2017-05-05 08:11:41 UTC (rev 227100)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-matrixtrails
-_commit=84ca058
-pkgver=20161216.84ca058
-pkgrel=2
+_commit=b5a245f
+pkgver=20170429.b5a245f
+pkgrel=1
 pkgdesc="Matrix trails screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.matrixtrails'


[arch-commits] Commit in kodi-addon-screensaver-matrixtrails/repos (4 files)

2017-05-05 Thread Ike Devolder
Date: Friday, May 5, 2017 @ 08:11:53
  Author: idevolder
Revision: 227101

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD
(from rev 227100, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
  kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD
(from rev 227100, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-05 08:11:41 UTC (rev 227100)
+++ community-i686/PKGBUILD 2017-05-05 08:11:53 UTC (rev 227101)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-matrixtrails
-_commit=84ca058
-pkgver=20161216.84ca058
-pkgrel=2
-pkgdesc="Matrix trails screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.matrixtrails'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi' 'soil')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.matrixtrails.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD (from 
rev 227100, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-05 08:11:53 UTC (rev 227101)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-matrixtrails
+_commit=b5a245f
+pkgver=20170429.b5a245f
+pkgrel=1
+pkgdesc="Matrix trails screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.matrixtrails'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi' 'soil')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/screensaver.matrixtrails.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-05 08:11:41 UTC (rev 227100)
+++ community-x86_64/PKGBUILD   2017-05-05 08:11:53 UTC (rev 227101)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-matrixtrails
-_commit=84ca058
-pkgver=20161216.84ca058
-pkgrel=2
-pkgdesc="Matrix trails screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.matrixtrails'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi' 'soil')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.matrixtrails.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD 
(from rev 227100, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-05 08:11:53 UTC (rev 227101)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+

  1   2   >