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

2016-04-11 Thread Laurent Carlier
Date: Tuesday, April 12, 2016 @ 07:48:18
  Author: lcarlier
Revision: 170565

archrelease: copy trunk to community-x86_64

Added:
  lib32-sqlite/repos/community-x86_64/
  lib32-sqlite/repos/community-x86_64/PKGBUILD
(from rev 170564, lib32-sqlite/trunk/PKGBUILD)

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

Copied: lib32-sqlite/repos/community-x86_64/PKGBUILD (from rev 170564, 
lib32-sqlite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-12 05:48:18 UTC (rev 170565)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_srcver=3120100
+_docver=${_srcver}
+pkgver=3.12.1
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip)
+sha1sums=('f3f76c0f07a37e085eb504460a5663bcff53b6ad')
+options=('!makeflags')
+provides=("lib32-sqlite3=$pkgver")
+replaces=("lib32-sqlite3")
+conflicts=("lib32-sqlite3")
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-tcl \
+--disable-static
+
+  make
+}
+
+package() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  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 lib32-sqlite/trunk (PKGBUILD)

2016-04-11 Thread Laurent Carlier
Date: Tuesday, April 12, 2016 @ 07:48:13
  Author: lcarlier
Revision: 170564

upgpkg: lib32-sqlite 3.12.1-1

upstream update 3.12.1

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 04:06:15 UTC (rev 170563)
+++ PKGBUILD2016-04-12 05:48:13 UTC (rev 170564)
@@ -5,9 +5,9 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_srcver=3110100
+_srcver=3120100
 _docver=${_srcver}
-pkgver=3.11.1
+pkgver=3.12.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip)
-sha1sums=('ce561ea09a7d956d3e1c86a094b75a68f7900826')
+sha1sums=('f3f76c0f07a37e085eb504460a5663bcff53b6ad')
 options=('!makeflags')
 provides=("lib32-sqlite3=$pkgver")
 replaces=("lib32-sqlite3")


[arch-commits] Commit in python-urllib3/repos/extra-any (4 files)

2016-04-11 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 07:33:58
  Author: fyan
Revision: 264686

archrelease: copy trunk to extra-any

Added:
  python-urllib3/repos/extra-any/LICENSE
