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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:55:58
  Author: fyan
Revision: 139561

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

Added:
  php-mongo/repos/community-i686/PKGBUILD
(from rev 139560, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-i686/mongo.ini
(from rev 139560, php-mongo/trunk/mongo.ini)
  php-mongo/repos/community-x86_64/PKGBUILD
(from rev 139560, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-x86_64/mongo.ini
(from rev 139560, php-mongo/trunk/mongo.ini)
Deleted:
  php-mongo/repos/community-i686/PKGBUILD
  php-mongo/repos/community-i686/mongo.ini
  php-mongo/repos/community-x86_64/PKGBUILD
  php-mongo/repos/community-x86_64/mongo.ini

+
 /PKGBUILD  |   64 +++
 /mongo.ini |   56 +
 community-i686/PKGBUILD|   32 -
 community-i686/mongo.ini   |   28 --
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/mongo.ini |   28 --
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 06:55:28 UTC (rev 139560)
+++ community-i686/PKGBUILD 2015-09-08 06:55:58 UTC (rev 139561)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Felix Yan 
-# Contributor: Jarek Sedlacek 
-
-pkgname=php-mongo
-pkgver=1.6.10
-pkgrel=1
-pkgdesc="Officially supported PHP driver for MongoDB"
-arch=("i686" "x86_64")
-url="http://www.mongodb.org/display/DOCS/PHP+Language+Center;
-license=("APACHE")
-depends=("php")
-backup=("etc/php/conf.d/mongo.ini")
-source=(
-   "http://pecl.php.net/get/mongo-$pkgver.tgz;
-   "mongo.ini"
-)
-
-build() {
-   cd mongo-$pkgver
-   phpize
-   ./configure --prefix=/usr --enable-mongo
-}
-
-package() {
-   cd mongo-$pkgver
-   make INSTALL_ROOT="$pkgdir" install
-   install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini"
-}
-sha256sums=('02ec2002ebef399261b86e317970b3c89058dd44da6e48b71b51880430d34c63'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 139560, 
php-mongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 06:55:58 UTC (rev 139561)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongo
+pkgver=1.6.11
+pkgrel=1
+pkgdesc="Officially supported PHP driver for MongoDB"
+arch=("i686" "x86_64")
+url="http://www.mongodb.org/display/DOCS/PHP+Language+Center;
+license=("APACHE")
+depends=("php")
+backup=("etc/php/conf.d/mongo.ini")
+source=(
+   "http://pecl.php.net/get/mongo-$pkgver.tgz;
+   "mongo.ini"
+)
+
+build() {
+   cd mongo-$pkgver
+   phpize
+   ./configure --prefix=/usr --enable-mongo
+}
+
+package() {
+   cd mongo-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini"
+}
+sha256sums=('cd180ae35f537a199d374a3105106ee5a2b0cab618b12f6221e4c985c28955ac'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Deleted: community-i686/mongo.ini
===
--- community-i686/mongo.ini2015-09-08 06:55:28 UTC (rev 139560)
+++ community-i686/mongo.ini2015-09-08 06:55:58 UTC (rev 139561)
@@ -1,28 +0,0 @@
-; Tell PHP to load the Mongo Extension on startup
-extension=mongo.so
-
-[mongo]
-; If the driver should reconnect to mongo
-mongo.auto_reconnect = False
-
-; Whether to allow persistent connections
-mongo.allow_persistent = On
-
-; Maximum number of persistent connections (-1 means unlimited)
-mongo.max_persistent = -1
-
-; Maximum number of links (persistent and non-persistent, -1 means unlimited)
-mongo.max_connections = -1
-
-; Default host for mongo connection
-mongo.default_host = localhost
-
-; Default port for mongo database
-mongo.default_port = 27017
-
-; When saving files to the database, size of chunks to split them into
-mongo.chunk_size = 262400
-
-; Specify an alternate character to $ to use for special db functions ($set, 
$push, $exists, etc.)
-mongo.cmd = "$"
-

Copied: php-mongo/repos/community-i686/mongo.ini (from rev 139560, 
php-mongo/trunk/mongo.ini)
===
--- community-i686/mongo.ini(rev 0)
+++ community-i686/mongo.ini2015-09-08 06:55:58 UTC (rev 139561)
@@ 

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:55:28
  Author: fyan
Revision: 139560

upgpkg: php-mongo 1.6.11-1

Modified:
  php-mongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 06:54:21 UTC (rev 139559)
+++ PKGBUILD2015-09-08 06:55:28 UTC (rev 139560)
@@ -4,7 +4,7 @@
 # Contributor: Jarek Sedlacek 
 
 pkgname=php-mongo
-pkgver=1.6.10
+pkgver=1.6.11
 pkgrel=1
 pkgdesc="Officially supported PHP driver for MongoDB"
 arch=("i686" "x86_64")
@@ -28,5 +28,5 @@
make INSTALL_ROOT="$pkgdir" install
install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini"
 }
-sha256sums=('02ec2002ebef399261b86e317970b3c89058dd44da6e48b71b51880430d34c63'
+sha256sums=('cd180ae35f537a199d374a3105106ee5a2b0cab618b12f6221e4c985c28955ac'
 'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:19:13
  Author: fyan
Revision: 139569

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 07:18:57 UTC (rev 139568)
+++ PKGBUILD2015-09-08 07:19:13 UTC (rev 139569)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.4.3
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('8a119d7830b81a44faa721a6fde2a295'
- 'SKIP')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  find $pkgdir
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 139568, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 07:19:13 UTC (rev 139569)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.4.4.1
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('474efaba6fd6c6c6c0ebac2a3f431946'
+ 'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  find $pkgdir
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:18:57
  Author: fyan
Revision: 139568

upgpkg: lib32-gnutls 3.4.4.1-1

sync with [core]

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 07:15:15 UTC (rev 139567)
+++ PKGBUILD2015-09-08 07:18:57 UTC (rev 139568)
@@ -7,7 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.4.3
+pkgver=3.4.4.1
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('8a119d7830b81a44faa721a6fde2a295'
+md5sums=('474efaba6fd6c6c6c0ebac2a3f431946'
  'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 


[arch-commits] Commit in (4 files)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 10:37:26
  Author: fyan
Revision: 139579

addpkg: python-jsonpickle 0.9.2-2

Added:
  python-jsonpickle/
  python-jsonpickle/repos/
  python-jsonpickle/trunk/
  python-jsonpickle/trunk/PKGBUILD

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

Added: python-jsonpickle/trunk/PKGBUILD
===
--- python-jsonpickle/trunk/PKGBUILD(rev 0)
+++ python-jsonpickle/trunk/PKGBUILD2015-09-08 08:37:26 UTC (rev 139579)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-jsonpickle
+pkgname=(python-jsonpickle python2-jsonpickle)
+_pypiname=jsonpickle
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="Python library for serializing any arbitrary object graph into JSON"
+url="http://jsonpickle.github.io/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-numpy' 'python2-numpy' 
'python-pymongo' 'python2-pymongo'
+  'python-feedparser' 'python2-feedparser' 'python-coverage' 
'python2-coverage' 'python2-enum34'
+  'python-simplejson' 'python2-simplejson')
+license=('BSD')
+arch=('any')
+source=("https://pypi.python.org/packages/source/j/${_pypiname}/${_pypiname}-${pkgver}.tar.gz;)
+md5sums=('579a44c19ae55af83cb7b0437dfbe7e3')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/${_pypiname}-${pkgver}"
+  python setup.py build
+
+  cd "$srcdir/${_pypiname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/${_pypiname}-${pkgver}"
+  nosetests3
+
+  cd "$srcdir/${_pypiname}-${pkgver}-py2"
+  nosetests2
+}
+
+package_python-jsonpickle() {
+  depends=('python')
+
+  cd $srcdir/${_pypiname}-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-jsonpickle() {
+  depends=('python2')
+
+  cd $srcdir/${_pypiname}-${pkgver}-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


Property changes on: python-jsonpickle/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 10:38:26
  Author: fyan
Revision: 139580

archrelease: copy trunk to community-any

Added:
  python-jsonpickle/repos/community-any/
  python-jsonpickle/repos/community-any/PKGBUILD
(from rev 139579, python-jsonpickle/trunk/PKGBUILD)

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

Copied: python-jsonpickle/repos/community-any/PKGBUILD (from rev 139579, 
python-jsonpickle/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-09-08 08:38:26 UTC (rev 139580)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-jsonpickle
+pkgname=(python-jsonpickle python2-jsonpickle)
+_pypiname=jsonpickle
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="Python library for serializing any arbitrary object graph into JSON"
+url="http://jsonpickle.github.io/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-numpy' 'python2-numpy' 
'python-pymongo' 'python2-pymongo'
+  'python-feedparser' 'python2-feedparser' 'python-coverage' 
'python2-coverage' 'python2-enum34'
+  'python-simplejson' 'python2-simplejson')
+license=('BSD')
+arch=('any')
+source=("https://pypi.python.org/packages/source/j/${_pypiname}/${_pypiname}-${pkgver}.tar.gz;)
+md5sums=('579a44c19ae55af83cb7b0437dfbe7e3')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/${_pypiname}-${pkgver}"
+  python setup.py build
+
+  cd "$srcdir/${_pypiname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/${_pypiname}-${pkgver}"
+  nosetests3
+
+  cd "$srcdir/${_pypiname}-${pkgver}-py2"
+  nosetests2
+}
+
+package_python-jsonpickle() {
+  depends=('python')
+
+  cd $srcdir/${_pypiname}-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-jsonpickle() {
+  depends=('python2')
+
+  cd $srcdir/${_pypiname}-${pkgver}-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2015-09-08 Thread Laurent Carlier
Date: Tuesday, September 8, 2015 @ 10:26:11
  Author: lcarlier
Revision: 139575

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 08:26:05 UTC (rev 139574)
+++ PKGBUILD2015-09-08 08:26:11 UTC (rev 139575)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-pkgver=224
-pkgrel=1
-pkgdesc="system and service manager (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/systemd;
-license=('GPL2' 'LGPL2.1' 'MIT')
-depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-acl' 
'lib32-libidn' 'lib32-gcc-libs' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 
'intltool' 'gperf'
- 'lib32-curl' 'lib32-bzip2' 'git')
-source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd systemd
-
-  # networkd: fix neworkd crash
-  # https://github.com/systemd/systemd/commit/49f6e11e89b4
-  git cherry-pick -n 49f6e11e89b4
-
-  ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd systemd
-
-  local timeservers=({0..3}.arch.pool.ntp.org)
-
-  ./configure \
---libexecdir=/usr/lib32 \
---libdir=/usr/lib32 \
---localstatedir=/var \
---sysconfdir=/etc \
---enable-compat-libs \
---disable-audit \
---disable-tests \
---disable-ima \
---disable-kdbus \
---disable-seccomp \
---disable-pam \
---disable-kmod \
---disable-networkd \
---disable-blkid \
---disable-libiptc \
---disable-manpages \
---without-python \
---disable-libcryptsetup \
---with-sysvinit-path= \
---with-sysvrcnd-path= \
---with-ntp-servers="${timeservers[*]}"
-
-  make
-}
-
-package() {
-  cd systemd
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/{etc,var}
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-
-  install -m755 -d "${pkgdir}/usr/share/licenses"
-  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
-}

Copied: lib32-systemd/repos/multilib-x86_64/PKGBUILD (from rev 139574, 
lib32-systemd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 08:26:11 UTC (rev 139575)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=225
+pkgrel=1
+pkgdesc="system and service manager (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-acl' 
'lib32-libidn' 'lib32-gcc-libs' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 
'intltool' 'gperf'
+ 'lib32-curl' 'lib32-bzip2' 'git')
+source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd systemd
+
+  ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd systemd
+
+  local timeservers=({0..3}.arch.pool.ntp.org)
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--enable-compat-libs \
+--disable-audit \
+--disable-tests \
+--disable-ima \
+--disable-kdbus \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-networkd \
+--disable-blkid \
+--disable-libiptc \
+--disable-manpages \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-ntp-servers="${timeservers[*]}"
+
+  make
+}
+
+package() {
+  cd systemd
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+
+  install -m755 -d "${pkgdir}/usr/share/licenses"
+  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
+}


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

2015-09-08 Thread Laurent Carlier
Date: Tuesday, September 8, 2015 @ 10:26:05
  Author: lcarlier
Revision: 139574

upgpkg: lib32-systemd 225-1

upstream update 225

Modified:
  lib32-systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 07:31:10 UTC (rev 139573)
+++ PKGBUILD2015-09-08 08:26:05 UTC (rev 139574)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=224
+pkgver=225
 pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')
@@ -19,10 +19,6 @@
 prepare() {
   cd systemd
 
-  # networkd: fix neworkd crash
-  # https://github.com/systemd/systemd/commit/49f6e11e89b4
-  git cherry-pick -n 49f6e11e89b4
-
   ./autogen.sh
 }
 


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

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 11:48:01
  Author: foutrelis
Revision: 139586

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

Added:
  newsbeuter/repos/community-staging-i686/
  newsbeuter/repos/community-staging-i686/PKGBUILD
(from rev 139585, newsbeuter/trunk/PKGBUILD)
  newsbeuter/repos/community-staging-i686/newsbeuter-2.9-ncursesw6.patch
(from rev 139585, newsbeuter/trunk/newsbeuter-2.9-ncursesw6.patch)
  newsbeuter/repos/community-staging-i686/newsbeuter.changelog
(from rev 139585, newsbeuter/trunk/newsbeuter.changelog)
  newsbeuter/repos/community-staging-i686/newsbeuter.install
(from rev 139585, newsbeuter/trunk/newsbeuter.install)
  newsbeuter/repos/community-staging-x86_64/
  newsbeuter/repos/community-staging-x86_64/PKGBUILD
(from rev 139585, newsbeuter/trunk/PKGBUILD)
  newsbeuter/repos/community-staging-x86_64/newsbeuter-2.9-ncursesw6.patch
(from rev 139585, newsbeuter/trunk/newsbeuter-2.9-ncursesw6.patch)
  newsbeuter/repos/community-staging-x86_64/newsbeuter.changelog
(from rev 139585, newsbeuter/trunk/newsbeuter.changelog)
  newsbeuter/repos/community-staging-x86_64/newsbeuter.install
(from rev 139585, newsbeuter/trunk/newsbeuter.install)

-+
 community-staging-i686/PKGBUILD |   40 ++
 community-staging-i686/newsbeuter-2.9-ncursesw6.patch   |   27 +
 community-staging-i686/newsbeuter.changelog |   39 +
 community-staging-i686/newsbeuter.install   |6 ++
 community-staging-x86_64/PKGBUILD   |   40 ++
 community-staging-x86_64/newsbeuter-2.9-ncursesw6.patch |   27 +
 community-staging-x86_64/newsbeuter.changelog   |   39 +
 community-staging-x86_64/newsbeuter.install |6 ++
 8 files changed, 224 insertions(+)

Copied: newsbeuter/repos/community-staging-i686/PKGBUILD (from rev 139585, 
newsbeuter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-08 09:48:01 UTC (rev 139586)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sven Pfleiderer 
+
+pkgname=newsbeuter
+pkgver=2.9
+pkgrel=2
+pkgdesc="A RSS feed reader for the text console with special Podcast support"
+arch=('i686' 'x86_64')
+url="http://www.newsbeuter.org/;
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext')
+optdepends=('ruby')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz
+newsbeuter-2.9-ncursesw6.patch)
+sha256sums=('74a8bf019b09c3b270ba95adc29f2bbe48ea1f55cc0634276b21fcce1f043dc8'
+'5ae54c463f44d91725da3be655d2b107d598ade6da86ab4a99b10b039b8dba27')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -p1 -i ../newsbeuter-2.9-ncursesw6.patch
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR=$pkgdir install
+
+  #license
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: newsbeuter/repos/community-staging-i686/newsbeuter-2.9-ncursesw6.patch 
(from rev 139585, newsbeuter/trunk/newsbeuter-2.9-ncursesw6.patch)
===
--- community-staging-i686/newsbeuter-2.9-ncursesw6.patch   
(rev 0)
+++ community-staging-i686/newsbeuter-2.9-ncursesw6.patch   2015-09-08 
09:48:01 UTC (rev 139586)
@@ -0,0 +1,27 @@
+From 7eed4bf5938cf912348362f4dc08844af536f740 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Tue, 8 Sep 2015 11:39:42 +0200
+Subject: [PATCH] config.sh: check for ncursesw6
+
+---
+ config.sh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/config.sh b/config.sh
+index a9f0081..916908c 100755
+--- a/config.sh
 b/config.sh
+@@ -110,7 +110,9 @@ check_pkg "stfl" || fail "stfl"
+ if [ `uname -s` = "Darwin" ]; then
+   check_custom "ncurses5.4" "ncurses5.4-config" || fail "ncurses5.4"
+ elif [ `uname -s` != "OpenBSD" ]; then
+-  check_custom "ncursesw5" "ncursesw5-config" ||  fail "ncursesw"
++  check_custom "ncursesw5" "ncursesw5-config" || \
++  check_custom "ncursesw6" "ncursesw6-config" \
++  ||  fail "ncursesw"
+ fi
+ check_ssl_implementation
+ all_aboard_the_fail_boat
+-- 
+2.5.1
+

Copied: newsbeuter/repos/community-staging-i686/newsbeuter.changelog (from rev 
139585, newsbeuter/trunk/newsbeuter.changelog)
===
--- community-staging-i686/newsbeuter.changelog   

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:45:23
  Author: fyan
Revision: 139557

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

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

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 06:44:58 UTC (rev 139556)
+++ community-i686/PKGBUILD 2015-09-08 06:45:23 UTC (rev 139557)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.2.2.20150629
-_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  sed -e 's/add_subdirectory(cryptopp)//' \
-  -i $_wiznote_project_name/lib/CMakeLists.txt
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 139556, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 06:45:23 UTC (rev 139557)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.2.4.20150901
+_commit=e42c186a3d05da95023f3425da121c9d829b578e
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com;
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  sed -e 's/add_subdirectory(cryptopp)//' \
+  -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-09-08 06:44:58 UTC (rev 139556)
+++ community-i686/wiznote.install  2015-09-08 06:45:23 UTC (rev 139557)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 139556, 
wiznote/trunk/wiznote.install)
===

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:44:58
  Author: fyan
Revision: 139556

upgpkg: wiznote 2.2.4.20150901-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 06:35:05 UTC (rev 139555)
+++ PKGBUILD2015-09-08 06:44:58 UTC (rev 139556)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.2.2.20150629
-_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb
+pkgver=2.2.4.20150901
+_commit=e42c186a3d05da95023f3425da121c9d829b578e
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:50:49
  Author: fyan
Revision: 245512

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

Added:
  sddm/repos/testing-i686/
  sddm/repos/testing-i686/PKGBUILD
(from rev 245511, sddm/trunk/PKGBUILD)
  sddm/repos/testing-i686/sddm.install
(from rev 245511, sddm/trunk/sddm.install)
  sddm/repos/testing-x86_64/
  sddm/repos/testing-x86_64/PKGBUILD
(from rev 245511, sddm/trunk/PKGBUILD)
  sddm/repos/testing-x86_64/sddm.install
(from rev 245511, sddm/trunk/sddm.install)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-i686/sddm.install   |   24 
 testing-x86_64/PKGBUILD |   38 ++
 testing-x86_64/sddm.install |   24 
 4 files changed, 124 insertions(+)

Copied: sddm/repos/testing-i686/PKGBUILD (from rev 245511, sddm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 06:50:49 UTC (rev 245512)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='QML based X11 display manager'
+arch=('i686' 'x86_64')
+url='http://github.com/sddm/sddm'
+license=('GPL')
+depends=('qt5-declarative')
+makedepends=('cmake' 'python-docutils' 'qt5-tools')
+install="${pkgname}.install"
+backup=('usr/share/sddm/scripts/Xsetup')
+provides=('display-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('e3261ac93a50c71c973cc79b85387765')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
+-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
+-DBUILD_MAN_PAGES=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: sddm/repos/testing-i686/sddm.install (from rev 245511, 
sddm/trunk/sddm.install)
===
--- testing-i686/sddm.install   (rev 0)
+++ testing-i686/sddm.install   2015-09-08 06:50:49 UTC (rev 245512)
@@ -0,0 +1,24 @@
+post_install() {
+   if ! getent group sddm > /dev/null; then
+   groupadd --system sddm
+   fi
+   if ! getent passwd sddm > /dev/null; then
+   useradd -c "Simple Desktop Display Manager" --system -d 
/var/lib/sddm -s /usr/bin/nologin -g sddm sddm
+   passwd -l sddm > /dev/null
+   fi
+   mkdir -p /var/lib/sddm
+   chown -R sddm:sddm /var/lib/sddm > /dev/null
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   if getent passwd sddm >/dev/null; then
+   userdel sddm
+   fi
+   if getent group sddm >/dev/null; then
+   groupdel sddm
+   fi
+}

Copied: sddm/repos/testing-x86_64/PKGBUILD (from rev 245511, 
sddm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 06:50:49 UTC (rev 245512)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='QML based X11 display manager'
+arch=('i686' 'x86_64')
+url='http://github.com/sddm/sddm'
+license=('GPL')
+depends=('qt5-declarative')
+makedepends=('cmake' 'python-docutils' 'qt5-tools')
+install="${pkgname}.install"
+backup=('usr/share/sddm/scripts/Xsetup')
+provides=('display-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('e3261ac93a50c71c973cc79b85387765')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
+-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
+-DBUILD_MAN_PAGES=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: sddm/repos/testing-x86_64/sddm.install (from rev 245511, 
sddm/trunk/sddm.install)
===
--- testing-x86_64/sddm.install (rev 0)
+++ testing-x86_64/sddm.install 2015-09-08 06:50:49 UTC (rev 245512)
@@ -0,0 +1,24 @@
+post_install() {
+   if ! getent group sddm > /dev/null; then
+   groupadd --system sddm
+   fi
+   if ! getent passwd sddm > /dev/null; then
+   useradd -c 

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:15:15
  Author: fyan
Revision: 139567

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD
(from rev 139566, lib32-libgpg-error/trunk/PKGBUILD)
Deleted:
  lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 07:14:59 UTC (rev 139566)
+++ PKGBUILD2015-09-08 07:15:15 UTC (rev 139567)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: judd 
-
-_pkgbasename=libgpg-error
-pkgname=lib32-$_pkgbasename
-pkgver=1.19
-pkgrel=1
-pkgdesc="Support library for libgcrypt (32-bit)"
-arch=(x86_64)
-url="http://www.gnupg.org;
-license=('LGPL')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=(!libtool)
-source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
-  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4997951ab058788de48b989013668eb3df1e6939')
-
-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
-  make
-}
-
-check() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  make check
-}
-
-package() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD (from rev 139566, 
lib32-libgpg-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 07:15:15 UTC (rev 139567)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: judd 
+
+_pkgbasename=libgpg-error
+pkgname=lib32-$_pkgbasename
+pkgver=1.20
+pkgrel=1
+pkgdesc="Support library for libgcrypt (32-bit)"
+arch=(x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=(!libtool)
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
+  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('89c961f63469739fe816a56dcdd86c2e1897cace')
+
+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
+  make
+}
+
+check() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2015-09-08 Thread Massimiliano Torromeo
Date: Tuesday, September 8, 2015 @ 11:16:43
  Author: mtorromeo
Revision: 139582

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 09:15:23 UTC (rev 139581)
+++ community-i686/PKGBUILD 2015-09-08 09:16:43 UTC (rev 139582)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=python-cchardet
-pkgname=(python-cchardet python2-cchardet)
-pkgver=0.3.5
-pkgrel=3
-pkgdesc="Universal encoding detector faster than chardet."
-url="http://pypi.python.org/pypi/cchardet/;
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-license=('MIT')
-arch=('i686' 'x86_64')
-source=(http://pypi.python.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)
-sha256sums=('51094c573d248a4908a968e75edd05bab136f10fcc8a70b87c8243b6d45731f8')
-
-build() {
-cd "$srcdir/cchardet-$pkgver"
-
-rm -rf ../buildpy3; mkdir ../buildpy3
-python setup.py build -b ../buildpy3
-
-rm -rf ../buildpy2; mkdir ../buildpy2
-python2 setup.py build -b ../buildpy2
-find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
-}
-
-package() {
-cd "$srcdir/cchardet-$pkgver"
-python setup.py install --root="$pkgdir"
-   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
-}
-
-package_python-cchardet() {
-depends=(python)
-
-cd "$srcdir/cchardet-$pkgver"
-rm -rf build; ln -s ../buildpy3 build
-python setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
-}
-
-package_python2-cchardet() {
-depends=(python2)
-
-cd "$srcdir/cchardet-$pkgver"
-rm -rf build; ln -s ../buildpy2 build
-python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
-}
-

Copied: python-cchardet/repos/community-i686/PKGBUILD (from rev 139581, 
python-cchardet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 09:16:43 UTC (rev 139582)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-cchardet
+pkgname=(python-cchardet python2-cchardet)
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Universal encoding detector faster than chardet."
+url="http://pypi.python.org/pypi/cchardet/;
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+license=('MIT')
+arch=('i686' 'x86_64')
+source=(http://pypi.python.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)
+sha256sums=('98e6dc7ca225abfa7e559a6450404aeb2f5bea0713afd6dd492c1a51cec57e63')
+
+build() {
+cd "$srcdir/cchardet-$pkgver"
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
+}
+
+package_python-cchardet() {
+depends=(python)
+
+cd "$srcdir/cchardet-$pkgver"
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root="$pkgdir"
+}
+
+package_python2-cchardet() {
+depends=(python2)
+
+cd "$srcdir/cchardet-$pkgver"
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root="$pkgdir"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-08 09:15:23 UTC (rev 139581)
+++ community-x86_64/PKGBUILD   2015-09-08 09:16:43 UTC (rev 139582)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=python-cchardet
-pkgname=(python-cchardet python2-cchardet)
-pkgver=0.3.5
-pkgrel=3
-pkgdesc="Universal encoding detector faster than chardet."
-url="http://pypi.python.org/pypi/cchardet/;
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-license=('MIT')
-arch=('i686' 'x86_64')
-source=(http://pypi.python.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)

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

2015-09-08 Thread Massimiliano Torromeo
Date: Tuesday, September 8, 2015 @ 11:15:23
  Author: mtorromeo
Revision: 139581

upgpkg: python-cchardet 1.0.0-1

Updated to 1.0.0

Modified:
  python-cchardet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 08:38:26 UTC (rev 139580)
+++ PKGBUILD2015-09-08 09:15:23 UTC (rev 139581)
@@ -3,8 +3,8 @@
 
 pkgname=python-cchardet
 pkgname=(python-cchardet python2-cchardet)
-pkgver=0.3.5
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="Universal encoding detector faster than chardet."
 url="http://pypi.python.org/pypi/cchardet/;
 makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
@@ -11,7 +11,7 @@
 license=('MIT')
 arch=('i686' 'x86_64')
 
source=(http://pypi.python.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)
-sha256sums=('51094c573d248a4908a968e75edd05bab136f10fcc8a70b87c8243b6d45731f8')
+sha256sums=('98e6dc7ca225abfa7e559a6450404aeb2f5bea0713afd6dd492c1a51cec57e63')
 
 build() {
 cd "$srcdir/cchardet-$pkgver"
@@ -24,12 +24,6 @@
 find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
 }
 
-package() {
-cd "$srcdir/cchardet-$pkgver"
-python setup.py install --root="$pkgdir"
-   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
-}
-
 package_python-cchardet() {
 depends=(python)
 
@@ -36,7 +30,6 @@
 cd "$srcdir/cchardet-$pkgver"
 rm -rf build; ln -s ../buildpy3 build
 python setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
 }
 
 package_python2-cchardet() {
@@ -45,6 +38,5 @@
 cd "$srcdir/cchardet-$pkgver"
 rm -rf build; ln -s ../buildpy2 build
 python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
 }
 


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

2015-09-08 Thread Bartłomiej Piotrowski
Date: Tuesday, September 8, 2015 @ 11:46:48
  Author: bpiotrowski
Revision: 139584

Correct checksums

Modified:
  newsbeuter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 09:43:23 UTC (rev 139583)
+++ PKGBUILD2015-09-08 09:46:48 UTC (rev 139584)
@@ -17,7 +17,7 @@
 source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz
 newsbeuter-2.9-ncursesw6.patch)
 sha256sums=('74a8bf019b09c3b270ba95adc29f2bbe48ea1f55cc0634276b21fcce1f043dc8'
-'ad71da87d9325eaa2fa8dad2914c3d9ffd60e52ec2f1e564bfeb772edbf1e812')
+'5ae54c463f44d91725da3be655d2b107d598ade6da86ab4a99b10b039b8dba27')
 
 prepare() {
   cd ${srcdir}/$pkgname-$pkgver


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

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 11:47:51
  Author: foutrelis
Revision: 139585

ncurses 6.0 rebuild.

Modified:
  newsbeuter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 09:46:48 UTC (rev 139584)
+++ PKGBUILD2015-09-08 09:47:51 UTC (rev 139585)
@@ -4,7 +4,7 @@
 
 pkgname=newsbeuter
 pkgver=2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A RSS feed reader for the text console with special Podcast support"
 arch=('i686' 'x86_64')
 url="http://www.newsbeuter.org/;


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:31:10
  Author: fyan
Revision: 139573

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

Added:
  dnssec-tools/repos/community-i686/PKGBUILD
(from rev 139572, dnssec-tools/trunk/PKGBUILD)
  dnssec-tools/repos/community-i686/dnssec-tools-link.patch
(from rev 139572, dnssec-tools/trunk/dnssec-tools-link.patch)
  dnssec-tools/repos/community-i686/dnssec-tools.install
(from rev 139572, dnssec-tools/trunk/dnssec-tools.install)
  dnssec-tools/repos/community-i686/makefile-dependency.patch
(from rev 139572, dnssec-tools/trunk/makefile-dependency.patch)
  dnssec-tools/repos/community-x86_64/PKGBUILD
(from rev 139572, dnssec-tools/trunk/PKGBUILD)
  dnssec-tools/repos/community-x86_64/dnssec-tools-link.patch
(from rev 139572, dnssec-tools/trunk/dnssec-tools-link.patch)
  dnssec-tools/repos/community-x86_64/dnssec-tools.install
(from rev 139572, dnssec-tools/trunk/dnssec-tools.install)
  dnssec-tools/repos/community-x86_64/makefile-dependency.patch
(from rev 139572, dnssec-tools/trunk/makefile-dependency.patch)
Deleted:
  dnssec-tools/repos/community-i686/PKGBUILD
  dnssec-tools/repos/community-i686/dnssec-tools-link.patch
  dnssec-tools/repos/community-i686/dnssec-tools.install
  dnssec-tools/repos/community-i686/makefile-dependency.patch
  dnssec-tools/repos/community-x86_64/PKGBUILD
  dnssec-tools/repos/community-x86_64/dnssec-tools-link.patch
  dnssec-tools/repos/community-x86_64/dnssec-tools.install
  dnssec-tools/repos/community-x86_64/makefile-dependency.patch

+
 /PKGBUILD  |  184 +++
 /dnssec-tools-link.patch   |   44 ++
 /dnssec-tools.install  |   18 ++
 /makefile-dependency.patch |   22 +++
 community-i686/PKGBUILD|   92 -
 community-i686/dnssec-tools-link.patch |   22 ---
 community-i686/dnssec-tools.install|9 -
 community-i686/makefile-dependency.patch   |   11 -
 community-x86_64/PKGBUILD  |   92 -
 community-x86_64/dnssec-tools-link.patch   |   22 ---
 community-x86_64/dnssec-tools.install  |9 -
 community-x86_64/makefile-dependency.patch |   11 -
 12 files changed, 268 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 07:30:30 UTC (rev 139572)
+++ community-i686/PKGBUILD 2015-09-08 07:31:10 UTC (rev 139573)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Luca Fulchir 
-
-pkgname=dnssec-tools
-pkgver=2.1
-pkgrel=2
-pkgdesc="libval & dnssec management tools"
-arch=('i686' 'x86_64')
-url="http://www.dnssec-tools.org;
-license=('BSD')
-conflicts=('libval' 'libval_shim' 'libsres')
-backup=('etc/dnssec-tools/dnssec-tools.conf' 'etc/dnssec-tools/resolv.conf' 
'etc/dnssec-tools/root.hints' 'etc/dnssec-tools/dnsval.conf')
-depends=('dnsutils' 'perl' 'perl-timedate' 'perl-net-dns' 'perl-net-dns-sec' 
'perl-mailtools' 'perl-tk' 'perl-graphviz' 'bind' 'openssl' 'glibc' 'pth')
-options=('!emptydirs')
-source=(http://www.dnssec-tools.org/download/${pkgname}-${pkgver}.tar.gz
-makefile-dependency.patch
-dnssec-tools-link.patch)
-sha256sums=('64eebfd1213714b530e501f22b5ff9786db9b982897c432fecba75740ddcda52'
-'fb23565ff9afabf85dc812ab500a3652add4537e9519a49214e329de3d2171f9'
-'bbf24ced5c41d61ddd49e39d5deec84d4b1a344ba9fecd3647cf07ccddc89714')
-install="dnssec-tools.install"
-
-prepare() {
-  # patch for race condition with -j 2+
-  cd "$srcdir/${pkgname}-${pkgver}"
-  patch -p0 -i "$srcdir/makefile-dependency.patch"
-
-  # patch for linking errors
-  patch -p1 -i "$srcdir/dnssec-tools-link.patch"
-
-  sed -e '/^maninstall:/,+3s:$(MKPATH) $(mandir)/$(man1dir):$(MKPATH) 
$(DESTDIR)/$(mandir)/$(man1dir):' \
-  -i Makefile.in
-  sed -e 's:/usr/local/etc:/etc:g' \
-  -e 's:/usr/local:/usr:g' \
-  -i tools/donuts/donuts \
-  -i tools/etc/dnssec-tools/dnssec-tools.conf \
-  -i tools/scripts/genkrf
-  sed -e 's:/usr/bin/genkrf:/usr/bin/vendor_perl/genkrf:' \
-  -e 's:/usr/bin/keyarch:/usr/bin/vendor_perl/keyarch:' \
-  -e 's:/usr/bin/rollchk:/usr/bin/vendor_perl/rollchk:' \
-  -e 's:/usr/bin/rollctl:/usr/bin/vendor_perl/rollctl:' \
-  -e 's:/usr/bin/zonesigner:/usr/bin/vendor_perl/zonesigner:' \
-  -e 's:/usr/sbin/dnssec-keygen:/usr/bin/dnssec-keygen:' \
-  -e 's:/usr/sbin/rndc:/usr/bin/rndc:' \
-  -e 's:/usr/sbin/named-checkzone:/usr/bin/named-checkzone:' \
-  -e 's:/usr/sbin/dnssec-signzone:/usr/bin/dnssec-signzone:' \
-  -i tools/etc/dnssec-tools/dnssec-tools.conf
-}
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  ./configure \
---exec_prefix=/usr \
---prefix=/usr \
---mandir=/usr/share/man \
-

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:30:30
  Author: fyan
Revision: 139572

upgpkg: dnssec-tools 2.2-1

Modified:
  dnssec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 07:23:14 UTC (rev 139571)
+++ PKGBUILD2015-09-08 07:30:30 UTC (rev 139572)
@@ -3,8 +3,8 @@
 # Contributor: Luca Fulchir 
 
 pkgname=dnssec-tools
-pkgver=2.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
 pkgdesc="libval & dnssec management tools"
 arch=('i686' 'x86_64')
 url="http://www.dnssec-tools.org;
@@ -16,7 +16,7 @@
 source=(http://www.dnssec-tools.org/download/${pkgname}-${pkgver}.tar.gz
 makefile-dependency.patch
 dnssec-tools-link.patch)
-sha256sums=('64eebfd1213714b530e501f22b5ff9786db9b982897c432fecba75740ddcda52'
+sha256sums=('4f45033a7a27382fe5284de705a1792277dfbe9a149d369b95d787865a44ef66'
 'fb23565ff9afabf85dc812ab500a3652add4537e9519a49214e329de3d2171f9'
 'bbf24ced5c41d61ddd49e39d5deec84d4b1a344ba9fecd3647cf07ccddc89714')
 install="dnssec-tools.install"


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

2015-09-08 Thread Laurent Carlier
Date: Tuesday, September 8, 2015 @ 10:29:26
  Author: lcarlier
Revision: 139577

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxcb/repos/multilib-x86_64/PKGBUILD
(from rev 139576, lib32-libxcb/trunk/PKGBUILD)
  lib32-libxcb/repos/multilib-x86_64/libxcb-1.1-no-pthread-stubs.patch
(from rev 139576, lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
Deleted:
  lib32-libxcb/repos/multilib-x86_64/PKGBUILD
  lib32-libxcb/repos/multilib-x86_64/libxcb-1.1-no-pthread-stubs.patch

---+
 PKGBUILD  |  104 ++--
 libxcb-1.1-no-pthread-stubs.patch |   22 +++
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 08:29:21 UTC (rev 139576)
+++ PKGBUILD2015-09-08 08:29:26 UTC (rev 139577)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck 
-# Contributor: Jan de Groot 
-
-_pkgbasename=libxcb
-pkgname=lib32-$_pkgbasename
-pkgver=1.11
-pkgrel=1
-pkgdesc="X11 client-side library (32-bit)"
-arch=(x86_64)
-url="http://xcb.freedesktop.org/;
-depends=('lib32-libxdmcp' 'lib32-libxau' $_pkgbasename)
-makedepends=('pkgconfig' 'libxslt' 'python' 'xorg-util-macros' 'gcc-multilib'
- 'autoconf')
-license=('custom')
-source=(${url}/dist/${_pkgbasename}-${pkgver}.tar.bz2
-libxcb-1.1-no-pthread-stubs.patch)
-sha256sums=('03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7'
-   '3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3')
-
-prepare() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/libxcb-1.1-no-pthread-stubs.patch"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./autogen.sh \
- --prefix=/usr \
- --enable-xinput \
-  --enable-xkb \
- --libdir=/usr/lib32 \
- --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname" 
-}

Copied: lib32-libxcb/repos/multilib-x86_64/PKGBUILD (from rev 139576, 
lib32-libxcb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 08:29:26 UTC (rev 139577)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Baldeck 
+# Contributor: Jan de Groot 
+
+_pkgbasename=libxcb
+pkgname=lib32-$_pkgbasename
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="X11 client-side library (32-bit)"
+arch=(x86_64)
+url="http://xcb.freedesktop.org/;
+depends=('lib32-libxdmcp' 'lib32-libxau' $_pkgbasename)
+makedepends=('pkgconfig' 'libxslt' 'python' 'xorg-util-macros' 'gcc-multilib'
+ 'autoconf')
+license=('custom')
+source=(${url}/dist/${_pkgbasename}-${pkgver}.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha256sums=('b720fd6c7d200e5371affdb3f049cc8f88cff9aed942ff1b824d95eedbf69d30'
+'3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3')
+
+prepare() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/libxcb-1.1-no-pthread-stubs.patch"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./autogen.sh \
+ --prefix=/usr \
+ --enable-xinput \
+  --enable-xkb \
+ --libdir=/usr/lib32 \
+ --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname" 
+}

Deleted: libxcb-1.1-no-pthread-stubs.patch
===
--- libxcb-1.1-no-pthread-stubs.patch   2015-09-08 08:29:21 UTC (rev 139576)
+++ libxcb-1.1-no-pthread-stubs.patch   2015-09-08 08:29:26 UTC (rev 139577)
@@ -1,11 +0,0 @@
 libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
-+++ libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
-@@ -43,7 +43,7 @@
- 
- # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.11)
--NEEDED="pthread-stubs xau >= 0.99.2"
-+NEEDED="xau >= 0.99.2"
- PKG_CHECK_MODULES(NEEDED, $NEEDED)
- 
- have_xdmcp="no"

Copied: lib32-libxcb/repos/multilib-x86_64/libxcb-1.1-no-pthread-stubs.patch 
(from rev 139576, lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- libxcb-1.1-no-pthread-stubs.patch   

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

2015-09-08 Thread Laurent Carlier
Date: Tuesday, September 8, 2015 @ 10:29:21
  Author: lcarlier
Revision: 139576

upgpkg: lib32-libxcb 1.11.1-1

upstream update 1.11.1

Modified:
  lib32-libxcb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 08:26:11 UTC (rev 139575)
+++ PKGBUILD2015-09-08 08:29:21 UTC (rev 139576)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libxcb
 pkgname=lib32-$_pkgbasename
-pkgver=1.11
+pkgver=1.11.1
 pkgrel=1
 pkgdesc="X11 client-side library (32-bit)"
 arch=(x86_64)
@@ -15,8 +15,8 @@
 license=('custom')
 source=(${url}/dist/${_pkgbasename}-${pkgver}.tar.bz2
 libxcb-1.1-no-pthread-stubs.patch)
-sha256sums=('03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7'
-   '3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3')
+sha256sums=('b720fd6c7d200e5371affdb3f049cc8f88cff9aed942ff1b824d95eedbf69d30'
+'3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3')
 
 prepare() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"


[arch-commits] Commit in newsbeuter/trunk (PKGBUILD newsbeuter-2.9-ncursesw6.patch)

2015-09-08 Thread Bartłomiej Piotrowski
Date: Tuesday, September 8, 2015 @ 11:43:23
  Author: bpiotrowski
Revision: 139583

Fix compilation with ncurses 6

Added:
  newsbeuter/trunk/newsbeuter-2.9-ncursesw6.patch
Modified:
  newsbeuter/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 newsbeuter-2.9-ncursesw6.patch |   27 +++
 2 files changed, 37 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 09:16:43 UTC (rev 139582)
+++ PKGBUILD2015-09-08 09:43:23 UTC (rev 139583)
@@ -14,9 +14,16 @@
 optdepends=('ruby')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('74a8bf019b09c3b270ba95adc29f2bbe48ea1f55cc0634276b21fcce1f043dc8')
+source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz
+newsbeuter-2.9-ncursesw6.patch)
+sha256sums=('74a8bf019b09c3b270ba95adc29f2bbe48ea1f55cc0634276b21fcce1f043dc8'
+'ad71da87d9325eaa2fa8dad2914c3d9ffd60e52ec2f1e564bfeb772edbf1e812')
 
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -p1 -i ../newsbeuter-2.9-ncursesw6.patch
+}
+
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
@@ -28,6 +35,6 @@
 
   make prefix=/usr DESTDIR=$pkgdir install
 
-#license
+  #license
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }

Added: newsbeuter-2.9-ncursesw6.patch
===
--- newsbeuter-2.9-ncursesw6.patch  (rev 0)
+++ newsbeuter-2.9-ncursesw6.patch  2015-09-08 09:43:23 UTC (rev 139583)
@@ -0,0 +1,27 @@
+From 7eed4bf5938cf912348362f4dc08844af536f740 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Tue, 8 Sep 2015 11:39:42 +0200
+Subject: [PATCH] config.sh: check for ncursesw6
+
+---
+ config.sh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/config.sh b/config.sh
+index a9f0081..916908c 100755
+--- a/config.sh
 b/config.sh
+@@ -110,7 +110,9 @@ check_pkg "stfl" || fail "stfl"
+ if [ `uname -s` = "Darwin" ]; then
+   check_custom "ncurses5.4" "ncurses5.4-config" || fail "ncurses5.4"
+ elif [ `uname -s` != "OpenBSD" ]; then
+-  check_custom "ncursesw5" "ncursesw5-config" ||  fail "ncursesw"
++  check_custom "ncursesw5" "ncursesw5-config" || \
++  check_custom "ncursesw6" "ncursesw6-config" \
++  ||  fail "ncursesw"
+ fi
+ check_ssl_implementation
+ all_aboard_the_fail_boat
+-- 
+2.5.1
+


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:14:59
  Author: fyan
Revision: 139566

upgpkg: lib32-libgpg-error 1.20-1

sync with [core]

Modified:
  lib32-libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 07:06:32 UTC (rev 139565)
+++ PKGBUILD2015-09-08 07:14:59 UTC (rev 139566)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libgpg-error
 pkgname=lib32-$_pkgbasename
-pkgver=1.19
+pkgver=1.20
 pkgrel=1
 pkgdesc="Support library for libgcrypt (32-bit)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!libtool)
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4997951ab058788de48b989013668eb3df1e6939')
+sha1sums=('89c961f63469739fe816a56dcdd86c2e1897cace')
 
 build() {
   export CC="gcc -m32"


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:54:03
  Author: fyan
Revision: 139558

upgpkg: lib32-curl 7.44.0-1

sync with [core]

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 06:45:23 UTC (rev 139557)
+++ PKGBUILD2015-09-08 06:54:03 UTC (rev 139558)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.43.0
+pkgver=7.44.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
 source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('3037f0b6ce03d434618e9db5506ae6be'
+md5sums=('cf46112b5151e2f1a3fd38439bdade23'
  'SKIP')
  validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
 


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:54:21
  Author: fyan
Revision: 139559

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 139558, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 139558, lib32-curl/trunk/curlbuild.h)
Deleted:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 PKGBUILD|  126 +-
 curlbuild.h |   18 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 06:54:03 UTC (rev 139558)
+++ PKGBUILD2015-09-08 06:54:21 UTC (rev 139559)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Dave Reisner 
-# Contributor: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Lucien Immink 
-# Contributor: Daniel J Griffiths 
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.43.0
-pkgrel=1
-pkgdesc="An URL retrieval utility and library (32-bit)"
-arch=('x86_64')
-url="http://curl.haxx.se;
-license=('MIT')
-depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
-source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('3037f0b6ce03d434618e9db5506ae6be'
- 'SKIP')
- validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
-
-build() {
-  cd "$_pkgname-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --with-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/usr/{share,bin}
-  
-  # license
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
-
-  # devel
-  find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete
-  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/$_pkgname/curlbuild-32.h"
-}

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 139558, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 06:54:21 UTC (rev 139559)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.44.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library (32-bit)"
+arch=('x86_64')
+url="http://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
+source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('cf46112b5151e2f1a3fd38439bdade23'
+ 'SKIP')
+ validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin}
+  
+  # license
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
+
+  # devel
+  find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete
+  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/$_pkgname/curlbuild-32.h"
+}

Deleted: curlbuild.h
===
--- curlbuild.h 2015-09-08 06:54:03 UTC (rev 139558)
+++ curlbuild.h 2015-09-08 06:54:21 UTC (rev 139559)
@@ -1,9 +0,0 @@
-#include 

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

2015-09-08 Thread Tobias Powalowski
Date: Tuesday, September 8, 2015 @ 09:04:13
  Author: tpowa
Revision: 245513

db-move: moved xfsprogs from [testing] to [core] (i686, x86_64)

Added:
  xfsprogs/repos/core-i686/PKGBUILD
(from rev 245512, xfsprogs/repos/testing-i686/PKGBUILD)
  xfsprogs/repos/core-x86_64/PKGBUILD
(from rev 245512, xfsprogs/repos/testing-x86_64/PKGBUILD)
Deleted:
  xfsprogs/repos/core-i686/PKGBUILD
  xfsprogs/repos/core-x86_64/PKGBUILD
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-09-08 06:50:49 UTC (rev 245512)
+++ core-i686/PKGBUILD  2015-09-08 07:04:13 UTC (rev 245513)
@@ -1,33 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=3.2.3
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('libutil-linux')
-options=('!makeflags')
-# We mirror the sources as upstream tends to move them once a new release is 
out
-source=("https://sources.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9f383e36682709e62b12c125e5d8b895')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export OPTIMIZER="-march=${CARCH/_/-} -O1"
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
-  rm -rf "${pkgdir}/lib"
-}

Copied: xfsprogs/repos/core-i686/PKGBUILD (from rev 245512, 
xfsprogs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-09-08 07:04:13 UTC (rev 245513)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.2.4
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-09-08 06:50:49 UTC (rev 245512)
+++ core-x86_64/PKGBUILD2015-09-08 07:04:13 UTC (rev 245513)
@@ -1,33 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=3.2.3
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('libutil-linux')
-options=('!makeflags')
-# We mirror the sources as upstream tends to move them once a new release is 
out
-source=("https://sources.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9f383e36682709e62b12c125e5d8b895')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export OPTIMIZER="-march=${CARCH/_/-} -O1"
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
-  rm -rf "${pkgdir}/lib"
-}

Copied: xfsprogs/repos/core-x86_64/PKGBUILD (from rev 245512, 
xfsprogs/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-09-08 07:04:13 UTC (rev 245513)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.2.4
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure

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

2015-09-08 Thread Tobias Powalowski
Date: Tuesday, September 8, 2015 @ 09:04:43
  Author: tpowa
Revision: 245515

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

Added:
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-i686/PKGBUILD
(from rev 245514, xfsprogs/trunk/PKGBUILD)
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 245514, xfsprogs/trunk/PKGBUILD)

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

Copied: xfsprogs/repos/testing-i686/PKGBUILD (from rev 245514, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 07:04:43 UTC (rev 245515)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 245514, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 07:04:43 UTC (rev 245515)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}


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

2015-09-08 Thread Tobias Powalowski
Date: Tuesday, September 8, 2015 @ 09:04:31
  Author: tpowa
Revision: 245514

upgpkg: xfsprogs 4.2.0-1

bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 07:04:13 UTC (rev 245513)
+++ PKGBUILD2015-09-08 07:04:31 UTC (rev 245514)
@@ -1,7 +1,7 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=3.2.4
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('i686' 'x86_64')


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:35:05
  Author: fyan
Revision: 139555

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 06:34:39 UTC (rev 139554)
+++ community-i686/PKGBUILD 2015-09-08 06:35:05 UTC (rev 139555)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josh VanderLinden 
-# Contributor: Nicolas Storme 
-
-pkgname=goaccess
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="An open source real-time web log analyzer and interactive viewer"
-arch=('i686' 'x86_64')
-url='http://goaccess.io'
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
-sha512sums=('624e6ae50d08550440b7f76573003f50a01fe7d0b74302ac89e3281cd7c8b1e541a4e01211dfa41c687c9485b6b1d72ac8b2ed9a9e0c7dcddf1b1c0c7dee33f8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
-}
-

Copied: goaccess/repos/community-i686/PKGBUILD (from rev 139554, 
goaccess/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 06:35:05 UTC (rev 139555)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josh VanderLinden 
+# Contributor: Nicolas Storme 
+
+pkgname=goaccess
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('i686' 'x86_64')
+url='http://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
+sha512sums=('068ce399c4b202d322f297847c1a5b80e3143de93496db234a6db772ad7beb7d497ccad30a1d39b72d131488543f45d0dd179106bbabdbcdef4771a87dd8acef')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip --enable-utf8
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-08 06:34:39 UTC (rev 139554)
+++ community-x86_64/PKGBUILD   2015-09-08 06:35:05 UTC (rev 139555)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josh VanderLinden 
-# Contributor: Nicolas Storme 
-
-pkgname=goaccess
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="An open source real-time web log analyzer and interactive viewer"
-arch=('i686' 'x86_64')
-url='http://goaccess.io'
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
-sha512sums=('624e6ae50d08550440b7f76573003f50a01fe7d0b74302ac89e3281cd7c8b1e541a4e01211dfa41c687c9485b6b1d72ac8b2ed9a9e0c7dcddf1b1c0c7dee33f8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
-}
-

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 139554, 
goaccess/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-08 06:35:05 UTC (rev 139555)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josh VanderLinden 
+# Contributor: Nicolas Storme 
+
+pkgname=goaccess
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('i686' 'x86_64')
+url='http://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:34:39
  Author: fyan
Revision: 139554

upgpkg: goaccess 0.9.4-1

Modified:
  goaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 00:40:09 UTC (rev 139553)
+++ PKGBUILD2015-09-08 06:34:39 UTC (rev 139554)
@@ -4,8 +4,8 @@
 # Contributor: Nicolas Storme 
 
 pkgname=goaccess
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
 pkgdesc="An open source real-time web log analyzer and interactive viewer"
 arch=('i686' 'x86_64')
 url='http://goaccess.io'
@@ -13,7 +13,7 @@
 depends=('ncurses' 'geoip' 'glib2')
 backup=('etc/goaccess.conf')
 source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
-sha512sums=('624e6ae50d08550440b7f76573003f50a01fe7d0b74302ac89e3281cd7c8b1e541a4e01211dfa41c687c9485b6b1d72ac8b2ed9a9e0c7dcddf1b1c0c7dee33f8')
+sha512sums=('068ce399c4b202d322f297847c1a5b80e3143de93496db234a6db772ad7beb7d497ccad30a1d39b72d131488543f45d0dd179106bbabdbcdef4771a87dd8acef')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:57:58
  Author: fyan
Revision: 139563

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 06:57:40 UTC (rev 139562)
+++ PKGBUILD2015-09-08 06:57:58 UTC (rev 139563)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz 
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="OpenType text shaping engine. (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('32a1a7ad584a2f2cfba5c1d234d046c0521e86e7a21d403e15e89aa509ef0ea8')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 139562, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 06:57:58 UTC (rev 139563)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz 
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="OpenType text shaping engine. (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('ebdc875ea06d010722dec13d92bc40002ab6a77071d62e71aad564ff76a63df7')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:57:40
  Author: fyan
Revision: 139562

upgpkg: lib32-harfbuzz 1.0.3-1

sync with [extra]

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 06:55:58 UTC (rev 139561)
+++ PKGBUILD2015-09-08 06:57:40 UTC (rev 139562)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=1.0.1
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="OpenType text shaping engine. (32-bit)"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('32a1a7ad584a2f2cfba5c1d234d046c0521e86e7a21d403e15e89aa509ef0ea8')
+sha256sums=('ebdc875ea06d010722dec13d92bc40002ab6a77071d62e71aad564ff76a63df7')
 
 build() {
   export CC="gcc -m32"


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:06:32
  Author: fyan
Revision: 139565

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libdbus/repos/multilib-testing-x86_64/
  lib32-libdbus/repos/multilib-testing-x86_64/PKGBUILD
(from rev 139564, lib32-libdbus/trunk/PKGBUILD)

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

Copied: lib32-libdbus/repos/multilib-testing-x86_64/PKGBUILD (from rev 139564, 
lib32-libdbus/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-09-08 07:06:32 UTC (rev 139565)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Ionut Biru 
+
+pkgname=lib32-libdbus
+_pkgbasename=libdbus
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="DBus library (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/Software/dbus;
+license=('GPL' 'custom')
+depends=('lib32-glibc' 'lib32-expat' 'libdbus')
+makedepends=('gcc-multilib' 'lib32-libx11')
+provides=('lib32-dbus-core' 'lib32-dbus')
+conflicts=('lib32-dbus-core' 'lib32-dbus')
+replaces=('lib32-dbus-core' 'lib32-dbus')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
+md5sums=('5af6297348107a906c8449817a728b3b'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 

+
+build() {
+export CC="gcc -m32"
+export CXX="g++ -m32"
+export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+cd "${srcdir}/dbus-${pkgver}"
+
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+--with-system-pid-file=/run/dbus.pid \
+--with-console-auth-dir=/run/console/ \
+--enable-inotify \
+--disable-verbose-mode --disable-static \
+--disable-tests --disable-asserts --disable-systemd
+
+make
+}
+
+package() {
+cd "${srcdir}/dbus-${pkgver}"
+make DESTDIR=${pkgdir} install
+
+rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+rm -rf "${pkgdir}"/{etc,var}
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:06:03
  Author: fyan
Revision: 139564

upgpkg: lib32-libdbus 1.10.0-1

sync with [core]

Modified:
  lib32-libdbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 06:57:58 UTC (rev 139563)
+++ PKGBUILD2015-09-08 07:06:03 UTC (rev 139564)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libdbus
 _pkgbasename=libdbus
-pkgver=1.8.20
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="DBus library (32-bit)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 conflicts=('lib32-dbus-core' 'lib32-dbus')
 replaces=('lib32-dbus-core' 'lib32-dbus')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
-md5sums=('b49890bbabedab3a1c3f4f73c7ff8b2b'
+md5sums=('5af6297348107a906c8449817a728b3b'
  'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 

 
@@ -32,7 +32,7 @@
 --with-console-auth-dir=/run/console/ \
 --enable-inotify \
 --disable-verbose-mode --disable-static \
---disable-tests --disable-asserts --disable-systemd
+--disable-tests --disable-asserts --disable-systemd
 
 make
 }


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:22:59
  Author: fyan
Revision: 139570

upgpkg: lib32-gdk-pixbuf2 2.31.6-1

sync with [extra]

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 07:19:13 UTC (rev 139569)
+++ PKGBUILD2015-09-08 07:22:59 UTC (rev 139570)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 _pkgbasename=gdk-pixbuf2
 pkgname=lib32-$_pkgbasename
-pkgver=2.31.5
+pkgver=2.31.6
 pkgrel=1
 pkgdesc="An image loading library (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!docs')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('0a76e70497cd25ef2ac0da63a489c158ea3926724eb83d5254f9a0bc985ff7a6')
+sha256sums=('111203d6f295d69d36e7190204248331cd37285130ac483becdedcd3f0135d18')
 
 build() {
   export CC="gcc -m32"


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:23:14
  Author: fyan
Revision: 139571

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
(from rev 139570, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install
(from rev 139570, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install

-+
 PKGBUILD|   94 +-
 gdk-pixbuf2.install |   22 +--
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 07:22:59 UTC (rev 139570)
+++ PKGBUILD2015-09-08 07:23:14 UTC (rev 139571)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-_pkgbasename=gdk-pixbuf2
-pkgname=lib32-$_pkgbasename
-pkgver=2.31.5
-pkgrel=1
-pkgdesc="An image loading library (32-bit)"
-arch=('x86_64')
-url="http://www.gtk.org/;
-license=('LGPL2.1')
-depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
- $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!docs')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('0a76e70497cd25ef2ac0da63a489c158ea3926724eb83d5254f9a0bc985ff7a6')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
-
-  cd "${srcdir}/gdk-pixbuf-${pkgver}"
-
-  ./configure --prefix=/usr  --libdir=/usr/lib32 \
---without-libjasper \
---with-x11 \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd "${srcdir}/gdk-pixbuf-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/etc
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  cd "${pkgdir}"/usr/bin
-  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
-  rm gdk-pixbuf-pixdata
-  rm gdk-pixbuf-csource
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD (from rev 139570, 
lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 07:23:14 UTC (rev 139571)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ionut Biru 
+_pkgbasename=gdk-pixbuf2
+pkgname=lib32-$_pkgbasename
+pkgver=2.31.6
+pkgrel=1
+pkgdesc="An image loading library (32-bit)"
+arch=('x86_64')
+url="http://www.gtk.org/;
+license=('LGPL2.1')
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
+ $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!docs')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
+sha256sums=('111203d6f295d69d36e7190204248331cd37285130ac483becdedcd3f0135d18')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
+
+  cd "${srcdir}/gdk-pixbuf-${pkgver}"
+
+  ./configure --prefix=/usr  --libdir=/usr/lib32 \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd "${srcdir}/gdk-pixbuf-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/etc
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  cd "${pkgdir}"/usr/bin
+  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
+  rm gdk-pixbuf-pixdata
+  rm gdk-pixbuf-csource
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf2.install
===
--- gdk-pixbuf2.install 2015-09-08 07:22:59 UTC (rev 139570)
+++ gdk-pixbuf2.install 2015-09-08 07:23:14 UTC (rev 139571)
@@ -1,11 +0,0 @@
-post_install() {
-usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install (from rev 
139570, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gdk-pixbuf2.install (rev 0)
+++ gdk-pixbuf2.install 2015-09-08 07:23:14 UTC (rev 139571)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}


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

2015-09-08 Thread Ronald van Haren
Date: Tuesday, September 8, 2015 @ 11:12:03
  Author: ronald
Revision: 245522

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

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

-+
 /PKGBUILD   |   94 ++
 /octave.install |   40 +
 extra-i686/PKGBUILD |   48 -
 extra-i686/octave.install   |   20 
 extra-x86_64/PKGBUILD   |   48 -
 extra-x86_64/octave.install |   20 
 6 files changed, 134 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-08 09:11:49 UTC (rev 245521)
+++ extra-i686/PKGBUILD 2015-09-08 09:12:03 UTC (rev 245522)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor : shining 
-# Contributor : cyberdune 
-
-pkgname=octave
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="A high-level language, primarily intended for numerical computations."
-arch=('i686' 'x86_64')
-url="http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting'
-'qscintilla: experimental gui')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
-options=('!emptydirs')
-install=octave.install
-validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
-  'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  autoreconf -vfi
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-quantum-depth=16 \
-  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
-  MOC=moc-qt4 UIC=uic-qt4
-# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
-
-  LANG=C make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # add octave library path to ld.so.conf.d
-  install -d "${pkgdir}/etc/ld.so.conf.d"
-  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
-}

Copied: octave/repos/extra-i686/PKGBUILD (from rev 245521, 
octave/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-08 09:12:03 UTC (rev 245522)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=2
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
+  MOC=moc-qt4 UIC=uic-qt4
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Deleted: extra-i686/octave.install
===
--- extra-i686/octave.install   2015-09-08 09:11:49 UTC (rev 245521)
+++ extra-i686/octave.install   2015-09-08 09:12:03 UTC (rev 245522)
@@ -1,20 +0,0 @@

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

2015-09-08 Thread Ronald van Haren
Date: Tuesday, September 8, 2015 @ 11:11:49
  Author: ronald
Revision: 245521

upgpkg: octave 4.0.0-2

move qscintilla optdepends -> depends FS#45956

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 07:46:42 UTC (rev 245520)
+++ PKGBUILD2015-09-08 09:11:49 UTC (rev 245521)
@@ -5,16 +5,15 @@
 
 pkgname=octave
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org;
 license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla')
 makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
 optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting'
-'qscintilla: experimental gui')
+'gnuplot: alternative plotting')
 source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
 options=('!emptydirs')
 install=octave.install


[arch-commits] Commit in sddm/trunk (PKGBUILD kubuntu_dbus-config-rename.patch)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:50:25
  Author: fyan
Revision: 245511

upgpkg: sddm 0.12.0-1

Modified:
  sddm/trunk/PKGBUILD
Deleted:
  sddm/trunk/kubuntu_dbus-config-rename.patch

--+
 PKGBUILD |   15 +--
 kubuntu_dbus-config-rename.patch |   13 -
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 02:03:13 UTC (rev 245510)
+++ PKGBUILD2015-09-08 06:50:25 UTC (rev 245511)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=sddm
-pkgver=0.11.0
-pkgrel=3
+pkgver=0.12.0
+pkgrel=1
 pkgdesc='QML based X11 display manager'
 arch=('i686' 'x86_64')
 url='http://github.com/sddm/sddm'
@@ -14,17 +14,11 @@
 install="${pkgname}.install"
 backup=('usr/share/sddm/scripts/Xsetup')
 provides=('display-manager')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;
-kubuntu_dbus-config-rename.patch)
-md5sums=('e110a7683867400dc9484d4744fd41dd'
- '7c2934003e61c46d1d82d3d9a93ed35b')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('e3261ac93a50c71c973cc79b85387765')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  # FS#42445
-  patch -p1 -i ../kubuntu_dbus-config-rename.patch
 }
 
 build() {
@@ -33,6 +27,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
+-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
 -DBUILD_MAN_PAGES=ON
   make
 }

Deleted: kubuntu_dbus-config-rename.patch
===
--- kubuntu_dbus-config-rename.patch2015-09-08 02:03:13 UTC (rev 245510)
+++ kubuntu_dbus-config-rename.patch2015-09-08 06:50:25 UTC (rev 245511)
@@ -1,13 +0,0 @@
-Index: sddm-0.1.0+git20140718/data/CMakeLists.txt
-===
 sddm-0.1.0+git20140718.orig/data/CMakeLists.txt2014-07-18 
11:36:58.974892509 +0200
-+++ sddm-0.1.0+git20140718/data/CMakeLists.txt 2014-07-18 11:36:58.970892509 
+0200
-@@ -1,7 +1,7 @@
- install(DIRECTORY   "faces" DESTINATION 
"${DATA_INSTALL_DIR}")
- install(DIRECTORY   "flags" DESTINATION 
"${DATA_INSTALL_DIR}")
- 
--install(FILES "org.freedesktop.DisplayManager.conf"   DESTINATION 
"${DBUS_CONFIG_DIR}")
-+install(FILES "org.freedesktop.DisplayManager.conf"   DESTINATION 
"${DBUS_CONFIG_DIR}" RENAME sddm_org.freedesktop.DisplayManager.conf)
- 
- install(FILES "scripts/Xsession" "scripts/Xsetup" DESTINATION 
"${DATA_INSTALL_DIR}/scripts"
- PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:46:11
  Author: fyan
Revision: 245518

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-08 07:45:45 UTC (rev 245517)
+++ extra-i686/PKGBUILD 2015-09-08 07:46:11 UTC (rev 245518)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libirman
-pkgver=0.4.5
-pkgrel=4
-pkgdesc="Irman driver lcd library"
-arch=('i686' 'x86_64')
-url="http://www.lirc.org;
-license=('LGPL')
-backup=('etc/irman.conf')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4a2708d53b6c79659c073cfefed57f78')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libirman/repos/extra-i686/PKGBUILD (from rev 245517, 
libirman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-08 07:46:11 UTC (rev 245518)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libirman
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="Irman driver lcd library"
+arch=('i686' 'x86_64')
+url="http://www.lirc.org;
+license=('LGPL')
+backup=('etc/irman.conf')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('11e8fe44c78ee615efd4d13b6cee1626')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-08 07:45:45 UTC (rev 245517)
+++ extra-x86_64/PKGBUILD   2015-09-08 07:46:11 UTC (rev 245518)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libirman
-pkgver=0.4.5
-pkgrel=4
-pkgdesc="Irman driver lcd library"
-arch=('i686' 'x86_64')
-url="http://www.lirc.org;
-license=('LGPL')
-backup=('etc/irman.conf')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4a2708d53b6c79659c073cfefed57f78')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libirman/repos/extra-x86_64/PKGBUILD (from rev 245517, 
libirman/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-08 07:46:11 UTC (rev 245518)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libirman
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="Irman driver lcd library"
+arch=('i686' 'x86_64')
+url="http://www.lirc.org;
+license=('LGPL')
+backup=('etc/irman.conf')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('11e8fe44c78ee615efd4d13b6cee1626')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in python-egenix-mx-base/trunk (PKGBUILD)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:46:16
  Author: fyan
Revision: 245519

upgpkg: python-egenix-mx-base 3.2.9-1

Modified:
  python-egenix-mx-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 07:46:11 UTC (rev 245518)
+++ PKGBUILD2015-09-08 07:46:16 UTC (rev 245519)
@@ -5,18 +5,17 @@
 
 pkgbase=python-egenix-mx-base
 pkgname=('python2-egenix-mx-base')
-pkgver=3.2.8
+pkgver=3.2.9
 pkgrel=1
 pkgdesc="A collection of Python tools"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.egenix.com/products/python/mxBase/;
-makedepends=('python2')
+makedepends=('python2-setuptools')
 conflicts=('python-egenix-mx-base<=3.2.4-1')
 replaces=('python-egenix-mx-base<=3.2.4-1')
-source=(http://downloads.egenix.com/python/egenix-mx-base-${pkgver}.tar.gz{,.asc})
-sha1sums=('74eb61edf6bdd67969dae987d0450333893d3160'
-  'SKIP')
+source=(http://downloads.egenix.com/python/egenix-mx-base-${pkgver}.tar.gz)
+sha1sums=('7bce0d094e3e95376d921217ddf44d4491e8c96f')
 
 prepare() {
   cd egenix-mx-base-${pkgver}


[arch-commits] Commit in python-egenix-mx-base/repos (4 files)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:46:42
  Author: fyan
Revision: 245520

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

Added:
  python-egenix-mx-base/repos/extra-i686/PKGBUILD
(from rev 245519, python-egenix-mx-base/trunk/PKGBUILD)
  python-egenix-mx-base/repos/extra-x86_64/PKGBUILD
(from rev 245519, python-egenix-mx-base/trunk/PKGBUILD)
Deleted:
  python-egenix-mx-base/repos/extra-i686/PKGBUILD
  python-egenix-mx-base/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-08 07:46:16 UTC (rev 245519)
+++ extra-i686/PKGBUILD 2015-09-08 07:46:42 UTC (rev 245520)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-egenix-mx-base
-pkgname=('python2-egenix-mx-base')
-pkgver=3.2.8
-pkgrel=1
-pkgdesc="A collection of Python tools"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.egenix.com/products/python/mxBase/;
-makedepends=('python2')
-conflicts=('python-egenix-mx-base<=3.2.4-1')
-replaces=('python-egenix-mx-base<=3.2.4-1')
-source=(http://downloads.egenix.com/python/egenix-mx-base-${pkgver}.tar.gz{,.asc})
-sha1sums=('74eb61edf6bdd67969dae987d0450333893d3160'
-  'SKIP')
-
-prepare() {
-  cd egenix-mx-base-${pkgver}
-  find . -name \*.py -exec sed -i -e "s|^#!.*python|#!/usr/bin/python2|" {} \;
-}
-
-build() {
-  cd egenix-mx-base-${pkgver}
-  python2 setup.py build
-}
-
-package_python2-egenix-mx-base() {
-  depends=('python2')
-
-  cd egenix-mx-base-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
-  chmod 644 
"${pkgdir}"/usr/lib/python2.7/site-packages/mx/{URL/Doc/mxURL.pdf,DateTime/Doc/mxDateTime.pdf}
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-egenix-mx-base/repos/extra-i686/PKGBUILD (from rev 245519, 
python-egenix-mx-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-08 07:46:42 UTC (rev 245520)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-egenix-mx-base
+pkgname=('python2-egenix-mx-base')
+pkgver=3.2.9
+pkgrel=1
+pkgdesc="A collection of Python tools"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.egenix.com/products/python/mxBase/;
+makedepends=('python2-setuptools')
+conflicts=('python-egenix-mx-base<=3.2.4-1')
+replaces=('python-egenix-mx-base<=3.2.4-1')
+source=(http://downloads.egenix.com/python/egenix-mx-base-${pkgver}.tar.gz)
+sha1sums=('7bce0d094e3e95376d921217ddf44d4491e8c96f')
+
+prepare() {
+  cd egenix-mx-base-${pkgver}
+  find . -name \*.py -exec sed -i -e "s|^#!.*python|#!/usr/bin/python2|" {} \;
+}
+
+build() {
+  cd egenix-mx-base-${pkgver}
+  python2 setup.py build
+}
+
+package_python2-egenix-mx-base() {
+  depends=('python2')
+
+  cd egenix-mx-base-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  chmod 644 
"${pkgdir}"/usr/lib/python2.7/site-packages/mx/{URL/Doc/mxURL.pdf,DateTime/Doc/mxDateTime.pdf}
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-08 07:46:16 UTC (rev 245519)
+++ extra-x86_64/PKGBUILD   2015-09-08 07:46:42 UTC (rev 245520)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-egenix-mx-base
-pkgname=('python2-egenix-mx-base')
-pkgver=3.2.8
-pkgrel=1
-pkgdesc="A collection of Python tools"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.egenix.com/products/python/mxBase/;
-makedepends=('python2')
-conflicts=('python-egenix-mx-base<=3.2.4-1')
-replaces=('python-egenix-mx-base<=3.2.4-1')
-source=(http://downloads.egenix.com/python/egenix-mx-base-${pkgver}.tar.gz{,.asc})
-sha1sums=('74eb61edf6bdd67969dae987d0450333893d3160'
-  'SKIP')
-
-prepare() {
-  cd egenix-mx-base-${pkgver}
-  find . -name \*.py -exec sed -i -e "s|^#!.*python|#!/usr/bin/python2|" {} \;
-}
-
-build() {
-  cd egenix-mx-base-${pkgver}
-  python2 setup.py build
-}
-
-package_python2-egenix-mx-base() {
-  depends=('python2')
-
-  cd 

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 09:45:45
  Author: fyan
Revision: 245517

upgpkg: libirman 0.4.6-1

Modified:
  libirman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 07:23:32 UTC (rev 245516)
+++ PKGBUILD2015-09-08 07:45:45 UTC (rev 245517)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libirman
-pkgver=0.4.5
-pkgrel=4
+pkgver=0.4.6
+pkgrel=1
 pkgdesc="Irman driver lcd library"
 arch=('i686' 'x86_64')
 url="http://www.lirc.org;
@@ -11,7 +11,7 @@
 backup=('etc/irman.conf')
 depends=('glibc')
 source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4a2708d53b6c79659c073cfefed57f78')
+md5sums=('11e8fe44c78ee615efd4d13b6cee1626')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-09-08 Thread Bartłomiej Piotrowski
Date: Tuesday, September 8, 2015 @ 11:50:42
  Author: bpiotrowski
Revision: 139587

Update download URL and remove documentation

Modified:
  algol68g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 09:48:01 UTC (rev 139586)
+++ PKGBUILD2015-09-08 09:50:42 UTC (rev 139587)
@@ -11,12 +11,10 @@
 license=('GPL')
 depends=('gsl' 'plotutils')
 optdepends=('postgresql-libs: for postgresql support')
-source=("http://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz;
-   'plotutils.patch'
-   'http://www.xs4all.nl/~jmvdveer/a68gdoc.pdf')
+source=("https://distfiles.macports.org/algol68g/algol68g-$pkgver.tar.gz;
+'plotutils.patch')
 sha256sums=('0c6fc7213f5a00f978faef2d09622d2c3ee01c87594dd6f5c51cd532b719861a'
-'50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa'
-'74e2cf28074a7588608209de1a38faec7649e4f8d341ea914ea613ce167aed19')
+'50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -35,7 +33,6 @@
   cd "$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir" docdir="/usr/share/doc/$pkgname" install
-  install "$srcdir/a68gdoc.pdf" "$pkgdir/usr/share/doc/$pkgname"
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 11:52:00
  Author: foutrelis
Revision: 139588

ncurses 6.0 rebuild.

Modified:
  algol68g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 09:50:42 UTC (rev 139587)
+++ PKGBUILD2015-09-08 09:52:00 UTC (rev 139588)
@@ -4,7 +4,7 @@
 
 pkgname=algol68g
 pkgver=2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Algol 68 Genie, an Algol 68 compiler-interpreter'
 arch=('x86_64' 'i686')
 url='http://www.xs4all.nl/~jmvdveer/algol.html'


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

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 11:52:07
  Author: foutrelis
Revision: 139589

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

Added:
  algol68g/repos/community-staging-i686/
  algol68g/repos/community-staging-i686/PKGBUILD
(from rev 139588, algol68g/trunk/PKGBUILD)
  algol68g/repos/community-staging-i686/plotutils.patch
(from rev 139588, algol68g/trunk/plotutils.patch)
  algol68g/repos/community-staging-x86_64/
  algol68g/repos/community-staging-x86_64/PKGBUILD
(from rev 139588, algol68g/trunk/PKGBUILD)
  algol68g/repos/community-staging-x86_64/plotutils.patch
(from rev 139588, algol68g/trunk/plotutils.patch)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/plotutils.patch   |   20 +++
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/plotutils.patch |   20 +++
 4 files changed, 116 insertions(+)

Copied: algol68g/repos/community-staging-i686/PKGBUILD (from rev 139588, 
algol68g/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-08 09:52:07 UTC (rev 139589)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: karolina.lindqv...@kramnet.se
+
+pkgname=algol68g
+pkgver=2.8
+pkgrel=2
+pkgdesc='Algol 68 Genie, an Algol 68 compiler-interpreter'
+arch=('x86_64' 'i686')
+url='http://www.xs4all.nl/~jmvdveer/algol.html'
+license=('GPL')
+depends=('gsl' 'plotutils')
+optdepends=('postgresql-libs: for postgresql support')
+source=("https://distfiles.macports.org/algol68g/algol68g-$pkgver.tar.gz;
+'plotutils.patch')
+sha256sums=('0c6fc7213f5a00f978faef2d09622d2c3ee01c87594dd6f5c51cd532b719861a'
+'50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -p1 -i ../plotutils.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" docdir="/usr/share/doc/$pkgname" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: algol68g/repos/community-staging-i686/plotutils.patch (from rev 139588, 
algol68g/trunk/plotutils.patch)
===
--- community-staging-i686/plotutils.patch  (rev 0)
+++ community-staging-i686/plotutils.patch  2015-09-08 09:52:07 UTC (rev 
139589)
@@ -0,0 +1,20 @@
+--- ./source/plotutils.c.orig  2012-04-05 00:44:52.0 +0200
 ./source/plotutils.c   2012-04-28 05:27:04.0 +0200
+@@ -1018,7 +1018,7 @@
+ X_COORD ( (f)) = 0;
+ Y_COORD ( (f)) = 0;
+ return (PLOTTER ( (f)));
+-  } else if (!strcmp (device_type, "gif")) {
++  } else if (!strcmp (device_type, "gif") || !strcmp (device_type, "png")) {
+ /*+
+ | Supported plotter type - pseudo GIF |
+ +*/
+@@ -1059,7 +1059,7 @@
+ (void) pl_setplparam (PLOTTER_PARAMS ( (f)), "BITMAPSIZE", size);
+ (void) pl_setplparam (PLOTTER_PARAMS ( (f)), "BG_COLOR", (void *) 
"black");
+ (void) pl_setplparam (PLOTTER_PARAMS ( (f)), "GIF_ANIMATION", 
(void *) "no");
+-PLOTTER ( (f)) = pl_newpl_r ("gif", NULL, STREAM ( (f)), 
stderr, PLOTTER_PARAMS ( (f)));
++PLOTTER ( (f)) = pl_newpl_r (device_type, NULL, STREAM ( 
(f)), stderr, PLOTTER_PARAMS ( (f)));
+ if (PLOTTER ( (f)) == NULL) {
+   diagnostic_node (A68_RUNTIME_ERROR, p, ERROR_DEVICE_CANNOT_OPEN);
+   exit_genie (p, A68_RUNTIME_ERROR);

Copied: algol68g/repos/community-staging-x86_64/PKGBUILD (from rev 139588, 
algol68g/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-08 09:52:07 UTC (rev 139589)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: karolina.lindqv...@kramnet.se
+
+pkgname=algol68g
+pkgver=2.8
+pkgrel=2
+pkgdesc='Algol 68 Genie, an Algol 68 compiler-interpreter'
+arch=('x86_64' 'i686')
+url='http://www.xs4all.nl/~jmvdveer/algol.html'
+license=('GPL')
+depends=('gsl' 'plotutils')
+optdepends=('postgresql-libs: for postgresql support')
+source=("https://distfiles.macports.org/algol68g/algol68g-$pkgver.tar.gz;
+'plotutils.patch')
+sha256sums=('0c6fc7213f5a00f978faef2d09622d2c3ee01c87594dd6f5c51cd532b719861a'
+'50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -p1 -i ../plotutils.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make 

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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 12:34:34
  Author: tredaelli
Revision: 139594

upgpkg: qbittorrent 3.2.3-1

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 10:21:06 UTC (rev 139593)
+++ PKGBUILD2015-09-08 10:34:34 UTC (rev 139594)
@@ -7,7 +7,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=qbittorrent
-pkgver=3.2.1
+pkgver=3.2.3
 pkgrel=1
 pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 optdepends=('python: needed for torrent search tab')
 install=$pkgname.install
 
source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
-sha256sums=('e54221ccfc017f95e875947631f313a151cd1f5dd03be5bfd715b44aeb194889')
+sha256sums=('86a79f3772bd06736a4be104180187d76c5c8feb2c1cdf1054135b4ba602a914')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:57:01
  Author: foutrelis
Revision: 139598

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

Added:
  xemacs/repos/community-staging-i686/
  xemacs/repos/community-staging-i686/PKGBUILD
(from rev 139597, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-i686/xemacs-c11.patch
(from rev 139597, xemacs/trunk/xemacs-c11.patch)
  xemacs/repos/community-staging-i686/xemacs.desktop
(from rev 139597, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-i686/xemacs.install
(from rev 139597, xemacs/trunk/xemacs.install)
  xemacs/repos/community-staging-x86_64/
  xemacs/repos/community-staging-x86_64/PKGBUILD
(from rev 139597, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-x86_64/xemacs-c11.patch
(from rev 139597, xemacs/trunk/xemacs-c11.patch)
  xemacs/repos/community-staging-x86_64/xemacs.desktop
(from rev 139597, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-x86_64/xemacs.install
(from rev 139597, xemacs/trunk/xemacs.install)

---+
 community-staging-i686/PKGBUILD   |   64 
 community-staging-i686/xemacs-c11.patch   |   33 ++
 community-staging-i686/xemacs.desktop |   34 ++
 community-staging-i686/xemacs.install |   35 +++
 community-staging-x86_64/PKGBUILD |   64 
 community-staging-x86_64/xemacs-c11.patch |   33 ++
 community-staging-x86_64/xemacs.desktop   |   34 ++
 community-staging-x86_64/xemacs.install   |   35 +++
 8 files changed, 332 insertions(+)

Copied: xemacs/repos/community-staging-i686/PKGBUILD (from rev 139597, 
xemacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-08 11:57:01 UTC (rev 139598)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: juergen 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=xemacs
+pkgver=21.5.33
+pkgrel=6
+pkgdesc="An highly customizable open source text editor and application 
development system forked from GNU Emacs"
+arch=('i686' 'x86_64')
+url="http://www.xemacs.org/;
+license=('GPL')
+depends=('libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 
'giflib')
+optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the interface'
+'xorg-fonts-100dpi: X bitmap fonts needed for the interface')
+makedepends=('xbitmaps')
+install=$pkgname.install
+source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
+xemacs.desktop
+xemacs-c11.patch)
+sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34'
+'ea948edf003a2fb5a8f922fea20474e1ca79cd6168fc217d07b780e4a331fe85')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np0 -i ../xemacs-c11.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --build="${CHOST}" --prefix=/usr --with-dynamic \
+  --without-postgresql --with-athena=xaw \
+  --with-database=gdbm --without-ldap \
+  --enable-menubars=lucid --enable-scrollbars=lucid \
+  --enable-widgets=athena --enable-dialogs=athena \
+  --enable-external-widget \
+  --with-jpeg --with-png --with-tiff \
+  --with-ncurses --with-pop --with-xfs --disable-sound \
+  --infodir=/usr/share/info \
+  --with-mule \
+  --mandir=/usr/share/man/man1
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man/man1" 
infodir="${pkgdir}/usr/share/info" install gzip-el
+
+  rm "${pkgdir}"/usr/bin/{b2m,ctags,etags}
+  rm "${pkgdir}"/usr/share/man/man1/{ctags.1,etags.1}
+
+  # fix  FS#7927
+  install -d -m755 "${pkgdir}/usr/share/pixmaps"
+  install -D -m644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
"${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm"
+
+  # correct permissions
+  chown -R root:root "${pkgdir}"
+
+  rm 
"${pkgdir}"/usr/share/info/{info.info,texinfo.info-2,texinfo.info-3,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info}
+}

Copied: xemacs/repos/community-staging-i686/xemacs-c11.patch (from rev 139597, 
xemacs/trunk/xemacs-c11.patch)
===
--- community-staging-i686/xemacs-c11.patch (rev 0)
+++ community-staging-i686/xemacs-c11.patch 2015-09-08 11:57:01 UTC (rev 
139598)
@@ -0,0 +1,33 @@
+--- src/lisp.h.orig2014-06-05 09:02:17.0 -0600
 src/lisp.h 

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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 12:34:44
  Author: tredaelli
Revision: 139595

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

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

--+
 /PKGBUILD|   70 +
 /qbittorrent.install |   26 
 community-i686/PKGBUILD  |   35 
 community-i686/qbittorrent.install   |   13 --
 community-x86_64/PKGBUILD|   35 
 community-x86_64/qbittorrent.install |   13 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 10:34:34 UTC (rev 139594)
+++ community-i686/PKGBUILD 2015-09-08 10:34:44 UTC (rev 139595)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgname=qbittorrent
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org;
-license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qjson')
-makedepends=('boost')
-optdepends=('python: needed for torrent search tab')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
-sha256sums=('e54221ccfc017f95e875947631f313a151cd1f5dd03be5bfd715b44aeb194889')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --with-qjson=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 139594, 
qbittorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 10:34:44 UTC (rev 139595)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgname=qbittorrent
+pkgver=3.2.3
+pkgrel=1
+pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org;
+license=('custom' 'GPL')
+depends=('libtorrent-rasterbar' 'qjson')
+makedepends=('boost')
+optdepends=('python: needed for torrent search tab')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
+sha256sums=('86a79f3772bd06736a4be104180187d76c5c8feb2c1cdf1054135b4ba602a914')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-qjson=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-i686/qbittorrent.install
===
--- community-i686/qbittorrent.install  2015-09-08 10:34:34 UTC (rev 139594)
+++ community-i686/qbittorrent.install  2015-09-08 10:34:44 UTC (rev 139595)
@@ -1,13 +0,0 @@
-
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qbittorrent/repos/community-i686/qbittorrent.install (from rev 139594, 
qbittorrent/trunk/qbittorrent.install)
===
--- community-i686/qbittorrent.install  (rev 0)
+++ community-i686/qbittorrent.install  2015-09-08 10:34:44 UTC (rev 139595)
@@ -0,0 +1,13 @@
+
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+

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

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:13:00
  Author: foutrelis
Revision: 245523

ncurses 6.0 rebuild.

Modified:
  inetutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 09:12:03 UTC (rev 245522)
+++ PKGBUILD2015-09-08 11:13:00 UTC (rev 245523)
@@ -3,7 +3,7 @@
 
 pkgname=inetutils
 pkgver=1.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of common network programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/inetutils/;


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

2015-09-08 Thread Sergej Pupykin
Date: Tuesday, September 8, 2015 @ 14:47:02
  Author: spupykin
Revision: 139600

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 139599, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 139599, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 139599, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 139599, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 139599, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 139599, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 139599, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 139599, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 139599, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 139599, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 139599, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 139599, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   62 
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   44 ++
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   31 
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   22 ---
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   31 
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   22 ---
 18 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 12:46:36 UTC (rev 139599)
+++ community-i686/PKGBUILD 2015-09-08 12:47:02 UTC (rev 139600)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx 
-
-pkgname=redis
-pkgver=3.0.3
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('76725490d6168cfb4b0ce014b89d4b54'
- 'afa0f4a9000c26c3323e83fe34883e23'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'b1beae6954b780da261b4056fd7f918a'
- '2ae176578f538e37a67a463258302bc6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service 

[arch-commits] Commit in inetutils/repos (36 files)

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:19:44
  Author: foutrelis
Revision: 245524

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

Added:
  inetutils/repos/staging-i686/
  inetutils/repos/staging-i686/PKGBUILD
(from rev 245523, inetutils/trunk/PKGBUILD)
  inetutils/repos/staging-i686/ftpd.service
(from rev 245523, inetutils/trunk/ftpd.service)
  inetutils/repos/staging-i686/inetutils.install
(from rev 245523, inetutils/trunk/inetutils.install)
  inetutils/repos/staging-i686/rlogin.pam
(from rev 245523, inetutils/trunk/rlogin.pam)
  inetutils/repos/staging-i686/rlogin.socket
(from rev 245523, inetutils/trunk/rlogin.socket)
  inetutils/repos/staging-i686/rlogin.xinetd
(from rev 245523, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/staging-i686/rlogin@.service
(from rev 245523, inetutils/trunk/rlogin@.service)
  inetutils/repos/staging-i686/rsh.pam
(from rev 245523, inetutils/trunk/rsh.pam)
  inetutils/repos/staging-i686/rsh.socket
(from rev 245523, inetutils/trunk/rsh.socket)
  inetutils/repos/staging-i686/rsh.xinetd
(from rev 245523, inetutils/trunk/rsh.xinetd)
  inetutils/repos/staging-i686/rsh@.service
(from rev 245523, inetutils/trunk/rsh@.service)
  inetutils/repos/staging-i686/talk.service
(from rev 245523, inetutils/trunk/talk.service)
  inetutils/repos/staging-i686/talk.socket
(from rev 245523, inetutils/trunk/talk.socket)
  inetutils/repos/staging-i686/talk.xinetd
(from rev 245523, inetutils/trunk/talk.xinetd)
  inetutils/repos/staging-i686/telnet.socket
(from rev 245523, inetutils/trunk/telnet.socket)
  inetutils/repos/staging-i686/telnet.xinetd
(from rev 245523, inetutils/trunk/telnet.xinetd)
  inetutils/repos/staging-i686/telnet@.service
(from rev 245523, inetutils/trunk/telnet@.service)
  inetutils/repos/staging-x86_64/
  inetutils/repos/staging-x86_64/PKGBUILD
(from rev 245523, inetutils/trunk/PKGBUILD)
  inetutils/repos/staging-x86_64/ftpd.service
(from rev 245523, inetutils/trunk/ftpd.service)
  inetutils/repos/staging-x86_64/inetutils.install
(from rev 245523, inetutils/trunk/inetutils.install)
  inetutils/repos/staging-x86_64/rlogin.pam
(from rev 245523, inetutils/trunk/rlogin.pam)
  inetutils/repos/staging-x86_64/rlogin.socket
(from rev 245523, inetutils/trunk/rlogin.socket)
  inetutils/repos/staging-x86_64/rlogin.xinetd
(from rev 245523, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/staging-x86_64/rlogin@.service
(from rev 245523, inetutils/trunk/rlogin@.service)
  inetutils/repos/staging-x86_64/rsh.pam
(from rev 245523, inetutils/trunk/rsh.pam)
  inetutils/repos/staging-x86_64/rsh.socket
(from rev 245523, inetutils/trunk/rsh.socket)
  inetutils/repos/staging-x86_64/rsh.xinetd
(from rev 245523, inetutils/trunk/rsh.xinetd)
  inetutils/repos/staging-x86_64/rsh@.service
(from rev 245523, inetutils/trunk/rsh@.service)
  inetutils/repos/staging-x86_64/talk.service
(from rev 245523, inetutils/trunk/talk.service)
  inetutils/repos/staging-x86_64/talk.socket
(from rev 245523, inetutils/trunk/talk.socket)
  inetutils/repos/staging-x86_64/talk.xinetd
(from rev 245523, inetutils/trunk/talk.xinetd)
  inetutils/repos/staging-x86_64/telnet.socket
(from rev 245523, inetutils/trunk/telnet.socket)
  inetutils/repos/staging-x86_64/telnet.xinetd
(from rev 245523, inetutils/trunk/telnet.xinetd)
  inetutils/repos/staging-x86_64/telnet@.service
(from rev 245523, inetutils/trunk/telnet@.service)

--+
 staging-i686/PKGBUILD|   90 +
 staging-i686/ftpd.service|   12 
 staging-i686/inetutils.install   |   24 +
 staging-i686/rlogin.pam  |   13 +
 staging-i686/rlogin.socket   |9 +++
 staging-i686/rlogin.xinetd   |   10 
 staging-i686/rlogin@.service |7 ++
 staging-i686/rsh.pam |   11 
 staging-i686/rsh.socket  |9 +++
 staging-i686/rsh.xinetd  |   10 
 staging-i686/rsh@.service|7 ++
 staging-i686/talk.service|   12 
 staging-i686/talk.socket |9 +++
 staging-i686/talk.xinetd |   10 
 staging-i686/telnet.socket   |   10 
 staging-i686/telnet.xinetd   |   10 
 staging-i686/telnet@.service |7 ++
 staging-x86_64/PKGBUILD  |   90 +
 staging-x86_64/ftpd.service  |   12 
 staging-x86_64/inetutils.install |   24 +
 staging-x86_64/rlogin.pam|   13 +
 staging-x86_64/rlogin.socket |9 +++
 staging-x86_64/rlogin.xinetd |   10 
 staging-x86_64/rlogin@.service   |7 ++
 staging-x86_64/rsh.pam   |   11 
 staging-x86_64/rsh.socket|9 +++
 staging-x86_64/rsh.xinetd|   10 
 staging-x86_64/rsh@.service  |7 ++
 staging-x86_64/talk.service  |   12 
 staging-x86_64/talk.socket   |9 +++
 

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

2015-09-08 Thread Sergej Pupykin
Date: Tuesday, September 8, 2015 @ 12:20:53
  Author: spupykin
Revision: 139592

upgpkg: pwsafe 20150908-1

upd

Modified:
  pwsafe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 09:54:34 UTC (rev 139591)
+++ PKGBUILD2015-09-08 10:20:53 UTC (rev 139592)
@@ -3,33 +3,38 @@
 # Maintainer: Vesa Kaihlavirta <ve...@iki.fi>
 
 pkgname=pwsafe
-pkgver=0.2.0
-pkgrel=9
+pkgver=20150908
+pkgrel=1
 pkgdesc="A commandline program for managing encrypted password databases"
 arch=('i686' 'x86_64')
-url="http://nsd.dyndns.org/pwsafe/;
+url="https://github.com/nsd20463/pwsafe;
 license=('GPL')
-depends=('openssl' 'libxmu' 'readline')
-source=(${url}/releases/${pkgname}-${pkgver}.tar.gz
+depends=('openssl' 'libxmu')
+makedepends=('git')
+source=("git://github.com/nsd20463/pwsafe.git"
pwsafe-XChangeProperty.patch)
-md5sums=('4bb36538a2772ecbf1a542bc7d4746c0'
+md5sums=('SKIP'
  'cff6aee2e43f5fbe82e8cd7ccfefb099')
 
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
+prepare() {
+  cd ${srcdir}/${pkgname}
   # Patch from fedora, fixes FS#28339
   patch -Np0 -i ../pwsafe-XChangeProperty.patch
+}
 
+build() {
+  cd ${srcdir}/${pkgname}
+  aclocal
+  autoheader
+  automake --add-missing
+  autoconf
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
+  cd ${srcdir}/${pkgname}
   make DESTDIR=${pkgdir} install
-
   # Make pwsafe suid root so it can seed rng as a user
   chmod +s ${pkgdir}/usr/bin/pwsafe
 }


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

2015-09-08 Thread Sergej Pupykin
Date: Tuesday, September 8, 2015 @ 12:21:06
  Author: spupykin
Revision: 139593

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

Added:
  pwsafe/repos/community-i686/PKGBUILD
(from rev 139592, pwsafe/trunk/PKGBUILD)
  pwsafe/repos/community-i686/pwsafe-XChangeProperty.patch
(from rev 139592, pwsafe/trunk/pwsafe-XChangeProperty.patch)
  pwsafe/repos/community-x86_64/PKGBUILD
(from rev 139592, pwsafe/trunk/PKGBUILD)
  pwsafe/repos/community-x86_64/pwsafe-XChangeProperty.patch
(from rev 139592, pwsafe/trunk/pwsafe-XChangeProperty.patch)
Deleted:
  pwsafe/repos/community-i686/PKGBUILD
  pwsafe/repos/community-i686/pwsafe-XChangeProperty.patch
  pwsafe/repos/community-x86_64/PKGBUILD
  pwsafe/repos/community-x86_64/pwsafe-XChangeProperty.patch

---+
 /PKGBUILD |   80 
 /pwsafe-XChangeProperty.patch |   40 
 community-i686/PKGBUILD   |   35 --
 community-i686/pwsafe-XChangeProperty.patch   |   20 --
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/pwsafe-XChangeProperty.patch |   20 --
 6 files changed, 120 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 10:20:53 UTC (rev 139592)
+++ community-i686/PKGBUILD 2015-09-08 10:21:06 UTC (rev 139593)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Maintainer: Vesa Kaihlavirta <ve...@iki.fi>
-
-pkgname=pwsafe
-pkgver=0.2.0
-pkgrel=9
-pkgdesc="A commandline program for managing encrypted password databases"
-arch=('i686' 'x86_64')
-url="http://nsd.dyndns.org/pwsafe/;
-license=('GPL')
-depends=('openssl' 'libxmu' 'readline')
-source=(${url}/releases/${pkgname}-${pkgver}.tar.gz
-   pwsafe-XChangeProperty.patch)
-md5sums=('4bb36538a2772ecbf1a542bc7d4746c0'
- 'cff6aee2e43f5fbe82e8cd7ccfefb099')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Patch from fedora, fixes FS#28339
-  patch -Np0 -i ../pwsafe-XChangeProperty.patch
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # Make pwsafe suid root so it can seed rng as a user
-  chmod +s ${pkgdir}/usr/bin/pwsafe
-}

Copied: pwsafe/repos/community-i686/PKGBUILD (from rev 139592, 
pwsafe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 10:21:06 UTC (rev 139593)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer: Vesa Kaihlavirta <ve...@iki.fi>
+
+pkgname=pwsafe
+pkgver=20150908
+pkgrel=1
+pkgdesc="A commandline program for managing encrypted password databases"
+arch=('i686' 'x86_64')
+url="https://github.com/nsd20463/pwsafe;
+license=('GPL')
+depends=('openssl' 'libxmu')
+makedepends=('git')
+source=("git://github.com/nsd20463/pwsafe.git"
+   pwsafe-XChangeProperty.patch)
+md5sums=('SKIP'
+ 'cff6aee2e43f5fbe82e8cd7ccfefb099')
+
+prepare() {
+  cd ${srcdir}/${pkgname}
+  # Patch from fedora, fixes FS#28339
+  patch -Np0 -i ../pwsafe-XChangeProperty.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+  aclocal
+  autoheader
+  automake --add-missing
+  autoconf
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+  # Make pwsafe suid root so it can seed rng as a user
+  chmod +s ${pkgdir}/usr/bin/pwsafe
+}

Deleted: community-i686/pwsafe-XChangeProperty.patch
===
--- community-i686/pwsafe-XChangeProperty.patch 2015-09-08 10:20:53 UTC (rev 
139592)
+++ community-i686/pwsafe-XChangeProperty.patch 2015-09-08 10:21:06 UTC (rev 
139593)
@@ -1,20 +0,0 @@
-Index: pwsafe.cpp
-===
-RCS file: /cvsroot/pwsafe/pwsafe/pwsafe.cpp,v
-retrieving revision 1.57
-diff -u -r1.57 pwsafe.cpp
 pwsafe.cpp 12 Aug 2007 12:33:06 -  1.57
-+++ pwsafe.cpp 5 Jan 2011 22:16:43 -
-@@ -1820,10 +1820,10 @@
- if (xev.xselectionrequest.target == XA_TARGETS(xdisplay)) {
-   // tell them what we can supply
-   const Atom targets[] = { XA_TARGETS(xdisplay), 
XA_TIMESTAMP(xdisplay), XA_TEXT(xdisplay), XA_STRING };
--  XChangeProperty(xdisplay, xev.xselectionrequest.requestor, 
prop, XA_TARGETS(xdisplay), 32, PropModeReplace, reinterpret_cast(), sizeof(targets)/sizeof(targets[0]));
-+  XChangeProperty(xdisplay, xev.xselectionrequest.requestor, 
prop, XA_ATOM, 32, PropM

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

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:26:00
  Author: foutrelis
Revision: 245525

Add patch from Debian to fix build failure

Added:
  isdn4k-utils/trunk/gnu89-inline.patch
Modified:
  isdn4k-utils/trunk/PKGBUILD
Deleted:
  isdn4k-utils/trunk/isdn4k-utils-3.25-build.patch
  isdn4k-utils/trunk/isdn4k-utils-3.2p1-build.patch

+
 PKGBUILD   |3 
 gnu89-inline.patch |   18 
 isdn4k-utils-3.25-build.patch  |   18 
 isdn4k-utils-3.2p1-build.patch | 2028 ---
 4 files changed, 21 insertions(+), 2046 deletions(-)

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


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

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:41:07
  Author: foutrelis
Revision: 245526

ncurses 6.0 rebuild.

Modified:
  isdn4k-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 11:26:00 UTC (rev 245525)
+++ PKGBUILD2015-09-08 11:41:07 UTC (rev 245526)
@@ -4,7 +4,7 @@
 
 pkgname=isdn4k-utils
 pkgver=3.27
-pkgrel=1
+pkgrel=2
 pkgdesc="User space administration programs and tools for ISDN"
 arch=('i686' 'x86_64')
 url="http://www.isdn4linux.de/;


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

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:42:02
  Author: foutrelis
Revision: 245527

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

Added:
  isdn4k-utils/repos/staging-i686/
  isdn4k-utils/repos/staging-i686/PKGBUILD
(from rev 245526, isdn4k-utils/trunk/PKGBUILD)
  isdn4k-utils/repos/staging-i686/config
(from rev 245526, isdn4k-utils/trunk/config)
  isdn4k-utils/repos/staging-i686/gnu89-inline.patch
(from rev 245526, isdn4k-utils/trunk/gnu89-inline.patch)
  isdn4k-utils/repos/staging-i686/va_list.patch
(from rev 245526, isdn4k-utils/trunk/va_list.patch)
  isdn4k-utils/repos/staging-x86_64/
  isdn4k-utils/repos/staging-x86_64/PKGBUILD
(from rev 245526, isdn4k-utils/trunk/PKGBUILD)
  isdn4k-utils/repos/staging-x86_64/config
(from rev 245526, isdn4k-utils/trunk/config)
  isdn4k-utils/repos/staging-x86_64/gnu89-inline.patch
(from rev 245526, isdn4k-utils/trunk/gnu89-inline.patch)
  isdn4k-utils/repos/staging-x86_64/va_list.patch
(from rev 245526, isdn4k-utils/trunk/va_list.patch)

---+
 staging-i686/PKGBUILD |   55 +++
 staging-i686/config   |  102 
 staging-i686/gnu89-inline.patch   |   18 ++
 staging-i686/va_list.patch|   21 +++
 staging-x86_64/PKGBUILD   |   55 +++
 staging-x86_64/config |  102 
 staging-x86_64/gnu89-inline.patch |   18 ++
 staging-x86_64/va_list.patch  |   21 +++
 8 files changed, 392 insertions(+)

Copied: isdn4k-utils/repos/staging-i686/PKGBUILD (from rev 245526, 
isdn4k-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-08 11:42:02 UTC (rev 245527)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Dennis "Gyroplast" Herbrich ,  dorphell 

+# Maintainer: Tobias Powalowski 
+
+pkgname=isdn4k-utils
+pkgver=3.27
+pkgrel=2
+pkgdesc="User space administration programs and tools for ISDN"
+arch=('i686' 'x86_64')
+url="http://www.isdn4linux.de/;
+license=('GPL')
+makedepends=('git')
+depends=('ncurses' 'sh') 
+backup=(etc/isdn/{callerid.conf,isdn.conf,rate.conf,isdnlog.isdnctrl0.options})
+options=('!makeflags')
+source=(isdn4k-utils::git+git://git.misdn.eu/isdn4k-utils.git#tag=v${pkgver}
+config
+gnu89-inline.patch
+va_list.patch)
+replaces=('capi4k-utils')
+md5sums=('SKIP'
+ 'ea3c71054234f9ef6bcf9325e36c4a38'
+ '165084a9096cc1ad043cc00a5cc05c0b'
+ '81709ee10336a2df684a5398f42ef514')
+
+prepare() {
+  CPPFLAGS="$CPPFLAGS -O2"
+  cd $srcdir/$pkgname
+  patch -Np1 -i $srcdir/gnu89-inline.patch
+  patch -Np1 -i $srcdir/va_list.patch
+  cp $srcdir/config ./.config
+  cd capiinfo
+  aclocal
+  automake --add-missing
+  autoreconf
+  cd $srcdir/$pkgname
+  cd capifax
+  aclocal 
+  automake --add-missing
+  autoreconf
+  cd $srcdir/$pkgname
+  make subconfig
+}
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -dm755 $pkgdir/usr/bin
+  make DESTDIR=$pkgdir install
+  chmod 755 $pkgdir/usr/bin/*
+}

Copied: isdn4k-utils/repos/staging-i686/config (from rev 245526, 
isdn4k-utils/trunk/config)
===
--- staging-i686/config (rev 0)
+++ staging-i686/config 2015-09-08 11:42:02 UTC (rev 245527)
@@ -0,0 +1,102 @@
+#
+# Automatically generated by make menuconfig: don't edit
+#
+
+#
+# Code maturity level options
+#
+CONFIG_EXPERIMENTAL=y
+
+#
+# General configuration
+#
+# CONFIG_BUILDX11 is not set
+CONFIG_KERNELDIR='/usr/src/linux'
+CONFIG_BINDIR='/usr/bin'
+CONFIG_SBINDIR='/usr/bin'
+CONFIG_LIBDIR='/usr/lib'
+CONFIG_MANDIR='/usr/share/man'
+CONFIG_RUNDIR='/var/run'
+CONFIG_LOCKDIR='/var/lock'
+CONFIG_LOCKFILE='LCK..'
+CONFIG_I4LCONFDIR='/etc/isdn'
+CONFIG_CONFFILE='isdn.conf'
+CONFIG_CALLERIDFILE='callerid.conf'
+CONFIG_USERCONFFILE='~/.isdn'
+CONFIG_COUNTRYCODE='49'
+CONFIG_AREACODE=''
+CONFIG_COUNTRY_PREFIX='+'
+CONFIG_AREA_PREFIX='0'
+CONFIG_DATADIR='/usr/lib/isdn'
+CONFIG_LIB_AREACODE=y
+
+
+#
+# Runtime configuration tools
+#
+CONFIG_ISDNCTRL=y
+CONFIG_ISDNCTRL_CONF=y
+CONFIG_ISDNCTRL_TIMRU=y
+CONFIG_IPROFD=y
+
+#
+# Card configuration tools
+#
+# CONFIG_TELESCTRL is not set
+CONFIG_HISAXCTRL=y
+CONFIG_ICNCTRL=y
+# CONFIG_ICNCTRL_DEBUG is not set
+CONFIG_PCBITCTL=y
+CONFIG_AVMCAPICTRL=y
+# CONFIG_LOOPCTRL is not set
+# CONFIG_LOOPCTRL_LOOPDIR='/usr/src/linux/drivers/isdn/isdnloop'
+# CONFIG_LOOPCTRL_DEBUG is not set
+
+
+#
+# Tools for monitoring activity
+#
+CONFIG_IMON=y
+CONFIG_IMONTTY=y
+CONFIG_ISDNLOG=y
+
+#
+# Options for isdnlog package
+#
+CONFIG_ISDNLOG_SERV_PORT=20011
+CONFIG_ISDNLOG_USERFILE='isdnlog.users'
+CONFIG_ISDNLOG_CHARGEFILE='charge.dat'

[arch-commits] Commit in xemacs/trunk (PKGBUILD xemacs-c11.patch)

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:56:40
  Author: foutrelis
Revision: 139596

Add patch from Fedora to fix build failure with GCC 5

Added:
  xemacs/trunk/xemacs-c11.patch
Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 xemacs-c11.patch |   33 +
 2 files changed, 42 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 10:34:44 UTC (rev 139595)
+++ PKGBUILD2015-09-08 11:56:40 UTC (rev 139596)
@@ -16,10 +16,17 @@
 makedepends=('xbitmaps')
 install=$pkgname.install
 source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
-xemacs.desktop)
+xemacs.desktop
+xemacs-c11.patch)
 sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
-'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34'
+'ea948edf003a2fb5a8f922fea20474e1ca79cd6168fc217d07b780e4a331fe85')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np0 -i ../xemacs-c11.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: xemacs-c11.patch
===
--- xemacs-c11.patch(rev 0)
+++ xemacs-c11.patch2015-09-08 11:56:40 UTC (rev 139596)
@@ -0,0 +1,33 @@
+--- src/lisp.h.orig2014-06-05 09:02:17.0 -0600
 src/lisp.h 2015-02-09 12:30:00.0 -0700
+@@ -1154,6 +1154,9 @@
+ 
+ /*  alignment definitions --- */
+ 
++#if (defined (__STDC_VERSION__) && __STDC_VERSION__ < 201112L) || \
++(defined (__cplusplus) && __cplusplus < 201103L) || \
++(! defined (__STDC_VERSION__) && ! defined (__cplusplus))
+ /* No type has a greater alignment requirement than max_align_t.
+(except perhaps for types we don't use, like long double) */
+ typedef union
+@@ -1163,6 +1166,7 @@
+   struct { void (*f)(void); } f;
+   struct { double d; } d;
+ } max_align_t;
++#endif
+ 
+ /* ALIGNOF returns the required alignment of a type -- i.e. a value such
+that data of this type must begin at a memory address which is a
+@@ -1170,7 +1174,11 @@
+as the type itself. */
+ 
+ #ifndef ALIGNOF
+-# if defined (__GNUC__) && (__GNUC__ >= 2)
++# if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
++#  define ALIGNOF(type) _Alignof(type)
++# elif defined (__cplusplus) && __cplusplus >= 201103L
++#  define ALIGNOF(type) alignof(type)
++# elif defined (__GNUC__) && (__GNUC__ >= 2)
+ /* gcc has an extension that gives us exactly what we want. */
+ #  define ALIGNOF(type) __alignof__ (type)
+ # elif ! defined (__cplusplus)


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

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:56:46
  Author: foutrelis
Revision: 139597

ncurses 6.0 rebuild.

Modified:
  xemacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 11:56:40 UTC (rev 139596)
+++ PKGBUILD2015-09-08 11:56:46 UTC (rev 139597)
@@ -5,7 +5,7 @@
 
 pkgname=xemacs
 pkgver=21.5.33
-pkgrel=5
+pkgrel=6
 pkgdesc="An highly customizable open source text editor and application 
development system forked from GNU Emacs"
 arch=('i686' 'x86_64')
 url="http://www.xemacs.org/;


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

2015-09-08 Thread Sergej Pupykin
Date: Tuesday, September 8, 2015 @ 14:46:36
  Author: spupykin
Revision: 139599

upgpkg: redis 3.0.4-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 11:57:01 UTC (rev 139598)
+++ PKGBUILD2015-09-08 12:46:36 UTC (rev 139599)
@@ -5,8 +5,8 @@
 # Contributor: nofxx 
 
 pkgname=redis
-pkgver=3.0.3
-pkgrel=2
+pkgver=3.0.4
+pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
 url='http://redis.io/'
@@ -20,7 +20,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('76725490d6168cfb4b0ce014b89d4b54'
+md5sums=('9e535dea3dc5301de012047bf3cca952'
  'afa0f4a9000c26c3323e83fe34883e23'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'b1beae6954b780da261b4056fd7f918a'


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

2015-09-08 Thread Sergej Pupykin
Date: Tuesday, September 8, 2015 @ 11:54:18
  Author: spupykin
Revision: 139590

upgpkg: libvirt-python 1.2.19-1

upd

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 09:52:07 UTC (rev 139589)
+++ PKGBUILD2015-09-08 09:54:18 UTC (rev 139590)
@@ -4,7 +4,7 @@
 
 pkgbase=libvirt-python
 pkgname=(libvirt-python libvirt-python3)
-pkgver=1.2.18
+pkgver=1.2.19
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('emptydirs')
 install="libvirt-python.install"
 source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
-md5sums=('a9bf7c4490f1dce5209897fc2a5d0e02')
+md5sums=('429e328028fc59b62404a4163004f2ae')
 
 package_libvirt-python() {
   depends=('python2' 'libvirt')


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

2015-09-08 Thread Sergej Pupykin
Date: Tuesday, September 8, 2015 @ 11:54:34
  Author: spupykin
Revision: 139591

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

Added:
  libvirt-python/repos/community-i686/PKGBUILD
(from rev 139590, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-i686/libvirt-python.install
(from rev 139590, libvirt-python/trunk/libvirt-python.install)
  libvirt-python/repos/community-x86_64/PKGBUILD
(from rev 139590, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-x86_64/libvirt-python.install
(from rev 139590, libvirt-python/trunk/libvirt-python.install)
Deleted:
  libvirt-python/repos/community-i686/PKGBUILD
  libvirt-python/repos/community-i686/libvirt-python.install
  libvirt-python/repos/community-x86_64/PKGBUILD
  libvirt-python/repos/community-x86_64/libvirt-python.install

-+
 /PKGBUILD   |   66 ++
 /libvirt-python.install |6 ++
 community-i686/PKGBUILD |   33 ---
 community-i686/libvirt-python.install   |3 -
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/libvirt-python.install |3 -
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 09:54:18 UTC (rev 139590)
+++ community-i686/PKGBUILD 2015-09-08 09:54:34 UTC (rev 139591)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=libvirt-python
-pkgname=(libvirt-python libvirt-python3)
-pkgver=1.2.18
-pkgrel=1
-pkgdesc="libvirt python binding"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/;
-license=('LGPL')
-makedepends=('python' 'python2' 'libvirt')
-options=('emptydirs')
-install="libvirt-python.install"
-source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
-md5sums=('a9bf7c4490f1dce5209897fc2a5d0e02')
-
-package_libvirt-python() {
-  depends=('python2' 'libvirt')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py clean
-  python2 setup.py install --root=$pkgdir
-}
-
-package_libvirt-python3() {
-  depends=('python' 'libvirt')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py clean
-  python setup.py install --root=$pkgdir
-}

Copied: libvirt-python/repos/community-i686/PKGBUILD (from rev 139590, 
libvirt-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 09:54:34 UTC (rev 139591)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=libvirt-python
+pkgname=(libvirt-python libvirt-python3)
+pkgver=1.2.19
+pkgrel=1
+pkgdesc="libvirt python binding"
+arch=('i686' 'x86_64')
+url="http://libvirt.org/;
+license=('LGPL')
+makedepends=('python' 'python2' 'libvirt')
+options=('emptydirs')
+install="libvirt-python.install"
+source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
+md5sums=('429e328028fc59b62404a4163004f2ae')
+
+package_libvirt-python() {
+  depends=('python2' 'libvirt')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py clean
+  python2 setup.py install --root=$pkgdir
+}
+
+package_libvirt-python3() {
+  depends=('python' 'libvirt')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py clean
+  python setup.py install --root=$pkgdir
+}

Deleted: community-i686/libvirt-python.install
===
--- community-i686/libvirt-python.install   2015-09-08 09:54:18 UTC (rev 
139590)
+++ community-i686/libvirt-python.install   2015-09-08 09:54:34 UTC (rev 
139591)
@@ -1,3 +0,0 @@
-post_remove() {
-   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
-}

Copied: libvirt-python/repos/community-i686/libvirt-python.install (from rev 
139590, libvirt-python/trunk/libvirt-python.install)
===
--- community-i686/libvirt-python.install   (rev 0)
+++ community-i686/libvirt-python.install   2015-09-08 09:54:34 UTC (rev 
139591)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-08 09:54:18 UTC (rev 139590)
+++ community-x86_64/PKGBUILD   2015-09-08 09:54:34 UTC (rev 139591)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=libvirt-python
-pkgname=(libvirt-python 

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

2015-09-08 Thread Levente Polyak
Date: Tuesday, September 8, 2015 @ 20:54:54
  Author: anthraxx
Revision: 139641

upgpkg: zaproxy 2.4.2-1

upgpkg: zaproxy 2.4.2-1

Modified:
  zaproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:37:13 UTC (rev 139640)
+++ PKGBUILD2015-09-08 18:54:54 UTC (rev 139641)
@@ -3,7 +3,7 @@
 # Contributor: fnord0 
 
 pkgname=zaproxy
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Integrated penetration testing tool for finding vulnerabilities in 
web applications"
 url="https://www.owasp.org/index.php/ZAP;
@@ -11,7 +11,7 @@
 license=('Apache')
 depends=('java-runtime' 'ttf-font')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('efc8a3feacad3c75d7ae86c73cd49e456cef5e06e5d2433fb9bad06b3944b8f36879cad4b4e108ce9ab1dc9c9565250ac3f2b6b84112b1c078399c8cd7380e28')
+sha512sums=('b10028f8e3175ec34fd082de7b1b9b49a00781f50f071433345a7a8b8622b109447ac366e596cccef4b5b5cb504421d77894b8d63f6d0e0babe9320334c10b92')
 
 prepare() {
   cd ZAP_${pkgver}


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

2015-09-08 Thread Levente Polyak
Date: Tuesday, September 8, 2015 @ 20:55:00
  Author: anthraxx
Revision: 139642

archrelease: copy trunk to community-any

Added:
  zaproxy/repos/community-any/PKGBUILD
(from rev 139641, zaproxy/trunk/PKGBUILD)
Deleted:
  zaproxy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 18:54:54 UTC (rev 139641)
+++ PKGBUILD2015-09-08 18:55:00 UTC (rev 139642)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Joris Steyn 
-# Contributor: fnord0 
-
-pkgname=zaproxy
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Integrated penetration testing tool for finding vulnerabilities in 
web applications"
-url="https://www.owasp.org/index.php/ZAP;
-arch=('any')
-license=('Apache')
-depends=('java-runtime' 'ttf-font')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('efc8a3feacad3c75d7ae86c73cd49e456cef5e06e5d2433fb9bad06b3944b8f36879cad4b4e108ce9ab1dc9c9565250ac3f2b6b84112b1c078399c8cd7380e28')
-
-prepare() {
-  cd ZAP_${pkgver}
-  cat > ${pkgname} <
+# Contributor: Joris Steyn 
+# Contributor: fnord0 
+
+pkgname=zaproxy
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Integrated penetration testing tool for finding vulnerabilities in 
web applications"
+url="https://www.owasp.org/index.php/ZAP;
+arch=('any')
+license=('Apache')
+depends=('java-runtime' 'ttf-font')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('b10028f8e3175ec34fd082de7b1b9b49a00781f50f071433345a7a8b8622b109447ac366e596cccef4b5b5cb504421d77894b8d63f6d0e0babe9320334c10b92')
+
+prepare() {
+  cd ZAP_${pkgver}
+  cat > ${pkgname} <

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

2015-09-08 Thread Guillaume Alaux
Date: Tuesday, September 8, 2015 @ 21:02:56
  Author: guillaume
Revision: 139645

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   80 +--
 terminator.install |   24 +++
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 19:01:45 UTC (rev 139644)
+++ PKGBUILD2015-09-08 19:02:56 UTC (rev 139645)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Allan McRae 
-# Contributor: fancris3 
-# Contributor: Daniel J Griffiths 
-
-pkgname=terminator
-pkgver=0.97
-pkgrel=2
-pkgdesc='Terminal emulator that supports tabs and grids'
-arch=('any')
-url='http://gnometerminator.blogspot.fr/p/introduction.html'
-license=('GPL2')
-# Note: the package named 'vte3' is actually vte for GTK 3
-# and terminator seems to require vte for GTK 2
-depends=('vte' 'pygtk' 'xdg-utils' 'python2-notify' 'python2-keybinder2')
-makedepends=('desktop-file-utils' 'gettext' 'intltool')
-install=terminator.install
-source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# python2 fix
-for file in terminatorlib/{,plugins/}*.py; do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-python2 setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-python2 setup.py install --skip-build --root="${pkgdir}"
-
-rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
-}

Copied: terminator/repos/community-any/PKGBUILD (from rev 139644, 
terminator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 19:02:56 UTC (rev 139645)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Allan McRae 
+# Contributor: fancris3 
+# Contributor: Daniel J Griffiths 
+
+pkgname=terminator
+pkgver=0.98
+pkgrel=1
+pkgdesc='Terminal emulator that supports tabs and grids'
+arch=('any')
+url='http://gnometerminator.blogspot.fr/p/introduction.html'
+license=('GPL2')
+# Note: the package named 'vte3' is actually vte for GTK 3
+# and terminator seems to require vte for GTK 2
+depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-notify' 
'python2-keybinder2')
+makedepends=('desktop-file-utils' 'gettext' 'intltool')
+install=terminator.install
+source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('0a6d8c9ffe36d67e60968fbf2752c521e5d498ceda42ef171ad3e966c02f26c1')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# python2 fix
+for file in terminatorlib/{,plugins/}*.py; do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+done
+
+python2 setup.py build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+python2 setup.py install --skip-build --root="${pkgdir}"
+
+rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
+}

Deleted: terminator.install
===
--- terminator.install  2015-09-08 19:01:45 UTC (rev 139644)
+++ terminator.install  2015-09-08 19:02:56 UTC (rev 139645)
@@ -1,12 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-

Copied: terminator/repos/community-any/terminator.install (from rev 139644, 
terminator/trunk/terminator.install)
===
--- terminator.install  (rev 0)
+++ terminator.install  2015-09-08 19:02:56 UTC (rev 139645)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
+}
+


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

2015-09-08 Thread Antonio Rojas
Date: Tuesday, September 8, 2015 @ 21:52:06
  Author: arojas
Revision: 139646

Update to 5.4.1

Modified:
  muon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 19:02:56 UTC (rev 139645)
+++ PKGBUILD2015-09-08 19:52:06 UTC (rev 139646)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas  
 
 pkgname=muon
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules python)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
 install=$pkgname.install
-md5sums=('db1d96bb017cb559c167b25bef231748')
+md5sums=('9e9b2c7f015f34de92d2b712a288b073')
 
 prepare() {
   mkdir -p build


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

2015-09-08 Thread Anatol Pomozov
Date: Tuesday, September 8, 2015 @ 21:35:29
  Author: anatolik
Revision: 245608

Return pkgrel back to 1 as we are not going to bump lua for now

Modified:
  lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 18:28:59 UTC (rev 245607)
+++ PKGBUILD2015-09-08 19:35:29 UTC (rev 245608)
@@ -6,7 +6,7 @@
 pkgname=lua
 pkgver=5.3.1
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc='Powerful lightweight programming language designed for extending 
applications'
 arch=('i686' 'x86_64')
 url='http://www.lua.org/'


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

2015-09-08 Thread Guillaume Alaux
Date: Tuesday, September 8, 2015 @ 21:01:45
  Author: guillaume
Revision: 139644

Upstream release 0.98

Modified:
  terminator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 18:56:17 UTC (rev 139643)
+++ PKGBUILD2015-09-08 19:01:45 UTC (rev 139644)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=terminator
-pkgver=0.97
-pkgrel=2
+pkgver=0.98
+pkgrel=1
 pkgdesc='Terminal emulator that supports tabs and grids'
 arch=('any')
 url='http://gnometerminator.blogspot.fr/p/introduction.html'
@@ -17,7 +17,7 @@
 makedepends=('desktop-file-utils' 'gettext' 'intltool')
 install=terminator.install
 
source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7')
+sha256sums=('0a6d8c9ffe36d67e60968fbf2752c521e5d498ceda42ef171ad3e966c02f26c1')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-09-08 Thread Anatol Pomozov
Date: Tuesday, September 8, 2015 @ 21:40:35
  Author: anatolik
Revision: 245610

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

Added:
  libsoxr/repos/testing-i686/
  libsoxr/repos/testing-i686/PKGBUILD
(from rev 245609, libsoxr/trunk/PKGBUILD)
  libsoxr/repos/testing-x86_64/
  libsoxr/repos/testing-x86_64/PKGBUILD
(from rev 245609, libsoxr/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   48 ++
 testing-x86_64/PKGBUILD |   48 ++
 2 files changed, 96 insertions(+)

Copied: libsoxr/repos/testing-i686/PKGBUILD (from rev 245609, 
libsoxr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 19:40:35 UTC (rev 245610)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: JSpaces 
+# Contributor: Triode 
+
+pkgname=libsoxr
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='The SoX Resampler library that aims to give fast and high quality 
results for any constant resampling ratio'
+arch=(i686 x86_64) 
+url='http://sourceforge.net/p/soxr/wiki/Home/'
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake)
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz)
+sha1sums=('3b990f91dc8dc08e70626cd5fb90deda0239c211')
+
+build() {
+  cd soxr-$pkgver-Source
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_EXAMPLES=OFF \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DVISIBILITY_HIDDENL=ON \
+-DWITH_AVFFT=ON \
+-DWITH_DOUBLE_PRECISION=ON \
+-DWITH_LSR_BINDINGS=ON \
+-DWITH_OPENMP=ON \
+-DWITH_PFFFT=ON \
+-DWITH_SIMD=ON \
+.
+  make
+}
+
+check() {
+  cd soxr-$pkgver-Source
+  make test
+}
+
+package() {
+  cd soxr-$pkgver-Source
+  
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -r "$pkgdir"/usr/share/doc/$pkgname/
+}

Copied: libsoxr/repos/testing-x86_64/PKGBUILD (from rev 245609, 
libsoxr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 19:40:35 UTC (rev 245610)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: JSpaces 
+# Contributor: Triode 
+
+pkgname=libsoxr
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='The SoX Resampler library that aims to give fast and high quality 
results for any constant resampling ratio'
+arch=(i686 x86_64) 
+url='http://sourceforge.net/p/soxr/wiki/Home/'
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake)
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz)
+sha1sums=('3b990f91dc8dc08e70626cd5fb90deda0239c211')
+
+build() {
+  cd soxr-$pkgver-Source
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_EXAMPLES=OFF \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DVISIBILITY_HIDDENL=ON \
+-DWITH_AVFFT=ON \
+-DWITH_DOUBLE_PRECISION=ON \
+-DWITH_LSR_BINDINGS=ON \
+-DWITH_OPENMP=ON \
+-DWITH_PFFFT=ON \
+-DWITH_SIMD=ON \
+.
+  make
+}
+
+check() {
+  cd soxr-$pkgver-Source
+  make test
+}
+
+package() {
+  cd soxr-$pkgver-Source
+  
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -r "$pkgdir"/usr/share/doc/$pkgname/
+}


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

2015-09-08 Thread Anatol Pomozov
Date: Tuesday, September 8, 2015 @ 21:39:56
  Author: anatolik
Revision: 245609

upgpkg: libsoxr 0.1.2-1

Modified:
  libsoxr/trunk/PKGBUILD
Deleted:
  libsoxr/trunk/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch

-+
 0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch |   26 
--
 PKGBUILD|   15 +
 2 files changed, 4 insertions(+), 37 deletions(-)

Deleted: 0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch
===
--- 0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch 
2015-09-08 19:35:29 UTC (rev 245608)
+++ 0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch 
2015-09-08 19:39:56 UTC (rev 245609)
@@ -1,26 +0,0 @@
-From fb8657b4469f864f9722d28bbb86c9b8a53446ac Mon Sep 17 00:00:00 2001
-From: Rob Sykes 
-Date: Sun, 7 Apr 2013 07:39:36 +0100
-Subject: [PATCH 1/1] fix ineffectual SOXR_MINIMUM_PHASE and
- SOXR_INTERMEDIATE_PHASE in soxr_quality_spec recipe
-

- src/soxr.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/soxr.c b/src/soxr.c
-index 93dd9c1..36b0251 100644
 a/src/soxr.c
-+++ b/src/soxr.c
-@@ -85,7 +85,7 @@ soxr_quality_spec_t soxr_quality_spec(unsigned long recipe, 
unsigned long flags)
- quality = 6;
-   else if (quality > 10)
- quality = 0;
--  p->phase_response = "\62\31\144"[(recipe & 0x30)>>8];
-+  p->phase_response = "\62\31\144"[(recipe & 0x30) >> 4];
-   p->stopband_begin = 1;
-   p->precision = !quality? 0: quality < 3? 16 : quality < 8? 4 + quality * 4 
: 55 - quality * 4;
-   rej = p->precision * linear_to_dB(2.);
--- 
-2.3.5
-

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 19:35:29 UTC (rev 245608)
+++ PKGBUILD2015-09-08 19:39:56 UTC (rev 245609)
@@ -4,8 +4,8 @@
 # Contributor: Triode 
 
 pkgname=libsoxr
-pkgver=0.1.1
-pkgrel=3
+pkgver=0.1.2
+pkgrel=1
 pkgdesc='The SoX Resampler library that aims to give fast and high quality 
results for any constant resampling ratio'
 arch=(i686 x86_64) 
 url='http://sourceforge.net/p/soxr/wiki/Home/'
@@ -13,16 +13,9 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 options=(!emptydirs)
-source=(http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz
-0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch)
-sha1sums=('f5d90e375db3914a522fef477898bde8c70243e7'
-  '73e6a3418001ce01aa16c3d8e29e2535d0158111')
+source=(http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz)
+sha1sums=('3b990f91dc8dc08e70626cd5fb90deda0239c211')
 
-prepare() {
-  cd soxr-$pkgver-Source
-  patch -p1 < 
"$srcdir"/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch
-}
-
 build() {
   cd soxr-$pkgver-Source
   cmake \


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

2015-09-08 Thread Antonio Rojas
Date: Tuesday, September 8, 2015 @ 21:53:01
  Author: arojas
Revision: 139647

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

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

---+
 /PKGBUILD |   68 
 /muon.install |   24 ++
 community-i686/PKGBUILD   |   34 
 community-i686/muon.install   |   12 ---
 community-x86_64/PKGBUILD |   34 
 community-x86_64/muon.install |   12 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 19:52:06 UTC (rev 139646)
+++ community-i686/PKGBUILD 2015-09-08 19:53:01 UTC (rev 139647)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=muon
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/muon'
-license=(LGPL)
-depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('db1d96bb017cb559c167b25bef231748')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../muon-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: muon/repos/community-i686/PKGBUILD (from rev 139646, 
muon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 19:53:01 UTC (rev 139647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=muon
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/muon'
+license=(LGPL)
+depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('9e9b2c7f015f34de92d2b712a288b073')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../muon-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/muon.install
===
--- community-i686/muon.install 2015-09-08 19:52:06 UTC (rev 139646)
+++ community-i686/muon.install 2015-09-08 19:53:01 UTC (rev 139647)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: muon/repos/community-i686/muon.install (from rev 139646, 
muon/trunk/muon.install)
===
--- community-i686/muon.install (rev 0)
+++ community-i686/muon.install 2015-09-08 19:53:01 UTC (rev 139647)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-08 19:52:06 UTC (rev 139646)
+++ community-x86_64/PKGBUILD   2015-09-08 19:53:01 UTC (rev 139647)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=muon
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/muon'
-license=(LGPL)
-depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules 

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

2015-09-08 Thread Guillaume Alaux
Date: Tuesday, September 8, 2015 @ 20:56:17
  Author: guillaume
Revision: 139643

Fix FS#42669

Modified:
  terminator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 18:55:00 UTC (rev 139642)
+++ PKGBUILD2015-09-08 18:56:17 UTC (rev 139643)
@@ -13,7 +13,7 @@
 license=('GPL2')
 # Note: the package named 'vte3' is actually vte for GTK 3
 # and terminator seems to require vte for GTK 2
-depends=('vte' 'pygtk' 'xdg-utils' 'python2-notify' 'python2-keybinder2')
+depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-notify' 
'python2-keybinder2')
 makedepends=('desktop-file-utils' 'gettext' 'intltool')
 install=terminator.install
 
source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)


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

2015-09-08 Thread Antonio Rojas
Date: Tuesday, September 8, 2015 @ 23:02:53
  Author: arojas
Revision: 139649

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 21:01:51 UTC (rev 139648)
+++ community-i686/PKGBUILD 2015-09-08 21:02:53 UTC (rev 139649)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('e057dff11ffe42351ceeb65375dbfc9b')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-}
-
-package_python2-rpy2() {
-  depends=(python2-numpy r python2-singledispatch)
-  cd rpy2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
-}
-
-package_python-rpy2() {
-  depends=(python-numpy r)
-  cd rpy2-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: python-rpy2/repos/community-i686/PKGBUILD (from rev 139648, 
python-rpy2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 21:02:53 UTC (rev 139649)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgbase=python-rpy2
+pkgname=(python2-rpy2 python-rpy2)
+pkgver=2.6.3
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/;
+license=(MPL GPL LGPL)
+makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
+source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+md5sums=('131f5f089d7fa1b18f8d03c90d9c88df')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package_python2-rpy2() {
+  depends=(python2-numpy r python2-singledispatch)
+  cd rpy2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
+}
+
+package_python-rpy2() {
+  depends=(python-numpy r)
+  cd rpy2-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-08 21:01:51 UTC (rev 139648)
+++ community-x86_64/PKGBUILD   2015-09-08 21:02:53 UTC (rev 139649)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('e057dff11ffe42351ceeb65375dbfc9b')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 

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

2015-09-08 Thread Antonio Rojas
Date: Tuesday, September 8, 2015 @ 23:01:51
  Author: arojas
Revision: 139648

Update to 2.6.3

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 19:53:01 UTC (rev 139647)
+++ PKGBUILD2015-09-08 21:01:51 UTC (rev 139648)
@@ -6,7 +6,7 @@
 
 pkgbase=python-rpy2
 pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 license=(MPL GPL LGPL)
 makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
 source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('e057dff11ffe42351ceeb65375dbfc9b')
+md5sums=('131f5f089d7fa1b18f8d03c90d9c88df')
 
 prepare() {
   cd rpy2-$pkgver


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 15:44:17
  Author: tredaelli
Revision: 139604

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

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

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 13:44:07 UTC (rev 139603)
+++ community-i686/PKGBUILD 2015-09-08 13:44:17 UTC (rev 139604)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-pkgname=dispcalgui
-pkgver=3.0.4.0
-pkgrel=1
-pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
-arch=('i686' 'x86_64')
-url="http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('1d49ec09a78f89d69afd85ee407c0803')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/PKGBUILD (from rev 139603, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 13:44:17 UTC (rev 139604)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+pkgname=dispcalgui
+pkgver=3.0.4.2
+pkgrel=1
+pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
+arch=('i686' 'x86_64')
+url="http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('718f82fd04461cf271406b182cb1a419')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  #udev rules are shipped with argyllcms
+  rm -rf "${pkgdir}"/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2015-09-08 13:44:07 UTC (rev 139603)
+++ community-i686/dispcalgui.install   2015-09-08 13:44:17 UTC (rev 139604)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 139603, 
dispcalgui/trunk/dispcalgui.install)

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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 16:01:16
  Author: tredaelli
Revision: 139608

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

Added:
  ecryptfs-utils/repos/community-i686/PKGBUILD
(from rev 139607, ecryptfs-utils/trunk/PKGBUILD)
  ecryptfs-utils/repos/community-x86_64/PKGBUILD
(from rev 139607, ecryptfs-utils/trunk/PKGBUILD)
Deleted:
  ecryptfs-utils/repos/community-i686/PKGBUILD
  ecryptfs-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 14:01:04 UTC (rev 139607)
+++ community-i686/PKGBUILD 2015-09-08 14:01:16 UTC (rev 139608)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Richard Murri 
-# Contributor: Michal Krenek 
-
-pkgname=ecryptfs-utils
-pkgver=106
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
-url="https://launchpad.net/ecryptfs;
-license=('GPL')
-makedepends=('swig' 'intltool' 'gettext' 'python2')
-depends=('nss' 'pam')
-optdepends=('python2: for python module')
-source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
-
"${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
-md5sums=('bff8052636f6be642f15c6be45a14ea3'
- 'SKIP')
-validpgpkeys=('E2D9E1C5F9F5D59291F4607D95E64373F1529469')
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" rootsbindir='/usr/bin' install
-  chmod +s "$pkgdir/usr/bin/mount.ecryptfs_private"
-}

Copied: ecryptfs-utils/repos/community-i686/PKGBUILD (from rev 139607, 
ecryptfs-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 14:01:16 UTC (rev 139608)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Richard Murri 
+# Contributor: Michal Krenek 
+
+pkgname=ecryptfs-utils
+pkgver=108
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
+url="https://launchpad.net/ecryptfs;
+license=('GPL')
+makedepends=('swig' 'intltool' 'gettext' 'python2')
+depends=('nss' 'pam')
+optdepends=('python2: for python module')
+source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
+
"${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
+md5sums=('80f2a73e14030239fa01a2f1e5606a0e'
+ 'SKIP')
+validpgpkeys=('E2D9E1C5F9F5D59291F4607D95E64373F1529469')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" rootsbindir='/usr/bin' install
+  chmod +s "$pkgdir/usr/bin/mount.ecryptfs_private"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-08 14:01:04 UTC (rev 139607)
+++ community-x86_64/PKGBUILD   2015-09-08 14:01:16 UTC (rev 139608)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Richard Murri 
-# Contributor: Michal Krenek 
-
-pkgname=ecryptfs-utils
-pkgver=106
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
-url="https://launchpad.net/ecryptfs;
-license=('GPL')
-makedepends=('swig' 'intltool' 'gettext' 'python2')
-depends=('nss' 'pam')
-optdepends=('python2: for python module')
-source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
-
"${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
-md5sums=('bff8052636f6be642f15c6be45a14ea3'
- 'SKIP')
-validpgpkeys=('E2D9E1C5F9F5D59291F4607D95E64373F1529469')
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" rootsbindir='/usr/bin' install
-  

[arch-commits] Commit in (6 files)

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 16:09:42
  Author: tredaelli
Revision: 139613

New package: btchip-udev

Added:
  btchip-udev/
  btchip-udev/repos/
  btchip-udev/trunk/
  btchip-udev/trunk/51-hw1.rules
  btchip-udev/trunk/PKGBUILD
  btchip-udev/trunk/btchip-udev.install

-+
 51-hw1.rules|6 ++
 PKGBUILD|   19 +++
 btchip-udev.install |   11 +++
 3 files changed, 36 insertions(+)

Added: btchip-udev/trunk/51-hw1.rules
===
--- btchip-udev/trunk/51-hw1.rules  (rev 0)
+++ btchip-udev/trunk/51-hw1.rules  2015-09-08 14:09:42 UTC (rev 139613)
@@ -0,0 +1,6 @@
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1b7c", 
MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="2b7c", 
MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="3b7c", 
MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="4b7c", 
MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1807", 
MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1808", 
MODE="0666"

Added: btchip-udev/trunk/PKGBUILD
===
--- btchip-udev/trunk/PKGBUILD  (rev 0)
+++ btchip-udev/trunk/PKGBUILD  2015-09-08 14:09:42 UTC (rev 139613)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+
+pkgname=btchip-udev
+pkgver=1
+pkgrel=1
+pkgdesc='Udev rules to connect BTChip wallet to your linux box'
+arch=(any)
+url='https://hardwarewallet.com/'
+license=(GPL)
+depends=(udev)
+install='btchip-udev.install'
+
+source=(51-hw1.rules)
+md5sums=('6e871fe1291c0926b34e644b55b37b95')
+
+package() {
+  install -Dm 644 51-hw1.rules "$pkgdir"/usr/lib/udev/rules.d/51-hw1.rules
+}


Property changes on: btchip-udev/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: btchip-udev/trunk/btchip-udev.install
===
--- btchip-udev/trunk/btchip-udev.install   (rev 0)
+++ btchip-udev/trunk/btchip-udev.install   2015-09-08 14:09:42 UTC (rev 
139613)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm trigger
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 15:44:07
  Author: tredaelli
Revision: 139603

upgpkg: dispcalgui 3.0.4.2-1

Modified:
  dispcalgui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 13:20:29 UTC (rev 139602)
+++ PKGBUILD2015-09-08 13:44:07 UTC (rev 139603)
@@ -4,7 +4,7 @@
 # Contributor: foxbunny 
 
 pkgname=dispcalgui
-pkgver=3.0.4.0
+pkgver=3.0.4.2
 pkgrel=1
 pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('gksu: For running as root')
 install=${pkgname}.install
 
source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('1d49ec09a78f89d69afd85ee407c0803')
+md5sums=('718f82fd04461cf271406b182cb1a419')
 
 prepare() {
   cd dispcalGUI-${pkgver}


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 15:58:08
  Author: tredaelli
Revision: 139606

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

Added:
  dropbear/repos/community-i686/PKGBUILD
(from rev 139605, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-i686/dropbear.service
(from rev 139605, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/PKGBUILD
(from rev 139605, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
(from rev 139605, dropbear/trunk/dropbear.service)
Deleted:
  dropbear/repos/community-i686/PKGBUILD
  dropbear/repos/community-i686/dropbear.service
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service

---+
 /PKGBUILD |   92 
 /dropbear.service |   20 +++
 community-i686/PKGBUILD   |   46 --
 community-i686/dropbear.service   |   10 ---
 community-x86_64/PKGBUILD |   46 --
 community-x86_64/dropbear.service |   10 ---
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 13:57:58 UTC (rev 139605)
+++ community-i686/PKGBUILD 2015-09-08 13:58:08 UTC (rev 139606)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Simon Perry 
-# Contributor: Bartlomiej Piotrowski 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
-# Contributor: Jeremy Cowgar 
-# Contributor: Simon Perry 
-
-pkgname=dropbear
-pkgver=2015.67
-pkgrel=1
-pkgdesc="Lightweight replacement for sshd"
-arch=('i686' 'x86_64')
-url="http://matt.ucc.asn.au/dropbear/dropbear.html;
-license=('MIT')
-depends=('zlib')
-source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
-$pkgname.service)
-sha256sums=('7e690594645dfde5787065c78a5d2e4d15e288babfa06e140197ce05f698c8e5'
-'1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
-
-prepare() {
-  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="${pkgdir}/"
-
-  # Configuration files
-  install -d "${pkgdir}/etc/$pkgname"
-  install -D -m644 "${srcdir}/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-
-  # License file
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: dropbear/repos/community-i686/PKGBUILD (from rev 139605, 
dropbear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 13:58:08 UTC (rev 139606)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Simon Perry 
+# Contributor: Bartlomiej Piotrowski 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
+# Contributor: Jeremy Cowgar 
+# Contributor: Simon Perry 
+
+pkgname=dropbear
+pkgver=2015.68
+pkgrel=1
+pkgdesc="Lightweight replacement for sshd"
+arch=('i686' 'x86_64')
+url="http://matt.ucc.asn.au/dropbear/dropbear.html;
+license=('MIT')
+depends=('zlib')
+source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
+$pkgname.service)
+sha256sums=('55ea7c1e904ffe4b1cdbe1addca8291a2533d7d285fd22ac33608e9502a62446'
+'1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
+
+prepare() {
+  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="${pkgdir}/"
+
+  # Configuration files
+  install -d "${pkgdir}/etc/$pkgname"
+  install -D -m644 "${srcdir}/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
+
+  # License file
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-i686/dropbear.service
===
--- community-i686/dropbear.service 2015-09-08 13:57:58 UTC (rev 139605)
+++ community-i686/dropbear.service 2015-09-08 13:58:08 UTC (rev 139606)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Dropbear SSH Daemon
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
-
-[Install]

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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 15:57:58
  Author: tredaelli
Revision: 139605

upgpkg: dropbear 2015.68-1

Modified:
  dropbear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 13:44:17 UTC (rev 139604)
+++ PKGBUILD2015-09-08 13:57:58 UTC (rev 139605)
@@ -8,7 +8,7 @@
 # Contributor: Simon Perry 
 
 pkgname=dropbear
-pkgver=2015.67
+pkgver=2015.68
 pkgrel=1
 pkgdesc="Lightweight replacement for sshd"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 depends=('zlib')
 source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
 $pkgname.service)
-sha256sums=('7e690594645dfde5787065c78a5d2e4d15e288babfa06e140197ce05f698c8e5'
+sha256sums=('55ea7c1e904ffe4b1cdbe1addca8291a2533d7d285fd22ac33608e9502a62446'
 '1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
 
 prepare() {


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 16:04:54
  Author: tredaelli
Revision: 139609

upgpkg: electrum 2.4.4-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 14:01:16 UTC (rev 139608)
+++ PKGBUILD2015-09-08 14:04:54 UTC (rev 139609)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.4
+pkgver=2.4.4
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,9 +18,9 @@
 url="https://electrum.org;
 license=('GPL3')
 source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('e0cc0724bb4510d16330505b908d1312'
+md5sums=('01d1837a6854e72def15b0fa86e9d0ec'
  'SKIP')
-sha256sums=('5dceb6136f1ea27f950f84dabc3d03d986be37ad7bcd8d77d2c3834056a90478'
+sha256sums=('b3cb84fbbce934dc1988321307de98f926b817ac84cbbafdc6d4df11038dc98e'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in argyllcms/trunk (PKGBUILD argyllcms-1.8.0-gcc5.patch)

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 15:20:17
  Author: tredaelli
Revision: 139601

upgpkg: argyllcms 1.8.2-1

Added:
  argyllcms/trunk/argyllcms-1.8.0-gcc5.patch
Modified:
  argyllcms/trunk/PKGBUILD

+
 PKGBUILD   |   31 ---
 argyllcms-1.8.0-gcc5.patch |   20 
 2 files changed, 40 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 12:47:02 UTC (rev 139600)
+++ PKGBUILD2015-09-08 13:20:17 UTC (rev 139601)
@@ -4,32 +4,41 @@
 
 pkgname=argyllcms
 _pkgname=Argyll
-pkgver=1.7.0
+pkgver=1.8.2
 _pkgver="V${pkgver}"
 pkgrel=1
 pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
 arch=(i686 x86_64)
-depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 'zlib')
+depends=('libtiff' 'libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 'openssl')
 makedepends=('ftjam' 'zip' 'unzip')
 # You need to fake an UserAgent or it doesn't download
-source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
+DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A 
"Mozilla/4.0" -o %o %u')
+source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip
+argyllcms-1.8.0-gcc5.patch)
 url="http://www.argyllcms.com/;
 license=("GPL" "AGPL")
 install=${pkgname}.install
-sha256sums=('dac51cf5d8f6d04bb02f2f5b119fa0e8b773a010e6377116768b082ef018f663')
+sha256sums=('59bdfaeace35d2007c90fc53234ba33bf8a64cffc08f7b27a297fc5f85455377'
+'de9b8a90e249070d457291c29ae3c732f89c51bc6f6296cb6aa7e800ba31a0e5')
 
 prepare() {
-  sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' 
${_pkgname}_${_pkgver}/usb/55-Argyll.rules
+  cd ${_pkgname}_${_pkgver}
+  sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
+  patch -Np1 -i "$srcdir"/argyllcms-1.8.0-gcc5.patch
+
+  sed -i 's/-j${NUMBER_OF_PROCESSORS:-2}/$MAKEFLAGS/' makeall.sh
+
+  # From Gentoo argyllcms ebuild
+  echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
+  echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau 
-lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop
 }
 
 build() {
   cd ${_pkgname}_${_pkgver}
-  echo "***running makeall.sh***"
-  sh ./makeall.sh
-  echo "***running makeinstall.sh***"
-  sh ./makeinstall.sh
-  echo "***running makepackagebin.sh***"
-  sh ./makepackagebin.sh
+
+  CCOPTFLAG="$CFLAGS" ./makeall.sh
+  ./makeinstall.sh
+  ./makepackagebin.sh
   rm {bin,ref}/License.txt
   rm {doc,ref}/afiles
 }

Added: argyllcms-1.8.0-gcc5.patch
===
--- argyllcms-1.8.0-gcc5.patch  (rev 0)
+++ argyllcms-1.8.0-gcc5.patch  2015-09-08 13:20:17 UTC (rev 139601)
@@ -0,0 +1,20 @@
+Description: Fix FTBFS with GCC 5
+Author: James Cowgill 
+Bug-Debian: https://bugs.debian.org/79
+Forwarded: no
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/icc/icc.h
 b/icc/icc.h
+@@ -100,7 +100,11 @@
+ #define CF64PREC "LL" /* Constant precision specifier */
+ 
+ #ifndef ATTRIBUTE_NORETURN
++#ifdef _MSC_VER
+ # define ATTRIBUTE_NORETURN __declspec(noreturn)
++#else
++# define ATTRIBUTE_NORETURN __attribute__((noreturn))
++#endif
+ #endif
+ 
+ #else  /* !__STDC_VERSION__ */


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 15:20:29
  Author: tredaelli
Revision: 139602

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

Added:
  argyllcms/repos/community-i686/PKGBUILD
(from rev 139601, argyllcms/trunk/PKGBUILD)
  argyllcms/repos/community-i686/argyllcms-1.8.0-gcc5.patch
(from rev 139601, argyllcms/trunk/argyllcms-1.8.0-gcc5.patch)
  argyllcms/repos/community-i686/argyllcms.install
(from rev 139601, argyllcms/trunk/argyllcms.install)
  argyllcms/repos/community-x86_64/PKGBUILD
(from rev 139601, argyllcms/trunk/PKGBUILD)
  argyllcms/repos/community-x86_64/argyllcms-1.8.0-gcc5.patch
(from rev 139601, argyllcms/trunk/argyllcms-1.8.0-gcc5.patch)
  argyllcms/repos/community-x86_64/argyllcms.install
(from rev 139601, argyllcms/trunk/argyllcms.install)
Deleted:
  argyllcms/repos/community-i686/PKGBUILD
  argyllcms/repos/community-i686/argyllcms.install
  argyllcms/repos/community-x86_64/PKGBUILD
  argyllcms/repos/community-x86_64/argyllcms.install

-+
 /PKGBUILD   |  122 ++
 /argyllcms.install  |   78 
 community-i686/PKGBUILD |   52 ---
 community-i686/argyllcms-1.8.0-gcc5.patch   |   20 
 community-i686/argyllcms.install|   39 
 community-x86_64/PKGBUILD   |   52 ---
 community-x86_64/argyllcms-1.8.0-gcc5.patch |   20 
 community-x86_64/argyllcms.install  |   39 
 8 files changed, 240 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 13:20:17 UTC (rev 139601)
+++ community-i686/PKGBUILD 2015-09-08 13:20:29 UTC (rev 139602)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=argyllcms
-_pkgname=Argyll
-pkgver=1.7.0
-_pkgver="V${pkgver}"
-pkgrel=1
-pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
-arch=(i686 x86_64)
-depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 'zlib')
-makedepends=('ftjam' 'zip' 'unzip')
-# You need to fake an UserAgent or it doesn't download
-source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
-url="http://www.argyllcms.com/;
-license=("GPL" "AGPL")
-install=${pkgname}.install
-sha256sums=('dac51cf5d8f6d04bb02f2f5b119fa0e8b773a010e6377116768b082ef018f663')
-
-prepare() {
-  sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' 
${_pkgname}_${_pkgver}/usb/55-Argyll.rules
-}
-
-build() {
-  cd ${_pkgname}_${_pkgver}
-  echo "***running makeall.sh***"
-  sh ./makeall.sh
-  echo "***running makeinstall.sh***"
-  sh ./makeinstall.sh
-  echo "***running makepackagebin.sh***"
-  sh ./makepackagebin.sh
-  rm {bin,ref}/License.txt
-  rm {doc,ref}/afiles
-}
-
-package() {
-  mkdir -p "${pkgdir}"/usr/bin
-  install -m755 ${_pkgname}_${_pkgver}/bin/* "${pkgdir}"/usr/bin
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/ref/*.* 
"${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/profile/*.sp 
"${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/scanin/*.c?? 
"${pkgdir}"/usr/share/${pkgname}/ref
-  # Because there is just html documentation we have to move it
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/ccmxs/*.ccmx 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/*.* 
"${pkgdir}"/usr/share/${pkgname}/doc
-  mkdir -p "${pkgdir}"/usr/lib/udev/rules.d
-  install -m644 ${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
"${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules
-}
-
-# vim:set ts=2 sw=2 et:

Copied: argyllcms/repos/community-i686/PKGBUILD (from rev 139601, 
argyllcms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 13:20:29 UTC (rev 139602)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=argyllcms
+_pkgname=Argyll
+pkgver=1.8.2
+_pkgver="V${pkgver}"
+pkgrel=1
+pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
+arch=(i686 x86_64)
+depends=('libtiff' 'libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 'openssl')
+makedepends=('ftjam' 'zip' 'unzip')
+# You need to fake an UserAgent or it doesn't download
+DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A 
"Mozilla/4.0" -o %o %u')
+source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip
+

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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 16:05:00
  Author: tredaelli
Revision: 139610

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   96 ++---
 electrum.install |   22 ++--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 14:04:54 UTC (rev 139609)
+++ PKGBUILD2015-09-08 14:05:00 UTC (rev 139610)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.4
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=('GPL3')
-source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('e0cc0724bb4510d16330505b908d1312'
- 'SKIP')
-sha256sums=('5dceb6136f1ea27f950f84dabc3d03d986be37ad7bcd8d77d2c3834056a90478'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 139609, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 14:05:00 UTC (rev 139610)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=('GPL3')
+source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('01d1837a6854e72def15b0fa86e9d0ec'
+ 'SKIP')
+sha256sums=('b3cb84fbbce934dc1988321307de98f926b817ac84cbbafdc6d4df11038dc98e'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: electrum.install
===
--- electrum.install2015-09-08 14:04:54 UTC (rev 139609)
+++ electrum.install2015-09-08 14:05:00 UTC (rev 139610)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: electrum/repos/community-any/electrum.install (from rev 139609, 
electrum/trunk/electrum.install)
===

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

2015-09-08 Thread Jan Steffens
Date: Tuesday, September 8, 2015 @ 16:04:23
  Author: heftig
Revision: 245528

with systemd 226: use dbus user bus

Modified:
  dbus/trunk/PKGBUILD
Deleted:
  dbus/trunk/30-dbus

--+
 30-dbus  |6 --
 PKGBUILD |   10 +++---
 2 files changed, 3 insertions(+), 13 deletions(-)

Deleted: 30-dbus
===
--- 30-dbus 2015-09-08 11:42:02 UTC (rev 245527)
+++ 30-dbus 2015-09-08 14:04:23 UTC (rev 245528)
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# launches a session dbus instance
-if [ -z "${DBUS_SESSION_BUS_ADDRESS-}" ] && type dbus-launch >/dev/null; then
-  eval $(dbus-launch --sh-syntax --exit-with-session)
-fi

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 11:42:02 UTC (rev 245527)
+++ PKGBUILD2015-09-08 14:04:23 UTC (rev 245528)
@@ -6,17 +6,15 @@
 pkgbase=dbus
 pkgname=('dbus' 'libdbus')
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
 license=('GPL' 'custom')
 makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
-30-dbus)
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc})
 md5sums=('5af6297348107a906c8449817a728b3b'
- 'SKIP'
- '6683a05bd749929ef9442816c22c3268')
+ 'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 

 
 build() {
@@ -50,9 +48,7 @@
 
   rm -r "${pkgdir}/var/run"
   rm -r "${pkgdir}/usr/lib/pkgconfig"
-  rm -r "${pkgdir}/usr/lib/systemd/user/sockets.target.wants"
 
-  install -Dm755 ../30-dbus "$pkgdir/etc/X11/xinit/xinitrc.d/30-dbus.sh"
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
 }
 


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 16:09:55
  Author: tredaelli
Revision: 139614

archrelease: copy trunk to community-any

Added:
  btchip-udev/repos/community-any/
  btchip-udev/repos/community-any/51-hw1.rules
(from rev 139613, btchip-udev/trunk/51-hw1.rules)
  btchip-udev/repos/community-any/PKGBUILD
(from rev 139613, btchip-udev/trunk/PKGBUILD)
  btchip-udev/repos/community-any/btchip-udev.install
(from rev 139613, btchip-udev/trunk/btchip-udev.install)

-+
 51-hw1.rules|6 ++
 PKGBUILD|   19 +++
 btchip-udev.install |   11 +++
 3 files changed, 36 insertions(+)

Copied: btchip-udev/repos/community-any/51-hw1.rules (from rev 139613, 
btchip-udev/trunk/51-hw1.rules)
===
--- community-any/51-hw1.rules  (rev 0)
+++ community-any/51-hw1.rules  2015-09-08 14:09:55 UTC (rev 139614)
@@ -0,0 +1,6 @@
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1b7c", 
MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="2b7c", 
MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="3b7c", 
MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="4b7c", 
MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1807", 
MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1808", 
MODE="0666"

Copied: btchip-udev/repos/community-any/PKGBUILD (from rev 139613, 
btchip-udev/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-09-08 14:09:55 UTC (rev 139614)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+
+pkgname=btchip-udev
+pkgver=1
+pkgrel=1
+pkgdesc='Udev rules to connect BTChip wallet to your linux box'
+arch=(any)
+url='https://hardwarewallet.com/'
+license=(GPL)
+depends=(udev)
+install='btchip-udev.install'
+
+source=(51-hw1.rules)
+md5sums=('6e871fe1291c0926b34e644b55b37b95')
+
+package() {
+  install -Dm 644 51-hw1.rules "$pkgdir"/usr/lib/udev/rules.d/51-hw1.rules
+}

Copied: btchip-udev/repos/community-any/btchip-udev.install (from rev 139613, 
btchip-udev/trunk/btchip-udev.install)
===
--- community-any/btchip-udev.install   (rev 0)
+++ community-any/btchip-udev.install   2015-09-08 14:09:55 UTC (rev 139614)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm trigger
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in python2-btchip/trunk (PKGBUILD remove-pyusb-dependency.patch)

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 16:06:40
  Author: tredaelli
Revision: 139611

upgpkg: python2-btchip 0.1.16-1

Modified:
  python2-btchip/trunk/PKGBUILD
Deleted:
  python2-btchip/trunk/remove-pyusb-dependency.patch

---+
 PKGBUILD  |   18 +-
 remove-pyusb-dependency.patch |   22 --
 2 files changed, 5 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 14:05:00 UTC (rev 139610)
+++ PKGBUILD2015-09-08 14:06:40 UTC (rev 139611)
@@ -3,26 +3,18 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=python2-btchip
-pkgver=0.1.14
-pkgrel=2
+pkgver=0.1.16
+pkgrel=1
 pkgdesc="Python library to communicate with BTChip dongle"
 arch=('any')
 depends=('python2-hidapi')
 makedepends=('python2-setuptools')
+optdepends=('btchip-udev: access BTChip as non-root user')
 url="https://github.com/LedgerHQ/btchip-python;
 license=('Apache')
-source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz
-remove-pyusb-dependency.patch)
-sha256sums=('6adfa69f18bc3ecff07a877dd46eff62dc747bd8cac491d882ba1bcb16bd16d5'
-'36dd49db4931e5ef6010e5673d4aaa3adb671ca955db97787cd0ae5726538141')
+source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
+sha256sums=('4c9e85977485c01c11fa4513f10f2e5a5f06afa1d04b5270a13d70606ccd4527')
 
-prepare() {
-  cd btchip-python-$pkgver
-
-  # Disable useless (on linux) pyusb dependency
-  patch -uNp1 -i ../remove-pyusb-dependency.patch
-}
-
 build() {
   cd btchip-python-$pkgver
 

Deleted: remove-pyusb-dependency.patch
===
--- remove-pyusb-dependency.patch   2015-09-08 14:05:00 UTC (rev 139610)
+++ remove-pyusb-dependency.patch   2015-09-08 14:06:40 UTC (rev 139611)
@@ -1,22 +0,0 @@
-From 7d6bc6105ed2f405fbb683a5d6ceafc55e92e3c0 Mon Sep 17 00:00:00 2001
-From: drizzt 
-Date: Wed, 18 Mar 2015 16:01:27 +0100
-Subject: [PATCH] Don't include usb.core in btchipPersoWizard.py
-
-It's useless and it enforce pyusb to be a mandatory depends, but on 
not-Windows it's not needed.

- btchip/btchipPersoWizard.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/btchip/btchipPersoWizard.py b/btchip/btchipPersoWizard.py
-index 3220227..486e6d9 100644
 a/btchip/btchipPersoWizard.py
-+++ b/btchip/btchipPersoWizard.py
-@@ -28,7 +28,6 @@
- except:
-   MNEMONIC = False
- 
--from usb.core import USBError
- from btchipComm import getDongle, DongleWait
- from btchip import btchip
- from btchipUtils import compress_public_key,format_transaction, 
get_regular_input_script


[arch-commits] Commit in python2-btchip/repos/community-any (3 files)

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 16:06:47
  Author: tredaelli
Revision: 139612

archrelease: copy trunk to community-any

Added:
  python2-btchip/repos/community-any/PKGBUILD
(from rev 139611, python2-btchip/trunk/PKGBUILD)
Deleted:
  python2-btchip/repos/community-any/PKGBUILD
  python2-btchip/repos/community-any/remove-pyusb-dependency.patch

---+
 PKGBUILD  |   64 +---
 remove-pyusb-dependency.patch |   22 -
 2 files changed, 28 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 14:06:40 UTC (rev 139611)
+++ PKGBUILD2015-09-08 14:06:47 UTC (rev 139612)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=python2-btchip
-pkgver=0.1.14
-pkgrel=2
-pkgdesc="Python library to communicate with BTChip dongle"
-arch=('any')
-depends=('python2-hidapi')
-makedepends=('python2-setuptools')
-url="https://github.com/LedgerHQ/btchip-python;
-license=('Apache')
-source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz
-remove-pyusb-dependency.patch)
-sha256sums=('6adfa69f18bc3ecff07a877dd46eff62dc747bd8cac491d882ba1bcb16bd16d5'
-'36dd49db4931e5ef6010e5673d4aaa3adb671ca955db97787cd0ae5726538141')
-
-prepare() {
-  cd btchip-python-$pkgver
-
-  # Disable useless (on linux) pyusb dependency
-  patch -uNp1 -i ../remove-pyusb-dependency.patch
-}
-
-build() {
-  cd btchip-python-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd btchip-python-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python2-btchip/repos/community-any/PKGBUILD (from rev 139611, 
python2-btchip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 14:06:47 UTC (rev 139612)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=python2-btchip
+pkgver=0.1.16
+pkgrel=1
+pkgdesc="Python library to communicate with BTChip dongle"
+arch=('any')
+depends=('python2-hidapi')
+makedepends=('python2-setuptools')
+optdepends=('btchip-udev: access BTChip as non-root user')
+url="https://github.com/LedgerHQ/btchip-python;
+license=('Apache')
+source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
+sha256sums=('4c9e85977485c01c11fa4513f10f2e5a5f06afa1d04b5270a13d70606ccd4527')
+
+build() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: remove-pyusb-dependency.patch
===
--- remove-pyusb-dependency.patch   2015-09-08 14:06:40 UTC (rev 139611)
+++ remove-pyusb-dependency.patch   2015-09-08 14:06:47 UTC (rev 139612)
@@ -1,22 +0,0 @@
-From 7d6bc6105ed2f405fbb683a5d6ceafc55e92e3c0 Mon Sep 17 00:00:00 2001
-From: drizzt 
-Date: Wed, 18 Mar 2015 16:01:27 +0100
-Subject: [PATCH] Don't include usb.core in btchipPersoWizard.py
-
-It's useless and it enforce pyusb to be a mandatory depends, but on 
not-Windows it's not needed.

- btchip/btchipPersoWizard.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/btchip/btchipPersoWizard.py b/btchip/btchipPersoWizard.py
-index 3220227..486e6d9 100644
 a/btchip/btchipPersoWizard.py
-+++ b/btchip/btchipPersoWizard.py
-@@ -28,7 +28,6 @@
- except:
-   MNEMONIC = False
- 
--from usb.core import USBError
- from btchipComm import getDongle, DongleWait
- from btchip import btchip
- from btchipUtils import compress_public_key,format_transaction, 
get_regular_input_script


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 16:16:19
  Author: tredaelli
Revision: 139615

upgpkg: miniupnpc 1.9.20150730-1

Modified:
  miniupnpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 14:09:55 UTC (rev 139614)
+++ PKGBUILD2015-09-08 14:16:19 UTC (rev 139615)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli 
 # Contributor: Florian Loitsch 
 pkgname=miniupnpc
-pkgver=1.9.20150430
+pkgver=1.9.20150730
 pkgrel=1
 pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('sh')
 source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('76d707434833bd1114a17e339dfe89515feb80d648028d7cfd5750a0e8df7647')
+sha256sums=('1d64fab1fd3b4c8545139341ba197f19329a863f4f21b578fc2a228ab586a604')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 16:16:29
  Author: tredaelli
Revision: 139616

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

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

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

Copied: miniupnpc/repos/community-staging-i686/PKGBUILD (from rev 139615, 
miniupnpc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-08 14:16:29 UTC (rev 139616)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Florian Loitsch 
+pkgname=miniupnpc
+pkgver=1.9.20150730
+pkgrel=1
+pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1d64fab1fd3b4c8545139341ba197f19329a863f4f21b578fc2a228ab586a604')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="$pkgdir/" install
+  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: miniupnpc/repos/community-staging-x86_64/PKGBUILD (from rev 139615, 
miniupnpc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-08 14:16:29 UTC (rev 139616)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Florian Loitsch 
+pkgname=miniupnpc
+pkgver=1.9.20150730
+pkgrel=1
+pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1d64fab1fd3b4c8545139341ba197f19329a863f4f21b578fc2a228ab586a604')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="$pkgdir/" install
+  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-09-08 Thread Gaetan Bisson
Date: Wednesday, September 9, 2015 @ 01:25:33
  Author: bisson
Revision: 245611

db-move: moved s-nail from [testing] to [core] (i686, x86_64)

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 245610, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 245610, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-09-08 19:40:35 UTC (rev 245610)
+++ core-i686/PKGBUILD  2015-09-08 23:25:33 UTC (rev 245611)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.8.4
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('564eaaa31a418929dd40a39709b08fead63eff12')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   LIBEXECDIR=/usr/lib \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" packager-install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/core-i686/PKGBUILD (from rev 245610, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-09-08 23:25:33 UTC (rev 245611)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.5
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar"{.xz,.asc})
+sha1sums=('559244068b1c8086233e8891bb0fef273475afb5' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-09-08 19:40:35 UTC (rev 245610)
+++ core-x86_64/PKGBUILD2015-09-08 23:25:33 UTC (rev 245611)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane 

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 16:51:52
  Author: fyan
Revision: 245530

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

Added:
  ttf-oxygen/repos/testing-i686/
  ttf-oxygen/repos/testing-i686/PKGBUILD
(from rev 245529, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/testing-i686/ttf-oxygen.install
(from rev 245529, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/testing-x86_64/
  ttf-oxygen/repos/testing-x86_64/PKGBUILD
(from rev 245529, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/testing-x86_64/ttf-oxygen.install
(from rev 245529, ttf-oxygen/trunk/ttf-oxygen.install)

---+
 testing-i686/PKGBUILD |   48 
 testing-i686/ttf-oxygen.install   |   15 +++
 testing-x86_64/PKGBUILD   |   48 
 testing-x86_64/ttf-oxygen.install |   15 +++
 4 files changed, 126 insertions(+)

Copied: ttf-oxygen/repos/testing-i686/PKGBUILD (from rev 245529, 
ttf-oxygen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 14:51:52 UTC (rev 245530)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('88522f2478fdff511e02102861dab620')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Fix install path
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  mv "${pkgdir}"/usr/share/fonts/truetype/oxygen/*.ttf \
+"${pkgdir}"/usr/share/fonts/TTF/
+
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/testing-i686/ttf-oxygen.install (from rev 245529, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- testing-i686/ttf-oxygen.install (rev 0)
+++ testing-i686/ttf-oxygen.install 2015-09-08 14:51:52 UTC (rev 245530)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: ttf-oxygen/repos/testing-x86_64/PKGBUILD (from rev 245529, 
ttf-oxygen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 14:51:52 UTC (rev 245530)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('88522f2478fdff511e02102861dab620')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Fix install path
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  mv "${pkgdir}"/usr/share/fonts/truetype/oxygen/*.ttf \
+"${pkgdir}"/usr/share/fonts/TTF/
+
+  install -d 

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 16:51:27
  Author: fyan
Revision: 245529

upgpkg: ttf-oxygen 1:5.4.1-1

Modified:
  ttf-oxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 14:04:23 UTC (rev 245528)
+++ PKGBUILD2015-09-08 14:51:27 UTC (rev 245529)
@@ -5,7 +5,7 @@
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
 url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('b95d1968d0588fdeaf9cec38523d915a')
+md5sums=('88522f2478fdff511e02102861dab620')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 16:52:24
  Author: fyan
Revision: 245531

upgpkg: kwayland 5.4.1-1

Modified:
  kwayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 14:51:52 UTC (rev 245530)
+++ PKGBUILD2015-09-08 14:52:24 UTC (rev 245531)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kwayland
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('qt5-base')
 makedepends=('extra-cmake-modules')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('720809300dc4426034686f0069680599')
+md5sums=('cfff87d002b42b2487b522f94f157cb7')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 16:59:47
  Author: fyan
Revision: 139618

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 14:59:16 UTC (rev 139617)
+++ community-i686/PKGBUILD 2015-09-08 14:59:47 UTC (rev 139618)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('69310d7f5382ea5542f66234aad88fd7e59213b10285bdda28dc587a6dcd287c2b10ac18572b65230a491b9b6f84dd11b07295af03be11b9d16ac90270dbb0c4')
-sha512sums_i686=('a62448cbbf88056d9ec91192c10f73922ad27ac1f3b1ef351954d23c06fe449df197799e487159aec23322682ce7e1422b1fa68e25edbe8011ccb0424af62b35')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x "$pkgname-sdk/bin/"*
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
-  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
-  setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
-  setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 139617, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 14:59:47 UTC (rev 139618)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.12.1
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+sha512sums_x86_64=('ab8114379697dc24f1fff9c105e59c481f98475912048624b06d35cf3b5efc59f8c0b1be52272d5a7c87486e86954ddd7cb843d447ca2eab09631e6655a7')
+sha512sums_i686=('ee9cfe56631b03249d965626a5009ccef20f8bb43052b8aac7e2b8bab7ca5beb203216491bb68d92703998e6bccac48e9c0325675035e98c159c2ce8b386b4d3')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec 

[arch-commits] Commit in kde-cli-tools/repos (4 files)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:17:01
  Author: fyan
Revision: 245542

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

Added:
  kde-cli-tools/repos/testing-i686/
  kde-cli-tools/repos/testing-i686/PKGBUILD
(from rev 245541, kde-cli-tools/trunk/PKGBUILD)
  kde-cli-tools/repos/testing-x86_64/
  kde-cli-tools/repos/testing-x86_64/PKGBUILD
(from rev 245541, kde-cli-tools/trunk/PKGBUILD)

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

Copied: kde-cli-tools/repos/testing-i686/PKGBUILD (from rev 245541, 
kde-cli-tools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:17:01 UTC (rev 245542)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('c4ed09c9789a010e64ed0c208068833a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}

Copied: kde-cli-tools/repos/testing-x86_64/PKGBUILD (from rev 245541, 
kde-cli-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:17:01 UTC (rev 245542)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('c4ed09c9789a010e64ed0c208068833a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:19:04
  Author: fyan
Revision: 245547

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

Added:
  libkscreen/repos/testing-i686/
  libkscreen/repos/testing-i686/PKGBUILD
(from rev 245546, libkscreen/trunk/PKGBUILD)
  libkscreen/repos/testing-x86_64/
  libkscreen/repos/testing-x86_64/PKGBUILD
(from rev 245546, libkscreen/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: libkscreen/repos/testing-i686/PKGBUILD (from rev 245546, 
libkscreen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:19:04 UTC (rev 245547)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=libkscreen
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libkscreen'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz;)
+md5sums=('bc8fd24c6ecd0948fc5adb3bda096f88')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkscreen/repos/testing-x86_64/PKGBUILD (from rev 245546, 
libkscreen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:19:04 UTC (rev 245547)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=libkscreen
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libkscreen'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz;)
+md5sums=('bc8fd24c6ecd0948fc5adb3bda096f88')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:26:50
  Author: fyan
Revision: 245552

upgpkg: khotkeys 5.4.1-1

Modified:
  khotkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:25:14 UTC (rev 245551)
+++ PKGBUILD2015-09-08 15:26:50 UTC (rev 245552)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=khotkeys
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='KHotKeys'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7014f8129cfcf96119dfb3cc23da7ffb')
+md5sums=('56a3a65f21fe1b78c409129dfdc48d9e')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:29:19
  Author: fyan
Revision: 24

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

Added:
  kinfocenter/repos/testing-i686/
  kinfocenter/repos/testing-i686/PKGBUILD
(from rev 245554, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/testing-i686/kcm-about-distrorc
(from rev 245554, kinfocenter/trunk/kcm-about-distrorc)
  kinfocenter/repos/testing-x86_64/
  kinfocenter/repos/testing-x86_64/PKGBUILD
(from rev 245554, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/testing-x86_64/kcm-about-distrorc
(from rev 245554, kinfocenter/trunk/kcm-about-distrorc)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/kcm-about-distrorc   |2 +
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/kcm-about-distrorc |2 +
 4 files changed, 94 insertions(+)

Copied: kinfocenter/repos/testing-i686/PKGBUILD (from rev 245554, 
kinfocenter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:29:19 UTC (rev 24)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=('LGPL')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('2aab5a329f2b4b196cd3e130bdf00bc6'
+ '518881f04ca9d4bd8526008767e40ba7'
+ '4b4e2496ea1de3a09de501b5d508f666')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
+}

Copied: kinfocenter/repos/testing-i686/kcm-about-distrorc (from rev 245554, 
kinfocenter/trunk/kcm-about-distrorc)
===
--- testing-i686/kcm-about-distrorc (rev 0)
+++ testing-i686/kcm-about-distrorc 2015-09-08 15:29:19 UTC (rev 24)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.svg

Copied: kinfocenter/repos/testing-x86_64/PKGBUILD (from rev 245554, 
kinfocenter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:29:19 UTC (rev 24)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=('LGPL')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('2aab5a329f2b4b196cd3e130bdf00bc6'
+ '518881f04ca9d4bd8526008767e40ba7'
+ '4b4e2496ea1de3a09de501b5d508f666')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
+}

Copied: kinfocenter/repos/testing-x86_64/kcm-about-distrorc (from rev 245554, 

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:28:55
  Author: fyan
Revision: 245554

upgpkg: kinfocenter 5.4.1-1

Modified:
  kinfocenter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:27:15 UTC (rev 245553)
+++ PKGBUILD2015-09-08 15:28:55 UTC (rev 245554)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kinfocenter
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='A utility that provides information about a computer system'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
 
'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
-md5sums=('1e14ae65b6ef0b069c56585fd76083be'
+md5sums=('2aab5a329f2b4b196cd3e130bdf00bc6'
  '518881f04ca9d4bd8526008767e40ba7'
  '4b4e2496ea1de3a09de501b5d508f666')
 


  1   2   3   >