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

2015-08-04 Thread Sergej Pupykin
Date: Tuesday, August 4, 2015 @ 14:50:43
  Author: spupykin
Revision: 137933

upgpkg: phpvirtualbox 5.0_0-1

upd

Modified:
  phpvirtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 09:41:24 UTC (rev 137932)
+++ PKGBUILD2015-08-04 12:50:43 UTC (rev 137933)
@@ -3,7 +3,7 @@
 # Contributor:Techlive Zheng techlivezheng at gmail dot com
 
 pkgname=phpvirtualbox
-pkgver=4.3_3
+pkgver=5.0_0
 pkgrel=1
 pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('php')
 backup=(etc/webapps/phpvirtualbox/config.php)
 
source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('11063959b5d4a33e9dc9614f240a79d1')
+md5sums=('af2f645430407cdc94edbc65dfb0dc55')
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver/_/-}


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

2015-08-04 Thread Sergej Pupykin
Date: Tuesday, August 4, 2015 @ 14:50:52
  Author: spupykin
Revision: 137934

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 137933, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-04 12:50:43 UTC (rev 137933)
+++ PKGBUILD2015-08-04 12:50:52 UTC (rev 137934)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.3_3
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('11063959b5d4a33e9dc9614f240a79d1')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  /Directory
-EOF
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 137933, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 12:50:52 UTC (rev 137934)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=5.0_0
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('af2f645430407cdc94edbc65dfb0dc55')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  /Directory
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}


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

2015-08-04 Thread Anatol Pomozov
Date: Tuesday, August 4, 2015 @ 16:12:10
  Author: anatolik
