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

2016-11-30 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 08:18:46
  Author: felixonmars
Revision: 197414

upgpkg: python-pymongo 3.4.0-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 05:16:14 UTC (rev 197413)
+++ PKGBUILD2016-11-30 08:18:46 UTC (rev 197414)
@@ -6,7 +6,7 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.3.1
+pkgver=3.4.0
 pkgrel=1
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 
'python2-monotonic' 'mongodb'
   'python-pifpaf')
 source=("https://pypi.io/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('4601cd3120e88fb532478f79f29f8f6deab380343d55ad7702a5aa1af27555b1')
+sha256sums=('d359349c6c9ff9f482805f89e66e476846317dc7b1eea979d7da9c0857ee2721')
 
 prepare() {
   cp -a "pymongo-$pkgver" "pymongo2-$pkgver"


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

2016-11-30 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 08:19:10
  Author: felixonmars
Revision: 197415

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-30 08:18:46 UTC (rev 197414)
+++ community-i686/PKGBUILD 2016-11-30 08:19:10 UTC (rev 197415)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: Thomas S Hatch 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 
'python2-monotonic' 'mongodb'
-  'python-pifpaf')
-source=("https://pypi.io/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('4601cd3120e88fb532478f79f29f8f6deab380343d55ad7702a5aa1af27555b1')
-
-prepare() {
-  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
-}
-
-build() {
-  cd "$srcdir"/pymongo-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pymongo2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  export DB_PORT=29000
-
-  cd "$srcdir"/pymongo-$pkgver
-  pifpaf run mongodb python setup.py test
-
-  cd "$srcdir"/pymongo2-$pkgver
-  pifpaf run mongodb python2 setup.py test
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-  optdepends=('python2-monotonic: enable support for a monotonic clock')
-
-  cd "pymongo2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd "pymongo-$pkgver"
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-i686/PKGBUILD (from rev 197414, 
python-pymongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-30 08:19:10 UTC (rev 197415)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: Thomas S Hatch 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=3.4.0
+pkgrel=1
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 
'python2-monotonic' 'mongodb'
+  'python-pifpaf')
+source=("https://pypi.io/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
+sha256sums=('d359349c6c9ff9f482805f89e66e476846317dc7b1eea979d7da9c0857ee2721')
+
+prepare() {
+  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
+}
+
+build() {
+  cd "$srcdir"/pymongo-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pymongo2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  export DB_PORT=29000
+
+  cd "$srcdir"/pymongo-$pkgver
+  pifpaf run mongodb python setup.py test
+
+  cd "$srcdir"/pymongo2-$pkgver
+  pifpaf run mongodb python2 setup.py test
+}
+
+package_python2-pymongo() {
+  depends=('python2')
+  optdepends=('python2-monotonic: enable support for a monotonic clock')
+
+  cd "pymongo2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
+}
+
+package_python-pymongo() {
+  depends=('python')
+
+  cd "pymongo-$pkgver"
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-30 08:18:46 UTC (rev 197414)
+++ community-x86_64/PKGBUILD   2016-11-30 08:19:10 UTC (rev 197415)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: Thomas S Hatch 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools

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

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 08:36:02
  Author: lcarlier
Revision: 282363

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

Added:
  libdrm/repos/extra-i686/COPYING
(from rev 282362, libdrm/trunk/COPYING)
  libdrm/repos/extra-i686/PKGBUILD
(from rev 282362, libdrm/trunk/PKGBUILD)
  libdrm/repos/extra-x86_64/COPYING
(from rev 282362, libdrm/trunk/COPYING)
  libdrm/repos/extra-x86_64/PKGBUILD
(from rev 282362, libdrm/trunk/PKGBUILD)
Deleted:
  libdrm/repos/extra-i686/COPYING
  libdrm/repos/extra-i686/PKGBUILD
  libdrm/repos/extra-x86_64/COPYING
  libdrm/repos/extra-x86_64/PKGBUILD

---+
 /COPYING  |   96 ++
 /PKGBUILD |  108 
 extra-i686/COPYING|   48 -
 extra-i686/PKGBUILD   |   53 ---
 extra-x86_64/COPYING  |   48 -
 extra-x86_64/PKGBUILD |   53 ---
 6 files changed, 204 insertions(+), 202 deletions(-)

Deleted: extra-i686/COPYING
===
--- extra-i686/COPYING  2016-11-30 08:35:54 UTC (rev 282362)
+++ extra-i686/COPYING  2016-11-30 08:36:02 UTC (rev 282363)
@@ -1,48 +0,0 @@
- Copyright 2005 Adam Jackson.
-
- 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 on the rights to use, copy, modify, merge,
- publish, distribute, sub license, 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 (including the
- next paragraph) 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
- NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON 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.
-
-
-
- Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
- Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
- 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 (including the
- next paragraph) 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 PRECISION INSIGHT AND/OR ITS
- SUPPLIERS 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.

Copied: libdrm/repos/extra-i686/COPYING (from rev 282362, libdrm/trunk/COPYING)
===
--- extra-i686/COPYING  (rev 0)
+++ extra-i686/COPYING  2016-11-30 08:36:02 UTC (rev 282363)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ 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 on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, 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 (including the
+ next paragraph) 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
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT

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

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 08:35:54
  Author: lcarlier
Revision: 282362

upgpkg: libdrm 2.4.74-1

upstream update 2.4.74

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:53:21 UTC (rev 282361)
+++ PKGBUILD2016-11-30 08:35:54 UTC (rev 282362)
@@ -2,12 +2,12 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdrm
-pkgver=2.4.73
+pkgver=2.4.74
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 arch=(i686 x86_64)
 license=('custom')
-depends=('glibc' 'libpciaccess')
+depends=('libpciaccess')
 makedepends=('valgrind' 'xorg-util-macros' 'libxslt' 'docbook-xsl')
 checkdepends=('cairo')
 replaces=('libdrm-new' 'libdrm-nouveau')
@@ -14,7 +14,7 @@
 url="http://dri.freedesktop.org/";
 source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
 COPYING)
-sha256sums=('96bfd39242fe168017d95f22e141645a35591f5902a7d98c2fa4ca8c31df5e4d'
+sha256sums=('d80dd5a76c401f4c8756dcccd999c63d7e0a3bad258d96a829055cfd86ef840b'
 'SKIP'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

@@ -25,6 +25,7 @@
 validpgpkeys+=('E8EB5B34081CE1EEA26EFE195B5BDA071D49CC38') # Kenneth Graunke 

 validpgpkeys+=('FC9BAE1435A9F7F664B82057B5D62936D1FC9EE8') # Eric Anholt 

 validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('C20F5C4490D7D64B4C9A09998CD1DF552975297B') # Robert Bragg 

 
 prepare() {
   cd $pkgname-$pkgver


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

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 08:39:41
  Author: lcarlier
Revision: 197416

upgpkg: lib32-libdrm 2.4.74-1

upstream update 2.4.74

Modified:
  lib32-libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 08:19:10 UTC (rev 197415)
+++ PKGBUILD2016-11-30 08:39:41 UTC (rev 197416)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.73
+pkgver=2.4.74
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services (32-bit)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool')
 url="http://dri.freedesktop.org/";
 
source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('96bfd39242fe168017d95f22e141645a35591f5902a7d98c2fa4ca8c31df5e4d'
+sha256sums=('d80dd5a76c401f4c8756dcccd999c63d7e0a3bad258d96a829055cfd86ef840b'
 'SKIP')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

 validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 

@@ -24,6 +24,7 @@
 validpgpkeys+=('E8EB5B34081CE1EEA26EFE195B5BDA071D49CC38') # Kenneth Graunke 

 validpgpkeys+=('FC9BAE1435A9F7F664B82057B5D62936D1FC9EE8') # Eric Anholt 

 validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('C20F5C4490D7D64B4C9A09998CD1DF552975297B') # Robert Bragg 

 
 build() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"


[arch-commits] Commit in lib32-libdrm/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 08:39:47
  Author: lcarlier
Revision: 197417

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libdrm/repos/multilib-x86_64/PKGBUILD
(from rev 197416, lib32-libdrm/trunk/PKGBUILD)
Deleted:
  lib32-libdrm/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-30 08:39:41 UTC (rev 197416)
+++ PKGBUILD2016-11-30 08:39:47 UTC (rev 197417)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Jan de Groot 
-
-_pkgbasename=libdrm
-pkgname=lib32-$_pkgbasename
-pkgver=2.4.73
-pkgrel=1
-pkgdesc="Userspace interface to kernel DRM services (32-bit)"
-arch=(x86_64)
-license=('custom')
-depends=('lib32-libpciaccess' $_pkgbasename)
-makedepends=(gcc-multilib xorg-util-macros valgrind-multilib)
-options=('!libtool')
-url="http://dri.freedesktop.org/";
-source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('96bfd39242fe168017d95f22e141645a35591f5902a7d98c2fa4ca8c31df5e4d'
-'SKIP')
-validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

-validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 

-validpgpkeys+=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 

-validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

-validpgpkeys+=('D6285B5E899299F3DA746184191C9B905522B045') # Rob Clark 

-validpgpkeys+=('E8EB5B34081CE1EEA26EFE195B5BDA071D49CC38') # Kenneth Graunke 

-validpgpkeys+=('FC9BAE1435A9F7F664B82057B5D62936D1FC9EE8') # Eric Anholt 

-validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  # pthread is useless in Linux
-  sed -i "/pthread-stubs/d" configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr \
- --libdir=/usr/lib32 \
- --enable-udev
-
-  make
-}
-
-check() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}
-

Copied: lib32-libdrm/repos/multilib-x86_64/PKGBUILD (from rev 197416, 
lib32-libdrm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-30 08:39:47 UTC (rev 197417)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Jan de Groot 
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.74
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services (32-bit)"
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib xorg-util-macros valgrind-multilib)
+options=('!libtool')
+url="http://dri.freedesktop.org/";
+source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('d80dd5a76c401f4c8756dcccd999c63d7e0a3bad258d96a829055cfd86ef840b'
+'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 

+validpgpkeys+=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 

+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

+validpgpkeys+=('D6285B5E899299F3DA746184191C9B905522B045') # Rob Clark 

+validpgpkeys+=('E8EB5B34081CE1EEA26EFE195B5BDA071D49CC38') # Kenneth Graunke 

+validpgpkeys+=('FC9BAE1435A9F7F664B82057B5D62936D1FC9EE8') # Eric Anholt 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('C20F5C4490D7D64B4C9A09998CD1DF552975297B') # Robert Bragg 

+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  # pthread is useless in Linux
+  sed -i "/pthread-stubs/d" configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr \
+ --libdir=/usr/lib32 \
+ --enable-udev
+
+  make
+}
+
+check() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}
+


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

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 09:47:56
  Author: lcarlier
Revision: 282364

upgpkg: mesa 13.0.2-1

upstream update 13.0.2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 08:36:02 UTC (rev 282363)
+++ PKGBUILD2016-11-30 09:47:56 UTC (rev 282364)
@@ -4,18 +4,18 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=13.0.1
+pkgver=13.0.2
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
- 'systemd' 'libomxil-bellagio' 'libgcrypt' 'libclc' 'clang')
+ 'libomxil-bellagio' 'libgcrypt' 'libclc' 'clang')
 url="http://mesa3d.sourceforge.net";
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 remove-libpthread-stubs.patch)
-sha256sums=('71962fb2bf77d33b0ad4a565b490dbbeaf4619099c6d9722f04a73187957a731'
+sha256sums=('a6ed622645f4ed61da418bf65adde5bcc4bb79023c36ba7d6b45b389da4416d5'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 '75ab53ad44b95204c788a2988e97a5cb963bdbf6072a5466949a2afb79821c8f')
@@ -87,8 +87,9 @@
 
 package_vulkan-intel() {
   pkgdesc="Intel's Vulkan mesa driver"
-  depends=('vulkan-icd-loader' 'libgcrypt' 'wayland' 'libx11' 'libxshmfence')
-  
+  depends=('libgcrypt' 'wayland' 'libx11' 'libxshmfence')
+  provides=('vulkan-driver')
+
   install -m755 -d ${pkgdir}/usr/share/vulkan/icd.d
   mv -v ${srcdir}/fakeinstall/usr/share/vulkan/icd.d/intel_icd*.json 
${pkgdir}/usr/share/vulkan/icd.d/
 
@@ -102,9 +103,9 @@
 
 package_vulkan-radeon() {
   pkgdesc="Radeon's Vulkan mesa driver"
-  depends=('vulkan-icd-loader' 'libgcrypt' 'wayland' 'libx11' 'libxshmfence' 
'libelf'
-   'libdrm' 'llvm-libs')
-  
+  depends=('libgcrypt' 'wayland' 'libx11' 'libxshmfence' 'libelf' 'libdrm' 
'llvm-libs')
+  provides=('vulkan-driver')
+ 
   install -m755 -d ${pkgdir}/usr/share/vulkan/icd.d
   mv -v ${srcdir}/fakeinstall/usr/share/vulkan/icd.d/radeon_icd*.json 
${pkgdir}/usr/share/vulkan/icd.d/
 


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

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 09:48:04
  Author: lcarlier
Revision: 282365

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

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

--+
 testing-i686/LICENSE |   82 +
 testing-i686/PKGBUILD|  210 +
 testing-i686/remove-libpthread-stubs.patch   |   13 +
 testing-x86_64/LICENSE   |   82 +
 testing-x86_64/PKGBUILD  |  210 +
 testing-x86_64/remove-libpthread-stubs.patch |   13 +
 6 files changed, 610 insertions(+)

Copied: mesa/repos/testing-i686/LICENSE (from rev 282364, mesa/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2016-11-30 09:48:04 UTC (rev 282365)
@@ -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 vulkan-loader-layers/trunk (PKGBUILD)

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 09:59:36
  Author: lcarlier
Revision: 282366

upgpkg: vulkan-loader-layers 1.0.30.0-3

cleanup dependencies, now ICD loader depends on vulkan-driver virtual package

Modified:
  vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 09:48:04 UTC (rev 282365)
+++ PKGBUILD2016-11-30 09:59:36 UTC (rev 282366)
@@ -5,7 +5,7 @@
 pkgname=(vulkan-icd-loader vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
 pkgver=1.0.30.0
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url="https://www.khronos.org/vulkan/";
 license=('custom')
@@ -39,7 +39,7 @@
 
 package_vulkan-icd-loader() {
   pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-  depends=(glibc)
+  depends=(vulkan-driver) # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
   
   install -dm755 ${pkgdir}/usr/{lib,include/vulkan}
@@ -54,7 +54,7 @@
 
 package_vulkan-validation-layers() {
   pkgdesc="Vulkan Software Development Kit"
-  depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
+  depends=(vulkan-icd-loader vulkan-headers)
   conflicts=('vulkan-sdk')
   replaces=('vulkan-sdk')
   groups=('vulkan-devel')


[arch-commits] Commit in vulkan-loader-layers/repos (4 files)

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 09:59:54
  Author: lcarlier
Revision: 282367

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

Added:
  vulkan-loader-layers/repos/testing-i686/
  vulkan-loader-layers/repos/testing-i686/PKGBUILD
(from rev 282366, vulkan-loader-layers/trunk/PKGBUILD)
  vulkan-loader-layers/repos/testing-x86_64/
  vulkan-loader-layers/repos/testing-x86_64/PKGBUILD
(from rev 282366, vulkan-loader-layers/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   87 ++
 testing-x86_64/PKGBUILD |   87 ++
 2 files changed, 174 insertions(+)

Copied: vulkan-loader-layers/repos/testing-i686/PKGBUILD (from rev 282366, 
vulkan-loader-layers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-30 09:59:54 UTC (rev 282367)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-loader-layers
+pkgname=(vulkan-icd-loader vulkan-validation-layers)
+_pkgname=Vulkan-LoaderAndValidationLayers
+pkgver=1.0.30.0
+pkgrel=3
+arch=(i686 x86_64)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+depends=()
+makedepends=(git cmake python-lxml libx11 wayland)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz";)
+sha256sums=('c72586930967dd815bbd6d1cf8a20378e360c06814c78c8c8e6896d97c9541dc')
+
+build() {
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+
+  # cube.cpp fail to build
+  sed -i "114,128d" demos/CMakeLists.txt
+  
+  ./update_external_sources.sh
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+  make DESTDIR=install install
+}
+
+package_vulkan-icd-loader() {
+  pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
+  depends=(vulkan-driver) # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+  
+  install -dm755 ${pkgdir}/usr/{lib,include/vulkan}
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -dm755 ${pkgdir}/etc/vulkan/icd.d/
+  
+  cp -rv  build/loader/libvulkan.so* ${pkgdir}/usr/lib
+  install -m644 include/vulkan/vk_icd.h ${pkgdir}/usr/include/vulkan/
+  
+  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+package_vulkan-validation-layers() {
+  pkgdesc="Vulkan Software Development Kit"
+  depends=(vulkan-icd-loader vulkan-headers)
+  conflicts=('vulkan-sdk')
+  replaces=('vulkan-sdk')
+  groups=('vulkan-devel')
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+  
+  install -dm755 ${pkgdir}/usr/{bin,lib,include/vulkan}
+  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+  install -dm755 ${pkgdir}/usr/share/vulkan/{explicit,implicit}_layer.d
+
+  install -m755 build/demos/vulkaninfo ${pkgdir}/usr/bin/
+  
+  install -m644 build/layers/*.so ${pkgdir}/usr/lib
+
+  install -m644 include/vulkan/* ${pkgdir}/usr/include/vulkan/
+  # already in vulkan-headers
+  rm ${pkgdir}/usr/include/vulkan/{vulkan,vk_platform}.h
+  # already in vulkan-icd-loader
+  rm ${pkgdir}/usr/include/vulkan/vk_icd.h
+  # FS#50652
+  rm ${pkgdir}/usr/include/vulkan/vulkan.hpp
+
+  # fix library paths  
+  for i in layers/linux/*.json ; do 
+sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
+  done
+  
+  install -m644 loader/LoaderAndLayerInterface.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
+
+  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}

Copied: vulkan-loader-layers/repos/testing-x86_64/PKGBUILD (from rev 282366, 
vulkan-loader-layers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-30 09:59:54 UTC (rev 282367)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-loader-layers
+pkgname=(vulkan-icd-loader vulkan-validation-layers)
+_pkgname=Vulkan-LoaderAndValidationLayers
+pkgver=1.0.30.0
+pkgrel=3
+arch=(i686 x86_64)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+depends=()
+makedepends=(git cmake python-lxml libx11 wayland)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz";)
+sha256sums=('c72586930967dd815bbd6d1cf8a20378e360c06814c78c8c8e6896d97c9541dc')
+
+build() {
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+
+  # cube.cpp fail to build
+  sed -i "114,128d" demos/CMakeLists.txt
+  
+  ./update_external_sources.sh
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCON

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

2016-11-30 Thread Christian Hesse
Date: Wednesday, November 30, 2016 @ 10:06:20
  Author: eworm
Revision: 197418

upgpkg: python-pyodbc 3.1.1-1

new upstream release

Modified:
  python-pyodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 08:39:47 UTC (rev 197417)
+++ PKGBUILD2016-11-30 10:06:20 UTC (rev 197418)
@@ -5,8 +5,8 @@
 pkgbase=python-pyodbc
 pkgname=(python-pyodbc python2-pyodbc)
 _srcname=pyodbc
-pkgver=3.0.10
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 pkgdesc='ODBC module for Python'
 arch=('i686' 'x86_64')
 url='https://github.com/mkleehammer/pyodbc'
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python' 'python2' 'unixodbc')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz";)
-sha256sums=('942bab2ce0e245f7c6a929f262fe6f79e9940f2785d71cb04359585f425d29f9')
+sha256sums=('dba853c5854cb3706e2c2febaba87a7be69d1d267c5bc82a8122d6d2f4f9899d')
 
 prepare() {
echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"


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

2016-11-30 Thread Christian Hesse
Date: Wednesday, November 30, 2016 @ 10:06:28
  Author: eworm
Revision: 197419

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

Added:
  python-pyodbc/repos/community-testing-i686/
  python-pyodbc/repos/community-testing-i686/PKGBUILD
(from rev 197418, python-pyodbc/trunk/PKGBUILD)
  python-pyodbc/repos/community-testing-x86_64/
  python-pyodbc/repos/community-testing-x86_64/PKGBUILD
(from rev 197418, python-pyodbc/trunk/PKGBUILD)

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

Copied: python-pyodbc/repos/community-testing-i686/PKGBUILD (from rev 197418, 
python-pyodbc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-30 10:06:28 UTC (rev 197419)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('i686' 'x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz";)
+sha256sums=('dba853c5854cb3706e2c2febaba87a7be69d1d267c5bc82a8122d6d2f4f9899d')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+

Copied: python-pyodbc/repos/community-testing-x86_64/PKGBUILD (from rev 197418, 
python-pyodbc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-11-30 10:06:28 UTC (rev 197419)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('i686' 'x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz";)
+sha256sums=('dba853c5854cb3706e2c2febaba87a7be69d1d267c5bc82a8122d6d2f4f9899d')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+


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

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 10:22:02
  Author: lcarlier
Revision: 197420

upgpkg: lib32-mesa 13.0.2-1

upstream update 13.0.2

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 10:06:28 UTC (rev 197419)
+++ PKGBUILD2016-11-30 10:22:02 UTC (rev 197420)
@@ -5,7 +5,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-mesa-vdpau' 
'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=13.0.1
+pkgver=13.0.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -16,7 +16,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
 remove-libpthread-stubs.patch)
-sha256sums=('71962fb2bf77d33b0ad4a565b490dbbeaf4619099c6d9722f04a73187957a731'
+sha256sums=('a6ed622645f4ed61da418bf65adde5bcc4bb79023c36ba7d6b45b389da4416d5'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 '75ab53ad44b95204c788a2988e97a5cb963bdbf6072a5466949a2afb79821c8f')
@@ -74,9 +74,9 @@
 
 package_lib32-vulkan-intel() {
   pkgdesc="Intel's Vulkan mesa driver (32-bit)"
-  depends=('vulkan-intel' 'lib32-vulkan-icd-loader' 'lib32-libgcrypt' 
'lib32-wayland' 'lib32-libx11'
-   'lib32-gcc-libs' 'lib32-libxshmfence')
-  
+  depends=('lib32-libgcrypt' 'lib32-wayland' 'lib32-libx11' 'lib32-gcc-libs' 
'lib32-libxshmfence')
+  provides=('lib32-vulkan-driver')
+
   install -m755 -d ${pkgdir}/usr/share/vulkan/icd.d
   mv -v ${srcdir}/fakeinstall/usr/share/vulkan/icd.d/intel_icd*.json 
${pkgdir}/usr/share/vulkan/icd.d/
 
@@ -89,8 +89,8 @@
 
 package_lib32-vulkan-radeon() {
   pkgdesc="Radeon's Vulkan mesa driver (32-bit)"
-  depends=('vulkan-radeon' 'lib32-vulkan-icd-loader' 'lib32-libgcrypt' 
'lib32-wayland' 'lib32-libx11'
-   'lib32-llvm-libs' 'lib32-libdrm' 'lib32-libelf' 
'lib32-libxshmfence')
+  depends=('lib32-libgcrypt' 'lib32-wayland' 'lib32-libx11' 'lib32-llvm-libs' 
'lib32-libdrm' 'lib32-libelf' 'lib32-libxshmfence')
+  provides=('lib32-vulkan-driver')
 
   install -m755 -d ${pkgdir}/usr/share/vulkan/icd.d
   mv -v ${srcdir}/fakeinstall/usr/share/vulkan/icd.d/radeon_icd*.json 
${pkgdir}/usr/share/vulkan/icd.d/


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

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 10:25:19
  Author: lcarlier
Revision: 197421

archrelease: copy trunk to multilib-testing-x86_64

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

---+
 LICENSE   |   82 ++
 PKGBUILD  |  173 
 remove-libpthread-stubs.patch |   13 +++
 3 files changed, 268 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 197420, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2016-11-30 10:25:19 UTC (rev 197421)
@@ -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 progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 197420, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PK

[arch-commits] Commit in lib32-vulkan-loader-layers/repos (2 files)

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 10:32:09
  Author: lcarlier
Revision: 197423

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-vulkan-loader-layers/repos/multilib-testing-x86_64/
  lib32-vulkan-loader-layers/repos/multilib-testing-x86_64/PKGBUILD
(from rev 197422, lib32-vulkan-loader-layers/trunk/PKGBUILD)

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

Copied: lib32-vulkan-loader-layers/repos/multilib-testing-x86_64/PKGBUILD (from 
rev 197422, lib32-vulkan-loader-layers/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-11-30 10:32:09 UTC (rev 197423)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=lib32-vulkan-loader-layers
+pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
+_pkgname=Vulkan-LoaderAndValidationLayers
+pkgver=1.0.30.0
+pkgrel=3
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+depends=()
+makedepends=(git cmake python-lxml lib32-libx11 lib32-wayland)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz";)
+sha256sums=('c72586930967dd815bbd6d1cf8a20378e360c06814c78c8c8e6896d97c9541dc')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"


+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+
+  ./update_external_sources.sh
+
+  # cube.cpp fail to build
+  sed -i "114,128d" demos/CMakeLists.txt
+  
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+  make DESTDIR=install install
+}
+
+package_lib32-vulkan-icd-loader() {
+  pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
+  depends=(lib32-vulkan-driver)
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+  
+  install -dm755 ${pkgdir}/usr/lib32
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  
+  cp -rv  build/loader/libvulkan.so* ${pkgdir}/usr/lib32
+  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+package_lib32-vulkan-validation-layers() {
+  pkgdesc="Vulkan Software Development Kit"
+  depends=(lib32-vulkan-icd-loader vulkan-headers)
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+  
+  install -dm755 ${pkgdir}/usr/lib32
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+
+  install -m644 build/layers/*.so ${pkgdir}/usr/lib32
+
+  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+


[arch-commits] Commit in lib32-vulkan-loader-layers/trunk (PKGBUILD)

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 10:32:03
  Author: lcarlier
Revision: 197422

upgpkg: lib32-vulkan-loader-layers 1.0.30.0-3

cleanup dependencies, now ICD loader depends on lib32-vulkan-driver virtual 
package

Modified:
  lib32-vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 10:25:19 UTC (rev 197421)
+++ PKGBUILD2016-11-30 10:32:03 UTC (rev 197422)
@@ -5,7 +5,7 @@
 pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
 pkgver=1.0.30.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/";
 license=('custom')
@@ -43,7 +43,7 @@
 
 package_lib32-vulkan-icd-loader() {
   pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-  depends=(lib32-glibc vulkan-icd-loader)
+  depends=(lib32-vulkan-driver)
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
   
   install -dm755 ${pkgdir}/usr/lib32
@@ -55,7 +55,7 @@
 
 package_lib32-vulkan-validation-layers() {
   pkgdesc="Vulkan Software Development Kit"
-  depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers lib32-libx11)
+  depends=(lib32-vulkan-icd-loader vulkan-headers)
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
   
   install -dm755 ${pkgdir}/usr/lib32


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

2016-11-30 Thread Levente Polyak
Date: Wednesday, November 30, 2016 @ 10:41:53
  Author: anthraxx
Revision: 282368

upgpkg: libpsl 0.15.0-6 (icu rebuild)

Modified:
  libpsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 09:59:54 UTC (rev 282367)
+++ PKGBUILD2016-11-30 10:41:53 UTC (rev 282368)
@@ -3,7 +3,7 @@
 
 pkgname=libpsl
 pkgver=0.15.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Publix Suffic List library'
 url='https://github.com/rockdaboot/libpsl'
 arch=('i686' 'x86_64')


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

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 10:49:16
  Author: lcarlier
Revision: 282370

upgpkg: nvidia-utils 375.20-2

nvidia-utils package provides vulkan-driver

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 10:48:56 UTC (rev 282369)
+++ PKGBUILD2016-11-30 10:49:16 UTC (rev 282370)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=375.20
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -86,6 +86,7 @@
 optdepends=('nvidia-settings: configuration tool'
 'xorg-server-devel: nvidia-xconfig'
 'opencl-nvidia: OpenCL support')
+provides=('vulkan-driver')
 install="${pkgname}.install"
 cd "${_pkg}"
 


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

2016-11-30 Thread Levente Polyak
Date: Wednesday, November 30, 2016 @ 10:48:56
  Author: anthraxx
Revision: 282369

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

Added:
  libpsl/repos/testing-i686/
  libpsl/repos/testing-i686/PKGBUILD
(from rev 282368, libpsl/trunk/PKGBUILD)
  libpsl/repos/testing-x86_64/
  libpsl/repos/testing-x86_64/PKGBUILD
(from rev 282368, libpsl/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: libpsl/repos/testing-i686/PKGBUILD (from rev 282368, 
libpsl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-30 10:48:56 UTC (rev 282369)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Darshit Shah 
+
+pkgname=libpsl
+pkgver=0.15.0
+pkgrel=6
+pkgdesc='Publix Suffic List library'
+url='https://github.com/rockdaboot/libpsl'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('icu>=55.1-1')
+makedepends=('libxslt' 'python' 'publicsuffix-list')
+source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('8024ee938d313cdb8f085c9419038d19e1b434093051c752bcd7dff7b63dfd9eadf9990b8e4e48e1abf40460f3354665d0904e2157c8a0a5f85feb8ebb16c307')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -frv list
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-dependency-tracking \
+--enable-man \
+--enable-builtin=libicu \
+--enable-runtime=libicu \
+--with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
+--with-psl-testfile=/usr/share/publicsuffix/test_psl.txt
+  LC_CTYPE=en_US.UTF-8 make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/libpsl/libpsl.3 -t "${pkgdir}/usr/share/man/man3"
+}
+
+# vim: ts=2 sw=2 et:

Copied: libpsl/repos/testing-x86_64/PKGBUILD (from rev 282368, 
libpsl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-30 10:48:56 UTC (rev 282369)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Darshit Shah 
+
+pkgname=libpsl
+pkgver=0.15.0
+pkgrel=6
+pkgdesc='Publix Suffic List library'
+url='https://github.com/rockdaboot/libpsl'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('icu>=55.1-1')
+makedepends=('libxslt' 'python' 'publicsuffix-list')
+source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('8024ee938d313cdb8f085c9419038d19e1b434093051c752bcd7dff7b63dfd9eadf9990b8e4e48e1abf40460f3354665d0904e2157c8a0a5f85feb8ebb16c307')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -frv list
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-dependency-tracking \
+--enable-man \
+--enable-builtin=libicu \
+--enable-runtime=libicu \
+--with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
+--with-psl-testfile=/usr/share/publicsuffix/test_psl.txt
+  LC_CTYPE=en_US.UTF-8 make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/libpsl/libpsl.3 -t "${pkgdir}/usr/share/man/man3"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-11-30 Thread Levente Polyak
Date: Wednesday, November 30, 2016 @ 10:49:40
  Author: anthraxx
Revision: 282372

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

Added:
  libpsl/repos/testing-i686/PKGBUILD
(from rev 282371, libpsl/trunk/PKGBUILD)
  libpsl/repos/testing-x86_64/PKGBUILD
(from rev 282371, libpsl/trunk/PKGBUILD)
Deleted:
  libpsl/repos/testing-i686/PKGBUILD
  libpsl/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-11-30 10:49:24 UTC (rev 282371)
+++ testing-i686/PKGBUILD   2016-11-30 10:49:40 UTC (rev 282372)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Darshit Shah 
-
-pkgname=libpsl
-pkgver=0.15.0
-pkgrel=6
-pkgdesc='Publix Suffic List library'
-url='https://github.com/rockdaboot/libpsl'
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('icu>=55.1-1')
-makedepends=('libxslt' 'python' 'publicsuffix-list')
-source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('8024ee938d313cdb8f085c9419038d19e1b434093051c752bcd7dff7b63dfd9eadf9990b8e4e48e1abf40460f3354665d0904e2157c8a0a5f85feb8ebb16c307')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm -frv list
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-dependency-tracking \
---enable-man \
---enable-builtin=libicu \
---enable-runtime=libicu \
---with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
---with-psl-testfile=/usr/share/publicsuffix/test_psl.txt
-  LC_CTYPE=en_US.UTF-8 make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/libpsl/libpsl.3 -t "${pkgdir}/usr/share/man/man3"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libpsl/repos/testing-i686/PKGBUILD (from rev 282371, 
libpsl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-30 10:49:40 UTC (rev 282372)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Darshit Shah 
+
+pkgname=libpsl
+pkgver=0.15.0
+pkgrel=6
+pkgdesc='Publix Suffic List library'
+url='https://github.com/rockdaboot/libpsl'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('icu>=55.1-1')
+makedepends=('libxslt' 'python' 'publicsuffix-list')
+source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('8024ee938d313cdb8f085c9419038d19e1b434093051c752bcd7dff7b63dfd9eadf9990b8e4e48e1abf40460f3354665d0904e2157c8a0a5f85feb8ebb16c307')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -frv list
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-dependency-tracking \
+--enable-man \
+--enable-builtin=libicu \
+--enable-runtime=libicu \
+--with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
+--with-psl-testfile=/usr/share/publicsuffix/test_psl.txt
+  LC_CTYPE=en_US.UTF-8 make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/libpsl/libpsl.3 -t "${pkgdir}/usr/share/man/man3"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-11-30 10:49:24 UTC (rev 282371)
+++ testing-x86_64/PKGBUILD 2016-11-30 10:49:40 UTC (rev 282372)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Darshit Shah 
-
-pkgname=libpsl
-pkgver=0.15.0
-pkgrel=6
-pkgdesc='Publix Suffic List library'
-url='https://github.com/rockdaboot/libpsl'
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('icu>=55.1-1')
-makedepends=('libxslt' 'python' 'publicsuffix-list')
-source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('8024ee938d313cdb8f085c9419038d19e1b434093051c752bcd7dff7b63dfd9eadf9990b8e4e48e1abf40460f3354665d0904e2157c8a0a5f85feb8ebb16c307')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm -frv list
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-dependency-tracking \
---enable-man \
---enable-builtin=libicu \
---enable-runtime=libicu \
---with-psl-file=/u

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

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 10:49:24
  Author: lcarlier
Revision: 282371

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 282370, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 282370, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 282370, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 282370, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-i686/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install

---+
 /PKGBUILD |  370 
 /nvidia-utils.install |   20 +
 extra-i686/PKGBUILD   |  184 -
 extra-i686/nvidia-utils.install   |   10 
 extra-x86_64/PKGBUILD |  184 -
 extra-x86_64/nvidia-utils.install |   10 
 6 files changed, 390 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-30 10:49:16 UTC (rev 282370)
+++ extra-i686/PKGBUILD 2016-11-30 10:49:24 UTC (rev 282371)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=375.20
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-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=('b9bfa7f3f591418972e963b087ab91e3')
-md5sums_x86_64=('88ac9b63a41ecd6b1214b04f44a61c79')
-
-[[ "$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=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-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/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"
-
-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'
-'opencl-nvidia: OpenCL support')
-install="${pkgname}.install"
-cd "${_pkg}"
-
- 

[arch-commits] Commit in vulkan-loader-layers/trunk (PKGBUILD)

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 10:59:02
  Author: lcarlier
Revision: 282373

upgpkg: vulkan-loader-layers 1.0.30.0-4

remove empty dirs

Modified:
  vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 10:49:40 UTC (rev 282372)
+++ PKGBUILD2016-11-30 10:59:02 UTC (rev 282373)
@@ -5,7 +5,7 @@
 pkgname=(vulkan-icd-loader vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
 pkgver=1.0.30.0
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 url="https://www.khronos.org/vulkan/";
 license=('custom')
@@ -44,7 +44,6 @@
   
   install -dm755 ${pkgdir}/usr/{lib,include/vulkan}
   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -dm755 ${pkgdir}/etc/vulkan/icd.d/
   
   cp -rv  build/loader/libvulkan.so* ${pkgdir}/usr/lib
   install -m644 include/vulkan/vk_icd.h ${pkgdir}/usr/include/vulkan/
@@ -62,7 +61,7 @@
   
   install -dm755 ${pkgdir}/usr/{bin,lib,include/vulkan}
   install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/{explicit,implicit}_layer.d
+  install -dm755 ${pkgdir}/usr/share/vulkan/explicit_layer.d
 
   install -m755 build/demos/vulkaninfo ${pkgdir}/usr/bin/
   


[arch-commits] Commit in vulkan-loader-layers/repos (4 files)

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 10:59:11
  Author: lcarlier
Revision: 282374

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

Added:
  vulkan-loader-layers/repos/testing-i686/PKGBUILD
(from rev 282373, vulkan-loader-layers/trunk/PKGBUILD)
  vulkan-loader-layers/repos/testing-x86_64/PKGBUILD
(from rev 282373, vulkan-loader-layers/trunk/PKGBUILD)
Deleted:
  vulkan-loader-layers/repos/testing-i686/PKGBUILD
  vulkan-loader-layers/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  172 ++
 testing-i686/PKGBUILD   |   87 ---
 testing-x86_64/PKGBUILD |   87 ---
 3 files changed, 172 insertions(+), 174 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-11-30 10:59:02 UTC (rev 282373)
+++ testing-i686/PKGBUILD   2016-11-30 10:59:11 UTC (rev 282374)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-loader-layers
-pkgname=(vulkan-icd-loader vulkan-validation-layers)
-_pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.30.0
-pkgrel=3
-arch=(i686 x86_64)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-depends=()
-makedepends=(git cmake python-lxml libx11 wayland)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz";)
-sha256sums=('c72586930967dd815bbd6d1cf8a20378e360c06814c78c8c8e6896d97c9541dc')
-
-build() {
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-
-  # cube.cpp fail to build
-  sed -i "114,128d" demos/CMakeLists.txt
-  
-  ./update_external_sources.sh
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-  make DESTDIR=install install
-}
-
-package_vulkan-icd-loader() {
-  pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-  depends=(vulkan-driver) # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-  
-  install -dm755 ${pkgdir}/usr/{lib,include/vulkan}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -dm755 ${pkgdir}/etc/vulkan/icd.d/
-  
-  cp -rv  build/loader/libvulkan.so* ${pkgdir}/usr/lib
-  install -m644 include/vulkan/vk_icd.h ${pkgdir}/usr/include/vulkan/
-  
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_vulkan-validation-layers() {
-  pkgdesc="Vulkan Software Development Kit"
-  depends=(vulkan-icd-loader vulkan-headers)
-  conflicts=('vulkan-sdk')
-  replaces=('vulkan-sdk')
-  groups=('vulkan-devel')
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-  
-  install -dm755 ${pkgdir}/usr/{bin,lib,include/vulkan}
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/{explicit,implicit}_layer.d
-
-  install -m755 build/demos/vulkaninfo ${pkgdir}/usr/bin/
-  
-  install -m644 build/layers/*.so ${pkgdir}/usr/lib
-
-  install -m644 include/vulkan/* ${pkgdir}/usr/include/vulkan/
-  # already in vulkan-headers
-  rm ${pkgdir}/usr/include/vulkan/{vulkan,vk_platform}.h
-  # already in vulkan-icd-loader
-  rm ${pkgdir}/usr/include/vulkan/vk_icd.h
-  # FS#50652
-  rm ${pkgdir}/usr/include/vulkan/vulkan.hpp
-
-  # fix library paths  
-  for i in layers/linux/*.json ; do 
-sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
-  done
-  
-  install -m644 loader/LoaderAndLayerInterface.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-loader-layers/repos/testing-i686/PKGBUILD (from rev 282373, 
vulkan-loader-layers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-30 10:59:11 UTC (rev 282374)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-loader-layers
+pkgname=(vulkan-icd-loader vulkan-validation-layers)
+_pkgname=Vulkan-LoaderAndValidationLayers
+pkgver=1.0.30.0
+pkgrel=4
+arch=(i686 x86_64)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+depends=()
+makedepends=(git cmake python-lxml libx11 wayland)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz";)
+sha256sums=('c72586930967dd815bbd6d1cf8a20378e360c06814c78c8c8e6896d97c9541dc')
+
+build() {
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+
+  # cube.cpp fail to build
+  sed -i "114,128d" demos/CMakeLists.txt
+  
+  ./update_external_sources.sh
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDI

[arch-commits] Commit in lib32-nvidia-utils/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 11:15:22
  Author: lcarlier
Revision: 197425

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 197424, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-30 11:15:16 UTC (rev 197424)
+++ PKGBUILD2016-11-30 11:15:22 UTC (rev 197425)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=375.20
-pkgrel=1
-arch=('x86_64')
-url="http://www.nvidia.com/";
-makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('b9bfa7f3f591418972e963b087ab91e3')
-
-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_lib32-opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-depends=('lib32-nvidia-utils' 'nvidia-libgl')
-replaces=('lib32-nvidia-utils<=313.26-1')
-conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib32"
-ln -s "/usr/lib32/nvidia/libGL.so.1" "${pkgdir}/usr/lib32/libGL.so.1"
-ln -s "libGL.so.1" "${pkgdir}/usr/lib32/libGL.so"
-
-ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv2.so.2" 
"${pkgdir}/usr/lib32/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-}
-
-package_lib32-nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
-optdepends=('lib32-opencl-nvidia')
-cd "${_pkg}"
-
-# GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
-install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
-ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
-
-# OpenGL libraries
-install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
-
-# OpenGL core library
-install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
-install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
-
-# misc
-install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
-install -D -m755 "libnvidia-fbc.so.${pkgv

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

2016-11-30 Thread Laurent Carlier
Date: Wednesday, November 30, 2016 @ 11:15:16
  Author: lcarlier
Revision: 197424

upgpkg: lib32-nvidia-utils 375.20-2

lib32-nvidia-utils package provides lib32-vulkan-driver

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 10:32:09 UTC (rev 197423)
+++ PKGBUILD2016-11-30 11:15:16 UTC (rev 197424)
@@ -6,7 +6,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
 pkgver=375.20
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.nvidia.com/";
 makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
@@ -77,6 +77,7 @@
 pkgdesc="NVIDIA drivers utilities (32-bit)"
 depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
 optdepends=('lib32-opencl-nvidia')
+provides=('lib32-vulkan-driver')
 cd "${_pkg}"
 
 # GLX extension module for X


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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 13:20:50
  Author: arojas
Revision: 282379

Fix config symlinks (FS#52004)

Modified:
  fvwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 13:13:27 UTC (rev 282378)
+++ PKGBUILD2016-11-30 13:20:50 UTC (rev 282379)
@@ -3,7 +3,7 @@
 
 pkgname=fvwm
 pkgver=2.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A multiple large virtual desktop window manager originally derived 
from twm"
 arch=('i686' 'x86_64')
 url="http://www.fvwm.org";
@@ -17,6 +17,13 @@
 sha1sums=('c50d530c75f549d2f4270f54ae8ba89a6634bcec'
   '6fd8fd767f32f88cc8b4743a2ba49bcfcdb32bcb')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix symlinks
+  sed -e 's|ln -sf|ln -sfr|g' -i default-config/Makefile.am
+  autoreconf -vi
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib --with-stroke-library


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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 13:21:47
  Author: arojas
Revision: 282380

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

Added:
  fvwm/repos/extra-i686/PKGBUILD
(from rev 282379, fvwm/trunk/PKGBUILD)
  fvwm/repos/extra-i686/fvwm.desktop
(from rev 282379, fvwm/trunk/fvwm.desktop)
  fvwm/repos/extra-x86_64/PKGBUILD
(from rev 282379, fvwm/trunk/PKGBUILD)
  fvwm/repos/extra-x86_64/fvwm.desktop
(from rev 282379, fvwm/trunk/fvwm.desktop)
Deleted:
  fvwm/repos/extra-i686/PKGBUILD
  fvwm/repos/extra-i686/fvwm.desktop
  fvwm/repos/extra-x86_64/PKGBUILD
  fvwm/repos/extra-x86_64/fvwm.desktop

---+
 /PKGBUILD |   78 
 /fvwm.desktop |   14 +++
 extra-i686/PKGBUILD   |   32 --
 extra-i686/fvwm.desktop   |7 ---
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/fvwm.desktop |7 ---
 6 files changed, 92 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-30 13:20:50 UTC (rev 282379)
+++ extra-i686/PKGBUILD 2016-11-30 13:21:47 UTC (rev 282380)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fvwm
-pkgver=2.6.7
-pkgrel=1
-pkgdesc="A multiple large virtual desktop window manager originally derived 
from twm"
-arch=('i686' 'x86_64')
-url="http://www.fvwm.org";
-license=('GPL' 'custom')
-depends=('fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 
'libxcursor' 'python2-xdg')
-makedepends=('libxslt')
-optdepends=('perl-tk: for ClickToFocus support'
-'perl-x11-protocol: for ClickToFocus support')
-options=('!emptydirs' '!makeflags')
-source=(https://github.com/fvwmorg/fvwm/releases/download/${pkgver}/fvwm-${pkgver}.tar.gz
 fvwm.desktop)
-sha1sums=('c50d530c75f549d2f4270f54ae8ba89a6634bcec'
-  '6fd8fd767f32f88cc8b4743a2ba49bcfcdb32bcb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib --with-stroke-library
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -d "${pkgdir}/usr/share/doc/fvwm"
-  install -D -m644 ../fvwm.desktop "${pkgdir}/usr/share/xsessions/fvwm.desktop"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: fvwm/repos/extra-i686/PKGBUILD (from rev 282379, fvwm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-30 13:21:47 UTC (rev 282380)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fvwm
+pkgver=2.6.7
+pkgrel=2
+pkgdesc="A multiple large virtual desktop window manager originally derived 
from twm"
+arch=('i686' 'x86_64')
+url="http://www.fvwm.org";
+license=('GPL' 'custom')
+depends=('fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 
'libxcursor' 'python2-xdg')
+makedepends=('libxslt')
+optdepends=('perl-tk: for ClickToFocus support'
+'perl-x11-protocol: for ClickToFocus support')
+options=('!emptydirs' '!makeflags')
+source=(https://github.com/fvwmorg/fvwm/releases/download/${pkgver}/fvwm-${pkgver}.tar.gz
 fvwm.desktop)
+sha1sums=('c50d530c75f549d2f4270f54ae8ba89a6634bcec'
+  '6fd8fd767f32f88cc8b4743a2ba49bcfcdb32bcb')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix symlinks
+  sed -e 's|ln -sf|ln -sfr|g' -i default-config/Makefile.am
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib --with-stroke-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d "${pkgdir}/usr/share/doc/fvwm"
+  install -D -m644 ../fvwm.desktop "${pkgdir}/usr/share/xsessions/fvwm.desktop"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/fvwm.desktop
===
--- extra-i686/fvwm.desktop 2016-11-30 13:20:50 UTC (rev 282379)
+++ extra-i686/fvwm.desktop 2016-11-30 13:21:47 UTC (rev 282380)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=FVWM
-Comment=The fvwm window manager
-Type=XSession
-Exec=/usr/bin/fvwm
-TryExec=/usr/bin/fvwm

Copied: fvwm/repos/extra-i686/fvwm.desktop (from rev 282379, 
fvwm/trunk/fvwm.desktop)
===
--- extra-i686/fvwm.desktop (rev 0)
+++ extra-i686/fvwm.desktop 2016-11-30 13:21:47 UTC (rev 282380)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=FVWM
+Comment=The fvwm window manager
+Type=XSession
+Exec=/usr/bin/fvwm
+TryExec=/usr/bin/fvwm

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   201

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

2016-11-30 Thread Massimiliano Torromeo
Date: Wednesday, November 30, 2016 @ 13:47:35
  Author: mtorromeo
Revision: 197428

upgpkg: xtrabackup 2.4.5-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 11:28:54 UTC (rev 197427)
+++ PKGBUILD2016-11-30 13:47:35 UTC (rev 197428)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.4
+pkgver=2.4.5
 _boost_ver=1.59.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('e3ec54eb468482503bccdd1619136e798798086042e9eb7c6daa2fb9b78783a3'
+sha256sums=('1c8c457e1912525f6c3079a8c5b2948dbcf693d2b86c8f57d13b4a446cec2036'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver


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

2016-11-30 Thread Massimiliano Torromeo
Date: Wednesday, November 30, 2016 @ 13:48:10
  Author: mtorromeo
Revision: 197429

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-30 13:47:35 UTC (rev 197428)
+++ community-i686/PKGBUILD 2016-11-30 13:48:10 UTC (rev 197429)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=xtrabackup
-pkgver=2.4.4
-_boost_ver=1.59.0
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent')
-optdepends=('qpress: for compressed backups')
-source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
-
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('e3ec54eb468482503bccdd1619136e798798086042e9eb7c6daa2fb9b78783a3'
-'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DWITH_SSL=system \
--DWITH_LIBEVENT=system \
--DWITH_EDITLINE=bundled \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_BOOST="../boost_${_boost_ver//./_}"
-  make
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd  "$pkgdir"
-  rm -rf usr/xtrabackup-test
-  install -dm755 usr/share
-  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
-  rm -rf build
-}

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 197428, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-30 13:48:10 UTC (rev 197429)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=xtrabackup
+pkgver=2.4.5
+_boost_ver=1.59.0
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
+makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent')
+optdepends=('qpress: for compressed backups')
+source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
+
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
+sha256sums=('1c8c457e1912525f6c3079a8c5b2948dbcf693d2b86c8f57d13b4a446cec2036'
+'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
+build() {
+  cd percona-xtrabackup-$pkgver
+  cmake -DBUILD_CONFIG=xtrabackup_release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DMYSQL_DATADIR=/var/lib/mysql \
+-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+-DWITH_SSL=system \
+-DWITH_LIBEVENT=system \
+-DWITH_EDITLINE=bundled \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_BOOST="../boost_${_boost_ver//./_}"
+  make
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd  "$pkgdir"
+  rm -rf usr/xtrabackup-test
+  install -dm755 usr/share
+  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
+  rm -rf build
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-30 13:47:35 UTC (rev 197428)
+++ community-x86_64/PKGBUILD   2016-11-30 13:48:10 UTC (rev 197429)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=xtrabackup
-pkgver=2.4.4
-_boost_ver=1.59.0
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=

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

2016-11-30 Thread Massimiliano Torromeo
Date: Wednesday, November 30, 2016 @ 13:56:47
  Author: mtorromeo
Revision: 197430

upgpkg: elasticsearch 5.0.2-1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 13:48:10 UTC (rev 197429)
+++ PKGBUILD2016-11-30 13:56:47 UTC (rev 197430)
@@ -4,8 +4,8 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=5.0.1
-pkgrel=2
+pkgver=5.0.2
+pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
 url="https://www.elastic.co/products/elasticsearch";
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('542e197485fbcb1aac46097439337d2e9ac6a54b7b1e29ad17761f4d65898833'
+sha256sums=('bbe761788570d344801cb91a8ba700465deb10601751007da791743e9308cb83'
 '51154ac04d90c6b534a3d86bb41c8654726a2a7b3a5a767411dfce30e7bb21fe'
 '22ec53ed1ac5231b501b2311aad4953a8210d9e72b4204c9c2facab13f8e'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


[arch-commits] Commit in elasticsearch/repos/community-any (16 files)

2016-11-30 Thread Massimiliano Torromeo
Date: Wednesday, November 30, 2016 @ 13:57:03
  Author: mtorromeo
Revision: 197431

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 197430, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 197430, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 197430, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 197430, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 197430, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.install
(from rev 197430, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 197430, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 197430, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.install
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  162 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++---
 elasticsearch.install  |   28 +++
 elasticsearch.service  |   78 ++--
 elasticsearch@.service |   78 ++--
 8 files changed, 194 insertions(+), 194 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-30 13:56:47 UTC (rev 197430)
+++ PKGBUILD2016-11-30 13:57:03 UTC (rev 197431)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=5.0.1
-pkgrel=2
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch";
-license=('APACHE')
-depends=('java-runtime-headless=8' 'systemd')
-install='elasticsearch.install'
-source=(
-  "https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('542e197485fbcb1aac46097439337d2e9ac6a54b7b1e29ad17761f4d65898833'
-'51154ac04d90c6b534a3d86bb41c8654726a2a7b3a5a767411dfce30e7bb21fe'
-'22ec53ed1ac5231b501b2311aad4953a8210d9e72b4204c9c2facab13f8e'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in elasticsearch{,-plugin,-translog}; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch/plugins
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
usr/lib/sysctl.d/elasticsearch.conf
- 

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

2016-11-30 Thread Jan de Groot
Date: Wednesday, November 30, 2016 @ 14:23:12
  Author: jgc
Revision: 282381

upgpkg: webkitgtk 2.4.11-3

Rebuild with -fno-delete-null-pointer-checks to fix crashes with gcc 6.1

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 13:21:47 UTC (rev 282380)
+++ PKGBUILD2016-11-30 14:23:12 UTC (rev 282381)
@@ -4,7 +4,7 @@
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
 pkgver=2.4.11
-pkgrel=2
+pkgrel=3
 pkgdesc="GTK+ Web content engine library"
 arch=(i686 x86_64)
 url="http://webkitgtk.org/";
@@ -35,6 +35,9 @@
 
   PATH="$srcdir/path:$PATH"
 
+  CXXFLAGS+=" -fno-delete-null-pointer-checks"
+  CFLAGS+=" -fno-delete-null-pointer-checks"
+
   ../$pkgbase-$pkgver/configure --prefix=/usr \
 --libexecdir=/usr/lib/webkit${_ver} \
 --enable-introspection \


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

2016-11-30 Thread Jan de Groot
Date: Wednesday, November 30, 2016 @ 14:23:18
  Author: jgc
Revision: 282382

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

Added:
  webkitgtk/repos/testing-i686/PKGBUILD
(from rev 282381, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/testing-i686/webkitgtk-2.4.9-abs.patch
(from rev 282381, webkitgtk/trunk/webkitgtk-2.4.9-abs.patch)
  webkitgtk/repos/testing-x86_64/PKGBUILD
(from rev 282381, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/testing-x86_64/webkitgtk-2.4.9-abs.patch
(from rev 282381, webkitgtk/trunk/webkitgtk-2.4.9-abs.patch)
Deleted:
  webkitgtk/repos/testing-i686/PKGBUILD
  webkitgtk/repos/testing-i686/webkitgtk-2.4.9-abs.patch
  webkitgtk/repos/testing-x86_64/PKGBUILD
  webkitgtk/repos/testing-x86_64/webkitgtk-2.4.9-abs.patch

--+
 /PKGBUILD|  162 +
 /webkitgtk-2.4.9-abs.patch   |   52 +
 testing-i686/PKGBUILD|   78 -
 testing-i686/webkitgtk-2.4.9-abs.patch   |   26 
 testing-x86_64/PKGBUILD  |   78 -
 testing-x86_64/webkitgtk-2.4.9-abs.patch |   26 
 6 files changed, 214 insertions(+), 208 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-11-30 14:23:12 UTC (rev 282381)
+++ testing-i686/PKGBUILD   2016-11-30 14:23:18 UTC (rev 282382)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgbase=webkitgtk
-pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.11
-pkgrel=2
-pkgdesc="GTK+ Web content engine library"
-arch=(i686 x86_64)
-url="http://webkitgtk.org/";
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu)
-makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
-optdepends=('gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!emptydirs)
-source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
-webkitgtk-2.4.9-abs.patch)
-sha256sums=('588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7'
-'ec294bbb5588a1802a68e3615c6718486b22f922645c5fef686d3d103014bf70')
-
-prepare() {
-  mkdir build-gtk{,2} path
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../webkitgtk-2.4.9-abs.patch
-}
-
-_build() (
-  _ver="$1"; shift
-  cd build-${_ver}
-
-  PATH="$srcdir/path:$PATH"
-
-  ../$pkgbase-$pkgver/configure --prefix=/usr \
---libexecdir=/usr/lib/webkit${_ver} \
---enable-introspection \
---disable-webkit2 \
---disable-gtk-doc \
-"$@"
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-)
-
-build() {
-  _build gtk
-  _build gtk2 --with-gtk=2.0
-}
-
-package_webkitgtk() {
-  depends+=(gtk3)
-  optdepends+=('gtk2: Netscape plugin support')
-  provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
-  conflicts=(webkitgtk3 libwebkit3)
-  replaces=(webkitgtk3 libwebkit3)
-
-  make -C build-gtk -j1 DESTDIR="$pkgdir" install
-  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
-"$pkgdir/usr/share/licenses/webkitgtk/LICENSE"
-}
-
-package_webkitgtk2() {
-  pkgdesc+=" for GTK2"
-  depends+=(gtk2)
-  provides=("libwebkit=${pkgver}")
-  conflicts=(libwebkit)
-  replaces=(libwebkit)
-
-  make -C build-gtk2 -j1 DESTDIR="$pkgdir" install
-  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
-"$pkgdir/usr/share/licenses/webkitgtk2/LICENSE"
-}

Copied: webkitgtk/repos/testing-i686/PKGBUILD (from rev 282381, 
webkitgtk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-30 14:23:18 UTC (rev 282382)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.11
+pkgrel=3
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="http://webkitgtk.org/";
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
+webkitgtk-2.4.9-abs.patch)
+sha256sums=('588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7'
+'ec294bbb5588a1802a68e3615c6718486b22f922645c5fef686d3d103014bf70')
+
+prepare() {
+  mkdir build-gtk{,2} path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../

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

2016-11-30 Thread Massimiliano Torromeo
Date: Wednesday, November 30, 2016 @ 15:58:58
  Author: mtorromeo
Revision: 197432

upgpkg: percona-server 5.7.16_10-2

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 13:57:03 UTC (rev 197431)
+++ PKGBUILD2016-11-30 15:58:58 UTC (rev 197432)
@@ -3,7 +3,7 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.15_9
+pkgver=5.7.16_10
 _boost_ver=1.59.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
@@ -17,7 +17,7 @@
 
"https://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz";
 'my.cnf'
 'mysql-user.conf')
-sha256sums=('985e1bcf00cb482d93e32ea2144a4b82836168046730ac0026aa49dad60c0382'
+sha256sums=('1e88233d4bc5fd9a6910f2cc01ad5aca7d751f036cdba5a1c9954e1e25300347'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
 'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e')


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

2016-11-30 Thread Massimiliano Torromeo
Date: Wednesday, November 30, 2016 @ 15:59:30
  Author: mtorromeo
Revision: 197433

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 197432, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 197432, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysql-user.conf
(from rev 197432, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-i686/percona.install
(from rev 197432, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 197432, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 197432, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 197432, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/percona.install
(from rev 197432, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysql-user.conf
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/percona.install

--+
 /PKGBUILD|  336 +
 /my.cnf  |   76 
 /mysql-user.conf |2 
 /percona.install |   38 
 community-i686/PKGBUILD  |  168 --
 community-i686/my.cnf|   38 
 community-i686/mysql-user.conf   |1 
 community-i686/percona.install   |   19 --
 community-x86_64/PKGBUILD|  168 --
 community-x86_64/my.cnf  |   38 
 community-x86_64/mysql-user.conf |1 
 community-x86_64/percona.install |   19 --
 12 files changed, 452 insertions(+), 452 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-30 15:58:58 UTC (rev 197432)
+++ community-i686/PKGBUILD 2016-11-30 15:59:30 UTC (rev 197433)
@@ -1,168 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.15_9
-_boost_ver=1.59.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=2
-arch=('i686' 'x86_64')
-# valgrind necessary for bug 
https://bugs.launchpad.net/percona-server/+bug/1494283
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools' 'valgrind' 
'pam' 'numactl' 'jemalloc')
-license=('GPL' 'AGPL')
-url="https://www.percona.com/software/mysql-database/percona-server";
-source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz";
-
"https://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz";
-'my.cnf'
-'mysql-user.conf')
-sha256sums=('985e1bcf00cb482d93e32ea2144a4b82836168046730ac0026aa49dad60c0382'
-'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
-'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
-'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   rm -v sql/sql_yacc.{cc,h}
-
-   sed 's|${fullhostname}|"archbuild"|' \
-   -i storage/tokudb/PerconaFT/cmake_modules/TokuSetupCTest.cmake
-}
-
-build() {
-   rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_CONFIG=mysql_release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONFDIR=/etc/mysql \
-   -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8 \
-   -DDEFAULT_COLLATION=utf8_general_ci \
-   -DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/mysql/docs \
-   -DINSTALL_MANDIR=share/man \
-   -DINSTALL_PLUGINDIR=lib/mysql/plugin \
-   -DINSTALL_SCRIPTDIR=bin \
-   -DINSTALL_INCLUDEDIR=include/perconaserver \
-   -DINSTALL_DOCREADMEDIR=share/mysql \
-   -DINSTALL_SUPPORTFILESDIR=share/mysql \
-   -DINSTALL_MYSQLSHAREDIR=share/mysql \
-   -DINSTALL_DOCDIR=share/mysql/docs \
-   -DINSTALL_SHAREDIR=share/mysql \
-   -DWITH_ZLIB=system \
-   -DWITH_SSL=system \
-   -DWITH_LIBWRAP=OFF \
-   -DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
-  

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

2016-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2016 @ 16:34:07
  Author: heftig
Revision: 282383

2015.2+4+gd606bec-1

Modified:
  libgsystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 14:23:18 UTC (rev 282382)
+++ PKGBUILD2016-11-30 16:34:07 UTC (rev 282383)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libgsystem
-pkgver=2015.2
+pkgver=2015.2+4+gd606bec
 pkgrel=1
 pkgdesc='"Copylib" for system service modules using GLib with GCC'
 url="https://wiki.gnome.org/Projects/LibGSystem";
@@ -10,16 +10,24 @@
 arch=(i686 x86_64)
 depends=(glib2 libsystemd attr)
 makedepends=(gobject-introspection gtk-doc systemd git)
-source=("git://git.gnome.org/libgsystem#tag=v$pkgver"
-"git://git.gnome.org/libglnx")
+_commit=d606bec68ddfea78de4b03c3f3568afb71bdc1ce  # master
+source=("git+https://git.gnome.org/browse/libgsystem#commit=$_commit";
+"git+https://git.gnome.org/browse/libglnx";)
 sha256sums=('SKIP'
 'SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 prepare() {
   cd $pkgname
+
   git submodule init
   git config --local submodule.libglnx.url "$srcdir/libglnx"
   git submodule update
+
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2016-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2016 @ 16:36:55
  Author: heftig
Revision: 282384

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

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

---+
 /PKGBUILD |   96 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 96 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-30 16:34:07 UTC (rev 282383)
+++ extra-i686/PKGBUILD 2016-11-30 16:36:55 UTC (rev 282384)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libgsystem
-pkgver=2015.2
-pkgrel=1
-pkgdesc='"Copylib" for system service modules using GLib with GCC'
-url="https://wiki.gnome.org/Projects/LibGSystem";
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(glib2 libsystemd attr)
-makedepends=(gobject-introspection gtk-doc systemd git)
-source=("git://git.gnome.org/libgsystem#tag=v$pkgver"
-"git://git.gnome.org/libglnx")
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsystem/repos/extra-i686/PKGBUILD (from rev 282383, 
libgsystem/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-30 16:36:55 UTC (rev 282384)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgsystem
+pkgver=2015.2+4+gd606bec
+pkgrel=1
+pkgdesc='"Copylib" for system service modules using GLib with GCC'
+url="https://wiki.gnome.org/Projects/LibGSystem";
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(glib2 libsystemd attr)
+makedepends=(gobject-introspection gtk-doc systemd git)
+_commit=d606bec68ddfea78de4b03c3f3568afb71bdc1ce  # master
+source=("git+https://git.gnome.org/browse/libgsystem#commit=$_commit";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-30 16:34:07 UTC (rev 282383)
+++ extra-x86_64/PKGBUILD   2016-11-30 16:36:55 UTC (rev 282384)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libgsystem
-pkgver=2015.2
-pkgrel=1
-pkgdesc='"Copylib" for system service modules using GLib with GCC'
-url="https://wiki.gnome.org/Projects/LibGSystem";
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(glib2 libsystemd attr)
-makedepends=(gobject-introspection gtk-doc systemd git)
-source=("git://git.gnome.org/libgsystem#tag=v$pkgver"
-"git://git.gnome.org/libglnx")
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsystem/repos/extra-x86_64/PKGBUILD (from rev 282383, 
libgsystem/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-30 16:36:55 UTC (rev 282384)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgsystem
+pkgver=2015.2+4+gd606bec
+pkgrel=1
+pkgdesc='"Copylib" for system service modules using GLib with GCC'
+url="https://wiki.gnome.org/Projects/LibGSystem";
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(glib2 libsystemd attr)
+makedepends=(gobject-introspection gtk-doc systemd git)
+_commit=d606bec68ddfea78de4b03c3f3568afb71bdc1ce  # master
+source=("git+https:

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

2016-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2016 @ 16:54:03
  Author: heftig
Revision: 282385

2016.14-1

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 16:36:55 UTC (rev 282384)
+++ PKGBUILD2016-11-30 16:54:03 UTC (rev 282385)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=ostree
-pkgver=2016.12
+pkgver=2016.14
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/";
@@ -12,11 +12,11 @@
 depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio)
 makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
  python2)
-checkdepends=(parallel syslinux gjs cpio)
-_commit=d3f14f02e3d9f7259c7ec6b25980ae43f03c4906  # tags/v2016.12^0
+checkdepends=(parallel syslinux gjs cpio elfutils)
+_commit=7584dc0f25734117db47fef1ba0e24231a819a5e  # tags/v2016.14^0
 source=("git+https://github.com/ostreedev/ostree#commit=$_commit";
 "git+https://github.com/mendsley/bsdiff";
-"git://git.gnome.org/libglnx")
+"git+https://git.gnome.org/browse/libglnx";)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP')


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

2016-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2016 @ 16:56:59
  Author: heftig
Revision: 282386

0.6.14-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 16:54:03 UTC (rev 282385)
+++ PKGBUILD2016-11-30 16:56:59 UTC (rev 282386)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.6.13
+pkgver=0.6.14
 pkgrel=1
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org";
@@ -12,10 +12,10 @@
  json-glib libseccomp libarchive libelf libcap)
 makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
 install=flatpak.install
-_commit=af983c2b0674d3d3532d1827cc2d1ad8eb4ce88e  # tags/0.6.13^0
+_commit=109698c6b00f0957a53772cb924ca8b9d4962244  # tags/0.6.14^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
 "git+https://github.com/projectatomic/bubblewrap";
-"git://git.gnome.org/libglnx")
+"git+https://git.gnome.org/browse/libglnx";)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP')


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

2016-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2016 @ 16:57:51
  Author: heftig
Revision: 282387

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-30 16:56:59 UTC (rev 282386)
+++ extra-i686/PKGBUILD 2016-11-30 16:57:51 UTC (rev 282387)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-pkgname=ostree
-pkgver=2016.12
-pkgrel=1
-pkgdesc="Operating system and container binary deployment and upgrades"
-url="https://ostree.readthedocs.org/en/latest/";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
- python2)
-checkdepends=(parallel syslinux gjs cpio)
-_commit=d3f14f02e3d9f7259c7ec6b25980ae43f03c4906  # tags/v2016.12^0
-source=("git+https://github.com/ostreedev/ostree#commit=$_commit";
-"git+https://github.com/mendsley/bsdiff";
-"git://git.gnome.org/libglnx")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-mkinitcpio \
---with-builtin-grub2-mkconfig \
---disable-static \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Parallel tests lock up kernel in writeback code
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-i686/PKGBUILD (from rev 282386, 
ostree/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-30 16:57:51 UTC (rev 282387)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mirco Tischler 
+
+pkgname=ostree
+pkgver=2016.14
+pkgrel=1
+pkgdesc="Operating system and container binary deployment and upgrades"
+url="https://ostree.readthedocs.org/en/latest/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
+ python2)
+checkdepends=(parallel syslinux gjs cpio elfutils)
+_commit=7584dc0f25734117db47fef1ba0e24231a819a5e  # tags/v2016.14^0
+source=("git+https://github.com/ostreedev/ostree#commit=$_commit";
+"git+https://github.com/mendsley/bsdiff";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-mkinitcpio \
+--with-builtin-grub2-mkconfig \
+--disable-static \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # Parallel tests lock up kernel in writeback code
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-30 16:56:59 UTC (rev 282386)
+++ extra-x86_64/PKGBUILD   2016-11-30 16:57:51 UTC (rev 282387)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-pkgname=ostree
-pkgver=2016.12
-pkgrel=1
-pkgdesc="Opera

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

2016-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2016 @ 16:58:14
  Author: heftig
Revision: 282388

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

Added:
  flatpak/repos/extra-i686/PKGBUILD
(from rev 282387, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-i686/flatpak.install
(from rev 282387, flatpak/trunk/flatpak.install)
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 282387, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 282387, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-i686/PKGBUILD
  flatpak/repos/extra-i686/flatpak.install
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak.install

--+
 /PKGBUILD|  134 +
 /flatpak.install |   22 ++
 extra-i686/PKGBUILD  |   67 
 extra-i686/flatpak.install   |   11 ---
 extra-x86_64/PKGBUILD|   67 
 extra-x86_64/flatpak.install |   11 ---
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-30 16:57:51 UTC (rev 282387)
+++ extra-i686/PKGBUILD 2016-11-30 16:58:14 UTC (rev 282388)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.6.13
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
- json-glib libseccomp libarchive libelf libcap)
-makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
-install=flatpak.install
-_commit=af983c2b0674d3d3532d1827cc2d1ad8eb4ce88e  # tags/0.6.13^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://github.com/projectatomic/bubblewrap";
-"git://git.gnome.org/libglnx")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---sbindir=/usr/bin --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-gtk-doc --with-priv-mode=setuid
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # https://github.com/flatpak/flatpak/issues/267
-  # https://github.com/flatpak/flatpak/issues/268
-  make -k check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 282387, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-30 16:58:14 UTC (rev 282388)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.6.14
+pkgrel=1
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
+ json-glib libseccomp libarchive libelf libcap)
+makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
+install=flatpak.install
+_commit=109698c6b00f0957a53772cb924ca8b9d4962244  # tags/0.6.14^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--sbindir=/usr/bin --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-gtk-doc --with-priv-mode=setuid
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # https://github.com/flatpak/flatpak/issues/267
+  # https://github.com/flatpak/flatpak/issues/268
+  make -k check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  # Fixup mod

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

2016-11-30 Thread Jonathan Steel
Date: Wednesday, November 30, 2016 @ 17:24:22
  Author: jsteel
Revision: 197434

upgpkg: python-botocore 1.4.79-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 15:59:30 UTC (rev 197433)
+++ PKGBUILD2016-11-30 17:24:22 UTC (rev 197434)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.78
+pkgver=1.4.79
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('8b53f1e8b8d5ae1246aa3ced55c11262')
+md5sums=('ea74e1cd1d43be95c69037edcb6a4063')
 
 build() {
   cd botocore-$pkgver


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

2016-11-30 Thread Jonathan Steel
Date: Wednesday, November 30, 2016 @ 17:24:47
  Author: jsteel
Revision: 197435

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-30 17:24:22 UTC (rev 197434)
+++ PKGBUILD2016-11-30 17:24:47 UTC (rev 197435)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.78
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('8b53f1e8b8d5ae1246aa3ced55c11262')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 197434, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-30 17:24:47 UTC (rev 197435)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.79
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('ea74e1cd1d43be95c69037edcb6a4063')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-11-30 Thread Jonathan Steel
Date: Wednesday, November 30, 2016 @ 17:25:02
  Author: jsteel
Revision: 197437

archrelease: copy trunk to community-any

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

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

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

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


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

2016-11-30 Thread Jonathan Steel
Date: Wednesday, November 30, 2016 @ 17:24:55
  Author: jsteel
Revision: 197436

upgpkg: aws-cli 1.11.22-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 17:24:47 UTC (rev 197435)
+++ PKGBUILD2016-11-30 17:24:55 UTC (rev 197436)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.21
+pkgver=1.11.22
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('33d9b6eb6b3d2c21f33a5540d6a2c2d1')
+md5sums=('31492f6cabb6dacbf5bacaf5255b7820')
 
 build() {
   cd $pkgname-$pkgver


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

2016-11-30 Thread Gaëtan Bisson
Date: Wednesday, November 30, 2016 @ 17:56:25
  Author: bisson
Revision: 197438

upstream update

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 17:25:02 UTC (rev 197437)
+++ PKGBUILD2016-11-30 17:56:25 UTC (rev 197438)
@@ -3,8 +3,8 @@
 # Contributor: Gerhard Brauer 
 
 pkgname=collectd
-pkgver=5.6.1
-pkgrel=2
+pkgver=5.6.2
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('i686' 'x86_64')
@@ -45,7 +45,7 @@
 
 source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
 'service')
-sha256sums=('c30ff644f91407b4dc2d99787b99cc45ec00e538bd1cc269429d3c5e8a4aee2c'
+sha256sums=('cc0b4118a91e5369409ced22d1d8a85c1a400098419414160c1839268ecad0c6'
 'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
 
 backup=('etc/collectd.conf')


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

2016-11-30 Thread Gaëtan Bisson
Date: Wednesday, November 30, 2016 @ 17:57:13
  Author: bisson
Revision: 197439

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

Added:
  collectd/repos/community-i686/PKGBUILD
(from rev 197438, collectd/trunk/PKGBUILD)
  collectd/repos/community-i686/service
(from rev 197438, collectd/trunk/service)
  collectd/repos/community-x86_64/PKGBUILD
(from rev 197438, collectd/trunk/PKGBUILD)
  collectd/repos/community-x86_64/service
(from rev 197438, collectd/trunk/service)
Deleted:
  collectd/repos/community-i686/PKGBUILD
  collectd/repos/community-i686/service
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/service

---+
 /PKGBUILD |  156 
 /service  |   26 +++
 community-i686/PKGBUILD   |   78 --
 community-i686/service|   13 ---
 community-x86_64/PKGBUILD |   78 --
 community-x86_64/service  |   13 ---
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-30 17:56:25 UTC (rev 197438)
+++ community-i686/PKGBUILD 2016-11-30 17:57:13 UTC (rev 197439)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Gerhard Brauer 
-
-pkgname=collectd
-pkgver=5.6.1
-pkgrel=2
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='https://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'openipmi: ipmi plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'yajl: curl_json plugin'
-'libatasmart: smart plugin'
-'lvm2: lvm plugin'
-'protobuf-c: write_riemann plugin'
-'mosquitto: MQTT plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'openipmi'
- 'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool'
- 'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2'
- 'protobuf-c' 'mosquitto')
-
-depends=('libltdl' 'iptables')
-
-source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
-'service')
-sha256sums=('c30ff644f91407b4dc2d99787b99cc45ec00e538bd1cc269429d3c5e8a4aee2c'
-'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
-   autoreconf
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export MAKEFLAGS='-j1'
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python2 \
-   --with-perl-bindings='INSTALLDIRS=vendor'
-   make all
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rmdir "${pkgdir}/var/run" # FS#30201
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-i686/PKGBUILD (from rev 197438, 
collectd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-30 17:57:13 UTC (rev 197439)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.6.2
+pkgrel=1
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec pl

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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 19:57:47
  Author: arojas
Revision: 197443

Update to 1.2.0

Modified:
  python-pkgconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 18:12:50 UTC (rev 197442)
+++ PKGBUILD2016-11-30 19:57:47 UTC (rev 197443)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pkgconfig
 pkgname=(python2-pkgconfig python-pkgconfig)
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Python module to interface with the pkg-config command line tool"
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools)
 source=("https://github.com/matze/pkgconfig/archive/v$pkgver.tar.gz";)
-md5sums=('4eaacf9931965852f9a16a3e0cb12407')
+md5sums=('f3ed9690ef729d051358032dca213ebb')
 
 package_python2-pkgconfig() {
   depends=(python2)


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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 19:58:31
  Author: arojas
Revision: 197444

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-30 19:57:47 UTC (rev 197443)
+++ PKGBUILD2016-11-30 19:58:31 UTC (rev 197444)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=python-pkgconfig
-pkgname=(python2-pkgconfig python-pkgconfig)
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Python module to interface with the pkg-config command line tool"
-arch=(any)
-url="https://github.com/matze/pkgconfig";
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools)
-source=("https://github.com/matze/pkgconfig/archive/v$pkgver.tar.gz";)
-md5sums=('4eaacf9931965852f9a16a3e0cb12407')
-
-package_python2-pkgconfig() {
-  depends=(python2)
-  cd pkgconfig-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pkgconfig() {
-  depends=(python)
-  cd pkgconfig-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pkgconfig/repos/community-any/PKGBUILD (from rev 197443, 
python-pkgconfig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-30 19:58:31 UTC (rev 197444)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=python-pkgconfig
+pkgname=(python2-pkgconfig python-pkgconfig)
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Python module to interface with the pkg-config command line tool"
+arch=(any)
+url="https://github.com/matze/pkgconfig";
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://github.com/matze/pkgconfig/archive/v$pkgver.tar.gz";)
+md5sums=('f3ed9690ef729d051358032dca213ebb')
+
+package_python2-pkgconfig() {
+  depends=(python2)
+  cd pkgconfig-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-pkgconfig() {
+  depends=(python)
+  cd pkgconfig-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-11-30 Thread Jaroslav Lichtblau
Date: Wednesday, November 30, 2016 @ 20:06:41
  Author: jlichtblau
Revision: 197445

upgpkg: offlineimap 7.0.11-1 - new upstream release

Modified:
  offlineimap/trunk/PKGBUILD
  offlineimap/trunk/offlineimap.changelog

---+
 PKGBUILD  |4 ++--
 offlineimap.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 19:58:31 UTC (rev 197444)
+++ PKGBUILD2016-11-30 20:06:41 UTC (rev 197445)
@@ -5,7 +5,7 @@
 # Contributor: mucknert 
 
 pkgname=offlineimap
-pkgver=7.0.10
+pkgver=7.0.11
 pkgrel=1
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('asciidoc')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('725431c20775d2524ed823da356b0b8f7cf627be518caafce808f23d797d1541')
+sha256sums=('5670710845cfe2765372029ccec65dcab0e77fc23100c98d3bd21f31e7c3d63f')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Modified: offlineimap.changelog
===
--- offlineimap.changelog   2016-11-30 19:58:31 UTC (rev 197444)
+++ offlineimap.changelog   2016-11-30 20:06:41 UTC (rev 197445)
@@ -1,3 +1,6 @@
+2016-11-30 Jaroslav Lichtblau 
+   * offlineimap 7.0.11-1
+
 2016-11-28 Jaroslav Lichtblau 
* offlineimap 7.0.10-1
 


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

2016-11-30 Thread Jaroslav Lichtblau
Date: Wednesday, November 30, 2016 @ 20:07:06
  Author: jlichtblau
Revision: 197446

archrelease: copy trunk to community-any

Added:
  offlineimap/repos/community-any/PKGBUILD
(from rev 197445, offlineimap/trunk/PKGBUILD)
  offlineimap/repos/community-any/offlineimap.changelog
(from rev 197445, offlineimap/trunk/offlineimap.changelog)
Deleted:
  offlineimap/repos/community-any/PKGBUILD
  offlineimap/repos/community-any/offlineimap.changelog

---+
 PKGBUILD  |   96 ++--
 offlineimap.changelog |  221 
 2 files changed, 160 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-30 20:06:41 UTC (rev 197445)
+++ PKGBUILD2016-11-30 20:07:06 UTC (rev 197446)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Callan Barrett 
-# Contributor: mucknert 
-
-pkgname=offlineimap
-pkgver=7.0.10
-pkgrel=1
-pkgdesc='Synchronizes emails between two repositories'
-arch=('any')
-url='http://offlineimap.org/'
-license=('GPL')
-depends=('python2-six')
-makedepends=('asciidoc')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('725431c20775d2524ed823da356b0b8f7cf627be518caafce808f23d797d1541')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}/docs
-  make man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
-  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
-  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
-  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
-
-#systemd files
-  install -Dm644 contrib/systemd/mail.target 
"${pkgdir}"/usr/lib/systemd/user/mail.target
-  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
-  install -Dm644 contrib/systemd/$pkgname.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.timer
-  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
-  install -Dm644 contrib/systemd/$pkgname@.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.timer
-}

Copied: offlineimap/repos/community-any/PKGBUILD (from rev 197445, 
offlineimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-30 20:07:06 UTC (rev 197446)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Callan Barrett 
+# Contributor: mucknert 
+
+pkgname=offlineimap
+pkgver=7.0.11
+pkgrel=1
+pkgdesc='Synchronizes emails between two repositories'
+arch=('any')
+url='http://offlineimap.org/'
+license=('GPL')
+depends=('python2-six')
+makedepends=('asciidoc')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
+sha256sums=('5670710845cfe2765372029ccec65dcab0e77fc23100c98d3bd21f31e7c3d63f')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}/docs
+  make man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
+  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
+  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
+  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
+
+#systemd files
+  install -Dm644 contrib/systemd/mail.target 
"${pkgdir}"/usr/lib/systemd/user/mail.target
+  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
+  install -Dm644 contrib/systemd/$pkgname.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.timer
+  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
+  install -Dm644 contrib/systemd/$pkgname@.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.timer
+}

Deleted: offlineimap.changelog
===
--- offlineimap.changelog   2016-11-30

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

2016-11-30 Thread Lukas Fleischer
Date: Wednesday, November 30, 2016 @ 20:36:13
  Author: lfleischer
Revision: 197448

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 197447, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 197447, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 197447, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 197447, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  202 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  101 --
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  101 --
 community-x86_64/notmuch.install |8 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-30 20:36:03 UTC (rev 197447)
+++ community-i686/PKGBUILD 2016-11-30 20:36:13 UTC (rev 197448)
@@ -1,101 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.23.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/";
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('6b8311cf271d22dbc7630d32ed0731e1')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 197447, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-30 20:36:13 UTC (

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

2016-11-30 Thread Lukas Fleischer
Date: Wednesday, November 30, 2016 @ 20:36:03
  Author: lfleischer
Revision: 197447

upgpkg: notmuch 0.23.3-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 20:07:06 UTC (rev 197446)
+++ PKGBUILD2016-11-30 20:36:03 UTC (rev 197447)
@@ -6,7 +6,7 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.23.2
+pkgver=0.23.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/";
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('6b8311cf271d22dbc7630d32ed0731e1')
+md5sums=('f7da28273789b216ecadcddbb018b5a0')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}


[arch-commits] Commit in ncftp/trunk (PKGBUILD fix-build.patch)

2016-11-30 Thread Lukas Fleischer
Date: Wednesday, November 30, 2016 @ 20:41:39
  Author: lfleischer
Revision: 282390

upgpkg: ncftp 3.2.6-1

Upstream update.

Modified:
  ncftp/trunk/PKGBUILD
Deleted:
  ncftp/trunk/fix-build.patch

-+
 PKGBUILD|   32 +++-
 fix-build.patch |   10 --
 2 files changed, 11 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 18:13:14 UTC (rev 282389)
+++ PKGBUILD2016-11-30 20:41:39 UTC (rev 282390)
@@ -1,12 +1,11 @@
-# $Id$
-# Maintainer:
+# Maintainer: Lukas Fleischer 
 # Contributor: Andrea Scarpino 
 # Contributor: Paul Mattal 
 # Contributor: Tom Newsom 
 
 pkgname=ncftp
-pkgver=3.2.5
-pkgrel=6
+pkgver=3.2.6
+pkgrel=1
 pkgdesc="A set of free application programs implementing FTP"
 url="http://www.ncftp.com/";
 arch=('i686' 'x86_64')
@@ -13,32 +12,23 @@
 license=('custom')
 depends=('ncurses')
 makedepends=('inetutils')
-source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.bz2";
-'fix-build.patch')
-md5sums=('b05c7a6d5269c04891f02f43d4312b30'
- 'f85fd4cc66b66952d67f864137f44029')
+source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.xz";)
+md5sums=('9e42d4696754ed49e002b8f719f07d92')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/fix-build.patch
-}
+build() {
+  cd "${pkgname}-${pkgver}"
 
-build() {
   # FS#39211
   unset CPPFLAGS
 
-  cd ${pkgname}-${pkgver}
-  CPP=/usr/bin/cpp ./configure --prefix=/usr \
---sysconfdir=/etc
+  CPP=/usr/bin/cpp ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}-${pkgver}"
+
   install -d "${pkgdir}/usr/share"
   make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
-
-  # Install license
-  install -Dm644 doc/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 doc/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Deleted: fix-build.patch
===
--- fix-build.patch 2016-11-30 18:13:14 UTC (rev 282389)
+++ fix-build.patch 2016-11-30 20:41:39 UTC (rev 282390)
@@ -1,10 +0,0 @@
 ncftp-3.2.5/ncftp/main.c~  2014-03-06 11:20:05.006777392 +
-+++ ncftp-3.2.5/ncftp/main.c   2014-03-06 11:20:25.739974714 +
-@@ -21,6 +21,7 @@
- #include "log.h"
- #include "spool.h"
- #include "util.h"
-+#include "locale.h"
- 
- int gStartupUrlParameterGiven = 0;
- int gIsTTY, gIsTTYr;


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

2016-11-30 Thread Lukas Fleischer
Date: Wednesday, November 30, 2016 @ 20:41:45
  Author: lfleischer
Revision: 282391

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

Added:
  ncftp/repos/extra-i686/PKGBUILD
(from rev 282390, ncftp/trunk/PKGBUILD)
  ncftp/repos/extra-x86_64/PKGBUILD
(from rev 282390, ncftp/trunk/PKGBUILD)
Deleted:
  ncftp/repos/extra-i686/PKGBUILD
  ncftp/repos/extra-i686/fix-build.patch
  ncftp/repos/extra-x86_64/PKGBUILD
  ncftp/repos/extra-x86_64/fix-build.patch

--+
 /PKGBUILD|   68 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/fix-build.patch   |   10 --
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/fix-build.patch |   10 --
 5 files changed, 68 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-30 20:41:39 UTC (rev 282390)
+++ extra-i686/PKGBUILD 2016-11-30 20:41:45 UTC (rev 282391)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Paul Mattal 
-# Contributor: Tom Newsom 
-
-pkgname=ncftp
-pkgver=3.2.5
-pkgrel=6
-pkgdesc="A set of free application programs implementing FTP"
-url="http://www.ncftp.com/";
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('ncurses')
-makedepends=('inetutils')
-source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.bz2";
-'fix-build.patch')
-md5sums=('b05c7a6d5269c04891f02f43d4312b30'
- 'f85fd4cc66b66952d67f864137f44029')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/fix-build.patch
-}
-
-build() {
-  # FS#39211
-  unset CPPFLAGS
-
-  cd ${pkgname}-${pkgver}
-  CPP=/usr/bin/cpp ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share"
-  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
-
-  # Install license
-  install -Dm644 doc/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncftp/repos/extra-i686/PKGBUILD (from rev 282390, ncftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-30 20:41:45 UTC (rev 282391)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrea Scarpino 
+# Contributor: Paul Mattal 
+# Contributor: Tom Newsom 
+
+pkgname=ncftp
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="A set of free application programs implementing FTP"
+url="http://www.ncftp.com/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('ncurses')
+makedepends=('inetutils')
+source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.xz";)
+md5sums=('9e42d4696754ed49e002b8f719f07d92')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # FS#39211
+  unset CPPFLAGS
+
+  CPP=/usr/bin/cpp ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -d "${pkgdir}/usr/share"
+  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
+  install -Dm644 doc/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/fix-build.patch
===
--- extra-i686/fix-build.patch  2016-11-30 20:41:39 UTC (rev 282390)
+++ extra-i686/fix-build.patch  2016-11-30 20:41:45 UTC (rev 282391)
@@ -1,10 +0,0 @@
 ncftp-3.2.5/ncftp/main.c~  2014-03-06 11:20:05.006777392 +
-+++ ncftp-3.2.5/ncftp/main.c   2014-03-06 11:20:25.739974714 +
-@@ -21,6 +21,7 @@
- #include "log.h"
- #include "spool.h"
- #include "util.h"
-+#include "locale.h"
- 
- int gStartupUrlParameterGiven = 0;
- int gIsTTY, gIsTTYr;

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-30 20:41:39 UTC (rev 282390)
+++ extra-x86_64/PKGBUILD   2016-11-30 20:41:45 UTC (rev 282391)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Paul Mattal 
-# Contributor: Tom Newsom 
-
-pkgname=ncftp
-pkgver=3.2.5
-pkgrel=6
-pkgdesc="A set of free application programs implementing FTP"
-url="http://www.ncftp.com/";
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('ncurses')
-makedepends=('inetutils')
-source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.bz2";
-'fix-build.patch')
-md5sums=('b05c7a6d5269c04891f02f43d4312b30'
- 'f85fd4cc66b66952d67f864137f44029')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/fix-build.patch
-}
-
-build() {
-  # FS#39211
-  unset CPPFLAGS
-
-  cd ${pkgname}-${pkgver}
-  CPP=/usr/bin/cpp ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share"
-  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install

[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

2016-11-30 Thread Anatol Pomozov
Date: Wednesday, November 30, 2016 @ 20:49:35
  Author: anatolik
Revision: 197449

upgpkg: arm-none-eabi-newlib 2.4.0-4

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 20:36:13 UTC (rev 197448)
+++ PKGBUILD2016-11-30 20:49:35 UTC (rev 197449)
@@ -4,8 +4,8 @@
 _target=arm-none-eabi
 pkgname=$_target-newlib
 pkgver=2.4.0
-pkgrel=3
-_upstream_ver=2.4.0.20160527
+pkgrel=4
+_upstream_ver=2.4.0.20161025
 pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
 arch=(any)
 url='http://www.sourceware.org/newlib/'
@@ -13,7 +13,7 @@
 makedepends=($_target-gcc)
 options=(!emptydirs !strip)
 source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha1sums=('abc52a5bad9c6decaa569aa32cd0882acd7908ac')
+sha1sums=('12879b06241f0ee987a8fef866de0db27b85755d')
 
 build() {
   rm -rf build-{newlib,nano}


[arch-commits] Commit in arm-none-eabi-newlib/repos (2 files)

2016-11-30 Thread Anatol Pomozov
Date: Wednesday, November 30, 2016 @ 20:50:10
  Author: anatolik
Revision: 197450

archrelease: copy trunk to community-testing-any

Added:
  arm-none-eabi-newlib/repos/community-testing-any/
  arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD
(from rev 197449, arm-none-eabi-newlib/trunk/PKGBUILD)

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

Copied: arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD (from rev 
197449, arm-none-eabi-newlib/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-11-30 20:50:10 UTC (rev 197450)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_target=arm-none-eabi
+pkgname=$_target-newlib
+pkgver=2.4.0
+pkgrel=4
+_upstream_ver=2.4.0.20161025
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
+arch=(any)
+url='http://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha1sums=('12879b06241f0ee987a8fef866de0db27b85755d')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-newlib
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-io-long-long \
+--enable-newlib-register-fini
+  make
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-nano
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-reent-small   \
+--disable-newlib-fvwrite-in-streamio  \
+--disable-newlib-fseek-optimization   \
+--disable-newlib-wide-orient  \
+--enable-newlib-nano-malloc   \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit\
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io
+  make
+}
+
+package() {
+  cd "$srcdir"/build-nano
+  make DESTDIR="$pkgdir" install -j1
+  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
+
+  cd "$srcdir"/build-newlib
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) -exec 
$_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R 
.debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R 
.debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
+}


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

2016-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2016 @ 21:55:50
  Author: heftig
Revision: 282392

50.0.2-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 20:41:45 UTC (rev 282391)
+++ PKGBUILD2016-11-30 21:55:50 UTC (rev 282392)
@@ -4,7 +4,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=50.0.1
+pkgver=50.0.2
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 vendor.js
 firefox-symbolic.svg
 fix-wifi-scanner.diff)
-sha256sums=('a15a6b9fdf58dd5f9095fd502777fcec5523805643b890013a71f698a6576fa6'
+sha256sums=('aa770cb8552bdcf4a7e8bb0ecde27d41ee5b2a972335c6b24dd3afb4d911dfe3'
 '3b0c6b08c0211d8c5a02aa050755276ec864c5f2c5ac1a3d3f9f8a9af6512737'
 '75c526e9669b91b4fe5dcea650a1e8419220abb2e9564184f0d984c71eae82e8'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'


[arch-commits] Commit in krita (kde-untable kde-untable/PKGBUILD)

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:03:34
  Author: arojas
Revision: 282393

Update to 3.1 RC

Added:
  krita/kde-untable/
  krita/kde-untable/PKGBUILD

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

Added: kde-untable/PKGBUILD
===
--- kde-untable/PKGBUILD(rev 0)
+++ kde-untable/PKGBUILD2016-11-30 22:03:34 UTC (rev 282393)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=3.0.94
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="http://krita.org";
+license=(LGPL)
+depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr fftw curl 
boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("http://download.kde.org/unstable/krita/$pkgver/krita-$pkgver.tar.gz";)
+md5sums=('a8822566df7743405b37b72f22a1db53')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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


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

2016-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2016 @ 22:04:04
  Author: heftig
Revision: 282394

50.0.2-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 22:03:34 UTC (rev 282393)
+++ PKGBUILD2016-11-30 22:04:04 UTC (rev 282394)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=50.0
+pkgver=50.0.2
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=('any')
@@ -131,94 +131,94 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-md5sums=('9a63ee52fd3cf04f4141981b3df9ab82'
- '12a9e5c4af1b770d51a4cc0c94e152a7'
- 'bd8b59093d4d9ceb8e8150cab1f0341f'
- '753d529f277ce20b3dc7ff0a48112219'
- '504b443a51c3b025c82c125e4243ea7c'
- 'b75e28e99b903ab6a18eb77249deca97'
- '0789125cc3b0aebda1c9579638a2df58'
- '0c90b4b6e5fb0dfa35c33b9b7a69d2c4'
- '24fe54cdac5681d790196279e87ffc3d'
- 'c65ec7b96397578351380957cd5bf409'
- '2548fb8264066fca148c340007319346'
- '6916acedbcc6fe1278633c9c78f0e040'
- 'f904f4b2c61ebbedb86e3cc73bd7b911'
- 'b7475b5937315684f91bea41318f1cc7'
- '684d1cc088a5da47210485a30f9ecaf2'
- '1c250fa48cbfa761e161e3947dc1a0b3'
- '548eee083138610727bf73dbd82c40ee'
- '8025294e7af2d020edc5d7502e3ff366'
- '13cc1194c4d73ba4c6266f1058f2cb84'
- '20b8af98d8a6b2a6e6c348e953c162df'
- '5d66e2db9aef86c87d8cc953043dc913'
- '8e56cbf1692508eda557d76d1298b0fe'
- '6449ecde53a789cbfc16bf086dadd3f1'
- '3e58c73f36fd48c1e7089d102d2b2502'
- '587475731617437970f091763b7c06a2'
- '2a0f89e4eb53f02c5ae1adc94828f30d'
- 'c4949606e189580e6a067e9291a8f5c9'
- '00b916d47abe24f1da7eb868a26c2918'
- '1a05c91f3a51e10b8e7ac3221d91fc1e'
- 'f9d14dd246a8d59033e506882052647d'
- '5c7f365f4f2e3b381d1433e3e0fdbe30'
- '72e070b37c420ec8e6206b5e190a856e'
- '629b296023daae61a258380a8e44f194'
- '6552f46f83b1b8db6bf27124ff1baac8'
- '0e2005f2a274c6446ddb93a4deaa86ea'
- 'bcbcf33165b5c440e054a7fc15c26754'
- '75fc7f5dcd9ae1c547abf87d866b7ffb'
- '817b312e4a1e099b6fb81e446d03569a'
- 'a00ba76556474b5bc899df4034241f26'
- 'aef7abaf50a06d2c4e29873993627724'
- '930765fef65610a9b31b9c1a0e9c07a7'
- 'c01c9213e244628282779ed67550dd50'
- '1087c95837b616ce633abb76384c17d5'
- '9c868b5e20546c8cf686b9b8557f42e0'
- '438440d2b069d172d5dbaeca35e09b4d'
- '92188c7c6e3d3088ae0122bdea5d9dc1'
- '902adbbe1b867cbadfff3980001c1da4'
- '4f116137379a70a3e55be7332739a5b6'
- 'fa14595ceafbcbf7dfa7a507b0a201f3'
- 'd5a174a416f03cae2575b46b9b7a902f'
- 'ec40c756965da9b1a2f7aabca58c8e8f'
- 'd322198e281956f3c005de4af689628e'
- 'd2ddb741663e61d29870314175341c2b'
- '4c50cdf3158bb7a9378039ab2b651798'
- '7b6c0c0fe1edbc60a5c7e1baf0e024b0'
- '2004921704f6bb104dcedf3750d0a58a'
- '0b837df66c50ac40f212019b1dab26b6'
- '1c4c44bed4dd9c424cf4d20177feafd7'
- '0c672f9535e7e61417def70a0ff41eb6'
- 'c4a5b79ab48b6d60267223230447ecde'
- 'e664fc5c662e7bd9dbc069fd6788e888'
- '9edfa70471be86c737e78f7c6cb2f765'
- '81ac00e3b701fc6c5548c01447c090e7'
- '9c3b3659a8ba1a7b9c82327aff71e6e8'
- '8f63470fce3285c696e1df41d97bad1f'
- 'fb51f2eed4711bebfb211dc4dd630c0e'
- '3023e7526430e62223cb0723a0d0be30'
- '770c1be4c16586a42d52a86a621d8a2a'
- 'f7dbc4536dc4daa80ec9f03a3a582338'
- 'a5f82cc184eef81da0968560a3dab0b4'
- 'fcca12a958a461e6bfca74fa4c27d769'
- '8ad1f5c2f9dbba7e08cf4e214fbb76f0'
- 'e1a9bb4a3122d6c8607cb617e06465e0'
- 'd6f9e74dc1bc79ca7759fbada17df025'
- '205b2c2a334e92bb96a0d699e9226cbe'
- 'f69cd3dd593fa391100635a992d94b89'
- '934703b0d1b23be1d0cb0d8139d086dd'
- '22ad272d36e71183db1c67970eeb7338'
- 'a32cc247a38b2c166ca9716642165309'
- 'de126d16a191a531e3aaf135695cbd6c'
- '998f99025a0f53e9a8a1c5682c40a280'
- '4a5a93686b79541c92a34a44bbe4d9ee'
- 'f3cf23324e0b67a6d1f71624a65e6f68'
- 'd1f440570c69b27de1313b7a2ae83a25'
- '29dc94d339a3f8355afb352b4a387658'
- 'adc552dae0282c1cfdd3bd729ffb081d'
- '222887888e810655f11221341a205cbf'
- '439e4b7a4bef909a0a2d21e4cc0ddd99'
- 'da84aefba1b11a241f093d30107707a8'
- 'c34708864a1c3075cb2553610c8b38d0'
- 'e67ab28e4d991b613b03da323ce1f4e8')
+md5sums=('90aa18179e6e587f4b2474e5e111895e'
+ '6601003ea666af94010ba1d2c6092288'
+ '7e41a6805939fb5651ab7f62bc53ddf4'
+ 'bb97af

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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:05:05
  Author: arojas
Revision: 282395

archrelease: copy kde-untable to kde-unstable-i686, kde-unstable-x86_64

Added:
  krita/repos/kde-unstable-i686/
  krita/repos/kde-unstable-i686/PKGBUILD
(from rev 282394, krita/kde-untable/PKGBUILD)
  krita/repos/kde-unstable-x86_64/
  krita/repos/kde-unstable-x86_64/PKGBUILD
(from rev 282394, krita/kde-untable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   38 ++
 kde-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: krita/repos/kde-unstable-i686/PKGBUILD (from rev 282394, 
krita/kde-untable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-11-30 22:05:05 UTC (rev 282395)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=3.0.94
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="http://krita.org";
+license=(LGPL)
+depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr fftw curl 
boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("http://download.kde.org/unstable/krita/$pkgver/krita-$pkgver.tar.gz";)
+md5sums=('a8822566df7743405b37b72f22a1db53')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Copied: krita/repos/kde-unstable-x86_64/PKGBUILD (from rev 282394, 
krita/kde-untable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-11-30 22:05:05 UTC (rev 282395)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=3.0.94
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="http://krita.org";
+license=(LGPL)
+depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr fftw curl 
boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("http://download.kde.org/unstable/krita/$pkgver/krita-$pkgver.tar.gz";)
+md5sums=('a8822566df7743405b37b72f22a1db53')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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


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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:08:06
  Author: arojas
Revision: 197451

Update to 2.9.0

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 20:50:10 UTC (rev 197450)
+++ PKGBUILD2016-11-30 22:08:06 UTC (rev 197451)
@@ -3,9 +3,9 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8.0.alpha
+_pkgver=2.9.0
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
 epoch=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
 url='http://pari.math.u-bordeaux.fr/'
@@ -16,17 +16,9 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=(pari)
 provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";)
+md5sums=('f06996a9ed92fb4c2b63a9bef8279cf5')
 
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
 build() {
   cd pari-${_pkgver}
   ./Configure --prefix=/usr --with-readline --with-gmp


[arch-commits] Commit in firefox-i18n/repos (testing-any testing-any/PKGBUILD)

2016-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2016 @ 22:08:05
  Author: heftig
Revision: 282396

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 282395, firefox-i18n/trunk/PKGBUILD)

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

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 282395, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-11-30 22:08:05 UTC (rev 282396)
@@ -0,0 +1,224 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Michal Hybner 
+# Contributor: Andrea Scarpino 
+
+pkgbase=firefox-i18n
+pkgver=50.0.2
+pkgrel=1
+pkgdesc="Language pack for Firefox"
+arch=('any')
+url="http://www.mozilla.com/";
+license=('MPL' 'GPL')
+
+_languages=(
+  'ach"Acholi"'
+  'af "Afrikaans"'
+  'an "Aragonese"'
+  'ar "Arabic"'
+  'as "Assamese"'
+  'ast"Asturian"'
+  'az "Azerbaijani"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn-BD  "Bengali (Bangladesh)"'
+  'bn-IN  "Bengali (India)"'
+  'br "Breton"'
+  'bs "Bosnian"'
+  'ca "Catalan"'
+  'cak"Maya Kaqchikel"'
+  'cs "Czech"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  'en-ZA  "English (South African)"'
+  'eo "Esperanto"'
+  'es-AR  "Spanish (Argentina)"'
+  'es-CL  "Spanish (Chile)"'
+  'es-ES  "Spanish (Spain)"'
+  'es-MX  "Spanish (Mexico)"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fa "Persian"'
+  'ff "Fulah"'
+  'fi "Finnish"'
+  'fr "French"'
+  'fy-NL  "Frisian"'
+  'ga-IE  "Irish"'
+  'gd "Gaelic (Scotland)"'
+  'gl "Galician"'
+  'gn "Guarani"'
+  'gu-IN  "Gujarati (India)"'
+  'he "Hebrew"'
+  'hi-IN  "Hindi (India)"'
+  'hr "Croatian"'
+  'hsb"Upper Sorbian"'
+  'hu "Hungarian"'
+  'hy-AM  "Armenian"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'kk "Kazakh"'
+  'km "Khmer"'
+  'kn "Kannada"'
+  'ko "Korean"'
+  'lij"Ligurian"'
+  'lt "Lithuanian"'
+  'lv "Latvian"'
+  'mai"Maithili"'
+  'mk "Macedonian"'
+  'ml "Malayalam"'
+  'mr "Marathi"'
+  'ms "Malay"'
+  'nb-NO  "Norwegian (Bokmål)"'
+  'nl "Dutch"'
+  'nn-NO  "Norwegian (Nynorsk)"'
+  'or "Oriya"'
+  'pa-IN  "Punjabi (India)"'
+  'pl "Polish"'
+  'pt-BR  "Portuguese (Brazilian)"'
+  'pt-PT  "Portuguese (Portugal)"'
+  'rm "Romansh"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'si "Sinhala"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'son"Songhai"'
+  'sq "Albanian"'
+  'sr "Serbian"'
+  'sv-SE  "Swedish"'
+  'ta "Tamil"'
+  'te "Telugu"'
+  'th "Thai"'
+  'tr "Turkish"'
+  'uk "Ukrainian"'
+  'uz "Uzbek"'
+  'vi "Vietnamese"'
+  'xh "Xhosa"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=firefox-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+
+_package() {
+  pkgdesc="$2 language pack for Firefox"
+  depends=("firefox>=$pkgver")
+  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
+}
+
+md5sums=('90aa18179e6e587f4b2474e5e111895e'
+ '6601003ea666af94010ba1d2c6092288'
+ '7e41a6805939fb5651ab7f62bc53ddf4'
+ 'bb97af126078ed5205432568d015dda0'
+ 'c416d553acc43199138c89ff0505b098'
+ '1594e3ec7fd30a8ff0ee42771e0e1a54'
+ 'e22279c62089c56001282e469f446f10'
+ '89c26e9f8ddb3755925344c1945af5c6'
+ 'd76b3721ac0f5a3f07f1c633395afba9'
+ 'ca981b426c2ab3a24c0b4ac6c7a48256'
+ '65a0bbb1cdfd643384ba856414b4af5d'
+ '45384cd3de4471466ddf8a1391b2eeba'
+ 'd0d2eed07e00adb1bd6351b305da9a7a'
+ 'd031e7955a14b63d937ac1ac491d80c7'
+ 'c1b6238872715b0e50d488bfddfe8e1d'
+ '56df7ad882e6c8a44817506407bccee2'
+ '72770d51cd506c8382f50319bbb68c49'
+ '6c182d16fa84850278659d71a3ac4198'
+ '9f20670b75c953d51be9798f29c24944'
+ '06b842183440f1b9da522e6e7adb3ccc'
+ 'b4936333208ae2199082f6ad25dd3c88'
+ '164057483a3b902840b848c3d539d561'
+ '4c1949ae5d8bde43672b9cd1173faea4'
+ '709c7edf45b55d604e4392870eb8252a'
+  

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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:08:50
  Author: arojas
Revision: 197452

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

Added:
  pari-sage/repos/community-staging-i686/
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 197451, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 197451, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 197451, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-30 22:08:50 UTC (rev 197452)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.9.0
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";)
+md5sums=('f06996a9ed92fb4c2b63a9bef8279cf5')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 197451, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-30 22:08:50 UTC (rev 197452)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.9.0
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";)
+md5sums=('f06996a9ed92fb4c2b63a9bef8279cf5')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}


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

2016-11-30 Thread Jan Steffens
Date: Wednesday, November 30, 2016 @ 22:08:55
  Author: heftig
Revision: 282397

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

Added:
  firefox/repos/testing-i686/PKGBUILD
(from rev 282396, firefox/trunk/PKGBUILD)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 282396, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox-symbolic.svg
(from rev 282396, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/testing-i686/firefox.desktop
(from rev 282396, firefox/trunk/firefox.desktop)
  firefox/repos/testing-i686/fix-wifi-scanner.diff
(from rev 282396, firefox/trunk/fix-wifi-scanner.diff)
  firefox/repos/testing-i686/mozconfig
(from rev 282396, firefox/trunk/mozconfig)
  firefox/repos/testing-i686/rust-i686.patch
(from rev 282396, firefox/trunk/rust-i686.patch)
  firefox/repos/testing-i686/vendor.js
(from rev 282396, firefox/trunk/vendor.js)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 282396, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 282396, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox-symbolic.svg
(from rev 282396, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 282396, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/fix-wifi-scanner.diff
(from rev 282396, firefox/trunk/fix-wifi-scanner.diff)
  firefox/repos/testing-x86_64/mozconfig
(from rev 282396, firefox/trunk/mozconfig)
  firefox/repos/testing-x86_64/rust-i686.patch
(from rev 282396, firefox/trunk/rust-i686.patch)
  firefox/repos/testing-x86_64/vendor.js
(from rev 282396, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/testing-i686/PKGBUILD
  firefox/repos/testing-i686/firefox-install-dir.patch
  firefox/repos/testing-i686/firefox-symbolic.svg
  firefox/repos/testing-i686/firefox.desktop
  firefox/repos/testing-i686/fix-wifi-scanner.diff
  firefox/repos/testing-i686/mozconfig
  firefox/repos/testing-i686/rust-i686.patch
  firefox/repos/testing-i686/vendor.js
  firefox/repos/testing-x86_64/PKGBUILD
  firefox/repos/testing-x86_64/firefox-install-dir.patch
  firefox/repos/testing-x86_64/firefox-symbolic.svg
  firefox/repos/testing-x86_64/firefox.desktop
  firefox/repos/testing-x86_64/fix-wifi-scanner.diff
  firefox/repos/testing-x86_64/mozconfig
  firefox/repos/testing-x86_64/rust-i686.patch
  firefox/repos/testing-x86_64/vendor.js

--+
 /PKGBUILD|  254 +++
 /firefox-install-dir.patch   |   24 +
 /firefox-symbolic.svg|   60 ++
 /firefox.desktop |  620 +
 /fix-wifi-scanner.diff   |   32 +
 /mozconfig   |   72 +++
 /rust-i686.patch |   32 +
 /vendor.js   |   24 +
 testing-i686/PKGBUILD|  127 -
 testing-i686/firefox-install-dir.patch   |   12 
 testing-i686/firefox-symbolic.svg|   30 -
 testing-i686/firefox.desktop |  310 --
 testing-i686/fix-wifi-scanner.diff   |   16 
 testing-i686/mozconfig   |   36 -
 testing-i686/rust-i686.patch |   16 
 testing-i686/vendor.js   |   12 
 testing-x86_64/PKGBUILD  |  127 -
 testing-x86_64/firefox-install-dir.patch |   12 
 testing-x86_64/firefox-symbolic.svg  |   30 -
 testing-x86_64/firefox.desktop   |  310 --
 testing-x86_64/fix-wifi-scanner.diff |   16 
 testing-x86_64/mozconfig |   36 -
 testing-x86_64/rust-i686.patch   |   16 
 testing-x86_64/vendor.js |   12 
 24 files changed, 1118 insertions(+), 1118 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-11-30 22:08:05 UTC (rev 282396)
+++ testing-i686/PKGBUILD   2016-11-30 22:08:55 UTC (rev 282397)
@@ -1,127 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Jakub Schmidtke 
-
-pkgname=firefox
-pkgver=50.0.1
-pkgrel=1
-pkgdesc="Standalone web browser from mozilla.org"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/";
-depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 
'mime-types'
- 'dbus-glib' 'alsa-lib' 'ffmpeg' 'libvpx' 'libevent' 'nss' 'hunspell'
- 'sqlite' 'ttf-font' 'icu')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
- 'libpulse' 'inetutils' 'xorg-server-xvfb' 'autoconf2.13' 'cargo')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'upower: Battery API')
-options=('!emptydirs' '!m

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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:12:32
  Author: arojas
Revision: 197454

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

Added:
  cysignals/repos/community-staging-i686/
  cysignals/repos/community-staging-i686/PKGBUILD
(from rev 197453, cysignals/trunk/PKGBUILD)
  cysignals/repos/community-staging-x86_64/
  cysignals/repos/community-staging-x86_64/PKGBUILD
(from rev 197453, cysignals/trunk/PKGBUILD)

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

Copied: cysignals/repos/community-staging-i686/PKGBUILD (from rev 197453, 
cysignals/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-30 22:12:32 UTC (rev 197454)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=cysignals
+pkgname=(python-cysignals python2-cysignals)
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org";
+license=(LGPL)
+makedepends=(cython2 cython pari-sage)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2";)
+md5sums=('c2d216ae3676c670c68dfb07e7ed25bc')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cysignals() {
+  depends=(python pari-sage)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+
+# Keep scripts in python2 package
+  rm -r "$pkgdir"/usr/bin
+}
+
+package_python2-cysignals() {
+  depends=(python2 pari-sage)
+  conflicts=(cysignals)
+  provides=(cysignals)
+  replaces=(cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}

Copied: cysignals/repos/community-staging-x86_64/PKGBUILD (from rev 197453, 
cysignals/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-30 22:12:32 UTC (rev 197454)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=cysignals
+pkgname=(python-cysignals python2-cysignals)
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org";
+license=(LGPL)
+makedepends=(cython2 cython pari-sage)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2";)
+md5sums=('c2d216ae3676c670c68dfb07e7ed25bc')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cysignals() {
+  depends=(python pari-sage)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+
+# Keep scripts in python2 package
+  rm -r "$pkgdir"/usr/bin
+}
+
+package_python2-cysignals() {
+  depends=(python2 pari-sage)
+  conflicts=(cysignals)
+  provides=(cysignals)
+  replaces=(cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}


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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:12:02
  Author: arojas
Revision: 197453

pari-sage 2.9 rebuild

Modified:
  cysignals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 22:08:50 UTC (rev 197452)
+++ PKGBUILD2016-11-30 22:12:02 UTC (rev 197453)
@@ -4,7 +4,7 @@
 pkgbase=cysignals
 pkgname=(python-cysignals python2-cysignals)
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Interrupt and signal handling for Cython"
 arch=(i686 x86_64)
 url="https://www.sagemath.org";


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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:16:26
  Author: arojas
Revision: 197455

pari-sage 2.9 rebuild

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 22:12:32 UTC (rev 197454)
+++ PKGBUILD2016-11-30 22:16:26 UTC (rev 197455)
@@ -3,7 +3,7 @@
 
 pkgname=eclib
 pkgver=20160720
-pkgrel=9
+pkgrel=10
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(i686 x86_64)
 url="https://github.com/JohnCremona/eclib/";


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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:27:55
  Author: arojas
Revision: 197456

pari-sage 2.9 rebuild

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 22:16:26 UTC (rev 197455)
+++ PKGBUILD2016-11-30 22:27:55 UTC (rev 197456)
@@ -5,7 +5,7 @@
 pkgname=(xcas libgiac)
 _pkgver=1.2.2-103
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="A free computer algebra system"
 arch=(i686 x86_64)
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";


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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:32:16
  Author: arojas
Revision: 197457

pari-sage 2.9 rebuild, use Sage sources

Modified:
  lcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 22:27:55 UTC (rev 197456)
+++ PKGBUILD2016-11-30 22:32:16 UTC (rev 197457)
@@ -3,7 +3,7 @@
 
 pkgname=lcalc
 pkgver=1.23
-pkgrel=13
+pkgrel=14
 pkgdesc="C++ L-function class library and command line interface"
 arch=(i686 x86_64)
 url="http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html";
@@ -10,9 +10,10 @@
 license=(GPL2)
 depends=(pari-sage)
 makedepends=(chrpath)
-source=("http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/L-$pkgver.tar.gz";
+#source=("http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/L-$pkgver.tar.gz";
+source=("http://mirrors.mit.edu/sage/spkg/upstream/lcalc/lcalc-$pkgver.tar.bz2";
  'Lcommon.h.patch' 'gcc-4.9.patch' 'pari-2.7.patch' 'gcc-5.patch')
-md5sums=('8262d4495e0bbe0283e5341ef8694c23'
+md5sums=('de7dc4e06cff7a89c5d922b4acc2be01'
  '8af1dd6d3118bb785f193283a31305a2'
  '436dd35b06766dffad0941bcfb511e89'
  '187024b6d6f259209645af68ca8787f2'
@@ -19,7 +20,7 @@
  '88d8a28a75e0bc143d0898f2797d1c54')
 
 prepare() {
-  cd L-$pkgver
+  cd $pkgname-$pkgver
   patch -p1 -i "$srcdir"/Lcommon.h.patch  
   patch -p1 -i "$srcdir"/gcc-4.9.patch
   patch -p1 -i "$srcdir"/gcc-5.patch
@@ -30,17 +31,15 @@
 }
 
 build() {
-  cd L-$pkgver/src
+  cd $pkgname-$pkgver/src
   make PARI_DEFINE="-DINCLUDE_PARI" LOCATION_PARI_H="/usr/include/pari"
LOCATION_PARI_LIBRARY="/usr/lib" all
 }
 
 package() {
-  cd L-$pkgver/src
+  cd $pkgname-$pkgver/src
   mkdir -p "$pkgdir"/usr/{bin,include,lib}
   make INSTALL_DIR="$pkgdir"/usr install
 
-# remove leftover files
-  rm 
"$pkgdir"/usr/include/libLfunction/{Lexplicit_formula.h.swap.crap,.*.swp,.DS*}
 # fix wrong permissions
   chmod 644 "$pkgdir"/usr/include/libLfunction/Ldokchitser.h
 # fix insecure rpath


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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:32:50
  Author: arojas
Revision: 197458

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

Added:
  lcalc/repos/community-staging-i686/
  lcalc/repos/community-staging-i686/Lcommon.h.patch
(from rev 197457, lcalc/trunk/Lcommon.h.patch)
  lcalc/repos/community-staging-i686/PKGBUILD
(from rev 197457, lcalc/trunk/PKGBUILD)
  lcalc/repos/community-staging-i686/gcc-4.9.patch
(from rev 197457, lcalc/trunk/gcc-4.9.patch)
  lcalc/repos/community-staging-i686/gcc-5.patch
(from rev 197457, lcalc/trunk/gcc-5.patch)
  lcalc/repos/community-staging-i686/pari-2.7.patch
(from rev 197457, lcalc/trunk/pari-2.7.patch)
  lcalc/repos/community-staging-x86_64/
  lcalc/repos/community-staging-x86_64/Lcommon.h.patch
(from rev 197457, lcalc/trunk/Lcommon.h.patch)
  lcalc/repos/community-staging-x86_64/PKGBUILD
(from rev 197457, lcalc/trunk/PKGBUILD)
  lcalc/repos/community-staging-x86_64/gcc-4.9.patch
(from rev 197457, lcalc/trunk/gcc-4.9.patch)
  lcalc/repos/community-staging-x86_64/gcc-5.patch
(from rev 197457, lcalc/trunk/gcc-5.patch)
  lcalc/repos/community-staging-x86_64/pari-2.7.patch
(from rev 197457, lcalc/trunk/pari-2.7.patch)

--+
 community-staging-i686/Lcommon.h.patch   |   23 +
 community-staging-i686/PKGBUILD  |   47 
 community-staging-i686/gcc-4.9.patch |   24 ++
 community-staging-i686/gcc-5.patch   |   56 
 community-staging-i686/pari-2.7.patch|   67 +
 community-staging-x86_64/Lcommon.h.patch |   23 +
 community-staging-x86_64/PKGBUILD|   47 
 community-staging-x86_64/gcc-4.9.patch   |   24 ++
 community-staging-x86_64/gcc-5.patch |   56 
 community-staging-x86_64/pari-2.7.patch  |   67 +
 10 files changed, 434 insertions(+)

Copied: lcalc/repos/community-staging-i686/Lcommon.h.patch (from rev 197457, 
lcalc/trunk/Lcommon.h.patch)
===
--- community-staging-i686/Lcommon.h.patch  (rev 0)
+++ community-staging-i686/Lcommon.h.patch  2016-11-30 22:32:50 UTC (rev 
197458)
@@ -0,0 +1,23 @@
+--- L-1.23/include/Lcommon.h.orig  2011-04-09 04:09:25.984121006 -0300
 L-1.23/include/Lcommon.h   2011-04-09 04:09:58.750265003 -0300
+@@ -25,6 +25,8 @@ inline double lcalc_to_double(const Doub
+ #ifdef USE_MPFR
+ inline double lcalc_to_double(const double& x) { return x; }
+ #endif
++
++#if 0
+ //inline double lcalc_to_double(const long double& x) { return x; }
+ inline double lcalc_to_double(const int& x) { return x; }
+ inline double lcalc_to_double(const long long& x) { return x; }
+@@ -33,6 +35,10 @@ inline double lcalc_to_double(const char
+ inline double lcalc_to_double(const long int& x) { return x; }
+ inline double lcalc_to_double(const unsigned int& x) { return x; }
+ inline double lcalc_to_double(const long unsigned int& x) { return x; }
++#else
++#  define lcalc_to_double(x)  ((double)(x))
++#endif
++
+ #define Int(x) (int)(lcalc_to_double(x))
+ #define Long(x) (Long)(lcalc_to_double(x))
+ #define double(x) (double)(lcalc_to_double(x))
+ 
\ No newline at end of file

Copied: lcalc/repos/community-staging-i686/PKGBUILD (from rev 197457, 
lcalc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-30 22:32:50 UTC (rev 197458)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=lcalc
+pkgver=1.23
+pkgrel=14
+pkgdesc="C++ L-function class library and command line interface"
+arch=(i686 x86_64)
+url="http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html";
+license=(GPL2)
+depends=(pari-sage)
+makedepends=(chrpath)
+#source=("http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/L-$pkgver.tar.gz";
+source=("http://mirrors.mit.edu/sage/spkg/upstream/lcalc/lcalc-$pkgver.tar.bz2";
+ 'Lcommon.h.patch' 'gcc-4.9.patch' 'pari-2.7.patch' 'gcc-5.patch')
+md5sums=('de7dc4e06cff7a89c5d922b4acc2be01'
+ '8af1dd6d3118bb785f193283a31305a2'
+ '436dd35b06766dffad0941bcfb511e89'
+ '187024b6d6f259209645af68ca8787f2'
+ '88d8a28a75e0bc143d0898f2797d1c54')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/Lcommon.h.patch  
+  patch -p1 -i "$srcdir"/gcc-4.9.patch
+  patch -p1 -i "$srcdir"/gcc-5.patch
+# port to PARI 2.7 API
+  patch -p1 -i "$srcdir"/pari-2.7.patch
+# Install headers where Sage expects them
+  sed -e 's|include/Lfunction|include/libLfunction|g' -i src/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  make PARI_DEFINE="-DINCLUDE_PARI" LOCATION_PARI_H="/usr/include/pari"
LOCATION_PARI_LIBRARY="/usr/lib" all
+}
+
+package() {
+  cd $pkgname-$p

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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:33:37
  Author: arojas
Revision: 197459

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

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

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

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

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


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 03:00:09
  Author: felixonmars
Revision: 197460

upgpkg: deepin-file-manager 1:1.3.2-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 22:33:37 UTC (rev 197459)
+++ PKGBUILD2016-12-01 03:00:09 UTC (rev 197460)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'


[arch-commits] Commit in deepin-file-manager/repos (4 files)

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 03:01:02
  Author: felixonmars
Revision: 197461

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 197460, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 197460, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-01 03:00:09 UTC (rev 197460)
+++ community-i686/PKGBUILD 2016-12-01 03:01:02 UTC (rev 197461)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.3.1
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 197460, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-01 03:01:02 UTC (rev 197461)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3.2
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-01 03:00:09 UTC (rev 197460)
+++ community-x86_64/PKGBUILD   2016-12-01 03:01:02 UTC (rev 197461)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.3.1
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 197460, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-01 03:01:02 UTC (rev 197461)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3.2
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROO

[arch-commits] Commit in perl-dbd-mysql/trunk (PKGBUILD)

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 03:04:14
  Author: felixonmars
Revision: 282398

upgpkg: perl-dbd-mysql 4.041-1

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 22:08:55 UTC (rev 282397)
+++ PKGBUILD2016-12-01 03:04:14 UTC (rev 282398)
@@ -5,7 +5,7 @@
 # Contributor: Eric Johnson 
 
 pkgname=perl-dbd-mysql
-pkgver=4.040
+pkgver=4.041
 pkgrel=1
 pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('mariadb' 'perl-test-deep')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('81d36e54708c66429a25140613a35d22')
+md5sums=('5fc910d0ee56de3dd805a5b06cf9e1dd')
 
 build() {
   cd DBD-mysql-$pkgver


[arch-commits] Commit in perl-dbd-mysql/repos (4 files)

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 03:05:09
  Author: felixonmars
Revision: 282399

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

Added:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
(from rev 282398, perl-dbd-mysql/trunk/PKGBUILD)
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD
(from rev 282398, perl-dbd-mysql/trunk/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-01 03:04:14 UTC (rev 282398)
+++ extra-i686/PKGBUILD 2016-12-01 03:05:09 UTC (rev 282399)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.040
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/DBD-mysql/";
-depends=('libmariadbclient' 'perl-dbi')
-checkdepends=('mariadb' 'perl-test-deep')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('81d36e54708c66429a25140613a35d22')
-
-build() {
-  cd DBD-mysql-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd DBD-mysql-$pkgver
-  mkdir -p /tmp/mysql_test
-  mysql_install_db \
- --basedir=/usr \
- --datadir=/tmp/mysql_test
-  mysqld -P 17999 \
- --socket=/tmp/socket.mysql \
- --datadir=/tmp/mysql_test &
-  sleep 10
-  DAEMON_PORT=$!
-  make test
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd DBD-mysql-$pkgver
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbd-mysql/repos/extra-i686/PKGBUILD (from rev 282398, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-01 03:05:09 UTC (rev 282399)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-dbd-mysql
+pkgver=4.041
+pkgrel=1
+pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/DBD-mysql/";
+depends=('libmariadbclient' 'perl-dbi')
+checkdepends=('mariadb' 'perl-test-deep')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
+md5sums=('5fc910d0ee56de3dd805a5b06cf9e1dd')
+
+build() {
+  cd DBD-mysql-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd DBD-mysql-$pkgver
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test &
+  sleep 10
+  DAEMON_PORT=$!
+  make test
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd DBD-mysql-$pkgver
+  make install DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-01 03:04:14 UTC (rev 282398)
+++ extra-x86_64/PKGBUILD   2016-12-01 03:05:09 UTC (rev 282399)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.040
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/DBD-mysql/";
-depends=('libmariadbclient' 'perl-dbi')
-checkdepends=('mariadb' 'perl-test-deep')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.ta

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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 03:06:50
  Author: felixonmars
Revision: 197462

upgpkg: python-pytools 2016.2.6-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 03:01:02 UTC (rev 197461)
+++ PKGBUILD2016-12-01 03:06:50 UTC (rev 197462)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2016.2.5
+pkgver=2016.2.6
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -15,7 +15,7 @@
  'python2-numpy')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
-sha512sums=('d01be8604cf74172a12607f18414d1fbe1c4909c8a77e3cbed671a6af0dbc4c6df9d814793f53184c40f0faa01001b20f562758382a1edd78e8cd4e143f923f9')
+sha512sums=('87faf5221982815ffecf8bbe4a81eb21aa8f893132cb5ed0d23e3464b651dcd5070589972c5dc7fac7c4dce768dfe4e064d8346e637af4bfff36aea17833')
 
 prepare() {
   cp -a pytools-$pkgver{,-python2}


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 03:07:34
  Author: felixonmars
Revision: 197463

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-01 03:06:50 UTC (rev 197462)
+++ PKGBUILD2016-12-01 03:07:34 UTC (rev 197463)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2016.2.5
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="http://mathema.tician.de/software/pytools";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
- 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
- 'python2-numpy')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
-sha512sums=('d01be8604cf74172a12607f18414d1fbe1c4909c8a77e3cbed671a6af0dbc4c6df9d814793f53184c40f0faa01001b20f562758382a1edd78e8cd4e143f923f9')
-
-prepare() {
-  cp -a pytools-$pkgver{,-python2}
-}
-
-build() {
-  cd "$srcdir"/pytools-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytools-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pytools-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/pytools-$pkgver-python2
-  python2 setup.py ptr
-}
-
-package_python-pytools(){
-  depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
-
-  cd pytools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-
-package_python2-pytools() {
-  depends=('python2-six' 'python2-decorator' 'python2-appdirs' 'python2-numpy')
-
-  cd pytools-$pkgver-python2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 197462, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-01 03:07:34 UTC (rev 197463)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2016.2.6
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="http://mathema.tician.de/software/pytools";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
+ 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
+ 'python2-numpy')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
+sha512sums=('87faf5221982815ffecf8bbe4a81eb21aa8f893132cb5ed0d23e3464b651dcd5070589972c5dc7fac7c4dce768dfe4e064d8346e637af4bfff36aea17833')
+
+prepare() {
+  cp -a pytools-$pkgver{,-python2}
+}
+
+build() {
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytools-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/pytools-$pkgver-python2
+  python2 setup.py ptr
+}
+
+package_python-pytools(){
+  depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
+
+  cd pytools-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+
+package_python2-pytools() {
+  depends=('python2-six' 'python2-decorator' 'python2-appdirs' 'python2-numpy')
+
+  cd pytools-$pkgver-python2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 03:08:44
  Author: felixonmars
Revision: 197464

upgpkg: python-pifpaf 0.16.0-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 03:07:34 UTC (rev 197463)
+++ PKGBUILD2016-12-01 03:08:44 UTC (rev 197464)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.15.1
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 03:09:33
  Author: felixonmars
Revision: 197465

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-01 03:08:44 UTC (rev 197464)
+++ PKGBUILD2016-12-01 03:09:33 UTC (rev 197465)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.15.1
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
- 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
- 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a pifpaf{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/pifpaf
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
-   'python-xattr')
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
-   'python2-xattr')
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 197464, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-01 03:09:33 UTC (rev 197465)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pifpaf{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pifpaf
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pifpaf
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
+}
+
+package_python-pifpaf() {
+  depends=('python-pbr' 'python-cliff

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

2016-11-30 Thread Evangelos Foutras
Date: Thursday, December 1, 2016 @ 05:52:33
  Author: foutrelis
Revision: 282400

upgpkg: thunderbird 45.5.1-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 03:05:09 UTC (rev 282399)
+++ PKGBUILD2016-12-01 05:52:33 UTC (rev 282400)
@@ -6,8 +6,8 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=45.5.0
-pkgrel=3
+pkgver=45.5.1
+pkgrel=1
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -25,7 +25,7 @@
 thunderbird-install-dir.patch
 firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch
 vendor.js)
-sha256sums=('9571dee75d14cab3533e09599b2c183624f159cf8ae623f01ca6dc69eb846082'
+sha256sums=('15088086ab8643275f04775002aca02701e30b4d61f108d5380b6e6b7582a24c'
 'b884ccab9bea135600b41a2359073e637dee96dac64d22aceec4adb7fd936b23'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'


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

2016-11-30 Thread Evangelos Foutras
Date: Thursday, December 1, 2016 @ 05:53:01
  Author: foutrelis
Revision: 282401

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

Added:
  thunderbird/repos/testing-i686/PKGBUILD
(from rev 282400, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-i686/firefox-gcc-6.0.patch
(from rev 282400, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/testing-i686/mozconfig
(from rev 282400, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-i686/mozilla-1228540-1.patch
(from rev 282400, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/testing-i686/mozilla-1228540.patch
(from rev 282400, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/testing-i686/thunderbird-install-dir.patch
(from rev 282400, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-i686/thunderbird.desktop
(from rev 282400, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-i686/vendor.js
(from rev 282400, thunderbird/trunk/vendor.js)
  thunderbird/repos/testing-x86_64/PKGBUILD
(from rev 282400, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-x86_64/firefox-gcc-6.0.patch
(from rev 282400, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/testing-x86_64/mozconfig
(from rev 282400, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-x86_64/mozilla-1228540-1.patch
(from rev 282400, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/testing-x86_64/mozilla-1228540.patch
(from rev 282400, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch
(from rev 282400, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-x86_64/thunderbird.desktop
(from rev 282400, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-x86_64/vendor.js
(from rev 282400, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/testing-i686/PKGBUILD
  thunderbird/repos/testing-i686/firefox-gcc-6.0.patch
  thunderbird/repos/testing-i686/mozconfig
  thunderbird/repos/testing-i686/mozilla-1228540-1.patch
  thunderbird/repos/testing-i686/mozilla-1228540.patch
  thunderbird/repos/testing-i686/thunderbird-install-dir.patch
  thunderbird/repos/testing-i686/thunderbird.desktop
  thunderbird/repos/testing-i686/vendor.js
  thunderbird/repos/testing-x86_64/PKGBUILD
  thunderbird/repos/testing-x86_64/firefox-gcc-6.0.patch
  thunderbird/repos/testing-x86_64/mozconfig
  thunderbird/repos/testing-x86_64/mozilla-1228540-1.patch
  thunderbird/repos/testing-x86_64/mozilla-1228540.patch
  thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/testing-x86_64/thunderbird.desktop
  thunderbird/repos/testing-x86_64/vendor.js

--+
 /PKGBUILD|  232 
 /firefox-gcc-6.0.patch   |   52 
 /mozconfig   |   66 
 /mozilla-1228540-1.patch |  168 
 /mozilla-1228540.patch   |12064 +
 /thunderbird-install-dir.patch   |   24 
 /thunderbird.desktop |  346 
 /vendor.js   |   18 
 testing-i686/PKGBUILD|  116 
 testing-i686/firefox-gcc-6.0.patch   |   26 
 testing-i686/mozconfig   |   33 
 testing-i686/mozilla-1228540-1.patch |   84 
 testing-i686/mozilla-1228540.patch   | 6032 
 testing-i686/thunderbird-install-dir.patch   |   12 
 testing-i686/thunderbird.desktop |  173 
 testing-i686/vendor.js   |9 
 testing-x86_64/PKGBUILD  |  116 
 testing-x86_64/firefox-gcc-6.0.patch |   26 
 testing-x86_64/mozconfig |   33 
 testing-x86_64/mozilla-1228540-1.patch   |   84 
 testing-x86_64/mozilla-1228540.patch | 6032 
 testing-x86_64/thunderbird-install-dir.patch |   12 
 testing-x86_64/thunderbird.desktop   |  173 
 testing-x86_64/vendor.js |9 
 24 files changed, 12970 insertions(+), 12970 deletions(-)

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


[arch-commits] Commit in thunderbird-i18n/repos (testing-any testing-any/PKGBUILD)

2016-11-30 Thread Evangelos Foutras
Date: Thursday, December 1, 2016 @ 06:04:22
  Author: foutrelis
Revision: 282403

archrelease: copy trunk to testing-any

Added:
  thunderbird-i18n/repos/testing-any/
  thunderbird-i18n/repos/testing-any/PKGBUILD
(from rev 282402, thunderbird-i18n/trunk/PKGBUILD)

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

Copied: thunderbird-i18n/repos/testing-any/PKGBUILD (from rev 282402, 
thunderbird-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-12-01 06:04:22 UTC (rev 282403)
@@ -0,0 +1,157 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Thomas Baechler 
+
+pkgbase=thunderbird-i18n
+pkgver=45.5.1
+pkgrel=1
+pkgdesc="Language pack for Thunderbird"
+arch=('any')
+url="http://www.mozilla.com/";
+license=('MPL' 'GPL')
+
+_languages=(
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn-BD  "Bengali (Bangladesh)"'
+  'br "Breton"'
+  'ca "Catalan"'
+  'cs "Czech"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  'es-AR  "Spanish (Argentina)"'
+  'es-ES  "Spanish (Spain)"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fi "Finnish"'
+  'fr "French"'
+  'fy-NL  "Frisian"'
+  'ga-IE  "Irish"'
+  'gd "Gaelic (Scotland)"'
+  'gl "Galician"'
+  'he "Hebrew"'
+  'hr "Croatian"'
+  'hsb"Upper Sorbian"'
+  'hu "Hungarian"'
+  'hy-AM  "Armenian"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'ko "Korean"'
+  'lt "Lithuanian"'
+  'nb-NO  "Norwegian (Bokmål)"'
+  'nl "Dutch"'
+  'nn-NO  "Norwegian (Nynorsk)"'
+  'pa-IN  "Punjabi (India)"'
+  'pl "Polish"'
+  'pt-BR  "Portuguese (Brazilian)"'
+  'pt-PT  "Portuguese (Portugal)"'
+  'rm "Romansh"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'si "Sinhala"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'sq "Albanian"'
+  'sr "Serbian"'
+  'sv-SE  "Swedish"'
+  'ta-LK  "Tamil (Sri Lanka)"'
+  'tr "Turkish"'
+  'uk "Ukrainian"'
+  'vi "Vietnamese"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=thunderbird-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+
+_package() {
+  pkgdesc="$2 language pack for Thunderbird"
+  depends=("thunderbird>=$pkgver")
+  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
+}
+
+md5sums=('857426284754fc97f6df5912865720ae'
+ '01e95223941ad8ca64cd5588f4851f13'
+ '6c11bbe9531391276c7e7c7dbf93f565'
+ 'c4063667c022b0767aab5e655a928a62'
+ '4199ac9b9b4414be8c1d1e2b46f2bc80'
+ '9766de1ae4d057d3af6f886abdbe8de2'
+ 'b199f61eb4ead56445814e8a01a25af5'
+ 'cc6f6b339c399a41fa2e4603b2186ff5'
+ '6f1c185a460b12318e62f8aeb8ab1feb'
+ 'bc3441085311f9c7e66b191765e8b3d4'
+ '872b9962f0b02d4bf5b6fe06225ff443'
+ 'a6021e0521ae8f80d3c689b9a9a88362'
+ '08509f5042a7d63acec91a27d6cf2b0e'
+ 'f834fd1c474c29c2c5aa9593b14f824c'
+ 'f5673cb982242d60e205e48b4c2c6df2'
+ '4a82038e7772688445fd3b8a5589e660'
+ '5ec27e6c923ae5aee3a2c469446a4d1d'
+ '4c8adcb9ae7df751e1e2c28524a19c22'
+ '8ef4ff8e8125209f5d246f64620f09ad'
+ '5b7bfe382eb7c12142f031d6191d839a'
+ 'a98a53769a853d6aa20a70618f4794f9'
+ '3037a81bfb573bd55875649545784195'
+ '24839e67ae2efc655324ecaa45fd3535'
+ '1b929f1658c3786fb66034c26c10e995'
+ 'd9dc5a04918c2b4111c00ff53b2a6f74'
+ 'a23d4c8f760f042877049725478d0ba1'
+ '44c4406fd6c66a47a74dd7ca53712473'
+ '817e0a6150b3dfb2300b0ec70dc80c5f'
+ '7f5ffc933a32372445d2435b8ed58519'
+ 'e98b48e30bc6b2dfb9b50342b9a1fa76'
+ '6a08162a42bc26964f6444b5c6506b12'
+ '3e24e51f5e5ca41fb93b2cfd20c00183'
+ '29f62ed6db3b9cb0485291c7d56ef949'
+ 'b6d2cf3aa4be696547ec6154b678d458'
+ '90a335270f719f1a3809ba7398cfde7c'
+ 'c41696fd34edd04ddad44a5a944487d2'
+ '43fb7aecde7d6f2f653f2161559c56e5'
+ 'd27a63660ad963e6074b78ab56e68546'
+ '0a717f42af121f0a10086eda18813a29'
+ '35c0f40dc43f7cf4f755b30a241f1fd1'
+ 'd031aed6782cce3fc1140cb388041019'
+ 

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

2016-11-30 Thread Evangelos Foutras
Date: Thursday, December 1, 2016 @ 06:04:08
  Author: foutrelis
Revision: 282402

upgpkg: thunderbird-i18n 45.5.1-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 05:53:01 UTC (rev 282401)
+++ PKGBUILD2016-12-01 06:04:08 UTC (rev 282402)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=45.4.0
+pkgver=45.5.1
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -97,61 +97,61 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-md5sums=('5fed6c9632a6617858b36fc5a49f5add'
- '774689a1aa8eb85bb757c2a5001a4a3e'
- 'd9cd5030894c4eb2302083dd42e6283a'
- '047fae16e999b51a9328e725e3cbd413'
- 'a9a0c3716318617b5ee830a7e2ce25c7'
- '3ed38d5b317c7fd7eeda371da8004e66'
- 'a7618c4604543061c76f6e2126f61610'
- 'ece409aa2f415219c7f2d54cee991afb'
- 'a94de3c5ad940b1b1d78fa5c8380b15a'
- 'fdaa4d218c1877eecdea1df6b223bb9c'
- 'edd597c50ca17d1296f2cd6024bd16f6'
- '540a606073c49fda5616a3bdd86530b7'
- '72387c7954b344efcaa5b1a2d45fa82a'
- 'a3d7c4777ce67941b039991d6d16793b'
- '074af88bb84af67e85c079543d42aa94'
- 'ba9a68402367e9f45cbe103d36cdea22'
- '81122fd626b615be97adf1975916deb5'
- 'f04440ed3a67d087476a10cee9e207d5'
- '445cb213da9e98f0526abf50f42592c3'
- 'faa9784d65faff2472890c969bcabbfe'
- '3d6d534716861fc0786bb50ed63e863b'
- '411e0dc2559dec749bd2a45d6440c2ed'
- '5401d47bfe4d56d23bfac4cff96175c1'
- '35b8cb0a60add4165b71c9c98007f890'
- 'be1d35e32102097d19c0180bbc6227a9'
- 'deaff73095811d8870ad220384467d86'
- '432d13aff5b7787d4fd15ad66a4e5203'
- 'a17cb12a93007ca50236621479b307ff'
- '4a09d49ef9fecbe33377847b3671a3c2'
- 'af7cc279a4222dae0535a3737b2ff35d'
- 'b1387c6f49dc860be3350ad2c483146c'
- 'eaaebbe500868fa7ec55ba000ba739bd'
- '1b08dc4e085127271c69b3c63f198eae'
- 'e5448432907f74e4de35aa66de906513'
- '2bcaaf2d5256631d097d44e5c45723cb'
- 'c938f12e96af36453533e59528c2afe2'
- '925afbfb123522a3f9e1bf5f8cd7751a'
- 'efd7705ee151ba6281cf2104374f0143'
- 'f7dd6d979b7374c71e34e8cfa7910e19'
- 'f1bb8d08a8dddc626393f305271a80ad'
- 'cafc2bfbfd5ffb0495a2431be7a357a6'
- '25408d060006cf68c0c97a69c96e949a'
- 'fad223af590b942d3d2cace91417d7c9'
- 'e2b6273e832da16ecb6bae4a706fc24e'
- 'b98ddae204dfbf881687f536e2ec23dc'
- 'c4b944f1a2e21a029e14a3f97d647d1c'
- '4d2b97e7488099381edb0c94c29712f1'
- '5b1ddbba86a76b15c5287a5ea092bf84'
- 'c5931f9e181c6a73628e99e0a2de8b1f'
- '60da3ef0ff3545a17e80e013d8e7ef47'
- '7eada70daadc989c0f7ecca787aa4373'
- '5d4882736c95df59cec3680bbe9f13b1'
- 'f39c829e8a5be97dd64afbb225d74510'
- '163918b24162f41fc7da3d17107ff015'
- '5dd5b783b51dfab5cbe7a4e4a83d180d'
- '6ee7fb1f65b98613d26053a6855998ac'
- '760891f4be2ae7d03286a82a1a87ad52'
- '354683d1039c6bf5034ad14155d4fb4c')
+md5sums=('857426284754fc97f6df5912865720ae'
+ '01e95223941ad8ca64cd5588f4851f13'
+ '6c11bbe9531391276c7e7c7dbf93f565'
+ 'c4063667c022b0767aab5e655a928a62'
+ '4199ac9b9b4414be8c1d1e2b46f2bc80'
+ '9766de1ae4d057d3af6f886abdbe8de2'
+ 'b199f61eb4ead56445814e8a01a25af5'
+ 'cc6f6b339c399a41fa2e4603b2186ff5'
+ '6f1c185a460b12318e62f8aeb8ab1feb'
+ 'bc3441085311f9c7e66b191765e8b3d4'
+ '872b9962f0b02d4bf5b6fe06225ff443'
+ 'a6021e0521ae8f80d3c689b9a9a88362'
+ '08509f5042a7d63acec91a27d6cf2b0e'
+ 'f834fd1c474c29c2c5aa9593b14f824c'
+ 'f5673cb982242d60e205e48b4c2c6df2'
+ '4a82038e7772688445fd3b8a5589e660'
+ '5ec27e6c923ae5aee3a2c469446a4d1d'
+ '4c8adcb9ae7df751e1e2c28524a19c22'
+ '8ef4ff8e8125209f5d246f64620f09ad'
+ '5b7bfe382eb7c12142f031d6191d839a'
+ 'a98a53769a853d6aa20a70618f4794f9'
+ '3037a81bfb573bd55875649545784195'
+ '24839e67ae2efc655324ecaa45fd3535'
+ '1b929f1658c3786fb66034c26c10e995'
+ 'd9dc5a04918c2b4111c00ff53b2a6f74'
+ 'a23d4c8f760f042877049725478d0ba1'
+ '44c4406fd6c66a47a74dd7ca53712473'
+ '817e0a6150b3dfb2300b0ec70dc80c5f'
+ '7f5ffc933a32372445d2435b8ed58519'
+ 'e98b48e30bc6b2dfb9b50342b9a1fa76'
+ '6a08162a42bc26964f6444b5c6506b12'
+ '3e24e51f5e5ca41fb93b2cfd20c00183'
+ '29f62ed6db3b9cb0485291c7d56ef949'
+ 'b6d2cf3aa4be696547ec6154b678d458'
+ '90a335270f719f1a3809ba7398cfde7c'
+

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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:35:12
  Author: felixonmars
Revision: 282404

upgpkg: python-requests 2.12.2-1

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 06:04:22 UTC (rev 282403)
+++ PKGBUILD2016-12-01 06:35:12 UTC (rev 282404)
@@ -4,7 +4,7 @@
 
 pkgbase=python-requests
 pkgname=('python-requests' 'python2-requests')
-pkgver=2.12.1
+pkgver=2.12.2
 pkgrel=1
 pkgdesc="Python HTTP for Humans"
 arch=('any')


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:35:25
  Author: felixonmars
Revision: 282405

archrelease: copy trunk to testing-any

Added:
  python-requests/repos/testing-any/
  python-requests/repos/testing-any/PKGBUILD
(from rev 282404, python-requests/trunk/PKGBUILD)
  python-requests/repos/testing-any/certs.patch
(from rev 282404, python-requests/trunk/certs.patch)

-+
 PKGBUILD|   74 ++
 certs.patch |   13 ++
 2 files changed, 87 insertions(+)

Copied: python-requests/repos/testing-any/PKGBUILD (from rev 282404, 
python-requests/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-12-01 06:35:25 UTC (rev 282405)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+
+pkgbase=python-requests
+pkgname=('python-requests' 'python2-requests')
+pkgver=2.12.2
+pkgrel=1
+pkgdesc="Python HTTP for Humans"
+arch=('any')
+url="http://python-requests.org";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet'
+ 'python-urllib3' 'python2-urllib3' 'python-pysocks' 
'python2-pysocks' 'git')
+checkdepends=('python-pytest-httpbin' 'python2-pytest-httpbin' 
'python-pytest-mock'
+  'python2-pytest-mock')
+source=("git+https://github.com/kennethreitz/requests.git#tag=v$pkgver";
+certs.patch)
+sha256sums=('SKIP'
+'e35e779d8640f35ea2ea51112f967d927b44d59483af4cd2c0945c84e79bb7c7')
+
+prepare() {
+  cd "$srcdir"/requests
+
+  patch -p1 -i "$srcdir"/certs.patch
+  sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
+  rm -f requests/cacert.pem
+
+  rm -r requests/packages/{urllib3,chardet}
+  sed -e '/packages.chardet/d' \
+  -e '/packages.urllib3/d' \
+  -i setup.py
+
+  cd "$srcdir"
+  cp -a requests{,-py2}
+  find requests-py2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
+}
+
+build() {
+  cd "$srcdir"/requests
+  python setup.py build
+
+  cd "$srcdir"/requests-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/requests
+  test -f "$(python -m requests.certs)"
+  py.test tests
+
+  cd "$srcdir"/requests-py2
+  test -f "$(python2 -m requests.certs)"
+  py.test2 tests || warning "Tests failed"
+}
+
+package_python-requests() {
+  depends=('python-urllib3' 'python-chardet')
+  optdepends=('python-pysocks: SOCKS proxy support')
+
+  cd "$srcdir"/requests
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-requests() {
+  depends=('python2-urllib3' 'python2-chardet')
+  optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
+  'python2-grequests: asynchronous requests with gevent'
+  'python2-pysocks: SOCKS proxy support')
+
+  cd "$srcdir"/requests-py2
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+}

Copied: python-requests/repos/testing-any/certs.patch (from rev 282404, 
python-requests/trunk/certs.patch)
===
--- testing-any/certs.patch (rev 0)
+++ testing-any/certs.patch 2016-12-01 06:35:25 UTC (rev 282405)
@@ -0,0 +1,13 @@
+diff --git a/requests/certs.py b/requests/certs.py
+index 07e6475..33db011 100644
+--- a/requests/certs.py
 b/requests/certs.py
+@@ -19,7 +19,7 @@ except ImportError:
+ def where():
+ """Return the preferred certificate bundle."""
+ # vendored bundle inside Requests
+-return os.path.join(os.path.dirname(__file__), 'cacert.pem')
++return "/etc/ssl/certs/ca-certificates.crt"
+ 
+ if __name__ == '__main__':
+ print(where())


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:47:19
  Author: felixonmars
Revision: 197472

upgpkg: haskell-conduit-combinators 1.0.8.3-1

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 06:38:41 UTC (rev 197471)
+++ PKGBUILD2016-12-01 06:47:19 UTC (rev 197472)
@@ -4,8 +4,8 @@
 
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
-pkgver=1.0.8.1
-pkgrel=3
+pkgver=1.0.8.3
+pkgrel=1
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable";
 license=("MIT")
@@ -17,7 +17,7 @@
  "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
  "haskell-void")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('cf347790f173dce64ebf7ef1b364686fee2d890bfa38caa9145494a5909a7637')
+sha256sums=('3b81e379c4dcb1cb6212bcbad1d0714e46f400ebf9ae2abe23621db500406dbe')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -24,7 +24,8 @@
 
 runhaskell Setup configure -O --enable-library-profiling --enable-shared \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:47:43
  Author: felixonmars
Revision: 197473

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

Added:
  haskell-conduit-combinators/repos/community-i686/PKGBUILD
(from rev 197472, haskell-conduit-combinators/trunk/PKGBUILD)
  haskell-conduit-combinators/repos/community-x86_64/PKGBUILD
(from rev 197472, haskell-conduit-combinators/trunk/PKGBUILD)
Deleted:
  haskell-conduit-combinators/repos/community-i686/PKGBUILD
  haskell-conduit-combinators/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-01 06:47:19 UTC (rev 197472)
+++ community-i686/PKGBUILD 2016-12-01 06:47:43 UTC (rev 197473)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=conduit-combinators
-pkgname=haskell-conduit-combinators
-pkgver=1.0.8.1
-pkgrel=3
-pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
-url="https://github.com/snoyberg/mono-traversable";
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
- "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
- "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
- "haskell-primitive" "haskell-resourcet" "haskell-text"
- "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
- "haskell-void")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('cf347790f173dce64ebf7ef1b364686fee2d890bfa38caa9145494a5909a7637')
-
-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-conduit-combinators/repos/community-i686/PKGBUILD (from rev 
197472, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-01 06:47:43 UTC (rev 197473)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.8.3
+pkgrel=1
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('3b81e379c4dcb1cb6212bcbad1d0714e46f400ebf9ae2abe23621db500406dbe')
+
+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 \
+-fmonotrav1
+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.*unre

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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:49:48
  Author: felixonmars
Revision: 197475

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

Added:
  haskell-protolude/repos/community-i686/PKGBUILD
(from rev 197474, haskell-protolude/trunk/PKGBUILD)
  haskell-protolude/repos/community-x86_64/PKGBUILD
(from rev 197474, haskell-protolude/trunk/PKGBUILD)
Deleted:
  haskell-protolude/repos/community-i686/PKGBUILD
  haskell-protolude/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 2016-12-01 06:49:21 UTC (rev 197474)
+++ community-i686/PKGBUILD 2016-12-01 06:49:48 UTC (rev 197475)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=protolude
-pkgname=haskell-protolude
-pkgver=0.1.8
-pkgrel=2
-pkgdesc="A sensible set of defaults for writing custom Preludes."
-url="https://github.com/sdiehl/protolude";
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-async" "haskell-mtl" "haskell-safe" 
"haskell-stm" "haskell-text")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('014d3a551d4e0929df615ff2df7e0215d67e34af8f03928e98bbaffec98860bc')
-
-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-protolude/repos/community-i686/PKGBUILD (from rev 197474, 
haskell-protolude/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-01 06:49:48 UTC (rev 197475)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=protolude
+pkgname=haskell-protolude
+pkgver=0.1.10
+pkgrel=1
+pkgdesc="A sensible set of defaults for writing custom Preludes."
+url="https://github.com/sdiehl/protolude";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-mtl" "haskell-safe" 
"haskell-stm" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('163296a518f0d7329dcdf040bf0eddb1fb804eee198405801fab8f192ce1c7a5')
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-01 06:49:21 UTC (rev 197474

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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:49:21
  Author: felixonmars
Revision: 197474

upgpkg: haskell-protolude 0.1.10-1

Modified:
  haskell-protolude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 06:47:43 UTC (rev 197473)
+++ PKGBUILD2016-12-01 06:49:21 UTC (rev 197474)
@@ -4,8 +4,8 @@
 
 _hkgname=protolude
 pkgname=haskell-protolude
-pkgver=0.1.8
-pkgrel=2
+pkgver=0.1.10
+pkgrel=1
 pkgdesc="A sensible set of defaults for writing custom Preludes."
 url="https://github.com/sdiehl/protolude";
 license=("MIT")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-async" "haskell-mtl" "haskell-safe" 
"haskell-stm" "haskell-text")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('014d3a551d4e0929df615ff2df7e0215d67e34af8f03928e98bbaffec98860bc')
+sha256sums=('163296a518f0d7329dcdf040bf0eddb1fb804eee198405801fab8f192ce1c7a5')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:52:48
  Author: felixonmars
Revision: 197477

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

Added:
  haskell-ieee754/repos/community-staging-i686/
  haskell-ieee754/repos/community-staging-i686/PKGBUILD
(from rev 197476, haskell-ieee754/trunk/PKGBUILD)
  haskell-ieee754/repos/community-staging-x86_64/
  haskell-ieee754/repos/community-staging-x86_64/PKGBUILD
(from rev 197476, haskell-ieee754/trunk/PKGBUILD)

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

Copied: haskell-ieee754/repos/community-staging-i686/PKGBUILD (from rev 197476, 
haskell-ieee754/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-01 06:52:48 UTC (rev 197477)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ieee754
+pkgname=haskell-ieee754
+pkgver=0.7.9
+pkgrel=1
+pkgdesc="Utilities for dealing with IEEE floating point numbers"
+url="http://github.com/patperry/hs-ieee754";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('dc1860c545d7143ea8c7e53509ac535ca2932495f0f89b2801c960295cfcdd15')
+
+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-ieee754/repos/community-staging-x86_64/PKGBUILD (from rev 
197476, haskell-ieee754/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-01 06:52:48 UTC (rev 197477)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ieee754
+pkgname=haskell-ieee754
+pkgver=0.7.9
+pkgrel=1
+pkgdesc="Utilities for dealing with IEEE floating point numbers"
+url="http://github.com/patperry/hs-ieee754";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('dc1860c545d7143ea8c7e53509ac535ca2932495f0f89b2801c960295cfcdd15')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:52:28
  Author: felixonmars
Revision: 197476

upgpkg: haskell-ieee754 0.7.9-1

rebuild with haskell-ieee754

Modified:
  haskell-ieee754/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 06:49:48 UTC (rev 197475)
+++ PKGBUILD2016-12-01 06:52:28 UTC (rev 197476)
@@ -4,8 +4,8 @@
 
 _hkgname=ieee754
 pkgname=haskell-ieee754
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.7.9
+pkgrel=1
 pkgdesc="Utilities for dealing with IEEE floating point numbers"
 url="http://github.com/patperry/hs-ieee754";
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('5840644e8adbb243adc63d112c8bec3c3996af21a6c1262ce30c1e2b1034450f')
+sha256sums=('dc1860c545d7143ea8c7e53509ac535ca2932495f0f89b2801c960295cfcdd15')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:53:32
  Author: felixonmars
Revision: 197478

upgpkg: python-qiniu 7.0.10-1

Modified:
  python-qiniu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 06:52:48 UTC (rev 197477)
+++ PKGBUILD2016-12-01 06:53:32 UTC (rev 197478)
@@ -3,7 +3,7 @@
 
 pkgbase=python-qiniu
 pkgname=(python-qiniu python2-qiniu)
-pkgver=7.0.9
+pkgver=7.0.10
 pkgrel=1
 pkgdesc="Qiniu Resource Storage SDK for Python"
 arch=('any')


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:55:13
  Author: felixonmars
Revision: 197481

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-01 06:54:57 UTC (rev 197480)
+++ PKGBUILD2016-12-01 06:55:13 UTC (rev 197481)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 140810 2015-09-19 13:17:30Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-pycontracts
-pkgname=(python-pycontracts python2-pycontracts)
-pkgver=1.7.12
-pkgrel=1
-pkgdesc='Declare constraints on function parameters and return values'
-arch=('any')
-url="https://andreacensi.github.io/contracts";
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-decorator' 'python2-decorator' 'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz";)
-sha256sums=('ebf46a3d8413f776960aed8d634bece57878823ee21f723da91b501d1e5a1ee7')
-
-prepare() {
-  cp -a PyContracts-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyContracts-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/PyContracts-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/PyContracts-$pkgver
-  python setup.py nosetests
-
-  cd "$srcdir"/PyContracts-$pkgver-py2
-  rm -r src/contracts-py3k-test
-  python2 setup.py nosetests
-}
-
-package_python-pycontracts() {
-  depends=('python-pyparsing' 'python-decorator' 'python-six')
-
-  cd PyContracts-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pycontracts() {
-  depends=('python2-pyparsing' 'python2-decorator' 'python2-six')
-
-  cd PyContracts-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pycontracts/repos/community-any/PKGBUILD (from rev 197480, 
python-pycontracts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-01 06:55:13 UTC (rev 197481)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 140810 2015-09-19 13:17:30Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-pycontracts
+pkgname=(python-pycontracts python2-pycontracts)
+pkgver=1.7.15
+pkgrel=1
+pkgdesc='Declare constraints on function parameters and return values'
+arch=('any')
+url="https://andreacensi.github.io/contracts";
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
+ 'python-decorator' 'python2-decorator' 'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz";)
+sha256sums=('24bf3ab5cfd61d0e296af82fb8b73ba875ea09733a8ca562f53016cf980dc469')
+
+prepare() {
+  cp -a PyContracts-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PyContracts-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/PyContracts-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/PyContracts-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/PyContracts-$pkgver-py2
+  rm -r src/contracts-py3k-test
+  python2 setup.py nosetests
+}
+
+package_python-pycontracts() {
+  depends=('python-pyparsing' 'python-decorator' 'python-six')
+
+  cd PyContracts-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pycontracts() {
+  depends=('python2-pyparsing' 'python2-decorator' 'python2-six')
+
+  cd PyContracts-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:55:28
  Author: felixonmars
Revision: 197482

upgpkg: haskell-hastache 0.6.1-6

rebuild with haskell-ieee754

Modified:
  haskell-hastache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 06:55:13 UTC (rev 197481)
+++ PKGBUILD2016-12-01 06:55:28 UTC (rev 197482)
@@ -5,7 +5,7 @@
 _hkgname=hastache
 pkgname=haskell-hastache
 pkgver=0.6.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Haskell implementation of Mustache templates"
 url="http://github.com/lymar/hastache";
 license=("custom:BSD3")


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:54:57
  Author: felixonmars
Revision: 197480

upgpkg: python-pycontracts 1.7.15-1

Modified:
  python-pycontracts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 06:53:48 UTC (rev 197479)
+++ PKGBUILD2016-12-01 06:54:57 UTC (rev 197480)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pycontracts
 pkgname=(python-pycontracts python2-pycontracts)
-pkgver=1.7.12
+pkgver=1.7.15
 pkgrel=1
 pkgdesc='Declare constraints on function parameters and return values'
 arch=('any')
@@ -13,7 +13,7 @@
  'python-decorator' 'python2-decorator' 'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz";)
-sha256sums=('ebf46a3d8413f776960aed8d634bece57878823ee21f723da91b501d1e5a1ee7')
+sha256sums=('24bf3ab5cfd61d0e296af82fb8b73ba875ea09733a8ca562f53016cf980dc469')
 
 prepare() {
   cp -a PyContracts-$pkgver{,-py2}


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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:55:48
  Author: felixonmars
Revision: 197483

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

Added:
  haskell-hastache/repos/community-staging-i686/
  haskell-hastache/repos/community-staging-i686/PKGBUILD
(from rev 197482, haskell-hastache/trunk/PKGBUILD)
  haskell-hastache/repos/community-staging-x86_64/
  haskell-hastache/repos/community-staging-x86_64/PKGBUILD
(from rev 197482, haskell-hastache/trunk/PKGBUILD)

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

Copied: haskell-hastache/repos/community-staging-i686/PKGBUILD (from rev 
197482, haskell-hastache/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-01 06:55:48 UTC (rev 197483)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hastache
+pkgname=haskell-hastache
+pkgver=0.6.1
+pkgrel=6
+pkgdesc="Haskell implementation of Mustache templates"
+url="http://github.com/lymar/hastache";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-ieee754" "haskell-mtl"
+ "haskell-syb" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('8c8f89669d6125201d7163385ea9055ab8027a69d1513259f8fbdd53c244b464')
+
+prepare() {
+sed -i 's/base >=4 && <4.9/base >=4 \&\& <4.10/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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-hastache/repos/community-staging-x86_64/PKGBUILD (from rev 
197482, haskell-hastache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-01 06:55:48 UTC (rev 197483)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hastache
+pkgname=haskell-hastache
+pkgver=0.6.1
+pkgrel=6
+pkgdesc="Haskell implementation of Mustache templates"
+url="http://github.com/lymar/hastache";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-ieee754" "haskell-mtl"
+ "haskell-syb" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('8c8f89669d6125201d7163385ea9055ab8027a69d1513259f8fbdd53c244b464')
+
+prepare() {
+sed -i 's/base >=4 && <4.9/base >=4 \&\& <4.10/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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}"
+ru

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

2016-11-30 Thread Felix Yan
Date: Thursday, December 1, 2016 @ 06:58:26
  Author: felixonmars
Revision: 197485

upgpkg: libbson 1.5.0-1

Modified:
  libbson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 06:57:57 UTC (rev 197484)
+++ PKGBUILD2016-12-01 06:58:26 UTC (rev 197485)
@@ -4,7 +4,7 @@
 # Contributor: monty 
 
 pkgname=libbson
-pkgver=1.4.2
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='A BSON utility library.'
 arch=('i686' 'x86_64')


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

2016-11-30 Thread Antonio Rojas
Date: Thursday, December 1, 2016 @ 06:57:57
  Author: arojas
Revision: 197484

pari-sage 2.9 rebuild

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 06:55:48 UTC (rev 197483)
+++ PKGBUILD2016-12-01 06:57:57 UTC (rev 197484)
@@ -10,7 +10,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=7.4
-pkgrel=11
+pkgrel=12
 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 sagemath/repos (32 files)

2016-11-30 Thread Antonio Rojas
Date: Thursday, December 1, 2016 @ 06:59:13
  Author: arojas
Revision: 197487

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

Added:
  sagemath/repos/community-staging-i686/
  sagemath/repos/community-staging-i686/PKGBUILD
(from rev 197484, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/cython-sys-path.patch
(from rev 197484, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-i686/disable-fes.patch
(from rev 197485, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-i686/ecm-7.patch
(from rev 197485, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-staging-i686/env.patch
(from rev 197485, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/increase-rtol.patch
(from rev 197485, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-staging-i686/is-package-installed.patch
(from rev 197485, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-staging-i686/jupyter-path.patch
(from rev 197485, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 197485, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/pynac-0.7.1.patch
(from rev 197485, sagemath/trunk/pynac-0.7.1.patch)
  sagemath/repos/community-staging-i686/python-2.7.11.patch
(from rev 197485, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-i686/sagemath-cython0.25.patch
(from rev 197485, sagemath/trunk/sagemath-cython0.25.patch)
  sagemath/repos/community-staging-i686/sagemath-singular4.patch
(from rev 197485, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/community-staging-i686/skip-check.patch
(from rev 197485, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-i686/test-optional.patch
(from rev 197485, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 197485, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/cython-sys-path.patch
(from rev 197485, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-x86_64/disable-fes.patch
(from rev 197485, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-x86_64/ecm-7.patch
(from rev 197486, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 197486, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/increase-rtol.patch
(from rev 197486, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-staging-x86_64/is-package-installed.patch
(from rev 197486, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-staging-x86_64/jupyter-path.patch
(from rev 197486, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 197486, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/pynac-0.7.1.patch
(from rev 197486, sagemath/trunk/pynac-0.7.1.patch)
  sagemath/repos/community-staging-x86_64/python-2.7.11.patch
(from rev 197486, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-x86_64/sagemath-cython0.25.patch
(from rev 197486, sagemath/trunk/sagemath-cython0.25.patch)
  sagemath/repos/community-staging-x86_64/sagemath-singular4.patch
(from rev 197486, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/community-staging-x86_64/skip-check.patch
(from rev 197486, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 197486, sagemath/trunk/test-optional.patch)

-+
 community-staging-i686/PKGBUILD |  165 
 community-staging-i686/cython-sys-path.patch|   10 
 community-staging-i686/disable-fes.patch|   19 
 community-staging-i686/ecm-7.patch  |   79 
 community-staging-i686/env.patch|   93 
 community-staging-i686/increase-rtol.patch  |   37 
 community-staging-i686/is-package-installed.patch   |  329 +
 community-staging-i686/jupyter-path.patch   |   22 
 community-staging-i686/package.patch|   38 
 community-staging-i686/pynac-0.7.1.patch|   42 
 community-staging-i686/python-2.7.11.patch  |   11 
 community-staging-i686/sagemath-cython0.25.patch|  144 
 community-staging-i686/sagemath-singular4.patch | 3731 ++
 community-staging-i686/skip-check.patch |   22 
 community-staging-i686/test-optional.patch  |   25 
 community-staging-x86_64/PKGBUILD   |  165 
 community-staging-x86_64/cython-sys-path.patch  |   10 
 community-staging-x86_64/disable-fes.patch  |   19 
 community-staging-x86_64/ecm-7.patch|   79 
 community-staging-x86_64/env.patch 

  1   2   >