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

2017-02-12 Thread Laurent Carlier
Date: Monday, February 13, 2017 @ 07:57:16
  Author: lcarlier
Revision: 212089

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 212088, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 212088, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-x86_64/remove-libpthread-stubs.patch
(from rev 212088, lib32-mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-x86_64/remove-libpthread-stubs.patch

---+
 LICENSE   |  164 +-
 PKGBUILD  |  346 
 remove-libpthread-stubs.patch |   26 +--
 3 files changed, 268 insertions(+), 268 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-02-13 07:57:03 UTC (rev 212088)
+++ LICENSE 2017-02-13 07:57:16 UTC (rev 212089)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 212088, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-02-13 07:57:16 UTC (rev 212089)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa 

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

2017-02-12 Thread Laurent Carlier
Date: Monday, February 13, 2017 @ 07:57:03
  Author: lcarlier
Revision: 212088

upgpkg: lib32-mesa 13.0.4-2

fix FS#52895

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 04:19:52 UTC (rev 212087)
+++ PKGBUILD2017-02-13 07:57:03 UTC (rev 212088)
@@ -6,7 +6,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-mesa-vdpau' 
'lib32-mesa' 'lib32-mesa-libgl')
 pkgver=13.0.4
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-libelf' 'lib32-llvm' 'lib32-libvdpau'
@@ -45,7 +45,7 @@
 --prefix=/usr \
 --sysconfdir=/etc \
 --with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl \
+--with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl,svga \
 --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
 --with-egl-platforms=x11,drm,wayland \
 --with-vulkan-drivers=intel,radeon \
@@ -120,7 +120,7 @@
'lib32-libelf' 'lib32-llvm-libs' 'lib32-wayland' 
'lib32-libtxc_dxtn' 'mesa')
   optdepends=('opengl-man-pages: for the OpenGL API man pages'
   'lib32-mesa-vdpau: for accelerated video playback')
-  provides=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri')
+  provides=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri' 'lib32-opengl-driver')
   conflicts=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri')
   replaces=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri')
   install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri


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

2017-02-12 Thread Christian Hesse
Date: Monday, February 13, 2017 @ 07:36:08
  Author: eworm
Revision: 288779

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

Added:
  nitrogen/repos/testing-i686/
  nitrogen/repos/testing-i686/PKGBUILD
(from rev 288778, nitrogen/trunk/PKGBUILD)
  nitrogen/repos/testing-x86_64/
  nitrogen/repos/testing-x86_64/PKGBUILD