Revision: 137936

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 14:11:29 UTC (rev 137935)
+++ community-i686/PKGBUILD 2015-08-04 14:12:10 UTC (rev 137936)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: KokaKiwi ad...@kokaelkiwi.eu
-# Contributor: James Bulmer neki...@gmail.com
-
-pkgname=nanomsg
-pkgver=0.5
-_tag=$pkgver-beta
-pkgrel=1
-pkgdesc='Simple high-performance implementation of several scalability 
protocols'
-url='http://nanomsg.org/'
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(http://download.nanomsg.org/nanomsg-$_tag.tar.gz)
-sha1sums=('2826bf58fe29550777dbe610e12ed20d386a6974')
-
-build() {
-  cd nanomsg-$_tag
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd nanomsg-$_tag
-  make check
-}
-
-package() {
-  cd nanomsg-$_tag
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: nanomsg/repos/community-i686/PKGBUILD (from rev 137935, 
nanomsg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 14:12:10 UTC (rev 137936)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: KokaKiwi ad...@kokaelkiwi.eu
+# Contributor: James Bulmer neki...@gmail.com
+
+pkgname=nanomsg
+pkgver=0.6
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several scalability 
protocols'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
+sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
+
+build() {
+  cd nanomsg-$_tag
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check
+}
+
+package() {
+  cd nanomsg-$_tag
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-04 14:11:29 UTC (rev 137935)
+++ community-x86_64/PKGBUILD   2015-08-04 14:12:10 UTC (rev 137936)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: KokaKiwi ad...@kokaelkiwi.eu
-# Contributor: James Bulmer neki...@gmail.com
-
-pkgname=nanomsg
-pkgver=0.5
-_tag=$pkgver-beta
-pkgrel=1
-pkgdesc='Simple high-performance implementation of several scalability 
protocols'
-url='http://nanomsg.org/'
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(http://download.nanomsg.org/nanomsg-$_tag.tar.gz)
-sha1sums=('2826bf58fe29550777dbe610e12ed20d386a6974')
-
-build() {
-  cd nanomsg-$_tag
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd nanomsg-$_tag
-  make check
-}
-
-package() {
-  cd nanomsg-$_tag
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: nanomsg/repos/community-x86_64/PKGBUILD (from rev 137935, 
nanomsg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-04 14:12:10 UTC (rev 137936)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: KokaKiwi ad...@kokaelkiwi.eu
+# Contributor: James Bulmer neki...@gmail.com
+
+pkgname=nanomsg
+pkgver=0.6
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several scalability 
protocols'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
+sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
+
+build() {
+  cd nanomsg-$_tag
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check
+}
+
+package() {
+  cd nanomsg-$_tag
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2015-08-04 Thread Anatol Pomozov
Date: Tuesday, August 4, 2015 @ 16:11:29
  Author: anatolik
Revision: 137935

upgpkg: nanomsg 0.6-1

Modified:
  nanomsg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 12:50:52 UTC (rev 137934)
+++ PKGBUILD2015-08-04 14:11:29 UTC (rev 137935)
@@ -4,7 +4,7 @@
 # Contributor: James Bulmer neki...@gmail.com
 
 pkgname=nanomsg
-pkgver=0.5
+pkgver=0.6
 _tag=$pkgver-beta
 pkgrel=1
 pkgdesc='Simple high-performance implementation of several scalability 
protocols'
@@ -12,11 +12,12 @@
 license=(MIT)
 arch=(i686 x86_64)
 depends=(glibc)
-source=(http://download.nanomsg.org/nanomsg-$_tag.tar.gz)
-sha1sums=('2826bf58fe29550777dbe610e12ed20d386a6974')
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
+sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
 
 build() {
   cd nanomsg-$_tag
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }


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

2015-08-04 Thread Anatol Pomozov
Date: Tuesday, August 4, 2015 @ 16:20:56
  Author: anatolik
Revision: 243018

upgpkg: libgusb 0.2.6-1

Modified:
  libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 13:06:44 UTC (rev 243017)
+++ PKGBUILD2015-08-04 14:20:56 UTC (rev 243018)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=libgusb
-pkgver=0.2.5
+pkgver=0.2.6
 pkgrel=1
 pkgdesc=GLib wrapper around libusb1
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('udev' 'libusbx' 'glib2')
 makedepends=('gobject-introspection' 'python2')
 
source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
+sha256sums=('6f638bdbc4e77643c0a198a300e50b592ad326e56bddf359de15e04689209c06')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-04 Thread Anatol Pomozov
Date: Tuesday, August 4, 2015 @ 16:21:34
  Author: anatolik
Revision: 243019

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-08-04 14:20:56 UTC (rev 243018)
+++ testing-i686/PKGBUILD   2015-08-04 14:21:34 UTC (rev 243019)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libgusb
-pkgver=0.2.5
-pkgrel=1
-pkgdesc=GLib wrapper around libusb1
-arch=('i686' 'x86_64')
-url=https://github.com/hughsie/libgusb;
-license=('LGPL2.1')
-depends=('udev' 'libusbx' 'glib2')
-makedepends=('gobject-introspection' 'python2')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/testing-i686/PKGBUILD (from rev 243018, 
libgusb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-04 14:21:34 UTC (rev 243019)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libgusb
+pkgver=0.2.6
+pkgrel=1
+pkgdesc=GLib wrapper around libusb1
+arch=('i686' 'x86_64')
+url=https://github.com/hughsie/libgusb;
+license=('LGPL2.1')
+depends=('udev' 'libusbx' 'glib2')
+makedepends=('gobject-introspection' 'python2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('6f638bdbc4e77643c0a198a300e50b592ad326e56bddf359de15e04689209c06')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-08-04 14:20:56 UTC (rev 243018)
+++ testing-x86_64/PKGBUILD 2015-08-04 14:21:34 UTC (rev 243019)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libgusb
-pkgver=0.2.5
-pkgrel=1
-pkgdesc=GLib wrapper around libusb1
-arch=('i686' 'x86_64')
-url=https://github.com/hughsie/libgusb;
-license=('LGPL2.1')
-depends=('udev' 'libusbx' 'glib2')
-makedepends=('gobject-introspection' 'python2')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/testing-x86_64/PKGBUILD (from rev 243018, 
libgusb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-04 14:21:34 UTC (rev 243019)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libgusb
+pkgver=0.2.6
+pkgrel=1
+pkgdesc=GLib wrapper around libusb1
+arch=('i686' 'x86_64')
+url=https://github.com/hughsie/libgusb;
+license=('LGPL2.1')
+depends=('udev' 'libusbx' 'glib2')
+makedepends=('gobject-introspection' 'python2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('6f638bdbc4e77643c0a198a300e50b592ad326e56bddf359de15e04689209c06')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-04 Thread Laurent Carlier
Date: Tuesday, August 4, 2015 @ 09:50:22
  Author: lcarlier
Revision: 137914

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-04 07:50:16 UTC (rev 137913)
+++ PKGBUILD2015-08-04 07:50:22 UTC (rev 137914)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-pkgver=223
-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
-}

Copied: lib32-systemd/repos/multilib-x86_64/PKGBUILD (from rev 137913, 
lib32-systemd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 07:50:22 UTC (rev 137914)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+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
+}


[arch-commits] Commit in perl-io-stringy/trunk (PKGBUILD)

2015-08-04 Thread Giovanni Scafora
Date: Tuesday, August 4, 2015 @ 09:07:38
  Author: giovanni
Revision: 243013

upgpkg: perl-io-stringy 2.111-1

upstream release

Modified:
  perl-io-stringy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 07:02:23 UTC (rev 243012)
+++ PKGBUILD2015-08-04 07:07:38 UTC (rev 243013)
@@ -3,8 +3,8 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-io-stringy
-pkgver=2.110
-pkgrel=10
+pkgver=2.111
+pkgrel=1
 pkgdesc=I/O on in-core objects like strings/arrays
 arch=('any')
 url=http://search.cpan.org/dist/IO-stringy;
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/D/DS/DSKOLL/IO-stringy-$pkgver.tar.gz;) 
-md5sums=('2e6a976cfa5521e815c1fdf4006982de')
+md5sums=('e91acf0a800b190d13585a47de775bdd')
 
 build() {
   cd  ${srcdir}/IO-stringy-${pkgver}


[arch-commits] Commit in perl-io-stringy/repos/extra-any (PKGBUILD PKGBUILD)

2015-08-04 Thread Giovanni Scafora
Date: Tuesday, August 4, 2015 @ 09:07:43
  Author: giovanni
Revision: 243014

archrelease: copy trunk to extra-any

Added:
  perl-io-stringy/repos/extra-any/PKGBUILD
(from rev 243013, perl-io-stringy/trunk/PKGBUILD)
Deleted:
  perl-io-stringy/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-04 07:07:38 UTC (rev 243013)
+++ PKGBUILD2015-08-04 07:07:43 UTC (rev 243014)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-io-stringy
-pkgver=2.110
-pkgrel=10
-pkgdesc=I/O on in-core objects like strings/arrays
-arch=('any')
-url=http://search.cpan.org/dist/IO-stringy;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DS/DSKOLL/IO-stringy-$pkgver.tar.gz;)
 
-md5sums=('2e6a976cfa5521e815c1fdf4006982de')
-
-build() {
-  cd  ${srcdir}/IO-stringy-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd  ${srcdir}/IO-stringy-${pkgver}
-  make test
-}
-
-package() {
-  cd  ${srcdir}/IO-stringy-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-io-stringy/repos/extra-any/PKGBUILD (from rev 243013, 
perl-io-stringy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 07:07:43 UTC (rev 243014)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-io-stringy
+pkgver=2.111
+pkgrel=1
+pkgdesc=I/O on in-core objects like strings/arrays
+arch=('any')
+url=http://search.cpan.org/dist/IO-stringy;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DS/DSKOLL/IO-stringy-$pkgver.tar.gz;)
 
+md5sums=('e91acf0a800b190d13585a47de775bdd')
+
+build() {
+  cd  ${srcdir}/IO-stringy-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  ${srcdir}/IO-stringy-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${srcdir}/IO-stringy-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}


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

2015-08-04 Thread Laurent Carlier
Date: Tuesday, August 4, 2015 @ 09:32:16
  Author: lcarlier
Revision: 137910

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-04 07:32:10 UTC (rev 137909)
+++ PKGBUILD2015-08-04 07:32:16 UTC (rev 137910)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgname=lib32-libdbus
-_pkgbasename=libdbus
-pkgver=1.8.18
-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=('83e607e9ccb1c921d5b6bbea2376a36c'
- 'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 
simon.mcvit...@collabora.co.uk
-
-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-dnotify \
---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}
-}

Copied: lib32-libdbus/repos/multilib-x86_64/PKGBUILD (from rev 137909, 
lib32-libdbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 07:32:16 UTC (rev 137910)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgname=lib32-libdbus
+_pkgbasename=libdbus
+pkgver=1.8.20
+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=('b49890bbabedab3a1c3f4f73c7ff8b2b'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 
simon.mcvit...@collabora.co.uk
+
+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-08-04 Thread Laurent Carlier
Date: Tuesday, August 4, 2015 @ 09:32:10
  Author: lcarlier
Revision: 137909

upgpkg: lib32-libdbus 1.8.20-1

upstream update 1.8.20

Modified:
  lib32-libdbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 06:37:23 UTC (rev 137908)
+++ PKGBUILD2015-08-04 07:32:10 UTC (rev 137909)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libdbus
 _pkgbasename=libdbus
-pkgver=1.8.18
+pkgver=1.8.20
 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=('83e607e9ccb1c921d5b6bbea2376a36c'
+md5sums=('b49890bbabedab3a1c3f4f73c7ff8b2b'
  'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 
simon.mcvit...@collabora.co.uk
 
@@ -30,7 +30,7 @@
 --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-dnotify \
+--enable-inotify \
 --disable-verbose-mode --disable-static \
 --disable-tests --disable-asserts --disable-systemd
 


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

2015-08-04 Thread Giovanni Scafora
Date: Tuesday, August 4, 2015 @ 09:02:03
  Author: giovanni
Revision: 243011

upgpkg: gparted 0.23.0-1

upstream release

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 06:36:19 UTC (rev 243010)
+++ PKGBUILD2015-08-04 07:02:03 UTC (rev 243011)
@@ -4,7 +4,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gparted
-pkgver=0.22.0
+pkgver=0.23.0
 pkgrel=1
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
 'org.archlinux.pkexec.gparted.policy'
 'gparted_polkit')
-md5sums=('67c4bdf680461e1107b718aff6095ea6'
+md5sums=('5901dca33ced32213cccb13a2713dea8'
  '122ed3120c846376bead22b25f6a3b19'
  '0b68a4e2bc6bc15440730ebe2d7bf9f6')
 


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

2015-08-04 Thread Giovanni Scafora
Date: Tuesday, August 4, 2015 @ 09:02:23
  Author: giovanni
Revision: 243012

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 243011, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 243011, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 243011, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 243011, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 243011, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 243011, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 243011, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 243011, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/gparted_polkit
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/gparted_polkit
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy

--+
 /PKGBUILD|  126 +
 /gparted.install |   22 +++
 /gparted_polkit  |   12 ++
 /org.archlinux.pkexec.gparted.policy |   40 ++
 extra-i686/PKGBUILD  |   63 --
 extra-i686/gparted.install   |   11 -
 extra-i686/gparted_polkit|6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   63 --
 extra-x86_64/gparted.install |   11 -
 extra-x86_64/gparted_polkit  |6 -
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 12 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-04 07:02:03 UTC (rev 243011)
+++ extra-i686/PKGBUILD 2015-08-04 07:02:23 UTC (rev 243012)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.22.0
-pkgrel=1
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'f2fs-tools: for Flash-Friendly File System'
-'btrfs-progs: for btrfs partitions'
-'exfat-utils: for exFAT partitions'
-'ntfs-3g: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools: utilities to access MS-DOS disks')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'org.archlinux.pkexec.gparted.policy'
-'gparted_polkit')
-md5sums=('67c4bdf680461e1107b718aff6095ea6'
- '122ed3120c846376bead22b25f6a3b19'
- '0b68a4e2bc6bc15440730ebe2d7bf9f6')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g gparted.desktop.in.in
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-online-resize \
-  --enable-libparted-dmraid
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # Install policy file
-  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy \
- 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
-
-  # Install launcher script
-  install -m755 ${srcdir}/gparted_polkit \
-${pkgdir}/usr/bin/gparted_polkit
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 243011, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-04 07:02:23 UTC (rev 243012)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# 

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

2015-08-04 Thread Laurent Carlier
Date: Tuesday, August 4, 2015 @ 09:37:35
  Author: lcarlier
Revision: 137912

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-04 07:37:29 UTC (rev 137911)
+++ PKGBUILD2015-08-04 07:37:35 UTC (rev 137912)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Contributor: Kaos  gianlucaatlas dot gmail dot com 
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3081002
-_docver=${_amalgamationver}
-#_docver=3080401
-pkgver=3.8.10.2
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine (32-bit)
-arch=('x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('c2f2c17d3dc4c4e179d35cc04e4420636d48a152')
-options=('!makeflags')
-provides=(lib32-sqlite3=$pkgver)
-replaces=(lib32-sqlite3)
-conflicts=(lib32-sqlite3)
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  export LTLINK_EXTRAS=-ldl
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-static
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  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-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 137911, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 07:37:35 UTC (rev 137912)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Biru Ionut io...@archlinux.ro
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Contributor: Kaos  gianlucaatlas dot gmail dot com 
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3081101
+_docver=${_amalgamationver}
+#_docver=3080401
+pkgver=3.8.11.1
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine (32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
+sha1sums=('d0e22d7e361b6f50830a3cdeafe35311443f8f9a')
+options=('!makeflags')
+provides=(lib32-sqlite3=$pkgver)
+replaces=(lib32-sqlite3)
+conflicts=(lib32-sqlite3)
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  export LTLINK_EXTRAS=-ldl
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_SECURE_DELETE
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}


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

2015-08-04 Thread Laurent Carlier
Date: Tuesday, August 4, 2015 @ 09:37:29
  Author: lcarlier
Revision: 137911

upgpkg: lib32-sqlite 3.8.11.1-1

upstream update 3.8.11.1

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 07:32:16 UTC (rev 137910)
+++ PKGBUILD2015-08-04 07:37:29 UTC (rev 137911)
@@ -5,10 +5,10 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_amalgamationver=3081002
+_amalgamationver=3081101
 _docver=${_amalgamationver}
 #_docver=3080401
-pkgver=3.8.10.2
+pkgver=3.8.11.1
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine (32-bit)
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('c2f2c17d3dc4c4e179d35cc04e4420636d48a152')
+sha1sums=('d0e22d7e361b6f50830a3cdeafe35311443f8f9a')
 options=('!makeflags')
 provides=(lib32-sqlite3=$pkgver)
 replaces=(lib32-sqlite3)
@@ -31,7 +31,11 @@
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   export LTLINK_EXTRAS=-ldl
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_SECURE_DELETE
 
   ./configure --prefix=/usr --libdir=/usr/lib32 \
 --disable-static


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

2015-08-04 Thread Alexander Rødseth
Date: Tuesday, August 4, 2015 @ 11:08:37
  Author: arodseth
Revision: 137920

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

Added:
  gambit-c/repos/community-i686/PKGBUILD
(from rev 137919, gambit-c/trunk/PKGBUILD)
  gambit-c/repos/community-i686/gambit-c.install
(from rev 137919, gambit-c/trunk/gambit-c.install)
  gambit-c/repos/community-x86_64/PKGBUILD
(from rev 137919, gambit-c/trunk/PKGBUILD)
  gambit-c/repos/community-x86_64/gambit-c.install
(from rev 137919, gambit-c/trunk/gambit-c.install)
Deleted:
  gambit-c/repos/community-i686/PKGBUILD
  gambit-c/repos/community-i686/gambit-c.install
  gambit-c/repos/community-x86_64/PKGBUILD
  gambit-c/repos/community-x86_64/gambit-c.install

---+
 /PKGBUILD |   72 
 /gambit-c.install |   32 
 community-i686/PKGBUILD   |   34 -
 community-i686/gambit-c.install   |   16 
 community-x86_64/PKGBUILD |   34 -
 community-x86_64/gambit-c.install |   16 
 6 files changed, 104 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 09:08:25 UTC (rev 137919)
+++ community-i686/PKGBUILD 2015-08-04 09:08:37 UTC (rev 137920)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Christian Babeux christian.bab...@0x80.ca
-
-pkgname=gambit-c
-pkgver=4.7.4
-pkgrel=1
-pkgdesc='Scheme R5RS interpreter and compiler (via C)'
-arch=('x86_64' 'i686')
-url='http://gambitscheme.org/'
-license=('LGPL2.1' 'Apache')
-depends=('bash')
-install=$pkgname.install
-options=('staticlibs')
-source=(http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz;)
-sha256sums=('1ad2756215bb0c059f68aaad1a314f334fd6cdd15a0db37bcdbe9849209d5778')
-
-build() {
- cd ${pkgname/it-}-v${pkgver//./_}
-
-  ./configure --prefix=/usr --docdir=/usr/share/doc/gambit-c \
---infodir=/usr/share/info --libdir=/usr/lib/gambit-c \
---enable-gcc-opts --enable-single-host
-  make
-}
-
-package() {
-  make -C ${pkgname/it-}-v${pkgver//./_} install DESTDIR=$pkgdir
-  # gsc conflicts with the one provided by ghostscript
-  mv $pkgdir/usr/bin/gsc $pkgdir/usr/bin/gambitc
-  ln -sf /usr/bin/gambitc $pkgdir/usr/bin/gsc-script
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gambit-c/repos/community-i686/PKGBUILD (from rev 137919, 
gambit-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 09:08:37 UTC (rev 137920)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Christian Babeux christian.bab...@0x80.ca
+
+pkgname=gambit-c
+pkgver=4.7.7
+pkgrel=1
+pkgdesc='Scheme R5RS interpreter and compiler (via C)'
+arch=('x86_64' 'i686')
+url='http://gambitscheme.org/'
+license=('LGPL2.1' 'Apache')
+depends=('bash')
+install=$pkgname.install
+options=('staticlibs')
+source=(http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz;)
+sha256sums=('7ddce550bf3ce54707a5a5a2e049cb823fbb44e5ded4112e0c93bb6c278804a9')
+
+build() {
+ cd ${pkgname/it-}-v${pkgver//./_}
+
+  ./configure --prefix=/usr --docdir=/usr/share/doc/gambit-c \
+--infodir=/usr/share/info --libdir=/usr/lib/gambit-c \
+--enable-gcc-opts --enable-single-host
+  make
+}
+
+package() {
+  make -C ${pkgname/it-}-v${pkgver//./_} install DESTDIR=$pkgdir
+
+  # /usr/bin/gsc conflicts with ghostscript
+  mv $pkgdir/usr/bin/gsc $pkgdir/usr/bin/gambitc
+  ln -sf /usr/bin/gambitc $pkgdir/usr/bin/gsc-script
+}
+
+# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gambit-c.install
===
--- community-i686/gambit-c.install 2015-08-04 09:08:25 UTC (rev 137919)
+++ community-i686/gambit-c.install 2015-08-04 09:08:37 UTC (rev 137920)
@@ -1,16 +0,0 @@
-_infodir=/usr/share/info
-_iinfoargs=$_infodir/gambit-c.info.gz $_infodir/dir
-
-post_install() {
-  install-info $_iinfoargs
-}
-
-post_upgrade() {
-  post_install $@
-}
-
-pre_remove() {
-  install-info --delete $_iinfoargs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gambit-c/repos/community-i686/gambit-c.install (from rev 137919, 
gambit-c/trunk/gambit-c.install)
===
--- community-i686/gambit-c.install (rev 0)
+++ community-i686/gambit-c.install 2015-08-04 09:08:37 UTC (rev 137920)
@@ -0,0 +1,16 @@
+_infodir=/usr/share/info

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

2015-08-04 Thread Alexander Rødseth
Date: Tuesday, August 4, 2015 @ 11:08:25
  Author: arodseth
Revision: 137919

upgpkg: gambit-c 4.7.7-1

Modified:
  gambit-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 09:03:48 UTC (rev 137918)
+++ PKGBUILD2015-08-04 09:08:25 UTC (rev 137919)
@@ -3,7 +3,7 @@
 # Contributor: Christian Babeux christian.bab...@0x80.ca
 
 pkgname=gambit-c
-pkgver=4.7.4
+pkgver=4.7.7
 pkgrel=1
 pkgdesc='Scheme R5RS interpreter and compiler (via C)'
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 install=$pkgname.install
 options=('staticlibs')
 
source=(http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz;)
-sha256sums=('1ad2756215bb0c059f68aaad1a314f334fd6cdd15a0db37bcdbe9849209d5778')
+sha256sums=('7ddce550bf3ce54707a5a5a2e049cb823fbb44e5ded4112e0c93bb6c278804a9')
 
 build() {
  cd ${pkgname/it-}-v${pkgver//./_}
@@ -26,9 +26,11 @@
 
 package() {
   make -C ${pkgname/it-}-v${pkgver//./_} install DESTDIR=$pkgdir
-  # gsc conflicts with the one provided by ghostscript
+
+  # /usr/bin/gsc conflicts with ghostscript
   mv $pkgdir/usr/bin/gsc $pkgdir/usr/bin/gambitc
   ln -sf /usr/bin/gambitc $pkgdir/usr/bin/gsc-script
 }
 
+# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page
 # vim:set ts=2 sw=2 et:


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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:30:26
  Author: tredaelli
Revision: 137922

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 09:30:14 UTC (rev 137921)
+++ community-i686/PKGBUILD 2015-08-04 09:30:26 UTC (rev 137922)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: sh0 m...@sh0.org
-# Contributor: Maxwel msg.max...@gmail.com
-
-pkgname=pax-utils
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap' 'python-pyelftools')
-source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('8535a94e1f77841da92d5526d2935abb786437fdf11be9ed077a78ab5e6b5670')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_CAP='yes'
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # FIXME lddpath.py uses /lib64 before /usr/lib
-  LD_LIBRARY_PATH=/usr/lib make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_PYTHON='yes' DESTDIR=${pkgdir} install
-}

Copied: pax-utils/repos/community-i686/PKGBUILD (from rev 137921, 
pax-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 09:30:26 UTC (rev 137922)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: sh0 m...@sh0.org
+# Contributor: Maxwel msg.max...@gmail.com
+
+pkgname=pax-utils
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap' 'python-pyelftools')
+source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('f69a9938e4af7912d26d585094bc0203e43571a990fdd048319088a8b8ad906f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make USE_CAP='yes'
+}
+
+check() {
+  # FIXME
+  return
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # FIXME lddpath.py uses /lib64 before /usr/lib
+  LD_LIBRARY_PATH=/usr/lib make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make USE_PYTHON='yes' DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-04 09:30:14 UTC (rev 137921)
+++ community-x86_64/PKGBUILD   2015-08-04 09:30:26 UTC (rev 137922)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: sh0 m...@sh0.org
-# Contributor: Maxwel msg.max...@gmail.com
-
-pkgname=pax-utils
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap' 'python-pyelftools')
-source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('8535a94e1f77841da92d5526d2935abb786437fdf11be9ed077a78ab5e6b5670')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_CAP='yes'
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # FIXME lddpath.py uses /lib64 before /usr/lib
-  LD_LIBRARY_PATH=/usr/lib make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_PYTHON='yes' DESTDIR=${pkgdir} install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 137921, 
pax-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-04 09:30:26 UTC (rev 137922)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: sh0 m...@sh0.org
+# Contributor: Maxwel msg.max...@gmail.com
+
+pkgname=pax-utils
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')

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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:30:14
  Author: tredaelli
Revision: 137921

upgpkg: pax-utils 1.0.5-1

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 09:08:37 UTC (rev 137920)
+++ PKGBUILD2015-08-04 09:30:14 UTC (rev 137921)
@@ -4,7 +4,7 @@
 # Contributor: Maxwel msg.max...@gmail.com
 
 pkgname=pax-utils
-pkgver=1.0.3
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
 url='http://hardened.gentoo.org/pax-utils.xml'
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('bash' 'libcap' 'python-pyelftools')
 source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('8535a94e1f77841da92d5526d2935abb786437fdf11be9ed077a78ab5e6b5670')
+sha256sums=('f69a9938e4af7912d26d585094bc0203e43571a990fdd048319088a8b8ad906f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -20,6 +20,8 @@
 }
 
 check() {
+  # FIXME
+  return
   cd ${srcdir}/${pkgname}-${pkgver}
   # FIXME lddpath.py uses /lib64 before /usr/lib
   LD_LIBRARY_PATH=/usr/lib make check


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

2015-08-04 Thread Massimiliano Torromeo
Date: Tuesday, August 4, 2015 @ 10:12:08
  Author: mtorromeo
Revision: 137916

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 08:11:35 UTC (rev 137915)
+++ community-i686/PKGBUILD 2015-08-04 08:12:08 UTC (rev 137916)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=xtrabackup
-pkgver=2.2.11
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('84020a274c29bf1c3c25b8d4667c7c69d32e0db5281fc52f286a42c78d5d2f91')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make DESTDIR=$pkgdir install
-
-  cd  $pkgdir
-  rm -rf usr/xtrabackup-test
-  install -dm755 usr/share
-  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
-  rm -rf build
-}

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 137915, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 08:12:08 UTC (rev 137916)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=xtrabackup
+pkgver=2.2.12
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
+makedepends=('cmake' 'python-sphinx' 'zlib')
+source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
+sha256sums=('6e8e3f6e6188321eef649cc1169bbc70200e4ae6a55160f3382db6be02a538d3')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  cmake -DBUILD_CONFIG=xtrabackup_release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+  make DESTDIR=$pkgdir install
+
+  cd  $pkgdir
+  rm -rf usr/xtrabackup-test
+  install -dm755 usr/share
+  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
+  rm -rf build
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-04 08:11:35 UTC (rev 137915)
+++ community-x86_64/PKGBUILD   2015-08-04 08:12:08 UTC (rev 137916)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=xtrabackup
-pkgver=2.2.11
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('84020a274c29bf1c3c25b8d4667c7c69d32e0db5281fc52f286a42c78d5d2f91')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make DESTDIR=$pkgdir install
-
-  cd  $pkgdir
-  rm -rf usr/xtrabackup-test
-  install -dm755 usr/share
-  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
-  rm -rf build
-}

Copied: xtrabackup/repos/community-x86_64/PKGBUILD (from rev 137915, 
xtrabackup/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-04 08:12:08 UTC (rev 137916)
@@ -0,0 +1,34 @@
+# 

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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:36:23
  Author: tredaelli
Revision: 137930

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

Added:
  miniupnpd/repos/community-i686/PKGBUILD
(from rev 137929, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-i686/miniupnpd-1.8.20140401-foreground.patch
(from rev 137929, miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch)
  miniupnpd/repos/community-i686/miniupnpd.systemd
(from rev 137929, miniupnpd/trunk/miniupnpd.systemd)
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 137929, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd-1.8.20140401-foreground.patch
(from rev 137929, miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch)
  miniupnpd/repos/community-x86_64/miniupnpd.systemd
(from rev 137929, miniupnpd/trunk/miniupnpd.systemd)
Deleted:
  miniupnpd/repos/community-i686/PKGBUILD
  miniupnpd/repos/community-i686/miniupnpd-1.8.20140401-foreground.patch
  miniupnpd/repos/community-i686/miniupnpd.systemd
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd-1.8.20140401-foreground.patch
  miniupnpd/repos/community-x86_64/miniupnpd.systemd

--+
 /PKGBUILD|   98 +
 /miniupnpd-1.8.20140401-foreground.patch |   80 ++
 /miniupnpd.systemd   |   26 +++
 community-i686/PKGBUILD  |   49 --
 community-i686/miniupnpd-1.8.20140401-foreground.patch   |   40 -
 community-i686/miniupnpd.systemd |   13 -
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/miniupnpd-1.8.20140401-foreground.patch |   40 -
 community-x86_64/miniupnpd.systemd   |   13 -
 9 files changed, 204 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 09:36:11 UTC (rev 137929)
+++ community-i686/PKGBUILD 2015-08-04 09:36:23 UTC (rev 137930)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: fauno fa...@parabola.nu
-pkgname=miniupnpd
-pkgver=1.9.20150430
-pkgrel=1
-pkgdesc=Lightweight UPnP IGD daemon
-arch=('i686' 'x86_64')
-url=http://miniupnp.free.fr;
-license=('BSD')
-backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
-miniupnpd-1.8.20140401-foreground.patch
-miniupnpd.systemd)
-sha256sums=('e1cce06fc17861cb523bdd629d501cc2aca587502e9d1daa2bf831e1e8d0582a'
-'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
-'74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p0 -i $srcdir/miniupnpd-1.8.20140401-foreground.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  CONFIG_OPTIONS=--ipv6 --igd2 --leasefile make -f Makefile.linux config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/man/man8
-
-  make PREFIX=$pkgdir/ SBININSTALLDIR=$pkgdir/usr/bin -f Makefile.linux 
install
-
-  rm -r ${pkgdir}/etc/init.d
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 ${srcdir}/miniupnpd.systemd 
${pkgdir}/usr/lib/systemd/system/miniupnpd.service
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-  s:eth0:`cat /etc/miniupnpd/miniupnpd.conf | 'awk -F= 
'/^ext_ifname/ { print \$2 }''`:' ${pkgdir}/etc/miniupnpd/*.sh
-  sed -i -e s/^uuid=[-0-9a-f]*/uuid=----/
- s/make genuuid/uuidgen/ ${pkgdir}/etc/miniupnpd/miniupnpd.conf
-}

Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 137929, 
miniupnpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 09:36:23 UTC (rev 137930)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: fauno fa...@parabola.nu
+pkgname=miniupnpd
+pkgver=1.9.20150721
+pkgrel=1
+pkgdesc=Lightweight UPnP IGD daemon
+arch=('i686' 'x86_64')
+url=http://miniupnp.free.fr;
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
+miniupnpd-1.8.20140401-foreground.patch
+miniupnpd.systemd)
+sha256sums=('9340224e5023ecb5d1b7f45e4d69734dcfbadbe41a80d1f0182347e6b8104470'
+'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
+

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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:35:09
  Author: tredaelli
Revision: 137927

upgpkg: parallel 20150722-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 09:34:06 UTC (rev 137926)
+++ PKGBUILD2015-08-04 09:35:09 UTC (rev 137927)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons sim...@cryp.to
 
 pkgname=parallel
-pkgver=20150622
+pkgver=20150722
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('1684b2d2a04e76fefc878bf0447e0554'
+md5sums=('549d84033dc1c1ba123313c2237215f9'
  'SKIP')
-sha1sums=('85cbc28f7adbed7cae46979b9b8832e225b6ba73'
+sha1sums=('20ca87b22cf085b8a51497737d3a4b3e665b7d0d'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:35:16
  Author: tredaelli
Revision: 137928

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 137927, parallel/trunk/PKGBUILD)
  parallel/repos/community-any/fix-pod-numbers.patch
(from rev 137927, parallel/trunk/fix-pod-numbers.patch)
Deleted:
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-any/fix-pod-numbers.patch

---+
 PKGBUILD  |   70 +--
 fix-pod-numbers.patch |   94 
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-04 09:35:09 UTC (rev 137927)
+++ PKGBUILD2015-08-04 09:35:16 UTC (rev 137928)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Vianney le Clément vleclement AT gmail·com
-# Contributor: Peter Simons sim...@cryp.to
-
-pkgname=parallel
-pkgver=20150622
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('1684b2d2a04e76fefc878bf0447e0554'
- 'SKIP')
-sha1sums=('85cbc28f7adbed7cae46979b9b8832e225b6ba73'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # FIXME
-  ln -sf parallel $pkgdir/usr/bin/sem
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 137927, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 09:35:16 UTC (rev 137928)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Vianney le Clément vleclement AT gmail·com
+# Contributor: Peter Simons sim...@cryp.to
+
+pkgname=parallel
+pkgver=20150722
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('549d84033dc1c1ba123313c2237215f9'
+ 'SKIP')
+sha1sums=('20ca87b22cf085b8a51497737d3a4b3e665b7d0d'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # FIXME
+  ln -sf parallel $pkgdir/usr/bin/sem
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-pod-numbers.patch
===
--- fix-pod-numbers.patch   2015-08-04 09:35:09 UTC (rev 137927)
+++ fix-pod-numbers.patch   2015-08-04 09:35:16 UTC (rev 137928)
@@ -1,47 +0,0 @@
 src/parallel.pod.orig
-+++ src/parallel.pod
-@@ -528,18 +528,18 @@
- 
- =over 3
- 
--=item 0
-+=item 0Z
- 
- Do not halt if a job fails. Exit status will be the number of jobs
- failed. This is the default.
- 
--=item 1
-+=item 1Z
- 
- Do not start new jobs if a job fails, but complete the running jobs
- including cleanup. The exit status will be the exit status from the
- last failing job.
- 
--=item 2
-+=item 2Z
- 
- Kill off all jobs immediately and exit without cleanup. The exit
- status will be the exit status from the failing job.
-@@ -2760,7 +2760,7 @@
- 
- =over 6
- 
--=item 0
-+=item 0Z
- 
- All jobs ran without error.
- 
-@@ -2768,11 +2768,11 @@
- 
- Some of the jobs failed. The exit status gives the number of failed jobs
- 
--=item 254
-+=item 254Z
- 
- More than 253 jobs failed.
- 
--=item 255
-+=item 255Z
- 
- Other error.
- 

Copied: parallel/repos/community-any/fix-pod-numbers.patch (from rev 137927, 
parallel/trunk/fix-pod-numbers.patch)
===
--- fix-pod-numbers.patch   (rev 0)
+++ fix-pod-numbers.patch   2015-08-04 09:35:16 UTC (rev 137928)
@@ -0,0 +1,47 @@
+--- src/parallel.pod.orig
 src/parallel.pod
+@@ -528,18 +528,18 @@
+ 
+ =over 3
+ 
+-=item 0
++=item 0Z
+ 
+ Do not halt if a job fails. Exit status will be the number of jobs
+ failed. This is the default.
+ 
+-=item 1
++=item 1Z
+ 
+ Do not start new jobs if a job fails, but complete the running jobs
+ including cleanup. The exit status will be the exit status from the
+ last failing job.
+ 
+-=item 2
++=item 2Z
+ 
+ Kill off all jobs immediately and exit without cleanup. The exit
+ status will be the exit status from the failing job.
+@@ -2760,7 +2760,7 @@
+ 
+ =over 6
+ 
+-=item 0
++=item 0Z
+ 
+ All jobs ran without error.
+ 
+@@ -2768,11 

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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:36:11
  Author: tredaelli
Revision: 137929

upgpkg: miniupnpd 1.9.20150721-1

Modified:
  miniupnpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 09:35:16 UTC (rev 137928)
+++ PKGBUILD2015-08-04 09:36:11 UTC (rev 137929)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli timothy.redae...@gmail.com
 # Contributor: fauno fa...@parabola.nu
 pkgname=miniupnpd
-pkgver=1.9.20150430
+pkgver=1.9.20150721
 pkgrel=1
 pkgdesc=Lightweight UPnP IGD daemon
 arch=('i686' 'x86_64')
@@ -9,12 +9,12 @@
 url=http://miniupnp.free.fr;
 license=('BSD')
 backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
+depends=('iptables' 'net-tools' 'util-linux')
 makedepends=('lsb-release')
 source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
 miniupnpd-1.8.20140401-foreground.patch
 miniupnpd.systemd)
-sha256sums=('e1cce06fc17861cb523bdd629d501cc2aca587502e9d1daa2bf831e1e8d0582a'
+sha256sums=('9340224e5023ecb5d1b7f45e4d69734dcfbadbe41a80d1f0182347e6b8104470'
 '79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
 '74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
 


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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:33:59
  Author: tredaelli
Revision: 137925

upgpkg: electrum 2.4-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 09:32:14 UTC (rev 137924)
+++ PKGBUILD2015-08-04 09:33:59 UTC (rev 137925)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.3.3
+pkgver=2.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=('f8d821842412a794c8350b33f6bcc513'
+md5sums=('e0cc0724bb4510d16330505b908d1312'
  'SKIP')
-sha256sums=('72bac30a4d82c8fbc453fab2d1fa391af690884e1727088aa969d25891a9fc0d'
+sha256sums=('5dceb6136f1ea27f950f84dabc3d03d986be37ad7bcd8d77d2c3834056a90478'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:34:06
  Author: tredaelli
Revision: 137926

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 137925, electrum/trunk/PKGBUILD)
  electrum/repos/community-any/electrum.install
(from rev 137925, 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-08-04 09:33:59 UTC (rev 137925)
+++ PKGBUILD2015-08-04 09:34:06 UTC (rev 137926)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.3.3
-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=('f8d821842412a794c8350b33f6bcc513'
- 'SKIP')
-sha256sums=('72bac30a4d82c8fbc453fab2d1fa391af690884e1727088aa969d25891a9fc0d'
-'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 137925, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 09:34:06 UTC (rev 137926)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+# 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
+}

Deleted: electrum.install
===
--- electrum.install2015-08-04 09:33:59 UTC (rev 137925)
+++ electrum.install2015-08-04 09:34:06 UTC (rev 137926)
@@ -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 137925, 
electrum/trunk/electrum.install)
===
--- electrum.install  

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

2015-08-04 Thread Laurent Carlier
Date: Tuesday, August 4, 2015 @ 09:50:16
  Author: lcarlier
Revision: 137913

upgpkg: lib32-systemd 224-1

upstream update 224

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 07:37:35 UTC (rev 137912)
+++ PKGBUILD2015-08-04 07:50:16 UTC (rev 137913)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=223
+pkgver=224
 pkgrel=1
 pkgdesc=system and service manager (32-bit)
 arch=('x86_64')
@@ -19,6 +19,10 @@
 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 xtrabackup/trunk (PKGBUILD)

2015-08-04 Thread Massimiliano Torromeo
Date: Tuesday, August 4, 2015 @ 10:11:35
  Author: mtorromeo
Revision: 137915

upgpkg: xtrabackup 2.2.12-1

Updated to 2.2.12

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 07:50:22 UTC (rev 137914)
+++ PKGBUILD2015-08-04 08:11:35 UTC (rev 137915)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.11
+pkgver=2.2.12
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('84020a274c29bf1c3c25b8d4667c7c69d32e0db5281fc52f286a42c78d5d2f91')
+sha256sums=('6e8e3f6e6188321eef649cc1169bbc70200e4ae6a55160f3382db6be02a538d3')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2015-08-04 Thread Sébastien Luttringer
Date: Tuesday, August 4, 2015 @ 10:42:50
  Author: seblu
Revision: 243015

upgpkg: qemu 2.3.0-7

- fix FS#45880
- typos

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 07:07:43 UTC (rev 243014)
+++ PKGBUILD2015-08-04 08:42:50 UTC (rev 243015)
@@ -9,7 +9,7 @@
  'qemu-block-gluster'
  'libcacard')
 pkgver=2.3.0
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url='http://wiki.qemu.org/'
@@ -62,7 +62,7 @@
 package_qemu() {
   pkgdesc='A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation'
   depends=('glibc' 'pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
-   'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'libsasl' 'mesa-libgl'
+   'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'libsasl' 'libgl'
'seabios' 'libcap' 'libcap-ng' 'libaio' 'libseccomp' 'libcacard'
'spice' 'usbredir' 'lzo' 'snappy' 'gcc-libs' 'zlib' 'bzip2' 'nspr'
'ncurses' 'libx11' 'libusb' 'libpulse' 'libssh2' 'curl')
@@ -70,7 +70,7 @@
   replaces=('qemu-kvm')
   optdepends=('samba: SMB/CIFS server support'
   'qemu-block-iscsi: iSCSI block support'
-  'qemu-block-rbd: RDB block support'
+  'qemu-block-rbd: RBD block support'
   'qemu-block-gluster: glusterfs block support')
   options=(!strip)
   install=qemu.install
@@ -117,7 +117,7 @@
   rm usr/lib/pkgconfig/libcacard.pc
   rm usr/bin/vscclient
 
-  # remove splited block modules
+  # remove splitted block modules
   rm usr/lib/qemu/block-{iscsi,rbd,gluster}.so
 }
 
@@ -134,7 +134,7 @@
 }
 
 package_qemu-block-iscsi() {
-  pkgdesc='Qemu iSCSI block module'
+  pkgdesc='QEMU iSCSI block module'
   depends=('glibc' 'glib2' 'libiscsi')
 
   install -D qemu-${pkgver}/block-iscsi.so 
${pkgdir}/usr/lib/qemu/block-iscsi.so
@@ -141,7 +141,7 @@
 }
 
 package_qemu-block-rbd() {
-  pkgdesc='Qemu RBD block module'
+  pkgdesc='QEMU RBD block module'
   depends=('glibc' 'glib2' 'ceph')
 
   install -D qemu-${pkgver}/block-rbd.so ${pkgdir}/usr/lib/qemu/block-rbd.so
@@ -148,7 +148,7 @@
 }
 
 package_qemu-block-gluster() {
-  pkgdesc='Qemu GlusterFS block module'
+  pkgdesc='QEMU GlusterFS block module'
   depends=('glibc' 'glib2' 'glusterfs')
 
   install -D qemu-${pkgver}/block-gluster.so 
${pkgdir}/usr/lib/qemu/block-gluster.so


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

2015-08-04 Thread Sébastien Luttringer
Date: Tuesday, August 4, 2015 @ 10:43:29
  Author: seblu
Revision: 243016

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

Added:
  qemu/repos/testing-i686/65-kvm.rules
(from rev 243015, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/CVE-2015-3214.patch
(from rev 243015, qemu/trunk/CVE-2015-3214.patch)
  qemu/repos/testing-i686/CVE-2015-3456.patch
(from rev 243015, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-i686/CVE-2015-5154.patch
(from rev 243015, qemu/trunk/CVE-2015-5154.patch)
  qemu/repos/testing-i686/CVE-2015-5158.patch
(from rev 243015, qemu/trunk/CVE-2015-5158.patch)
  qemu/repos/testing-i686/PKGBUILD
(from rev 243015, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 243015, qemu/trunk/qemu.install)
  qemu/repos/testing-i686/qemu.sysusers
(from rev 243015, qemu/trunk/qemu.sysusers)
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 243015, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/CVE-2015-3214.patch
(from rev 243015, qemu/trunk/CVE-2015-3214.patch)
  qemu/repos/testing-x86_64/CVE-2015-3456.patch
(from rev 243015, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-x86_64/CVE-2015-5154.patch
(from rev 243015, qemu/trunk/CVE-2015-5154.patch)
  qemu/repos/testing-x86_64/CVE-2015-5158.patch
(from rev 243015, qemu/trunk/CVE-2015-5158.patch)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 243015, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu.install
(from rev 243015, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/qemu.sysusers
(from rev 243015, qemu/trunk/qemu.sysusers)
Deleted:
  qemu/repos/testing-i686/65-kvm.rules
  qemu/repos/testing-i686/CVE-2015-3214.patch
  qemu/repos/testing-i686/CVE-2015-3456.patch
  qemu/repos/testing-i686/CVE-2015-5154.patch
  qemu/repos/testing-i686/CVE-2015-5158.patch
  qemu/repos/testing-i686/PKGBUILD
  qemu/repos/testing-i686/qemu.install
  qemu/repos/testing-i686/qemu.sysusers
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/CVE-2015-3214.patch
  qemu/repos/testing-x86_64/CVE-2015-3456.patch
  qemu/repos/testing-x86_64/CVE-2015-5154.patch
  qemu/repos/testing-x86_64/CVE-2015-5158.patch
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/qemu.install
  qemu/repos/testing-x86_64/qemu.sysusers

+
 /65-kvm.rules  |4 
 /CVE-2015-3214.patch   |   80 
 /CVE-2015-3456.patch   |  168 
 /CVE-2015-5154.patch   |  350 +++
 /CVE-2015-5158.patch   |   92 +
 /PKGBUILD  |  314 +++
 /qemu.install  |   48 
 /qemu.sysusers |2 
 testing-i686/65-kvm.rules  |2 
 testing-i686/CVE-2015-3214.patch   |   40 
 testing-i686/CVE-2015-3456.patch   |   84 
 testing-i686/CVE-2015-5154.patch   |  175 -
 testing-i686/CVE-2015-5158.patch   |   46 
 testing-i686/PKGBUILD  |  157 ---
 testing-i686/qemu.install  |   24 --
 testing-i686/qemu.sysusers |1 
 testing-x86_64/65-kvm.rules|2 
 testing-x86_64/CVE-2015-3214.patch |   40 
 testing-x86_64/CVE-2015-3456.patch |   84 
 testing-x86_64/CVE-2015-5154.patch |  175 -
 testing-x86_64/CVE-2015-5158.patch |   46 
 testing-x86_64/PKGBUILD|  157 ---
 testing-x86_64/qemu.install|   24 --
 testing-x86_64/qemu.sysusers   |1 
 24 files changed, 1058 insertions(+), 1058 deletions(-)

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


[arch-commits] Commit in linux-grsec/trunk (7 files)

2015-08-04 Thread Daniel Micay
Date: Tuesday, August 4, 2015 @ 11:02:49
  Author: thestinger
Revision: 137917

upgpkg: linux-grsec 4.1.4.201508032312-1

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64
Deleted:
  
linux-grsec/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  linux-grsec/trunk/0001-block-loop-convert-to-per-device-workqueue.patch
  linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/trunk/bitmap-enable-booting-for-dm-md-raid1.patch

-+
 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch |   48 ---
 0001-block-loop-convert-to-per-device-workqueue.patch   |  133 
--
 0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch|   52 ---
 PKGBUILD|   34 --
 bitmap-enable-booting-for-dm-md-raid1.patch |   83 --
 config  |5 
 config.x86_64   |4 
 7 files changed, 10 insertions(+), 349 deletions(-)

Deleted: 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
===
--- 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch 
2015-08-04 08:12:08 UTC (rev 137916)
+++ 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch 
2015-08-04 09:02:49 UTC (rev 137917)
@@ -1,48 +0,0 @@
-From 7bee8b08c428b63aa4a3765bb907602e36355378 Mon Sep 17 00:00:00 2001
-From: Chris Mason c...@fb.com
-Date: Tue, 14 Jul 2015 16:25:30 -0400
-Subject: [PATCH] Bluetooth: btbcm: allow btbcm_read_verbose_config to fail on
- Apple
-
-Commit 1c8ba6d013 moved around the setup code for broadcomm chips,
-and also added btbcm_read_verbose_config() to read extra information
-about the hardware.  It's returning errors on some macbooks:
-
-Bluetooth: hci0: BCM: Read verbose config info failed (-16)
-
-Which makes us error out of the setup function.  Since this
-probe isn't critical to operate the chip, this patch just changes
-things to carry on when it fails.
-
-Signed-off-by: Chris Mason c...@fb.com
-Signed-off-by: Marcel Holtmann mar...@holtmann.org
-Cc: sta...@vger.kernel.org # v4.1

- drivers/bluetooth/btbcm.c | 11 +--
- 1 file changed, 5 insertions(+), 6 deletions(-)
-
-diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
-index 1e1a432..9ceb8ac 100644
 a/drivers/bluetooth/btbcm.c
-+++ b/drivers/bluetooth/btbcm.c
-@@ -472,12 +472,11 @@ int btbcm_setup_apple(struct hci_dev *hdev)
- 
-   /* Read Verbose Config Version Info */
-   skb = btbcm_read_verbose_config(hdev);
--  if (IS_ERR(skb))
--  return PTR_ERR(skb);
--
--  BT_INFO(%s: BCM: chip id %u build %4.4u, hdev-name, skb-data[1],
--  get_unaligned_le16(skb-data + 5));
--  kfree_skb(skb);
-+  if (!IS_ERR(skb)) {
-+  BT_INFO(%s: BCM: chip id %u build %4.4u, hdev-name, 
skb-data[1],
-+  get_unaligned_le16(skb-data + 5));
-+  kfree_skb(skb);
-+  }
- 
-   set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, hdev-quirks);
- 
--- 
-2.4.5
-

Deleted: 0001-block-loop-convert-to-per-device-workqueue.patch
===
--- 0001-block-loop-convert-to-per-device-workqueue.patch   2015-08-04 
08:12:08 UTC (rev 137916)
+++ 0001-block-loop-convert-to-per-device-workqueue.patch   2015-08-04 
09:02:49 UTC (rev 137917)
@@ -1,133 +0,0 @@
-From ebff6d5c91195d37e33b7bbfb36c6cc0119aa06f Mon Sep 17 00:00:00 2001
-From: Ming Lei ming@canonical.com
-Date: Tue, 5 May 2015 19:49:54 +0800
-Subject: [PATCH 1/2] block: loop: convert to per-device workqueue
-
-Documentation/workqueue.txt:
-   If there is dependency among multiple work items used
-   during memory reclaim, they should be queued to separate
-   wq each with WQ_MEM_RECLAIM.
-
-Loop devices can be stacked, so we have to convert to per-device
-workqueue. One example is Fedora live CD.
-
-Fixes: b5dd2f6047ca108001328aac0e8588edd15f1778
-Cc: sta...@vger.kernel.org (v4.0)
-Cc: Justin M. Forbes jfor...@fedoraproject.org
-Signed-off-by: Ming Lei ming@canonical.com
-Acked-by: Tejun Heo t...@kernel.org
-Signed-off-by: Jens Axboe ax...@fb.com

- drivers/block/loop.c | 30 ++
- drivers/block/loop.h |  1 +
- 2 files changed, 15 insertions(+), 16 deletions(-)
-
-diff --git a/drivers/block/loop.c b/drivers/block/loop.c
-index d7173cb..9786aa3 100644
 a/drivers/block/loop.c
-+++ b/drivers/block/loop.c
-@@ -86,8 +86,6 @@ static DEFINE_MUTEX(loop_index_mutex);
- static int max_part;
- static int part_shift;
- 
--static struct workqueue_struct *loop_wq;
--
- static int transfer_xor(struct loop_device *lo, int cmd,
-   struct page *raw_page, 

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

2015-08-04 Thread Daniel Micay
Date: Tuesday, August 4, 2015 @ 11:03:48
  Author: thestinger
Revision: 137918

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 137917, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 137917, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 137917, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 137917, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 137917, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 137917, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 137917, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 137917, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 137917, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 137917, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 137917, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 137917, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  
linux-grsec/repos/community-i686/0001-block-loop-convert-to-per-device-workqueue.patch
  
linux-grsec/repos/community-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/bitmap-enable-booting-for-dm-md-raid1.patch
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  
linux-grsec/repos/community-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch
  
linux-grsec/repos/community-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /PKGBUILD  
  |  648 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |15356 ++
 /config.x86_64 
  |14770 +
 /linux-grsec.install   
  |   74 
 /linux.preset  
  |   28 
 community-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch 
  |   48 
 community-i686/0001-block-loop-convert-to-per-device-workqueue.patch   
  |  133 
 community-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  |   52 
 community-i686/PKGBUILD
  |  346 
 community-i686/bitmap-enable-booting-for-dm-md-raid1.patch 
  |   83 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7679 -
 community-i686/config.x86_64   
  | 7385 
 community-i686/linux-grsec.install 
  |   37 
 community-i686/linux.preset
  |   14 
 
community-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
 |   48 
 community-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch 
  |  133 
 community-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch  
  |   52 
 community-x86_64/PKGBUILD  
  |  346 
 community-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch   
  |   83 
 community-x86_64/change-default-console-loglevel.patch 
  |   11 
 

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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:32:14
  Author: tredaelli
Revision: 137924

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

Added:
  os-prober/repos/community-i686/PKGBUILD
(from rev 137923, os-prober/trunk/PKGBUILD)
  os-prober/repos/community-i686/os-prober-util-linux-2.24.patch
(from rev 137923, os-prober/trunk/os-prober-util-linux-2.24.patch)
  os-prober/repos/community-x86_64/PKGBUILD
(from rev 137923, os-prober/trunk/PKGBUILD)
  os-prober/repos/community-x86_64/os-prober-util-linux-2.24.patch
(from rev 137923, os-prober/trunk/os-prober-util-linux-2.24.patch)
Deleted:
  os-prober/repos/community-i686/PKGBUILD
  os-prober/repos/community-i686/os-prober-util-linux-2.24.patch
  os-prober/repos/community-x86_64/PKGBUILD
  os-prober/repos/community-x86_64/os-prober-util-linux-2.24.patch

--+
 /PKGBUILD|  108 +++
 /os-prober-util-linux-2.24.patch |  116 +
 community-i686/PKGBUILD  |   54 -
 community-i686/os-prober-util-linux-2.24.patch   |   58 --
 community-x86_64/PKGBUILD|   54 -
 community-x86_64/os-prober-util-linux-2.24.patch |   58 --
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 09:32:03 UTC (rev 137923)
+++ community-i686/PKGBUILD 2015-08-04 09:32:14 UTC (rev 137924)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: darkcoder mario_v...@hotmail.com
-
-pkgname=os-prober
-pkgver=1.65
-pkgrel=1
-pkgdesc=Utility to detect other OSes on a set of drives
-url=http://joey.kitenet.net/code/os-prober/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
-   os-prober-util-linux-2.24.patch)
-md5sums=('a7e833555f54387a4798ffea8c2bf0d4'
- 'ce6218a8a0f791b617a79d29d097d7d8')
-sha256sums=('c4a7661a52edae722f7e6bacb3f107cf7086cbe768275fadf5398d04360bfc84'
-'5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
-
-prepare() {
-  cd $pkgname
-
-  patch -p1 -i $srcdir/os-prober-util-linux-2.24.patch
-
-  # adjust lib dir to allow detection of 64-bit distros
-  sed -i -e s:/lib/ld\*\.so\*:/lib*/ld*.so*:g 
os-probes/mounted/common/90linux-distro
-
-  rm -f Makefile
-}
-
-build() {
-  cd $pkgname
-
-  make newns
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 linux-boot-prober $pkgdir/usr/bin/linux-boot-prober
-  install -Dm755 os-prober $pkgdir/usr/bin/os-prober
-  install -Dm755 newns $pkgdir/usr/lib/os-prober/newns
-  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
-
-  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
-install -dm755 $pkgdir/usr/lib/$dir
-install -m755 -t $pkgdir/usr/lib/$dir $dir/common/*
-[[ -d $dir/x86 ]]  cp -r $dir/x86/* $pkgdir/usr/lib/$dir
-  done
-
-  install -Dm755 os-probes/mounted/powerpc/20macosx 
$pkgdir/usr/lib/os-probes/mounted/20macosx
-
-  install -dm755 $pkgdir/var/lib/os-prober
-}

Copied: os-prober/repos/community-i686/PKGBUILD (from rev 137923, 
os-prober/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 09:32:14 UTC (rev 137924)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: darkcoder mario_v...@hotmail.com
+
+pkgname=os-prober
+pkgver=1.66
+pkgrel=1
+pkgdesc=Utility to detect other OSes on a set of drives
+url=http://joey.kitenet.net/code/os-prober/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('sh')
+source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
+   os-prober-util-linux-2.24.patch)
+md5sums=('7ac4903d4aa114cd4709152f604dd0ea'
+ 'ce6218a8a0f791b617a79d29d097d7d8')
+sha256sums=('ab66eab63223d651cb6f9221ddffc958521b13edee4996c4fd87f08cb1955057'
+'5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
+
+prepare() {
+  cd $pkgname
+
+  patch -p1 -i $srcdir/os-prober-util-linux-2.24.patch
+
+  # adjust lib dir to allow detection of 64-bit distros
+  sed -i -e s:/lib/ld\*\.so\*:/lib*/ld*.so*:g 
os-probes/mounted/common/90linux-distro
+
+  rm -f Makefile
+}
+
+build() {
+  cd $pkgname
+
+  make newns
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 linux-boot-prober $pkgdir/usr/bin/linux-boot-prober
+  install -Dm755 os-prober $pkgdir/usr/bin/os-prober
+  install -Dm755 newns $pkgdir/usr/lib/os-prober/newns
+  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
+
+  for dir in os-probes os-probes/mounted os-probes/init 

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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:32:03
  Author: tredaelli
Revision: 137923

upgpkg: os-prober 1.66-1

Modified:
  os-prober/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 09:30:26 UTC (rev 137922)
+++ PKGBUILD2015-08-04 09:32:03 UTC (rev 137923)
@@ -3,7 +3,7 @@
 # Contributor: darkcoder mario_v...@hotmail.com
 
 pkgname=os-prober
-pkgver=1.65
+pkgver=1.66
 pkgrel=1
 pkgdesc=Utility to detect other OSes on a set of drives
 url=http://joey.kitenet.net/code/os-prober/;
@@ -12,9 +12,9 @@
 depends=('sh')
 
source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
os-prober-util-linux-2.24.patch)
-md5sums=('a7e833555f54387a4798ffea8c2bf0d4'
+md5sums=('7ac4903d4aa114cd4709152f604dd0ea'
  'ce6218a8a0f791b617a79d29d097d7d8')
-sha256sums=('c4a7661a52edae722f7e6bacb3f107cf7086cbe768275fadf5398d04360bfc84'
+sha256sums=('ab66eab63223d651cb6f9221ddffc958521b13edee4996c4fd87f08cb1955057'
 '5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
 
 prepare() {


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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:41:24
  Author: tredaelli
Revision: 137932

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 137931, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 137931, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 137931, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 137931, 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-08-04 09:41:08 UTC (rev 137931)
+++ community-i686/PKGBUILD 2015-08-04 09:41:24 UTC (rev 137932)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Cedric Girard girard.ced...@gmail.com
-# Contributor: foxbunny bg.bra...@gmail.com
-
-pkgname=dispcalgui
-pkgver=3.0.0.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=('04e97486128bf283d8963d52bcab6547')
-
-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 137931, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 09:41:24 UTC (rev 137932)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=3.0.3.1
+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=('aae901f25c6ce5a86ae9e54d8dee78c2')
+
+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-08-04 09:41:08 UTC (rev 137931)
+++ community-i686/dispcalgui.install   2015-08-04 09:41:24 UTC (rev 137932)
@@ -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 137931, 
dispcalgui/trunk/dispcalgui.install)

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

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:41:08
  Author: tredaelli
Revision: 137931

upgpkg: dispcalgui 3.0.3.1-1

Modified:
  dispcalgui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 09:36:23 UTC (rev 137930)
+++ PKGBUILD2015-08-04 09:41:08 UTC (rev 137931)
@@ -4,7 +4,7 @@
 # Contributor: foxbunny bg.bra...@gmail.com
 
 pkgname=dispcalgui
-pkgver=3.0.0.0
+pkgver=3.0.3.1
 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=('04e97486128bf283d8963d52bcab6547')
+md5sums=('aae901f25c6ce5a86ae9e54d8dee78c2')
 
 prepare() {
   cd dispcalGUI-${pkgver}


[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2015-08-04 Thread Ike Devolder
Date: Tuesday, August 4, 2015 @ 17:19:31
  Author: idevolder
Revision: 137938

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 137937, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 137937, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 137937, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 137937, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  136 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 
 4 files changed, 125 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-04 15:19:17 UTC (rev 137937)
+++ PKGBUILD2015-08-04 15:19:31 UTC (rev 137938)
@@ -1,67 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: ruario ruario AT opera DOT com
-# Contributor: Daniel Isenmann daniel AT archlinux DOT org
-# Contributor: dorphell dorphell AT archlinux DOT org
-# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
-# Contributor: eworm
-
-pkgname=opera
-pkgver=30.0.1835.125
-pkgrel=1
-pkgdesc=A fast and secure web browser and Internet suite.
-url=http://www.opera.com/;
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=(etc/$pkgname/default)
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
-optdepends=(
-   'curl: opera crash reporter and autoupdate checker'
-   'ffmpeg: playback of proprietary formats'
-)
-arch=('x86_64')
-source_x86_64=(
-   
#http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
-   
http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
-)
-source=(
-   opera
-   default
-)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('762d1bfb8575c66d9528ebe77dd83c264c59598b9f972143f8c8d18aa9195a45')
-
-prepare() {
-   sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
-   sed -e s/%operabin%/x86_64-linux-gnu\/$pkgname\/$pkgname/g \
-   -i $srcdir/opera
-}
-
-package() {
-   tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C $pkgdir/
-
-   # suid opera_sandbox
-   chmod 4755 $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_sandbox
-
-   # install default options
-   install -Dm644 $srcdir/default $pkgdir/etc/$pkgname/default
-
-   # install opera wrapper
-   rm $pkgdir/usr/bin/$pkgname
-   install -Dm755 $srcdir/opera $pkgdir/usr/bin/$pkgname
-
-   # license
-   install -Dm644 \
-   
$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_autoupdate.licenses \
-   $pkgdir/usr/share/licenses/$pkgname/opera_autoupdate.licenses
-
-   install -Dm644 \
-   $pkgdir/usr/share/doc/${pkgname}-stable/copyright \
-   $pkgdir/usr/share/licenses/$pkgname/copyright
-}
-

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 137937, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 15:19:31 UTC (rev 137938)
@@ -0,0 +1,69 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: ruario ruario AT opera DOT com
+# Contributor: Daniel Isenmann daniel AT archlinux DOT org
+# Contributor: dorphell dorphell AT archlinux DOT org
+# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
+# Contributor: eworm
+
+pkgname=opera
+pkgver=31.0.1889.99
+pkgrel=1
+pkgdesc=A fast and secure web browser
+url=http://www.opera.com/;
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=(etc/$pkgname/default)
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font')
+optdepends=(
+'curl: opera crash reporter and autoupdate checker'
+'libnotify: native desktop notifications'
+)
+arch=('x86_64')
+source_x86_64=(
+
http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
+)
+source=(
+opera
+default
+)

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

2015-08-04 Thread Ike Devolder
Date: Tuesday, August 4, 2015 @ 17:19:17
  Author: idevolder
Revision: 137937

opera :: 31.0.1889.99

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 14:12:10 UTC (rev 137936)
+++ PKGBUILD2015-08-04 15:19:17 UTC (rev 137937)
@@ -10,58 +10,60 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=30.0.1835.125
+pkgver=31.0.1889.99
 pkgrel=1
-pkgdesc=A fast and secure web browser and Internet suite.
+pkgdesc=A fast and secure web browser
 url=http://www.opera.com/;
 install=${pkgname}.install
 options=(!strip !zipman)
 license=('custom:opera')
 backup=(etc/$pkgname/default)
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font')
 optdepends=(
-   'curl: opera crash reporter and autoupdate checker'
-   'ffmpeg: playback of proprietary formats'
+'curl: opera crash reporter and autoupdate checker'
+'libnotify: native desktop notifications'
 )
 arch=('x86_64')
 source_x86_64=(
-   
#http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
-   
http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
+
http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
 )
 source=(
-   opera
-   default
+opera
+default
 )
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('762d1bfb8575c66d9528ebe77dd83c264c59598b9f972143f8c8d18aa9195a45')
+sha256sums_x86_64=('51dc961957cd1b7169c6922f5433feee2320300f7c52f96bf349fa478b2b9745')
 
 prepare() {
-   sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
-   sed -e s/%operabin%/x86_64-linux-gnu\/$pkgname\/$pkgname/g \
-   -i $srcdir/opera
+sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
+sed -e s/%operabin%/$pkgname\/$pkgname/g \
+-i $srcdir/opera
 }
 
 package() {
-   tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C $pkgdir/
+tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C $pkgdir/
 
-   # suid opera_sandbox
-   chmod 4755 $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_sandbox
+# get rid of the extra subfolder {i386,x86_64}-linux-gnu
+(
+cd $pkgdir/usr/lib/*-linux-gnu/
+mv $pkgname ../
+)
+rm -rf $pkgdir/usr/lib/*-linux-gnu
 
-   # install default options
-   install -Dm644 $srcdir/default $pkgdir/etc/$pkgname/default
+# suid opera_sandbox / can be removed with linux  3.16 (we still have lts)
+chmod 4755 $pkgdir/usr/lib/$pkgname/opera_sandbox
 
-   # install opera wrapper
-   rm $pkgdir/usr/bin/$pkgname
-   install -Dm755 $srcdir/opera $pkgdir/usr/bin/$pkgname
+# install default options
+install -Dm644 $srcdir/default $pkgdir/etc/$pkgname/default
 
-   # license
-   install -Dm644 \
-   
$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_autoupdate.licenses \
-   $pkgdir/usr/share/licenses/$pkgname/opera_autoupdate.licenses
+# install opera wrapper
+rm $pkgdir/usr/bin/$pkgname
+install -Dm755 $srcdir/opera $pkgdir/usr/bin/$pkgname
 
-   install -Dm644 \
-   $pkgdir/usr/share/doc/${pkgname}-stable/copyright \
-   $pkgdir/usr/share/licenses/$pkgname/copyright
+# license
+install -Dm644 \
+$pkgdir/usr/share/doc/${pkgname}-stable/copyright \
+$pkgdir/usr/share/licenses/$pkgname/copyright
 }
 


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

2015-08-04 Thread Andreas Radke
Date: Tuesday, August 4, 2015 @ 17:52:24
  Author: andyrtr
Revision: 243021

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 243020, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 243020, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 243020, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 243020, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 243020, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 243020, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 243020, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 243020, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/gcc5_buildfixes.diff
(from rev 243020, linux-lts/trunk/gcc5_buildfixes.diff)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 243020, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 243020, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 243020, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 243020, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 243020, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 243020, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 243020, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 243020, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 243020, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 243020, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/gcc5_buildfixes.diff
(from rev 243020, linux-lts/trunk/gcc5_buildfixes.diff)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 243020, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 243020, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  335 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6697 ++
 testing-i686/config.x86_64 
| 6488 +
 testing-i686/gcc5_buildfixes.diff  
|   49 
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  335 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6697 ++
 testing-x86_64/config.x86_64   
| 6488 +
 testing-x86_64/gcc5_buildfixes.diff
|   49 
 

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

2015-08-04 Thread Andreas Radke
Date: Tuesday, August 4, 2015 @ 17:51:54
  Author: andyrtr
Revision: 243020

upgpkg: linux-lts 3.14.49-1

upstream update 3.14.49

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 14:21:34 UTC (rev 243019)
+++ PKGBUILD2015-08-04 15:51:54 UTC (rev 243020)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.48
+pkgver=3.14.49
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -27,7 +27,7 @@
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'SKIP'
-'d654e53b889fd9244ce2ec9d8ab4cb5fe68d0c4ae6a49efa517850cbd22ebcd5'
+'0158fedcacac6b5be1273a5382e137a083bdb63b83449068c342ab1587c4240f'
 'SKIP'
 'af6a452fcc11cfa6b538f4124b50381f1dc05ca20bf8dc336552fa7cc354bac3'
 'b6f0f344773b51768ca53158a05a16e1328ad0def7b77ca0bce43211216e5cb1'


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

2015-08-04 Thread Eric Bélanger
Date: Wednesday, August 5, 2015 @ 06:25:23
  Author: eric
Revision: 243043

upgpkg: gajim 0.16.3-1

Upstream update

Modified:
  gajim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-05 01:59:08 UTC (rev 243042)
+++ PKGBUILD2015-08-05 04:25:23 UTC (rev 243043)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gajim
-pkgver=0.16.2
+pkgver=0.16.3
 pkgrel=1
 pkgdesc=A full featured and easy to use Jabber client
 arch=('any')
@@ -24,7 +24,7 @@
 'gupnp-igd: for UPnP-IGD support')
 install=gajim.install
 source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2 
gajim-drill.patch)
-sha1sums=('47ff83c407bdcc94e8883bdeb93a753282794967'
+sha1sums=('7c4d5ca3926bb53f9ff70b153bdb6b24ad55cf46'
   'a8b6586613a4b9a2f7f44471567b7d427cfb19b2')
 
 prepare() {


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

2015-08-04 Thread Eric Bélanger
Date: Wednesday, August 5, 2015 @ 06:27:30
  Author: eric
Revision: 243044

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/PKGBUILD
(from rev 243043, gajim/trunk/PKGBUILD)
  gajim/repos/extra-any/gajim-drill.patch
(from rev 243043, gajim/trunk/gajim-drill.patch)
  gajim/repos/extra-any/gajim.install
(from rev 243043, gajim/trunk/gajim.install)
Deleted:
  gajim/repos/extra-any/PKGBUILD
  gajim/repos/extra-any/gajim-drill.patch
  gajim/repos/extra-any/gajim.install

---+
 PKGBUILD  |   88 +-
 gajim-drill.patch | 1714 ++--
 gajim.install |   22 
 3 files changed, 912 insertions(+), 912 deletions(-)

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


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

2015-08-04 Thread Eric Bélanger
Date: Wednesday, August 5, 2015 @ 07:26:17
  Author: eric
Revision: 137964

upgpkg: youtube-dl 2015.07.28-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-05 01:34:38 UTC (rev 137963)
+++ PKGBUILD2015-08-05 05:26:17 UTC (rev 137964)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2015.07.21
+pkgver=2015.07.28
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('0cb91a65e803f217288293c3d28905b1dd79dd54'
+sha1sums=('249ae0a2fbe3299c20d4784b1b7b97f87f0f9da6'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-08-04 Thread Eric Bélanger
Date: Wednesday, August 5, 2015 @ 07:27:43
  Author: eric
Revision: 137965

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 137964, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-05 05:26:17 UTC (rev 137964)
+++ PKGBUILD2015-08-05 05:27:43 UTC (rev 137965)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2015.07.21
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('0cb91a65e803f217288293c3d28905b1dd79dd54'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
- ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 137964, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-05 05:27:43 UTC (rev 137965)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2015.07.28
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('249ae0a2fbe3299c20d4784b1b7b97f87f0f9da6'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+ ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 02:47:34
  Author: svenstaro
Revision: 243040

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-05 00:47:25 UTC (rev 243039)
+++ extra-i686/PKGBUILD 2015-08-05 00:47:34 UTC (rev 243040)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-pkgbase=bullet
-pkgname=('bullet' 'bullet-docs')
-pkgver=2.83.4
-pkgrel=1
-pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
-arch=('i686' 'x86_64')
-url=http://www.bulletphysics.com/Bullet/;
-license=('custom:zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu')
-optdepends=('glu: for the example browser')
-source=(https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;)
-md5sums=('58b4e151bf580fe6746e8413cb2a4cbe')
-
-build() {
-  cd ${pkgbase}3-${pkgver}
-
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build 
-
-  cmake .. \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DBUILD_SHARED_LIBS=1 \
-   -DINSTALL_LIBS=1 \
-   -DINSTALL_EXTRA_LIBS=1 \
-   -DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  cd ..
-  #sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
-  doxygen
-}
-
-package_bullet() {
-  optdepends=('bullet-docs: documentation')
-
-  cd ${pkgbase}3-${pkgver}/build
-
-  # install it
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
-}
-
-package_bullet-docs() {
-  pkgdesc=Documentation for bullet
-  depends=()
-
-  cd ${pkgbase}3-${pkgver}
-
-  # install docs
-  install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
-  install -Dm644 docs/Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
-  install -Dm644 docs/BulletQuickstart.pdf 
${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
-  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
-}
-# vim: sw=2 ts=2 et:

Copied: bullet/repos/extra-i686/PKGBUILD (from rev 243039, 
bullet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-05 00:47:34 UTC (rev 243040)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+pkgver=2.83.5
+pkgrel=1
+pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
+arch=('i686' 'x86_64')
+url=http://www.bulletphysics.com/Bullet/;
+license=('custom:zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu')
+optdepends=('glu: for the example browser')
+source=(https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;)
+md5sums=('87e42fad2216801d5cef0af7e547ce08')
+
+build() {
+  cd ${pkgbase}3-${pkgver}
+
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build 
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_SHARED_LIBS=1 \
+   -DINSTALL_LIBS=1 \
+   -DINSTALL_EXTRA_LIBS=1 \
+   -DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  cd ..
+  #sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('bullet-docs: documentation')
+
+  cd ${pkgbase}3-${pkgver}/build
+
+  # install it
+  make DESTDIR=${pkgdir} install
+
+  # install license
+  install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc=Documentation for bullet
+  depends=()
+
+  cd ${pkgbase}3-${pkgver}
+
+  # install docs
+  install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
+  install -Dm644 docs/Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+  install -Dm644 docs/BulletQuickstart.pdf 
${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
+  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
+}
+# vim: sw=2 ts=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-05 00:47:25 UTC (rev 243039)
+++ extra-x86_64/PKGBUILD   2015-08-05 00:47:34 UTC (rev 243040)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: 

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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 02:47:25
  Author: svenstaro
Revision: 243039

upgpkg: bullet 2.83.5-1

upstream release 2.83.5

Modified:
  bullet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-05 00:38:34 UTC (rev 243038)
+++ PKGBUILD2015-08-05 00:47:25 UTC (rev 243039)
@@ -4,7 +4,7 @@
 
 pkgbase=bullet
 pkgname=('bullet' 'bullet-docs')
-pkgver=2.83.4
+pkgver=2.83.5
 pkgrel=1
 pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu')
 optdepends=('glu: for the example browser')
 source=(https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;)
-md5sums=('58b4e151bf580fe6746e8413cb2a4cbe')
+md5sums=('87e42fad2216801d5cef0af7e547ce08')
 
 build() {
   cd ${pkgbase}3-${pkgver}


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

2015-08-04 Thread Evangelos Foutras
Date: Wednesday, August 5, 2015 @ 03:59:08
  Author: foutrelis
Revision: 243042

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

Added:
  
chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
(from rev 243041, 
chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch)
  
chromium/repos/extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
(from rev 243041, 
chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch)
  chromium/repos/extra-i686/PKGBUILD
(from rev 243041, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 243041, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 243041, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 243041, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
(from rev 243041, 
chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch)
  
chromium/repos/extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
(from rev 243041, 
chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 243041, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 243041, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 243041, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 243041, chromium/trunk/chromium.install)
Deleted:
  
chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
  
chromium/repos/extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  
chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
  
chromium/repos/extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  | 
  66 +
 /0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 
  64 +
 /PKGBUILD| 
 420 ++
 /chromium-widevine.patch | 
  24 
 /chromium.desktop| 
 224 +
 /chromium.install| 
  54 +
 extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch| 
  33 
 extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch   | 
  32 
 extra-i686/PKGBUILD  | 
 210 -
 extra-i686/chromium-widevine.patch   | 
  12 
 extra-i686/chromium.desktop  | 
 112 --
 extra-i686/chromium.install  | 
  27 
 extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  | 
  33 
 extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 
  32 
 extra-x86_64/PKGBUILD| 
 210 -
 extra-x86_64/chromium-widevine.patch | 
  12 
 extra-x86_64/chromium.desktop| 
 112 --
 extra-x86_64/chromium.install| 
  27 
 18 files changed, 852 insertions(+), 852 deletions(-)

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


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

2015-08-04 Thread Evangelos Foutras
Date: Wednesday, August 5, 2015 @ 03:58:45
  Author: foutrelis
Revision: 243041

upgpkg: chromium 44.0.2403.130-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-05 00:47:34 UTC (rev 243040)
+++ PKGBUILD2015-08-05 01:58:45 UTC (rev 243041)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=44.0.2403.125
+pkgver=44.0.2403.130
 pkgrel=1
 _launcher_ver=2
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
@@ -30,7 +30,7 @@
 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
 chromium-widevine.patch)
-sha256sums=('78568ec613443b5b7be83216f2c86cb4e64e7398eee9bbc0a35d1c0cef402452'
+sha256sums=('37779b2f4844e1a6ac75d69897031955541ad97f3dd1d4ad641c371c1d63b414'
 '7f91c81721092d707d7b94e6555a48bc7fd0bc0e1174df4649bdcd745930e52f'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '46daf921ed7eaab175f5a86b09357c69c33a10ffe1d4e7c24476af510c1b28d0'


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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 02:26:18
  Author: svenstaro
Revision: 137957

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-05 00:26:13 UTC (rev 137956)
+++ PKGBUILD2015-08-05 00:26:18 UTC (rev 137957)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-_pkgbasename=mpg123
-pkgname=lib32-$_pkgbasename
-pkgver=1.22.1
-pkgrel=1
-pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
-arch=('x86_64')
-url=http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
-makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
-optdepends=('lib32-sdl: for additional audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('c3193902b1cf923a625ed94360c91e28d84753d3'
-  'SKIP')
-validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  
-  ./configure --prefix=/usr --with-audio=alsa sdl --with-cpu=i586 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

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


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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 02:26:13
  Author: svenstaro
Revision: 137956

upgpkg: lib32-mpg123 1.22.3-1

upstream release 1.22.3

Modified:
  lib32-mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-05 00:23:16 UTC (rev 137955)
+++ PKGBUILD2015-08-05 00:26:13 UTC (rev 137956)
@@ -4,7 +4,7 @@
 
 _pkgbasename=mpg123
 pkgname=lib32-$_pkgbasename
-pkgver=1.22.1
+pkgver=1.22.3
 pkgrel=1
 pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
 optdepends=('lib32-sdl: for additional audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('c3193902b1cf923a625ed94360c91e28d84753d3'
+sha1sums=('1410ab076f17636e0927021c8d5764bc3919e7bd'
   'SKIP')
 validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
 


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

2015-08-04 Thread Anatol Pomozov
Date: Tuesday, August 4, 2015 @ 23:23:09
  Author: anatolik
Revision: 137952

upgpkg: evemu 2.2.0-1

Modified:
  evemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 20:23:16 UTC (rev 137951)
+++ PKGBUILD2015-08-04 21:23:09 UTC (rev 137952)
@@ -4,7 +4,7 @@
 # Contributor: Damián Nohales damiannohales at gmail.com
  
 pkgname=evemu
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(i686 x86_64)
@@ -11,8 +11,10 @@
 url='http://www.freedesktop.org/wiki/Evemu'
 license=(GPL3)
 depends=(libevdev python2)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha1sums=('4c29379a35cd770dd0d5fd6204674c45f9e4c392')
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 
benjamin.tissoi...@gmail.com
+sha1sums=('e2ab233d683160bcddf24d95637eed1c7fec5979'
+  'SKIP')
  
 build() {
   cd $pkgname-$pkgver


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

2015-08-04 Thread Anatol Pomozov
Date: Tuesday, August 4, 2015 @ 23:23:49
  Author: anatolik
Revision: 137953

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 21:23:09 UTC (rev 137952)
+++ community-i686/PKGBUILD 2015-08-04 21:23:49 UTC (rev 137953)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Nicolas Quiénot  niQo at aur 
-# Contributor: Damián Nohales damiannohales at gmail.com
- 
-pkgname=evemu
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
-arch=(i686 x86_64)
-url='http://www.freedesktop.org/wiki/Evemu'
-license=(GPL3)
-depends=(libevdev python2)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha1sums=('4c29379a35cd770dd0d5fd6204674c45f9e4c392')
- 
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Tests have to be run as 'root'
-  # make check
-}
- 
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evemu/repos/community-i686/PKGBUILD (from rev 137952, 
evemu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 21:23:49 UTC (rev 137953)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot  niQo at aur 
+# Contributor: Damián Nohales damiannohales at gmail.com
+ 
+pkgname=evemu
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
+arch=(i686 x86_64)
+url='http://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev python2)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 
benjamin.tissoi...@gmail.com
+sha1sums=('e2ab233d683160bcddf24d95637eed1c7fec5979'
+  'SKIP')
+ 
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Tests have to be run as 'root'
+  # make check
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-04 21:23:09 UTC (rev 137952)
+++ community-x86_64/PKGBUILD   2015-08-04 21:23:49 UTC (rev 137953)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Nicolas Quiénot  niQo at aur 
-# Contributor: Damián Nohales damiannohales at gmail.com
- 
-pkgname=evemu
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
-arch=(i686 x86_64)
-url='http://www.freedesktop.org/wiki/Evemu'
-license=(GPL3)
-depends=(libevdev python2)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha1sums=('4c29379a35cd770dd0d5fd6204674c45f9e4c392')
- 
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Tests have to be run as 'root'
-  # make check
-}
- 
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evemu/repos/community-x86_64/PKGBUILD (from rev 137952, 
evemu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-04 21:23:49 UTC (rev 137953)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot  niQo at aur 
+# Contributor: Damián Nohales damiannohales at gmail.com
+ 
+pkgname=evemu
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
+arch=(i686 x86_64)
+url='http://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev python2)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 
benjamin.tissoi...@gmail.com
+sha1sums=('e2ab233d683160bcddf24d95637eed1c7fec5979'
+  'SKIP')
+ 
+build() {
+  cd 

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

2015-08-04 Thread Gaetan Bisson
Date: Wednesday, August 5, 2015 @ 01:59:30
  Author: bisson
Revision: 243037

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

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 243036, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 243036, 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|  102 +
 core-i686/PKGBUILD   |   51 
 core-x86_64/PKGBUILD |   51 
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-08-04 18:08:12 UTC (rev 243036)
+++ core-i686/PKGBUILD  2015-08-04 23:59:30 UTC (rev 243037)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.8.3
-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=('7592672fe694db89b0c62aff84198ff94af19122')
-
-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 243036, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-08-04 23:59:30 UTC (rev 243037)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+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
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-08-04 18:08:12 UTC (rev 243036)
+++ core-x86_64/PKGBUILD2015-08-04 23:59:30 UTC (rev 243037)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner 

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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 02:23:16
  Author: svenstaro
Revision: 137955

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

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 137954, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 137954, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 137954, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 137954, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-i686/teamspeak3.png
(from rev 137954, teamspeak3/trunk/teamspeak3.png)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 137954, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 137954, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 137954, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 137954, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/teamspeak3.png
(from rev 137954, teamspeak3/trunk/teamspeak3.png)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/icon.xpm
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/icon.xpm
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher

--+
 /PKGBUILD|  132 +
 /teamspeak3.desktop  |   22 +
 /teamspeak3.launcher |   12 +++
 community-i686/PKGBUILD  |   66 
 community-i686/teamspeak3.desktop|   11 --
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   66 
 community-x86_64/teamspeak3.desktop  |   11 --
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 137954, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-05 00:23:02 UTC (rev 137954)
+++ community-i686/PKGBUILD 2015-08-05 00:23:16 UTC (rev 137955)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Slash demodevil5[at]yahoo[dot]com
-# Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
-
-pkgname=teamspeak3
-pkgver=3.0.16
-pkgrel=1
-pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
-url=http://www.teamspeak.com/;
-license=('custom')
-depends=('qt5-base' 'libxkbcommon-x11')
-optdepends=('libpulse')
-arch=('i686' 'x86_64')
-source=(http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-
http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-'teamspeak3.desktop'
-'icon.xpm'
-'teamspeak3.launcher')
-md5sums=('3f87081afc857bd540575d5f9c82c815'
- '3eb6b02a7e22162a5ae3b36434c00f02'
- '98e987a42511f159fa2228f5e0bffed1'
- '19f103384e4c1a0aafc8fed44de0c87b'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-[[ $CARCH == i686 ]]  _TSARCH='x86'
-[[ $CARCH == x86_64 ]]  _TSARCH='amd64'
-
-prepare() {
-  mkdir archive  cd archive
-  sh ../TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --tar -xf 2/dev/null
-
-  # Delete bundled Qt libs to use system-wide ones
-  rm libQt5*
-
-  # Fix FS#34190
-  sed -i /export QTDIR.*/d ts3client_runscript.sh
-  sed -i /export QT_PLUGIN_PATH*/d ts3client_runscript.sh
-  
-  # Fix FS#34189
-  rm qt.conf
-
-  # Fix permissions
-  find -type d | xargs chmod 755
-  find -type f | xargs chmod 644
-  find -name *.so | xargs chmod 755
-  chmod +x ts3client*
-}
-
-package() {
-  install -d ${pkgdir}/{usr/bin/,opt/teamspeak3}
-
-  cp -r archive/* ${pkgdir}/opt/teamspeak3/
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/icon.xpm ${pkgdir}/usr/share/pixmaps/teamspeak3.xpm
-
-  # Install Custom License
-  install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Install Client Launcher
-  install -D -m755 

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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 02:23:02
  Author: svenstaro
Revision: 137954

upgpkg: teamspeak3 3.0.17-1

upstream release 3.0.17

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 21:23:49 UTC (rev 137953)
+++ PKGBUILD2015-08-05 00:23:02 UTC (rev 137954)
@@ -3,7 +3,7 @@
 # Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
 
 pkgname=teamspeak3
-pkgver=3.0.16
+pkgver=3.0.17
 pkgrel=1
 pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
 url=http://www.teamspeak.com/;
@@ -16,8 +16,8 @@
 'teamspeak3.desktop'
 'teamspeak3.png'
 'teamspeak3.launcher')
-md5sums=('3f87081afc857bd540575d5f9c82c815'
- '3eb6b02a7e22162a5ae3b36434c00f02'
+md5sums=('4037f6976a6f571b1a1a1034258e5d18'
+ '76416da6c114ab87af79de5f5532a8ee'
  '98e987a42511f159fa2228f5e0bffed1'
  '1d193af5808f4ca718c800da3f127ca9'
  '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
@@ -58,7 +58,7 @@
   install -D -m644 $srcdir/teamspeak3.png 
${pkgdir}/usr/share/pixmaps/teamspeak3.png
 
   # Install Custom License
-  install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  #install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
   # Install Client Launcher
   install -D -m755 $srcdir/teamspeak3.launcher ${pkgdir}/usr/bin/teamspeak3


[arch-commits] Commit in xorg-fonts-cyrillic/trunk (PKGBUILD)

2015-08-04 Thread Andreas Radke
Date: Tuesday, August 4, 2015 @ 18:46:56
  Author: andyrtr
Revision: 243026

upgpkg: xorg-fonts-cyrillic 1.0.3-1

upstream update 1.0.3

Modified:
  xorg-fonts-cyrillic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 16:28:29 UTC (rev 243025)
+++ PKGBUILD2015-08-04 16:46:56 UTC (rev 243026)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-fonts-cyrillic
-pkgver=1.0.1
-pkgrel=5
+pkgver=1.0.3
+pkgrel=1
 pkgdesc=X.org cyrillic fonts
 arch=(any)
 url=http://xorg.freedesktop.org/;
@@ -12,12 +12,12 @@
 install=xfonts.install
 source=(${url}/releases/individual/font/font-cronyx-cyrillic-${pkgver}.tar.bz2
 ${url}/releases/individual/font/font-misc-cyrillic-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-screen-cyrillic-1.0.2.tar.bz2
+${url}/releases/individual/font/font-screen-cyrillic-1.0.4.tar.bz2
 
${url}/releases/individual/font/font-winitzki-cyrillic-${pkgver}.tar.bz2)
-md5sums=('15f86f5e572df21218617982eb4b3bfc'
- 'c79d7921d95b2c4f10fad464bb121090'
- 'c912a976b66073acd80c9d5c624f3aae'
- '92bf4ecb373faac545cef2dcbe40be35')
+md5sums=('e452b94b59b9cfd49110bb49b6267fba'
+ '96109d0890ad2b6b0e948525ebb0aba8'
+ '6f3fdcf2454bf08128a651914b7948ca'
+ '829a3159389b7f96f629e5388bfee67b')
 
 build() {
   cd ${srcdir}


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

2015-08-04 Thread Andreas Radke
Date: Tuesday, August 4, 2015 @ 19:12:20
  Author: andyrtr
Revision: 243031

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 243030, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/disable_upgrade.patch
(from rev 243030, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-i686/hplip.install
(from rev 243030, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 243030, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 243030, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/hplip.install
(from rev 243030, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/disable_upgrade.patch
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch
  hplip/repos/extra-x86_64/hplip.install

+
 /PKGBUILD  |  166 +++
 /disable_upgrade.patch |   28 +
 /hplip.install |   36 +++
 extra-i686/PKGBUILD|   83 -
 extra-i686/disable_upgrade.patch   |   14 --
 extra-i686/hplip.install   |   18 ---
 extra-x86_64/PKGBUILD  |   83 -
 extra-x86_64/disable_upgrade.patch |   14 --
 extra-x86_64/hplip.install |   18 ---
 9 files changed, 230 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-04 17:12:04 UTC (rev 243030)
+++ extra-i686/PKGBUILD 2015-08-04 17:12:20 UTC (rev 243031)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor : Rémy Oudompheng r...@archlinux.org
-# Contributor: Morgan LEFIEUX com...@archlinuxfr.org
-
-pkgname=hplip
-pkgver=3.15.6
-pkgrel=1
-pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
-arch=('i686' 'x86_64')
-url=http://hplipopensource.com;
-license=('GPL')
-depends=('python' 'ghostscript=8.64-6' 'net-snmp=5.7.1' 'wget' 
'foomatic-db-engine')
-makedepends=('python-pyqt4' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
-optdepends=('cups: for printing support'
-'python-dbus: for dbus support'
-'sane: for scanner support'
-'python-pillow: for commandline scanning support'
-'python-reportlab: for pdf output in hp-scan'
-'rpcbind: for network support'
-'python-pyqt4: for running GUI and hp-toolbox'
-'python-gobject: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices (AUR) or run 
hp-setup to download the plugin'
-'libusb: for advanced usb support')
-install=hplip.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
-disable_upgrade.patch)
-sha1sums=('dba9839d3daf1a2dc464a0d3094ba9b71fea422c'
-  'SKIP'
-  '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
-validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) hp...@hp.com
-
-prepare() {
- cd $pkgname-$pkgver
- 
- # disable insecure update - https://bugs.archlinux.org/task/38083
- patch -Np0 -i ${srcdir}/disable_upgrade.patch
- 
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
- # The hpcups driver does not use foomatic-rip
-   local i
-   for i in ppd/hpijs/*.ppd.gz ; do
-   rm -f ${i}.temp
-   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
-   gzip  ${i}.temp || return 1
-   mv ${i}.temp ${i}
-   done
-   
- export AUTOMAKE='automake --foreign'
- autoreconf --force --install
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-qt4 \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
- --enable-hpcups-install \
- --enable-new-hpcups \
- --enable-cups-ppd-install \
- --enable-cups-drv-install \
- --enable-hpijs-install \
- --enable-foomatic-drv-install \
- --enable-pp-build #--help
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make rulesdir=/usr/lib/udev/rules.d DESTDIR=$pkgdir/ install
- 
- # remove config provided by sane and autostart of hp-daemon
- rm -rf $pkgdir/etc/{sane.d,xdg}
- 
- # remove HAL .fdi file because HAL is no longer used
- rm -vrf $pkgdir/usr/share/hal
- 
- # remove rc script
- rm -vrf $pkgdir/etc/init.d
-}

Copied: hplip/repos/extra-i686/PKGBUILD (from rev 243030, hplip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD 

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

2015-08-04 Thread Thorsten Töpper
Date: Tuesday, August 4, 2015 @ 19:26:43
  Author: ttoepper
Revision: 137942

upgpkg: i3-wm 4.10.3-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 16:13:24 UTC (rev 137941)
+++ PKGBUILD2015-08-04 17:26:43 UTC (rev 137942)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 options=('docs' '!strip')
 source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
 http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('a9ef429c05bc46b1a9fc9a8598d2a626'
+md5sums=('95ef0340c824a3e0b9e35013cc605fcf'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2015-08-04 Thread Thorsten Töpper
Date: Tuesday, August 4, 2015 @ 19:26:49
  Author: ttoepper
Revision: 137943

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 137942, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 137942, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 17:26:43 UTC (rev 137942)
+++ community-i686/PKGBUILD 2015-08-04 17:26:49 UTC (rev 137943)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.10.2
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
-http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('a9ef429c05bc46b1a9fc9a8598d2a626'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS=-j1
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 137942, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 17:26:49 UTC (rev 137943)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.10.3
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'libxkbcommon-x11')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')
+options=('docs' '!strip')
+source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
+http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
+md5sums=('95ef0340c824a3e0b9e35013cc605fcf'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+  
+  # In order to avoid problems with bison use only a single process
+  MAKEFLAGS=-j1
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+
+  make 

[arch-commits] Commit in cjdns/trunk (PKGBUILD cjdns.install)

2015-08-04 Thread Levente Polyak
Date: Tuesday, August 4, 2015 @ 18:10:24
  Author: anthraxx
Revision: 137939

upgpkg: cjdns 16.1-3

updpkg cjdns 16.1-3

Added:
  cjdns/trunk/cjdns.install
Modified:
  cjdns/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 cjdns.install |   26 ++
 2 files changed, 28 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 15:19:31 UTC (rev 137938)
+++ PKGBUILD2015-08-04 16:10:24 UTC (rev 137939)
@@ -6,7 +6,7 @@
 
 pkgname=cjdns
 pkgver=16.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
 url='https://github.com/cjdelisle/cjdns'
 arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@
 license=('GPL3')
 depends=('glibc' 'sh')
 makedepends=('nodejs' 'python2')
+install=cjdns.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
 
sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
 
@@ -24,7 +25,6 @@
 package() {
   cd ${pkgname}-${pkgname}-v${pkgver}
   install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
-  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
   install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
   install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
   install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md

Added: cjdns.install
===
--- cjdns.install   (rev 0)
+++ cjdns.install   2015-08-04 16:10:24 UTC (rev 137939)
@@ -0,0 +1,26 @@
+post_install() {
+  local config_file=cjdroute.conf
+  local config_path=/etc/${config_file}
+
+  if [[ ! -e ${config_path} ]] ; then
+echo Generating ${config_file}... 
+(umask 077  cjdroute --genconf  ${config_path}) || 
+  echo ERROR: Failed to generate and install ${config_file}
+echo 
+ The keys in ${config_path} have been autogenerated during
+ install, they are not defaults and do not need to be overwritten.
+  fi
+  echo 
+ Protect ${config_path}! A lost conf file means you have
+ lost your password and connections and anyone who connected
+ to you will no longer be able to connect. A *compromised*
+ conf file means that other people can impersonate you on
+ the network.
+  
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-08-04 Thread Levente Polyak
Date: Tuesday, August 4, 2015 @ 18:10:30
  Author: anthraxx
Revision: 137940

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

Added:
  cjdns/repos/community-testing-i686/PKGBUILD
(from rev 137939, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-testing-i686/cjdns.install
(from rev 137939, cjdns/trunk/cjdns.install)
  cjdns/repos/community-testing-x86_64/PKGBUILD
(from rev 137939, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-testing-x86_64/cjdns.install
(from rev 137939, cjdns/trunk/cjdns.install)
Deleted:
  cjdns/repos/community-testing-i686/PKGBUILD
  cjdns/repos/community-testing-x86_64/PKGBUILD

+
 /PKGBUILD  |   86 +++
 community-testing-i686/PKGBUILD|   43 ---
 community-testing-i686/cjdns.install   |   26 +
 community-testing-x86_64/PKGBUILD  |   43 ---
 community-testing-x86_64/cjdns.install |   26 +
 5 files changed, 138 insertions(+), 86 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-08-04 16:10:24 UTC (rev 137939)
+++ community-testing-i686/PKGBUILD 2015-08-04 16:10:30 UTC (rev 137940)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: openfbt
-# Contributor: Werecat
-# Contributor: Xyne
-
-pkgname=cjdns
-pkgver=16.1
-pkgrel=2
-pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
-url='https://github.com/cjdelisle/cjdns'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('glibc' 'sh')
-makedepends=('nodejs' 'python2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
-
-build() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  bash 'do'
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
-  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
-  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
-  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm 644 -t ${pkgdir}/usr/share/doc/${pkgname} \
-doc/admin-api.md \
-doc/configure.md \
-doc/djc_layer_model.md \
-doc/nat-gateway.md \
-doc/network-services.md \
-doc/non-root-user.md \
-doc/security_specification.md \
-doc/shorewall_and_vpn_gateway_howto.md \
-doc/tunnel.md
-}
-
-# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-testing-i686/PKGBUILD (from rev 137939, 
cjdns/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-04 16:10:30 UTC (rev 137940)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=16.1
+pkgrel=3
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+install=cjdns.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
+  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm 644 -t ${pkgdir}/usr/share/doc/${pkgname} \
+doc/admin-api.md \
+doc/configure.md \
+doc/djc_layer_model.md \
+doc/nat-gateway.md \
+doc/network-services.md \
+doc/non-root-user.md \
+doc/security_specification.md \
+doc/shorewall_and_vpn_gateway_howto.md \
+doc/tunnel.md
+}
+
+# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-testing-i686/cjdns.install (from rev 137939, 
cjdns/trunk/cjdns.install)
===
--- community-testing-i686/cjdns.install

[arch-commits] Commit in xorg-fonts-cyrillic/repos/extra-any (4 files)

2015-08-04 Thread Andreas Radke
Date: Tuesday, August 4, 2015 @ 18:47:05
  Author: andyrtr
Revision: 243027

archrelease: copy trunk to extra-any

Added:
  xorg-fonts-cyrillic/repos/extra-any/PKGBUILD
(from rev 243026, xorg-fonts-cyrillic/trunk/PKGBUILD)
  xorg-fonts-cyrillic/repos/extra-any/xfonts.install
(from rev 243026, xorg-fonts-cyrillic/trunk/xfonts.install)
Deleted:
  xorg-fonts-cyrillic/repos/extra-any/PKGBUILD
  xorg-fonts-cyrillic/repos/extra-any/xfonts.install

+
 PKGBUILD   |   94 +++
 xfonts.install |   30 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-04 16:46:56 UTC (rev 243026)
+++ PKGBUILD2015-08-04 16:47:05 UTC (rev 243027)
@@ -1,47 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-fonts-cyrillic
-pkgver=1.0.1
-pkgrel=5
-pkgdesc=X.org cyrillic fonts
-arch=(any)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
-install=xfonts.install
-source=(${url}/releases/individual/font/font-cronyx-cyrillic-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-misc-cyrillic-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-screen-cyrillic-1.0.2.tar.bz2
-
${url}/releases/individual/font/font-winitzki-cyrillic-${pkgver}.tar.bz2)
-md5sums=('15f86f5e572df21218617982eb4b3bfc'
- 'c79d7921d95b2c4f10fad464bb121090'
- 'c912a976b66073acd80c9d5c624f3aae'
- '92bf4ecb373faac545cef2dcbe40be35')
-
-build() {
-  cd ${srcdir}
-  for dir in *; do
-if [ -d ${dir} ]; then
-  pushd ${dir}
-  ./configure --prefix=/usr \
- --with-fontdir=/usr/share/fonts/cyrillic
-  make
-  popd
-fi
-  done
-}
-
-package() {
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cd ${srcdir}
-  for dir in *; do
-if [ -d ${dir} ]; then
-  pushd ${dir}
-  make DESTDIR=${pkgdir} install
-  install -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-*}
-  popd
-fi
-  done
-  rm -f ${pkgdir}/usr/share/fonts/*/fonts.*
-}

Copied: xorg-fonts-cyrillic/repos/extra-any/PKGBUILD (from rev 243026, 
xorg-fonts-cyrillic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 16:47:05 UTC (rev 243027)
@@ -0,0 +1,47 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-fonts-cyrillic
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=X.org cyrillic fonts
+arch=(any)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
+install=xfonts.install
+source=(${url}/releases/individual/font/font-cronyx-cyrillic-${pkgver}.tar.bz2
+${url}/releases/individual/font/font-misc-cyrillic-${pkgver}.tar.bz2
+${url}/releases/individual/font/font-screen-cyrillic-1.0.4.tar.bz2
+
${url}/releases/individual/font/font-winitzki-cyrillic-${pkgver}.tar.bz2)
+md5sums=('e452b94b59b9cfd49110bb49b6267fba'
+ '96109d0890ad2b6b0e948525ebb0aba8'
+ '6f3fdcf2454bf08128a651914b7948ca'
+ '829a3159389b7f96f629e5388bfee67b')
+
+build() {
+  cd ${srcdir}
+  for dir in *; do
+if [ -d ${dir} ]; then
+  pushd ${dir}
+  ./configure --prefix=/usr \
+ --with-fontdir=/usr/share/fonts/cyrillic
+  make
+  popd
+fi
+  done
+}
+
+package() {
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  cd ${srcdir}
+  for dir in *; do
+if [ -d ${dir} ]; then
+  pushd ${dir}
+  make DESTDIR=${pkgdir} install
+  install -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-*}
+  popd
+fi
+  done
+  rm -f ${pkgdir}/usr/share/fonts/*/fonts.*
+}

Deleted: xfonts.install
===
--- xfonts.install  2015-08-04 16:46:56 UTC (rev 243026)
+++ xfonts.install  2015-08-04 16:47:05 UTC (rev 243027)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -s
-  mkfontscale /usr/share/fonts/cyrillic
-  mkfontdir /usr/share/fonts/cyrillic
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: xorg-fonts-cyrillic/repos/extra-any/xfonts.install (from rev 243026, 
xorg-fonts-cyrillic/trunk/xfonts.install)
===
--- xfonts.install  (rev 0)
+++ xfonts.install  2015-08-04 16:47:05 UTC (rev 243027)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/cyrillic
+  mkfontdir /usr/share/fonts/cyrillic
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {

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

2015-08-04 Thread Andreas Radke
Date: Tuesday, August 4, 2015 @ 19:14:58
  Author: andyrtr
Revision: 243033

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

Added:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 243032, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
(from rev 243032, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 243032, xf86-input-libinput/trunk/PKGBUILD)
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 243032, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
(from rev 243032, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 243032, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
  xf86-input-libinput/repos/extra-i686/PKGBUILD
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

+
 /90-libinput.conf  |   60 
++
 /PKGBUILD  |   96 
++
 extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch   |   27 
++
 extra-i686/90-libinput.conf|   30 
---
 extra-i686/PKGBUILD|   48 
-
 extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   27 
++
 extra-x86_64/90-libinput.conf  |   30 
---
 extra-x86_64/PKGBUILD  |   48 
-
 8 files changed, 210 insertions(+), 156 deletions(-)

Copied: 
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
 (from rev 243032, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(rev 0)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-08-04 17:14:58 UTC (rev 243033)
@@ -0,0 +1,27 @@
+From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Mon, 13 Jul 2015 08:30:43 +1000
+Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
+ ABI  21
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+---
+ src/libinput.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libinput.c b/src/libinput.c
+index a06e44f..5eb5adf 100644
+--- a/src/libinput.c
 b/src/libinput.c
+@@ -47,7 +47,7 @@
+ #define XI86_SERVER_FD 0x20
+ #endif
+
+-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION)  22000
++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION)  21000
+ #define HAVE_VMASK_UNACCEL 1
+ #else
+ #undef HAVE_VMASK_UNACCEL
+--
+2.4.3
+

Deleted: extra-i686/90-libinput.conf
===
--- extra-i686/90-libinput.conf 2015-08-04 17:14:47 UTC (rev 243032)
+++ extra-i686/90-libinput.conf 2015-08-04 17:14:58 UTC (rev 243033)
@@ -1,30 +0,0 @@
-# Match on all types of devices but tablet devices and joysticks
-
-Section InputClass
-Identifier libinput pointer catchall
-MatchIsPointer on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-
-Section InputClass
-Identifier libinput keyboard catchall
-MatchIsKeyboard on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-
-Section InputClass
-Identifier libinput touchpad catchall
-MatchIsTouchpad on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-
-Section InputClass
-Identifier libinput touchscreen catchall
-MatchIsTouchscreen on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-

Copied: xf86-input-libinput/repos/extra-i686/90-libinput.conf (from rev 243032, 
xf86-input-libinput/trunk/90-libinput.conf)
===
--- extra-i686/90-libinput.conf (rev 0)
+++ extra-i686/90-libinput.conf 2015-08-04 17:14:58 UTC (rev 243033)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section InputClass
+Identifier libinput pointer catchall
+MatchIsPointer on
+MatchDevicePath /dev/input/event*
+   

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

2015-08-04 Thread Andreas Radke
Date: Tuesday, August 4, 2015 @ 19:14:47
  Author: andyrtr
Revision: 243032

upgpkg: xf86-input-libinput 0.13.0-1

upstream update 0.13.0

Modified:
  xf86-input-libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 17:12:20 UTC (rev 243031)
+++ PKGBUILD2015-08-04 17:14:47 UTC (rev 243032)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier lordhea...@gmail.com
 
 pkgname=xf86-input-libinput
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc=Generic input driver for the X.Org server based on libinput
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
 90-libinput.conf
 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
-sha256sums=('db8f919c24a381cec1e7840f1f2117251501c0c7ae2a43941d84753154a826d6'
+sha256sums=('b9535c58904f47e8f85fee045b4a2b549c91216ddc9b0ee733d47d1b049fe3da'
 'SKIP'
 'd4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75'
 'd7cf26243c2dca5628ab154a45c2aab6135899aec22dc2f8d02c70731fdde319')


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

2015-08-04 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 20:08:12
  Author: heftig
Revision: 243036

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

Added:
  python-systemd/repos/extra-i686/
  python-systemd/repos/extra-i686/PKGBUILD
(from rev 243035, python-systemd/trunk/PKGBUILD)
  python-systemd/repos/extra-x86_64/
  python-systemd/repos/extra-x86_64/PKGBUILD
(from rev 243035, python-systemd/trunk/PKGBUILD)

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

Copied: python-systemd/repos/extra-i686/PKGBUILD (from rev 243035, 
python-systemd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-04 18:08:12 UTC (rev 243036)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+pkgbase=python-systemd
+pkgname=(python-systemd python2-systemd)
+pkgver=230
+pkgrel=1
+_commit=58c65cf10a7640669ef84f9119c7841112eea025
+pkgdesc=Python bindings for systemd
+arch=(i686 x86_64)
+url=https://github.com/systemd/python-systemd;
+license=(LGPL)
+makedepends=(systemd python python2 git)
+source=($pkgbase::git+${url}#commit=${_commit})
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase python2
+  mv $pkgbase python3
+}
+
+build() {
+  cd python3
+  make PYTHON=/usr/bin/python3
+
+  cd ../python2
+  make PYTHON=/usr/bin/python2
+}
+
+package_python-systemd() {
+  depends=(python3 libsystemd)
+
+  cd python3
+  python3 setup.py install --root=$pkgdir --optimize=1 --skip-build
+}
+
+package_python2-systemd() {
+  depends=(python2 libsystemd)
+
+  cd python2
+  python2 setup.py install --root=$pkgdir --optimize=1 --skip-build
+}

Copied: python-systemd/repos/extra-x86_64/PKGBUILD (from rev 243035, 
python-systemd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-04 18:08:12 UTC (rev 243036)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+pkgbase=python-systemd
+pkgname=(python-systemd python2-systemd)
+pkgver=230
+pkgrel=1
+_commit=58c65cf10a7640669ef84f9119c7841112eea025
+pkgdesc=Python bindings for systemd
+arch=(i686 x86_64)
+url=https://github.com/systemd/python-systemd;
+license=(LGPL)
+makedepends=(systemd python python2 git)
+source=($pkgbase::git+${url}#commit=${_commit})
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase python2
+  mv $pkgbase python3
+}
+
+build() {
+  cd python3
+  make PYTHON=/usr/bin/python3
+
+  cd ../python2
+  make PYTHON=/usr/bin/python2
+}
+
+package_python-systemd() {
+  depends=(python3 libsystemd)
+
+  cd python3
+  python3 setup.py install --root=$pkgdir --optimize=1 --skip-build
+}
+
+package_python2-systemd() {
+  depends=(python2 libsystemd)
+
+  cd python2
+  python2 setup.py install --root=$pkgdir --optimize=1 --skip-build
+}


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

2015-08-04 Thread Andreas Radke
Date: Tuesday, August 4, 2015 @ 19:12:04
  Author: andyrtr
Revision: 243030

upgpkg: hplip 3.15.7-1

upstream update 3.15.7

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 16:54:36 UTC (rev 243029)
+++ PKGBUILD2015-08-04 17:12:04 UTC (rev 243030)
@@ -5,7 +5,7 @@
 # Contributor: Morgan LEFIEUX com...@archlinuxfr.org
 
 pkgname=hplip
-pkgver=3.15.6
+pkgver=3.15.7
 pkgrel=1
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 disable_upgrade.patch)
-sha1sums=('dba9839d3daf1a2dc464a0d3094ba9b71fea422c'
+sha1sums=('f84e33b749ef34939c11b253767686c00ca2c30c'
   'SKIP'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
 validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) hp...@hp.com
@@ -70,7 +70,7 @@
 
 package() {
  cd $pkgname-$pkgver
- make rulesdir=/usr/lib/udev/rules.d DESTDIR=$pkgdir/ install
+ make -j1 rulesdir=/usr/lib/udev/rules.d DESTDIR=$pkgdir/ install
  
  # remove config provided by sane and autostart of hp-daemon
  rm -rf $pkgdir/etc/{sane.d,xdg}


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

2015-08-04 Thread Sébastien Luttringer
Date: Tuesday, August 4, 2015 @ 20:05:39
  Author: seblu
Revision: 137944

upgpkg: znc 1.6.1-1

Modified:
  znc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 17:26:49 UTC (rev 137943)
+++ PKGBUILD2015-08-04 18:05:39 UTC (rev 137944)
@@ -4,8 +4,8 @@
 # Contributor: mickael9 mickael9 at gmail dot com
 
 pkgname=znc
-pkgver=1.6.0
-pkgrel=5
+pkgver=1.6.1
+pkgrel=1
 pkgdesc='An IRC bouncer with modules  scripts support'
 url='http://en.znc.in/wiki/index.php/ZNC'
 license=('GPL2')
@@ -19,7 +19,7 @@
 install=$pkgname.install
 source=(http://znc.in/releases/$pkgname-$pkgver.tar.gz;
 $pkgname.sysusers)
-md5sums=('674d8c1277752dcc627b96e33a63376e'
+md5sums=('8e29289e6229b6d2473de202170745ab'
  '48dd51ac68c52d9700f38e3db1a2a7be')
 
 build() {


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

2015-08-04 Thread Felix Yan
Date: Tuesday, August 4, 2015 @ 18:28:29
  Author: fyan
Revision: 243025

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

Added:
  lmdb/repos/extra-i686/
  lmdb/repos/extra-i686/PKGBUILD
(from rev 243024, lmdb/trunk/PKGBUILD)
  lmdb/repos/extra-x86_64/
  lmdb/repos/extra-x86_64/PKGBUILD
(from rev 243024, lmdb/trunk/PKGBUILD)

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

Copied: lmdb/repos/extra-i686/PKGBUILD (from rev 243024, lmdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-04 16:28:29 UTC (rev 243025)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Matt Monaco cx monaco matt
+
+pkgname=lmdb
+pkgver=0.9.15
+pkgrel=1
+pkgdesc=Symas Lightning Memory-Mapped Database
+arch=('i686' 'x86_64')
+url=http://symas.com/mdb;
+license=('custom:OpenLDAP')
+depends=('glibc')
+makedepends=('git')
+source=(git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd $srcdir/lmdb/libraries/liblmdb
+  make prefix=/usr
+}
+
+package() {
+  cd $srcdir/lmdb/libraries/liblmdb
+  install -dm755 $pkgdir/usr/{bin,lib,include,man/man1,share}
+  make DESTDIR=$pkgdir prefix=/usr install
+
+  mv $pkgdir/usr/man $pkgdir/usr/share/man
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: lmdb/repos/extra-x86_64/PKGBUILD (from rev 243024, lmdb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-04 16:28:29 UTC (rev 243025)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Matt Monaco cx monaco matt
+
+pkgname=lmdb
+pkgver=0.9.15
+pkgrel=1
+pkgdesc=Symas Lightning Memory-Mapped Database
+arch=('i686' 'x86_64')
+url=http://symas.com/mdb;
+license=('custom:OpenLDAP')
+depends=('glibc')
+makedepends=('git')
+source=(git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd $srcdir/lmdb/libraries/liblmdb
+  make prefix=/usr
+}
+
+package() {
+  cd $srcdir/lmdb/libraries/liblmdb
+  install -dm755 $pkgdir/usr/{bin,lib,include,man/man1,share}
+  make DESTDIR=$pkgdir prefix=/usr install
+
+  mv $pkgdir/usr/man $pkgdir/usr/share/man
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-08-04 Thread Andreas Radke
Date: Tuesday, August 4, 2015 @ 18:54:36
  Author: andyrtr
Revision: 243029

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-04 16:54:25 UTC (rev 243028)
+++ extra-i686/PKGBUILD 2015-08-04 16:54:36 UTC (rev 243029)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: nesl247 nesl...@gmail.com
-
-pkgbase=pycups
-pkgname=('python2-pycups' 'python-pycups')
-pkgver=1.9.72
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://cyberelk.net/tim/software/pycups/;
-license=('GPL')
-makedepends=('libcups' 'python2' 'python')
-source=(http://cyberelk.net/tim/data/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
-# md5sum: https://pypi.python.org/pypi/pycups
-md5sums=('c790bfbf4a3e9da2412c12c860fe191f'
- 'SKIP')
-validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3')  # Tim Waugh
-
-prepare() {
-  cp -a ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-  cd ${srcdir}/${pkgbase}-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python2-pycups() {
-  pkgdesc=Python 2 CUPS Bindings
-  depends=('libcups' 'python2')
-
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python-pycups() {
-  pkgdesc=Python 3 CUPS Bindings
-  depends=('libcups' 'python')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-}

Copied: pycups/repos/extra-i686/PKGBUILD (from rev 243028, 
pycups/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-04 16:54:36 UTC (rev 243029)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: nesl247 nesl...@gmail.com
+
+pkgbase=pycups
+pkgname=('python2-pycups' 'python-pycups')
+pkgver=1.9.73
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://cyberelk.net/tim/software/pycups/;
+license=('GPL')
+makedepends=('libcups' 'python2' 'python')
+source=(http://cyberelk.net/tim/data/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
+# md5sum: https://pypi.python.org/pypi/pycups
+md5sums=('ee0e7204d7a2ae942e2f4c4508afdbfb'
+ 'SKIP')
+validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3'  # Tim Waugh
+  '4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh 
twa...@redhat.com
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+  cd ${srcdir}/${pkgbase}-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python2-pycups() {
+  pkgdesc=Python 2 CUPS Bindings
+  depends=('libcups' 'python2')
+
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python-pycups() {
+  pkgdesc=Python 3 CUPS Bindings
+  depends=('libcups' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-04 16:54:25 UTC (rev 243028)
+++ extra-x86_64/PKGBUILD   2015-08-04 16:54:36 UTC (rev 243029)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: nesl247 nesl...@gmail.com
-
-pkgbase=pycups
-pkgname=('python2-pycups' 'python-pycups')
-pkgver=1.9.72
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://cyberelk.net/tim/software/pycups/;
-license=('GPL')
-makedepends=('libcups' 'python2' 'python')
-source=(http://cyberelk.net/tim/data/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
-# md5sum: https://pypi.python.org/pypi/pycups
-md5sums=('c790bfbf4a3e9da2412c12c860fe191f'
- 'SKIP')
-validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3')  # Tim Waugh
-
-prepare() {
-  cp -a ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-  cd ${srcdir}/${pkgbase}-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python2-pycups() {
-  pkgdesc=Python 2 CUPS Bindings
-  depends=('libcups' 'python2')
-
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python-pycups() {
-  pkgdesc=Python 3 CUPS Bindings
-  depends=('libcups' 'python')
-
-  cd 

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

2015-08-04 Thread Andreas Radke
Date: Tuesday, August 4, 2015 @ 18:54:25
  Author: andyrtr
Revision: 243028

upgpkg: pycups 1.9.73-1

upstream update 1.9.73

Modified:
  pycups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 16:47:05 UTC (rev 243027)
+++ PKGBUILD2015-08-04 16:54:25 UTC (rev 243028)
@@ -4,8 +4,8 @@
 
 pkgbase=pycups
 pkgname=('python2-pycups' 'python-pycups')
-pkgver=1.9.72
-pkgrel=2
+pkgver=1.9.73
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://cyberelk.net/tim/software/pycups/;
 license=('GPL')
@@ -12,9 +12,10 @@
 makedepends=('libcups' 'python2' 'python')
 
source=(http://cyberelk.net/tim/data/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
 # md5sum: https://pypi.python.org/pypi/pycups
-md5sums=('c790bfbf4a3e9da2412c12c860fe191f'
+md5sums=('ee0e7204d7a2ae942e2f4c4508afdbfb'
  'SKIP')
-validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3')  # Tim Waugh
+validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3'  # Tim Waugh
+  '4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh 
twa...@redhat.com
 
 prepare() {
   cp -a ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2


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

2015-08-04 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 20:07:27
  Author: heftig
Revision: 243035

230

Added:
  python-systemd/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 18:07:27 UTC (rev 243035)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+pkgbase=python-systemd
+pkgname=(python-systemd python2-systemd)
+pkgver=230
+pkgrel=1
+_commit=58c65cf10a7640669ef84f9119c7841112eea025
+pkgdesc=Python bindings for systemd
+arch=(i686 x86_64)
+url=https://github.com/systemd/python-systemd;
+license=(LGPL)
+makedepends=(systemd python python2 git)
+source=($pkgbase::git+${url}#commit=${_commit})
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase python2
+  mv $pkgbase python3
+}
+
+build() {
+  cd python3
+  make PYTHON=/usr/bin/python3
+
+  cd ../python2
+  make PYTHON=/usr/bin/python2
+}
+
+package_python-systemd() {
+  depends=(python3 libsystemd)
+
+  cd python3
+  python3 setup.py install --root=$pkgdir --optimize=1 --skip-build
+}
+
+package_python2-systemd() {
+  depends=(python2 libsystemd)
+
+  cd python2
+  python2 setup.py install --root=$pkgdir --optimize=1 --skip-build
+}


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


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

2015-08-04 Thread Sébastien Luttringer
Date: Tuesday, August 4, 2015 @ 20:06:34
  Author: seblu
Revision: 137945

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

Added:
  znc/repos/community-i686/PKGBUILD
(from rev 137944, znc/trunk/PKGBUILD)
  znc/repos/community-i686/znc.install
(from rev 137944, znc/trunk/znc.install)
  znc/repos/community-i686/znc.sysusers
(from rev 137944, znc/trunk/znc.sysusers)
  znc/repos/community-x86_64/PKGBUILD
(from rev 137944, znc/trunk/PKGBUILD)
  znc/repos/community-x86_64/znc.install
(from rev 137944, znc/trunk/znc.install)
  znc/repos/community-x86_64/znc.sysusers
(from rev 137944, znc/trunk/znc.sysusers)
Deleted:
  znc/repos/community-i686/PKGBUILD
  znc/repos/community-i686/znc.install
  znc/repos/community-i686/znc.sysusers
  znc/repos/community-x86_64/PKGBUILD
  znc/repos/community-x86_64/znc.install
  znc/repos/community-x86_64/znc.sysusers

---+
 /PKGBUILD |   84 
 /znc.install  |   40 +++
 /znc.sysusers |2 
 community-i686/PKGBUILD   |   42 
 community-i686/znc.install|   20 -
 community-i686/znc.sysusers   |1 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/znc.install  |   20 -
 community-x86_64/znc.sysusers |1 
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 18:05:39 UTC (rev 137944)
+++ community-i686/PKGBUILD 2015-08-04 18:06:34 UTC (rev 137945)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: mickael9 mickael9 at gmail dot com
-
-pkgname=znc
-pkgver=1.6.0
-pkgrel=5
-pkgdesc='An IRC bouncer with modules  scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl' 'icu')
-makedepends=('tcl' 'python' 'perl')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=(http://znc.in/releases/$pkgname-$pkgver.tar.gz;
-$pkgname.sysusers)
-md5sums=('674d8c1277752dcc627b96e33a63376e'
- '48dd51ac68c52d9700f38e3db1a2a7be')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname.sysusers 
$pkgdir/usr/lib/sysusers.d/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-i686/PKGBUILD (from rev 137944, znc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 18:06:34 UTC (rev 137945)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=znc
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='An IRC bouncer with modules  scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=(http://znc.in/releases/$pkgname-$pkgver.tar.gz;
+$pkgname.sysusers)
+md5sums=('8e29289e6229b6d2473de202170745ab'
+ '48dd51ac68c52d9700f38e3db1a2a7be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname.sysusers 
$pkgdir/usr/lib/sysusers.d/$pkgname.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/znc.install
===
--- community-i686/znc.install  2015-08-04 18:05:39 UTC (rev 137944)
+++ community-i686/znc.install  2015-08-04 18:06:34 UTC (rev 137945)
@@ -1,20 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  systemd-sysusers znc.conf
-  [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo == Use 'znc --makeconf' as user znc to generate your first config
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ `vercmp $2 1.0-4` -lt 0 ]; then
-[ -d /var/lib/znc ] || install -dm 750 -o znc -g znc 

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

2015-08-04 Thread Felix Yan
Date: Tuesday, August 4, 2015 @ 18:28:01
  Author: fyan
Revision: 243024

addpkg: lmdb 0.9.15-1

Added:
  lmdb/
  lmdb/repos/
  lmdb/trunk/
  lmdb/trunk/PKGBUILD

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

Added: lmdb/trunk/PKGBUILD
===
--- lmdb/trunk/PKGBUILD (rev 0)
+++ lmdb/trunk/PKGBUILD 2015-08-04 16:28:01 UTC (rev 243024)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Matt Monaco cx monaco matt
+
+pkgname=lmdb
+pkgver=0.9.15
+pkgrel=1
+pkgdesc=Symas Lightning Memory-Mapped Database
+arch=('i686' 'x86_64')
+url=http://symas.com/mdb;
+license=('custom:OpenLDAP')
+depends=('glibc')
+makedepends=('git')
+source=(git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd $srcdir/lmdb/libraries/liblmdb
+  make prefix=/usr
+}
+
+package() {
+  cd $srcdir/lmdb/libraries/liblmdb
+  install -dm755 $pkgdir/usr/{bin,lib,include,man/man1,share}
+  make DESTDIR=$pkgdir prefix=/usr install
+
+  mv $pkgdir/usr/man $pkgdir/usr/share/man
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


[arch-commits] Commit in (python-systemd python-systemd/repos python-systemd/trunk)

2015-08-04 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 19:43:11
  Author: heftig
Revision: 243034

add python-systemd

Added:
  python-systemd/
  python-systemd/repos/
  python-systemd/trunk/


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

2015-08-04 Thread Sébastien Luttringer
Date: Tuesday, August 4, 2015 @ 20:39:56
  Author: seblu
Revision: 137949

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

Added:
  netperf/repos/community-i686/001-fix-inlining.patch
(from rev 137948, netperf/trunk/001-fix-inlining.patch)
  netperf/repos/community-i686/PKGBUILD
(from rev 137948, netperf/trunk/PKGBUILD)
  netperf/repos/community-i686/netperf.install
(from rev 137948, netperf/trunk/netperf.install)
  netperf/repos/community-i686/netperf.service
(from rev 137948, netperf/trunk/netperf.service)
  netperf/repos/community-x86_64/001-fix-inlining.patch
(from rev 137948, netperf/trunk/001-fix-inlining.patch)
  netperf/repos/community-x86_64/PKGBUILD
(from rev 137948, netperf/trunk/PKGBUILD)
  netperf/repos/community-x86_64/netperf.install
(from rev 137948, netperf/trunk/netperf.install)
  netperf/repos/community-x86_64/netperf.service
(from rev 137948, netperf/trunk/netperf.service)
Deleted:
  netperf/repos/community-i686/PKGBUILD
  netperf/repos/community-i686/netperf.install
  netperf/repos/community-i686/netperf.service
  netperf/repos/community-x86_64/PKGBUILD
  netperf/repos/community-x86_64/netperf.install
  netperf/repos/community-x86_64/netperf.service

-+
 /PKGBUILD   |   94 ++
 /netperf.install|   40 
 /netperf.service|   18 +
 community-i686/001-fix-inlining.patch   |   32 ++
 community-i686/PKGBUILD |   42 -
 community-i686/netperf.install  |   20 --
 community-i686/netperf.service  |9 --
 community-x86_64/001-fix-inlining.patch |   32 ++
 community-x86_64/PKGBUILD   |   42 -
 community-x86_64/netperf.install|   20 --
 community-x86_64/netperf.service|9 --
 11 files changed, 216 insertions(+), 142 deletions(-)

Copied: netperf/repos/community-i686/001-fix-inlining.patch (from rev 137948, 
netperf/trunk/001-fix-inlining.patch)
===
--- community-i686/001-fix-inlining.patch   (rev 0)
+++ community-i686/001-fix-inlining.patch   2015-08-04 18:39:56 UTC (rev 
137949)
@@ -0,0 +1,32 @@
+# Copyright Seblu 2015
+--- a/src/netlib.c 2015-08-04 20:30:43.449468815 +0200
 b/src/netlib.c 2015-08-04 20:31:40.317792002 +0200
+@@ -3997,11 +3997,7 @@
+   }
+ }
+ 
+-#ifdef WIN32
+-__forceinline void demo_interval_display(double actual_interval)
+-#else
+-  inline void demo_interval_display(double actual_interval)
+-#endif
++void demo_interval_display(double actual_interval)
+ {
+   static int count = 0;
+   struct timeval now;
+@@ -4060,15 +4056,7 @@
+important compilers have supported such a construct so it should
+not be a big deal. raj 2012-01-23 */
+ 
+-#ifdef WIN32
+-/* It would seem that the Microsoft compiler will not inline across
+-   source files. So there is little point in having an inline
+-   directive in that situation.  Of course that makes me wonder if an
+-   inline directive has to appear in netlib.h... */
+ void demo_interval_tick(uint32_t units)
+-#else
+-  inline void demo_interval_tick(uint32_t units)
+-#endif
+ {
+   double actual_interval = 0.0;
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 18:38:57 UTC (rev 137948)
+++ community-i686/PKGBUILD 2015-08-04 18:39:56 UTC (rev 137949)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Tilman Blumenbach tilman (at) ax86 (dot) net
-
-pkgname=netperf
-pkgver=2.6.0
-pkgrel=3
-pkgdesc='Benchmarking tool for many different types of networking'
-url='http://www.netperf.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc' 'libsmbios' 'lksctp-tools')
-install=$pkgname.install
-source=(
-  ftp://ftp.netperf.org/netperf/$pkgname-$pkgver.tar.bz2;
-  $pkgname.service)
-md5sums=('9654ffdfd4c4f2c93ce3733cd9ed9236'
- '7bce5056b2a24d76fcc0c20e4b527416')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-demo \
---enable-unixdomain \
---enable-dccp \
---enable-sctp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # license
-  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netperf/repos/community-i686/PKGBUILD (from rev 137948, 
netperf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 18:39:56 UTC (rev 137949)

[arch-commits] Commit in etckeeper/repos/community-any (6 files)

2015-08-04 Thread Christian Hesse
Date: Tuesday, August 4, 2015 @ 22:23:16
  Author: eworm
Revision: 137951

archrelease: copy trunk to community-any

Added:
  etckeeper/repos/community-any/PKGBUILD
(from rev 137950, etckeeper/trunk/PKGBUILD)
  etckeeper/repos/community-any/etckeeper.service
(from rev 137950, etckeeper/trunk/etckeeper.service)
  etckeeper/repos/community-any/etckeeper.timer
(from rev 137950, etckeeper/trunk/etckeeper.timer)
Deleted:
  etckeeper/repos/community-any/PKGBUILD
  etckeeper/repos/community-any/etckeeper.service
  etckeeper/repos/community-any/etckeeper.timer

---+
 PKGBUILD  |  102 ++--
 etckeeper.service |   24 ++--
 etckeeper.timer   |   20 +-
 3 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-04 20:22:09 UTC (rev 137950)
+++ PKGBUILD2015-08-04 20:23:16 UTC (rev 137951)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse m...@eworm.de
-# Contributor: mathieu.clabaut mathieu.clab...@gmail.com
-# Contributor: Buce dmb...@gmail.com
-# Contributor: Danie Roux accou...@danieroux.com
-
-pkgname=etckeeper
-pkgver=1.18.1
-pkgrel=4
-pkgdesc='collection of tools to let /etc be stored in a git, hg or bzr 
repository'
-arch=('any')
-url='http://kitenet.net/~joey/code/etckeeper/'
-license=('GPL2')
-depends=('git')
-makedepends=('mercurial' 'bzr')
-optdepends=('mercurial: use mercurial for version control'
-   'bzr: use bazaar for version control')
-backup=('etc/etckeeper/etckeeper.conf')
-source=(git://git.kitenet.net/etckeeper#tag=${pkgver}
-'etckeeper.service'
-   'etckeeper.timer')
-sha256sums=('SKIP'
-'b92c15e4e2d7211ded184dccf3d4b219031eef4bc5fbe0b8d294e8c0f61195fd'
-'256326aaaf5ce44a1b965e102cccd0cba433a76444ad9053428fb9f16428b8e5')
-
-build() {
-   cd ${srcdir}/etckeeper/
-
-   # fix python
-   sed -i '/^PYTHON=/c PYTHON=python2' Makefile
-   sed -i '1s/python/python2/' zypper-etckeeper.py
-
-   # install path for bash-completion
-   sed -i 
'/bash_completion/s|$(etcdir)/bash_completion.d|${prefix}/share/bash-completion/completions|'
 Makefile
-
-   # This does not exist, but we do not want the apt stuff installed.
-   sed -i -e /^LOWLEVEL_PACKAGE_MANAGER/c 
LOWLEVEL_PACKAGE_MANAGER=pacman \
-   -e /^HIGHLEVEL_PACKAGE_MANAGER/c 
HIGHLEVEL_PACKAGE_MANAGER=pacman etckeeper.conf
-}
-
-package() {
-   cd ${srcdir}/etckeeper/
-
-   make DESTDIR=${pkgdir} install
-
-   # autocommit timer
-   install -D -m0755 debian/cron.daily 
${pkgdir}/usr/bin/etckeeper-autocommit
-   install -D -m0644 ${srcdir}/etckeeper.service 
${pkgdir}/usr/lib/systemd/system/etckeeper.service
-   install -D -m0644 ${srcdir}/etckeeper.timer 
${pkgdir}/usr/lib/systemd/system/etckeeper.timer
-}
-

Copied: etckeeper/repos/community-any/PKGBUILD (from rev 137950, 
etckeeper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 20:23:16 UTC (rev 137951)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: mathieu.clabaut mathieu.clab...@gmail.com
+# Contributor: Buce dmb...@gmail.com
+# Contributor: Danie Roux accou...@danieroux.com
+
+pkgname=etckeeper
+pkgver=1.18.2
+pkgrel=1
+pkgdesc='collection of tools to let /etc be stored in a git, hg or bzr 
repository'
+arch=('any')
+url='http://kitenet.net/~joey/code/etckeeper/'
+license=('GPL2')
+depends=('git')
+makedepends=('mercurial' 'bzr')
+optdepends=('mercurial: use mercurial for version control'
+   'bzr: use bazaar for version control')
+backup=('etc/etckeeper/etckeeper.conf')
+source=(git://git.kitenet.net/etckeeper#tag=${pkgver}
+'etckeeper.service'
+   'etckeeper.timer')
+sha256sums=('SKIP'
+'b92c15e4e2d7211ded184dccf3d4b219031eef4bc5fbe0b8d294e8c0f61195fd'
+'256326aaaf5ce44a1b965e102cccd0cba433a76444ad9053428fb9f16428b8e5')
+
+build() {
+   cd ${srcdir}/etckeeper/
+
+   # fix python
+   sed -i '/^PYTHON=/c PYTHON=python2' Makefile
+   sed -i '1s/python/python2/' zypper-etckeeper.py
+
+   # install path for bash-completion
+   sed -i 
'/bash_completion/s|$(etcdir)/bash_completion.d|${prefix}/share/bash-completion/completions|'
 Makefile
+
+   # This does not exist, but we do not want the apt stuff installed.
+   sed -i -e /^LOWLEVEL_PACKAGE_MANAGER/c 
LOWLEVEL_PACKAGE_MANAGER=pacman \
+   -e /^HIGHLEVEL_PACKAGE_MANAGER/c 
HIGHLEVEL_PACKAGE_MANAGER=pacman etckeeper.conf
+}
+
+package() {
+   cd ${srcdir}/etckeeper/
+
+   make DESTDIR=${pkgdir} install
+
+   # autocommit timer
+   install -D -m0755 debian/cron.daily 
${pkgdir}/usr/bin/etckeeper-autocommit
+   install -D -m0644 ${srcdir}/etckeeper.service 

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

2015-08-04 Thread Christian Hesse
Date: Tuesday, August 4, 2015 @ 22:22:09
  Author: eworm
Revision: 137950

upgpkg: etckeeper 1.18.2-1

Modified:
  etckeeper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 18:39:56 UTC (rev 137949)
+++ PKGBUILD2015-08-04 20:22:09 UTC (rev 137950)
@@ -5,8 +5,8 @@
 # Contributor: Danie Roux accou...@danieroux.com
 
 pkgname=etckeeper
-pkgver=1.18.1
-pkgrel=4
+pkgver=1.18.2
+pkgrel=1
 pkgdesc='collection of tools to let /etc be stored in a git, hg or bzr 
repository'
 arch=('any')
 url='http://kitenet.net/~joey/code/etckeeper/'


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

2015-08-04 Thread Sébastien Luttringer
Date: Tuesday, August 4, 2015 @ 20:38:57
  Author: seblu
Revision: 137948

upgpkg: netperf 2.7.0-1

Added:
  netperf/trunk/001-fix-inlining.patch
Modified:
  netperf/trunk/PKGBUILD
  netperf/trunk/netperf.install

+
 001-fix-inlining.patch |   32 
 PKGBUILD   |   19 ---
 netperf.install|6 +++---
 3 files changed, 47 insertions(+), 10 deletions(-)

Added: 001-fix-inlining.patch
===
--- 001-fix-inlining.patch  (rev 0)
+++ 001-fix-inlining.patch  2015-08-04 18:38:57 UTC (rev 137948)
@@ -0,0 +1,32 @@
+# Copyright Seblu 2015
+--- a/src/netlib.c 2015-08-04 20:30:43.449468815 +0200
 b/src/netlib.c 2015-08-04 20:31:40.317792002 +0200
+@@ -3997,11 +3997,7 @@
+   }
+ }
+ 
+-#ifdef WIN32
+-__forceinline void demo_interval_display(double actual_interval)
+-#else
+-  inline void demo_interval_display(double actual_interval)
+-#endif
++void demo_interval_display(double actual_interval)
+ {
+   static int count = 0;
+   struct timeval now;
+@@ -4060,15 +4056,7 @@
+important compilers have supported such a construct so it should
+not be a big deal. raj 2012-01-23 */
+ 
+-#ifdef WIN32
+-/* It would seem that the Microsoft compiler will not inline across
+-   source files. So there is little point in having an inline
+-   directive in that situation.  Of course that makes me wonder if an
+-   inline directive has to appear in netlib.h... */
+ void demo_interval_tick(uint32_t units)
+-#else
+-  inline void demo_interval_tick(uint32_t units)
+-#endif
+ {
+   double actual_interval = 0.0;
+ 

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 18:08:20 UTC (rev 137947)
+++ PKGBUILD2015-08-04 18:38:57 UTC (rev 137948)
@@ -4,8 +4,8 @@
 # Contributor: Tilman Blumenbach tilman (at) ax86 (dot) net
 
 pkgname=netperf
-pkgver=2.6.0
-pkgrel=3
+pkgver=2.7.0
+pkgrel=1
 pkgdesc='Benchmarking tool for many different types of networking'
 url='http://www.netperf.org/'
 license=('custom')
@@ -12,12 +12,17 @@
 arch=('i686' 'x86_64')
 depends=('glibc' 'libsmbios' 'lksctp-tools')
 install=$pkgname.install
-source=(
-  ftp://ftp.netperf.org/netperf/$pkgname-$pkgver.tar.bz2;
-  $pkgname.service)
-md5sums=('9654ffdfd4c4f2c93ce3733cd9ed9236'
- '7bce5056b2a24d76fcc0c20e4b527416')
+source=(ftp://ftp.netperf.org/netperf/$pkgname-$pkgver.tar.bz2;
+$pkgname.service
+'001-fix-inlining.patch')
+md5sums=('ad1c5342d61f297c417a93133aeba65a'
+ '7bce5056b2a24d76fcc0c20e4b527416'
+ '0160c47c86ff1fca8df64cfb4cd4d9f2')
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1  001-fix-inlining.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure \

Modified: netperf.install
===
--- netperf.install 2015-08-04 18:08:20 UTC (rev 137947)
+++ netperf.install 2015-08-04 18:38:57 UTC (rev 137948)
@@ -2,7 +2,7 @@
 filelist=(netperf.info)
 
 post_install() {
-  [ -x usr/bin/install-info ] || return 0
+  [[ -x usr/bin/install-info ]] || return 0
   for file in ${filelist[@]}; do
 install-info $infodir/$file.gz $infodir/dir 2 /dev/null
   done
@@ -9,11 +9,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install $1
 }
 
 pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
+  [[ -x usr/bin/install-info ]] || return 0
   for file in ${filelist[@]}; do
 install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
   done


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

2015-08-04 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 18:05:46
  Author: foutrelis
Revision: 243022

upgpkg: libtorrent-rasterbar 1:1.0.6-1

New upstream release.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 15:52:24 UTC (rev 243021)
+++ PKGBUILD2015-08-04 16:05:46 UTC (rev 243022)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 epoch=1
 pkgdesc=A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around
@@ -13,8 +13,8 @@
 depends=('boost-libs' 'geoip' 'python2')
 makedepends=('boost')
 options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('f269399bf7bbc90579f8f115be40ea612c56f5c5')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('160e7cde6aafdb3dff1abf5ae384676367d04f2b')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-04 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 18:05:57
  Author: foutrelis
Revision: 243023

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

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 243022, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 243022, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-04 16:05:46 UTC (rev 243022)
+++ extra-i686/PKGBUILD 2015-08-04 16:05:57 UTC (rev 243023)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=1.0.5
-pkgrel=1
-epoch=1
-pkgdesc=A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('f269399bf7bbc90579f8f115be40ea612c56f5c5')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 \
-  ./configure \
---prefix=/usr \
---enable-python-binding \
---with-libgeoip=system \
---with-libiconv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 243022, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-04 16:05:57 UTC (rev 243023)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.6
+pkgrel=1
+epoch=1
+pkgdesc=A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('160e7cde6aafdb3dff1abf5ae384676367d04f2b')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-04 16:05:46 UTC (rev 243022)
+++ extra-x86_64/PKGBUILD   2015-08-04 16:05:57 UTC (rev 243023)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=1.0.5
-pkgrel=1
-epoch=1
-pkgdesc=A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('f269399bf7bbc90579f8f115be40ea612c56f5c5')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 \
-  ./configure \
---prefix=/usr \
---enable-python-binding \
---with-libgeoip=system \
---with-libiconv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 243022, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-04 16:05:57 UTC (rev 243023)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.6
+pkgrel=1
+epoch=1
+pkgdesc=A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations 

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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 03:23:01
  Author: svenstaro
Revision: 137959

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   54 +++---
 vimdoc.install |   28 ++--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-05 01:22:57 UTC (rev 137958)
+++ PKGBUILD2015-08-05 01:23:01 UTC (rev 137959)
@@ -1,27 +0,0 @@
-#$Id$
-#Contributor: Aaron Griffin aa...@archlinux.org
-#Maintainer: 
-
-pkgname=vim-bufexplorer
-pkgver=7.4.4
-pkgrel=1
-pkgdesc=A simple buffer list/switcher for vim 
-arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=42;
-license=('BSD')
-depends=('vim=7.0')
-makedepends=('git')
-groups=('vim-plugins')
-install=vimdoc.install
-source=(git://github.com/jlanzarotta/bufexplorer.git#commit=fc022c)
-md5sums=('SKIP')
-
-package() {
-   cd ${srcdir}/bufexplorer
-
-   installpath=${pkgdir}/usr/share/vim/vimfiles
-
-   install -D -m644 doc/bufexplorer.txt $installpath/doc/bufexplorer.txt
-   install -D -m644 plugin/bufexplorer.vim 
$installpath/plugin/bufexplorer.vim
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-bufexplorer/repos/community-any/PKGBUILD (from rev 137958, 
vim-bufexplorer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-05 01:23:01 UTC (rev 137959)
@@ -0,0 +1,27 @@
+#$Id$
+#Contributor: Aaron Griffin aa...@archlinux.org
+#Maintainer: 
+
+pkgname=vim-bufexplorer
+pkgver=7.4.6
+pkgrel=1
+pkgdesc=A simple buffer list/switcher for vim 
+arch=('any')
+url=http://www.vim.org/scripts/script.php?script_id=42;
+license=('BSD')
+depends=('vim=7.0')
+makedepends=('git')
+groups=('vim-plugins')
+install=vimdoc.install
+source=(git://github.com/jlanzarotta/bufexplorer.git#commit=fc022c)
+md5sums=('SKIP')
+
+package() {
+   cd ${srcdir}/bufexplorer
+
+   installpath=${pkgdir}/usr/share/vim/vimfiles
+
+   install -D -m644 doc/bufexplorer.txt $installpath/doc/bufexplorer.txt
+   install -D -m644 plugin/bufexplorer.vim 
$installpath/plugin/bufexplorer.vim
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: vimdoc.install
===
--- vimdoc.install  2015-08-05 01:22:57 UTC (rev 137958)
+++ vimdoc.install  2015-08-05 01:23:01 UTC (rev 137959)
@@ -1,14 +0,0 @@
-post_install() {
-echo -n Updating vim help tags...
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd :helptags /usr/share/vim/vimfiles/doc --cmd :q  /dev/null 
21
-echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}

Copied: vim-bufexplorer/repos/community-any/vimdoc.install (from rev 137958, 
vim-bufexplorer/trunk/vimdoc.install)
===
--- vimdoc.install  (rev 0)
+++ vimdoc.install  2015-08-05 01:23:01 UTC (rev 137959)
@@ -0,0 +1,14 @@
+post_install() {
+echo -n Updating vim help tags...
+/usr/bin/vim --noplugins -u NONE -U NONE \
+--cmd :helptags /usr/share/vim/vimfiles/doc --cmd :q  /dev/null 
21
+echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install
+}


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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 03:22:57
  Author: svenstaro
Revision: 137958

upgpkg: vim-bufexplorer 7.4.6-1

upstream release 7.4.6

Modified:
  vim-bufexplorer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-05 00:26:18 UTC (rev 137957)
+++ PKGBUILD2015-08-05 01:22:57 UTC (rev 137958)
@@ -3,7 +3,7 @@
 #Maintainer: 
 
 pkgname=vim-bufexplorer
-pkgver=7.4.4
+pkgver=7.4.6
 pkgrel=1
 pkgdesc=A simple buffer list/switcher for vim 
 arch=('any')


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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 03:34:34
  Author: svenstaro
Revision: 137962

upgpkg: glm 0.9.7.0-1

upstream release 0.9.7.0

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-05 01:33:55 UTC (rev 137961)
+++ PKGBUILD2015-08-05 01:34:34 UTC (rev 137962)
@@ -1,25 +1,32 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Peter Hatina phatina AT gmail.com
 pkgname=glm
-pkgver=0.9.6.3
-pkgrel=2
+pkgver=0.9.7.0
+pkgrel=1
 pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
 arch=('any')
 license=('MIT')
 url=http://glm.g-truc.net;
-source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
-md5sums=('acd0b517c37ed25c3f11ee155ee8257e')
+makedepends=('cmake')
+source=(https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
+md5sums=('34c3eb7e99e1ae68a7d42bd401bf38bb')
 
 package() {
 cd $pkgname
-mkdir -p $pkgdir/usr/include/glm
+
+mkdir build
+cd build
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+make DESTDIR=$pkgdir install
+
+cd ..
+
 mkdir -p $pkgdir/usr/share/doc
-cp -r glm $pkgdir/usr/include
 cp -r doc $pkgdir/usr/share/doc/glm
-rm -f $pkgdir/usr/include/glm/CMakeLists.txt
+
 find $pkgdir -type f -exec chmod 644 {} \;
 find $pkgdir -type d -exec chmod 755 {} \;
 
-install -Dm644 util/FindGLM.cmake 
$pkgdir/usr/share/cmake-3.3/Modules/FindGLM.cmake
 install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 03:34:38
  Author: svenstaro
Revision: 137963

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 137962, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

--+
 PKGBUILD |   57 -
 1 file changed, 32 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-05 01:34:34 UTC (rev 137962)
+++ PKGBUILD2015-08-05 01:34:38 UTC (rev 137963)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Peter Hatina phatina AT gmail.com
-pkgname=glm
-pkgver=0.9.6.3
-pkgrel=2
-pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
-arch=('any')
-license=('MIT')
-url=http://glm.g-truc.net;
-source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
-md5sums=('acd0b517c37ed25c3f11ee155ee8257e')
-
-package() {
-cd $pkgname
-mkdir -p $pkgdir/usr/include/glm
-mkdir -p $pkgdir/usr/share/doc
-cp -r glm $pkgdir/usr/include
-cp -r doc $pkgdir/usr/share/doc/glm
-rm -f $pkgdir/usr/include/glm/CMakeLists.txt
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-
-install -Dm644 util/FindGLM.cmake 
$pkgdir/usr/share/cmake-3.3/Modules/FindGLM.cmake
-install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 137962, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-05 01:34:38 UTC (rev 137963)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Peter Hatina phatina AT gmail.com
+pkgname=glm
+pkgver=0.9.7.0
+pkgrel=1
+pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
+arch=('any')
+license=('MIT')
+url=http://glm.g-truc.net;
+makedepends=('cmake')
+source=(https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
+md5sums=('34c3eb7e99e1ae68a7d42bd401bf38bb')
+
+package() {
+cd $pkgname
+
+mkdir build
+cd build
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+make DESTDIR=$pkgdir install
+
+cd ..
+
+mkdir -p $pkgdir/usr/share/doc
+cp -r doc $pkgdir/usr/share/doc/glm
+
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+
+install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-08-04 Thread Jan Steffens
Date: Wednesday, August 5, 2015 @ 02:38:34
  Author: heftig
Revision: 243038

Ensure docs are regenerated

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 23:59:30 UTC (rev 243037)
+++ PKGBUILD2015-08-05 00:38:34 UTC (rev 243038)
@@ -24,7 +24,8 @@
 --enable-wayland-backend \
 --enable-x11-backend \
 --enable-evdev-input \
---enable-wayland-compositor
+--enable-wayland-compositor \
+--enable-gtk-doc
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 03:33:55
  Author: svenstaro
Revision: 137961

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-05 01:33:51 UTC (rev 137960)
+++ PKGBUILD2015-08-05 01:33:55 UTC (rev 137961)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Maximilian Stein maxarchpkgbu...@hmamail.com
-# Contributor: josephgbr rafael.f...@gmail.com
-# Contributor: Taylor Lookabaugh jesus.christ.i.l...@gmail.com
-
-_pkgbase=libnl
-pkgname=lib32-${_pkgbase}
-pkgver=3.2.25
-pkgrel=1
-pkgdesc=Library for applications dealing with netlink sockets (32 bit)
-arch=('x86_64')
-url=http://www.infradead.org/~tgr/libnl/;
-license=('GPL')
-depends=('lib32-glibc' ${_pkgbase})
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(${url}/files/${_pkgbase}-${pkgver}.tar.gz)
-sha256sums=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  
-  cd ${_pkgbase}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---disable-static \
---libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/{bin,include,share}}
-}

Copied: lib32-libnl/repos/multilib-x86_64/PKGBUILD (from rev 137960, 
lib32-libnl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-05 01:33:55 UTC (rev 137961)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Maximilian Stein maxarchpkgbu...@hmamail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: Taylor Lookabaugh jesus.christ.i.l...@gmail.com
+
+_pkgbase=libnl
+pkgname=lib32-${_pkgbase}
+pkgver=3.2.26
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets (32 bit)
+arch=('x86_64')
+url=http://www.infradead.org/~tgr/libnl/;
+license=('GPL')
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/libnl-${pkgver}.tar.gz;)
+sha256sums=('1323ff6cea47efe9f988893b09840942a8c36131f472a9f3b96eb68d8f8d7555')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  
+  cd ${_pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static \
+--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/{bin,include,share}}
+}


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

2015-08-04 Thread Sven-Hendrik Haase
Date: Wednesday, August 5, 2015 @ 03:33:51
  Author: svenstaro
Revision: 137960

upgpkg: lib32-libnl 3.2.26-1

upstream release 3.2.26

Modified:
  lib32-libnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-05 01:23:01 UTC (rev 137959)
+++ PKGBUILD2015-08-05 01:33:51 UTC (rev 137960)
@@ -5,7 +5,7 @@
 
 _pkgbase=libnl
 pkgname=lib32-${_pkgbase}
-pkgver=3.2.25
+pkgver=3.2.26
 pkgrel=1
 pkgdesc=Library for applications dealing with netlink sockets (32 bit)
 arch=('x86_64')
@@ -14,8 +14,8 @@
 depends=('lib32-glibc' ${_pkgbase})
 makedepends=('gcc-multilib')
 options=('!libtool')
-source=(${url}/files/${_pkgbase}-${pkgver}.tar.gz)
-sha256sums=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
+source=(https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/libnl-${pkgver}.tar.gz;)
+sha256sums=('1323ff6cea47efe9f988893b09840942a8c36131f472a9f3b96eb68d8f8d7555')
 
 build() {
   export CC='gcc -m32'