(from rev 264685, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/extra-any/PKGBUILD
(from rev 264685, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/extra-any/LICENSE
  python-urllib3/repos/extra-any/PKGBUILD

--+
 LICENSE  |   64 +--
 PKGBUILD |  144 ++---
 2 files changed, 104 insertions(+), 104 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-04-12 05:29:16 UTC (rev 264685)
+++ LICENSE 2016-04-12 05:33:58 UTC (rev 264686)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-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 THE
-AUTHORS OR COPYRIGHT HOLDERS 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: python-urllib3/repos/extra-any/LICENSE (from rev 264685, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-04-12 05:33:58 UTC (rev 264686)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+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 THE
+AUTHORS OR COPYRIGHT HOLDERS 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.

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-12 05:29:16 UTC (rev 264685)
+++ PKGBUILD2016-04-12 05:33:58 UTC (rev 264686)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.15
-pkgrel=1
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 'git'
- 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 'python-pyasn1'
- 'python2-pyasn1' 'python-pyopenssl' 'python2-pyopenssl')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-tornado' 'python2-tornado' 'python-coverage' 
'python2-coverage')

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

2016-04-11 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 07:29:16
  Author: fyan
Revision: 264685

upgpkg: python-urllib3 1.15.1-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 20:54:40 UTC (rev 264684)
+++ PKGBUILD2016-04-12 05:29:16 UTC (rev 264685)
@@ -6,7 +6,7 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.15
+pkgver=1.15.1
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")


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

2016-04-11 Thread Lukas Fleischer
Date: Tuesday, April 12, 2016 @ 06:06:15
  Author: lfleischer
Revision: 170563

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-12 04:06:06 UTC (rev 170562)
+++ community-i686/PKGBUILD 2016-04-12 04:06:15 UTC (rev 170563)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Jon Bergli Heier 
-
-pkgname=('python2-pyxattr' 'python-pyxattr')
-pkgbase=python-pyxattr
-_pkgname=pyxattr
-pkgver=0.5.5
-pkgrel=2
-pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
-arch=('i686' 'x86_64')
-url='http://pyxattr.k1024.org/'
-license=('GPL')
-makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
-source=("http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz;)
-md5sums=('6470f61c83ddec84dcc4b358eba518a4')
-
-package_python2-pyxattr() {
-  depends=('python2')
-  provides=('pyxattr')
-  conflicts=('pyxattr')
-  replaces=('pyxattr')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-}
-
-package_python-pyxattr() {
-  depends=('python')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}"
-}

Copied: python-pyxattr/repos/community-i686/PKGBUILD (from rev 170562, 
python-pyxattr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-12 04:06:15 UTC (rev 170563)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jon Bergli Heier 
+
+pkgname=('python2-pyxattr' 'python-pyxattr')
+pkgbase=python-pyxattr
+_pkgname=pyxattr
+pkgver=0.5.6
+pkgrel=1
+pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
+arch=('i686' 'x86_64')
+url='http://pyxattr.k1024.org/'
+license=('GPL')
+makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
+source=("http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz;)
+md5sums=('1026b132a2fd7b63d51bf87fa22ed947')
+
+package_python2-pyxattr() {
+  depends=('python2')
+  provides=('pyxattr')
+  conflicts=('pyxattr')
+  replaces=('pyxattr')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}
+
+package_python-pyxattr() {
+  depends=('python')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-12 04:06:06 UTC (rev 170562)
+++ community-x86_64/PKGBUILD   2016-04-12 04:06:15 UTC (rev 170563)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Jon Bergli Heier 
-
-pkgname=('python2-pyxattr' 'python-pyxattr')
-pkgbase=python-pyxattr
-_pkgname=pyxattr
-pkgver=0.5.5
-pkgrel=2
-pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
-arch=('i686' 'x86_64')
-url='http://pyxattr.k1024.org/'
-license=('GPL')
-makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
-source=("http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz;)
-md5sums=('6470f61c83ddec84dcc4b358eba518a4')
-
-package_python2-pyxattr() {
-  depends=('python2')
-  provides=('pyxattr')
-  conflicts=('pyxattr')
-  replaces=('pyxattr')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-}
-
-package_python-pyxattr() {
-  depends=('python')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}"
-}

Copied: python-pyxattr/repos/community-x86_64/PKGBUILD (from rev 170562, 
python-pyxattr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-12 04:06:15 UTC (rev 170563)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jon Bergli Heier 
+
+pkgname=('python2-pyxattr' 'python-pyxattr')
+pkgbase=python-pyxattr
+_pkgname=pyxattr
+pkgver=0.5.6
+pkgrel=1
+pkgdesc='A python 

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

2016-04-11 Thread Lukas Fleischer
Date: Tuesday, April 12, 2016 @ 06:06:06
  Author: lfleischer
Revision: 170562

upgpkg: python-pyxattr 0.5.6-1

Upstream update.

Modified:
  python-pyxattr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 04:00:59 UTC (rev 170561)
+++ PKGBUILD2016-04-12 04:06:06 UTC (rev 170562)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Lukas Fleischer 
 # Contributor: Jon Bergli Heier 
 
@@ -5,8 +4,8 @@
 pkgname=('python2-pyxattr' 'python-pyxattr')
 pkgbase=python-pyxattr
 _pkgname=pyxattr
-pkgver=0.5.5
-pkgrel=2
+pkgver=0.5.6
+pkgrel=1
 pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
 arch=('i686' 'x86_64')
 url='http://pyxattr.k1024.org/'
@@ -13,7 +12,7 @@
 license=('GPL')
 makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
 source=("http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz;)
-md5sums=('6470f61c83ddec84dcc4b358eba518a4')
+md5sums=('1026b132a2fd7b63d51bf87fa22ed947')
 
 package_python2-pyxattr() {
   depends=('python2')


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

2016-04-11 Thread Lukas Fleischer
Date: Tuesday, April 12, 2016 @ 06:00:44
  Author: lfleischer
Revision: 170560

upgpkg: borg 1.0.1-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 02:55:51 UTC (rev 170559)
+++ PKGBUILD2016-04-12 04:00:44 UTC (rev 170560)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -18,7 +18,7 @@
 replaces=('borgbackup')
 
source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz;
 borg.coveragerc)
-sha256sums=('500b9e311331aa88ec07df94d9f3280a79ca207bf1a997b92dd1e6a1f1664671'
+sha256sums=('58a2c2e649207c8e15223f6380d238124b0f1b45fd83990a40df5b678cd41fba'
 '024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
 
 build() {


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

2016-04-11 Thread Lukas Fleischer
Date: Tuesday, April 12, 2016 @ 06:00:59
  Author: lfleischer
Revision: 170561

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

Added:
  
borg/repos/community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
(from rev 170560, 
borg/trunk/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch)
  borg/repos/community-i686/PKGBUILD
(from rev 170560, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 170560, borg/trunk/borg.coveragerc)
  
borg/repos/community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
(from rev 170560, 
borg/trunk/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch)
  borg/repos/community-x86_64/PKGBUILD
(from rev 170560, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 170560, borg/trunk/borg.coveragerc)
Deleted:
  
borg/repos/community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
  borg/repos/community-i686/PKGBUILD
  borg/repos/community-i686/borg.coveragerc
  
borg/repos/community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg.coveragerc

--+
 /0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch   
  |   56 ++
 /PKGBUILD  
  |   88 ++
 /borg.coveragerc   
  |   36 
 community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch 
  |   28 ---
 community-i686/PKGBUILD
  |   44 -
 community-i686/borg.coveragerc 
  |   18 --
 
community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
 |   28 ---
 community-x86_64/PKGBUILD  
  |   44 -
 community-x86_64/borg.coveragerc   
  |   18 --
 9 files changed, 180 insertions(+), 180 deletions(-)

Deleted: 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
===
--- 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch  
2016-04-12 04:00:44 UTC (rev 170560)
+++ 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch  
2016-04-12 04:00:59 UTC (rev 170561)
@@ -1,28 +0,0 @@
-From 7165e1d571ab82bb80c6b03a413e2667aa567049 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer 
-Date: Sat, 20 Feb 2016 10:17:37 +0100
-Subject: [PATCH] Revert "require msgpack==0.4.6 - no python 3.2 support in
- 0.4.7+"
-
-This reverts commit a9f2f65154d64cf711c864977a6f8aadeae47d18.

- setup.py | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 60b9f65..08e5179 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,8 +19,7 @@ on_rtd = os.environ.get('READTHEDOCS')
- 
- # msgpack pure python data corruption was fixed in 0.4.6.
- # Also, we might use some rather recent API features.
--# Note: 0.4.7 is also OK, but has no Python 3.2 support any more.
--install_requires=['msgpack-python==0.4.6', ]
-+install_requires=['msgpack-python>=0.4.6', ]
- 
- extras_require = {
- # llfuse 0.40 (tested, proven, ok), needs FUSE version >= 2.8.0
--- 
-2.7.1
-

Copied: 
borg/repos/community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
 (from rev 170560, 
borg/trunk/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch)
===
--- 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch  
(rev 0)
+++ 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch  
2016-04-12 04:00:59 UTC (rev 170561)
@@ -0,0 +1,28 @@
+From 7165e1d571ab82bb80c6b03a413e2667aa567049 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Sat, 20 Feb 2016 10:17:37 +0100
+Subject: [PATCH] Revert "require msgpack==0.4.6 - no python 3.2 support in
+ 0.4.7+"
+
+This reverts commit a9f2f65154d64cf711c864977a6f8aadeae47d18.
+---
+ setup.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 60b9f65..08e5179 100644
+--- a/setup.py
 b/setup.py
+@@ -19,8 +19,7 @@ on_rtd = os.environ.get('READTHEDOCS')
+ 
+ # msgpack pure python data corruption was fixed in 0.4.6.
+ # Also, we might use some rather recent API features.
+-# Note: 0.4.7 is also OK, but has no Python 3.2 support any more.
+-install_requires=['msgpack-python==0.4.6', ]
++install_requires=['msgpack-python>=0.4.6', ]
+ 
+ extras_require = {
+ # 

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

2016-04-11 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 04:55:51
  Author: fyan
Revision: 170559

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 170558, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 170558, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-12 02:55:29 UTC (rev 170558)
+++ PKGBUILD2016-04-12 02:55:51 UTC (rev 170559)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.35.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client;
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('37015cccff457f841c6f21bae86fa2d0'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 170558, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-12 02:55:51 UTC (rev 170559)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.36.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('6ac2504c6e6cf8a28e0ca7f42e67e69e'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2016-04-12 02:55:29 UTC (rev 

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

2016-04-11 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 04:55:29
  Author: fyan
Revision: 170558

upgpkg: python-websocket-client 0.36.0-1

Modified:
  python-websocket-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 02:53:21 UTC (rev 170557)
+++ PKGBUILD2016-04-12 02:55:29 UTC (rev 170558)
@@ -6,7 +6,7 @@
 # Contributor: Florian Bruhin 
 
 pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.35.0
+pkgver=0.36.0
 pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=(any)
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 
source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
 use-system-ca.patch)
-md5sums=('37015cccff457f841c6f21bae86fa2d0'
+md5sums=('6ac2504c6e6cf8a28e0ca7f42e67e69e'
  'c34c7f6fddbe5758d84b9d3cfdd92108')
 
 prepare() {
@@ -26,18 +26,18 @@
 }
 
 build() {
-  cd "$srcdir/websocket_client-$pkgver"
+  cd "$srcdir"/websocket_client-$pkgver
   python setup.py build
 
-  cd "$srcdir/websocket_client-$pkgver-py2"
+  cd "$srcdir"/websocket_client-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/websocket_client-$pkgver"
+  cd "$srcdir"/websocket_client-$pkgver
   python setup.py test
 
-  cd "$srcdir/websocket_client-$pkgver-py2"
+  cd "$srcdir"/websocket_client-$pkgver-py2
   python2 setup.py test
 }
 
@@ -44,17 +44,17 @@
 package_python-websocket-client() {
   depends=('python-six')
 
-  cd "$srcdir/websocket_client-$pkgver"
+  cd websocket_client-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-websocket-client() {
   depends=('python2-six')
 
-  cd "$srcdir/websocket_client-$pkgver-py2"
+  cd websocket_client-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   mv "$pkgdir"/usr/bin/wsdump{,2}.py
 }


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

2016-04-11 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 04:53:21
  Author: fyan
Revision: 170557

archrelease: copy trunk to community-any

Added:
  python-os-client-config/repos/community-any/PKGBUILD
(from rev 170556, python-os-client-config/trunk/PKGBUILD)
Deleted:
  python-os-client-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-12 02:53:00 UTC (rev 170556)
+++ PKGBUILD2016-04-12 02:53:21 UTC (rev 170557)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-os-client-config
-pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.16.0
-pkgrel=1
-arch=('any')
-pkgdesc='OpenStack Client Configuation Library'
-url='https://github.com/openstack/os-client-config'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
- 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
- 'python-requestsexceptions' 'python2-requestsexceptions')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
-  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
-  'python-glanceclient' 'python2-glanceclient')
-source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a os-client-config{,-py2}
-}
-
-build() {
-  cd "$srcdir"/os-client-config
-  python setup.py build
-
-  cd "$srcdir"/os-client-config-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/os-client-config
-  # One test failure in os_client_config.tests.test_config.TestConfig
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/os-client-config-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-os-client-config() {
-  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
-
-  cd os-client-config
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-os-client-config() {
-  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
-
-  cd os-client-config-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-os-client-config/repos/community-any/PKGBUILD (from rev 170556, 
python-os-client-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-12 02:53:21 UTC (rev 170557)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-os-client-config
+pkgname=('python-os-client-config' 'python2-os-client-config')
+pkgver=1.17.0
+pkgrel=1
+arch=('any')
+pkgdesc='OpenStack Client Configuation Library'
+url='https://github.com/openstack/os-client-config'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
+ 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
+ 'python-requestsexceptions' 'python2-requestsexceptions')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
+  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
+  'python-glanceclient' 'python2-glanceclient')
+source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a os-client-config{,-py2}
+}
+
+build() {
+  cd "$srcdir"/os-client-config
+  python setup.py build
+
+  cd "$srcdir"/os-client-config-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/os-client-config
+  # One test failure in os_client_config.tests.test_config.TestConfig
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/os-client-config-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-os-client-config() {
+  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
+
+  cd os-client-config
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-os-client-config() {
+  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
+
+  cd os-client-config-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2016-04-11 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 04:53:00
  Author: fyan
Revision: 170556

upgpkg: python-os-client-config 1.17.0-1

Modified:
  python-os-client-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 02:49:15 UTC (rev 170555)
+++ PKGBUILD2016-04-12 02:53:00 UTC (rev 170556)
@@ -3,7 +3,7 @@
 
 pkgbase=python-os-client-config
 pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.16.0
+pkgver=1.17.0
 pkgrel=1
 arch=('any')
 pkgdesc='OpenStack Client Configuation Library'


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

2016-04-11 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 04:49:15
  Author: fyan
Revision: 170555

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-12 02:48:54 UTC (rev 170554)
+++ PKGBUILD2016-04-12 02:49:15 UTC (rev 170555)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bence Balint 
-
-pkgbase=python-w3lib
-pkgname=('python-w3lib' 'python2-w3lib')
-pkgver=1.14.1
-pkgrel=1
-pkgdesc="Library of web-related functions"
-arch=('any')
-license=('BSD')
-url="http://w3lib.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/scrapy/w3lib.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a w3lib{,-py2}
-}
-
-check() {
-  cd "$srcdir"/w3lib
-  py.test
-
-  cd "$srcdir"/w3lib-py2
-  py.test2
-}
-
-package_python-w3lib() {
-  depends=('python-six')
-
-  cd w3lib
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-w3lib() {
-  depends=('python2-six')
-
-  cd w3lib-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-w3lib/repos/community-any/PKGBUILD (from rev 170554, 
python-w3lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-12 02:49:15 UTC (rev 170555)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bence Balint 
+
+pkgbase=python-w3lib
+pkgname=('python-w3lib' 'python2-w3lib')
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="Library of web-related functions"
+arch=('any')
+license=('BSD')
+url="http://w3lib.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/scrapy/w3lib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a w3lib{,-py2}
+}
+
+check() {
+  cd "$srcdir"/w3lib
+  py.test
+
+  cd "$srcdir"/w3lib-py2
+  py.test2
+}
+
+package_python-w3lib() {
+  depends=('python-six')
+
+  cd w3lib
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-w3lib() {
+  depends=('python2-six')
+
+  cd w3lib-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-04-11 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 04:48:54
  Author: fyan
Revision: 170554

upgpkg: python-w3lib 1.14.2-1

Modified:
  python-w3lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 02:44:06 UTC (rev 170553)
+++ PKGBUILD2016-04-12 02:48:54 UTC (rev 170554)
@@ -4,7 +4,7 @@
 
 pkgbase=python-w3lib
 pkgname=('python-w3lib' 'python2-w3lib')
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc="Library of web-related functions"
 arch=('any')


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

2016-04-11 Thread Pierre Neidhardt
Date: Tuesday, April 12, 2016 @ 04:43:24
  Author: ambrevar
Revision: 170552

upgpkg: qutebrowser 0.6.1-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 00:39:01 UTC (rev 170551)
+++ PKGBUILD2016-04-12 02:43:24 UTC (rev 170552)
@@ -2,8 +2,8 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
 arch=("any")
 url="http://www.qutebrowser.org/;
@@ -23,7 +23,7 @@
 install="qutebrowser.install"
 source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;
"qutebrowser.install")
-sha256sums=('217dede5ab855f65a0c6464bb91d3f557301912912fbe1c5519f8be0027cc9ed'
+sha256sums=('a0ca51617170ca5ad14942d325feab8af188451153065a8e3b10a4c1a42f69f5'
 'a8a464c45ca26a88b5f7bf5d714d1038a364d2846c6820201cc4f443fd791acc')
 
 build() {


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

2016-04-11 Thread Pierre Neidhardt
Date: Tuesday, April 12, 2016 @ 04:44:06
  Author: ambrevar
Revision: 170553

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   96 +-
 qutebrowser.install |   24 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-12 02:43:24 UTC (rev 170552)
+++ PKGBUILD2016-04-12 02:44:06 UTC (rev 170553)
@@ -1,48 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
-arch=("any")
-url="http://www.qutebrowser.org/;
-license=("GPL")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
-   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
-   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
-makedepends=("asciidoc")
-optdepends=("python-colorlog: colored logging output"
-   "gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: Displaying PDF in-browser")
-options=(!emptydirs)
-install="qutebrowser.install"
-source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;
-   "qutebrowser.install")
-sha256sums=('217dede5ab855f65a0c6464bb91d3f557301912912fbe1c5519f8be0027cc9ed'
-'a8a464c45ca26a88b5f7bf5d714d1038a364d2846c6820201cc4f443fd791acc')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir/" --optimize=1
-   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
-   install -Dm644 qutebrowser.desktop \
-   "$pkgdir/usr/share/applications/qutebrowser.desktop"
-   for i in 16 24 32 48 64 128 256 512; do
-   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
-   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
-   done
-   install -Dm644 icons/qutebrowser.svg \
-   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
-   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 170552, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-12 02:44:06 UTC (rev 170553)
@@ -0,0 +1,48 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
+arch=("any")
+url="http://www.qutebrowser.org/;
+license=("GPL")
+depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
+   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
+   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
+makedepends=("asciidoc")
+optdepends=("python-colorlog: colored logging output"
+   "gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: Displaying PDF in-browser")
+options=(!emptydirs)
+install="qutebrowser.install"
+source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;
+   "qutebrowser.install")
+sha256sums=('a0ca51617170ca5ad14942d325feab8af188451153065a8e3b10a4c1a42f69f5'
+'a8a464c45ca26a88b5f7bf5d714d1038a364d2846c6820201cc4f443fd791acc')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
+   install -Dm644 qutebrowser.desktop \
+   "$pkgdir/usr/share/applications/qutebrowser.desktop"
+   for i in 16 24 32 48 64 128 256 512; do
+   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
+   

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

2016-04-11 Thread Levente Polyak
Date: Tuesday, April 12, 2016 @ 02:39:01
  Author: anthraxx
Revision: 170551

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-12 00:38:50 UTC (rev 170550)
+++ community-i686/PKGBUILD 2016-04-12 00:39:01 UTC (rev 170551)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=valabind
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
-url="http://radare.org;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('vala' 'swig' 'sh')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: valabind/repos/community-i686/PKGBUILD (from rev 170550, 
valabind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-12 00:39:01 UTC (rev 170551)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+
+pkgname=valabind
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
+url="http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-12 00:38:50 UTC (rev 170550)
+++ community-x86_64/PKGBUILD   2016-04-12 00:39:01 UTC (rev 170551)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=valabind
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
-url="http://radare.org;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('vala' 'swig' 'sh')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: valabind/repos/community-x86_64/PKGBUILD (from rev 170550, 
valabind/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-12 00:39:01 UTC (rev 170551)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+
+pkgname=valabind
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
+url="http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-04-11 Thread Levente Polyak
Date: Tuesday, April 12, 2016 @ 02:38:50
  Author: anthraxx
Revision: 170550

upgpkg: valabind 0.10.0-2

Modified:
  valabind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 00:17:53 UTC (rev 170549)
+++ PKGBUILD2016-04-12 00:38:50 UTC (rev 170550)
@@ -2,7 +2,7 @@
 
 pkgname=valabind
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
 url="http://radare.org;
 arch=('i686' 'x86_64')


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

2016-04-11 Thread Levente Polyak
Date: Tuesday, April 12, 2016 @ 02:17:14
  Author: anthraxx
Revision: 170546

upgpkg: radare2 0.10.2-1

Modified:
  radare2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 20:53:53 UTC (rev 170545)
+++ PKGBUILD2016-04-12 00:17:14 UTC (rev 170546)
@@ -2,7 +2,7 @@
 # Contributor: Guillermo Ramos <0xwille at gmail dot com>
 
 pkgname=radare2
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
 url='http://radare.org'
@@ -11,7 +11,7 @@
 depends=('sh' 'capstone' 'openssl' 'libzip')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('c85e2ff849df5812939a7061aafd2693c14906421b71c9964fe75d5b37c764537a2008e990ca02ef720bc9d07bdc6486e12144204be0187da70b0b75097889c3')
+sha512sums=('d2b3ef641aaba1726ddd57095245fe832869ee8d02713d5a7fd80fa8c140f2f685f24580b6ffce68dbf88d9917d82e19d24cb82543072823d5ec8c81d2654352')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-04-11 Thread Levente Polyak
Date: Tuesday, April 12, 2016 @ 02:17:53
  Author: anthraxx
Revision: 170549

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

Added:
  pngcrush/repos/community-i686/LICENSE
(from rev 170548, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-i686/PKGBUILD
(from rev 170548, pngcrush/trunk/PKGBUILD)
  pngcrush/repos/community-x86_64/LICENSE
(from rev 170548, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-x86_64/PKGBUILD
(from rev 170548, pngcrush/trunk/PKGBUILD)
Deleted:
  pngcrush/repos/community-i686/LICENSE
  pngcrush/repos/community-i686/PKGBUILD
  pngcrush/repos/community-x86_64/LICENSE
  pngcrush/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   84 
 /PKGBUILD |   78 
 community-i686/LICENSE|   42 --
 community-i686/PKGBUILD   |   39 
 community-x86_64/LICENSE  |   42 --
 community-x86_64/PKGBUILD |   39 
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-04-12 00:17:43 UTC (rev 170548)
+++ community-i686/LICENSE  2016-04-12 00:17:53 UTC (rev 170549)
@@ -1,42 +0,0 @@
-
-NOTICES
-
-If you have modified this source, you may insert additional notices
-immediately after this sentence.
-
-COPYRIGHT:
-
-Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
-  (glennrp at users.sf.net)
-Copyright (C) 2005  Greg Roelofs
-
-DISCLAIMERS:
-
-The pngcrush computer program is supplied "AS IS".  The Author disclaims all
-warranties, expressed or implied, including, without limitation, the
-warranties of merchantability and of fitness for any purpose.  The
-Author assumes no liability for direct, indirect, incidental, special,
-exemplary, or consequential damages, which may result from the use of
-the computer program, even if advised of the possibility of such damage.
-There is no warranty against interference with your enjoyment of the
-computer program or against infringement.  There is no warranty that my
-efforts or the computer program will fulfill any of your particular purposes
-or needs.  This computer program is provided with all faults, and the entire
-risk of satisfactory quality, performance, accuracy, and effort is with
-the user.
-
-LICENSE:
-
-Permission is hereby irrevocably granted to everyone to use, copy, modify,
-and distribute this source code, or portions hereof, or executable programs
-compiled from it, for any purpose, without payment of any fee, subject to
-the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-
-2. Altered versions must be plainly marked as such and must not be
-   misrepresented as being the original source.
-
-3. This Copyright notice, disclaimer, and license may not be removed
-   or altered from any source or altered source distribution.
-

Copied: pngcrush/repos/community-i686/LICENSE (from rev 170548, 
pngcrush/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-04-12 00:17:53 UTC (rev 170549)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied "AS IS".  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+

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

2016-04-11 Thread Levente Polyak
Date: Tuesday, April 12, 2016 @ 02:17:43
  Author: anthraxx
Revision: 170548

upgpkg: pngcrush 1.8.1-1

Modified:
  pngcrush/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 00:17:26 UTC (rev 170547)
+++ PKGBUILD2016-04-12 00:17:43 UTC (rev 170548)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=pngcrush
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="A tool for optimizing the compression of PNG files"
 url="http://pmt.sourceforge.net/pngcrush;
@@ -13,7 +13,7 @@
 depends=('libpng')
 
source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz{,.asc}
 LICENSE)
-sha512sums=('270a9d5479f422ff396d025e73abdd4e9f4f715390d9398dfda1480348b26de644d974b41e9546f615f36f923aa9fa8bcddb96db951cb4d785496b5734fcc382'
+sha512sums=('7311e3a2eb1d7e058fb8df2a3bb6ba10d7b175c534dacf57a867f5884398fb13b1f8596de45e1a81eb8b0149deec4016a4ff75a43f9ab445c503bb70ed64dda1'
 'SKIP'
 
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (pngcrush) 


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

2016-04-11 Thread Levente Polyak
Date: Tuesday, April 12, 2016 @ 02:17:26
  Author: anthraxx
Revision: 170547

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-12 00:17:14 UTC (rev 170546)
+++ community-i686/PKGBUILD 2016-04-12 00:17:26 UTC (rev 170547)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=0.10.1
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='http://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('c85e2ff849df5812939a7061aafd2693c14906421b71c9964fe75d5b37c764537a2008e990ca02ef720bc9d07bdc6486e12144204be0187da70b0b75097889c3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-i686/PKGBUILD (from rev 170546, 
radare2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-12 00:17:26 UTC (rev 170547)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=0.10.2
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='http://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('d2b3ef641aaba1726ddd57095245fe832869ee8d02713d5a7fd80fa8c140f2f685f24580b6ffce68dbf88d9917d82e19d24cb82543072823d5ec8c81d2654352')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-12 00:17:14 UTC (rev 170546)
+++ community-x86_64/PKGBUILD   2016-04-12 00:17:26 UTC (rev 170547)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=0.10.1
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='http://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('c85e2ff849df5812939a7061aafd2693c14906421b71c9964fe75d5b37c764537a2008e990ca02ef720bc9d07bdc6486e12144204be0187da70b0b75097889c3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 170546, 
radare2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-12 00:17:26 UTC (rev 170547)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=0.10.2
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='http://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)

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

2016-04-11 Thread Christian Hesse
Date: Monday, April 11, 2016 @ 22:53:53
  Author: eworm
Revision: 170545

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

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

--+
 /PKGBUILD|  110 +
 /mpv.install |   24 
 community-i686/PKGBUILD  |   64 ---
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   64 ---
 community-x86_64/mpv.install |   12 
 6 files changed, 134 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-11 20:51:32 UTC (rev 170544)
+++ community-i686/PKGBUILD 2016-04-11 20:53:53 UTC (rev 170545)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.16.0
-pkgrel=2
-_waf_version=1.8.12
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
-  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libxrandr' 'jack' 'smbclient' 'rubberband'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
-  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};
-  
'mpv-x11-do-not-set-set-_NET_WM_BYPASS_COMPOSITOR-by-default.patch::https://github.com/mpv-player/mpv/commit/2720e60ad00ff7cce1d80724bbd4b2b981748195.patch')
-sha256sums=('fc3619de0ede16fbb023ac72589090e8e77fd9d9e03a81adc728105d50ef38ba'
-  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b'
-  'eb44faeddb707d2cee26eb844876e4594277e46454393defe6f6608f9a4362e5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  install -m755 "${srcdir}"/waf-${_waf_version} waf
-
-  # https://bugs.archlinux.org/task/48762
-  # https://github.com/mpv-player/mpv/issues/2997
-  # 
https://github.com/mpv-player/mpv/commit/2720e60ad00ff7cce1d80724bbd4b2b981748195
-  patch -Np1 < 
"${srcdir}"/mpv-x11-do-not-set-set-_NET_WM_BYPASS_COMPOSITOR-by-default.patch
-
-  ./bootstrap.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda
-
-  ./waf build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf install --destdir="$pkgdir"
-
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 170544, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-11 20:53:53 UTC (rev 170545)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.17.0
+pkgrel=1
+_waf_version=1.8.12
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
+sha256sums=('602cd2b0f5fc7e43473234fbb96e3f7bbb6418f15eb8fa720d9433cce31eba6e'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+

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

2016-04-11 Thread Christian Hesse
Date: Monday, April 11, 2016 @ 22:51:32
  Author: eworm
Revision: 170544

upgpkg: mpv 1:0.17.0-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 20:06:10 UTC (rev 170543)
+++ PKGBUILD2016-04-11 20:51:32 UTC (rev 170544)
@@ -5,10 +5,10 @@
 
 pkgname=mpv
 epoch=1
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
 _waf_version=1.8.12
-pkgdesc='Video player based on MPlayer/mplayer2'
+pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mpv.io'
@@ -23,23 +23,14 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
-  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};
-  
'mpv-x11-do-not-set-set-_NET_WM_BYPASS_COMPOSITOR-by-default.patch::https://github.com/mpv-player/mpv/commit/2720e60ad00ff7cce1d80724bbd4b2b981748195.patch')
-sha256sums=('fc3619de0ede16fbb023ac72589090e8e77fd9d9e03a81adc728105d50ef38ba'
-  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b'
-  'eb44faeddb707d2cee26eb844876e4594277e46454393defe6f6608f9a4362e5')
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
+sha256sums=('602cd2b0f5fc7e43473234fbb96e3f7bbb6418f15eb8fa720d9433cce31eba6e'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
 
 prepare() {
   cd ${pkgname}-${pkgver}
 
   install -m755 "${srcdir}"/waf-${_waf_version} waf
-
-  # https://bugs.archlinux.org/task/48762
-  # https://github.com/mpv-player/mpv/issues/2997
-  # 
https://github.com/mpv-player/mpv/commit/2720e60ad00ff7cce1d80724bbd4b2b981748195
-  patch -Np1 < 
"${srcdir}"/mpv-x11-do-not-set-set-_NET_WM_BYPASS_COMPOSITOR-by-default.patch
-
-  ./bootstrap.py
 }
 
 build() {


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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 22:06:08
  Author: bisson
Revision: 170542

db-move: moved subsurface-marble from [community-staging] to [community] (i686, 
x86_64)

Added:
  subsurface-marble/repos/community-i686/PKGBUILD
(from rev 170541, subsurface-marble/repos/community-staging-i686/PKGBUILD)
  subsurface-marble/repos/community-x86_64/PKGBUILD
(from rev 170541, subsurface-marble/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  subsurface-marble/repos/community-i686/PKGBUILD
  subsurface-marble/repos/community-staging-i686/
  subsurface-marble/repos/community-staging-x86_64/
  subsurface-marble/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-11 20:06:07 UTC (rev 170541)
+++ community-i686/PKGBUILD 2016-04-11 20:06:08 UTC (rev 170542)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-marble
-_pkgname=marble-subsurface-branch
-pkgver=4.5.4
-pkgrel=1
-pkgdesc='Virtual Globe'
-url='http://git.subsurface-divelog.org/'
-license=('GPL' 'LGPL' 'FDL')
-arch=('i686' 'x86_64')
-makedepends=('cmake')
-depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('a244fd261c087bd96d6d96d474fcf824f13323eb')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DQT5BUILD=ON \
-   -DQTONLY=ON \
-   -DBUILD_MARBLE_APPS=OFF \
-   -DBUILD_MARBLE_EXAMPLES=OFF \
-   -DBUILD_MARBLE_TESTS=OFF \
-   -DBUILD_MARBLE_TOOLS=OFF \
-   -DBUILD_TESTING=OFF \
-   -DWITH_DESIGNER_PLUGIN=OFF \
-   -DBUILD_WITH_DBUS=OFF \
-   .
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   cd "${pkgdir}/usr"
-   mv include subsurface
-   install -d include
-   mv subsurface include
-rm -fr share/{appdata,icons}
-
-   # Provided by marble-data, avoids conflicts.
-   rm share/marble/cmake/FindMarble.cmake
-   rm -fr share/marble/data
-
-   # Conflicts with libastro
-   rm lib/libastro.so{,.1,.0.17.20}
-}

Copied: subsurface-marble/repos/community-i686/PKGBUILD (from rev 170541, 
subsurface-marble/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-11 20:06:08 UTC (rev 170542)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('6f166303218066ac19bf74afa5905fd8c61ad619')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT5BUILD=ON \
+   -DQTONLY=ON \
+   -DBUILD_MARBLE_APPS=OFF \
+   -DBUILD_MARBLE_EXAMPLES=OFF \
+   -DBUILD_MARBLE_TESTS=OFF \
+   -DBUILD_MARBLE_TOOLS=OFF \
+   -DBUILD_TESTING=OFF \
+   -DWITH_DESIGNER_PLUGIN=OFF \
+   -DBUILD_WITH_DBUS=OFF \
+   .
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr"
+   mv include subsurface
+   install -d include
+   mv subsurface include
+rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm share/marble/cmake/FindMarble.cmake
+   rm -fr share/marble/data
+
+   # Conflicts with libastro
+   rm lib/libastro.so{,.1,.0.17.20}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-11 20:06:07 UTC (rev 170541)
+++ community-x86_64/PKGBUILD   2016-04-11 20:06:08 UTC (rev 170542)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-marble

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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 22:06:10
  Author: bisson
Revision: 170543

db-move: moved subsurface from [community-staging] to [community] (i686, x86_64)

Added:
  subsurface/repos/community-i686/PKGBUILD
(from rev 170542, subsurface/repos/community-staging-i686/PKGBUILD)
  subsurface/repos/community-i686/install
(from rev 170542, subsurface/repos/community-staging-i686/install)
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 170542, subsurface/repos/community-staging-x86_64/PKGBUILD)
  subsurface/repos/community-x86_64/install
(from rev 170542, subsurface/repos/community-staging-x86_64/install)
Deleted:
  subsurface/repos/community-i686/PKGBUILD
  subsurface/repos/community-i686/install
  subsurface/repos/community-staging-i686/
  subsurface/repos/community-staging-x86_64/
  subsurface/repos/community-x86_64/PKGBUILD
  subsurface/repos/community-x86_64/install

---+
 /PKGBUILD |   82 
 /install  |   22 +++
 community-i686/PKGBUILD   |   41 --
 community-i686/install|   11 -
 community-x86_64/PKGBUILD |   41 --
 community-x86_64/install  |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-11 20:06:08 UTC (rev 170542)
+++ community-i686/PKGBUILD 2016-04-11 20:06:10 UTC (rev 170543)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.4
-pkgrel=1
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('e4ff548171b0a317a1f3f762bde2f62fd2152088')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('f108d9d6048a34a4f61e37fab855081ce7c1ec67')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:/dev/null && gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-11 20:06:08 UTC (rev 170542)
+++ community-x86_64/PKGBUILD   2016-04-11 20:06:10 UTC (rev 170543)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.4
-pkgrel=1
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('e4ff548171b0a317a1f3f762bde2f62fd2152088')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 

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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 22:06:07
  Author: bisson
Revision: 170541

db-move: moved subsurface-libdc from [community-staging] to [community] (i686, 
x86_64)

Added:
  subsurface-libdc/repos/community-i686/PKGBUILD
(from rev 170540, subsurface-libdc/repos/community-staging-i686/PKGBUILD)
  subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 170540, subsurface-libdc/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-i686/PKGBUILD
  subsurface-libdc/repos/community-staging-i686/
  subsurface-libdc/repos/community-staging-x86_64/
  subsurface-libdc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-11 19:59:06 UTC (rev 170540)
+++ community-i686/PKGBUILD 2016-04-11 20:06:07 UTC (rev 170541)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.4
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='http://git.subsurface-divelog.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('fc9e7bee669b03475c2556797f640eea8fa7a3d0')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure \
-   --prefix=/usr \
-   --program-prefix=libdc- \
-   --disable-examples # chokes on dctool_parse for now
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-i686/PKGBUILD (from rev 170540, 
subsurface-libdc/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-11 20:06:07 UTC (rev 170541)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('921c92d4aa245c95b96a35decee64165a656b583')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-11 19:59:06 UTC (rev 170540)
+++ community-x86_64/PKGBUILD   2016-04-11 20:06:07 UTC (rev 170541)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.4
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='http://git.subsurface-divelog.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('fc9e7bee669b03475c2556797f640eea8fa7a3d0')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure \
-   --prefix=/usr \
-   --program-prefix=libdc- \
-   --disable-examples # chokes on dctool_parse for now
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 170540, 
subsurface-libdc/repos/community-staging-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-11 20:06:07 UTC (rev 170541)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc

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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 21:57:57
  Author: bisson
Revision: 170539

upstream update

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 18:54:21 UTC (rev 170538)
+++ PKGBUILD2016-04-11 19:57:57 UTC (rev 170539)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.5.4
+pkgver=4.5.5
 pkgrel=1
 pkgdesc='Divelog program'
 url='http://subsurface-divelog.org/'
@@ -15,7 +15,7 @@
  'subsurface-libdc' 'subsurface-marble'
  'qt5-connectivity' 'grantlee-qt5')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('e4ff548171b0a317a1f3f762bde2f62fd2152088')
+sha1sums=('f108d9d6048a34a4f61e37fab855081ce7c1ec67')
 
 install=install
 
@@ -22,6 +22,7 @@
 prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
sed 's:

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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 21:59:06
  Author: bisson
Revision: 170540

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

Added:
  subsurface/repos/community-staging-i686/
  subsurface/repos/community-staging-i686/PKGBUILD
(from rev 170539, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-staging-i686/install
(from rev 170539, subsurface/trunk/install)
  subsurface/repos/community-staging-x86_64/
  subsurface/repos/community-staging-x86_64/PKGBUILD
(from rev 170539, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-staging-x86_64/install
(from rev 170539, subsurface/trunk/install)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-i686/install|   11 +
 community-staging-x86_64/PKGBUILD |   41 
 community-staging-x86_64/install  |   11 +
 4 files changed, 104 insertions(+)

Copied: subsurface/repos/community-staging-i686/PKGBUILD (from rev 170539, 
subsurface/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 19:59:06 UTC (rev 170540)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('f108d9d6048a34a4f61e37fab855081ce7c1ec67')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('f108d9d6048a34a4f61e37fab855081ce7c1ec67')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:

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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 20:57:45
  Author: bisson
Revision: 264681

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-11 18:57:12 UTC (rev 264680)
+++ extra-i686/PKGBUILD 2016-04-11 18:57:45 UTC (rev 264681)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.14.2
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('f548cdc0f5ac767eef2f69eb9fff27f70f92162b' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 264680, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-11 18:57:45 UTC (rev 264681)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.15
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('b69d0fb94df84edaac4f04dd2cea93d83144ec77' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-11 18:57:12 UTC (rev 264680)
+++ extra-x86_64/PKGBUILD   2016-04-11 18:57:45 UTC (rev 264681)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.14.2
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('f548cdc0f5ac767eef2f69eb9fff27f70f92162b' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 264680, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-11 18:57:45 UTC (rev 264681)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.15
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'

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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 20:57:12
  Author: bisson
Revision: 264680

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 18:09:40 UTC (rev 264679)
+++ PKGBUILD2016-04-11 18:57:12 UTC (rev 264680)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.14.2
+pkgver=2.15
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('f548cdc0f5ac767eef2f69eb9fff27f70f92162b' 'SKIP')
+sha1sums=('b69d0fb94df84edaac4f04dd2cea93d83144ec77' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 20:54:21
  Author: bisson
Revision: 170538

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

Added:
  subsurface-marble/repos/community-staging-i686/
  subsurface-marble/repos/community-staging-i686/PKGBUILD
(from rev 170537, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-staging-x86_64/
  subsurface-marble/repos/community-staging-x86_64/PKGBUILD
(from rev 170537, subsurface-marble/trunk/PKGBUILD)

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

Copied: subsurface-marble/repos/community-staging-i686/PKGBUILD (from rev 
170537, subsurface-marble/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 18:54:21 UTC (rev 170538)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('6f166303218066ac19bf74afa5905fd8c61ad619')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT5BUILD=ON \
+   -DQTONLY=ON \
+   -DBUILD_MARBLE_APPS=OFF \
+   -DBUILD_MARBLE_EXAMPLES=OFF \
+   -DBUILD_MARBLE_TESTS=OFF \
+   -DBUILD_MARBLE_TOOLS=OFF \
+   -DBUILD_TESTING=OFF \
+   -DWITH_DESIGNER_PLUGIN=OFF \
+   -DBUILD_WITH_DBUS=OFF \
+   .
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr"
+   mv include subsurface
+   install -d include
+   mv subsurface include
+rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm share/marble/cmake/FindMarble.cmake
+   rm -fr share/marble/data
+
+   # Conflicts with libastro
+   rm lib/libastro.so{,.1,.0.17.20}
+}

Copied: subsurface-marble/repos/community-staging-x86_64/PKGBUILD (from rev 
170537, subsurface-marble/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-11 18:54:21 UTC (rev 170538)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('6f166303218066ac19bf74afa5905fd8c61ad619')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT5BUILD=ON \
+   -DQTONLY=ON \
+   -DBUILD_MARBLE_APPS=OFF \
+   -DBUILD_MARBLE_EXAMPLES=OFF \
+   -DBUILD_MARBLE_TESTS=OFF \
+   -DBUILD_MARBLE_TOOLS=OFF \
+   -DBUILD_TESTING=OFF \
+   -DWITH_DESIGNER_PLUGIN=OFF \
+   -DBUILD_WITH_DBUS=OFF \
+   .
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr"
+   mv include subsurface
+   install -d include
+   mv subsurface include
+rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm share/marble/cmake/FindMarble.cmake
+   rm -fr share/marble/data
+
+   # Conflicts with libastro
+   rm lib/libastro.so{,.1,.0.17.20}
+}


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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 20:53:25
  Author: bisson
Revision: 170537

upstream update

Modified:
  subsurface-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 18:41:46 UTC (rev 170536)
+++ PKGBUILD2016-04-11 18:53:25 UTC (rev 170537)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-marble
 _pkgname=marble-subsurface-branch
-pkgver=4.5.4
+pkgver=4.5.5
 pkgrel=1
 pkgdesc='Virtual Globe'
 url='http://git.subsurface-divelog.org/'
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('a244fd261c087bd96d6d96d474fcf824f13323eb')
+sha1sums=('6f166303218066ac19bf74afa5905fd8c61ad619')
 
 build() {
cd "${srcdir}/${_pkgname}-${pkgver}"


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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 20:41:46
  Author: bisson
Revision: 170536

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

Added:
  subsurface-libdc/repos/community-staging-i686/
  subsurface-libdc/repos/community-staging-i686/PKGBUILD
(from rev 170535, subsurface-libdc/trunk/PKGBUILD)
  subsurface-libdc/repos/community-staging-x86_64/
  subsurface-libdc/repos/community-staging-x86_64/PKGBUILD
(from rev 170535, subsurface-libdc/trunk/PKGBUILD)

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

Copied: subsurface-libdc/repos/community-staging-i686/PKGBUILD (from rev 
170535, subsurface-libdc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 18:41:46 UTC (rev 170536)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('921c92d4aa245c95b96a35decee64165a656b583')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: subsurface-libdc/repos/community-staging-x86_64/PKGBUILD (from rev 
170535, subsurface-libdc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-11 18:41:46 UTC (rev 170536)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('921c92d4aa245c95b96a35decee64165a656b583')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2016-04-11 Thread Gaetan Bisson
Date: Monday, April 11, 2016 @ 20:40:34
  Author: bisson
Revision: 170535

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 17:39:16 UTC (rev 170534)
+++ PKGBUILD2016-04-11 18:40:34 UTC (rev 170535)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.4
+pkgver=4.5.5
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='http://git.subsurface-divelog.org/'
@@ -11,7 +11,7 @@
 license=('LGPL')
 arch=('i686' 'x86_64')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('fc9e7bee669b03475c2556797f640eea8fa7a3d0')
+sha1sums=('921c92d4aa245c95b96a35decee64165a656b583')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')
@@ -23,7 +23,6 @@
./configure \
--prefix=/usr \
--program-prefix=libdc- \
-   --disable-examples # chokes on dctool_parse for now
 
make
 }


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 20:09:40
  Author: svenstaro
Revision: 264679

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

Added:
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 264678, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 264678, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 264678, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 264678, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/testing-i686/PKGBUILD
  nvidia-lts/repos/testing-i686/nvidia-lts.install
  nvidia-lts/repos/testing-x86_64/PKGBUILD
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install

---+
 /PKGBUILD |  120 
 /nvidia-lts.install   |   30 +
 testing-i686/PKGBUILD |   58 -
 testing-i686/nvidia-lts.install   |   15 
 testing-x86_64/PKGBUILD   |   58 -
 testing-x86_64/nvidia-lts.install |   15 
 6 files changed, 150 insertions(+), 146 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-11 18:09:31 UTC (rev 264678)
+++ testing-i686/PKGBUILD   2016-04-11 18:09:40 UTC (rev 264679)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=364.16
-_extramodules=extramodules-4.1-lts
-pkgrel=1
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.19' 
'linux-lts-headers>=4.1.19')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=('!strip')
-# See nvidia-utils
-# 
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;)
-source_i686=("NVIDIA-Linux-x86-${pkgver}.run::https://developer.nvidia.com/linux32bit;)
-source_x86_64=("NVIDIA-Linux-x86_64-${pkgver}.run::https://developer.nvidia.com/linux64bit;)
-md5sums_i686=('c25de6f7e328c6eab5305be0cd0b02d5')
-md5sums_x86_64=('5d954bfb0be8532779a4ca1741851493')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}"
-# [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-export IGNORE_CC_MISMATCH=1
-
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-depends=('linux-lts>=4.1.18' "nvidia-utils=$pkgver" 'libgl')
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
-  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 264678, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-11 18:09:40 UTC (rev 264679)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=364.16
+_extramodules=extramodules-4.1-lts
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.19' 
'linux-lts-headers>=4.1.19')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+# See nvidia-utils
+# 
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;)
+source_i686=("NVIDIA-Linux-x86-${pkgver}.run::https://developer.nvidia.com/linux32bit;)

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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 20:09:31
  Author: svenstaro
Revision: 264678

upgpkg: nvidia-lts 364.16-2

Also install nvidia-drm

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 18:00:11 UTC (rev 264677)
+++ PKGBUILD2016-04-11 18:09:31 UTC (rev 264678)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=364.16
 _extramodules=extramodules-4.1-lts
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -44,6 +44,8 @@
   
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
   
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
 
 if [[ "$CARCH" = "x86_64" ]]; then
   install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \


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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 20:00:11
  Author: fyan
Revision: 264677

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 264676, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 264676, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 264676, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 264676, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/nvidia.install

---+
 /PKGBUILD |  178 
 /nvidia.install   |   26 +
 testing-i686/PKGBUILD |   85 ---
 testing-i686/nvidia.install   |   13 --
 testing-x86_64/PKGBUILD   |   85 ---
 testing-x86_64/nvidia.install |   13 --
 6 files changed, 204 insertions(+), 196 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-11 17:59:34 UTC (rev 264676)
+++ testing-i686/PKGBUILD   2016-04-11 18:00:11 UTC (rev 264677)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=364.16
-_extramodules=extramodules-4.5-ARCH
-pkgrel=1
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.5' 'linux-headers<4.6')
-license=('custom')
-options=('!strip')
-# See nvidia-utils
-# 
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}.run;)
-source_i686=("NVIDIA-Linux-x86-${pkgver}.run::https://developer.nvidia.com/linux32bit;)
-source_x86_64=("NVIDIA-Linux-x86_64-${pkgver}.run::https://developer.nvidia.com/linux64bit;)
-md5sums_i686=('c25de6f7e328c6eab5305be0cd0b02d5')
-md5sums_x86_64=('5d954bfb0be8532779a4ca1741851493')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}"
-# [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() { 
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.5' 'linux<4.6' "nvidia-utils=${pkgver}" 'libgl')
-install=nvidia.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia')
-
-cd ${_pkg}
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 264676, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-11 18:00:11 UTC (rev 264677)
@@ -0,0 +1,89 @@
+# $Id$

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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 19:59:34
  Author: fyan
Revision: 264676

upgpkg: nvidia 364.16-2

fix the missing nvidia-drm kernel module

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 17:10:32 UTC (rev 264675)
+++ PKGBUILD2016-04-11 17:59:34 UTC (rev 264676)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=364.16
 _extramodules=extramodules-4.5-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -41,7 +41,9 @@
 BUILT_MODULE_NAME[1]="nvidia-uvm"\
 DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
 BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"' dkms.conf
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
 }
 
 build() {
@@ -59,6 +61,8 @@
 "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
 
 if [[ "$CARCH" = "x86_64" ]]; then
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \


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

2016-04-11 Thread Anatol Pomozov
Date: Monday, April 11, 2016 @ 19:39:16
  Author: anatolik
Revision: 170534

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-11 17:38:54 UTC (rev 170533)
+++ PKGBUILD2016-04-11 17:39:16 UTC (rev 170534)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-txaio
-pkgname=(python-txaio python2-txaio)
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
-arch=(any)
-url='https://github.com/tavendo/txaio'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted 
python2-twisted)
-source=(https://pypi.python.org/packages/source/t/txaio/txaio-$pkgver.tar.gz)
-sha1sums=('5002f45d67aee54dd680f29e1fe692522a51975a')
-
-prepare() {
-  cp -a txaio-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-txaio() {
-  depends=(python python-six python-twisted)
-
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-txaio() {
-  depends=(python2 python2-six python2-twisted)
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-txaio/repos/community-any/PKGBUILD (from rev 170533, 
python-txaio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-11 17:39:16 UTC (rev 170534)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-txaio
+pkgname=(python-txaio python2-txaio)
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
+arch=(any)
+url='https://github.com/tavendo/txaio'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted 
python2-twisted)
+source=(https://pypi.python.org/packages/source/t/txaio/txaio-$pkgver.tar.gz)
+sha1sums=('965053e2f6a0fc4e62cb1c7ac8c0de2f5b0babf6')
+
+prepare() {
+  cp -a txaio-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-txaio() {
+  depends=(python python-six python-twisted)
+
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-txaio() {
+  depends=(python2 python2-six python2-twisted)
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-04-11 Thread Anatol Pomozov
Date: Monday, April 11, 2016 @ 19:38:54
  Author: anatolik
Revision: 170533

upgpkg: python-txaio 2.3.1-1

Modified:
  python-txaio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 17:35:59 UTC (rev 170532)
+++ PKGBUILD2016-04-11 17:38:54 UTC (rev 170533)
@@ -3,7 +3,7 @@
 
 pkgbase=python-txaio
 pkgname=(python-txaio python2-txaio)
-pkgver=2.2.2
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted 
python2-twisted)
 source=(https://pypi.python.org/packages/source/t/txaio/txaio-$pkgver.tar.gz)
-sha1sums=('5002f45d67aee54dd680f29e1fe692522a51975a')
+sha1sums=('965053e2f6a0fc4e62cb1c7ac8c0de2f5b0babf6')
 
 prepare() {
   cp -a txaio-$pkgver{,-py2}


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

2016-04-11 Thread Anatol Pomozov
Date: Monday, April 11, 2016 @ 19:34:43
  Author: anatolik
Revision: 170508

upgpkg: python-autobahn 0.13.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 17:32:45 UTC (rev 170507)
+++ PKGBUILD2016-04-11 17:34:43 UTC (rev 170508)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 
source=(https://pypi.python.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('3593f91820a2693b03be5cc307a68861cbc2249a')
+sha1sums=('e2b971abadb4537d8b20e0c0e5b0641f16b4af8b')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2016-04-11 Thread Anatol Pomozov
Date: Monday, April 11, 2016 @ 19:35:10
  Author: anatolik
Revision: 170509

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-11 17:34:43 UTC (rev 170508)
+++ PKGBUILD2016-04-11 17:35:10 UTC (rev 170509)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-autobahn
-pkgname=(python-autobahn python2-autobahn)
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(any)
-url='http://autobahn.ws/python/'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
-source=(https://pypi.python.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('3593f91820a2693b03be5cc307a68861cbc2249a')
-
-prepare() {
-  cp -a autobahn-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  #It requires python-unittest2 in [community]
-  #python setup.py test
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  #python2 setup.py test
-}
-
-package_python-autobahn() {
-  depends=(python python-twisted python-six python-txaio)
-
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autobahn() {
-  depends=(python2 python2-twisted python2-six python2-txaio)
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-any/PKGBUILD (from rev 170508, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-11 17:35:10 UTC (rev 170509)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-autobahn
+pkgname=(python-autobahn python2-autobahn)
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(any)
+url='http://autobahn.ws/python/'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
+source=(https://pypi.python.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha1sums=('e2b971abadb4537d8b20e0c0e5b0641f16b4af8b')
+
+prepare() {
+  cp -a autobahn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  #It requires python-unittest2 in [community]
+  #python setup.py test
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  #python2 setup.py test
+}
+
+package_python-autobahn() {
+  depends=(python python-twisted python-six python-txaio)
+
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autobahn() {
+  depends=(python2 python2-twisted python2-six python2-txaio)
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 19:32:45
  Author: fyan
Revision: 170507

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

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

+
 community-staging-i686/PKGBUILD|   84 +++
 community-staging-i686/haskell-stack.install   |   18 
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   84 +++
 community-staging-x86_64/haskell-stack.install |   18 
 community-staging-x86_64/stack.install |4 +
 6 files changed, 212 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 170506, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 17:32:45 UTC (rev 170507)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.0.4.3
+pkgrel=3
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-hpack" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-project-template" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2a445ff671cfd75ccf3185c52832298598dc03dbfbede2b7be21237f63c305b2')
+
+prepare() {
+sed -e 's/hpack >=0.9.0 && <0.12/hpack >=0.9.0 \&\& <0.13/' \
+-e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 

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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 19:32:05
  Author: fyan
Revision: 170506

upgpkg: stack 1.0.4.3-3

rebuild with http-client-0.4.27.1, http-client-tls-0.2.3, http-conduit-2.1.9, 
yaml-0.8.17, yesod-1.4.3, yesod-auth-1.4.13.1, yesod-core-1.4.20.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 17:05:35 UTC (rev 170505)
+++ PKGBUILD2016-04-11 17:32:05 UTC (rev 170506)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-04-11 Thread Anatol Pomozov
Date: Monday, April 11, 2016 @ 19:10:32
  Author: anatolik
Revision: 264675

dhcpcd is part of core repo, not community

Deleted:
  dhcpcd/repos/community-testing-i686/
  dhcpcd/repos/community-testing-x86_64/


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

2016-04-11 Thread Anatol Pomozov
Date: Monday, April 11, 2016 @ 19:08:17
  Author: anatolik
Revision: 264674

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

Added:
  apache/repos/testing-i686/
  apache/repos/testing-i686/PKGBUILD
(from rev 264673, apache/trunk/PKGBUILD)
  apache/repos/testing-i686/apache.install
(from rev 264673, apache/trunk/apache.install)
  apache/repos/testing-i686/apache.tmpfiles.conf
(from rev 264673, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-i686/arch.layout
(from rev 264673, apache/trunk/arch.layout)
  apache/repos/testing-i686/httpd.logrotate
(from rev 264673, apache/trunk/httpd.logrotate)
  apache/repos/testing-i686/httpd.service
(from rev 264673, apache/trunk/httpd.service)
  apache/repos/testing-x86_64/
  apache/repos/testing-x86_64/PKGBUILD
(from rev 264673, apache/trunk/PKGBUILD)
  apache/repos/testing-x86_64/apache.install
(from rev 264673, apache/trunk/apache.install)
  apache/repos/testing-x86_64/apache.tmpfiles.conf
(from rev 264673, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-x86_64/arch.layout
(from rev 264673, apache/trunk/arch.layout)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 264673, apache/trunk/httpd.logrotate)
  apache/repos/testing-x86_64/httpd.service
(from rev 264673, apache/trunk/httpd.service)

-+
 testing-i686/PKGBUILD   |  121 ++
 testing-i686/apache.install |   16 
 testing-i686/apache.tmpfiles.conf   |1 
 testing-i686/arch.layout|   22 ++
 testing-i686/httpd.logrotate|7 +
 testing-i686/httpd.service  |   15 
 testing-x86_64/PKGBUILD |  121 ++
 testing-x86_64/apache.install   |   16 
 testing-x86_64/apache.tmpfiles.conf |1 
 testing-x86_64/arch.layout  |   22 ++
 testing-x86_64/httpd.logrotate  |7 +
 testing-x86_64/httpd.service|   15 
 12 files changed, 364 insertions(+)

Copied: apache/repos/testing-i686/PKGBUILD (from rev 264673, 
apache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-11 17:08:17 UTC (rev 264674)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apache
+pkgver=2.4.20
+pkgrel=1
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('i686' 'x86_64')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(
+etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/httpd/conf/extra/proxy-html.conf
+etc/httpd/conf/{mime.types,magic}
+etc/logrotate.d/httpd
+)
+depends=('zlib' 'apr-util' 'pcre')
+makedepends=('libxml2' 'lua' 'openssl' 'nghttp2')
+optdepends=(
+'lua: for mod_lua module'
+'openssl: for mod_ssl module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules'
+'nghttp2: for mod_http2 module'
+'lynx: apachectl status'
+)
+install=apache.install
+source=(
+http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout
+)
+sha256sums=('0e76a375ed3dbac636f50ac39de966ece443751fe4d62392f9a360a19d94d0da'
+'SKIP'
+'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
+'0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'
+'f574bac6d5f398e7a649fc0e1ca66ff01ad4ef34dac71258e93d8a9d9a2b3960'
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
+validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski
+
+prepare() {
+  cd httpd-${pkgver}
+
+  # set default user
+  sed -e 's#User daemon#User http#' \
+  -e 's#Group daemon#Group http#' \
+  -i docs/conf/httpd.conf.in
+
+  cat "${srcdir}/arch.layout" >> config.layout
+}
+
+build() {
+  cd httpd-${pkgver}
+
+  ./configure --sbindir=/usr/bin \
+  --enable-layout=Arch \
+  --enable-mpms-shared=all \
+  --enable-modules=all \
+  --enable-mods-shared=all \
+  --enable-so \
+  --enable-suexec \
+  --with-suexec-caller=http \
+  --with-suexec-docroot=/srv/http \
+  --with-suexec-logfile=/var/log/httpd/suexec.log \
+  --with-suexec-bin=/usr/bin/suexec \
+  --with-suexec-uidmin=99 --with-suexec-gidmin=99 \
+  --enable-ldap --enable-authnz-ldap --enable-authnz-fcgi \
+  --enable-cache --enable-disk-cache --enable-mem-cache 
--enable-file-cache \
+  --enable-ssl --with-ssl \
+  --enable-deflate --enable-cgi --enable-cgid \
+  --enable-proxy 

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

2016-04-11 Thread Anatol Pomozov
Date: Monday, April 11, 2016 @ 19:07:11
  Author: anatolik
Revision: 264673

upgpkg: apache 2.4.20-1

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 17:03:35 UTC (rev 264672)
+++ PKGBUILD2016-04-11 17:07:11 UTC (rev 264673)
@@ -4,8 +4,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apache
-pkgver=2.4.18
-pkgrel=2
+pkgver=2.4.20
+pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
 url='http://www.apache.org/dist/httpd'
@@ -36,7 +36,7 @@
 httpd.service
 arch.layout
 )
-sha256sums=('0644b050de41f5c9f67c825285049b144690421acb709b06fe53eddfa8a9fd4c'
+sha256sums=('0e76a375ed3dbac636f50ac39de966ece443751fe4d62392f9a360a19d94d0da'
 'SKIP'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'


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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 19:04:50
  Author: fyan
Revision: 170504

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

Added:
  haskell-pipes-http/repos/community-staging-i686/
  haskell-pipes-http/repos/community-staging-i686/PKGBUILD
(from rev 170503, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-i686/haskell-pipes-http.install
(from rev 170503, haskell-pipes-http/trunk/haskell-pipes-http.install)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 170503, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/haskell-pipes-http.install
(from rev 170503, haskell-pipes-http/trunk/haskell-pipes-http.install)

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/haskell-pipes-http.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/haskell-pipes-http.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
170503, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 17:04:50 UTC (rev 170504)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f32f2962ba04ccb28cef3866d002fbc17a8d818ef637c236c72148f66f580a43')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-pipes-http/repos/community-staging-i686/haskell-pipes-http.install 
(from rev 170503, haskell-pipes-http/trunk/haskell-pipes-http.install)
===
--- community-staging-i686/haskell-pipes-http.install   
(rev 0)
+++ community-staging-i686/haskell-pipes-http.install   2016-04-11 17:04:50 UTC 
(rev 170504)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pipes-http
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
170503, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-11 17:04:50 UTC (rev 170504)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+options=('staticlibs')

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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 19:04:20
  Author: fyan
Revision: 170503

upgpkg: haskell-pipes-http 1.0.2-5

rebuild with http-client-0.4.27.1, http-client-tls-0.2.3, http-conduit-2.1.9, 
yaml-0.8.17, yesod-1.4.3, yesod-auth-1.4.13.1, yesod-core-1.4.20.1

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 17:02:46 UTC (rev 170502)
+++ PKGBUILD2016-04-11 17:04:20 UTC (rev 170503)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-04-11 Thread Anatol Pomozov
Date: Monday, April 11, 2016 @ 19:03:35
  Author: anatolik
Revision: 264672

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 264671, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 264671, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 264671, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-i686/queue_from_compat.patch
(from rev 264671, dhcpcd/trunk/queue_from_compat.patch)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 264671, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 264671, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 264671, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/queue_from_compat.patch
(from rev 264671, dhcpcd/trunk/queue_from_compat.patch)

+
 testing-i686/PKGBUILD  |   69 +++
 testing-i686/dhcpcd.service|   13 +
 testing-i686/dhcpcd_.service   |   15 ++
 testing-i686/queue_from_compat.patch   |   13 +
 testing-x86_64/PKGBUILD|   69 +++
 testing-x86_64/dhcpcd.service  |   13 +
 testing-x86_64/dhcpcd_.service |   15 ++
 testing-x86_64/queue_from_compat.patch |   13 +
 8 files changed, 220 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 264671, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-11 17:03:35 UTC (rev 264672)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.10.2
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'queue_from_compat.patch'
+'dhcpcd_.service'
+'dhcpcd.service')
+sha1sums=('1ee99eb0319552f6b5f92d5ba85902f03776519b'
+  '393f02700d0078862a461a1fbdeac1542791749b'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 < ../queue_from_compat.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  sed 26q "$srcdir/$pkgname-$pkgver/control.h" \
+  >>"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 264671, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2016-04-11 17:03:35 UTC (rev 264672)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 264671, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2016-04-11 17:03:35 UTC (rev 264672)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: 

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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 19:02:46
  Author: fyan
Revision: 170502

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

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 170501, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 17:02:46 UTC (rev 170502)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.16.0
+pkgrel=3
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
170501, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-11 17:02:46 UTC (rev 170502)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.16.0
+pkgrel=3
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 19:02:17
  Author: fyan
Revision: 170501

upgpkg: stylish-haskell 0.5.16.0-3

rebuild with http-client-0.4.27.1, http-client-tls-0.2.3, http-conduit-2.1.9, 
yaml-0.8.17, yesod-1.4.3, yesod-auth-1.4.13.1, yesod-core-1.4.20.1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 17:01:53 UTC (rev 170500)
+++ PKGBUILD2016-04-11 17:02:17 UTC (rev 170501)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2016-04-11 Thread Jaroslav Lichtblau
Date: Monday, April 11, 2016 @ 19:01:38
  Author: jlichtblau
Revision: 170499

upgpkg: python-pygit2 0.24.0-2

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:57:29 UTC (rev 170498)
+++ PKGBUILD2016-04-11 17:01:38 UTC (rev 170499)
@@ -5,7 +5,7 @@
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
 pkgver=0.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python bindings for libgit2'
 arch=('i686' 'x86_64')
 url="https://github.com/libgit2/pygit2;


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

2016-04-11 Thread Jaroslav Lichtblau
Date: Monday, April 11, 2016 @ 19:01:53
  Author: jlichtblau
Revision: 170500

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

Added:
  python-pygit2/repos/community-testing-i686/
  python-pygit2/repos/community-testing-i686/PKGBUILD
(from rev 170499, python-pygit2/trunk/PKGBUILD)
  python-pygit2/repos/community-testing-x86_64/PKGBUILD
(from rev 170499, python-pygit2/trunk/PKGBUILD)
Deleted:
  python-pygit2/repos/community-testing-x86_64/PKGBUILD

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

Copied: python-pygit2/repos/community-testing-i686/PKGBUILD (from rev 170499, 
python-pygit2/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-04-11 17:01:53 UTC (rev 170500)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.24.0
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+arch=('i686' 'x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.24.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+md5sums=('135adc1c70129d904ec89315b91cc26a')
+
+package_python-pygit2() {
+  depends+=('python' 'python-cffi')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2' 'python2-cffi')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-04-11 17:01:38 UTC (rev 170499)
+++ community-testing-x86_64/PKGBUILD   2016-04-11 17:01:53 UTC (rev 170500)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.24.0
-pkgrel=1
-pkgdesc='Python bindings for libgit2'
-arch=('i686' 'x86_64')
-url="https://github.com/libgit2/pygit2;
-license=('GPL2')
-depends=('libgit2')
-makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-md5sums=('135adc1c70129d904ec89315b91cc26a')
-
-package_python-pygit2() {
-  depends+=('python' 'python-cffi')
-  replaces=('python-libgit2')
-  conflicts=('python-libgit2')
-
-  cd "pygit2-$pkgver"
-  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygit2() {
-  depends+=('python2' 'python2-cffi')
-  replaces=('python2-libgit2')
-  conflicts=('python2-libgit2')
-
-  cd "pygit2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygit2/repos/community-testing-x86_64/PKGBUILD (from rev 170499, 
python-pygit2/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-04-11 17:01:53 UTC (rev 170500)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.24.0
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+arch=('i686' 'x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.24.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+md5sums=('135adc1c70129d904ec89315b91cc26a')
+
+package_python-pygit2() {
+  depends+=('python' 'python-cffi')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2' 'python2-cffi')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 18:56:59
  Author: fyan
Revision: 170497

upgpkg: haskell-hakyll 4.7.5.2-13

rebuild with http-client-0.4.27.1, http-client-tls-0.2.3, http-conduit-2.1.9, 
yaml-0.8.17, yesod-1.4.3, yesod-auth-1.4.13.1, yesod-core-1.4.20.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:55:47 UTC (rev 170496)
+++ PKGBUILD2016-04-11 16:56:59 UTC (rev 170497)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.2
-pkgrel=12
+pkgrel=13
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 18:57:29
  Author: fyan
Revision: 170498

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

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

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-hakyll.install   |   18 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-hakyll.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 170497, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 16:57:29 UTC (rev 170498)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.2
+pkgrel=13
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('86359589370266cc6fecad41ad1574a54382e9981aa08203d931d684fdc70bf3')
+
+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 \
+-fcheckexternal -f-watchserver -f-previewserver
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 170497, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-04-11 16:57:29 UTC 
(rev 170498)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
170497, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-11 16:57:29 UTC (rev 170498)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

[arch-commits] Commit in lib32-libglvnd/repos/multilib-x86_64 (4 files)

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 18:55:47
  Author: svenstaro
Revision: 170496

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
(from rev 170495, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD
(from rev 170495, lib32-libglvnd/trunk/PKGBUILD)
Deleted:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |   52 ++--
 PKGBUILD |   86 ++---
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-04-11 16:55:41 UTC (rev 170495)
+++ LICENSE 2016-04-11 16:55:47 UTC (rev 170496)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-x86_64/LICENSE (from rev 170495, 
lib32-libglvnd/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-04-11 16:55:47 UTC (rev 170496)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-11 16:55:41 UTC (rev 170495)
+++ PKGBUILD2016-04-11 16:55:47 UTC (rev 170496)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=lib32-libglvnd
-pkgver=0.1.0.20160329
-_commit=af2aeb0b4293e085ad61eae08be34e52f9d7b389
-pkgrel=2
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd;
-license=('custom:BSD-like')
-depends=('lib32-libxext' 'libglvnd')
-makedepends=('xorg-server-devel' 'git' 'python2')
-source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit;)
-sha1sums=('SKIP')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd libglvnd
-  ./autogen.sh
-  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
-  make
-}
-
-package() {
-  cd libglvnd
-  make DESTDIR="${pkgdir}" install
-
-  rm -r 

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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 18:55:41
  Author: svenstaro
Revision: 170495

upgpkg: lib32-libglvnd 0.1.0.20160329-3

rebuild

Modified:
  lib32-libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:53:50 UTC (rev 170494)
+++ PKGBUILD2016-04-11 16:55:41 UTC (rev 170495)
@@ -4,7 +4,7 @@
 pkgname=lib32-libglvnd
 pkgver=0.1.0.20160329
 _commit=af2aeb0b4293e085ad61eae08be34e52f9d7b389
-pkgrel=2
+pkgrel=3
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
 url="https://github.com/NVIDIA/libglvnd;


[arch-commits] Commit in lib32-libglvnd/repos (5 files)

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 18:53:50
  Author: svenstaro
Revision: 170494

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libglvnd/repos/multilib-x86_64/
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
(from rev 170493, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD
(from rev 170493, lib32-libglvnd/trunk/PKGBUILD)
Deleted:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD

--+
 /LICENSE |   26 ++
 /PKGBUILD|   43 +++
 multilib-x86_64/LICENSE  |   26 --
 multilib-x86_64/PKGBUILD |   43 ---
 4 files changed, 69 insertions(+), 69 deletions(-)

Deleted: multilib-x86_64/LICENSE
===
--- multilib-x86_64/LICENSE 2016-04-11 16:26:53 UTC (rev 170485)
+++ multilib-x86_64/LICENSE 2016-04-11 16:53:50 UTC (rev 170494)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-x86_64/LICENSE (from rev 170493, 
lib32-libglvnd/trunk/LICENSE)
===
--- multilib-x86_64/LICENSE (rev 0)
+++ multilib-x86_64/LICENSE 2016-04-11 16:53:50 UTC (rev 170494)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: multilib-x86_64/PKGBUILD
===
--- multilib-x86_64/PKGBUILD2016-04-11 16:26:53 UTC (rev 170485)
+++ multilib-x86_64/PKGBUILD2016-04-11 16:53:50 UTC (rev 170494)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=lib32-libglvnd
-pkgver=0.0.0.20160315
-_commit=f1c345f3a33e537b68406d861965b3113c5122ea
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd;
-license=('custom:BSD-like')
-depends=('lib32-libxext' 'libglvnd')
-makedepends=('xorg-server-devel' 'git' 'python2')
-source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit;)

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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 18:52:55
  Author: svenstaro
Revision: 170493

upgpkg: lib32-libglvnd 0.1.0.20160329-2

rebuild

Modified:
  lib32-libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:43:56 UTC (rev 170492)
+++ PKGBUILD2016-04-11 16:52:55 UTC (rev 170493)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=lib32-libglvnd
-pkgver=0.1.0.20160411
-_commit=5a69af6
-pkgrel=1
+pkgver=0.1.0.20160329
+_commit=af2aeb0b4293e085ad61eae08be34e52f9d7b389
+pkgrel=2
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
 url="https://github.com/NVIDIA/libglvnd;


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

2016-04-11 Thread Jaroslav Lichtblau
Date: Monday, April 11, 2016 @ 18:43:56
  Author: jlichtblau
Revision: 170492

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

Added:
  glom/repos/community-i686/PKGBUILD
(from rev 170491, glom/trunk/PKGBUILD)
  glom/repos/community-i686/glom.changelog
(from rev 170491, glom/trunk/glom.changelog)
  glom/repos/community-i686/glom.install
(from rev 170491, glom/trunk/glom.install)
  glom/repos/community-x86_64/PKGBUILD
(from rev 170491, glom/trunk/PKGBUILD)
  glom/repos/community-x86_64/glom.changelog
(from rev 170491, glom/trunk/glom.changelog)
  glom/repos/community-x86_64/glom.install
(from rev 170491, glom/trunk/glom.install)
Deleted:
  glom/repos/community-i686/PKGBUILD
  glom/repos/community-i686/glom.changelog
  glom/repos/community-i686/glom.install
  glom/repos/community-x86_64/PKGBUILD
  glom/repos/community-x86_64/glom.changelog
  glom/repos/community-x86_64/glom.install

-+
 /PKGBUILD   |   78 ++
 /glom.changelog |   28 +
 /glom.install   |   26 
 community-i686/PKGBUILD |   39 ---
 community-i686/glom.changelog   |   11 -
 community-i686/glom.install |   13 --
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/glom.changelog |   11 -
 community-x86_64/glom.install   |   13 --
 9 files changed, 132 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-11 16:43:41 UTC (rev 170491)
+++ community-i686/PKGBUILD 2016-04-11 16:43:56 UTC (rev 170492)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Roman Kyrylych 
-# Contributor: William Rea 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=glom
-pkgver=1.30.1
-pkgrel=2
-pkgdesc="An easy-to-use database designer and user interface"
-arch=('i686' 'x86_64')
-url="http://www.glom.org/;
-license=('GPL')
-depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
- 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
- 'libgda-mysql')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f360eccd004c7c935b928fdc57c1625af129bd77022318e73732710722309a1f')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-postgres-utils=/usr/bin \
---disable-scrollkeeper \
---disable-update-mime-database \
---disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: glom/repos/community-i686/PKGBUILD (from rev 170491, 
glom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-11 16:43:56 UTC (rev 170492)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=glom
+pkgver=1.30.3
+pkgrel=1
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
+ 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
+ 'libgda-mysql')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('27148ad084ac1c300a4dfe4b4bc3c6bbb1b13fbe279fe1ce25818f2251c6085e')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/glom.changelog
===
--- community-i686/glom.changelog   2016-04-11 16:43:41 UTC (rev 170491)
+++ community-i686/glom.changelog   2016-04-11 16:43:56 UTC (rev 170492)
@@ -1,11 +0,0 @@
-2015-07-13 Jaroslav Lichtblau 
-* glom-1.28.5-1
-
-2015-03-28 Jaroslav Lichtblau 
-* glom-1.28.4-1
-
-2014-11-05 Jaroslav Lichtblau 

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

2016-04-11 Thread Jaroslav Lichtblau
Date: Monday, April 11, 2016 @ 18:43:41
  Author: jlichtblau
Revision: 170491

upgpkg: glom 1.30.3-1 - new upstream release

Modified:
  glom/trunk/PKGBUILD
  glom/trunk/glom.changelog

+
 PKGBUILD   |6 +++---
 glom.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:41:30 UTC (rev 170490)
+++ PKGBUILD2016-04-11 16:43:41 UTC (rev 170491)
@@ -5,8 +5,8 @@
 # Contributor: Jaroslav Lichtblau 
 
 pkgname=glom
-pkgver=1.30.1
-pkgrel=2
+pkgver=1.30.3
+pkgrel=1
 pkgdesc="An easy-to-use database designer and user interface"
 arch=('i686' 'x86_64')
 url="http://www.glom.org/;
@@ -18,7 +18,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f360eccd004c7c935b928fdc57c1625af129bd77022318e73732710722309a1f')
+sha256sums=('27148ad084ac1c300a4dfe4b4bc3c6bbb1b13fbe279fe1ce25818f2251c6085e')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: glom.changelog
===
--- glom.changelog  2016-04-11 16:41:30 UTC (rev 170490)
+++ glom.changelog  2016-04-11 16:43:41 UTC (rev 170491)
@@ -1,3 +1,6 @@
+2016-04-11 Jaroslav Lichtblau 
+* glom-1.30.3-1
+
 2015-07-13 Jaroslav Lichtblau 
 * glom-1.28.5-1
 


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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 18:36:48
  Author: fyan
Revision: 170489

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 170488, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 16:36:48 UTC (rev 170489)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=17
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c0067d161a3cd6b93822f85eb82e5cb4895d913b2593bc4fe3b74d3ed426e0b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 170488, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-11 16:36:48 UTC (rev 170489)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=17
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')

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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 18:36:18
  Author: fyan
Revision: 170488

upgpkg: git-annex 6.20160318-17

rebuild with http-client-0.4.27.1, http-client-tls-0.2.3, http-conduit-2.1.9, 
yaml-0.8.17, yesod-1.4.3, yesod-auth-1.4.13.1, yesod-core-1.4.20.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:31:03 UTC (rev 170487)
+++ PKGBUILD2016-04-11 16:36:18 UTC (rev 170488)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160318
-pkgrel=16
+pkgrel=17
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in lib32-libglvnd/repos/multilib-x86_64 (4 files)

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 18:31:03
  Author: svenstaro
Revision: 170487

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
(from rev 170486, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD
(from rev 170486, lib32-libglvnd/trunk/PKGBUILD)
Deleted:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |   52 ++--
 PKGBUILD |   86 ++---
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-04-11 16:30:50 UTC (rev 170486)
+++ LICENSE 2016-04-11 16:31:03 UTC (rev 170487)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-x86_64/LICENSE (from rev 170486, 
lib32-libglvnd/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-04-11 16:31:03 UTC (rev 170487)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-11 16:30:50 UTC (rev 170486)
+++ PKGBUILD2016-04-11 16:31:03 UTC (rev 170487)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=lib32-libglvnd
-pkgver=0.0.0.20160315
-_commit=f1c345f3a33e537b68406d861965b3113c5122ea
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd;
-license=('custom:BSD-like')
-depends=('lib32-libxext' 'libglvnd')
-makedepends=('xorg-server-devel' 'git' 'python2')
-source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit;)
-sha1sums=('SKIP')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd libglvnd
-  ./autogen.sh
-  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
-  make
-}
-
-package() {
-  cd libglvnd
-  make DESTDIR="${pkgdir}" install
-
-  rm -r 

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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 18:30:50
  Author: svenstaro
Revision: 170486

upgpkg: lib32-libglvnd 0.1.0.20160411-1

update for nvidia 364.16

Modified:
  lib32-libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:26:53 UTC (rev 170485)
+++ PKGBUILD2016-04-11 16:30:50 UTC (rev 170486)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=lib32-libglvnd
-pkgver=0.1.0.20160329
-_commit=af2aeb0b4293e085ad61eae08be34e52f9d7b389
-pkgrel=2
+pkgver=0.1.0.20160411
+_commit=5a69af6
+pkgrel=1
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
 url="https://github.com/NVIDIA/libglvnd;


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

2016-04-11 Thread Alexander Rødseth
Date: Monday, April 11, 2016 @ 18:26:53
  Author: arodseth
Revision: 170485

archrelease: copy trunk to community-any

Added:
  vim-airline/repos/community-any/PKGBUILD
(from rev 170484, vim-airline/trunk/PKGBUILD)
  vim-airline/repos/community-any/vimdoc.install
(from rev 170484, vim-airline/trunk/vimdoc.install)
Deleted:
  vim-airline/repos/community-any/PKGBUILD
  vim-airline/repos/community-any/vimdoc.install

+
 PKGBUILD   |   68 +++
 vimdoc.install |   32 -
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-11 16:26:46 UTC (rev 170484)
+++ PKGBUILD2016-04-11 16:26:53 UTC (rev 170485)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: olantwin 
-
-pkgname=vim-airline
-pkgver=0.7
-pkgrel=4
-pkgdesc='Lean & mean statusline/tabline for ViM'
-arch=('any')
-url='https://github.com/vim-airline/vim-airline'
-license=('MIT')
-depends=('vim-runtime')
-makedepends=('git')
-groups=('vim-plugins')
-#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
-install='vimdoc.install'
-source=("git://github.com/vim-airline/$pkgname.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-package() {
-  cd "$pkgname"
-
-  _installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm755 doc/airline.txt "$_installpath/doc/airline.txt"
-  install -Dm755 plugin/airline.vim "$_installpath/plugin/airline.vim"
-  install -d "$_installpath/autoload"
-  install -d "$_installpath/t"
-  cp -R autoload/* "$_installpath/autoload"
-  cp -R t/* "$_installpath/t"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: raw.githubusercontent.com/vim-airline/vim-airline/master/CHANGELOG.md
-# vim:set ts=2 sw=2 et:

Copied: vim-airline/repos/community-any/PKGBUILD (from rev 170484, 
vim-airline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-11 16:26:53 UTC (rev 170485)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: olantwin 
+
+pkgname=vim-airline
+pkgver=0.8
+pkgrel=1
+pkgdesc='Lean & mean statusline/tabline for ViM'
+arch=('any')
+url='https://github.com/vim-airline/vim-airline'
+license=('MIT')
+depends=('vim-runtime')
+makedepends=('git')
+groups=('vim-plugins')
+#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
+install='vimdoc.install'
+source=("git://github.com/vim-airline/$pkgname.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+
+  _installpath="$pkgdir/usr/share/vim/vimfiles"
+  install -Dm755 doc/airline.txt "$_installpath/doc/airline.txt"
+  install -Dm755 plugin/airline.vim "$_installpath/plugin/airline.vim"
+  install -d "$_installpath/autoload"
+  install -d "$_installpath/t"
+  cp -R autoload/* "$_installpath/autoload"
+  cp -R t/* "$_installpath/t"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: raw.githubusercontent.com/vim-airline/vim-airline/master/CHANGELOG.md
+# vim:set ts=2 sw=2 et:

Deleted: vimdoc.install
===
--- vimdoc.install  2016-04-11 16:26:46 UTC (rev 170484)
+++ vimdoc.install  2016-04-11 16:26:53 UTC (rev 170485)
@@ -1,16 +0,0 @@
-post_install() {
-echo -n 'Updating vim help tags...'
-/usr/bin/vim --noplugins -u NONE -U NONE \
- --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
-echo 'done.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vim-airline/repos/community-any/vimdoc.install (from rev 170484, 
vim-airline/trunk/vimdoc.install)
===
--- vimdoc.install  (rev 0)
+++ vimdoc.install  2016-04-11 16:26:53 UTC (rev 170485)
@@ -0,0 +1,16 @@
+post_install() {
+echo -n 'Updating vim help tags...'
+/usr/bin/vim --noplugins -u NONE -U NONE \
+ --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
+echo 'done.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-04-11 Thread Alexander Rødseth
Date: Monday, April 11, 2016 @ 18:26:46
  Author: arodseth
Revision: 170484

upgpkg: vim-airline 0.8-1

Modified:
  vim-airline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:16:30 UTC (rev 170483)
+++ PKGBUILD2016-04-11 16:26:46 UTC (rev 170484)
@@ -3,8 +3,8 @@
 # Contributor: olantwin 
 
 pkgname=vim-airline
-pkgver=0.7
-pkgrel=4
+pkgver=0.8
+pkgrel=1
 pkgdesc='Lean & mean statusline/tabline for ViM'
 arch=('any')
 url='https://github.com/vim-airline/vim-airline'


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 18:16:23
  Author: svenstaro
Revision: 170482

upgpkg: 0ad a20-5

Fix FS#48869

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:11:45 UTC (rev 170481)
+++ PKGBUILD2016-04-11 16:16:23 UTC (rev 170482)
@@ -5,13 +5,13 @@
 pkgname=0ad
 pkgver=a20
 _pkgver=0.0.20-alpha
-pkgrel=4
+pkgrel=5
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/;
 license=('GPL2' 'CCPL')
 depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
- 'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
  'gloox' 'miniupnpc' 'icu' 'nspr')
 makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
 
source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
@@ -27,7 +27,6 @@
 
   unset CPPFLAGS # for le spidermonkey
 
-  export WX_CONFIG=/usr/bin/wx-config-2.8
   ./update-workspaces.sh \
   --bindir=/usr/bin \
   --libdir=/usr/lib/0ad \


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 18:16:30
  Author: svenstaro
Revision: 170483

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

Added:
  0ad/repos/community-i686/PKGBUILD
(from rev 170482, 0ad/trunk/PKGBUILD)
  0ad/repos/community-x86_64/PKGBUILD
(from rev 170482, 0ad/trunk/PKGBUILD)
Deleted:
  0ad/repos/community-i686/PKGBUILD
  0ad/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  120 
 community-i686/PKGBUILD   |   61 --
 community-x86_64/PKGBUILD |   61 --
 3 files changed, 120 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-11 16:16:23 UTC (rev 170482)
+++ community-i686/PKGBUILD 2016-04-11 16:16:30 UTC (rev 170483)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: t3ddy  
-# Contributor: Adrián Chaves Fernández (Gallaecio) 
-pkgname=0ad
-pkgver=a20
-_pkgver=0.0.20-alpha
-pkgrel=4
-pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
-arch=('i686' 'x86_64')
-url="http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
- 'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
- 'gloox' 'miniupnpc' 'icu' 'nspr')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
-source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('3218564020a07ce905a3db84476a3408')
-
-prepare() {
-  cd "$srcdir/$pkgname-$_pkgver/"
-  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
-}
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
-
-  unset CPPFLAGS # for le spidermonkey
-
-  export WX_CONFIG=/usr/bin/wx-config-2.8
-  ./update-workspaces.sh \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib/0ad \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
-
-  make
-}
-
-package() {
-  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
-  cd "$srcdir/$pkgname-$_pkgver"
-
-  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
-  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
-
-  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
-
-  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 build/resources/${pkgname}.desktop \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 build/resources/${pkgname}.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}
-
-# Fails
-#check() {
-#  cd "$srcdir/$pkgname-$_pkgver"
-#  LD_LIBRARY_PATH=binaries/system binaries/system/test
-#}

Copied: 0ad/repos/community-i686/PKGBUILD (from rev 170482, 0ad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-11 16:16:30 UTC (rev 170483)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a20
+_pkgver=0.0.20-alpha
+pkgrel=5
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('3218564020a07ce905a3db84476a3408')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png \
+

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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 18:11:45
  Author: fyan
Revision: 170481

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 170480, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 170480, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 170480, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 170480, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

--+
 community-staging-i686/PKGBUILD  |   54 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 
 community-staging-x86_64/PKGBUILD|   54 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 
 4 files changed, 144 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 170480, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 16:11:45 UTC (rev 170481)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.0.1
+pkgrel=7
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('44bdbc38d8d7a743951a2333fb70b33a6497b2d50ccdb5696736fdc5133aef21')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 170480, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-04-11 
16:11:45 UTC (rev 170481)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
170480, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 18:11:14
  Author: fyan
Revision: 170480

upgpkg: pandoc-crossref 0.2.0.1-7

rebuild with http-client-0.4.27.1, http-client-tls-0.2.3, http-conduit-2.1.9, 
yaml-0.8.17, yesod-1.4.3, yesod-auth-1.4.13.1, yesod-core-1.4.20.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:07:08 UTC (rev 170479)
+++ PKGBUILD2016-04-11 16:11:14 UTC (rev 170480)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 18:02:17
  Author: svenstaro
Revision: 264668

upgpkg: libglvnd 0.1.0.20160411-1

update for nvidia 364.16

Modified:
  libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 15:43:55 UTC (rev 264667)
+++ PKGBUILD2016-04-11 16:02:17 UTC (rev 264668)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=libglvnd
-pkgver=0.1.0.20160329
-_commit=af2aeb0b4293e085ad61eae08be34e52f9d7b389
-pkgrel=2
+pkgver=0.1.0.20160411
+_commit=5a69af6
+pkgrel=1
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('i686' 'x86_64')
 url="https://github.com/NVIDIA/libglvnd;


[arch-commits] Commit in perl-xml-sax-expat/repos/community-any (4 files)

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 18:07:08
  Author: fyan
Revision: 170479

archrelease: copy trunk to community-any

Added:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
(from rev 170478, perl-xml-sax-expat/trunk/PKGBUILD)
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install
(from rev 170478, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
Deleted:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install

+
 PKGBUILD   |   56 +--
 perl-xml-sax-expat.install |   29 +-
 2 files changed, 45 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-11 16:06:47 UTC (rev 170478)
+++ PKGBUILD2016-04-11 16:07:08 UTC (rev 170479)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-xml-sax-expat
-pkgver=0.51
-pkgrel=3
-pkgdesc="SAX2 Driver for Expat (XML::Parser) "
-arch=('any')
-url="http://search.cpan.org/dist/XML-SAX-Expat;
-license=('GPL' 'PerlArtistic')
-depends=('perl-xml-namespacesupport' 'perl-xml-parser' 'perl-xml-sax')
-install=perl-xml-sax-expat.install
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
-md5sums=('74c540095d84e3f054d1f8703a73ef76')
-
-build() {
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make 
-}
-package(){
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir 
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-xml-sax-expat/repos/community-any/PKGBUILD (from rev 170478, 
perl-xml-sax-expat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-11 16:07:08 UTC (rev 170479)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-xml-sax-expat
+pkgver=0.51
+pkgrel=4
+pkgdesc="SAX2 Driver for Expat (XML::Parser) "
+arch=('any')
+url="http://search.cpan.org/dist/XML-SAX-Expat;
+license=('GPL' 'PerlArtistic')
+depends=('perl-xml-namespacesupport' 'perl-xml-parser' 'perl-xml-sax')
+install=perl-xml-sax-expat.install
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
+md5sums=('74c540095d84e3f054d1f8703a73ef76')
+
+build() {
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make 
+}
+package(){
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir 
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: perl-xml-sax-expat.install
===
--- perl-xml-sax-expat.install  2016-04-11 16:06:47 UTC (rev 170478)
+++ perl-xml-sax-expat.install  2016-04-11 16:07:08 UTC (rev 170479)
@@ -1,12 +0,0 @@
-post_install() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
-perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
-fi
-}
-
-post_upgrade() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
-perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
-fi
-}
-

Copied: perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install (from 
rev 170478, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
===
--- perl-xml-sax-expat.install  (rev 0)
+++ perl-xml-sax-expat.install  2016-04-11 16:07:08 UTC (rev 170479)
@@ -0,0 +1,17 @@
+post_install() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
+perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+fi
+}
+
+post_upgrade() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
+perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+fi
+}
+
+pre_remove() {
+  if [[ -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
+perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::SAX::Expat))->save_parsers()"
+  fi
+}


[arch-commits] Commit in perl-xml-sax-expat/trunk (2 files)

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 18:06:47
  Author: fyan
Revision: 170478

upgpkg: perl-xml-sax-expat 0.51-4

update ParserDetails.ini on removal to avoid breakage like FS#41548

Modified:
  perl-xml-sax-expat/trunk/PKGBUILD
  perl-xml-sax-expat/trunk/perl-xml-sax-expat.install

+
 PKGBUILD   |2 +-
 perl-xml-sax-expat.install |5 +
 2 files changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 15:10:12 UTC (rev 170477)
+++ PKGBUILD2016-04-11 16:06:47 UTC (rev 170478)
@@ -4,7 +4,7 @@
 
 pkgname=perl-xml-sax-expat
 pkgver=0.51
-pkgrel=3
+pkgrel=4
 pkgdesc="SAX2 Driver for Expat (XML::Parser) "
 arch=('any')
 url="http://search.cpan.org/dist/XML-SAX-Expat;

Modified: perl-xml-sax-expat.install
===
--- perl-xml-sax-expat.install  2016-04-11 15:10:12 UTC (rev 170477)
+++ perl-xml-sax-expat.install  2016-04-11 16:06:47 UTC (rev 170478)
@@ -10,3 +10,8 @@
 fi
 }
 
+pre_remove() {
+  if [[ -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
+perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::SAX::Expat))->save_parsers()"
+  fi
+}


[arch-commits] Commit in perl-xml-libxml/trunk (PKGBUILD perl-xml-libxml.install)

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 18:04:48
  Author: fyan
Revision: 264670

upgpkg: perl-xml-libxml 2.0124-2

update ParserDetails.ini on removal to avoid breakage like FS#41548

Modified:
  perl-xml-libxml/trunk/PKGBUILD
  perl-xml-libxml/trunk/perl-xml-libxml.install

-+
 PKGBUILD|2 +-
 perl-xml-libxml.install |7 +++
 2 files changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 16:02:30 UTC (rev 264669)
+++ PKGBUILD2016-04-11 16:04:48 UTC (rev 264670)
@@ -6,7 +6,7 @@
 
 pkgname=perl-xml-libxml
 pkgver=2.0124
-pkgrel=1
+pkgrel=2
 pkgdesc="Interface to the libxml library"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/XML-LibXML;

Modified: perl-xml-libxml.install
===
--- perl-xml-libxml.install 2016-04-11 16:02:30 UTC (rev 264669)
+++ perl-xml-libxml.install 2016-04-11 16:04:48 UTC (rev 264670)
@@ -14,3 +14,10 @@
 fi
   fi
 }
+
+pre_remove() {
+  if [[ -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
+perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
+perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::LibXML::SAX))->save_parsers()"
+  fi
+}


[arch-commits] Commit in perl-xml-libxml/repos (8 files)

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 18:05:24
  Author: fyan
Revision: 264671

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

Added:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
(from rev 264670, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
(from rev 264670, perl-xml-libxml/trunk/perl-xml-libxml.install)
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
(from rev 264670, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install
(from rev 264670, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install

--+
 /PKGBUILD|   88 +
 /perl-xml-libxml.install |   46 +
 extra-i686/PKGBUILD  |   44 
 extra-i686/perl-xml-libxml.install   |   16 --
 extra-x86_64/PKGBUILD|   44 
 extra-x86_64/perl-xml-libxml.install |   16 --
 6 files changed, 134 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-11 16:04:48 UTC (rev 264670)
+++ extra-i686/PKGBUILD 2016-04-11 16:05:24 UTC (rev 264671)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Steel 
-# Contributor: Justin "juster" Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-libxml
-pkgver=2.0124
-pkgrel=1
-pkgdesc="Interface to the libxml library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-checkdepends=('perl-test-pod' 'perl-test-leaktrace' 'perl-cpan-changes' 
'perl-uri')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=perl-xml-libxml.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('30436b85454fba3ae5f6494df598e65c')
-
-build() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  make test
-}
-
-package() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  make pure_install doc_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-xml-libxml/repos/extra-i686/PKGBUILD (from rev 264670, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-11 16:05:24 UTC (rev 264671)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxml
+pkgver=2.0124
+pkgrel=2
+pkgdesc="Interface to the libxml library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+checkdepends=('perl-test-pod' 'perl-test-leaktrace' 'perl-cpan-changes' 
'perl-uri')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=perl-xml-libxml.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('30436b85454fba3ae5f6494df598e65c')
+
+build() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+  make pure_install doc_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-i686/perl-xml-libxml.install
===
--- extra-i686/perl-xml-libxml.install  2016-04-11 16:04:48 UTC (rev 264670)
+++ 

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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 18:02:30
  Author: svenstaro
Revision: 264669

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

Added:
  libglvnd/repos/testing-i686/LICENSE
(from rev 264668, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-i686/PKGBUILD
(from rev 264668, libglvnd/trunk/PKGBUILD)
  libglvnd/repos/testing-x86_64/LICENSE
(from rev 264668, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-x86_64/PKGBUILD
(from rev 264668, libglvnd/trunk/PKGBUILD)
Deleted:
  libglvnd/repos/testing-i686/LICENSE
  libglvnd/repos/testing-i686/PKGBUILD
  libglvnd/repos/testing-x86_64/LICENSE
  libglvnd/repos/testing-x86_64/PKGBUILD

-+
 /LICENSE|   52 +++
 /PKGBUILD   |   76 ++
 testing-i686/LICENSE|   26 ---
 testing-i686/PKGBUILD   |   38 ---
 testing-x86_64/LICENSE  |   26 ---
 testing-x86_64/PKGBUILD |   38 ---
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: testing-i686/LICENSE
===
--- testing-i686/LICENSE2016-04-11 16:02:17 UTC (rev 264668)
+++ testing-i686/LICENSE2016-04-11 16:02:30 UTC (rev 264669)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/testing-i686/LICENSE (from rev 264668, 
libglvnd/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2016-04-11 16:02:30 UTC (rev 264669)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-11 16:02:17 UTC (rev 264668)
+++ testing-i686/PKGBUILD   2016-04-11 16:02:30 UTC (rev 264669)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 249779 2015-10-27 00:47:25Z eric $
-# Maintainer: Felix Yan 
-
-pkgname=libglvnd
-pkgver=0.1.0.20160329
-_commit=af2aeb0b4293e085ad61eae08be34e52f9d7b389
-pkgrel=2
-pkgdesc="The GL Vendor-Neutral 

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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 17:43:48
  Author: svenstaro
Revision: 264666

upgpkg: nvidia-settings 364.12-1

upstream release 364.12

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 15:25:51 UTC (rev 264665)
+++ PKGBUILD2016-04-11 15:43:48 UTC (rev 264666)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=nvidia-settings
-pkgver=361.42
+pkgver=364.12
 pkgrel=1
 pkgdesc="Tool for configuring the NVIDIA graphics driver"
 arch=('i686' 'x86_64')


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 17:43:55
  Author: svenstaro
Revision: 264667

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

Added:
  nvidia-settings/repos/testing-i686/PKGBUILD
(from rev 264666, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/testing-x86_64/PKGBUILD
(from rev 264666, nvidia-settings/trunk/PKGBUILD)
Deleted:
  nvidia-settings/repos/testing-i686/PKGBUILD
  nvidia-settings/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-11 15:43:48 UTC (rev 264666)
+++ testing-i686/PKGBUILD   2016-04-11 15:43:55 UTC (rev 264667)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=nvidia-settings
-pkgver=361.42
-pkgrel=1
-pkgdesc="Tool for configuring the NVIDIA graphics driver"
-arch=('i686' 'x86_64')
-url="https://github.com/NVIDIA/nvidia-settings;
-license=('GPL2')
-depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils')
-makedepends=('git' 'inetutils' 'gtk2')
-source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;)
-sha1sums=('SKIP')
-
-prepare() {
-  export PREFIX=/usr
-  export NV_USE_BUNDLED_LIBJANSSON=0
-}
-
-build() {
-  cd ${pkgname}
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
-  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-}

Copied: nvidia-settings/repos/testing-i686/PKGBUILD (from rev 264666, 
nvidia-settings/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-11 15:43:55 UTC (rev 264667)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=nvidia-settings
+pkgver=364.12
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/nvidia-settings;
+license=('GPL2')
+depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils')
+makedepends=('git' 'inetutils' 'gtk2')
+source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;)
+sha1sums=('SKIP')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+}
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-04-11 15:43:48 UTC (rev 264666)
+++ testing-x86_64/PKGBUILD 2016-04-11 15:43:55 UTC (rev 264667)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=nvidia-settings
-pkgver=361.42
-pkgrel=1
-pkgdesc="Tool for configuring the NVIDIA graphics driver"
-arch=('i686' 'x86_64')
-url="https://github.com/NVIDIA/nvidia-settings;
-license=('GPL2')
-depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils')
-makedepends=('git' 'inetutils' 'gtk2')
-source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;)
-sha1sums=('SKIP')
-
-prepare() {
-  export PREFIX=/usr
-  export NV_USE_BUNDLED_LIBJANSSON=0
-}
-
-build() {
-  cd ${pkgname}
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
-  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-}

Copied: nvidia-settings/repos/testing-x86_64/PKGBUILD (from rev 264666, 
nvidia-settings/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-11 15:43:55 UTC (rev 

[arch-commits] Commit in gvfs/repos (20 files)

2016-04-11 Thread Jan Steffens
Date: Monday, April 11, 2016 @ 17:25:51
  Author: heftig
Revision: 264665

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

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 264664, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-module.install
(from rev 264664, gvfs/trunk/gvfs-module.install)
  gvfs/repos/extra-i686/gvfs-nfs.install
(from rev 264664, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-i686/gvfs-smb.install
(from rev 264664, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/extra-i686/gvfs.install
(from rev 264664, gvfs/trunk/gvfs.install)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 264664, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-module.install
(from rev 264664, gvfs/trunk/gvfs-module.install)
  gvfs/repos/extra-x86_64/gvfs-nfs.install
(from rev 264664, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-x86_64/gvfs-smb.install
(from rev 264664, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/extra-x86_64/gvfs.install
(from rev 264664, gvfs/trunk/gvfs.install)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-module.install
  gvfs/repos/extra-i686/gvfs-nfs.install
  gvfs/repos/extra-i686/gvfs-smb.install
  gvfs/repos/extra-i686/gvfs.install
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-module.install
  gvfs/repos/extra-x86_64/gvfs-nfs.install
  gvfs/repos/extra-x86_64/gvfs-smb.install
  gvfs/repos/extra-x86_64/gvfs.install

--+
 /PKGBUILD|  290 +
 /gvfs-module.install |   14 +
 /gvfs-nfs.install|   16 ++
 /gvfs-smb.install|   24 +++
 /gvfs.install|   28 +++
 extra-i686/PKGBUILD  |  145 --
 extra-i686/gvfs-module.install   |7 
 extra-i686/gvfs-nfs.install  |8 -
 extra-i686/gvfs-smb.install  |   12 -
 extra-i686/gvfs.install  |   14 -
 extra-x86_64/PKGBUILD|  145 --
 extra-x86_64/gvfs-module.install |7 
 extra-x86_64/gvfs-nfs.install|8 -
 extra-x86_64/gvfs-smb.install|   12 -
 extra-x86_64/gvfs.install|   14 -
 15 files changed, 372 insertions(+), 372 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-11 15:24:27 UTC (rev 264664)
+++ extra-i686/PKGBUILD 2016-04-11 15:25:51 UTC (rev 264665)
@@ -1,145 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgdesc="Virtual filesystem implementation for GIO"
-pkgver=1.28.0
-pkgrel=1
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret
- libbluray libgudev gcr)
-makedepends=(dbus intltool libgphoto2 libimobiledevice smbclient docbook-xsl
- gtk3 libmtp gnome-online-accounts libnfs libgdata)
-url="http://www.gnome.org;
-groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('cf72fc0adf0ca702ead5b3fab3c1fa46b09678eb7c1290de7e30bb7cbaf5f704')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-}
-
-build() {
-  cd "$pkgbase-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/usr/share/bash-completion/completions
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gvfs() {
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support'
-  'gvfs-nfs: NFS support'
-  'gvfs-google: Google Drive support'
-  'gtk3: Recent files support')
-  install=gvfs.install
-
-  cd "$pkgbase-$pkgver"
-  sed -e 's/^am__append_4/#am__append_4/' \
-  -e 's/^am__append_5/#am__append_5/' \
-  -e 's/^am__append_6/#am__append_6/' \
-  -e 's/^am__append_7/#am__append_7/' \
-  -i monitor/Makefile
-  make DESTDIR="$pkgdir" install
-
-  cd "$pkgdir"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,gphoto2,mtp,nfs,google}
-  rm usr/share/gvfs/mounts/{smb,smb-browse,afc,gphoto2,mtp,nfs,google}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" smbclient)
-  install=gvfs-smb.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -m755 -d "$pkgdir/usr/lib/gvfs"
-  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
-  install 

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

2016-04-11 Thread Jan Steffens
Date: Monday, April 11, 2016 @ 17:23:31
  Author: heftig
Revision: 264663

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

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

-+
 /PKGBUILD   |   64 ++
 /baobab.install |   26 +
 extra-i686/PKGBUILD |   32 -
 extra-i686/baobab.install   |   13 
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/baobab.install |   13 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-11 15:22:47 UTC (rev 264662)
+++ extra-i686/PKGBUILD 2016-04-11 15:23:31 UTC (rev 264663)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=baobab
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-arch=(i686 x86_64)
-url="http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils' 'librsvg')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
-groups=('gnome')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5cdd65b287079cdfafe92b6170fc7bebae5309d4e19adafcd64dc4837e627d07')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/extra-i686/PKGBUILD (from rev 264662, 
baobab/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-11 15:23:31 UTC (rev 264663)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=baobab
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+arch=(i686 x86_64)
+url="http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils' 'librsvg')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e9dff12a76b0d730ce224215860512eb0188280c622faf186937563b96249d1f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/baobab.install
===
--- extra-i686/baobab.install   2016-04-11 15:22:47 UTC (rev 264662)
+++ extra-i686/baobab.install   2016-04-11 15:23:31 UTC (rev 264663)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: baobab/repos/extra-i686/baobab.install (from rev 264662, 
baobab/trunk/baobab.install)
===
--- extra-i686/baobab.install   (rev 0)
+++ extra-i686/baobab.install   2016-04-11 15:23:31 UTC (rev 264663)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-11 15:22:47 UTC (rev 264662)
+++ extra-x86_64/PKGBUILD   2016-04-11 15:23:31 UTC (rev 264663)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=baobab
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-arch=(i686 x86_64)
-url="http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 

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

2016-04-11 Thread Jan Steffens
Date: Monday, April 11, 2016 @ 17:24:27
  Author: heftig
Revision: 264664

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

Added:
  gnome-desktop/repos/extra-i686/PKGBUILD
(from rev 264663, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/extra-x86_64/PKGBUILD
(from rev 264663, gnome-desktop/trunk/PKGBUILD)
Deleted:
  gnome-desktop/repos/extra-i686/PKGBUILD
  gnome-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-11 15:23:31 UTC (rev 264663)
+++ extra-i686/PKGBUILD 2016-04-11 15:24:27 UTC (rev 264664)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.20.0
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool)
-url="http://www.gnome.org;
-groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('18c7f818cfd91e25d242785c14d0d46dd8eeca3a0bde46949d387987badab08d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/extra-i686/PKGBUILD (from rev 264663, 
gnome-desktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-11 15:24:27 UTC (rev 264664)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.20.1
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection itstool)
+url="http://www.gnome.org;
+groups=(gnome)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6eac7b2b1a9672685028b81d2b06cb45449f967e66dd41724bc4a9596941c140')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-gnome-distributor="Arch Linux"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-11 15:23:31 UTC (rev 264663)
+++ extra-x86_64/PKGBUILD   2016-04-11 15:24:27 UTC (rev 264664)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.20.0
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool)
-url="http://www.gnome.org;
-groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('18c7f818cfd91e25d242785c14d0d46dd8eeca3a0bde46949d387987badab08d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 264663, 
gnome-desktop/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-11 15:24:27 UTC (rev 264664)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.20.1
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection itstool)
+url="http://www.gnome.org;
+groups=(gnome)

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

2016-04-11 Thread Jan Steffens
Date: Monday, April 11, 2016 @ 17:22:47
  Author: heftig
Revision: 264662

1.28.1-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 15:20:33 UTC (rev 264661)
+++ PKGBUILD2016-04-11 15:22:47 UTC (rev 264662)
@@ -4,7 +4,7 @@
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
 pkgdesc="Virtual filesystem implementation for GIO"
-pkgver=1.28.0
+pkgver=1.28.1
 pkgrel=1
 arch=(i686 x86_64)
 license=(LGPL)
@@ -15,7 +15,7 @@
 url="http://www.gnome.org;
 groups=(gnome)
 
source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('cf72fc0adf0ca702ead5b3fab3c1fa46b09678eb7c1290de7e30bb7cbaf5f704')
+sha256sums=('4ecfe5ac35c1b3e61d6abddc98902b6c7faf243308c60b165f01990783f17999')
 
 prepare() {
   cd "$pkgbase-$pkgver"


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

2016-04-11 Thread Jan Steffens
Date: Monday, April 11, 2016 @ 17:20:33
  Author: heftig
Revision: 264661

3.20.1-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 15:20:14 UTC (rev 264660)
+++ PKGBUILD2016-04-11 15:20:33 UTC (rev 264661)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -13,7 +13,7 @@
 url="http://www.gnome.org;
 groups=(gnome)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('18c7f818cfd91e25d242785c14d0d46dd8eeca3a0bde46949d387987badab08d')
+sha256sums=('6eac7b2b1a9672685028b81d2b06cb45449f967e66dd41724bc4a9596941c140')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-11 Thread Jan Steffens
Date: Monday, April 11, 2016 @ 17:20:14
  Author: heftig
Revision: 264660

3.20.1-1

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 15:04:35 UTC (rev 264659)
+++ PKGBUILD2016-04-11 15:20:14 UTC (rev 264660)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5cdd65b287079cdfafe92b6170fc7bebae5309d4e19adafcd64dc4837e627d07')
+sha256sums=('e9dff12a76b0d730ce224215860512eb0188280c622faf186937563b96249d1f')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 17:07:31
  Author: svenstaro
Revision: 170473

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-11 15:07:26 UTC (rev 170472)
+++ PKGBUILD2016-04-11 15:07:31 UTC (rev 170473)
@@ -1,37 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Baptiste Daroussin 
-# Contributor: Grigorios Bouzakis 
-# Contributor: mightyjaym 
-
-_pkgbasename=giflib
-pkgname=lib32-$_pkgbasename
-pkgver=5.1.3
-pkgrel=1
-pkgdesc="A library for reading and writing gif images (32-bit)"
-url="http://sourceforge.net/projects/giflib/;
-arch=('x86_64')
-license=('MIT')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('xmlto' 'docbook-xsl' 'docbook-xml')
-source=(http://downloads.sourceforge.net/sourceforge/giflib/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('420ca1e0244a6fa247fa4eb4eeed2960')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-giflib/repos/multilib-x86_64/PKGBUILD (from rev 170472, 
lib32-giflib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-11 15:07:31 UTC (rev 170473)
@@ -0,0 +1,37 @@
+# Maintainer: Jan de Groot 
+# Contributor: Baptiste Daroussin 
+# Contributor: Grigorios Bouzakis 
+# Contributor: mightyjaym 
+
+_pkgbasename=giflib
+pkgname=lib32-$_pkgbasename
+pkgver=5.1.4
+pkgrel=1
+pkgdesc="A library for reading and writing gif images (32-bit)"
+url="http://sourceforge.net/projects/giflib/;
+arch=('x86_64')
+license=('MIT')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('xmlto' 'docbook-xsl' 'docbook-xml')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${_pkgbasename}-${pkgver}.tar.bz2)
+md5sums=('2c171ced93c0e83bb09e6ccad8e3ba2b')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 17:10:12
  Author: fyan
Revision: 170477

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 170476, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 170476, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 170476, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 170476, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 +++
 4 files changed, 154 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 170476, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 15:10:12 UTC (rev 170477)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9.1.1
+pkgrel=14
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('15c89a9aa6bce4efd6b728ea16151eb6390cad0495eb82c50cbac490591c8f86')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+install="haskell-pandoc-citeproc.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 170476, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-04-11 
15:10:12 UTC (rev 170477)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  

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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 17:09:41
  Author: fyan
Revision: 170476

upgpkg: pandoc-citeproc 0.9.1.1-14

rebuild with http-client-0.4.27.1, http-client-tls-0.2.3, http-conduit-2.1.9, 
yaml-0.8.17, yesod-1.4.3, yesod-auth-1.4.13.1, yesod-core-1.4.20.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 15:07:59 UTC (rev 170475)
+++ PKGBUILD2016-04-11 15:09:41 UTC (rev 170476)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9.1.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 17:07:59
  Author: svenstaro
Revision: 170475

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-11 15:07:55 UTC (rev 170474)
+++ PKGBUILD2016-04-11 15:07:59 UTC (rev 170475)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria 
-# Contributor: Giovanni Scafora 
-
-_pkgbasename=mpg123
-pkgname=lib32-$_pkgbasename
-pkgver=1.23.0
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
-arch=('x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
-makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
-optdepends=('lib32-sdl: for additional audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('4a8f083b8a3c92b57b12300b80f72dcd233702c8'
-  'SKIP')
-validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  
-  ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-mpg123/repos/multilib-x86_64/PKGBUILD (from rev 170474, 
lib32-mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-11 15:07:59 UTC (rev 170475)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Hugo Doria 
+# Contributor: Giovanni Scafora 
+
+_pkgbasename=mpg123
+pkgname=lib32-$_pkgbasename
+pkgver=1.23.3
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
+arch=('x86_64')
+url="http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
+makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
+optdepends=('lib32-sdl: for additional audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('1192965385f2f752d1294703669a6089af9c3b74'
+  'SKIP')
+validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  
+  ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 17:07:26
  Author: svenstaro
Revision: 170472

upgpkg: lib32-giflib 5.1.4-1

upstream release 5.1.4

Modified:
  lib32-giflib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 15:03:14 UTC (rev 170471)
+++ PKGBUILD2016-04-11 15:07:26 UTC (rev 170472)
@@ -5,7 +5,7 @@
 
 _pkgbasename=giflib
 pkgname=lib32-$_pkgbasename
-pkgver=5.1.3
+pkgver=5.1.4
 pkgrel=1
 pkgdesc="A library for reading and writing gif images (32-bit)"
 url="http://sourceforge.net/projects/giflib/;
@@ -14,7 +14,7 @@
 depends=('lib32-glibc' $_pkgbasename)
 makedepends=('xmlto' 'docbook-xsl' 'docbook-xml')
 
source=(http://downloads.sourceforge.net/sourceforge/giflib/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('420ca1e0244a6fa247fa4eb4eeed2960')
+md5sums=('2c171ced93c0e83bb09e6ccad8e3ba2b')
 
 build() {
   export CC="gcc -m32"


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 17:07:55
  Author: svenstaro
Revision: 170474

upgpkg: lib32-mpg123 1.23.3-1

upstream release 1.23.3

Modified:
  lib32-mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 15:07:31 UTC (rev 170473)
+++ PKGBUILD2016-04-11 15:07:55 UTC (rev 170474)
@@ -4,7 +4,7 @@
 
 _pkgbasename=mpg123
 pkgname=lib32-$_pkgbasename
-pkgver=1.23.0
+pkgver=1.23.3
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
 optdepends=('lib32-sdl: for additional audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('4a8f083b8a3c92b57b12300b80f72dcd233702c8'
+sha1sums=('1192965385f2f752d1294703669a6089af9c3b74'
   'SKIP')
 validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
 


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 16:32:14
  Author: svenstaro
Revision: 264644

upgpkg: nvidia 364.16-1

upstream release 364.16

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 14:27:27 UTC (rev 264643)
+++ PKGBUILD2016-04-11 14:32:14 UTC (rev 264644)
@@ -5,7 +5,7 @@
 
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
-pkgver=361.42
+pkgver=364.16
 _extramodules=extramodules-4.5-ARCH
 pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
@@ -14,13 +14,17 @@
 makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.5' 'linux-headers<4.6')
 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;)
-sha512sums_i686=('f20af256d3ab4cbac0bdf59ada558c27827439ab0170e22824bf10f52a4a7944994904db8b062d0948f2e5470c3220ea4ff6e8dae74000ae29d2badc71022cba')
-sha512sums_x86_64=('fd6e16cb7488f522b200eb2f5a666c35d151b7afd72f0897fd44c4892be277ebe49e541d8a88156bfa06cc54d1f51888ade37f4c4f09207911d12c1433656a5a')
+# See nvidia-utils
+# 
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}.run;)
+source_i686=("NVIDIA-Linux-x86-${pkgver}.run::https://developer.nvidia.com/linux32bit;)
+source_x86_64=("NVIDIA-Linux-x86_64-${pkgver}.run::https://developer.nvidia.com/linux64bit;)
+md5sums_i686=('c25de6f7e328c6eab5305be0cd0b02d5')
+md5sums_x86_64=('5d954bfb0be8532779a4ca1741851493')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}"
+# [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
 
 prepare() { 
 sh "${_pkg}.run" --extract-only


[arch-commits] Commit in shared-mime-info/repos (6 files)

2016-04-11 Thread Andreas Radke
Date: Monday, April 11, 2016 @ 17:04:35
  Author: andyrtr
Revision: 264659

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

Added:
  shared-mime-info/repos/testing-i686/
  shared-mime-info/repos/testing-i686/PKGBUILD
(from rev 264658, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/testing-i686/shared-mime-info.install
(from rev 264658, shared-mime-info/trunk/shared-mime-info.install)
  shared-mime-info/repos/testing-x86_64/
  shared-mime-info/repos/testing-x86_64/PKGBUILD
(from rev 264658, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/testing-x86_64/shared-mime-info.install
(from rev 264658, shared-mime-info/trunk/shared-mime-info.install)

-+
 testing-i686/PKGBUILD   |   36 ++
 testing-i686/shared-mime-info.install   |   15 
 testing-x86_64/PKGBUILD |   36 ++
 testing-x86_64/shared-mime-info.install |   15 
 4 files changed, 102 insertions(+)

Copied: shared-mime-info/repos/testing-i686/PKGBUILD (from rev 264658, 
shared-mime-info/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-11 15:04:35 UTC (rev 264659)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=shared-mime-info
+pkgver=1.6
+pkgrel=1
+pkgdesc="Freedesktop.org Shared MIME Info"
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libxml2' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+install=shared-mime-info.install
+url="http://freedesktop.org/Software/shared-mime-info;
+source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
+md5sums=('10abc5c4e6b3ff05c3bd70ff9e8f')
+options=(!makeflags)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # https://bugs.archlinux.org/task/38836
+  # https://bugs.freedesktop.org/show_bug.cgi?id=70366
+  export ac_cv_func_fdatasync=no
+  ./configure --prefix=/usr --disable-update-mimedb
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: shared-mime-info/repos/testing-i686/shared-mime-info.install (from rev 
264658, shared-mime-info/trunk/shared-mime-info.install)
===
--- testing-i686/shared-mime-info.install   (rev 0)
+++ testing-i686/shared-mime-info.install   2016-04-11 15:04:35 UTC (rev 
264659)
@@ -0,0 +1,15 @@
+post_install() {
+  update-mime-database usr/share/mime > /dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  if [ -d usr/share/mime ]; then
+rm -f 
usr/share/mime/{globs,globs2,icons,treemagic,generic-icons,types,magic,XMLnamespaces,subclasses,aliases,mime.cache}
+rm -rf 
usr/share/mime/{application,audio,image,inode,message,model,multipart,text,video,x-content,x-epoc}
+rmdir --ignore-fail-on-non-empty usr/share/mime
+  fi
+}

Copied: shared-mime-info/repos/testing-x86_64/PKGBUILD (from rev 264658, 
shared-mime-info/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-11 15:04:35 UTC (rev 264659)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=shared-mime-info
+pkgver=1.6
+pkgrel=1
+pkgdesc="Freedesktop.org Shared MIME Info"
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libxml2' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+install=shared-mime-info.install
+url="http://freedesktop.org/Software/shared-mime-info;
+source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
+md5sums=('10abc5c4e6b3ff05c3bd70ff9e8f')
+options=(!makeflags)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # https://bugs.archlinux.org/task/38836
+  # https://bugs.freedesktop.org/show_bug.cgi?id=70366
+  export ac_cv_func_fdatasync=no
+  ./configure --prefix=/usr --disable-update-mimedb
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: shared-mime-info/repos/testing-x86_64/shared-mime-info.install (from 
rev 264658, shared-mime-info/trunk/shared-mime-info.install)
===
--- testing-x86_64/shared-mime-info.install (rev 0)
+++ testing-x86_64/shared-mime-info.install 2016-04-11 15:04:35 UTC (rev 
264659)
@@ -0,0 +1,15 @@
+post_install() {
+  update-mime-database usr/share/mime > /dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  if 

[arch-commits] Commit in shared-mime-info/trunk (PKGBUILD)

2016-04-11 Thread Andreas Radke
Date: Monday, April 11, 2016 @ 17:04:26
  Author: andyrtr
Revision: 264658

upgpkg: shared-mime-info 1.6-1

upstream update 1.6

Modified:
  shared-mime-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 14:58:38 UTC (rev 264657)
+++ PKGBUILD2016-04-11 15:04:26 UTC (rev 264658)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=shared-mime-info
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc="Freedesktop.org Shared MIME Info"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=shared-mime-info.install
 url="http://freedesktop.org/Software/shared-mime-info;
 source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
-md5sums=('cc3e78d8bceaf2b361f62d67a8b4dda4')
+md5sums=('10abc5c4e6b3ff05c3bd70ff9e8f')
 options=(!makeflags)
 
 build() {


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

2016-04-11 Thread Felix Yan
Date: Monday, April 11, 2016 @ 17:03:14
  Author: fyan
Revision: 170471

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

Added:
  haskell-yesod-static/repos/community-staging-i686/
  haskell-yesod-static/repos/community-staging-i686/PKGBUILD
(from rev 170470, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install
(from rev 170470, haskell-yesod-static/trunk/haskell-yesod-static.install)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 170470, haskell-yesod-static/trunk/PKGBUILD)
  
haskell-yesod-static/repos/community-staging-x86_64/haskell-yesod-static.install
(from rev 170470, haskell-yesod-static/trunk/haskell-yesod-static.install)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-yesod-static.install   |   18 +
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-yesod-static.install |   18 +
 4 files changed, 134 insertions(+)

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
170470, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-11 15:03:14 UTC (rev 170471)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=42
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-yesod-static/repos/community-staging-i686/haskell-yesod-static.install 
(from rev 170470, haskell-yesod-static/trunk/haskell-yesod-static.install)
===
--- community-staging-i686/haskell-yesod-static.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-static.install 2016-04-11 15:03:14 UTC 
(rev 170471)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-static
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
170470, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD

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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 17:02:23
  Author: svenstaro
Revision: 170468

upgpkg: megaglest 3.12.0-1

upstream release 3.12.0

Modified:
  megaglest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 14:54:38 UTC (rev 170467)
+++ PKGBUILD2016-04-11 15:02:23 UTC (rev 170468)
@@ -3,25 +3,18 @@
 # Contributor: Larry Hajali 
 
 pkgname=megaglest
-pkgver=3.11.1
-pkgrel=5
+pkgver=3.12.0
+pkgrel=1
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/;
 license=('GPL3')
-depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu' 'libx11')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl2' 'libvorbis' 'openal' 
'libgl' 'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk' 'glu' 'libx11')
 makedepends=('ftjam' 'cmake' 'mesa' 'git')
-source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};
-"miniupnpc14.patch")
-md5sums=('SKIP'
- '9774a0ab4daa635d3ea7bb6d3ec9834c')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};)
+md5sums=('SKIP')
 
-prepare() {
-  cd megaglest-source
-  patch -Np1 -i ../miniupnpc14.patch
-}
-
 build() {
   cd megaglest-source
 
@@ -32,9 +25,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_CXX_FLAGS="-lX11" \
--DWANT_GIT_STAMP=0 \
--DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \
--DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8"
+-DWANT_GIT_STAMP=0
   make VERBOSE=1
 }
 


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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 16:36:32
  Author: svenstaro
Revision: 170462

archrelease: copy trunk to multilib-testing-x86_64

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

--+
 PKGBUILD |  260 ++---
 1 file changed, 131 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-11 14:36:27 UTC (rev 170461)
+++ PKGBUILD2016-04-11 14:36:32 UTC (rev 170462)
@@ -1,129 +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=361.42
-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=('7b2c6f74ebbaccd53dcc89d7166b0680')
-
-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')
-provides=('lib32-libgl')
-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.so.1" "${pkgdir}/usr/lib32/nvidia/libEGL.so.1"
-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}" 

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

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 16:36:27
  Author: svenstaro
Revision: 170461

upgpkg: lib32-nvidia-utils 364.16-1

upstream release 364.16

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 14:36:14 UTC (rev 170460)
+++ PKGBUILD2016-04-11 14:36:27 UTC (rev 170461)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=361.42
+pkgver=364.16
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -15,8 +15,10 @@
 
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('7b2c6f74ebbaccd53dcc89d7166b0680')
+# See nvidia-utils
+# 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+source=("NVIDIA-Linux-x86-${pkgver}.run::https://developer.nvidia.com/linux32bit;)
+md5sums=('c25de6f7e328c6eab5305be0cd0b02d5')
 
 create_links() {
 # create soname links


  1   2   >