(from rev 288778, nitrogen/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: nitrogen/repos/testing-i686/PKGBUILD (from rev 288778, 
nitrogen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-13 07:36:08 UTC (rev 288779)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: James Rayner 
+# Maintainer: Alexander Fehr 
+# Contributor: Sebastian Sareyko 
+
+pkgname=nitrogen
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Background browser and setter for X windows"
+arch=('i686' 'x86_64')
+url="http://projects.l3ib.org/nitrogen/;
+license=('GPL')
+depends=('gtkmm' 'hicolor-icon-theme' 'librsvg')
+validpgpkeys=('5B8B00633A07437835C80B7F1E39A08EDAB8F316') # keybase.io/daf 
')
+source=("https://github.com/l3ib/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('f40213707b7a3be87e556f65521cef8795bd91afda13dfac8f00c3550375837d'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: nitrogen/repos/testing-x86_64/PKGBUILD (from rev 288778, 
nitrogen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-13 07:36:08 UTC (rev 288779)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: James Rayner 
+# Maintainer: Alexander Fehr 
+# Contributor: Sebastian Sareyko 
+
+pkgname=nitrogen
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Background browser and setter for X windows"
+arch=('i686' 'x86_64')
+url="http://projects.l3ib.org/nitrogen/;
+license=('GPL')
+depends=('gtkmm' 'hicolor-icon-theme' 'librsvg')
+validpgpkeys=('5B8B00633A07437835C80B7F1E39A08EDAB8F316') # keybase.io/daf 
')
+source=("https://github.com/l3ib/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('f40213707b7a3be87e556f65521cef8795bd91afda13dfac8f00c3550375837d'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2017-02-12 Thread Christian Hesse
Date: Monday, February 13, 2017 @ 07:36:02
  Author: eworm
Revision: 288778

upgpkg: nitrogen 1.6.1-1

* new upstream release
* source verification with signature

Modified:
  nitrogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 07:26:41 UTC (rev 288777)
+++ PKGBUILD2017-02-13 07:36:02 UTC (rev 288778)
@@ -4,15 +4,17 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=nitrogen
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="Background browser and setter for X windows"
 arch=('i686' 'x86_64')
 url="http://projects.l3ib.org/nitrogen/;
 license=('GPL')
 depends=('gtkmm' 'hicolor-icon-theme' 'librsvg')
-source=(http://projects.l3ib.org/nitrogen/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('194a423fa4d24db069a64d2ffa1e4ece2e65d2466aed9ee037a59f3d141634de')
+validpgpkeys=('5B8B00633A07437835C80B7F1E39A08EDAB8F316') # keybase.io/daf 
')
+source=("https://github.com/l3ib/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('f40213707b7a3be87e556f65521cef8795bd91afda13dfac8f00c3550375837d'
+'SKIP')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 07:26:41
  Author: felixonmars
Revision: 288777

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

Added:
  swig/repos/testing-i686/
  swig/repos/testing-i686/PKGBUILD
(from rev 288776, swig/trunk/PKGBUILD)
  swig/repos/testing-x86_64/
  swig/repos/testing-x86_64/PKGBUILD
(from rev 288776, swig/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: swig/repos/testing-i686/PKGBUILD (from rev 288776, swig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-13 07:26:41 UTC (rev 288777)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Tom Newsom 
+
+pkgname=swig
+pkgver=3.0.12
+pkgrel=1
+pkgdesc="Generate scripting interfaces to C/C++ code"
+arch=('i686' 'x86_64')
+url="http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5cc1af41d041e4cc609580b99bb3dcf720effa25')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning "Tests failed"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Copied: swig/repos/testing-x86_64/PKGBUILD (from rev 288776, 
swig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-13 07:26:41 UTC (rev 288777)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Tom Newsom 
+
+pkgname=swig
+pkgver=3.0.12
+pkgrel=1
+pkgdesc="Generate scripting interfaces to C/C++ code"
+arch=('i686' 'x86_64')
+url="http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5cc1af41d041e4cc609580b99bb3dcf720effa25')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning "Tests failed"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}


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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 07:26:10
  Author: felixonmars
Revision: 288776

upgpkg: swig 3.0.12-1

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 07:25:09 UTC (rev 288775)
+++ PKGBUILD2017-02-13 07:26:10 UTC (rev 288776)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=swig
-pkgver=3.0.11
+pkgver=3.0.12
 pkgrel=1
 pkgdesc="Generate scripting interfaces to C/C++ code"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('pcre' 'gcc-libs')
 checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e2ee4deb16024d8e0406f6a64cf513d2aa5c9a72')
+sha1sums=('5cc1af41d041e4cc609580b99bb3dcf720effa25')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-02-12 Thread Antonio Rojas
Date: Monday, February 13, 2017 @ 07:25:09
  Author: arojas
Revision: 288775

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-13 07:24:41 UTC (rev 288774)
+++ extra-i686/PKGBUILD 2017-02-13 07:25:09 UTC (rev 288775)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: trya 
-
-pkgname=quazip
-pkgver=0.7.2
-pkgrel=4
-pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
-url="http://sourceforge.net/projects/quazip/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=(qt5-base)
-makedepends=(cmake)
-conflicts=('quazip-qt5')
-provides=('quazip-qt5')
-replaces=('quazip-qt5')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('84163487a4c3470781c93e5f56c4ca43')
-
-build() {
-  mkdir -p build
-  cd build
-  
-  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_WITH_QT4:BOOL=OFF -DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: quazip/repos/extra-i686/PKGBUILD (from rev 288774, 
quazip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-13 07:25:09 UTC (rev 288775)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: trya 
+
+pkgname=quazip
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
+url="http://sourceforge.net/projects/quazip/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=(qt5-base)
+makedepends=(cmake)
+conflicts=('quazip-qt5')
+provides=('quazip-qt5')
+replaces=('quazip-qt5')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('2ba7dd8b1d6dd588374c9fab5c46e76e')
+
+build() {
+  mkdir -p build
+  cd build
+  
+  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_WITH_QT4:BOOL=OFF -DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-13 07:24:41 UTC (rev 288774)
+++ extra-x86_64/PKGBUILD   2017-02-13 07:25:09 UTC (rev 288775)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: trya 
-
-pkgname=quazip
-pkgver=0.7.2
-pkgrel=4
-pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
-url="http://sourceforge.net/projects/quazip/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=(qt5-base)
-makedepends=(cmake)
-conflicts=('quazip-qt5')
-provides=('quazip-qt5')
-replaces=('quazip-qt5')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('84163487a4c3470781c93e5f56c4ca43')
-
-build() {
-  mkdir -p build
-  cd build
-  
-  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_WITH_QT4:BOOL=OFF -DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: quazip/repos/extra-x86_64/PKGBUILD (from rev 288774, 
quazip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-13 07:25:09 UTC (rev 288775)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: trya 
+
+pkgname=quazip
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
+url="http://sourceforge.net/projects/quazip/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=(qt5-base)
+makedepends=(cmake)
+conflicts=('quazip-qt5')
+provides=('quazip-qt5')
+replaces=('quazip-qt5')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('2ba7dd8b1d6dd588374c9fab5c46e76e')
+
+build() {
+  mkdir -p build
+  cd build
+  
+  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_WITH_QT4:BOOL=OFF 

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

2017-02-12 Thread Antonio Rojas
Date: Monday, February 13, 2017 @ 07:24:41
  Author: arojas
Revision: 288774

Update to 0.7.3

Modified:
  quazip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 06:53:35 UTC (rev 288773)
+++ PKGBUILD2017-02-13 07:24:41 UTC (rev 288774)
@@ -4,8 +4,8 @@
 # Contributor: trya 
 
 pkgname=quazip
-pkgver=0.7.2
-pkgrel=4
+pkgver=0.7.3
+pkgrel=1
 pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
 url="http://sourceforge.net/projects/quazip/;
 license=('LGPL')
@@ -16,7 +16,7 @@
 provides=('quazip-qt5')
 replaces=('quazip-qt5')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('84163487a4c3470781c93e5f56c4ca43')
+md5sums=('2ba7dd8b1d6dd588374c9fab5c46e76e')
 
 build() {
   mkdir -p build


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

2017-02-12 Thread Gaëtan Bisson
Date: Monday, February 13, 2017 @ 06:53:09
  Author: bisson
Revision: 288772

upstream update

Modified:
  libao/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 02:49:54 UTC (rev 288771)
+++ PKGBUILD2017-02-13 06:53:09 UTC (rev 288772)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=libao
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc='Cross-platform audio output library and plugins'
 url='http://xiph.org/ao/'
@@ -10,11 +10,12 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('alsa-lib')
-makedepends=('libpulse')
+makedepends=('libpulse' 'git')
 backup=('etc/libao.conf')
-source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
+#source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
+source=("git+https://git.xiph.org/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66;
 'libao.conf')
-sha1sums=('6b1d2c6a2e388e3bb6ebea158d51afef18aacc56'
+sha1sums=('SKIP'
   '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
 
 conflicts=('libao-pulse')
@@ -22,7 +23,9 @@
 replaces=('libao-pulse')
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
+   ./autogen.sh
 
./configure \
--prefix=/usr \
@@ -32,7 +35,9 @@
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
+
make DESTDIR="${pkgdir}" install
install -Dm644 "${srcdir}"/libao.conf "${pkgdir}"/etc/libao.conf
 }


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

2017-02-12 Thread Gaëtan Bisson
Date: Monday, February 13, 2017 @ 06:53:35
  Author: bisson
Revision: 288773

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

Added:
  libao/repos/testing-i686/
  libao/repos/testing-i686/PKGBUILD
(from rev 288772, libao/trunk/PKGBUILD)
  libao/repos/testing-i686/libao.conf
(from rev 288772, libao/trunk/libao.conf)
  libao/repos/testing-x86_64/
  libao/repos/testing-x86_64/PKGBUILD
(from rev 288772, libao/trunk/PKGBUILD)
  libao/repos/testing-x86_64/libao.conf
(from rev 288772, libao/trunk/libao.conf)

---+
 testing-i686/PKGBUILD |   43 +++
 testing-i686/libao.conf   |2 ++
 testing-x86_64/PKGBUILD   |   43 +++
 testing-x86_64/libao.conf |2 ++
 4 files changed, 90 insertions(+)

Copied: libao/repos/testing-i686/PKGBUILD (from rev 288772, 
libao/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-13 06:53:35 UTC (rev 288773)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: dorphell 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libao
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('alsa-lib')
+makedepends=('libpulse' 'git')
+backup=('etc/libao.conf')
+#source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
+source=("git+https://git.xiph.org/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66;
+'libao.conf')
+sha1sums=('SKIP'
+  '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
+
+conflicts=('libao-pulse')
+provides=("libao-pulse=${pkgver}-${pkgrel}")
+replaces=('libao-pulse')
+
+build() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
+   ./autogen.sh
+
+   ./configure \
+   --prefix=/usr \
+   --enable-alsa-mmap \
+
+   make
+}
+
+package() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
+
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 "${srcdir}"/libao.conf "${pkgdir}"/etc/libao.conf
+}

Copied: libao/repos/testing-i686/libao.conf (from rev 288772, 
libao/trunk/libao.conf)
===
--- testing-i686/libao.conf (rev 0)
+++ testing-i686/libao.conf 2017-02-13 06:53:35 UTC (rev 288773)
@@ -0,0 +1,2 @@
+default_driver=alsa
+dev=default

Copied: libao/repos/testing-x86_64/PKGBUILD (from rev 288772, 
libao/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-13 06:53:35 UTC (rev 288773)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: dorphell 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libao
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('alsa-lib')
+makedepends=('libpulse' 'git')
+backup=('etc/libao.conf')
+#source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
+source=("git+https://git.xiph.org/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66;
+'libao.conf')
+sha1sums=('SKIP'
+  '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
+
+conflicts=('libao-pulse')
+provides=("libao-pulse=${pkgver}-${pkgrel}")
+replaces=('libao-pulse')
+
+build() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
+   ./autogen.sh
+
+   ./configure \
+   --prefix=/usr \
+   --enable-alsa-mmap \
+
+   make
+}
+
+package() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
+
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 "${srcdir}"/libao.conf "${pkgdir}"/etc/libao.conf
+}

Copied: libao/repos/testing-x86_64/libao.conf (from rev 288772, 
libao/trunk/libao.conf)
===
--- testing-x86_64/libao.conf   (rev 0)
+++ testing-x86_64/libao.conf   2017-02-13 06:53:35 UTC (rev 288773)
@@ -0,0 +1,2 @@
+default_driver=alsa
+dev=default


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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 04:19:52
  Author: felixonmars
Revision: 212087

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 212086, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-13 04:19:34 UTC (rev 212086)
+++ PKGBUILD2017-02-13 04:19:52 UTC (rev 212087)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.652
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd you-get
-  python setup.py build
-}
-
-check() {
-  cd you-get
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd you-get
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 212086, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-13 04:19:52 UTC (rev 212087)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.652
+pkgrel=2
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd you-get
+  python setup.py build
+}
+
+check() {
+  cd you-get
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd you-get
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 contrib/completion/_you-get 
"$pkgdir/usr/share/zsh/site-functions/_you-get"
+  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/you-get"
+  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir/usr/share/fish/completions/you-get.fish"
+}


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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 04:19:34
  Author: felixonmars
Revision: 212086

upgpkg: you-get 0.4.652-2

add completions

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 04:06:28 UTC (rev 212085)
+++ PKGBUILD2017-02-13 04:19:34 UTC (rev 212086)
@@ -3,7 +3,7 @@
 
 pkgname=you-get
 pkgver=0.4.652
-pkgrel=1
+pkgrel=2
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;
 arch=('any')
@@ -28,4 +28,7 @@
   python setup.py install --root="$pkgdir"
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 contrib/completion/_you-get 
"$pkgdir/usr/share/zsh/site-functions/_you-get"
+  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/you-get"
+  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir/usr/share/fish/completions/you-get.fish"
 }


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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 04:06:28
  Author: felixonmars
Revision: 212085

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

Added:
  python-pykerberos/repos/community-i686/PKGBUILD
(from rev 212084, python-pykerberos/trunk/PKGBUILD)
  python-pykerberos/repos/community-x86_64/PKGBUILD
(from rev 212084, python-pykerberos/trunk/PKGBUILD)
Deleted:
  python-pykerberos/repos/community-i686/PKGBUILD
  python-pykerberos/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-13 04:05:57 UTC (rev 212084)
+++ community-i686/PKGBUILD 2017-02-13 04:06:28 UTC (rev 212085)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pykerberos
-pkgname=('python-pykerberos' 'python2-pykerberos')
-pkgver=1.1.13
-pkgrel=2
-pkgdesc="High-level interface to Kerberos"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="https://github.com/02strich/pykerberos;
-makedepends=('python-setuptools' 'python2-setuptools' 'krb5' 'git')
-source=("git+https://github.com/02strich/pykerberos.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pykerberos{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pykerberos
-  python setup.py build
-
-  cd "$srcdir"/pykerberos-py2
-  python2 setup.py build
-}
-
-package_python-pykerberos() {
-  depends=('python' 'krb5')
-
-  cd pykerberos
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pykerberos() {
-  depends=('python2' 'krb5')
-
-  cd pykerberos-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pykerberos/repos/community-i686/PKGBUILD (from rev 212084, 
python-pykerberos/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-13 04:06:28 UTC (rev 212085)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pykerberos
+pkgname=('python-pykerberos' 'python2-pykerberos')
+pkgver=1.1.14
+pkgrel=1
+pkgdesc="High-level interface to Kerberos"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="https://github.com/02strich/pykerberos;
+makedepends=('python-setuptools' 'python2-setuptools' 'krb5' 'git')
+source=("git+https://github.com/02strich/pykerberos.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pykerberos{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pykerberos
+  python setup.py build
+
+  cd "$srcdir"/pykerberos-py2
+  python2 setup.py build
+}
+
+package_python-pykerberos() {
+  depends=('python' 'krb5')
+
+  cd pykerberos
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pykerberos() {
+  depends=('python2' 'krb5')
+
+  cd pykerberos-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-13 04:05:57 UTC (rev 212084)
+++ community-x86_64/PKGBUILD   2017-02-13 04:06:28 UTC (rev 212085)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pykerberos
-pkgname=('python-pykerberos' 'python2-pykerberos')
-pkgver=1.1.13
-pkgrel=2
-pkgdesc="High-level interface to Kerberos"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="https://github.com/02strich/pykerberos;
-makedepends=('python-setuptools' 'python2-setuptools' 'krb5' 'git')
-source=("git+https://github.com/02strich/pykerberos.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pykerberos{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pykerberos
-  python setup.py build
-
-  cd "$srcdir"/pykerberos-py2
-  python2 setup.py build
-}
-
-package_python-pykerberos() {
-  depends=('python' 'krb5')
-
-  cd pykerberos
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pykerberos() {
-  depends=('python2' 'krb5')
-
-  cd pykerberos-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pykerberos/repos/community-x86_64/PKGBUILD (from rev 212084, 
python-pykerberos/trunk/PKGBUILD)

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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 04:05:57
  Author: felixonmars
Revision: 212084

upgpkg: python-pykerberos 1.1.14-1

Modified:
  python-pykerberos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 03:59:59 UTC (rev 212083)
+++ PKGBUILD2017-02-13 04:05:57 UTC (rev 212084)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pykerberos
 pkgname=('python-pykerberos' 'python2-pykerberos')
-pkgver=1.1.13
-pkgrel=2
+pkgver=1.1.14
+pkgrel=1
 pkgdesc="High-level interface to Kerberos"
 arch=('i686' 'x86_64')
 license=('Apache')


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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 03:48:47
  Author: felixonmars
Revision: 212081

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 212080, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 212080, 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 212080, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-13 03:48:47 UTC (rev 212081)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=32
+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://github.com/joeyh/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fcryptonite -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 212080, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-13 03:48:47 UTC (rev 212081)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=32
+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" 

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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 03:48:22
  Author: felixonmars
Revision: 212080

upgpkg: git-annex 6.20170101-32

rebuild with concurrent-output,1.7.9

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 03:46:38 UTC (rev 212079)
+++ PKGBUILD2017-02-13 03:48:22 UTC (rev 212080)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170101
-pkgrel=31
+pkgrel=32
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 03:46:38
  Author: felixonmars
Revision: 212079

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 212078, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-13 03:46:19 UTC (rev 212078)
+++ PKGBUILD2017-02-13 03:46:38 UTC (rev 212079)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.14.3
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha256sums=('9d61c7d983b99eb0b16d64658b182e045bcdd74ef3b139e849777f780782dbfe')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 212078, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-13 03:46:38 UTC (rev 212079)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.14.4
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha256sums=('dbcd7c05de13ff4a9ded7353fe761767e5777fe9c49d2f1420f50672cfaa4ec1')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 03:46:19
  Author: felixonmars
Revision: 212078

upgpkg: ruby-bundler 1.14.4-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 03:44:48 UTC (rev 212077)
+++ PKGBUILD2017-02-13 03:46:19 UTC (rev 212078)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.14.3
+pkgver=1.14.4
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha256sums=('9d61c7d983b99eb0b16d64658b182e045bcdd74ef3b139e849777f780782dbfe')
+sha256sums=('dbcd7c05de13ff4a9ded7353fe761767e5777fe9c49d2f1420f50672cfaa4ec1')
 
 package() {
   cd "$srcdir"


[arch-commits] Commit in python-ruamel-yaml/repos (4 files)

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 03:44:48
  Author: felixonmars
Revision: 212077

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

Added:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
(from rev 212076, python-ruamel-yaml/trunk/PKGBUILD)
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 212076, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-13 03:44:08 UTC (rev 212076)
+++ community-i686/PKGBUILD 2017-02-13 03:44:48 UTC (rev 212077)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.13.13
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-setuptools' 'python-pip' 'mercurial')
-checkdepends=('python-pytest')
-source=("hg+https://bitbucket.org/ruamel/yaml#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/yaml
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/yaml
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test 
_test/test_*.py
-}
-
-package() {
-  depends=('python')
-
-  cd yaml
-  pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 212076, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-13 03:44:48 UTC (rev 212077)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.13.14
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-setuptools' 'python-pip' 'mercurial')
+checkdepends=('python-pytest')
+source=("hg+https://bitbucket.org/ruamel/yaml#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/yaml
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/yaml
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test 
_test/test_*.py
+}
+
+package() {
+  depends=('python')
+
+  cd yaml
+  pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-13 03:44:08 UTC (rev 212076)
+++ community-x86_64/PKGBUILD   2017-02-13 03:44:48 UTC (rev 212077)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.13.13
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-setuptools' 'python-pip' 'mercurial')
-checkdepends=('python-pytest')
-source=("hg+https://bitbucket.org/ruamel/yaml#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/yaml
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/yaml
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test 
_test/test_*.py
-}
-
-package() {
-  depends=('python')
-
-  cd yaml
-  pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 212076, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-13 03:44:48 UTC (rev 212077)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.13.14
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"

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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 03:44:08
  Author: felixonmars
Revision: 212076

upgpkg: python-ruamel-yaml 0.13.14-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 03:28:13 UTC (rev 212075)
+++ PKGBUILD2017-02-13 03:44:08 UTC (rev 212076)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.13.13
+pkgver=0.13.14
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('i686' 'x86_64')


[arch-commits] Commit in haskell-concurrent-output/repos (4 files)

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 03:28:13
  Author: felixonmars
Revision: 212075

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

Added:
  haskell-concurrent-output/repos/community-staging-i686/
  haskell-concurrent-output/repos/community-staging-i686/PKGBUILD
(from rev 212074, haskell-concurrent-output/trunk/PKGBUILD)
  haskell-concurrent-output/repos/community-staging-x86_64/
  haskell-concurrent-output/repos/community-staging-x86_64/PKGBUILD
(from rev 212074, haskell-concurrent-output/trunk/PKGBUILD)

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

Copied: haskell-concurrent-output/repos/community-staging-i686/PKGBUILD (from 
rev 212074, haskell-concurrent-output/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-13 03:28:13 UTC (rev 212075)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=concurrent-output
+pkgname=haskell-concurrent-output
+pkgver=1.7.9
+pkgrel=1
+pkgdesc="Ungarble output from several threads or commands"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD2")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-exceptions"
+ "haskell-stm" "haskell-terminal-size" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('343c9685d24795bb38761f5c3600df5c67dbc6d410e5e0b862aa8d092e4e10d5')
+
+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-concurrent-output/repos/community-staging-x86_64/PKGBUILD (from 
rev 212074, haskell-concurrent-output/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-13 03:28:13 UTC (rev 212075)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=concurrent-output
+pkgname=haskell-concurrent-output
+pkgver=1.7.9
+pkgrel=1
+pkgdesc="Ungarble output from several threads or commands"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD2")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-exceptions"
+ "haskell-stm" "haskell-terminal-size" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('343c9685d24795bb38761f5c3600df5c67dbc6d410e5e0b862aa8d092e4e10d5')
+
+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 

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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 03:27:16
  Author: felixonmars
Revision: 212074

upgpkg: haskell-concurrent-output 1.7.9-1

rebuild with concurrent-output,1.7.9

Modified:
  haskell-concurrent-output/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 02:16:19 UTC (rev 212073)
+++ PKGBUILD2017-02-13 03:27:16 UTC (rev 212074)
@@ -4,7 +4,7 @@
 
 _hkgname=concurrent-output
 pkgname=haskell-concurrent-output
-pkgver=1.7.8
+pkgver=1.7.9
 pkgrel=1
 pkgdesc="Ungarble output from several threads or commands"
 url="https://hackage.haskell.org/package/${_hkgname};
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-exceptions"
  "haskell-stm" "haskell-terminal-size" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('8c9b0ab30ff9ea930039efcd9cc3d8541f0647c617afc17370de9de793ca9a6f')
+sha256sums=('343c9685d24795bb38761f5c3600df5c67dbc6d410e5e0b862aa8d092e4e10d5')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 02:49:54
  Author: felixonmars
Revision: 288771

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 288770, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-13 02:49:32 UTC (rev 288770)
+++ PKGBUILD2017-02-13 02:49:54 UTC (rev 288771)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.1.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools/bootstrap.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 288770, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-13 02:49:54 UTC (rev 288771)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=34.2.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 'python2-pip' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Don't download and install deps
+  sed -i '/pip.main(args)/d' setuptools/bootstrap.py
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
+
+  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+}
+
+build() {
+  cd 

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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 02:49:32
  Author: felixonmars
Revision: 288770

upgpkg: python-setuptools 1:34.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 02:48:08 UTC (rev 288769)
+++ PKGBUILD2017-02-13 02:49:32 UTC (rev 288770)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.1.1
+pkgver=34.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


[arch-commits] Commit in syslinux/trunk (syslinux-install_update)

2017-02-12 Thread Anatol Pomozov
Date: Monday, February 13, 2017 @ 02:48:08
  Author: anatolik
Revision: 288769

Make error message cleaner for non-partitioned disks

syslinux requires partition table is we want to install MBR or active bit.
Make the error message cleaner.

Inspired by https://bbs.archlinux.org/viewtopic.php?id=223038

Modified:
  syslinux/trunk/syslinux-install_update

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

Modified: syslinux-install_update
===
--- syslinux-install_update 2017-02-12 21:34:51 UTC (rev 288768)
+++ syslinux-install_update 2017-02-13 02:48:08 UTC (rev 288769)
@@ -233,7 +233,7 @@
 # If any bootdev is a block device without partitions bail
 # we want to set the boot flag on partitioned disk
 for dev in "${!bootdevs[@]}"; do
-dev_is_part $dev || { echo "$dev - is a block device. Aborting 
set_active!"; return 1; }
+dev_is_part $dev || { echo "$dev does not contain partition table. 
Aborting set_active!"; return 1; }
 done
 
 # Clear BIOS Bootable Legacy Attribute for GPT drives
@@ -281,7 +281,7 @@
 # If any bootdev is a block device without partitions bail
 # we want to install the mbr to a partitioned disk
 for dev in "${!bootdevs[@]}"; do
-dev_is_part "$dev" || { echo "$dev - is a block device. Aborting MBR 
install"; return 1; }
+dev_is_part "$dev" || { echo "$dev does not contain partition table. 
Aborting MBR install."; return 1; }
 done
 
 for part in "${!bootdevs[@]}"; do


[arch-commits] Commit in linux-grsec/repos (28 files)

2017-02-12 Thread Daniel Micay
Date: Monday, February 13, 2017 @ 02:16:19
  Author: thestinger
Revision: 212073

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

Added:
  linux-grsec/repos/community-testing-i686/99-linux.hook
(from rev 212072, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-testing-i686/PKGBUILD
(from rev 212072, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-testing-i686/change-default-console-loglevel.patch
(from rev 212072, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-testing-i686/config
(from rev 212072, linux-grsec/trunk/config)
  linux-grsec/repos/community-testing-i686/config.x86_64
(from rev 212072, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-testing-i686/linux-grsec.install
(from rev 212072, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-testing-i686/linux.preset
(from rev 212072, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-testing-x86_64/99-linux.hook
(from rev 212072, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-testing-x86_64/PKGBUILD
(from rev 212072, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-testing-x86_64/change-default-console-loglevel.patch
(from rev 212072, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-testing-x86_64/config
(from rev 212072, linux-grsec/trunk/config)
  linux-grsec/repos/community-testing-x86_64/config.x86_64
(from rev 212072, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-testing-x86_64/linux-grsec.install
(from rev 212072, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-testing-x86_64/linux.preset
(from rev 212072, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-testing-i686/99-linux.hook
  linux-grsec/repos/community-testing-i686/PKGBUILD
  linux-grsec/repos/community-testing-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-testing-i686/config
  linux-grsec/repos/community-testing-i686/config.x86_64
  linux-grsec/repos/community-testing-i686/linux-grsec.install
  linux-grsec/repos/community-testing-i686/linux.preset
  linux-grsec/repos/community-testing-x86_64/99-linux.hook
  linux-grsec/repos/community-testing-x86_64/PKGBUILD
  
linux-grsec/repos/community-testing-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-testing-x86_64/config
  linux-grsec/repos/community-testing-x86_64/config.x86_64
  linux-grsec/repos/community-testing-x86_64/linux-grsec.install
  linux-grsec/repos/community-testing-x86_64/linux.preset

+
 /99-linux.hook |   22 
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16540 
++
 /config.x86_64 |15964 +
 /linux-grsec.install   |   54 
 /linux.preset  |   28 
 community-testing-i686/99-linux.hook   |   11 
 community-testing-i686/PKGBUILD|  319 
 community-testing-i686/change-default-console-loglevel.patch   |   11 
 community-testing-i686/config  | 8270 -
 community-testing-i686/config.x86_64   | 7977 
 community-testing-i686/linux-grsec.install |   27 
 community-testing-i686/linux.preset|   14 
 community-testing-x86_64/99-linux.hook |   11 
 community-testing-x86_64/PKGBUILD  |  319 
 community-testing-x86_64/change-default-console-loglevel.patch |   11 
 community-testing-x86_64/config| 8270 -
 community-testing-x86_64/config.x86_64 | 7977 
 community-testing-x86_64/linux-grsec.install   |   27 
 community-testing-x86_64/linux.preset  |   14 
 21 files changed, 33268 insertions(+), 33258 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 212072:212073 to see the changes.


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

2017-02-12 Thread Daniel Micay
Date: Monday, February 13, 2017 @ 02:14:57
  Author: thestinger
Revision: 212072

upgpkg: linux-grsec 1:4.9.9.r201702122044-1

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |   12 ++--
 config.x86_64 |   11 ---
 2 files changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 21:57:00 UTC (rev 212071)
+++ PKGBUILD2017-02-13 02:14:57 UTC (rev 212072)
@@ -7,13 +7,13 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.9
-_pkgver=4.9.8
+_pkgver=4.9.9
 _grsecver=3.1
-_timestamp=201702071801
+_timestamp=201702122044
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -36,12 +36,12 @@
 
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'d53bb9fb309193cbbf88faa28f4cecfc312dbddaa4c2cbf089f2a7ecd56889c0'
+'ec97e3bf8585865d409a804316b276a6b4e4939286de9757f99bfb41cf112078'
 'SKIP'
-'306d82f64d0f70b2db2ff0429c55417500b5fbb1f662737891a7323225f119fb'
+'7c083074243f81ea7130e17047a8e4f0be6f3cdcd4be0313764c4b5a4106306e'
 'SKIP'
 '569cc42785315fa0ae96fd566dccb0640044e4b149f55d07277900f63c846d91'
-'ab7810979c185f00c68cd9a4909c1b41053414f674dce680648103b3e61d9499'
+'9be4a343b99e3afc2873151601c052cd1d1ecff7122c8c38f2bf37cc7344ac15'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')

Modified: config.x86_64
===
--- config.x86_64   2017-02-12 21:57:00 UTC (rev 212071)
+++ config.x86_64   2017-02-13 02:14:57 UTC (rev 212072)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.9.8.r201702060653-1 Kernel Configuration
+# Linux/x86 4.9.9.r201702122044-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -401,7 +401,13 @@
 CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
 CONFIG_SCHED_OMIT_FRAME_POINTER=y
 CONFIG_HYPERVISOR_GUEST=y
-# CONFIG_PARAVIRT is not set
+CONFIG_PARAVIRT=y
+# CONFIG_PARAVIRT_DEBUG is not set
+CONFIG_PARAVIRT_SPINLOCKS=y
+# CONFIG_XEN is not set
+CONFIG_KVM_GUEST=y
+CONFIG_PARAVIRT_TIME_ACCOUNTING=y
+CONFIG_PARAVIRT_CLOCK=y
 CONFIG_NO_BOOTMEM=y
 # CONFIG_MK8 is not set
 # CONFIG_MPSC is not set
@@ -7475,7 +7481,6 @@
 CONFIG_PAX_KERNEXEC_PLUGIN=y
 # CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_NONE is not set
 CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_BTS=y
-# CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR is not set
 
 #
 # Address Space Layout Randomization


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

2017-02-12 Thread Jaroslav Lichtblau
Date: Sunday, February 12, 2017 @ 21:57:00
  Author: jlichtblau
Revision: 212071

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

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   31 
 community-x86_64/PKGBUILD |   31 
 3 files changed, 68 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 21:56:44 UTC (rev 212070)
+++ community-i686/PKGBUILD 2017-02-12 21:57:00 UTC (rev 212071)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=3.4.0
-pkgrel=2
-pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
-arch=('i686' 'x86_64')
-url="https://www.zetetic.net/sqlcipher/;
-license=('BSD')
-makedepends=('openssl' 'sqlite' 'tcl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-i686/PKGBUILD (from rev 212070, 
sqlcipher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 21:57:00 UTC (rev 212071)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
+arch=('i686' 'x86_64')
+url="https://www.zetetic.net/sqlcipher/;
+license=('BSD')
+makedepends=('openssl' 'sqlite' 'tcl')
+source=($pkgname-$pkgver.zip::https://github.com/$pkgname/$pkgname/archive/v$pkgver.zip
+
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
+validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

+sha256sums=('6f65b65a6b450279151bdec8c66122133245bc78605165482a45347cee8dc904'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-12 21:56:44 UTC (rev 212070)
+++ community-x86_64/PKGBUILD   2017-02-12 21:57:00 UTC (rev 212071)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=3.4.0
-pkgrel=2
-pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
-arch=('i686' 'x86_64')
-url="https://www.zetetic.net/sqlcipher/;
-license=('BSD')
-makedepends=('openssl' 'sqlite' 'tcl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-x86_64/PKGBUILD (from rev 212070, 
sqlcipher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-12 21:57:00 UTC (rev 212071)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
+arch=('i686' 'x86_64')

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

2017-02-12 Thread Jaroslav Lichtblau
Date: Sunday, February 12, 2017 @ 21:56:44
  Author: jlichtblau
Revision: 212070

upgpkg: sqlcipher 3.4.1-1 - new upstream release

Modified:
  sqlcipher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 21:49:02 UTC (rev 212069)
+++ PKGBUILD2017-02-12 21:56:44 UTC (rev 212070)
@@ -3,8 +3,8 @@
 # Contributor: flu
 
 pkgname=sqlcipher
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
 pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
 arch=('i686' 'x86_64')
 url="https://www.zetetic.net/sqlcipher/;
@@ -12,8 +12,8 @@
 makedepends=('openssl' 'sqlite' 'tcl')
 
source=($pkgname-$pkgver.zip::https://github.com/$pkgname/$pkgname/archive/v$pkgver.zip
 
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
-validpgpkeys=('A4EA79E649E745B92117A56F0CB99EE267FD0322') # Zetetic LLC 

-sha256sums=('cb558ff8fc3fb49d37817d42d1da6bb85f6310c28186f8e3570783a0f850366e'
+validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

+sha256sums=('6f65b65a6b450279151bdec8c66122133245bc78605165482a45347cee8dc904'
 'SKIP')
 
 build() {


[arch-commits] Commit in nzbget/trunk (PKGBUILD nzbget.changelog)

2017-02-12 Thread Jaroslav Lichtblau
Date: Sunday, February 12, 2017 @ 21:48:47
  Author: jlichtblau
Revision: 212068

upgpkg: nzbget 18.0-1 - new upstream release

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

--+
 PKGBUILD |8 +---
 nzbget.changelog |3 +++
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 19:56:48 UTC (rev 212067)
+++ PKGBUILD2017-02-12 21:48:47 UTC (rev 212068)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=nzbget
-pkgver=17.1
+pkgver=18.0
 pkgrel=1
 pkgdesc="Download from Usenet using .nzb files"
 arch=('i686' 'x86_64')
@@ -10,10 +10,12 @@
 url="http://nzbget.net/;
 license=('GPL')
 depends=('libxml2')
-optdepends=('python: to run included scripts')
+optdepends=('python: to run included scripts'
+'unrar: unpacking archives'
+'p7zip: unpacking archives')
 changelog=$pkgname.changelog
 
source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
-sha256sums=('4b3cf500d9bb6e9ab65b2c8451358e6c93af0368176f193eebafca17d7209c39')
+sha256sums=('4bc6366286988647d42165b442a62b73a1328d7e5b5067bd0078650e1716f55b')
 
 build() {
   cd $pkgname-$pkgver

Modified: nzbget.changelog
===
--- nzbget.changelog2017-02-12 19:56:48 UTC (rev 212067)
+++ nzbget.changelog2017-02-12 21:48:47 UTC (rev 212068)
@@ -1,3 +1,6 @@
+2017-02-12 Jaroslav Lichtblau 
+  * nzbget 18.0-1
+
 2016-09-05 Jaroslav Lichtblau 
   * nzbget 17.1-1
 


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

2017-02-12 Thread Jaroslav Lichtblau
Date: Sunday, February 12, 2017 @ 21:49:02
  Author: jlichtblau
Revision: 212069

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

Added:
  nzbget/repos/community-i686/PKGBUILD
(from rev 212068, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-i686/nzbget.changelog
(from rev 212068, nzbget/trunk/nzbget.changelog)
  nzbget/repos/community-x86_64/PKGBUILD
(from rev 212068, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-x86_64/nzbget.changelog
(from rev 212068, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-i686/PKGBUILD
  nzbget/repos/community-i686/nzbget.changelog
  nzbget/repos/community-x86_64/PKGBUILD
  nzbget/repos/community-x86_64/nzbget.changelog

---+
 /PKGBUILD |   68 ++
 /nzbget.changelog |  174 
 community-i686/PKGBUILD   |   32 --
 community-i686/nzbget.changelog   |   84 -
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/nzbget.changelog |   84 -
 6 files changed, 242 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 21:48:47 UTC (rev 212068)
+++ community-i686/PKGBUILD 2017-02-12 21:49:02 UTC (rev 212069)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-
-pkgname=nzbget
-pkgver=17.1
-pkgrel=1
-pkgdesc="Download from Usenet using .nzb files"
-arch=('i686' 'x86_64')
-url="http://nzbget.net/;
-license=('GPL')
-depends=('libxml2')
-optdepends=('python: to run included scripts')
-changelog=$pkgname.changelog
-source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
-sha256sums=('4b3cf500d9bb6e9ab65b2c8451358e6c93af0368176f193eebafca17d7209c39')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/$pkgname
-  install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README
-}

Copied: nzbget/repos/community-i686/PKGBUILD (from rev 212068, 
nzbget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 21:49:02 UTC (rev 212069)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+
+pkgname=nzbget
+pkgver=18.0
+pkgrel=1
+pkgdesc="Download from Usenet using .nzb files"
+arch=('i686' 'x86_64')
+url="http://nzbget.net/;
+license=('GPL')
+depends=('libxml2')
+optdepends=('python: to run included scripts'
+'unrar: unpacking archives'
+'p7zip: unpacking archives')
+changelog=$pkgname.changelog
+source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
+sha256sums=('4bc6366286988647d42165b442a62b73a1328d7e5b5067bd0078650e1716f55b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/$pkgname
+  install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README
+}

Deleted: community-i686/nzbget.changelog
===
--- community-i686/nzbget.changelog 2017-02-12 21:48:47 UTC (rev 212068)
+++ community-i686/nzbget.changelog 2017-02-12 21:49:02 UTC (rev 212069)
@@ -1,84 +0,0 @@
-2016-09-05 Jaroslav Lichtblau 
-  * nzbget 17.1-1
-
-2016-07-28 Jaroslav Lichtblau 
-  * nzbget 17.0-1
-
-2015-12-05 Jaroslav Lichtblau 
-  * nzbget 16.4-1
-
-2015-10-30 Jaroslav Lichtblau 
-  * nzbget 16.3-1
-
-2015-10-25 Jaroslav Lichtblau 
-  * nzbget 16.2-2 FS#46862 fix
-
-2015-10-24 Jaroslav Lichtblau 
-  * nzbget 16.2-1
-
-2015-10-20 Jaroslav Lichtblau 
-  * nzbget 16.1-1
-
-2015-10-12 Jaroslav Lichtblau 
-  * nzbget 16.0-1
-
-2015-05-20 Jaroslav Lichtblau 
-  * nzbget 15.0-1
-
-2015-03-08 Jaroslav Lichtblau 
-  * nzbget 14.2-1
-
-2014-11-28 Jaroslav Lichtblau 
-  * nzbget 14.1-1
-
-2014-11-10 Jaroslav Lichtblau 
-  * nzbget 14.0-1
-
-2014-07-18 Jaroslav Lichtblau 
-  * nzbget 13.0-1
-
-2014-05-25 Jaroslav Lichtblau 

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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 21:34:51
  Author: arojas
Revision: 288768

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

Added:
  gimp/repos/extra-i686/PKGBUILD
(from rev 288767, gimp/trunk/PKGBUILD)
  gimp/repos/extra-i686/freetype_location.patch
(from rev 288767, gimp/trunk/freetype_location.patch)
  gimp/repos/extra-i686/linux.gpl
(from rev 288767, gimp/trunk/linux.gpl)
  gimp/repos/extra-i686/patch_CVE1913.patch
(from rev 288767, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/extra-i686/patch_CVE197.patch
(from rev 288767, gimp/trunk/patch_CVE197.patch)
  gimp/repos/extra-i686/uri-backend-libcurl.patch
(from rev 288767, gimp/trunk/uri-backend-libcurl.patch)
  gimp/repos/extra-x86_64/PKGBUILD
(from rev 288767, gimp/trunk/PKGBUILD)
  gimp/repos/extra-x86_64/freetype_location.patch
(from rev 288767, gimp/trunk/freetype_location.patch)
  gimp/repos/extra-x86_64/linux.gpl
(from rev 288767, gimp/trunk/linux.gpl)
  gimp/repos/extra-x86_64/patch_CVE1913.patch
(from rev 288767, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/extra-x86_64/patch_CVE197.patch
(from rev 288767, gimp/trunk/patch_CVE197.patch)
  gimp/repos/extra-x86_64/uri-backend-libcurl.patch
(from rev 288767, gimp/trunk/uri-backend-libcurl.patch)
Deleted:
  gimp/repos/extra-i686/PKGBUILD
  gimp/repos/extra-i686/freetype_location.patch
  gimp/repos/extra-i686/linux.gpl
  gimp/repos/extra-i686/patch_CVE1913.patch
  gimp/repos/extra-i686/patch_CVE197.patch
  gimp/repos/extra-i686/uri-backend-libcurl.patch
  gimp/repos/extra-x86_64/PKGBUILD
  gimp/repos/extra-x86_64/freetype_location.patch
  gimp/repos/extra-x86_64/linux.gpl
  gimp/repos/extra-x86_64/patch_CVE1913.patch
  gimp/repos/extra-x86_64/patch_CVE197.patch
  gimp/repos/extra-x86_64/uri-backend-libcurl.patch

+
 /PKGBUILD  |   96 +
 /freetype_location.patch   |   50 +
 /linux.gpl |   38 +++
 /patch_CVE1913.patch   |   60 ++
 /patch_CVE197.patch|  300 +++
 /uri-backend-libcurl.patch |  154 +++
 extra-i686/PKGBUILD|   49 -
 extra-i686/freetype_location.patch |   25 --
 extra-i686/linux.gpl   |   19 -
 extra-i686/patch_CVE1913.patch |   30 ---
 extra-i686/patch_CVE197.patch  |  150 ---
 extra-i686/uri-backend-libcurl.patch   |   77 ---
 extra-x86_64/PKGBUILD  |   49 -
 extra-x86_64/freetype_location.patch   |   25 --
 extra-x86_64/linux.gpl |   19 -
 extra-x86_64/patch_CVE1913.patch   |   30 ---
 extra-x86_64/patch_CVE197.patch|  150 ---
 extra-x86_64/uri-backend-libcurl.patch |   77 ---
 18 files changed, 698 insertions(+), 700 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-12 21:33:57 UTC (rev 288767)
+++ extra-i686/PKGBUILD 2017-02-12 21:34:51 UTC (rev 288768)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=gimp
-pkgver=2.8.18
-pkgrel=4
-pkgdesc="GNU Image Manipulation Program"
-arch=('i686' 'x86_64')
-url="http://www.gimp.org/;
-license=('GPL' 'LGPL')
-depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib'
- 'libexif' 'gegl02' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
- 'openexr' 'libgudev')
-makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl' 'ghostscript')
-optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
-'webkitgtk2: for the help browser'
-'poppler-glib: for pdf support'
-'alsa-lib: for MIDI event controller module'
-'curl: for URI support'
-'ghostscript: for postscript support')
-options=('!makeflags')
-conflicts=('gimp-devel')
-source=(http://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 linux.gpl 
-uri-backend-libcurl.patch)
-md5sums=('5adaa11a68bc8a42bb2c778fee4d389c'
- 'bb27bc214261d36484093e857f015f38'
- 'e894f4b2ffa92c71448fdd350e9b78c6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
---enable-mp --enable-gimp-console --enable-gimp-remote \
---enable-python --with-gif-compression=lzw --with-libcurl \
---without-aa --without-hal --without-gvfs --without-gnomevfs
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
-  install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
-
-  rm "${pkgdir}/usr/share/man/man1/gimp-console.1"
-  

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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 21:33:57
  Author: arojas
Revision: 288767

Drop webkitgtk dependency https://www.archlinux.org/todo/phasing-out-webkitgtk2/

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 20:05:14 UTC (rev 288766)
+++ PKGBUILD2017-02-12 21:33:57 UTC (rev 288767)
@@ -3,7 +3,7 @@
 
 pkgname=gimp
 pkgver=2.8.18
-pkgrel=4
+pkgrel=5
 pkgdesc="GNU Image Manipulation Program"
 arch=('i686' 'x86_64')
 url="http://www.gimp.org/;
@@ -11,9 +11,8 @@
 depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib'
  'libexif' 'gegl02' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
  'openexr' 'libgudev')
-makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl' 'ghostscript')
+makedepends=('intltool' 'poppler-glib' 'alsa-lib' 'iso-codes' 'curl' 
'ghostscript')
 optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
-'webkitgtk2: for the help browser'
 'poppler-glib: for pdf support'
 'alsa-lib: for MIDI event controller module'
 'curl: for URI support'


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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 20:05:14
  Author: arojas
Revision: 288766

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-12 20:04:50 UTC (rev 288765)
+++ extra-i686/PKGBUILD 2017-02-12 20:05:14 UTC (rev 288766)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wget
-pkgver=1.19
-pkgrel=1
-pkgdesc="A network utility to retrieve files from the Web"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/wget/wget.html;
-license=('GPL3')
-depends=('openssl' 'libidn' 'libutil-linux' 'libpsl')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('38757ecc4e61adcaf7ad0cd64a5180d7d310fe16'
-  'SKIP')
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
-  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cat >> doc/sample.wgetrc <
+
+pkgname=wget
+pkgver=1.19.1
+pkgrel=1
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux' 'libpsl' 'pcre')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('cde25e99c144191644406793cbd1c69c102c6970'
+  'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc <
-
-pkgname=wget
-pkgver=1.19
-pkgrel=1
-pkgdesc="A network utility to retrieve files from the Web"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/wget/wget.html;
-license=('GPL3')
-depends=('openssl' 'libidn' 'libutil-linux' 'libpsl')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('38757ecc4e61adcaf7ad0cd64a5180d7d310fe16'
-  'SKIP')
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
-  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cat >> doc/sample.wgetrc <
+
+pkgname=wget
+pkgver=1.19.1
+pkgrel=1
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux' 'libpsl' 'pcre')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('cde25e99c144191644406793cbd1c69c102c6970'
+  'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc <

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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 20:04:50
  Author: arojas
Revision: 288765

Update to 1.19.1

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 19:59:22 UTC (rev 288764)
+++ PKGBUILD2017-02-12 20:04:50 UTC (rev 288765)
@@ -2,18 +2,18 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=wget
-pkgver=1.19
+pkgver=1.19.1
 pkgrel=1
 pkgdesc="A network utility to retrieve files from the Web"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/wget/wget.html;
 license=('GPL3')
-depends=('openssl' 'libidn' 'libutil-linux' 'libpsl')
+depends=('openssl' 'libidn' 'libutil-linux' 'libpsl' 'pcre')
 checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('38757ecc4e61adcaf7ad0cd64a5180d7d310fe16'
+sha1sums=('cde25e99c144191644406793cbd1c69c102c6970'
   'SKIP')
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
   '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 



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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 19:59:22
  Author: arojas
Revision: 288764

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

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

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   32 ---
 extra-x86_64/PKGBUILD |   32 ---
 3 files changed, 66 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-12 19:58:47 UTC (rev 288763)
+++ extra-i686/PKGBUILD 2017-02-12 19:59:22 UTC (rev 288764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=liferea
-_pkgver=1.12-rc2
-pkgver=${_pkgver//-/}
-pkgrel=2
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('i686' 'x86_64')
-url="http://liferea.sourceforge.net/;
-license=('GPL')
-depends=('webkit2gtk' 'libpeas' 'python-gobject')
-makedepends=('intltool' 'gobject-introspection')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-source=(https://github.com/lwindolf/liferea/releases/download/v${_pkgver}/liferea-${_pkgver}.tar.bz2)
-sha1sums=('4d726737a0122b051f908f7b97c827fa8c750156')
-
-build() {
-  cd liferea-${_pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${_pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 288763, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-12 19:59:22 UTC (rev 288764)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=liferea
+_pkgver=1.12-rc2
+pkgver=${_pkgver//-/}
+pkgrel=3
+pkgdesc="A desktop news aggregator for online news feeds and weblogs"
+arch=('i686' 'x86_64')
+url="http://liferea.sourceforge.net/;
+license=('GPL')
+depends=('webkit2gtk' 'libpeas' 'python-gobject')
+makedepends=('intltool' 'gobject-introspection')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support'
+'python-cairo: for the tray icon plugin'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+source=(https://github.com/lwindolf/liferea/releases/download/v${_pkgver}/liferea-${_pkgver}.tar.bz2)
+sha1sums=('4d726737a0122b051f908f7b97c827fa8c750156')
+
+build() {
+  cd liferea-${_pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-12 19:58:47 UTC (rev 288763)
+++ extra-x86_64/PKGBUILD   2017-02-12 19:59:22 UTC (rev 288764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=liferea
-_pkgver=1.12-rc2
-pkgver=${_pkgver//-/}
-pkgrel=2
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('i686' 'x86_64')
-url="http://liferea.sourceforge.net/;
-license=('GPL')
-depends=('webkit2gtk' 'libpeas' 'python-gobject')
-makedepends=('intltool' 'gobject-introspection')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-source=(https://github.com/lwindolf/liferea/releases/download/v${_pkgver}/liferea-${_pkgver}.tar.bz2)
-sha1sums=('4d726737a0122b051f908f7b97c827fa8c750156')
-
-build() {
-  cd liferea-${_pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${_pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: liferea/repos/extra-x86_64/PKGBUILD (from rev 288763, 
liferea/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 19:58:47
  Author: arojas
Revision: 288763

Add python-cairo optdepend (FS#52928)

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 19:10:08 UTC (rev 288762)
+++ PKGBUILD2017-02-12 19:58:47 UTC (rev 288763)
@@ -4,7 +4,7 @@
 pkgname=liferea
 _pkgver=1.12-rc2
 pkgver=${_pkgver//-/}
-pkgrel=2
+pkgrel=3
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
 url="http://liferea.sourceforge.net/;
@@ -13,6 +13,7 @@
 makedepends=('intltool' 'gobject-introspection')
 optdepends=('gnome-keyring: for keyring plugin support'
 'libgnome-keyring: for keyring plugin support'
+'python-cairo: for the tray icon plugin'
'gst-plugins-base: for media player plugin support'
'gst-plugins-good: for media player plugin support'
'gst-plugins-bad: for media player plugin support')


[arch-commits] Commit in xmonad-contrib/repos (12 files)

2017-02-12 Thread Jelle van der Waa
Date: Sunday, February 12, 2017 @ 19:56:48
  Author: jelle
Revision: 212067

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

Added:
  
xmonad-contrib/repos/community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
(from rev 212066, 
xmonad-contrib/trunk/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch)
  xmonad-contrib/repos/community-i686/PKGBUILD
(from rev 212066, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-i686/x11.patch
(from rev 212066, xmonad-contrib/trunk/x11.patch)
  
xmonad-contrib/repos/community-x86_64/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
(from rev 212066, 
xmonad-contrib/trunk/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch)
  xmonad-contrib/repos/community-x86_64/PKGBUILD
(from rev 212066, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-x86_64/x11.patch
(from rev 212066, xmonad-contrib/trunk/x11.patch)
Deleted:
  
xmonad-contrib/repos/community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
  xmonad-contrib/repos/community-i686/PKGBUILD
  xmonad-contrib/repos/community-i686/x11.patch
  
xmonad-contrib/repos/community-x86_64/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
  xmonad-contrib/repos/community-x86_64/PKGBUILD
  xmonad-contrib/repos/community-x86_64/x11.patch

-+
 /800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch |   62 +++
 /PKGBUILD   |   78 
++
 /x11.patch  |   24 +++
 community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   |   31 ---
 community-i686/PKGBUILD |   48 --
 community-i686/x11.patch|   12 -
 community-x86_64/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch |   31 ---
 community-x86_64/PKGBUILD   |   48 --
 community-x86_64/x11.patch  |   12 -
 9 files changed, 164 insertions(+), 182 deletions(-)

Deleted: community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
===
--- community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   
2017-02-12 19:56:35 UTC (rev 212066)
+++ community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   
2017-02-12 19:56:48 UTC (rev 212067)
@@ -1,31 +0,0 @@
-From 800ae670e2927128ea4fd0a3011a4a5b029e92ef Mon Sep 17 00:00:00 2001
-From: Daniel Wagner 
-Date: Tue, 15 Dec 2015 07:44:36 -0800
-Subject: [PATCH] use a record pattern to be robust against additions to the
- X11 library
-

- XMonad/Util/DebugWindow.hs | 10 +-
- 1 file changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/XMonad/Util/DebugWindow.hs b/XMonad/Util/DebugWindow.hs
-index d4f5138..283297b 100644
 a/XMonad/Util/DebugWindow.hs
-+++ b/XMonad/Util/DebugWindow.hs
-@@ -41,7 +41,15 @@ debugWindow w =  do
-   case w' of
- Nothing   ->
-   return $ "(deleted window " ++ wx ++ ")"
--Just (WindowAttributes x y wid ht bw m o) -> do
-+Just (WindowAttributes
-+  { wa_x = x
-+  , wa_y = y
-+  , wa_width = wid
-+  , wa_height= ht
-+  , wa_border_width  = bw
-+  , wa_map_state = m
-+  , wa_override_redirect = o
-+  }) -> do
-   c' <- withDisplay $ \d ->
- io (getWindowProperty8 d wM_CLASS w)
-   let c = case c' of

Copied: 
xmonad-contrib/repos/community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
 (from rev 212066, 
xmonad-contrib/trunk/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch)
===
--- community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   
(rev 0)
+++ community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   
2017-02-12 19:56:48 UTC (rev 212067)
@@ -0,0 +1,31 @@
+From 800ae670e2927128ea4fd0a3011a4a5b029e92ef Mon Sep 17 00:00:00 2001
+From: Daniel Wagner 
+Date: Tue, 15 Dec 2015 07:44:36 -0800
+Subject: [PATCH] use a record pattern to be robust against additions to the
+ X11 library
+
+---
+ XMonad/Util/DebugWindow.hs | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/XMonad/Util/DebugWindow.hs b/XMonad/Util/DebugWindow.hs
+index d4f5138..283297b 100644
+--- a/XMonad/Util/DebugWindow.hs
 b/XMonad/Util/DebugWindow.hs
+@@ -41,7 +41,15 @@ debugWindow w =  do
+   case w' of
+ Nothing   ->
+   return $ "(deleted window " ++ wx ++ ")"
+-Just (WindowAttributes x y wid ht bw m o) -> do
++Just (WindowAttributes
++  { wa_x = x
++  , wa_y = y
++  , wa_width = wid
++  , wa_height= ht
++ 

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

2017-02-12 Thread Jelle van der Waa
Date: Sunday, February 12, 2017 @ 19:56:35
  Author: jelle
Revision: 212066

upgpkg: xmonad-contrib 0.13-1

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 19:55:57 UTC (rev 212065)
+++ PKGBUILD2017-02-12 19:56:35 UTC (rev 212066)
@@ -4,22 +4,15 @@
 # Contributor: orbisvicis 
 
 pkgname=xmonad-contrib
-pkgver=0.12
-pkgrel=11
+pkgver=0.13
+pkgrel=1
 pkgdesc="Add-ons for xmonad"
 arch=('i686' 'x86_64')
 url="http://xmonad.org/;
 license=('BSD')
-depends=('ghc=8.0.1' 'xmonad=0.12' 'sh' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-random' 'haskell-old-time')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz;
 "x11.patch"
-"800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch") # Haskell-X11 1.8 
compatibility.
+depends=('ghc=8.0.1' 'xmonad=0.13' 'sh' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-random' 'haskell-old-time')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz;)
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/x11.patch
-  patch -Np1 -i $srcdir/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 
@@ -43,6 +36,4 @@
 
   install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-md5sums=('5538c34c020946016cc31b49594c7d4b'
- '3ed821b1bb263d924511c17be518089a'
- 'c064084a9084c82e6dc362edd52f843b')
+md5sums=('ccda8bbc3dd0c23ec98a1c6668716f59')


[arch-commits] Commit in xmonad/repos (16 files)

2017-02-12 Thread Jelle van der Waa
Date: Sunday, February 12, 2017 @ 19:55:57
  Author: jelle
Revision: 212065

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

Added:
  xmonad/repos/community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
(from rev 212064, 
xmonad/trunk/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch)
  xmonad/repos/community-i686/PKGBUILD
(from rev 212064, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-i686/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch
(from rev 212064, 
xmonad/trunk/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch)
  xmonad/repos/community-i686/xmonad.svg
(from rev 212064, xmonad/trunk/xmonad.svg)
  xmonad/repos/community-x86_64/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
(from rev 212064, 
xmonad/trunk/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch)
  xmonad/repos/community-x86_64/PKGBUILD
(from rev 212064, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-x86_64/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch
(from rev 212064, 
xmonad/trunk/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch)
  xmonad/repos/community-x86_64/xmonad.svg
(from rev 212064, xmonad/trunk/xmonad.svg)
Deleted:
  xmonad/repos/community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
  xmonad/repos/community-i686/PKGBUILD
  xmonad/repos/community-i686/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch
  xmonad/repos/community-i686/xmonad.svg
  xmonad/repos/community-x86_64/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
  xmonad/repos/community-x86_64/PKGBUILD
  xmonad/repos/community-x86_64/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch
  xmonad/repos/community-x86_64/xmonad.svg

-+
 /202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch |  158 
 /PKGBUILD   |  114 +++
 /dc078490d0c244af1d0d5370799b83f42dcb7d43.patch |  358 
++
 /xmonad.svg |  154 
 community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch   |   79 --
 community-i686/PKGBUILD |   64 -
 community-i686/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch   |  179 -
 community-i686/xmonad.svg   |   77 --
 community-x86_64/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch |   79 --
 community-x86_64/PKGBUILD   |   64 -
 community-x86_64/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch |  179 -
 community-x86_64/xmonad.svg |   77 --
 12 files changed, 784 insertions(+), 798 deletions(-)

Deleted: community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
===
--- community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch   
2017-02-12 19:55:36 UTC (rev 212064)
+++ community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch   
2017-02-12 19:55:57 UTC (rev 212065)
@@ -1,79 +0,0 @@
-From 202e239ea48d56882bb4ad226ad3a4042ebf12bd Mon Sep 17 00:00:00 2001
-From: Peter Jones 
-Date: Tue, 22 Nov 2016 18:46:28 -0700
-Subject: [PATCH] Refactor xmonad/xmonad#9 and remove explicit exception
- handling
-

- src/XMonad/Operations.hs | 23 +--
- xmonad.cabal |  2 +-
- 2 files changed, 22 insertions(+), 3 deletions(-)
-
-diff --git a/src/XMonad/Operations.hs b/src/XMonad/Operations.hs
-index 153b5a2..cd33974 100644
 a/src/XMonad/Operations.hs
-+++ b/src/XMonad/Operations.hs
-@@ -34,6 +34,7 @@ import Control.Monad.Reader
- import Control.Monad.State
- import qualified Control.Exception.Extensible as C
- 
-+import System.IO
- import System.Posix.Process (executeFile)
- import Graphics.X11.Xlib
- import Graphics.X11.Xinerama (getScreenInfo)
-@@ -111,7 +112,10 @@ windows f = do
- 
- mapM_ setInitialProperties newwindows
- 
--whenJust (W.peek old) $ \otherw -> io $ setWindowBorder d otherw nbc
-+whenJust (W.peek old) $ \otherw -> do
-+  nbs <- asks (normalBorderColor . config)
-+  setWindowBorderWithFallback d otherw nbs nbc
-+
- modify (\s -> s { windowset = ws })
- 
- -- notify non visibility
-@@ -151,7 +155,9 @@ windows f = do
- 
- mapM_ (uncurry tileWindow) rects
- 
--whenJust (W.peek ws) $ \w -> io $ setWindowBorder d w fbc
-+whenJust (W.peek ws) $ \w -> do
-+  fbs <- asks (focusedBorderColor . config)
-+  setWindowBorderWithFallback d w fbs fbc
- 
- mapM_ reveal visible
- setTopFocus
-@@ -181,6 +187,19 @@ setWMState w v = withDisplay $ \dpy -> do
- a <- atom_WM_STATE
- io $ changeProperty32 dpy w a a propModeReplace [fromIntegral v, 
fromIntegral none]
- 
-+-- | Set the border color using the window's color map, if possible,
-+-- otherwise use fallback.
-+setWindowBorderWithFallback :: Display -> Window -> String -> Pixel -> X ()
-+setWindowBorderWithFallback dpy w color basic = io $

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

2017-02-12 Thread Jelle van der Waa
Date: Sunday, February 12, 2017 @ 19:55:36
  Author: jelle
Revision: 212064

upgpkg: xmonad 0.13-1

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 19:55:27 UTC (rev 212063)
+++ PKGBUILD2017-02-12 19:55:36 UTC (rev 212064)
@@ -5,32 +5,25 @@
 # Contributor: shild 
 
 pkgname=xmonad
-pkgver=0.12
-pkgrel=12
+pkgver=0.13
+pkgrel=1
 pkgdesc="Lightweight X11 tiled window manager written in Haskell"
 arch=('i686' 'x86_64')
 url="http://xmonad.org/;
 license=('BSD')
-depends=('ghc=8.0.1' 'gmp' 'haskell-x11=1.7' 'sh' 'haskell-mtl=2.2.1'
+depends=('ghc=8.0.1' 'gmp' 'haskell-x11=1.8' 'sh' 'haskell-mtl=2.2.1'
  'haskell-utf8-string' 'haskell-extensible-exceptions=0.1.1.4'
  'haskell-data-default' 'haskell-setlocale')
 makedepends=('gendesk')
 optdepends=('xorg-xmessage: for displaying visual error messages')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xmonad/xmonad/archive/v${pkgver}.tar.gz;
-"xmonad.svg" "202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch"
-"dc078490d0c244af1d0d5370799b83f42dcb7d43.patch")
+"xmonad.svg")
 
-md5sums=('c81d688c51fa50aea0e421f4755ee2fc'
- '72bfa5e62e4e44fe7fa59b6a7593d993'
- '18242b7792e06d63866e06821396220b'
- '5e7c2833126b8c6658586ca4b647ac6f')
+md5sums=('ac3e036a2148a7e386e414028aa0dcaa'
+ '72bfa5e62e4e44fe7fa59b6a7593d993')
 
 prepare() {
   gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i "$srcdir/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch"
-  patch -Np1 -i "$srcdir/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch"
 }
 
 build() {


[arch-commits] Commit in haskell-x11-xft/repos (4 files)

2017-02-12 Thread Jelle van der Waa
Date: Sunday, February 12, 2017 @ 19:55:27
  Author: jelle
Revision: 212063

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

Added:
  haskell-x11-xft/repos/community-i686/PKGBUILD
(from rev 212062, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-x86_64/PKGBUILD
(from rev 212062, haskell-x11-xft/trunk/PKGBUILD)
Deleted:
  haskell-x11-xft/repos/community-i686/PKGBUILD
  haskell-x11-xft/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-02-12 19:55:03 UTC (rev 212062)
+++ community-i686/PKGBUILD 2017-02-12 19:55:27 UTC (rev 212063)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-_hkgname=X11-xft
-pkgname=haskell-x11-xft
-pkgver=0.3.1
-pkgrel=24
-pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-x11=1.7' 'haskell-utf8-string' 'libxft')
-source=(https://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
-md5sums=('ad885150a59f63de328e73abe5ffc79e')
-
-build() {
-  cd ${srcdir}/${_hkgname}-${pkgver}
-  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  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
-}

Copied: haskell-x11-xft/repos/community-i686/PKGBUILD (from rev 212062, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 19:55:27 UTC (rev 212063)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=25
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-x11=1.8' 'haskell-utf8-string' 'libxft')
+source=(https://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-12 19:55:03 UTC (rev 212062)
+++ community-x86_64/PKGBUILD   2017-02-12 19:55:27 UTC (rev 212063)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-_hkgname=X11-xft
-pkgname=haskell-x11-xft
-pkgver=0.3.1
-pkgrel=24
-pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('LGPL')
-arch=('i686' 

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

2017-02-12 Thread Jelle van der Waa
Date: Sunday, February 12, 2017 @ 19:55:03
  Author: jelle
Revision: 212062

upgpkg: haskell-x11-xft 0.3.1-25

Modified:
  haskell-x11-xft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 19:48:14 UTC (rev 212061)
+++ PKGBUILD2017-02-12 19:55:03 UTC (rev 212062)
@@ -4,12 +4,12 @@
 _hkgname=X11-xft
 pkgname=haskell-x11-xft
 pkgver=0.3.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('LGPL')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-x11=1.7' 'haskell-utf8-string' 'libxft')
+depends=('ghc=8.0.1' 'haskell-x11=1.8' 'haskell-utf8-string' 'libxft')
 
source=(https://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
 md5sums=('ad885150a59f63de328e73abe5ffc79e')
 


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

2017-02-12 Thread Jelle van der Waa
Date: Sunday, February 12, 2017 @ 19:48:14
  Author: jelle
Revision: 212061

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

Added:
  haskell-x11/repos/community-i686/PKGBUILD
(from rev 212060, haskell-x11/trunk/PKGBUILD)
  haskell-x11/repos/community-x86_64/PKGBUILD
(from rev 212060, haskell-x11/trunk/PKGBUILD)
Deleted:
  haskell-x11/repos/community-i686/PKGBUILD
  haskell-x11/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 19:48:01 UTC (rev 212060)
+++ community-i686/PKGBUILD 2017-02-12 19:48:14 UTC (rev 212061)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: shild 
-# Maintainer: Vesa Kaihlavirta 
-
-_hkgname=X11
-pkgname=haskell-x11
-pkgver=1.7
-pkgrel=1
-pkgdesc="A Haskell binding to the X11 graphics library."
-arch=(i686 x86_64)
-url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
-license=('custom:BSD3')
-depends=("ghc=8.0.1" "libx11" "libxinerama" "libxrandr" "haskell-data-default")
-conflicts=(haskell-x11-extras)
-source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-md5sums=('60401f6e335dfa18083887efcfdfda51')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O  --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-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-x11/repos/community-i686/PKGBUILD (from rev 212060, 
haskell-x11/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 19:48:14 UTC (rev 212061)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: shild 
+# Maintainer: Vesa Kaihlavirta 
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.8
+pkgrel=1
+pkgdesc="A Haskell binding to the X11 graphics library."
+arch=(i686 x86_64)
+url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
+license=('custom:BSD3')
+depends=("ghc=8.0.1" "libx11" "libxinerama" "libxrandr" "haskell-data-default")
+conflicts=(haskell-x11-extras)
+source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+md5sums=('97f24170b74395ba926fdfa6d40dd3d2')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-12 19:48:01 UTC (rev 212060)
+++ community-x86_64/PKGBUILD   2017-02-12 19:48:14 UTC (rev 

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

2017-02-12 Thread Jelle van der Waa
Date: Sunday, February 12, 2017 @ 19:48:01
  Author: jelle
Revision: 212060

upgpkg: haskell-x11 1.8-1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 18:18:44 UTC (rev 212059)
+++ PKGBUILD2017-02-12 19:48:01 UTC (rev 212060)
@@ -5,7 +5,7 @@
 
 _hkgname=X11
 pkgname=haskell-x11
-pkgver=1.7
+pkgver=1.8
 pkgrel=1
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=("ghc=8.0.1" "libx11" "libxinerama" "libxrandr" "haskell-data-default")
 conflicts=(haskell-x11-extras)
 
source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-md5sums=('60401f6e335dfa18083887efcfdfda51')
+md5sums=('97f24170b74395ba926fdfa6d40dd3d2')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}


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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 18:09:58
  Author: arojas
Revision: 212058

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 18:09:25 UTC (rev 212057)
+++ community-i686/PKGBUILD 2017-02-12 18:09:58 UTC (rev 212058)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=pynac
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
-arch=(i686 x86_64)
-url="http://pynac.org;
-license=(GPL)
-depends=(python2 libgiac singular)
-source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
-sha256sums=('78b4d93ddb93cd364b377e2d8a3b202d46d50fbb3bd903e170279e0b5517db40')
-
-build() {
-  cd pynac-$pkgver
-
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-i686/PKGBUILD (from rev 212057, 
pynac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 18:09:58 UTC (rev 212058)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 libgiac singular)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
+sha256sums=('b37f16282b6cb2cc8dde1d2b1835c1413fc9f0ab1bf32405dca1d4916836d549')
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-12 18:09:25 UTC (rev 212057)
+++ community-x86_64/PKGBUILD   2017-02-12 18:09:58 UTC (rev 212058)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=pynac
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
-arch=(i686 x86_64)
-url="http://pynac.org;
-license=(GPL)
-depends=(python2 libgiac singular)
-source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
-sha256sums=('78b4d93ddb93cd364b377e2d8a3b202d46d50fbb3bd903e170279e0b5517db40')
-
-build() {
-  cd pynac-$pkgver
-
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 212057, 
pynac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-12 18:09:58 UTC (rev 212058)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 libgiac singular)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
+sha256sums=('b37f16282b6cb2cc8dde1d2b1835c1413fc9f0ab1bf32405dca1d4916836d549')
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 18:09:25
  Author: arojas
Revision: 212057

pynac 0.7.5 rebuild

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 17:35:21 UTC (rev 212056)
+++ PKGBUILD2017-02-12 18:09:25 UTC (rev 212057)
@@ -10,7 +10,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=7.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;


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

2017-02-12 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 17:35:23
  Author: lcarlier
Revision: 288757

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

Added:
  nvidia-utils/repos/staging-i686/
  nvidia-utils/repos/staging-i686/PKGBUILD
(from rev 288756, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-i686/nvidia-drm-outputclass.conf
(from rev 288756, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-i686/nvidia-utils.install
(from rev 288756, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 288756, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 288756, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 288756, nvidia-utils/trunk/nvidia-utils.install)

+
 staging-i686/PKGBUILD  |  191 +++
 staging-i686/nvidia-drm-outputclass.conf   |6 
 staging-i686/nvidia-utils.install  |   10 +
 staging-x86_64/PKGBUILD|  191 +++
 staging-x86_64/nvidia-drm-outputclass.conf |6 
 staging-x86_64/nvidia-utils.install|   10 +
 6 files changed, 414 insertions(+)

Copied: nvidia-utils/repos/staging-i686/PKGBUILD (from rev 288756, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-12 17:35:23 UTC (rev 288757)
@@ -0,0 +1,191 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
+pkgver=375.26
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+source=('nvidia-drm-outputclass.conf')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('4f5562ee8f3171769e4638b35396c55d')
+md5sums_i686=('b0706e88ad173f6b9c7bd2e5a838c163')
+md5sums_x86_64=('5595fb385e41638c5118784114b03d9a')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-libgl() {
+pkgdesc="NVIDIA drivers libraries symlinks"
+depends=('nvidia-utils')
+conflicts=('libgl' 'libegl' 'libgles')
+provides=('libgl' 'libegl' 'libgles')
+cd "${_pkg}"
+
+mkdir -p "${pkgdir}/usr/lib/"
+
+ln -s "/usr/lib/nvidia/libGL.so.1" "${pkgdir}/usr/lib/libGL.so.1"
+ln -s "libGL.so.1" "${pkgdir}/usr/lib/libGL.so"
+
+ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
+
+ln -s "/usr/lib/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.1"
+ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib/libGLESv1_CM.so"
+
+ln -s "/usr/lib/nvidia/libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so.2"
+ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so"
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+

[arch-commits] Commit in nvidia-utils/trunk (PKGBUILD nvidia-drm-outputclass.conf)

2017-02-12 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 17:35:14
  Author: lcarlier
Revision: 288756

upgpkg: nvidia-utils 375.26-3

remove glx symlink support

Added:
  nvidia-utils/trunk/nvidia-drm-outputclass.conf
Modified:
  nvidia-utils/trunk/PKGBUILD

-+
 PKGBUILD|   21 +++--
 nvidia-drm-outputclass.conf |6 ++
 2 files changed, 17 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 16:40:19 UTC (rev 288755)
+++ PKGBUILD2017-02-12 17:35:14 UTC (rev 288756)
@@ -6,15 +6,17 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=375.26
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
 options=('!strip')
+source=('nvidia-drm-outputclass.conf')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums_i686=('3bc859a95469a45f3c627018248d83e178d160385c3d17d9f890b0d142ecd1220fb21c442e4fe7755b831227a9c820736f447b162acd9699819c6e8145d6d841')
-sha512sums_x86_64=('f52f6597daa1eaf4cbd934d785da6028ef23ecef98e14746143e3738504f8d65b73788abbcf9fd812317fc2c53cdf1c4d4839de57fafdea1930a08c6b21f1992')
+md5sums=('4f5562ee8f3171769e4638b35396c55d')
+md5sums_i686=('b0706e88ad173f6b9c7bd2e5a838c163')
+md5sums_x86_64=('5595fb385e41638c5118784114b03d9a')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -60,10 +62,7 @@
 provides=('libgl' 'libegl' 'libgles')
 cd "${_pkg}"
 
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
+mkdir -p "${pkgdir}/usr/lib/"
 
 ln -s "/usr/lib/nvidia/libGL.so.1" "${pkgdir}/usr/lib/libGL.so.1"
 ln -s "libGL.so.1" "${pkgdir}/usr/lib/libGL.so"
@@ -95,8 +94,10 @@
 install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
 
 # GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so"   # X doesn't find 
glx otherwise
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"
# X doesn't find glx otherwise
+ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"  
# X doesn't find glx otherwise
+
 install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_nvidia.so.${pkgver}"
 ln -s "libGLX_nvidia.so.${pkgver}" "${pkgdir}/usr/lib/libGLX_indirect.so.0"
 
@@ -184,7 +185,7 @@
 ln -s nvidia "${pkgdir}/usr/share/doc/nvidia-utils"
 
 # distro specific files must be installed in /usr/share/X11/xorg.conf.d
-install -D -m644 nvidia-drm-outputclass.conf 
"${pkgdir}/usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf"
+install -D -m644 "${srcdir}/nvidia-drm-outputclass.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf"
 
 create_links
 }

Added: nvidia-drm-outputclass.conf
===
--- nvidia-drm-outputclass.conf (rev 0)
+++ nvidia-drm-outputclass.conf 2017-02-12 17:35:14 UTC (rev 288756)
@@ -0,0 +1,6 @@
+Section "OutputClass"
+Identifier "nvidia"
+MatchDriver "nvidia-drm"
+Driver "nvidia"
+ModulePath "/usr/lib/nvidia/xorg"
+EndSection


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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 17:35:21
  Author: arojas
Revision: 212056

Update to 0.7.5

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 16:49:59 UTC (rev 212055)
+++ PKGBUILD2017-02-12 17:35:21 UTC (rev 212056)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=pynac
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(python2 libgiac singular)
 
source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
-sha256sums=('78b4d93ddb93cd364b377e2d8a3b202d46d50fbb3bd903e170279e0b5517db40')
+sha256sums=('b37f16282b6cb2cc8dde1d2b1835c1413fc9f0ab1bf32405dca1d4916836d549')
 
 build() {
   cd pynac-$pkgver


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

2017-02-12 Thread Sven-Hendrik Haase
Date: Sunday, February 12, 2017 @ 16:49:59
  Author: svenstaro
Revision: 212055

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

Added:
  nodm/repos/community-i686/PKGBUILD
(from rev 212054, nodm/trunk/PKGBUILD)
  nodm/repos/community-i686/nodm.conf
(from rev 212054, nodm/trunk/nodm.conf)
  nodm/repos/community-i686/nodm.service
(from rev 212054, nodm/trunk/nodm.service)
  nodm/repos/community-x86_64/PKGBUILD
(from rev 212054, nodm/trunk/PKGBUILD)
  nodm/repos/community-x86_64/nodm.conf
(from rev 212054, nodm/trunk/nodm.conf)
  nodm/repos/community-x86_64/nodm.service
(from rev 212054, nodm/trunk/nodm.service)
Deleted:
  nodm/repos/community-i686/PKGBUILD
  nodm/repos/community-i686/nodm.conf
  nodm/repos/community-i686/nodm.service
  nodm/repos/community-i686/norestart.patch
  nodm/repos/community-x86_64/PKGBUILD
  nodm/repos/community-x86_64/nodm.conf
  nodm/repos/community-x86_64/nodm.service
  nodm/repos/community-x86_64/norestart.patch

--+
 /PKGBUILD|   68 +
 /nodm.conf   |   46 +
 /nodm.service|   18 +
 community-i686/PKGBUILD  |   36 ---
 community-i686/nodm.conf |   22 ---
 community-i686/nodm.service  |9 
 community-i686/norestart.patch   |   60 
 community-x86_64/PKGBUILD|   36 ---
 community-x86_64/nodm.conf   |   22 ---
 community-x86_64/nodm.service|9 
 community-x86_64/norestart.patch |   60 
 11 files changed, 132 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 16:49:42 UTC (rev 212054)
+++ community-i686/PKGBUILD 2017-02-12 16:49:59 UTC (rev 212055)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Roel Gerrits 
-pkgname=nodm
-pkgver=0.12
-pkgrel=1
-pkgdesc='X display manager for automatic logins'
-arch=('i686' 'x86_64')
-url='http://enricozini.org/sw/nodm/'
-license=('GPL')
-depends=('pam' 'xorg-xinit')
-makedepends=('help2man')
-backup=('etc/nodm.conf')
-source=("https://github.com/spanezz/nodm/archive/debian/${pkgver}-${pkgrel}.tar.gz;
-   "nodm.conf"
-   "nodm.service"
-   "norestart.patch")
-md5sums=('a3d2c56e639abd8b626a5f5c016ac813'
- '9a372ab7dcf281963d972ebb9486b605'
- '2660ea3446841ade64db351ab639101c'
- '5076b2fe19551c42e3f5cd8bf445927f')
-
-build() {
-   cd "${srcdir}/${pkgname}-debian-${pkgver}-${pkgrel}"
-
-./autogen.sh
-   ./configure --prefix=/usr/
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-debian-${pkgver}-${pkgrel}"
-
-   install -Dm755 nodm ${pkgdir}/usr/bin/nodm
-   install -Dm644 ../nodm.conf ${pkgdir}/etc/nodm.conf
-   install -Dm644 ../nodm.service 
${pkgdir}/usr/lib/systemd/system/nodm.service
-}

Copied: nodm/repos/community-i686/PKGBUILD (from rev 212054, 
nodm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 16:49:59 UTC (rev 212055)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Roel Gerrits 
+pkgname=nodm
+pkgver=0.13
+pkgrel=1
+pkgdesc='X display manager for automatic logins'
+arch=('i686' 'x86_64')
+url='https://github.com/spanezz/nodm'
+license=('GPL')
+depends=('pam' 'xorg-xinit')
+makedepends=('help2man')
+backup=('etc/nodm.conf')
+source=("https://github.com/spanezz/nodm/archive/${pkgver}.tar.gz;
+   "nodm.conf"
+   "nodm.service")
+sha512sums=('0ccbe529c6c94e3518f4bd904147841e9929578004a87ece85cc0f8695f6a15d36cefa1ccae13aae677c93f686116e45f1387c523709d7b7bb7d12831abd4bde'
+
'3da879a9362bf514b8ae9fbeb586489f203f1aff538162074e8b8bdd148a813f2a5d9f187a4396221c5a2b6b1dd44e3d11d43911b7a8220fe0682e0dec3b248f'
+
'5fb145ce48e17c0cd905c013b23c69e6f17a9fd5cda5fbb1078354cd1b690bfd28d98ebb24bb14116d41f12b4d52ad7a867be147bfe56cc05fa6d9f99ad34517')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+./autogen.sh
+   ./configure --prefix=/usr/
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   install -Dm755 nodm ${pkgdir}/usr/bin/nodm
+   install -Dm644 ../nodm.conf ${pkgdir}/etc/nodm.conf
+   install -Dm644 ../nodm.service 
${pkgdir}/usr/lib/systemd/system/nodm.service
+}

Deleted: community-i686/nodm.conf
===
--- community-i686/nodm.conf2017-02-12 16:49:42 UTC (rev 212054)
+++ community-i686/nodm.conf2017-02-12 16:49:59 UTC (rev 212055)
@@ -1,22 +0,0 @@
-# nodm configuration 

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

2017-02-12 Thread Sven-Hendrik Haase
Date: Sunday, February 12, 2017 @ 16:49:42
  Author: svenstaro
Revision: 212054

upgpkg: nodm 0.13-1

upstream release 0.13

Modified:
  nodm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 16:15:14 UTC (rev 212053)
+++ PKGBUILD2017-02-12 16:49:42 UTC (rev 212054)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Roel Gerrits 
 pkgname=nodm
-pkgver=0.12
+pkgver=0.13
 pkgrel=1
 pkgdesc='X display manager for automatic logins'
 arch=('i686' 'x86_64')
@@ -10,17 +10,15 @@
 depends=('pam' 'xorg-xinit')
 makedepends=('help2man')
 backup=('etc/nodm.conf')
-source=("https://github.com/spanezz/nodm/archive/debian/${pkgver}-${pkgrel}.tar.gz;
+source=("https://github.com/spanezz/nodm/archive/${pkgver}.tar.gz;
"nodm.conf"
-   "nodm.service"
-   "norestart.patch")
-md5sums=("a3d2c56e639abd8b626a5f5c016ac813"
- "9a372ab7dcf281963d972ebb9486b605"
- "2660ea3446841ade64db351ab639101c"
- "5076b2fe19551c42e3f5cd8bf445927f")
+   "nodm.service")
+sha512sums=('0ccbe529c6c94e3518f4bd904147841e9929578004a87ece85cc0f8695f6a15d36cefa1ccae13aae677c93f686116e45f1387c523709d7b7bb7d12831abd4bde'
+
'3da879a9362bf514b8ae9fbeb586489f203f1aff538162074e8b8bdd148a813f2a5d9f187a4396221c5a2b6b1dd44e3d11d43911b7a8220fe0682e0dec3b248f'
+
'5fb145ce48e17c0cd905c013b23c69e6f17a9fd5cda5fbb1078354cd1b690bfd28d98ebb24bb14116d41f12b4d52ad7a867be147bfe56cc05fa6d9f99ad34517')
 
 build() {
-   cd "${srcdir}/${pkgname}-debian-${pkgver}-${pkgrel}"
+   cd "${srcdir}/${pkgname}-${pkgver}"
 
 ./autogen.sh
./configure --prefix=/usr/
@@ -28,7 +26,7 @@
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-debian-${pkgver}-${pkgrel}"
+   cd "${srcdir}/${pkgname}-${pkgver}"
 
install -Dm755 nodm ${pkgdir}/usr/bin/nodm
install -Dm644 ../nodm.conf ${pkgdir}/etc/nodm.conf


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

2017-02-12 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 16:40:19
  Author: lcarlier
Revision: 288755

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

Added:
  nvidia-340xx-utils/repos/staging-i686/
  nvidia-340xx-utils/repos/staging-i686/PKGBUILD
(from rev 288754, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/staging-i686/nvidia-340xx-utils.install
(from rev 288754, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/staging-i686/nvidia-drm-outputclass.conf
(from rev 288754, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-340xx-utils/repos/staging-x86_64/
  nvidia-340xx-utils/repos/staging-x86_64/PKGBUILD
(from rev 288754, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/staging-x86_64/nvidia-340xx-utils.install
(from rev 288754, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 288754, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)

+
 staging-i686/PKGBUILD  |  188 +++
 staging-i686/nvidia-340xx-utils.install|   10 +
 staging-i686/nvidia-drm-outputclass.conf   |6 
 staging-x86_64/PKGBUILD|  188 +++
 staging-x86_64/nvidia-340xx-utils.install  |   10 +
 staging-x86_64/nvidia-drm-outputclass.conf |6 
 6 files changed, 408 insertions(+)

Copied: nvidia-340xx-utils/repos/staging-i686/PKGBUILD (from rev 288754, 
nvidia-340xx-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-12 16:40:19 UTC (rev 288755)
@@ -0,0 +1,188 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-340xx-utils
+pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
+pkgver=340.101
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+source=(nvidia-drm-outputclass.conf)
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums=('bf7e27b2f3c815f5e21ba3b17cb9f4e76360bb2c41b30face591834d82d786fee93546a469e30ebcb89f64a17a7e79e0b7ed6fd9f26438dfaa48899fce3ddf33')
+sha512sums_i686=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
+sha512sums_x86_64=('d5bea7315346e93a7cccd3d99900f4dad51dfa6e93382d4d61c314d0ab97dea063169b8d666d3a3373dea33b4322f945c3a18ed0fc3308e3f89af6f22f373abc')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+}
+
+package_opencl-nvidia-340xx() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+conflicts=('opencl-nvidia')
+provides=('opencl-nvidia' 'opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-340xx-libgl() {
+pkgdesc="NVIDIA drivers libraries symlinks"
+depends=('nvidia-340xx-utils')
+conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
+provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
+cd "${_pkg}"
+
+mkdir -p "${pkgdir}/usr/lib/"
+
+ln -s "/usr/lib/nvidia/libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libGL.so.${pkgver}"
+ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so.1"
+ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so"
+
+ln -s "/usr/lib/nvidia/libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL.so.${pkgver}"
+ln -s "libEGL.so.${pkgver}" 

[arch-commits] Commit in nvidia-340xx-utils/trunk (2 files)

2017-02-12 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 16:40:11
  Author: lcarlier
Revision: 288754

upgpkg: nvidia-340xx-utils 340.101-2

remove glx symlink support

Modified:
  nvidia-340xx-utils/trunk/PKGBUILD
  nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf

-+
 PKGBUILD|   14 ++
 nvidia-drm-outputclass.conf |8 
 2 files changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 16:11:59 UTC (rev 288753)
+++ PKGBUILD2017-02-12 16:40:11 UTC (rev 288754)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
 pkgver=340.101
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -14,7 +14,7 @@
 source=(nvidia-drm-outputclass.conf)
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums=('06c649df3b02c6ccf5491fecd06f4c979656aaba2bb366e6197e96bb0eecd8d0a46245e69628d507ddc8c5fc6d5f1cac694f036bc45ba51f82a092ebd6097bf5')
+sha512sums=('bf7e27b2f3c815f5e21ba3b17cb9f4e76360bb2c41b30face591834d82d786fee93546a469e30ebcb89f64a17a7e79e0b7ed6fd9f26438dfaa48899fce3ddf33')
 
sha512sums_i686=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
 
sha512sums_x86_64=('d5bea7315346e93a7cccd3d99900f4dad51dfa6e93382d4d61c314d0ab97dea063169b8d666d3a3373dea33b4322f945c3a18ed0fc3308e3f89af6f22f373abc')
 
@@ -63,10 +63,7 @@
 provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
 cd "${_pkg}"
 
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
+mkdir -p "${pkgdir}/usr/lib/"
 
 ln -s "/usr/lib/nvidia/libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libGL.so.${pkgver}"
 ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so.1"
@@ -103,8 +100,9 @@
 install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
 
 # GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so"   # X doesn't find 
glx otherwise
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"
# X doesn't find glx otherwise
+ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"  
# X doesn't find glx otherwise
 
 # OpenGL libraries
 install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}"

Modified: nvidia-drm-outputclass.conf
===
--- nvidia-drm-outputclass.conf 2017-02-12 16:11:59 UTC (rev 288753)
+++ nvidia-drm-outputclass.conf 2017-02-12 16:40:11 UTC (rev 288754)
@@ -1,6 +1,6 @@
 Section "OutputClass"
-   Identifier "nvidia"
-   MatchDriver "nvidia-drm"
-   Driver "nvidia"
+Identifier "nvidia"
+MatchDriver "nvidia-drm"
+Driver "nvidia"
+ModulePath "/usr/lib/nvidia/xorg"
 EndSection
-


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

2017-02-12 Thread Jiachen Yang
Date: Sunday, February 12, 2017 @ 16:15:14
  Author: farseerfc
Revision: 212053

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 16:14:03 UTC (rev 212052)
+++ community-i686/PKGBUILD 2017-02-12 16:15:14 UTC (rev 212053)
@@ -1,56 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.7.1
-pkgrel=5
-_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('i686' 'x86_64')
-url='https://github.com/tux3/qTox'
-license=('GPL3')
-depends=('libxss'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'toxcore')
-makedepends=('qt5-tools' 'git')
-
-#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
-source=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
-
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
-   
"pr4053.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff;)
-sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
-'SKIP'
-
'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
-
-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-prepare() {
-   # apply PR https://github.com/qTox/qTox/issues/4053
-   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.8.1
+pkgrel=1
+_gitver='bdbf2b461bd2fde5c2cc00fca364f76e5b448356'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+)
+sha512sums=('372bf6852c14f86da1b89b825e2115b87669c8c54df63025feaa38166ba6dd61942ea119472ea9b5f6029322178187f1233a8feee5cd789d603613768270ec46'
+'SKIP'
+)
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+# prepare() {
+#  ## apply PR https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.7.1
-pkgrel=5
-_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('i686' 'x86_64')

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

2017-02-12 Thread Jiachen Yang
Date: Sunday, February 12, 2017 @ 16:14:03
  Author: farseerfc
Revision: 212052

upgpkg: qtox 1.8.1-1

qtox 1.8.1

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 16:10:51 UTC (rev 212051)
+++ PKGBUILD2017-02-12 16:14:03 UTC (rev 212052)
@@ -5,9 +5,9 @@
 
 pkgname=qtox
 _pkgname=qTox
-pkgver=1.7.1
-pkgrel=5
-_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
+pkgver=1.8.1
+pkgrel=1
+_gitver='bdbf2b461bd2fde5c2cc00fca364f76e5b448356'
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
 arch=('i686' 'x86_64')
 url='https://github.com/tux3/qTox'
@@ -25,10 +25,10 @@
 #source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
 
source=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
 
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
-   
"pr4053.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff;)
-sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
+)
+sha512sums=('372bf6852c14f86da1b89b825e2115b87669c8c54df63025feaa38166ba6dd61942ea119472ea9b5f6029322178187f1233a8feee5cd789d603613768270ec46'
 'SKIP'
-
'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
+)
 
 # GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
 validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

@@ -38,10 +38,10 @@
  'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
  '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
  )
-prepare() {
-   # apply PR https://github.com/qTox/qTox/issues/4053
-   patch -p1 https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 

[arch-commits] Commit in nvidia-304xx-utils/trunk (2 files)

2017-02-12 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 16:11:51
  Author: lcarlier
Revision: 288752

upgpkg: nvidia-304xx-utils 304.134-3

add a better configuration file

Added:
  nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf
Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 nvidia-drm-outputclass.conf |6 ++
 2 files changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 15:19:01 UTC (rev 288751)
+++ PKGBUILD2017-02-12 16:11:51 UTC (rev 288752)
@@ -5,18 +5,18 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
 pkgver=304.134
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
 makedepends=('zlib')
 options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 nvidia-drm-outputclass.conf)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
 nvidia-drm-outputclass.conf)
-md5sums_i686=('9abd7e9272382bd0e6939c3a367cc1a6'
-  '44bdaa2fdaec5cdcf72961e9aa71f971')
-md5sums_x86_64=('2ecfa6bd145f673264f7977e0366e259'
-'44bdaa2fdaec5cdcf72961e9aa71f971')
+source=(nvidia-drm-outputclass.conf)
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('4f5562ee8f3171769e4638b35396c55d')
+md5sums_i686=('9abd7e9272382bd0e6939c3a367cc1a6')
+md5sums_x86_64=('2ecfa6bd145f673264f7977e0366e259')
 
 if [ "$CARCH" = "i686" ]; then
   _arch='x86'

Added: nvidia-drm-outputclass.conf
===
--- nvidia-drm-outputclass.conf (rev 0)
+++ nvidia-drm-outputclass.conf 2017-02-12 16:11:51 UTC (rev 288752)
@@ -0,0 +1,6 @@
+Section "OutputClass"
+Identifier "nvidia"
+MatchDriver "nvidia-drm"
+Driver "nvidia"
+ModulePath "/usr/lib/nvidia/xorg"
+EndSection


[arch-commits] Commit in nvidia-304xx-utils/repos (6 files)

2017-02-12 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 16:11:59
  Author: lcarlier
Revision: 288753

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

Added:
  nvidia-304xx-utils/repos/staging-i686/PKGBUILD
(from rev 288752, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/staging-i686/nvidia-drm-outputclass.conf
(from rev 288752, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-304xx-utils/repos/staging-x86_64/PKGBUILD
(from rev 288752, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 288752, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
Deleted:
  nvidia-304xx-utils/repos/staging-i686/PKGBUILD
  nvidia-304xx-utils/repos/staging-x86_64/PKGBUILD

+
 /PKGBUILD  |  332 +++
 staging-i686/PKGBUILD  |  166 -
 staging-i686/nvidia-drm-outputclass.conf   |6 
 staging-x86_64/PKGBUILD|  166 -
 staging-x86_64/nvidia-drm-outputclass.conf |6 
 5 files changed, 344 insertions(+), 332 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-02-12 16:11:51 UTC (rev 288752)
+++ staging-i686/PKGBUILD   2017-02-12 16:11:59 UTC (rev 288753)
@@ -1,166 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andreas Radke 
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
-pkgver=304.134
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-makedepends=('zlib')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 nvidia-drm-outputclass.conf)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
 nvidia-drm-outputclass.conf)
-md5sums_i686=('9abd7e9272382bd0e6939c3a367cc1a6'
-  '44bdaa2fdaec5cdcf72961e9aa71f971')
-md5sums_x86_64=('2ecfa6bd145f673264f7977e0366e259'
-'44bdaa2fdaec5cdcf72961e9aa71f971')
-
-if [ "$CARCH" = "i686" ]; then
-  _arch='x86'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-elif [ "$CARCH" = "x86_64" ]; then
-  _arch='x86_64'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-fi
-
-create_links() {
-  # create soname links
-  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-  done
-}
-
-build() {
-  sh "${_pkg}.run" --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
-  depends=('zlib')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  provides=('opencl-nvidia' 'opencl-driver')
-  conflicts=('opencl-nvidia')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-  create_links
-  
-  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
-}
-
-package_nvidia-304xx-libgl() {
-  pkgdesc="NVIDIA drivers libraries symlinks, 304xx legacy branch"
-  depends=('nvidia-304xx-utils' 'mesa')
-  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-  provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-
-  cd ${_pkg}
-
-  mkdir -p "${pkgdir}/usr/lib/"
-
-  ln -s nvidia/libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.${pkgver}"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.1"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so"
-
-  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
-  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib/libEGL.so.1.0.0"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so.1"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so"
-
-  ln -s mesa/libGLESv1_CM.so.1.1.0 "${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-  ln -s mesa/libGLESv2.so.2.0.0 "${pkgdir}/usr/lib/libGLESv2.so.2.0.0"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so.2"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so"
-
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s nvidia-304xx "${pkgdir}/usr/share/licenses/nvidia-304xx-libgl"
-}
-

[arch-commits] Commit in backuppc/repos/community-any (29 files)

2017-02-12 Thread Sébastien Luttringer
Date: Sunday, February 12, 2017 @ 16:10:51
  Author: seblu
Revision: 212051

archrelease: copy trunk to community-any

Added:
  backuppc/repos/community-any/01-move-socket-into-run.patch
(from rev 212050, backuppc/trunk/01-move-socket-into-run.patch)
  backuppc/repos/community-any/02-move-socket-into-run.patch
(from rev 212050, backuppc/trunk/02-move-socket-into-run.patch)
  backuppc/repos/community-any/03-fix-FS#32642.patch
(from rev 212050, backuppc/trunk/03-fix-FS#32642.patch)
  backuppc/repos/community-any/04-fix-cve-2011-4923.patch
(from rev 212050, backuppc/trunk/04-fix-cve-2011-4923.patch)
  backuppc/repos/community-any/PKGBUILD
(from rev 212050, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-any/backuppc.httpd
(from rev 212050, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-any/backuppc.install
(from rev 212050, backuppc/trunk/backuppc.install)
  backuppc/repos/community-any/backuppc.profile.csh
(from rev 212050, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-any/backuppc.profile.sh
(from rev 212050, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-any/backuppc.service
(from rev 212050, backuppc/trunk/backuppc.service)
  backuppc/repos/community-any/backuppc.socket
(from rev 212050, backuppc/trunk/backuppc.socket)
  backuppc/repos/community-any/backuppc.sysusers
(from rev 212050, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-any/backuppc.tmpfiles
(from rev 212050, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-any/01-move-socket-into-run.patch
  backuppc/repos/community-any/02-move-socket-into-run.patch
  backuppc/repos/community-any/03-fix-FS#32642.patch
  backuppc/repos/community-any/04-fix-cve-2011-4923.patch
  backuppc/repos/community-any/05-fix-edit-menu-ordering.patch
  backuppc/repos/community-any/06-fix-defined-on-array.patch
  backuppc/repos/community-any/07-escape-braces-in-perl-regex.patch
  backuppc/repos/community-any/PKGBUILD
  backuppc/repos/community-any/backuppc.httpd
  backuppc/repos/community-any/backuppc.install
  backuppc/repos/community-any/backuppc.profile.csh
  backuppc/repos/community-any/backuppc.profile.sh
  backuppc/repos/community-any/backuppc.service
  backuppc/repos/community-any/backuppc.socket
  backuppc/repos/community-any/backuppc.sysusers
  backuppc/repos/community-any/backuppc.tmpfiles

--+
 01-move-socket-into-run.patch|  110 
 02-move-socket-into-run.patch|   86 ++---
 03-fix-FS#32642.patch|   24 +--
 04-fix-cve-2011-4923.patch   |   28 ++--
 05-fix-edit-menu-ordering.patch  |   29 
 06-fix-defined-on-array.patch|   28 
 07-escape-braces-in-perl-regex.patch |   23 ---
 PKGBUILD |  218 -
 backuppc.httpd   |   42 +++---
 backuppc.install |   40 +++---
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 
 backuppc.service |   22 +--
 backuppc.socket  |   16 +-
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 16 files changed, 296 insertions(+), 382 deletions(-)

Deleted: 01-move-socket-into-run.patch
===
--- 01-move-socket-into-run.patch   2017-02-12 16:09:37 UTC (rev 212050)
+++ 01-move-socket-into-run.patch   2017-02-12 16:10:51 UTC (rev 212051)
@@ -1,55 +0,0 @@
-From 1cba5f001533ec6d0a728847bdc4fc57e5fed0a3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= 
-Date: Tue, 16 Apr 2013 22:39:15 +0200
-Subject: [PATCH] Move pid file into /run
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This is not a clean patch but it doesn't targeted to upstream inclusion
-
-Signed-off-by: Sébastien Luttringer 

- bin/BackupPC | 10 +-
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/bin/BackupPC b/bin/BackupPC
-index c6fc7d2..d9f3dbc 100755
 a/bin/BackupPC
-+++ b/bin/BackupPC
-@@ -363,11 +363,11 @@ sub Main_Initialize
- # Write out our initial status and save our PID
- #
- StatusWrite();
--unlink("$LogDir/BackupPC.pid");
--if ( open(PID, ">", "$LogDir/BackupPC.pid") ) {
-+unlink("/run/backuppc/backuppc.pid");
-+if ( open(PID, ">", "/run/backuppc/backuppc.pid") ) {
- print(PID $$);
- close(PID);
--chmod(0444, "$LogDir/BackupPC.pid");
-+chmod(0444, "/run/backuppc/backuppc.pid");
- }
- 
- #
-@@ -1846,7 +1846,7 @@ sub catch_signal
- close(LOG);
- LogFileOpen();
- print(LOG "Fatal error: unhandled signal $SigName\n");
--unlink("$LogDir/BackupPC.pid");
-+unlink("/run/backuppc/backuppc.pid");
- 

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

2017-02-12 Thread Sébastien Luttringer
Date: Sunday, February 12, 2017 @ 16:09:37
  Author: seblu
Revision: 212050

upgpkg: backuppc 3.3.2-1

Modified:
  backuppc/trunk/PKGBUILD
Deleted:
  backuppc/trunk/05-fix-edit-menu-ordering.patch
  backuppc/trunk/06-fix-defined-on-array.patch
  backuppc/trunk/07-escape-braces-in-perl-regex.patch

--+
 05-fix-edit-menu-ordering.patch  |   29 -
 06-fix-defined-on-array.patch|   28 
 07-escape-braces-in-perl-regex.patch |   23 ---
 PKGBUILD |   16 +---
 4 files changed, 5 insertions(+), 91 deletions(-)

Deleted: 05-fix-edit-menu-ordering.patch
===
--- 05-fix-edit-menu-ordering.patch 2017-02-12 15:47:01 UTC (rev 212049)
+++ 05-fix-edit-menu-ordering.patch 2017-02-12 16:09:37 UTC (rev 212050)
@@ -1,29 +0,0 @@
-# Copyright © Sébastien Luttringer
-
-# This patch is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This patch is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with this patch. If not, see .
-
-# This patch avoid menu in Host "Edit Config" to swap every load by using
-# alphabetic order.
-
 a/lib/BackupPC/CGI/EditConfig.pm   2013-04-14 22:43:32.0 +0200
-+++ b/lib/BackupPC/CGI/EditConfig.pm   2013-08-02 03:58:38.79600 +0200
-@@ -492,7 +492,7 @@
- }
- 
- my $groupText;
--foreach my $m ( keys(%ConfigMenu) ) {
-+foreach my $m ( sort( keys(%ConfigMenu) ) ) {
- next if ( $menuDisable{$m}{top} );
-   my $text = eval("qq($Lang->{$ConfigMenu{$m}{text}})");
- if ( $m eq $menu ) {

Deleted: 06-fix-defined-on-array.patch
===
--- 06-fix-defined-on-array.patch   2017-02-12 15:47:01 UTC (rev 212049)
+++ 06-fix-defined-on-array.patch   2017-02-12 16:09:37 UTC (rev 212050)
@@ -1,28 +0,0 @@
-# Copyright © Sébastien Luttringer
-
-# This patch is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This patch is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with this patch. If not, see .
-
-# perl 5.22 raise errors when defined is used on arrays
-
 a/lib/BackupPC/CGI/Browse.pm   2015-06-01 09:05:54.0 +0200
-+++ b/lib/BackupPC/CGI/Browse.pm   2015-07-01 14:34:28.480199121 +0200
-@@ -65,7 +65,7 @@
- #
- # default to the newest backup
- #
--if ( !defined($In{num}) && defined(@Backups) && @Backups > 0 ) {
-+if ( !defined($In{num}) && @Backups && @Backups > 0 ) {
- $i = @Backups - 1;
- $num = $Backups[$i]{num};
- }

Deleted: 07-escape-braces-in-perl-regex.patch
===
--- 07-escape-braces-in-perl-regex.patch2017-02-12 15:47:01 UTC (rev 
212049)
+++ 07-escape-braces-in-perl-regex.patch2017-02-12 16:09:37 UTC (rev 
212050)
@@ -1,23 +0,0 @@
-#Description: Escape braces in Perl regex
-#Author: Marcel Meckel 
-#Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820110
 a/lib/BackupPC/Lib.pm  2016-01-06 12:44:15.0 +0100
-+++ b/lib/BackupPC/Lib.pm  2016-04-05 16:23:35.706625290 +0200
-@@ -1262,7 +1262,7 @@
- #
- # Replace scalar variables first
- #
--$arg =~ s[\${(\w+)}(\+?)]{
-+$arg =~ s[\$\{(\w+)}(\+?)]{
- exists($vars->{$1}) && ref($vars->{$1}) ne "ARRAY"
- ? ($2 eq "+" ? $bpc->shellEscape($vars->{$1}) : $vars->{$1})
- : "\${$1}$2"
-@@ -1271,7 +1271,7 @@
- # Now replicate any array arguments; this just works for just one
- # array var in each argument.
- #
--if ( $arg =~ m[(.*)\${(\w+)}(\+?)(.*)] && ref($vars->{$2}) eq "ARRAY" 
) {
-+if ( $arg =~ m[(.*)\$\{(\w+)}(\+?)(.*)] && ref($vars->{$2}) eq 
"ARRAY" ) {
- my $pre  = $1;
- my $var  = $2;
- my $esc  = 

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

2017-02-12 Thread Nicola Squartini
Date: Sunday, February 12, 2017 @ 15:28:36
  Author: tensor5
Revision: 212048

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 212047, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
(from rev 212047, zcash/trunk/boost-no-mt-suffix.patch)
  zcash/repos/community-x86_64/use-system-libraries.patch
(from rev 212047, zcash/trunk/use-system-libraries.patch)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
  zcash/repos/community-x86_64/use-system-libraries.patch

+
 PKGBUILD   |  142 +--
 boost-no-mt-suffix.patch   |   22 +++---
 use-system-libraries.patch |   22 +++---
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-12 15:28:18 UTC (rev 212047)
+++ PKGBUILD2017-02-12 15:28:36 UTC (rev 212048)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=1.0.6
-pkgrel=1
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'zeromq')
-makedepends=('boost' 'wget')
-checkdepends=('python' 'python2' 'python2-pyzmq')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
-"boost-no-mt-suffix.patch"
-"use-system-libraries.patch")
-sha256sums=('7073068e9501910534be25634ce0bf73258cd0bcdf244d555dbfd9450d556d8a'
-'55ebbffa2daf4a59135dc7b58b9553da21456934e676d6c08d4930bd14817c06'
-'ef8ab26635bb2608f03ddf991da3581060670161938171fa2e413758fa4bad3f')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i ../boost-no-mt-suffix.patch
-patch -Np1 -i ../use-system-libraries.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-cd depends
-libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
-for lib in "${libs[@]}"; do
-make ${lib}
-done
-for lib in "${libs[@]}"; do
-tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
--C x86_64-unknown-linux-gnu
-done
-cd ..
-
-CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
-
-./autogen.sh
-./configure --prefix=/usr --with-gui=no
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-
-./qa/zcash/full-test-suite.sh
-
-# Run the RPC tests
-./zcutil/fetch-params.sh
-./qa/pull-tester/rpc-tests.sh
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/bitcoin${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 212047, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-12 15:28:36 UTC (rev 212048)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=1.0.6
+pkgrel=2
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'miniupnpc' 'zeromq')
+makedepends=('boost' 'wget')
+checkdepends=('python' 'python2' 'python2-pyzmq')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
+"boost-no-mt-suffix.patch"
+"use-system-libraries.patch")
+sha256sums=('7073068e9501910534be25634ce0bf73258cd0bcdf244d555dbfd9450d556d8a'
+'55ebbffa2daf4a59135dc7b58b9553da21456934e676d6c08d4930bd14817c06'
+'ef8ab26635bb2608f03ddf991da3581060670161938171fa2e413758fa4bad3f')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i ../boost-no-mt-suffix.patch
+patch -Np1 -i ../use-system-libraries.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cd depends
+libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
+for lib in "${libs[@]}"; do
+make ${lib}
+done
+for lib in "${libs[@]}"; do
+tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
+-C x86_64-unknown-linux-gnu
+done
+cd ..
+
+CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
+LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
+
+./autogen.sh
+./configure --prefix=/usr --with-gui=no
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+./qa/zcash/full-test-suite.sh
+
+# Run the RPC tests
+

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

2017-02-12 Thread Nicola Squartini
Date: Sunday, February 12, 2017 @ 15:28:18
  Author: tensor5
Revision: 212047

upgpkg: zcash 1.0.6-2

Enable miniupnpc.

Modified:
  zcash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 15:05:44 UTC (rev 212046)
+++ PKGBUILD2017-02-12 15:28:18 UTC (rev 212047)
@@ -3,12 +3,12 @@
 
 pkgname=zcash
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
 url='https://z.cash/'
 license=('MIT')
-depends=('boost-libs' 'zeromq')
+depends=('boost-libs' 'miniupnpc' 'zeromq')
 makedepends=('boost' 'wget')
 checkdepends=('python' 'python2' 'python2-pyzmq')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;


[arch-commits] Commit in qt5-webkit-ng/repos (4 files)

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 15:19:01
  Author: arojas
Revision: 288751

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

Added:
  qt5-webkit-ng/repos/extra-i686/PKGBUILD
(from rev 288750, qt5-webkit-ng/trunk/PKGBUILD)
  qt5-webkit-ng/repos/extra-x86_64/PKGBUILD
(from rev 288750, qt5-webkit-ng/trunk/PKGBUILD)
Deleted:
  qt5-webkit-ng/repos/extra-i686/PKGBUILD
  qt5-webkit-ng/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-12 15:18:23 UTC (rev 288750)
+++ extra-i686/PKGBUILD 2017-02-12 15:19:01 UTC (rev 288751)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-webkit-ng
-_qtver=tp5
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(i686 x86_64)
-url='https://github.com/annulen/webkit/wiki'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for a WebKit2 based implementation and a new QML API 
(maintained fork)'
-depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
-makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
-optdepends=('gst-plugins-good: Webm codec support')
-conflicts=(qt5-webkit)
-provides=(qt5-webkit)
-source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver.tar.gz;)
-sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build  
-
-  cmake ../webkit-qtwebkit-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DPORT=Qt
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-webkit-ng/repos/extra-i686/PKGBUILD (from rev 288750, 
qt5-webkit-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-12 15:19:01 UTC (rev 288751)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webkit-ng
+_qtver=tp5
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(i686 x86_64)
+url='https://github.com/annulen/webkit/wiki'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API 
(maintained fork)'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')
+conflicts=(qt5-webkit)
+provides=(qt5-webkit)
+source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver.tar.gz;
+
qtwebkit-ng-export-cmake-variables.patch::"https://github.com/annulen/webkit/commit/1467a945.patch;)
+sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719'
+'e7839c2eb2d4f998a6c7f6316f408bb8a948c769f8d987903368b0fe689558c6')
+
+prepare() {
+  mkdir -p build
+
+# Correctly export all needed cmake variables
+  cd webkit-qtwebkit-$pkgver
+  patch -p1 -i ../qtwebkit-ng-export-cmake-variables.patch
+}
+
+build() {
+  cd build  
+
+  cmake ../webkit-qtwebkit-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DPORT=Qt
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-12 15:18:23 UTC (rev 288750)
+++ extra-x86_64/PKGBUILD   2017-02-12 15:19:01 UTC (rev 288751)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-webkit-ng
-_qtver=tp5
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(i686 x86_64)
-url='https://github.com/annulen/webkit/wiki'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for a WebKit2 based implementation and a new QML API 
(maintained fork)'
-depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
-makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
-optdepends=('gst-plugins-good: Webm codec support')
-conflicts=(qt5-webkit)
-provides=(qt5-webkit)
-source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver.tar.gz;)
-sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build  
-
-  cmake ../webkit-qtwebkit-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DPORT=Qt
-  make
-}
-
-package() {
-  cd 

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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 15:18:23
  Author: arojas
Revision: 288750

Export all necassary cmake variables (FS#52846)

Modified:
  qt5-webkit-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 14:29:27 UTC (rev 288749)
+++ PKGBUILD2017-02-12 15:18:23 UTC (rev 288750)
@@ -3,7 +3,7 @@
 pkgname=qt5-webkit-ng
 _qtver=tp5
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url='https://github.com/annulen/webkit/wiki'
 license=(GPL3 LGPL3 FDL custom)
@@ -13,11 +13,17 @@
 optdepends=('gst-plugins-good: Webm codec support')
 conflicts=(qt5-webkit)
 provides=(qt5-webkit)
-source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver.tar.gz;)
-sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719')
+source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver.tar.gz;
+
qtwebkit-ng-export-cmake-variables.patch::"https://github.com/annulen/webkit/commit/1467a945.patch;)
+sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719'
+'e7839c2eb2d4f998a6c7f6316f408bb8a948c769f8d987903368b0fe689558c6')
 
 prepare() {
   mkdir -p build
+
+# Correctly export all needed cmake variables
+  cd webkit-qtwebkit-$pkgver
+  patch -p1 -i ../qtwebkit-ng-export-cmake-variables.patch
 }
 
 build() {


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

2017-02-12 Thread Jelle van der Waa
Date: Sunday, February 12, 2017 @ 14:55:06
  Author: jelle
Revision: 212043

upgpkg: calibre 2.79.1-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 14:50:21 UTC (rev 212042)
+++ PKGBUILD2017-02-12 14:55:06 UTC (rev 212043)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.79.0
+pkgver=2.79.1
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -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=('de97db80a5b14c59623ce5cb7ceeda3c04bfb15ead60fa4450537ac6b5b0e92c'
+sha256sums=('257425f19d620afb9e7fa8c22d3dea1e7c9631f6da4ccdf9440a9448231b936a'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2017-02-12 Thread Jelle van der Waa
Date: Sunday, February 12, 2017 @ 14:55:19
  Author: jelle
Revision: 212044

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 212043, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 212043, 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-02-12 14:55:06 UTC (rev 212043)
+++ community-i686/PKGBUILD 2017-02-12 14:55:19 UTC (rev 212044)
@@ -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.79.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' '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=('de97db80a5b14c59623ce5cb7ceeda3c04bfb15ead60fa4450537ac6b5b0e92c'
-'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 212043, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 14:55:19 UTC (rev 212044)
@@ -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.79.1
+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' 

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

2017-02-12 Thread Jiachen Yang
Date: Sunday, February 12, 2017 @ 14:50:21
  Author: farseerfc
Revision: 212042

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

Added:
  toxcore/repos/community-staging-i686/
  toxcore/repos/community-staging-i686/PKGBUILD
(from rev 212041, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-staging-i686/toxcore.conf
(from rev 212041, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-staging-i686/toxcore.install
(from rev 212041, toxcore/trunk/toxcore.install)
  toxcore/repos/community-staging-x86_64/
  toxcore/repos/community-staging-x86_64/PKGBUILD
(from rev 212041, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-staging-x86_64/toxcore.conf
(from rev 212041, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-staging-x86_64/toxcore.install
(from rev 212041, toxcore/trunk/toxcore.install)

--+
 community-staging-i686/PKGBUILD  |   73 +
 community-staging-i686/toxcore.conf  |2 
 community-staging-i686/toxcore.install   |   15 +
 community-staging-x86_64/PKGBUILD|   73 +
 community-staging-x86_64/toxcore.conf|2 
 community-staging-x86_64/toxcore.install |   15 +
 6 files changed, 180 insertions(+)

Copied: toxcore/repos/community-staging-i686/PKGBUILD (from rev 212041, 
toxcore/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-12 14:50:21 UTC (rev 212042)
@@ -0,0 +1,73 @@
+# Maintainer: Jiachen Yang 
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Håvard Pettersson 
+# Contributor: naxuroqa 
+# Contributor: Boohbah 
+# Contributor: Kevin MacMartin 
+
+pkgname=toxcore
+_pkgname=c-toxcore
+epoch=1
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('i686' 'x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('check' 'cmake')
+conflicts=("tox")
+provides=("tox")
+backup=('etc/tox-bootstrapd.conf')
+install=$pkgname.install
+source=(
+   
#"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz;
+   
"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz;
+   
"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc;
+'toxcore.conf')
+sha512sums=('57ed7cee2c621c57e24f5ab36d68d99414d9820cdb3e8b7c4390818222f9d885f352f9cf76c8eb522c238bebc7d420bcf3cdd5f6ab65b9801aadbd225765166c'
+'SKIP'
+
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
+validpgpkeys=("15D3B9A6B3951DF9854FCA93E786548AE0A0B56B"  # 
RobinLindén
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+'DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 
+'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+'1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+'31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+'2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+)
+
+prepare() {
+  #cd $_pkgname-$pkgver
+  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
+}
+
+build() {
+  #cd $_pkgname-$pkgver
+  # autoreconf -if
+  # ./configure \
+  #   --prefix=/usr \
+  #   --enable-daemon \
+  #   --disable-ntox \
+  #   --enable-tests
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DDHT_BOOTSTRAP=on \
+-DBOOTSTRAP_DAEMON=on \
+-DBUILD_NTOX=off
+  make
+}
+
+check() {
+  #cd $_pkgname-$pkgver
+  make test
+}
+
+package() {
+  #cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/toxcore.conf" 
"$pkgdir/usr/lib/sysusers.d/toxcore.conf"
+  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service 
"$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
+  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.conf 
"$pkgdir/etc/tox-bootstrapd.conf"
+}

Copied: toxcore/repos/community-staging-i686/toxcore.conf (from rev 212041, 
toxcore/trunk/toxcore.conf)
===
--- community-staging-i686/toxcore.conf (rev 0)
+++ community-staging-i686/toxcore.conf 2017-02-12 14:50:21 UTC (rev 212042)
@@ -0,0 +1,2 @@
+u tox-bootstrapd 199 "Tox bootstrapd"
+g tox-bootstrapd 199

Copied: toxcore/repos/community-staging-i686/toxcore.install (from rev 212041, 
toxcore/trunk/toxcore.install)

[arch-commits] Commit in nvidia-304xx-utils/trunk (PKGBUILD)

2017-02-12 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 14:29:20
  Author: lcarlier
Revision: 288748

upgpkg: nvidia-304xx-utils 304.134-2

remove glx symlink support

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 14:20:39 UTC (rev 288747)
+++ PKGBUILD2017-02-12 14:29:20 UTC (rev 288748)
@@ -5,16 +5,18 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
 pkgver=304.134
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
 makedepends=('zlib')
 options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('9abd7e9272382bd0e6939c3a367cc1a6')
-md5sums_x86_64=('2ecfa6bd145f673264f7977e0366e259')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 nvidia-drm-outputclass.conf)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
 nvidia-drm-outputclass.conf)
+md5sums_i686=('9abd7e9272382bd0e6939c3a367cc1a6'
+  '44bdaa2fdaec5cdcf72961e9aa71f971')
+md5sums_x86_64=('2ecfa6bd145f673264f7977e0366e259'
+'44bdaa2fdaec5cdcf72961e9aa71f971')
 
 if [ "$CARCH" = "i686" ]; then
   _arch='x86'
@@ -65,10 +67,7 @@
 
   cd ${_pkg}
 
-  mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-  ln -s "../../../nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
+  mkdir -p "${pkgdir}/usr/lib/"
 
   ln -s nvidia/libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.${pkgver}"
   ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.1"
@@ -106,8 +105,9 @@
   install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
 
   # GLX extension module for X
-  install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so"# X doesn't 
find glx otherwise
+  install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
+  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"# 
X doesn't find glx otherwise
+  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"# X 
doesn't find glx otherwise
   
   # OpenGL libraries
   install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}"
@@ -160,7 +160,7 @@
 
   # distro specific files must be installed in /usr/share/X11/xorg.conf.d
   install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
-  install -m644 nvidia-drm-outputclass.conf 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
+  install -m644 "${srcdir}/nvidia-drm-outputclass.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
 
   create_links
 }


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

2017-02-12 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 14:29:27
  Author: lcarlier
Revision: 288749

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

Added:
  nvidia-304xx-utils/repos/staging-i686/
  nvidia-304xx-utils/repos/staging-i686/PKGBUILD
(from rev 288748, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/staging-x86_64/
  nvidia-304xx-utils/repos/staging-x86_64/PKGBUILD
(from rev 288748, nvidia-304xx-utils/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |  166 ++
 staging-x86_64/PKGBUILD |  166 ++
 2 files changed, 332 insertions(+)

Copied: nvidia-304xx-utils/repos/staging-i686/PKGBUILD (from rev 288748, 
nvidia-304xx-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-12 14:29:27 UTC (rev 288749)
@@ -0,0 +1,166 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgbase=nvidia-304xx-utils
+pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
+pkgver=304.134
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+makedepends=('zlib')
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 nvidia-drm-outputclass.conf)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
 nvidia-drm-outputclass.conf)
+md5sums_i686=('9abd7e9272382bd0e6939c3a367cc1a6'
+  '44bdaa2fdaec5cdcf72961e9aa71f971')
+md5sums_x86_64=('2ecfa6bd145f673264f7977e0366e259'
+'44bdaa2fdaec5cdcf72961e9aa71f971')
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+create_links() {
+  # create soname links
+  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+  done
+}
+
+build() {
+  sh "${_pkg}.run" --extract-only
+}
+
+package_opencl-nvidia-304xx() {
+  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
+  depends=('zlib')
+  optdepends=('opencl-headers: headers necessary for OpenCL development')
+  provides=('opencl-nvidia' 'opencl-driver')
+  conflicts=('opencl-nvidia')
+
+  cd ${_pkg}
+
+  # OpenCL
+  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
+
+  create_links
+  
+  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
+}
+
+package_nvidia-304xx-libgl() {
+  pkgdesc="NVIDIA drivers libraries symlinks, 304xx legacy branch"
+  depends=('nvidia-304xx-utils' 'mesa')
+  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
+  provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
+
+  cd ${_pkg}
+
+  mkdir -p "${pkgdir}/usr/lib/"
+
+  ln -s nvidia/libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.${pkgver}"
+  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.1"
+  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so"
+
+  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
+  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib/libEGL.so.1.0.0"
+  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so.1"
+  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so"
+
+  ln -s mesa/libGLESv1_CM.so.1.1.0 "${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0"
+  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
+  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so"
+
+  ln -s mesa/libGLESv2.so.2.0.0 "${pkgdir}/usr/lib/libGLESv2.so.2.0.0"
+  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so.2"
+  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so"
+
+  mkdir -p "${pkgdir}/usr/share/licenses"
+  ln -s nvidia-304xx "${pkgdir}/usr/share/licenses/nvidia-304xx-libgl"
+}
+
+package_nvidia-304xx-utils() {
+  pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
+  depends=('xorg-server' 'libxvmc')
+  optdepends=('gtk2: nvidia-settings'
+  'pkg-config: nvidia-xconfig'
+  'opencl-nvidia-304xx: OpenCL support')
+  conflicts=('nvidia-utils')
+  provides=('nvidia-utils')
+  
+  cd ${_pkg}
+
+  # X driver
+  install -D -m755 nvidia_drv.so 

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

2017-02-12 Thread Jiachen Yang
Date: Sunday, February 12, 2017 @ 14:21:52
  Author: farseerfc
Revision: 212041

upgpkg: toxcore 1:0.1.6-1

toxcore switch to cmake build

Modified:
  toxcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 12:37:17 UTC (rev 212040)
+++ PKGBUILD2017-02-12 14:21:52 UTC (rev 212041)
@@ -9,7 +9,7 @@
 pkgname=toxcore
 _pkgname=c-toxcore
 epoch=1
-pkgver=0.1.5
+pkgver=0.1.6
 pkgrel=1
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')
@@ -16,16 +16,17 @@
 url='https://tox.chat'
 license=('GPL3')
 depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
-makedepends=('check')
+makedepends=('check' 'cmake')
 conflicts=("tox")
 provides=("tox")
 backup=('etc/tox-bootstrapd.conf')
 install=$pkgname.install
 source=(
-   
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz;
-   
"${_pkgname}-v${pkgver}.tar.gz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.robinlinden.tar.gz.asc;
+   
#"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz;
+   
"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz;
+   
"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc;
 'toxcore.conf')
-sha512sums=('3dda0e1f9d4232790899a68675db072f13f2e9142b8c45f6051780901dee1e9c15c803fb9d98745e88342d14d828f9be9974eeb61ee2c767b0d8cec3d55fa03f'
+sha512sums=('57ed7cee2c621c57e24f5ab36d68d99414d9820cdb3e8b7c4390818222f9d885f352f9cf76c8eb522c238bebc7d420bcf3cdd5f6ab65b9801aadbd225765166c'
 'SKIP'
 
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
 validpgpkeys=("15D3B9A6B3951DF9854FCA93E786548AE0A0B56B"  # 
RobinLindén
@@ -39,28 +40,32 @@
 )
 
 prepare() {
-  cd $_pkgname-$pkgver
+  #cd $_pkgname-$pkgver
   sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
 }
 
 build() {
-  cd $_pkgname-$pkgver
-  autoreconf -if
-  ./configure \
---prefix=/usr \
---enable-daemon \
---disable-ntox \
---enable-tests
+  #cd $_pkgname-$pkgver
+  # autoreconf -if
+  # ./configure \
+  #   --prefix=/usr \
+  #   --enable-daemon \
+  #   --disable-ntox \
+  #   --enable-tests
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DDHT_BOOTSTRAP=on \
+-DBOOTSTRAP_DAEMON=on \
+-DBUILD_NTOX=off
   make
 }
 
 check() {
-  cd $_pkgname-$pkgver
-  make check
+  #cd $_pkgname-$pkgver
+  make test
 }
 
 package() {
-  cd $_pkgname-$pkgver
+  #cd $_pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 "$srcdir/toxcore.conf" 
"$pkgdir/usr/lib/sysusers.d/toxcore.conf"
   install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service 
"$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"


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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 14:20:39
  Author: arojas
Revision: 288747

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

Added:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
(from rev 288746, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-i686/kopete-mediastreamer2.14.patch
(from rev 288746, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
(from rev 288746, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch
(from rev 288746, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
Deleted:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
  kdenetwork-kopete/repos/extra-i686/kopete-mediastreamer2.14.patch
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
  kdenetwork-kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch

-+
 /PKGBUILD   |   98 +++
 /kopete-mediastreamer2.14.patch |  166 ++
 extra-i686/PKGBUILD |   45 ---
 extra-i686/kopete-mediastreamer2.14.patch   |   83 -
 extra-x86_64/PKGBUILD   |   45 ---
 extra-x86_64/kopete-mediastreamer2.14.patch |   83 -
 6 files changed, 264 insertions(+), 256 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-12 14:20:09 UTC (rev 288746)
+++ extra-i686/PKGBUILD 2017-02-12 14:20:39 UTC (rev 288747)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=16.12.2
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 kopete-mediastreamer2.14.patch)
-sha1sums=('2db7a06b424edeb20571115b6d66f2f639562c56'
-  'SKIP'
-  'b284ffb226cbcc0da6540ecd978d37287aa6eddb')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-
-# Fix build with mediastreamer 2.14
-  cd kopete-$pkgver
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-}
-
-build() {
-  cd build
-  cmake ../kopete-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 288746, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-12 14:20:39 UTC (rev 288747)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.12.2
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 kopete-mediastreamer2.14.patch
+
CVE-2017-5593.patch::"https://cgit.kde.org/kopete.git/patch/?id=6243764c;)
+sha1sums=('2db7a06b424edeb20571115b6d66f2f639562c56'
+  'SKIP'
+  'b284ffb226cbcc0da6540ecd978d37287aa6eddb'
+  '1ce697b8fe41f86b56d31a16220319e8c1478c52')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+# Fix build with mediastreamer 2.14
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-mediastreamer2.14.patch
+# Fix CVE-2017-5593
+  patch -p1 -i ../CVE-2017-5593.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/kopete-mediastreamer2.14.patch

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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 14:20:09
  Author: arojas
Revision: 288746

Fix CVE-2017-5593

Modified:
  kdenetwork-kopete/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 13:40:22 UTC (rev 288745)
+++ PKGBUILD2017-02-12 14:20:09 UTC (rev 288746)
@@ -5,7 +5,7 @@
 
 pkgname=kdenetwork-kopete
 pkgver=16.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant Messenger'
 url='http://kde.org/applications/internet/kopete/'
 arch=('i686' 'x86_64')
@@ -14,10 +14,12 @@
 depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
 makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
 optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 kopete-mediastreamer2.14.patch)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 kopete-mediastreamer2.14.patch
+
CVE-2017-5593.patch::"https://cgit.kde.org/kopete.git/patch/?id=6243764c;)
 sha1sums=('2db7a06b424edeb20571115b6d66f2f639562c56'
   'SKIP'
-  'b284ffb226cbcc0da6540ecd978d37287aa6eddb')
+  'b284ffb226cbcc0da6540ecd978d37287aa6eddb'
+  '1ce697b8fe41f86b56d31a16220319e8c1478c52')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 
 prepare() {
@@ -26,6 +28,8 @@
 # Fix build with mediastreamer 2.14
   cd kopete-$pkgver
   patch -p1 -i ../kopete-mediastreamer2.14.patch
+# Fix CVE-2017-5593
+  patch -p1 -i ../CVE-2017-5593.patch
 }
 
 build() {


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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 13:40:22
  Author: arojas
Revision: 288745

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-12 13:39:45 UTC (rev 288744)
+++ extra-i686/PKGBUILD 2017-02-12 13:40:22 UTC (rev 288745)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="http://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('d56a0c9a0e6d1b8c8c5585346acf2cfb0554eee0f0948da66f580cd65c8c5c9b')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 288744, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-12 13:40:22 UTC (rev 288745)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('i686' 'x86_64')
+url="http://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
+sha256sums=('48228f733013a7a0cba08d1821438b983e698feeda7cbc3976ce46ceab07b899')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-12 13:39:45 UTC (rev 288744)
+++ extra-x86_64/PKGBUILD   2017-02-12 13:40:22 UTC (rev 288745)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="http://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('d56a0c9a0e6d1b8c8c5585346acf2cfb0554eee0f0948da66f580cd65c8c5c9b')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 288744, 
libraw/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-12 13:40:22 UTC (rev 288745)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and 

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

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 13:39:45
  Author: arojas
Revision: 288744

Update to 1.18.1

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 13:27:15 UTC (rev 288743)
+++ PKGBUILD2017-02-12 13:39:45 UTC (rev 288744)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('d56a0c9a0e6d1b8c8c5585346acf2cfb0554eee0f0948da66f580cd65c8c5c9b')
+sha256sums=('48228f733013a7a0cba08d1821438b983e698feeda7cbc3976ce46ceab07b899')
 
 build() {
   cd LibRaw-$pkgver


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

2017-02-12 Thread Andreas Radke
Date: Sunday, February 12, 2017 @ 13:27:15
  Author: andyrtr
Revision: 288743

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

Added:
  gnutls/repos/testing-i686/
  gnutls/repos/testing-i686/PKGBUILD
(from rev 288742, gnutls/trunk/PKGBUILD)
  gnutls/repos/testing-x86_64/
  gnutls/repos/testing-x86_64/PKGBUILD
(from rev 288742, gnutls/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-x86_64/PKGBUILD |   52 ++
 2 files changed, 104 insertions(+)

Copied: gnutls/repos/testing-i686/PKGBUILD (from rev 288742, 
gnutls/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-12 13:27:15 UTC (rev 288743)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.5.9
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://www.gnutls.org/;
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn' 
'libunistring')
+checkdepends=('net-tools')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('82b10f0c4ef18f4e64ad8cef5dbaf14be732f5095a41cf366b4ecb4050382951'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --without-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}

Copied: gnutls/repos/testing-x86_64/PKGBUILD (from rev 288742, 
gnutls/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-12 13:27:15 UTC (rev 288743)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.5.9
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://www.gnutls.org/;
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn' 
'libunistring')
+checkdepends=('net-tools')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('82b10f0c4ef18f4e64ad8cef5dbaf14be732f5095a41cf366b4ecb4050382951'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --without-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}


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

2017-02-12 Thread Andreas Radke
Date: Sunday, February 12, 2017 @ 13:27:02
  Author: andyrtr
Revision: 288742

upgpkg: gnutls 3.5.9-1

upstream update 3.5.9

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 12:38:50 UTC (rev 288741)
+++ PKGBUILD2017-02-12 13:27:02 UTC (rev 288742)
@@ -3,8 +3,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=gnutls
-pkgver=3.5.8
-pkgrel=2
+pkgver=3.5.9
+pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -14,7 +14,7 @@
 checkdepends=('net-tools')
 optdepends=('guile: for use with Guile bindings')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha256sums=('0e97f243ae72b70307d684b84c7fe679385aa7a7a0e37e5be810193dcc17d4ff'
+sha256sums=('82b10f0c4ef18f4e64ad8cef5dbaf14be732f5095a41cf366b4ecb4050382951'
 'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
   '1F42418905D8206AA754CCDC29EE58B996865171')


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

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:35:30
  Author: lfleischer
Revision: 212026

upgpkg: python-llfuse 1.2-1

Upstream update.

Modified:
  python-llfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 12:29:31 UTC (rev 212025)
+++ PKGBUILD2017-02-12 12:35:30 UTC (rev 212026)
@@ -3,8 +3,8 @@
 
 pkgbase=python-llfuse
 pkgname=(python-llfuse python2-llfuse)
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
 pkgdesc="A set of Python bindings for the low level FUSE API."
 arch=('i686' 'x86_64')
 url="https://bitbucket.org/nikratio/python-llfuse/;
@@ -13,7 +13,7 @@
 makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
 options=(!emptydirs)
 
source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;)
-md5sums=('61a427d5074d2804d259c5bc2f1965b3')
+md5sums=('4bf20ec273bc2ca41c6f58e5f4d8989d')
 
 build() {
   cd "${srcdir}/llfuse-${pkgver}"


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

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:35:36
  Author: lfleischer
Revision: 212027

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

Added:
  python-llfuse/repos/community-i686/PKGBUILD
(from rev 212026, python-llfuse/trunk/PKGBUILD)
  python-llfuse/repos/community-x86_64/PKGBUILD
(from rev 212026, python-llfuse/trunk/PKGBUILD)
Deleted:
  python-llfuse/repos/community-i686/PKGBUILD
  python-llfuse/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 12:35:30 UTC (rev 212026)
+++ community-i686/PKGBUILD 2017-02-12 12:35:36 UTC (rev 212027)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Brendan MacDonell 
-
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/nikratio/python-llfuse/;
-license=('LGPL3')
-depends=('fuse2')
-makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
-options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;)
-md5sums=('61a427d5074d2804d259c5bc2f1965b3')
-
-build() {
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py build
-}
-
-package_python-llfuse() {
-  depends+=(python python-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-llfuse() {
-  depends+=(python2 python2-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-llfuse/repos/community-i686/PKGBUILD (from rev 212026, 
python-llfuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 12:35:36 UTC (rev 212027)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Brendan MacDonell 
+
+pkgbase=python-llfuse
+pkgname=(python-llfuse python2-llfuse)
+pkgver=1.2
+pkgrel=1
+pkgdesc="A set of Python bindings for the low level FUSE API."
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/nikratio/python-llfuse/;
+license=('LGPL3')
+depends=('fuse2')
+makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
+options=(!emptydirs)
+source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;)
+md5sums=('4bf20ec273bc2ca41c6f58e5f4d8989d')
+
+build() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py build
+}
+
+package_python-llfuse() {
+  depends+=(python python-setuptools)
+
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-llfuse() {
+  depends+=(python2 python2-setuptools)
+
+  cd "${srcdir}/llfuse-${pkgver}"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-12 12:35:30 UTC (rev 212026)
+++ community-x86_64/PKGBUILD   2017-02-12 12:35:36 UTC (rev 212027)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Brendan MacDonell 
-
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/nikratio/python-llfuse/;
-license=('LGPL3')
-depends=('fuse2')
-makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
-options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;)
-md5sums=('61a427d5074d2804d259c5bc2f1965b3')
-
-build() {
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py build
-}
-
-package_python-llfuse() {
-  depends+=(python python-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-llfuse() {
-  depends+=(python2 python2-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 212026, 
python-llfuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-12 12:35:36 UTC (rev 212027)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 

[arch-commits] Commit in icecast/repos (16 files)

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:29:31
  Author: lfleischer
Revision: 212025

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

Added:
  icecast/repos/community-i686/PKGBUILD
(from rev 212024, icecast/trunk/PKGBUILD)
  icecast/repos/community-i686/icecast.logrotate
(from rev 212024, icecast/trunk/icecast.logrotate)
  icecast/repos/community-i686/icecast.service
(from rev 212024, icecast/trunk/icecast.service)
  icecast/repos/community-i686/start-by-nobody.patch
(from rev 212024, icecast/trunk/start-by-nobody.patch)
  icecast/repos/community-x86_64/PKGBUILD
(from rev 212024, icecast/trunk/PKGBUILD)
  icecast/repos/community-x86_64/icecast.logrotate
(from rev 212024, icecast/trunk/icecast.logrotate)
  icecast/repos/community-x86_64/icecast.service
(from rev 212024, icecast/trunk/icecast.service)
  icecast/repos/community-x86_64/start-by-nobody.patch
(from rev 212024, icecast/trunk/start-by-nobody.patch)
Deleted:
  icecast/repos/community-i686/PKGBUILD
  icecast/repos/community-i686/icecast.logrotate
  icecast/repos/community-i686/icecast.service
  icecast/repos/community-i686/start-by-nobody.patch
  icecast/repos/community-x86_64/PKGBUILD
  icecast/repos/community-x86_64/icecast.logrotate
  icecast/repos/community-x86_64/icecast.service
  icecast/repos/community-x86_64/start-by-nobody.patch

+
 /PKGBUILD  |   94 +++
 /icecast.logrotate |   16 +
 /icecast.service   |   22 +++
 /start-by-nobody.patch |   30 +
 community-i686/PKGBUILD|   48 ---
 community-i686/icecast.logrotate   |8 --
 community-i686/icecast.service |   11 ---
 community-i686/start-by-nobody.patch   |   15 
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/icecast.logrotate |8 --
 community-x86_64/icecast.service   |   11 ---
 community-x86_64/start-by-nobody.patch |   15 
 12 files changed, 162 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 12:29:17 UTC (rev 212024)
+++ community-i686/PKGBUILD 2017-02-12 12:29:31 UTC (rev 212025)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Andreas Radke 
-# Contributor: Jason Chu 
-
-pkgname=icecast
-pkgver=2.4.2
-pkgrel=3
-pkgdesc='Streaming audio over the Internet'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.icecast.org/'
-depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
-backup=('etc/icecast.xml'
-'etc/logrotate.d/icecast')
-source=("http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'icecast.logrotate'
-'start-by-nobody.patch'
-'icecast.service')
-md5sums=('55947c83d31dfcbbede58c9521c676f4'
- '59c6552bcb1dd9fb542af8670dfabd3c'
- 'd8e929d2214123a1954da4383bf16583'
- '0753c15f01dc14852e5d70925fc1f6a0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/start-by-nobody.patch"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install logrotate config (taken from Fedora)
-  install -Dm644 "${srcdir}/icecast.logrotate" 
"${pkgdir}/etc/logrotate.d/icecast"
-
-  # create log directory
-  install -d -g99 -o99 "${pkgdir}/var/log/icecast"
-
-  # install systemd unit
-  install -Dm0644 "${srcdir}/icecast.service" 
"${pkgdir}/usr/lib/systemd/system/icecast.service"
-}

Copied: icecast/repos/community-i686/PKGBUILD (from rev 212024, 
icecast/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 12:29:31 UTC (rev 212025)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrea Scarpino 
+# Contributor: Andreas Radke 
+# Contributor: Jason Chu 
+
+pkgname=icecast
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='Streaming audio over the Internet'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.icecast.org/'
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
+backup=('etc/icecast.xml'
+'etc/logrotate.d/icecast')
+source=("http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'icecast.logrotate'
+'start-by-nobody.patch'
+'icecast.service')
+md5sums=('83d7d34dbe22f0f8fc119d2c9839efc0'
+ '59c6552bcb1dd9fb542af8670dfabd3c'
+ 'd8e929d2214123a1954da4383bf16583'
+ 

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

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:29:17
  Author: lfleischer
Revision: 212024

upgpkg: icecast 2.4.3-1

Upstream update.

Modified:
  icecast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 12:27:21 UTC (rev 212023)
+++ PKGBUILD2017-02-12 12:29:17 UTC (rev 212024)
@@ -1,12 +1,11 @@
-# $Id$
-# Maintainer:
+# Maintainer: Lukas Fleischer 
 # Contributor: Andrea Scarpino 
 # Contributor: Andreas Radke 
 # Contributor: Jason Chu 
 
 pkgname=icecast
-pkgver=2.4.2
-pkgrel=3
+pkgver=2.4.3
+pkgrel=1
 pkgdesc='Streaming audio over the Internet'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,7 +17,7 @@
 'icecast.logrotate'
 'start-by-nobody.patch'
 'icecast.service')
-md5sums=('55947c83d31dfcbbede58c9521c676f4'
+md5sums=('83d7d34dbe22f0f8fc119d2c9839efc0'
  '59c6552bcb1dd9fb542af8670dfabd3c'
  'd8e929d2214123a1954da4383bf16583'
  '0753c15f01dc14852e5d70925fc1f6a0')


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

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:27:21
  Author: lfleischer
Revision: 212023

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 12:27:15 UTC (rev 212022)
+++ community-i686/PKGBUILD 2017-02-12 12:27:21 UTC (rev 212023)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.7.10
-pkgrel=1
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile')
-makedepends=('python2-setuptools')
-optdepends=('lftp: FTPS backend'
-'python2-boto: Amazon S3 and Google Cloud Storage backend'
-'python2-dropbox: Dropbox backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-gdata: Google Docs backend'
-'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('21144321390ac983dde6b45fa21cc546'
- 'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-i686/PKGBUILD (from rev 212022, 
duplicity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 12:27:21 UTC (rev 212023)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgname=duplicity
+pkgver=0.7.11
+pkgrel=1
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile')
+makedepends=('python2-setuptools')
+optdepends=('lftp: FTPS backend'
+'python2-boto: Amazon S3 and Google Cloud Storage backend'
+'python2-dropbox: Dropbox backend'
+'python2-gobject: GIO backend'
+'gvfs: GIO backend'
+'python2-gdata: Google Docs backend'
+'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('9904a5bd8eb1d57d50ff1518a106dfc6'
+ 'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-12 12:27:15 UTC (rev 212022)
+++ community-x86_64/PKGBUILD   2017-02-12 12:27:21 UTC (rev 212023)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron 

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

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:27:15
  Author: lfleischer
Revision: 212022

upgpkg: duplicity 0.7.11-1

Upstream update.

Modified:
  duplicity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 12:26:19 UTC (rev 212021)
+++ PKGBUILD2017-02-12 12:27:15 UTC (rev 212022)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=duplicity
-pkgver=0.7.10
+pkgver=0.7.11
 pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'python2-gdata: Google Docs backend'
 'rsync: rsync backend')
 
source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('21144321390ac983dde6b45fa21cc546'
+md5sums=('9904a5bd8eb1d57d50ff1518a106dfc6'
  'SKIP')
 validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 


[arch-commits] Commit in stunnel/repos (16 files)

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:26:19
  Author: lfleischer
Revision: 212021

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

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 212020, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 212020, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 212020, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 212020, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 212020, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 212020, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 212020, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 212020, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2017-02-12 12:26:11 UTC (rev 212020)
+++ community-i686/Makefile.patch   2017-02-12 12:26:19 UTC (rev 212021)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 212020, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2017-02-12 12:26:19 UTC (rev 212021)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 12:26:11 UTC (rev 212020)
+++ community-i686/PKGBUILD 2017-02-12 12:26:19 UTC (rev 212021)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.39
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-makedepends=('systemd')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('7832130e86ef3081d8daed5c31936f78'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 

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

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:26:11
  Author: lfleischer
Revision: 212020

upgpkg: stunnel 5.40-1

Upstream update.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 12:09:15 UTC (rev 212019)
+++ PKGBUILD2017-02-12 12:26:11 UTC (rev 212020)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.39
+pkgver=5.40
 pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 
source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
 'Makefile.patch'
 'stunnel.tmpfiles.conf')
-md5sums=('7832130e86ef3081d8daed5c31936f78'
+md5sums=('4125b7c7f0f8c46266b4fa245ee8cda6'
  'SKIP'
  '579f198ecb90a42fcbfd8a4e48006264'
  '2e065a39998e57727ee79887bbd1751e')


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

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:24:56
  Author: lfleischer
Revision: 288735

archrelease: copy trunk to extra-any

Added:
  translate-toolkit/repos/extra-any/PKGBUILD
(from rev 288734, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-12 12:24:50 UTC (rev 288734)
+++ PKGBUILD2017-02-12 12:24:56 UTC (rev 288735)
@@ -1,29 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Hugo Doria 
-
-pkgname=translate-toolkit
-pkgver=1.13.0
-pkgrel=2
-pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
-arch=('any')
-url="http://translate.sourceforge.net/wiki/toolkit/index;
-license=('GPL')
-depends=('bash' 'python2-lxml' 'python2-six')
-makedepends=('python2-setuptools')
-optdepends=('python2-iniparse: to use ini2po script')
-source=("https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f9997a0deb3f1767bb20665a47cd2708')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
--e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
--e "s|/usr/bin/python2.4|/usr/bin/python2|" \
-$(find . -name '*.py')
-
-  python2 -s setup.py install --root="${pkgdir}" --optimize=1
-  python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/translate
-}

Copied: translate-toolkit/repos/extra-any/PKGBUILD (from rev 288734, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-12 12:24:56 UTC (rev 288735)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Hugo Doria 
+
+pkgname=translate-toolkit
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="http://toolkit.translatehouse.org/;
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six')
+makedepends=('python-setuptools')
+optdepends=('python-iniparse: for ini2po'
+'gaupol: for po2sub')
+source=("https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('682ec8d83e0ae747c6e0934e12a9e088')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.6/site-packages/translate
+}


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

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:24:50
  Author: lfleischer
Revision: 288734

upgpkg: translate-toolkit 2.0.0-1

Upstream update.

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 12:20:09 UTC (rev 288733)
+++ PKGBUILD2017-02-12 12:24:50 UTC (rev 288734)
@@ -4,27 +4,22 @@
 # Contributor: Hugo Doria 
 
 pkgname=translate-toolkit
-pkgver=1.13.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
-url="http://translate.sourceforge.net/wiki/toolkit/index;
+url="http://toolkit.translatehouse.org/;
 license=('GPL')
-depends=('bash' 'python2-lxml' 'python2-six')
-makedepends=('python2-setuptools')
-optdepends=('python2-iniparse: for ini2po'
+depends=('bash' 'python-lxml' 'python-six')
+makedepends=('python-setuptools')
+optdepends=('python-iniparse: for ini2po'
 'gaupol: for po2sub')
 
source=("https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f9997a0deb3f1767bb20665a47cd2708')
+md5sums=('682ec8d83e0ae747c6e0934e12a9e088')
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}-${pkgver}"
 
-  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
--e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
--e "s|/usr/bin/python2.4|/usr/bin/python2|" \
-$(find . -name '*.py')
-
-  python2 -s setup.py install --root="${pkgdir}" --optimize=1
-  python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/translate
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.6/site-packages/translate
 }


[arch-commits] Commit in lirc/trunk (4 files)

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:20:00
  Author: lfleischer
Revision: 288732

upgpkg: lirc 1:0.9.4.d-1

Upstream update.

Modified:
  lirc/trunk/PKGBUILD
Deleted:
  lirc/trunk/0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch
  lirc/trunk/0006-lirc.pc-Fix-bad-library-specification-236.patch
  lirc/trunk/0007-Build-Use-HAVE_UINPUT-1-to-force-building-uinput-cod.patch

-+
 0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch  |   35 
-
 0006-lirc.pc-Fix-bad-library-specification-236.patch|   23 --
 0007-Build-Use-HAVE_UINPUT-1-to-force-building-uinput-cod.patch |   38 
--
 PKGBUILD|   25 --
 4 files changed, 3 insertions(+), 118 deletions(-)

Deleted: 0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch
===
--- 0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch  
2017-02-12 10:33:26 UTC (rev 288731)
+++ 0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch  
2017-02-12 12:20:00 UTC (rev 288732)
@@ -1,35 +0,0 @@
-From 33c40d127877179e0cba2f6595816377bb6bcda1 Mon Sep 17 00:00:00 2001
-From: Alec Leamas 
-Date: Tue, 25 Oct 2016 10:28:14 +0200
-Subject: [PATCH 05/10] lib: curl_poll.h: Ensure build on unconfiguredclients.
-

- lib/curl_poll.h | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/lib/curl_poll.h b/lib/curl_poll.h
-index 6144c42..af25381 100644
 a/lib/curl_poll.h
-+++ b/lib/curl_poll.h
-@@ -21,7 +21,9 @@
-  * KIND, either express or implied.
-  *
-  ***/
-+#ifdef HAVE_CONFIG_H
- #include "config.h"
-+#endif
- 
- #ifdef __cplusplus
- extern "C" {
-@@ -29,7 +31,7 @@ extern "C" {
- 
- #ifdef HAVE_SYS_POLL_H
- #include 
--#elif defined(HAVE_POLL_H)
-+#else
- #include 
- #endif
- 
--- 
-2.5.5
-

Deleted: 0006-lirc.pc-Fix-bad-library-specification-236.patch
===
--- 0006-lirc.pc-Fix-bad-library-specification-236.patch2017-02-12 
10:33:26 UTC (rev 288731)
+++ 0006-lirc.pc-Fix-bad-library-specification-236.patch2017-02-12 
12:20:00 UTC (rev 288732)
@@ -1,23 +0,0 @@
-From 916a48ffcb9f1c259a0fc778a2de1be729423092 Mon Sep 17 00:00:00 2001
-From: Alec Leamas 
-Date: Tue, 25 Oct 2016 21:29:27 +0200
-Subject: [PATCH 06/10] lirc.pc: Fix bad library specification (#236).
-

- lirc.pc.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lirc.pc.in b/lirc.pc.in
-index 802f00e..5ed7c1c 100644
 a/lirc.pc.in
-+++ b/lirc.pc.in
-@@ -10,5 +10,5 @@ includedir=@includedir@
- pkgdatadir=@datadir@/lirc
- plugindir=${libdir}/lirc/plugins
- 
--Libs: -L${libdir} -llirc
-+Libs: -L${libdir} -llirc_client
- Cflags: -I${includedir}
--- 
-2.5.5
-

Deleted: 0007-Build-Use-HAVE_UINPUT-1-to-force-building-uinput-cod.patch
===
--- 0007-Build-Use-HAVE_UINPUT-1-to-force-building-uinput-cod.patch 
2017-02-12 10:33:26 UTC (rev 288731)
+++ 0007-Build-Use-HAVE_UINPUT-1-to-force-building-uinput-cod.patch 
2017-02-12 12:20:00 UTC (rev 288732)
@@ -1,38 +0,0 @@
-From 0463f56357d1dd223a4d2882dbc460a0a7a7e9ad Mon Sep 17 00:00:00 2001
-From: Alec Leamas 
-Date: Sat, 29 Oct 2016 11:06:50 +0200
-Subject: [PATCH 07/10] Build: Use HAVE_UINPUT=1 to force building uinput code
- (#238).
-

- configure.ac | 7 ++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index cde9813..08e2c8e 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -33,7 +33,7 @@ if test x$XSLTPROC != "xyes"; then
- AC_MSG_ERROR([
-   xsltproc is required to build. It usually comes with libxml])
- fi
--AM_CONDITIONAL(HAVE_UINPUT, test -e /dev/uinput)
-+AM_CONDITIONAL(HAVE_UINPUT, test -n "$HAVE_UINPUT" -o -e /dev/uinput)
- AC_CHECK_PROG([MAN2HTML],[man2html],[yes],[no])
- AM_CONDITIONAL(HAVE_MAN2HTML, test x$MAN2HTML = xyes)
- AC_CHECK_PROG([DOXYGEN],[doxygen],[yes],[no])
-@@ -446,6 +446,11 @@ AM_CONDITIONAL(NEED_PYTHON3, [test "x$enable_python3_fix" 
= "xyes"])
- AC_ARG_VAR(HAVE_WORKING_POLL,[
-  On cross-compile: Target has a working poll(2) implementation])
- 
-+AC_ARG_VAR(HAVE_UINPUT,[
-+  If not-empty, assume uinput is available despite missing /dev/uinput
-+])
-+
-+
- suffix=$(echo "$VERSION" | sed 's/.*-//')
- AM_CONDITIONAL(DEVEL, [test x$suffix = xdevel])
- 
--- 
-2.5.5
-

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 10:33:26 UTC (rev 288731)
+++ PKGBUILD2017-02-12 12:20:00 UTC (rev 288732)
@@ -2,9 +2,9 @@
 # Contributor: Paul Mattal 
 
 pkgname=lirc
-_pkgver=0.9.4c
+_pkgver=0.9.4d
 [[ $_pkgver 

[arch-commits] Commit in lirc/repos (18 files)

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:20:09
  Author: lfleischer
Revision: 288733

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 288732, lirc/trunk/PKGBUILD)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 288732, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 288732, lirc/trunk/lirc.tmpfiles)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 288732, lirc/trunk/PKGBUILD)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 288732, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 288732, lirc/trunk/lirc.tmpfiles)
Deleted:
  
lirc/repos/extra-i686/0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch
  lirc/repos/extra-i686/0006-lirc.pc-Fix-bad-library-specification-236.patch
  
lirc/repos/extra-i686/0007-Build-Use-HAVE_UINPUT-1-to-force-building-uinput-cod.patch
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.tmpfiles
  
lirc/repos/extra-x86_64/0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch
  lirc/repos/extra-x86_64/0006-lirc.pc-Fix-bad-library-specification-236.patch
  
lirc/repos/extra-x86_64/0007-Build-Use-HAVE_UINPUT-1-to-force-building-uinput-cod.patch
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.tmpfiles

--+
 /PKGBUILD| 
  88 ++
 /lirc.logrotate  | 
  10 +
 /lirc.tmpfiles   | 
   2 
 extra-i686/0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch| 
  35 ---
 extra-i686/0006-lirc.pc-Fix-bad-library-specification-236.patch  | 
  23 --
 extra-i686/0007-Build-Use-HAVE_UINPUT-1-to-force-building-uinput-cod.patch   | 
  38 
 extra-i686/PKGBUILD  | 
  63 ---
 extra-i686/lirc.logrotate| 
   5 
 extra-i686/lirc.tmpfiles | 
   1 
 extra-x86_64/0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch  | 
  35 ---
 extra-x86_64/0006-lirc.pc-Fix-bad-library-specification-236.patch| 
  23 --
 extra-x86_64/0007-Build-Use-HAVE_UINPUT-1-to-force-building-uinput-cod.patch | 
  38 
 extra-x86_64/PKGBUILD| 
  63 ---
 extra-x86_64/lirc.logrotate  | 
   5 
 extra-x86_64/lirc.tmpfiles   | 
   1 
 15 files changed, 100 insertions(+), 330 deletions(-)

Deleted: 
extra-i686/0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch
===
--- extra-i686/0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch   
2017-02-12 12:20:00 UTC (rev 288732)
+++ extra-i686/0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch   
2017-02-12 12:20:09 UTC (rev 288733)
@@ -1,35 +0,0 @@
-From 33c40d127877179e0cba2f6595816377bb6bcda1 Mon Sep 17 00:00:00 2001
-From: Alec Leamas 
-Date: Tue, 25 Oct 2016 10:28:14 +0200
-Subject: [PATCH 05/10] lib: curl_poll.h: Ensure build on unconfiguredclients.
-

- lib/curl_poll.h | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/lib/curl_poll.h b/lib/curl_poll.h
-index 6144c42..af25381 100644
 a/lib/curl_poll.h
-+++ b/lib/curl_poll.h
-@@ -21,7 +21,9 @@
-  * KIND, either express or implied.
-  *
-  ***/
-+#ifdef HAVE_CONFIG_H
- #include "config.h"
-+#endif
- 
- #ifdef __cplusplus
- extern "C" {
-@@ -29,7 +31,7 @@ extern "C" {
- 
- #ifdef HAVE_SYS_POLL_H
- #include 
--#elif defined(HAVE_POLL_H)
-+#else
- #include 
- #endif
- 
--- 
-2.5.5
-

Deleted: extra-i686/0006-lirc.pc-Fix-bad-library-specification-236.patch
===
--- extra-i686/0006-lirc.pc-Fix-bad-library-specification-236.patch 
2017-02-12 12:20:00 UTC (rev 288732)
+++ extra-i686/0006-lirc.pc-Fix-bad-library-specification-236.patch 
2017-02-12 12:20:09 UTC (rev 288733)
@@ -1,23 +0,0 @@
-From 916a48ffcb9f1c259a0fc778a2de1be729423092 Mon Sep 17 00:00:00 2001
-From: Alec Leamas 
-Date: Tue, 25 Oct 2016 21:29:27 +0200
-Subject: [PATCH 06/10] lirc.pc: Fix bad library specification (#236).
-

- lirc.pc.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lirc.pc.in b/lirc.pc.in
-index 802f00e..5ed7c1c 100644
 a/lirc.pc.in
-+++ b/lirc.pc.in
-@@ -10,5 +10,5 @@ includedir=@includedir@
- pkgdatadir=@datadir@/lirc
- 

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

2017-02-12 Thread Maxime Gauduin
Date: Sunday, February 12, 2017 @ 12:09:15
  Author: alucryd
Revision: 212019

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

Added:
  pantheon-files/repos/community-i686/PKGBUILD
(from rev 212018, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 212018, pantheon-files/trunk/PKGBUILD)
Deleted:
  pantheon-files/repos/community-i686/PKGBUILD
  pantheon-files/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 12:08:50 UTC (rev 212018)
+++ community-i686/PKGBUILD 2017-02-12 12:09:15 UTC (rev 212019)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-files
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gnome-common' 'vala')
-optdepends=('contractor: Various context menu entries'
-'tumbler: Thumbnails generation')
-source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
-sha256sums=('4c61bf0a6a761b9a85ee5b9a42c2d4f108487f1958876c37036f859c2de7ace9')
-
-prepare() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-files-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd pantheon-files-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-i686/PKGBUILD (from rev 212018, 
pantheon-files/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 12:09:15 UTC (rev 212019)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-files
+pkgver=0.3.1.1
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+'tumbler: Thumbnails generation')
+source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
+sha256sums=('24f718f01f6abce9d10398bab254ba08955d701a9c2a67c7cefcbf36de8a3337')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-files-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-12 12:08:50 UTC (rev 212018)
+++ community-x86_64/PKGBUILD   2017-02-12 12:09:15 UTC (rev 212019)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-files
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gnome-common' 'vala')
-optdepends=('contractor: Various context menu entries'
-'tumbler: Thumbnails generation')
-source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
-sha256sums=('4c61bf0a6a761b9a85ee5b9a42c2d4f108487f1958876c37036f859c2de7ace9')
-
-prepare() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-files-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
-

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

2017-02-12 Thread Maxime Gauduin
Date: Sunday, February 12, 2017 @ 12:08:50
  Author: alucryd
Revision: 212018

upgpkg: pantheon-files 0.3.1.1-1

Modified:
  pantheon-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 11:58:20 UTC (rev 212017)
+++ PKGBUILD2017-02-12 12:08:50 UTC (rev 212018)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-files
-pkgver=0.3.1
+pkgver=0.3.1.1
 pkgrel=1
 pkgdesc='The Pantheon File Manager'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('contractor: Various context menu entries'
 'tumbler: Thumbnails generation')
 
source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
-sha256sums=('4c61bf0a6a761b9a85ee5b9a42c2d4f108487f1958876c37036f859c2de7ace9')
+sha256sums=('24f718f01f6abce9d10398bab254ba08955d701a9c2a67c7cefcbf36de8a3337')
 
 prepare() {
   cd pantheon-files-${pkgver}


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

2017-02-12 Thread Christian Hesse
Date: Sunday, February 12, 2017 @ 11:58:20
  Author: eworm
Revision: 212017

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 11:57:10 UTC (rev 212016)
+++ community-i686/PKGBUILD 2017-02-12 11:58:20 UTC (rev 212017)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.23.0
-pkgrel=4
-_waf_version=1.8.12
-pkgdesc='a free, open source, and cross-platform media player'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
-  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
-  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
-sha256sums=('8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998'
-  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  install -m755 "${srcdir}"/waf-${_waf_version} waf
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-cdda \
---enable-encoding \
---enable-libmpv-shared \
---enable-zsh-comp
-
-  ./waf build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf install --destdir="$pkgdir"
-
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 212016, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 11:58:20 UTC (rev 212017)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.24.0
+pkgrel=1
+_waf_version=1.8.12
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
+sha256sums=('a41854fa0ac35b9c309ad692aaee67c8d4495c3546f11cb4cdd0a124195d3f15'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-encoding \
+--enable-libmpv-shared \
+--enable-zsh-comp
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-12 11:57:10 UTC (rev 212016)
+++ community-x86_64/PKGBUILD   2017-02-12 11:58:20 UTC (rev 212017)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.23.0
-pkgrel=4
-_waf_version=1.8.12
-pkgdesc='a 

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

2017-02-12 Thread Christian Hesse
Date: Sunday, February 12, 2017 @ 11:57:10
  Author: eworm
Revision: 212016

upgpkg: mpv 1:0.24.0-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 11:56:04 UTC (rev 212015)
+++ PKGBUILD2017-02-12 11:57:10 UTC (rev 212016)
@@ -5,8 +5,8 @@
 
 pkgname=mpv
 epoch=1
-pkgver=0.23.0
-pkgrel=4
+pkgver=0.24.0
+pkgrel=1
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 options=('!emptydirs' '!buildflags')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
   "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
-sha256sums=('8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998'
+sha256sums=('a41854fa0ac35b9c309ad692aaee67c8d4495c3546f11cb4cdd0a124195d3f15'
   '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
 
 prepare() {


[arch-commits] Commit in scratch-text-editor/repos (8 files)

2017-02-12 Thread Maxime Gauduin
Date: Sunday, February 12, 2017 @ 11:56:04
  Author: alucryd
Revision: 212015

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

Added:
  scratch-text-editor/repos/community-i686/PKGBUILD
(from rev 212014, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-i686/scratch-optional-webkitgtk.patch
(from rev 212014, 
scratch-text-editor/trunk/scratch-optional-webkitgtk.patch)
  scratch-text-editor/repos/community-x86_64/PKGBUILD
(from rev 212014, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-x86_64/scratch-optional-webkitgtk.patch
(from rev 212014, 
scratch-text-editor/trunk/scratch-optional-webkitgtk.patch)
Deleted:
  scratch-text-editor/repos/community-i686/PKGBUILD
  scratch-text-editor/repos/community-i686/scratch-optional-webkitgtk.patch
  scratch-text-editor/repos/community-x86_64/PKGBUILD
  scratch-text-editor/repos/community-x86_64/scratch-optional-webkitgtk.patch

---+
 /PKGBUILD |  102 
 /scratch-optional-webkitgtk.patch |   18 +++
 community-i686/PKGBUILD   |   54 --
 community-i686/scratch-optional-webkitgtk.patch   |9 -
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/scratch-optional-webkitgtk.patch |9 -
 6 files changed, 120 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 11:55:41 UTC (rev 212014)
+++ community-i686/PKGBUILD 2017-02-12 11:56:04 UTC (rev 212015)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=scratch-text-editor
-pkgver=2.3
-pkgrel=2
-pkgdesc='The Pantheon Text Editor'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/scratch'
-license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
- 'libpeas' 'pango' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'intltool' 'libsoup'
- 'vala' 'vte3')
-optdepends=('gtkspell3: Spell Check plugin'
-'libsoup: Pastebin plugin'
-'vala: Outline plugin'
-'vte3: Terminal plugin')
-source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;
-'scratch-optional-webkitgtk.patch')
-sha256sums=('529f7d3ee8d6ca173b9adeb8063accdf10d1874eb95ea66602c27e3142977bd7'
-'acffc9c4b7dd2bb8e4e153f0703f0ae5aa0958cfeda8cb276a749ab009ef448b')
-
-prepare() {
-  cd scratch-text-editor-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-
-  patch -Np1 -i ../scratch-optional-webkitgtk.patch
-}
-
-build() {
-  cd scratch-text-editor-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd scratch-text-editor-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scratch-text-editor/repos/community-i686/PKGBUILD (from rev 212014, 
scratch-text-editor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 11:56:04 UTC (rev 212015)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=scratch-text-editor
+pkgver=2.4
+pkgrel=1
+pkgdesc='The Pantheon Text Editor'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/scratch'
+license=('GPL3')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
+ 'libpeas' 'pango' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'intltool' 'libsoup'
+ 'vala' 'vte3' 'webkit2gtk')
+optdepends=('gtkspell3: Spell Check plugin'
+'libsoup: Pastebin plugin'
+'vala: Outline plugin'
+'vte3: Terminal plugin'
+'webkit2gtk: Browser Preview plugin')
+source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;)
+sha256sums=('2cb08e83c95176d0ce2f2d66845039499aa19eb3aab049e03242328419ae8687')
+
+prepare() {
+  cd scratch-text-editor-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd scratch-text-editor-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd scratch-text-editor-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 

[arch-commits] Commit in scratch-text-editor/trunk (PKGBUILD)

2017-02-12 Thread Maxime Gauduin
Date: Sunday, February 12, 2017 @ 11:55:41
  Author: alucryd
Revision: 212014

upgpkg: scratch-text-editor 2.4-1

Modified:
  scratch-text-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 07:47:47 UTC (rev 212013)
+++ PKGBUILD2017-02-12 11:55:41 UTC (rev 212014)
@@ -3,8 +3,8 @@
 # Contributor: Ner0 
 
 pkgname=scratch-text-editor
-pkgver=2.3
-pkgrel=2
+pkgver=2.4
+pkgrel=1
 pkgdesc='The Pantheon Text Editor'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/scratch'
@@ -13,15 +13,14 @@
  'libpeas' 'pango' 'zeitgeist'
  'libgranite.so')
 makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'intltool' 'libsoup'
- 'vala' 'vte3')
+ 'vala' 'vte3' 'webkit2gtk')
 optdepends=('gtkspell3: Spell Check plugin'
 'libsoup: Pastebin plugin'
 'vala: Outline plugin'
-'vte3: Terminal plugin')
-source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;
-'scratch-optional-webkitgtk.patch')
-sha256sums=('529f7d3ee8d6ca173b9adeb8063accdf10d1874eb95ea66602c27e3142977bd7'
-'acffc9c4b7dd2bb8e4e153f0703f0ae5aa0958cfeda8cb276a749ab009ef448b')
+'vte3: Terminal plugin'
+'webkit2gtk: Browser Preview plugin')
+source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;)
+sha256sums=('2cb08e83c95176d0ce2f2d66845039499aa19eb3aab049e03242328419ae8687')
 
 prepare() {
   cd scratch-text-editor-${pkgver}
@@ -30,8 +29,6 @@
 rm -rf build
   fi
   mkdir build
-
-  patch -Np1 -i ../scratch-optional-webkitgtk.patch
 }
 
 build() {


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

2017-02-12 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 10:33:26
  Author: lcarlier
Revision: 288731

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

Added:
  mesa/repos/staging-i686/
  mesa/repos/staging-i686/LICENSE
(from rev 288730, mesa/trunk/LICENSE)
  mesa/repos/staging-i686/PKGBUILD
(from rev 288730, mesa/trunk/PKGBUILD)
  mesa/repos/staging-i686/remove-libpthread-stubs.patch
(from rev 288730, mesa/trunk/remove-libpthread-stubs.patch)
  mesa/repos/staging-x86_64/
  mesa/repos/staging-x86_64/LICENSE
(from rev 288730, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 288730, mesa/trunk/PKGBUILD)
  mesa/repos/staging-x86_64/remove-libpthread-stubs.patch
(from rev 288730, mesa/trunk/remove-libpthread-stubs.patch)

--+
 staging-i686/LICENSE |   82 +
 staging-i686/PKGBUILD|  216 +
 staging-i686/remove-libpthread-stubs.patch   |   13 +
 staging-x86_64/LICENSE   |   82 +
 staging-x86_64/PKGBUILD  |  216 +
 staging-x86_64/remove-libpthread-stubs.patch |   13 +
 6 files changed, 622 insertions(+)

Copied: mesa/repos/staging-i686/LICENSE (from rev 288730, mesa/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2017-02-12 10:33:26 UTC (rev 288731)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos   

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

2017-02-12 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 10:33:07
  Author: lcarlier
Revision: 288730

upgpkg: mesa 13.0.4-2

remove glx symlink support

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 10:11:04 UTC (rev 288729)
+++ PKGBUILD2017-02-12 10:33:07 UTC (rev 288730)
@@ -5,11 +5,11 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa' 'mesa-libgl')
 pkgver=13.0.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
- 'libomxil-bellagio' 'libgcrypt' 'libclc' 'clang')
+ 'libomxil-bellagio' 'libgcrypt' 'libclc' 'clang') # 'libglvnd')
 url="http://mesa3d.sourceforge.net;
 license=('custom')
 
source=(https://mesa.freedesktop.org/archive/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
@@ -142,17 +142,20 @@
 package_mesa() {
   pkgdesc="an open-source implementation of the OpenGL specification"
   depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 
'libelf' 
-   'libomxil-bellagio' 'libgcrypt' 'libtxc_dxtn' 'llvm-libs')
+   'libomxil-bellagio' 'libgcrypt' 'libtxc_dxtn' 'llvm-libs') 
#'libglvnd')
   optdepends=('opengl-man-pages: for the OpenGL API man pages'
   'mesa-vdpau: for accelerated video playback'
   'libva-mesa-driver: for accelerated video playback')
-  provides=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri')
-  conflicts=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri')
-  replaces=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri')
+  provides=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri') 
#'mesa-libgl' 'opengl-driver')
+  conflicts=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri') 
#'mesa-libgl')
+  replaces=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri') 
#'mesa-libgl')
 
   install -m755 -d ${pkgdir}/etc
   cp -rv ${srcdir}/fakeinstall/etc/drirc ${pkgdir}/etc
   
+  #install -m755 -d ${pkgdir}/usr/share/glvnd/egl_vendor.d/50_mesa.json
+  #mv -v ${srcdir}/fakeinstall/usr/share/glvnd/egl_vendor.d/50_mesa.json 
${pkgdir}/usr/share/glvnd/egl_vendor.d/
+
   install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
   # ati-dri, nouveau-dri, intel-dri, svga-dri, swrast
   cp -av ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/* 
${pkgdir}/usr/lib/xorg/modules/dri
@@ -176,6 +179,10 @@
   cp -rv ${srcdir}/fakeinstall/usr/lib/libEGL.so*  ${pkgdir}/usr/lib/mesa/
   cp -rv ${srcdir}/fakeinstall/usr/lib/libGLES*.so*${pkgdir}/usr/lib/mesa/
 
+  # libglvnd support
+  #cp -rv ${srcdir}/fakeinstall/usr/lib/libGLX_mesa.so* ${pkgdir}/usr/lib/
+  #cp -rv ${srcdir}/fakeinstall/usr/lib/libEGL_mesa.so* ${pkgdir}/usr/lib/
+
   install -m755 -d "${pkgdir}/usr/share/licenses/mesa"
   install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/mesa/"
 }
@@ -185,11 +192,9 @@
   depends=('mesa')
   provides=('libgl' 'libgles' 'libegl')
   conflicts=('libgl' 'libgles' 'libegl')
+
+  install -m755 -d "${pkgdir}/usr/lib/"
  
-  # See FS#26284
-  install -m755 -d "${pkgdir}/usr/lib/xorg/modules/extensions"
-  ln -s libglx.xorg "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
-
   ln -s /usr/lib/mesa/libGL.so.1.2.0 ${pkgdir}/usr/lib/libGL.so.1.2.0
   ln -s libGL.so.1.2.0  ${pkgdir}/usr/lib/libGL.so.1
   ln -s libGL.so.1.2.0   ${pkgdir}/usr/lib/libGL.so


[arch-commits] Commit in antlr4/repos/extra-any (6 files)

2017-02-12 Thread Guillaume Alaux
Date: Sunday, February 12, 2017 @ 10:11:04
  Author: guillaume
Revision: 288729

archrelease: copy trunk to extra-any

Added:
  antlr4/repos/extra-any/PKGBUILD
(from rev 288728, antlr4/trunk/PKGBUILD)
  antlr4/repos/extra-any/bin_antlr4
(from rev 288728, antlr4/trunk/bin_antlr4)
  antlr4/repos/extra-any/bin_grun
(from rev 288728, antlr4/trunk/bin_grun)
Deleted:
  antlr4/repos/extra-any/PKGBUILD
  antlr4/repos/extra-any/bin_antlr4
  antlr4/repos/extra-any/bin_grun

+
 PKGBUILD   |   60 +--
 bin_antlr4 |4 +--
 bin_grun   |4 +--
 3 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-12 10:10:36 UTC (rev 288728)
+++ PKGBUILD2017-02-12 10:11:04 UTC (rev 288729)
@@ -1,30 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=antlr4
-_shortname=${pkgname:0:-1}
-pkgver=4.5.3
-pkgrel=2
-pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
-arch=('any')
-url='http://www.antlr.org/index.html'
-license=('BSD')
-depends=('java-environment>=6')
-provides=("antlr=${pkgver}")
-source=(http://www.antlr.org/download/${_shortname}-${pkgver}-complete.jar
-
https://raw.githubusercontent.com/${_shortname}/${pkgname}/master/LICENSE.txt
-bin_antlr4
-bin_grun)
-noextract=("${_shortname}-${pkgver}-complete.jar")
-sha256sums=('a32de739cfdf515774e696f91aa9697d2e7731e5cb5045ca8a4b657f8b1b4fb4'
-'0c76c37cb13f5bc59c40f4806274069b2404386854fcb4472ae1ee1a562b6ed8'
-'345697e77b7191e2afe70b223f205a8a7fd18a655e6865f503a764583d9a3dcc'
-'81e1536e011762287a095e969784a9f2fbbcc62374ab5fb83e19e01ade20b454')
-
-package() {
-  cd "${srcdir}"
-  install -D ${_shortname}-${pkgver}-complete.jar \
- "${pkgdir}"/usr/share/java/${_shortname}-${pkgver}-complete.jar
-  ln -s antlr-${pkgver}-complete.jar 
"${pkgdir}"/usr/share/java/antlr-complete.jar
-  install -D bin_antlr4 "${pkgdir}"/usr/bin/antlr4
-  install -D bin_grun   "${pkgdir}"/usr/bin/grun
-  install -D LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: antlr4/repos/extra-any/PKGBUILD (from rev 288728, antlr4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-12 10:11:04 UTC (rev 288729)
@@ -0,0 +1,30 @@
+# Maintainer: Guillaume ALAUX 
+pkgname=antlr4
+_shortname=${pkgname:0:-1}
+pkgver=4.6
+pkgrel=1
+pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
+arch=('any')
+url='http://www.antlr.org/index.html'
+license=('BSD')
+depends=('java-environment>=6')
+provides=("antlr=${pkgver}")
+source=(http://www.antlr.org/download/${_shortname}-${pkgver}-complete.jar
+
https://raw.githubusercontent.com/${_shortname}/${pkgname}/master/LICENSE.txt
+bin_antlr4
+bin_grun)
+noextract=("${_shortname}-${pkgver}-complete.jar")
+sha256sums=('bd74482f0ee68001926863d4239d23b70719141db522343d39defc4f2cf25969'
+'0c76c37cb13f5bc59c40f4806274069b2404386854fcb4472ae1ee1a562b6ed8'
+'345697e77b7191e2afe70b223f205a8a7fd18a655e6865f503a764583d9a3dcc'
+'81e1536e011762287a095e969784a9f2fbbcc62374ab5fb83e19e01ade20b454')
+
+package() {
+  cd "${srcdir}"
+  install -D ${_shortname}-${pkgver}-complete.jar \
+ "${pkgdir}"/usr/share/java/${_shortname}-${pkgver}-complete.jar
+  ln -s antlr-${pkgver}-complete.jar 
"${pkgdir}"/usr/share/java/antlr-complete.jar
+  install -D bin_antlr4 "${pkgdir}"/usr/bin/antlr4
+  install -D bin_grun   "${pkgdir}"/usr/bin/grun
+  install -D LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}

Deleted: bin_antlr4
===
--- bin_antlr4  2017-02-12 10:10:36 UTC (rev 288728)
+++ bin_antlr4  2017-02-12 10:11:04 UTC (rev 288729)
@@ -1,2 +0,0 @@
-#!/bin/sh
-java -jar /usr/share/java/antlr-complete.jar "$@"

Copied: antlr4/repos/extra-any/bin_antlr4 (from rev 288728, 
antlr4/trunk/bin_antlr4)
===
--- bin_antlr4  (rev 0)
+++ bin_antlr4  2017-02-12 10:11:04 UTC (rev 288729)
@@ -0,0 +1,2 @@
+#!/bin/sh
+java -jar /usr/share/java/antlr-complete.jar "$@"

Deleted: bin_grun
===
--- bin_grun2017-02-12 10:10:36 UTC (rev 288728)
+++ bin_grun2017-02-12 10:11:04 UTC (rev 288729)
@@ -1,2 +0,0 @@
-#!/bin/sh
-java -cp .:/usr/share/java/antlr-complete.jar org.antlr.v4.gui.TestRig "$@"

Copied: antlr4/repos/extra-any/bin_grun (from rev 288728, antlr4/trunk/bin_grun)
===
--- bin_grun 

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

2017-02-12 Thread Guillaume Alaux
Date: Sunday, February 12, 2017 @ 10:10:36
  Author: guillaume
Revision: 288728

Upstream release 4.6

Modified:
  antlr4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 09:59:36 UTC (rev 288727)
+++ PKGBUILD2017-02-12 10:10:36 UTC (rev 288728)
@@ -1,8 +1,8 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=antlr4
 _shortname=${pkgname:0:-1}
-pkgver=4.5.3
-pkgrel=2
+pkgver=4.6
+pkgrel=1
 pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
 arch=('any')
 url='http://www.antlr.org/index.html'
@@ -14,7 +14,7 @@
 bin_antlr4
 bin_grun)
 noextract=("${_shortname}-${pkgver}-complete.jar")
-sha256sums=('a32de739cfdf515774e696f91aa9697d2e7731e5cb5045ca8a4b657f8b1b4fb4'
+sha256sums=('bd74482f0ee68001926863d4239d23b70719141db522343d39defc4f2cf25969'
 '0c76c37cb13f5bc59c40f4806274069b2404386854fcb4472ae1ee1a562b6ed8'
 '345697e77b7191e2afe70b223f205a8a7fd18a655e6865f503a764583d9a3dcc'
 '81e1536e011762287a095e969784a9f2fbbcc62374ab5fb83e19e01ade20b454')


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

2017-02-12 Thread Guillaume Alaux
Date: Sunday, February 12, 2017 @ 09:59:36
  Author: guillaume
Revision: 288727

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-12 09:58:58 UTC (rev 288726)
+++ extra-i686/PKGBUILD 2017-02-12 09:59:36 UTC (rev 288727)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=easytag
-pkgver=2.4.2
-pkgrel=2
-pkgdesc='Simple application for viewing and editing tags in audio files'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://easytag.sourceforge.net/'
-makedepends=('intltool' 'itstool')
-depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
- 'desktop-file-utils' 'opusfile')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('148129cc948c05b0560aeb60fb06260b8550f252a88eb439d8c7fee7ec10d2e6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: easytag/repos/extra-i686/PKGBUILD (from rev 288726, 
easytag/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-12 09:59:36 UTC (rev 288727)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=easytag
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='Simple application for viewing and editing tags in audio files'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='https://wiki.gnome.org/Apps/EasyTAG'
+makedepends=('intltool' 'itstool')
+depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
+ 'desktop-file-utils' 'opusfile')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('fc51ee92a705e3c5979dff1655f7496effb68b98f1ada0547e8cbbc033b67dd5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-12 09:58:58 UTC (rev 288726)
+++ extra-x86_64/PKGBUILD   2017-02-12 09:59:36 UTC (rev 288727)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=easytag
-pkgver=2.4.2
-pkgrel=2
-pkgdesc='Simple application for viewing and editing tags in audio files'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://easytag.sourceforge.net/'
-makedepends=('intltool' 'itstool')
-depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
- 'desktop-file-utils' 'opusfile')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('148129cc948c05b0560aeb60fb06260b8550f252a88eb439d8c7fee7ec10d2e6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: easytag/repos/extra-x86_64/PKGBUILD (from rev 288726, 
easytag/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-12 09:59:36 UTC (rev 288727)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 

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

2017-02-12 Thread Guillaume Alaux
Date: Sunday, February 12, 2017 @ 09:58:58
  Author: guillaume
Revision: 288726

Upstream release 2.4.3

Modified:
  easytag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 09:54:49 UTC (rev 288725)
+++ PKGBUILD2017-02-12 09:58:58 UTC (rev 288726)
@@ -5,8 +5,8 @@
 # Contributor: dorphell 
 
 pkgname=easytag
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.4.3
+pkgrel=1
 pkgdesc='Simple application for viewing and editing tags in audio files'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@
 depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
  'desktop-file-utils' 'opusfile')
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('148129cc948c05b0560aeb60fb06260b8550f252a88eb439d8c7fee7ec10d2e6')
+sha256sums=('fc51ee92a705e3c5979dff1655f7496effb68b98f1ada0547e8cbbc033b67dd5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


  1   2   >