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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 16:28:38
  Author: fyan
Revision: 138280

archrelease: copy trunk to community-any

Added:
  python-plop/repos/community-any/
  python-plop/repos/community-any/PKGBUILD
(from rev 138279, python-plop/trunk/PKGBUILD)

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

Copied: python-plop/repos/community-any/PKGBUILD (from rev 138279, 
python-plop/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-08-12 14:28:38 UTC (rev 138280)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-plop
+pkgname=python2-plop
+pkgver=0.1.1
+pkgrel=1
+pkgdesc=Python Low-Overhead Profiler
+arch=('any')
+license=('MIT')
+url=https://github.com/bdarnell/plop;
+makedepends=('python2-tornado')
+source=(https://pypi.python.org/packages/source/p/plop/plop-${pkgver}.tar.gz;)
+md5sums=('5a5e60c18893c5f827633f2a75ac6cf9')
+
+check() {
+  cd $srcdir/plop-${pkgver}
+  python2 -m plop.test.runtests
+}
+
+package_python2-plop() {
+  depends=('python2')
+  optdepends=('python2-tornado: for plop.viewer')
+
+  cd ${srcdir}/plop-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+}


[arch-commits] Commit in (4 files)

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 16:28:23
  Author: fyan
Revision: 138279

addpkg: python-plop 0.1.1-1

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

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

Added: python-plop/trunk/PKGBUILD
===
--- python-plop/trunk/PKGBUILD  (rev 0)
+++ python-plop/trunk/PKGBUILD  2015-08-12 14:28:23 UTC (rev 138279)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-plop
+pkgname=python2-plop
+pkgver=0.1.1
+pkgrel=1
+pkgdesc=Python Low-Overhead Profiler
+arch=('any')
+license=('MIT')
+url=https://github.com/bdarnell/plop;
+makedepends=('python2-tornado')
+source=(https://pypi.python.org/packages/source/p/plop/plop-${pkgver}.tar.gz;)
+md5sums=('5a5e60c18893c5f827633f2a75ac6cf9')
+
+check() {
+  cd $srcdir/plop-${pkgver}
+  python2 -m plop.test.runtests
+}
+
+package_python2-plop() {
+  depends=('python2')
+  optdepends=('python2-tornado: for plop.viewer')
+
+  cd ${srcdir}/plop-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+}


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


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

2015-08-12 Thread Gaetan Bisson
Date: Wednesday, August 12, 2015 @ 16:53:32
  Author: bisson
Revision: 243370

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

Added:
  ldns/repos/core-i686/PKGBUILD
(from rev 243368, ldns/repos/testing-i686/PKGBUILD)
  ldns/repos/core-i686/perl-recent.patch
(from rev 243368, ldns/repos/testing-i686/perl-recent.patch)
  ldns/repos/core-x86_64/PKGBUILD
(from rev 243368, ldns/repos/testing-x86_64/PKGBUILD)
  ldns/repos/core-x86_64/perl-recent.patch
(from rev 243368, ldns/repos/testing-x86_64/perl-recent.patch)
Deleted:
  ldns/repos/core-i686/PKGBUILD
  ldns/repos/core-x86_64/PKGBUILD
  ldns/repos/testing-i686/
  ldns/repos/testing-x86_64/

---+
 /PKGBUILD |   88 
 core-i686/PKGBUILD|   40 --
 core-i686/perl-recent.patch   |   12 +
 core-x86_64/PKGBUILD  |   40 --
 core-x86_64/perl-recent.patch |   12 +
 5 files changed, 112 insertions(+), 80 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-08-12 14:53:30 UTC (rev 243369)
+++ core-i686/PKGBUILD  2015-08-12 14:53:32 UTC (rev 243370)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: mathieui mathi...@mathieui.net
-# Contributor: jiribb jir...@gmail.com
-
-pkgname=ldns
-pkgver=1.6.17
-pkgrel=2
-pkgdesc='Fast DNS library supporting recent RFCs'
-url='http://www.nlnetlabs.nl/projects/ldns/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'dnssec-anchors')
-optdepends=('libpcap: ldns-dpa tool')
-makedepends=('libpcap')
-source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-rpath \
-   --with-drill \
-   --with-examples \
-   --with-trust-anchor=/etc/trusted-key.key \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ldns/repos/core-i686/PKGBUILD (from rev 243368, 
ldns/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-08-12 14:53:32 UTC (rev 243370)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: mathieui mathi...@mathieui.net
+# Contributor: jiribb jir...@gmail.com
+
+pkgname=ldns
+pkgver=1.6.17
+pkgrel=3
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='http://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'perl-recent.patch')
+sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4'
+  '026b276a360d29b3bd3690293a27178262a0b3dc')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../perl-recent.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-rpath \
+   --with-drill \
+   --with-examples \
+   --with-trust-anchor=/etc/trusted-key.key \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: ldns/repos/core-i686/perl-recent.patch (from rev 243368, 
ldns/repos/testing-i686/perl-recent.patch)
===
--- core-i686/perl-recent.patch (rev 0)
+++ core-i686/perl-recent.patch 2015-08-12 14:53:32 UTC (rev 243370)
@@ -0,0 +1,12 @@
+diff -Naur old/doc/doxyparse.pl new/doc/doxyparse.pl
+--- old/doc/doxyparse.pl   2014-01-11 06:04:41.0 +0900
 new/doc/doxyparse.pl   2015-08-08 22:29:34.216889652 +0900
+@@ -273,7 +273,7 @@
+ 
+   print MAN $MAN_MIDDLE;
+ 
+-  if (defined(@$also)) {
++  if (@$also) {
+   print MAN \n.SH SEE ALSO\n\\fI;
+   print MAN join \\fR, \\fI, @$also;
+   print MAN \\fR.\nAnd ;

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-08-12 14:53:30 UTC (rev 243369)
+++ core-x86_64/PKGBUILD2015-08-12 14:53:32 UTC (rev 243370)

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

2015-08-12 Thread Gaetan Bisson
Date: Wednesday, August 12, 2015 @ 16:53:30
  Author: bisson
Revision: 243369

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

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 243368, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 243368, gnupg/repos/testing-i686/install)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 243368, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 243368, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|  126 +
 /install |   50 +++
 core-i686/PKGBUILD   |   63 
 core-i686/install|   25 -
 core-x86_64/PKGBUILD |   63 
 core-x86_64/install  |   25 -
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-08-12 14:30:31 UTC (rev 243368)
+++ core-i686/PKGBUILD  2015-08-12 14:53:30 UTC (rev 243369)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=gnupg
-pkgver=2.1.6
-pkgrel=1
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('9e8157b3386da04760657ce3117fc4dc570c57c5' 'SKIP')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' gnupg2=${pkgver})
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed '/noinst_SCRIPTS = gpg-zip/c bin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-   --enable-gpgtar \
-
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   ln -s gpg2 ${pkgdir}/usr/bin/gpg
-   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
-   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
-   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 243368, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-08-12 14:53:30 UTC (rev 243369)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.1.7
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('1a345804f34a2acd05c1555e40ddfa297f38438b' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' gnupg2=${pkgver})
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+  

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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 17:53:45
  Author: fyan
Revision: 138282

upgpkg: python-cryptography-vectors 1.0-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 14:30:11 UTC (rev 138281)
+++ PKGBUILD2015-08-12 15:53:45 UTC (rev 138282)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.9.3
+pkgver=1.0
 pkgrel=1
 pkgdesc=Test vectors for the cryptography package
 arch=('any')
@@ -11,7 +11,7 @@
 url=http://pypi.python.org/pypi/cryptography-vectors;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('389e21e8e779de65554986328c84a66e')
+md5sums=('4607276bbceebc53945606abf3a8fa1c')
 
 prepare() {
cp -a cryptography_vectors-$pkgver{,-python2}


[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 17:54:01
  Author: fyan
Revision: 138283

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 138282, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-12 15:53:45 UTC (rev 138282)
+++ PKGBUILD2015-08-12 15:54:01 UTC (rev 138283)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.9.3
-pkgrel=1
-pkgdesc=Test vectors for the cryptography package
-arch=('any')
-license=('Apache')
-url=http://pypi.python.org/pypi/cryptography-vectors;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('389e21e8e779de65554986328c84a66e')
-
-prepare() {
-   cp -a cryptography_vectors-$pkgver{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root=$pkgdir --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-$pkgver-python2
-   python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
138282, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-12 15:54:01 UTC (rev 138283)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=1.0
+pkgrel=1
+pkgdesc=Test vectors for the cryptography package
+arch=('any')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography-vectors;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+md5sums=('4607276bbceebc53945606abf3a8fa1c')
+
+prepare() {
+   cp -a cryptography_vectors-$pkgver{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root=$pkgdir --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-$pkgver-python2
+   python2 setup.py install --root=$pkgdir --optimize=1
+}


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

2015-08-12 Thread Laurent Carlier
Date: Wednesday, August 12, 2015 @ 23:31:31
  Author: lcarlier
Revision: 138291

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 138290, 
lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 138290, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 138290, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 0001-i965-Remove-early-release-of-DRI2-miptree.patch |   33 +
 LICENSE  |  164 -
 PKGBUILD |  287 -
 3 files changed, 263 insertions(+), 221 deletions(-)

Copied: 
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
 (from rev 138290, 
lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch
(rev 0)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-08-12 
21:31:31 UTC (rev 138291)
@@ -0,0 +1,33 @@
+From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Fri, 10 Jul 2015 10:41:35 +0100
+Subject: [PATCH] i965: Remove early release of DRI2 miptree
+
+intel_update_winsys_renderbuffer_miptree() will release the existing
+miptree when wrapping a new DRI2 buffer, so we can remove the early
+release and so prevent a NULL mt dereference should importing the new
+DRI2 name fail for any reason. (Reusing the old DRI2 name will result
+in the rendering going astray, to a stale buffer, and not shown on the
+screen, but it allows us to issue a warning and not crash much later in
+innocent code.)
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+ src/mesa/drivers/dri/i965/brw_context.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
+index e8d1396..72f3897 100644
+--- a/src/mesa/drivers/dri/i965/brw_context.c
 b/src/mesa/drivers/dri/i965/brw_context.c
+@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
+   buffer-cpp, buffer-pitch);
+}
+ 
+-   intel_miptree_release(rb-mt);
+bo = drm_intel_bo_gem_create_from_name(brw-bufmgr, buffer_name,
+   buffer-name);
+if (!bo) {
+-- 
+2.5.0
+

Deleted: LICENSE
===
--- LICENSE 2015-08-12 21:31:26 UTC (rev 138290)
+++ LICENSE 2015-08-12 21:31:31 UTC (rev 138291)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 

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

2015-08-12 Thread Laurent Carlier
Date: Wednesday, August 12, 2015 @ 23:31:26
  Author: lcarlier
Revision: 138290

upgpkg: lib32-mesa 10.6.4-1

upstream update 10.6.4

Added:
  lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch
Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 0001-i965-Remove-early-release-of-DRI2-miptree.patch |   33 +
 PKGBUILD |   17 ++--
 2 files changed, 46 insertions(+), 4 deletions(-)

Added: 0001-i965-Remove-early-release-of-DRI2-miptree.patch
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch
(rev 0)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-08-12 
21:31:26 UTC (rev 138290)
@@ -0,0 +1,33 @@
+From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Fri, 10 Jul 2015 10:41:35 +0100
+Subject: [PATCH] i965: Remove early release of DRI2 miptree
+
+intel_update_winsys_renderbuffer_miptree() will release the existing
+miptree when wrapping a new DRI2 buffer, so we can remove the early
+release and so prevent a NULL mt dereference should importing the new
+DRI2 name fail for any reason. (Reusing the old DRI2 name will result
+in the rendering going astray, to a stale buffer, and not shown on the
+screen, but it allows us to issue a warning and not crash much later in
+innocent code.)
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+ src/mesa/drivers/dri/i965/brw_context.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
+index e8d1396..72f3897 100644
+--- a/src/mesa/drivers/dri/i965/brw_context.c
 b/src/mesa/drivers/dri/i965/brw_context.c
+@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
+   buffer-cpp, buffer-pitch);
+}
+ 
+-   intel_miptree_release(rb-mt);
+bo = drm_intel_bo_gem_create_from_name(brw-bufmgr, buffer_name,
+   buffer-name);
+if (!bo) {
+-- 
+2.5.0
+

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 20:26:26 UTC (rev 138289)
+++ PKGBUILD2015-08-12 21:31:26 UTC (rev 138290)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.6.3
+pkgver=10.6.4
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -13,12 +13,21 @@
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
-   LICENSE)
-sha256sums=('58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d'
+   LICENSE
+0001-i965-Remove-early-release-of-DRI2-miptree.patch)
+sha256sums=('8f5ac103f0f503de2f7a985b0df349bd4ecdfe7f51c714be146fa5a9a3c07b77'
 'SKIP'
-'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
+'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
+'a3f520ea13c923841c646a5b1627927744938ff691aa08e1aeaf14cce12bd1f7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com
 
+prepare() {
+  cd ${srcdir}/?esa-*
+
+  # Should fix FS#45750, tested by heftig - Not merged upstream
+  patch -Np1 -i ../0001-i965-Remove-early-release-of-DRI2-miptree.patch
+}
+
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32


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

2015-08-12 Thread Sven-Hendrik Haase
Date: Wednesday, August 12, 2015 @ 22:26:26
  Author: svenstaro
Revision: 138289

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 138288, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 138288, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 138288, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 138288, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 138288, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 138288, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  174 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   87 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-12 20:26:14 UTC (rev 138288)
+++ community-i686/PKGBUILD 2015-08-12 20:26:26 UTC (rev 138289)
@@ -1,87 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Vlad Kolotvin vlad.kolot...@gmail.com
-
-pkgname=emscripten
-pkgver=1.34.3
-pkgrel=1
-pkgdesc=LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format
-arch=('i686' 'x86_64')
-url=http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-emscripten.sh)
-sha256sums=('b50a09df94ae3ce769255514efcaf25c0f0f03a68e90824d69daea4b7b8848fa'
-'166c2bf6c7e711c18293906f41aa35854cb47c496842b0aab6131eb97f390ce0'
-'6dac34db269243f91a93267b2cdb26ec67c8ba6484bede55cb691f502abf411b'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s $srcdir/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')| \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD=X86;JSBackend \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_EXAMPLES=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 $srcdir/emscripten.sh $pkgdir/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd $srcdir/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
$pkgdir/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* $pkgdir/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd $srcdir/emscripten-$pkgver
-  install -d $pkgdir/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
$pkgdir/usr/lib/emscripten
-
-  # remove clutter
-  rm $pkgdir/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm 

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

2015-08-12 Thread Sven-Hendrik Haase
Date: Wednesday, August 12, 2015 @ 22:26:14
  Author: svenstaro
Revision: 138288

upgpkg: emscripten 1.34.4-1

upstream release 1.34.4

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 19:55:28 UTC (rev 138287)
+++ PKGBUILD2015-08-12 20:26:14 UTC (rev 138288)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin vlad.kolot...@gmail.com
 
 pkgname=emscripten
-pkgver=1.34.3
+pkgver=1.34.4
 pkgrel=1
 pkgdesc=LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 emscripten.sh)
-sha256sums=('b50a09df94ae3ce769255514efcaf25c0f0f03a68e90824d69daea4b7b8848fa'
-'166c2bf6c7e711c18293906f41aa35854cb47c496842b0aab6131eb97f390ce0'
-'6dac34db269243f91a93267b2cdb26ec67c8ba6484bede55cb691f502abf411b'
+sha256sums=('d2a600bf68db41c6ae4d0689504ceca2ebf00c1cfe4263cf86c48a5330c16ad4'
+'61769db5fc51f70b46a07f1efa095121b204ace4e8516401b09c68479aad99a9'
+'70e77714380345ed2c175959f5f33198860f631baf95a88cce7358ccab017e5b'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


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

2015-08-12 Thread Evangelos Foutras
Date: Wednesday, August 12, 2015 @ 22:30:29
  Author: foutrelis
Revision: 243374

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

Added:
  chromium/repos/extra-i686/0001-Demand-for-newer-POSIX-macro.patch
(from rev 243373, chromium/trunk/0001-Demand-for-newer-POSIX-macro.patch)
  
chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
(from rev 243373, 
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 243373, 
chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch)
  chromium/repos/extra-i686/PKGBUILD
(from rev 243373, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 243373, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 243373, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 243373, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/0001-Demand-for-newer-POSIX-macro.patch
(from rev 243373, chromium/trunk/0001-Demand-for-newer-POSIX-macro.patch)
  
chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
(from rev 243373, 
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 243373, 
chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 243373, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 243373, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 243373, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 243373, 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| 
 430 ++
 /chromium-widevine.patch | 
  24 
 /chromium.desktop| 
 224 +
 /chromium.install| 
  54 +
 extra-i686/0001-Demand-for-newer-POSIX-macro.patch   | 
  36 
 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-Demand-for-newer-POSIX-macro.patch | 
  36 
 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 
 20 files changed, 934 insertions(+), 852 deletions(-)

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


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

2015-08-12 Thread Laurent Carlier
Date: Wednesday, August 12, 2015 @ 23:20:05
  Author: lcarlier
Revision: 243376

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

Added:
  mesa/repos/extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 243375, 
mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  mesa/repos/extra-i686/LICENSE
(from rev 243375, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 243375, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 243375, 
mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 243375, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 243375, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 
 /PKGBUILD |  346 
++
 extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch   |   33 
 extra-i686/LICENSE|   82 --
 extra-i686/PKGBUILD   |  165 
 extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch |   33 
 extra-x86_64/LICENSE  |   82 --
 extra-x86_64/PKGBUILD |  165 
 8 files changed, 576 insertions(+), 494 deletions(-)

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


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

2015-08-12 Thread Laurent Carlier
Date: Wednesday, August 12, 2015 @ 23:19:56
  Author: lcarlier
Revision: 243375

upgpkg: mesa 10.6.4-1

upstream update 10.6.4, fix FS#45750 with an unofficial patch

Added:
  mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch
Modified:
  mesa/trunk/PKGBUILD

--+
 0001-i965-Remove-early-release-of-DRI2-miptree.patch |   33 +
 PKGBUILD |   16 ++--
 2 files changed, 45 insertions(+), 4 deletions(-)

Added: 0001-i965-Remove-early-release-of-DRI2-miptree.patch
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch
(rev 0)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-08-12 
21:19:56 UTC (rev 243375)
@@ -0,0 +1,33 @@
+From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Fri, 10 Jul 2015 10:41:35 +0100
+Subject: [PATCH] i965: Remove early release of DRI2 miptree
+
+intel_update_winsys_renderbuffer_miptree() will release the existing
+miptree when wrapping a new DRI2 buffer, so we can remove the early
+release and so prevent a NULL mt dereference should importing the new
+DRI2 name fail for any reason. (Reusing the old DRI2 name will result
+in the rendering going astray, to a stale buffer, and not shown on the
+screen, but it allows us to issue a warning and not crash much later in
+innocent code.)
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+ src/mesa/drivers/dri/i965/brw_context.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
+index e8d1396..72f3897 100644
+--- a/src/mesa/drivers/dri/i965/brw_context.c
 b/src/mesa/drivers/dri/i965/brw_context.c
+@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
+   buffer-cpp, buffer-pitch);
+}
+ 
+-   intel_miptree_release(rb-mt);
+bo = drm_intel_bo_gem_create_from_name(brw-bufmgr, buffer_name,
+   buffer-name);
+if (!bo) {
+-- 
+2.5.0
+

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 20:30:29 UTC (rev 243374)
+++ PKGBUILD2015-08-12 21:19:56 UTC (rev 243375)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.6.3
+pkgver=10.6.4
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -13,12 +13,20 @@
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
-LICENSE)
-sha256sums=('58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d'
+LICENSE
+0001-i965-Remove-early-release-of-DRI2-miptree.patch)
+sha256sums=('8f5ac103f0f503de2f7a985b0df349bd4ecdfe7f51c714be146fa5a9a3c07b77'
 'SKIP'
-'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
+'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
+'a3f520ea13c923841c646a5b1627927744938ff691aa08e1aeaf14cce12bd1f7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com
 
+prepare() {
+  cd ${srcdir}/?esa-*
+
+  # Should fix FS#45750, tested by heftig - Not merged upstream
+  patch -Np1 -i ../0001-i965-Remove-early-release-of-DRI2-miptree.patch
+}
 build() {
   cd ${srcdir}/?esa-*
 


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

2015-08-12 Thread Evangelos Foutras
Date: Wednesday, August 12, 2015 @ 22:29:13
  Author: foutrelis
Revision: 243373

Fix BoringSSL build with glibc 2.22 (FS#45965)

Added:
  chromium/trunk/0001-Demand-for-newer-POSIX-macro.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 0001-Demand-for-newer-POSIX-macro.patch |   36 ++
 PKGBUILD|5 
 2 files changed, 41 insertions(+)

Added: 0001-Demand-for-newer-POSIX-macro.patch
===
--- 0001-Demand-for-newer-POSIX-macro.patch (rev 0)
+++ 0001-Demand-for-newer-POSIX-macro.patch 2015-08-12 20:29:13 UTC (rev 
243373)
@@ -0,0 +1,36 @@
+From 241364c6f4d44165ce2dc707b9ad141dcc880d1b Mon Sep 17 00:00:00 2001
+From: Khem Raj raj.k...@gmail.com
+Date: Sat, 27 Jun 2015 13:29:52 -0700
+Subject: [PATCH] Demand for newer POSIX macro
+
+Reason for change: Define _POSIX_C_SOURCE such that it demands correct
+posix interfaces, netdb.h declares interfaces such as
+getaddrinfo if __USE_POSIX, i.e. POSIX.1:1990 or later.
+However, these interfaces were new in the 2001 edition of POSIX
+therefore ask for Extension from POSIX.1:2001 since we use addrinfo
+structure here.
+
+Change-Id: Icb1c92745d1a0ca958108ae80c270c630628729e
+Signed-off-by: Khem Raj raj.k...@gmail.com
+Reviewed-on: https://boringssl-review.googlesource.com/5253
+Reviewed-by: Adam Langley a...@google.com
+---
+ crypto/bio/socket_helper.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/crypto/bio/socket_helper.c b/crypto/bio/socket_helper.c
+index b1cdd1a..481278f 100644
+--- a/crypto/bio/socket_helper.c
 b/crypto/bio/socket_helper.c
+@@ -12,7 +12,7 @@
+  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
+ 
+-#define _POSIX_SOURCE
++#define _POSIX_C_SOURCE 200112L
+ 
+ #include openssl/bio.h
+ #include openssl/err.h
+-- 
+2.5.0
+

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 16:34:08 UTC (rev 243372)
+++ PKGBUILD2015-08-12 20:29:13 UTC (rev 243373)
@@ -29,6 +29,7 @@
 chromium.desktop
 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
+0001-Demand-for-newer-POSIX-macro.patch
 chromium-widevine.patch)
 sha256sums=('eba271c210a020dd61b72c940abeecdafc562a1d15fb45615dda72bcb6219f3c'
 '7f91c81721092d707d7b94e6555a48bc7fd0bc0e1174df4649bdcd745930e52f'
@@ -35,6 +36,7 @@
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '46daf921ed7eaab175f5a86b09357c69c33a10ffe1d4e7c24476af510c1b28d0'
 '8fb428244be7b50268a2848a34405c5551232e5c77f9e553cfdd3103979748d2'
+'d908939b10161efe658f0f82d2c132bf28dff54e08f02c6fed93815c3656f328'
 '379b746e187de28f80f5a7cd19edcfa31859656826f802a1ede054fcb6dfb221')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -63,6 +65,9 @@
   # https://code.google.com/p/chromium/issues/detail?id=490260
   patch -Np1 -i 
../0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
 
+  # Fix BoringSSL build with glibc 2.22 (FS#45965)
+  patch -Np1 -d third_party/boringssl/src  
../0001-Demand-for-newer-POSIX-macro.patch
+
   # Enable support for the Widevine CDM plugin
   # The actual libraries are not included, but can be copied over from Chrome:
   #   libwidevinecdmadapter.so


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

2015-08-12 Thread Felix Yan
Date: Thursday, August 13, 2015 @ 04:44:27
  Author: fyan
Revision: 243379

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

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

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-i686/gwenview.install   |   12 ++
 testing-x86_64/PKGBUILD |   42 ++
 testing-x86_64/gwenview.install |   12 ++
 4 files changed, 108 insertions(+)

Copied: gwenview/repos/testing-i686/PKGBUILD (from rev 243378, 
gwenview/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-13 02:44:27 UTC (rev 243379)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=gwenview
+pkgver=15.04.3
+pkgrel=3
+pkgdesc=A fast and easy to use image viewer for KDE
+url='http://kde.org/applications/graphics/gwenview/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kded' 'kactivities-frameworks' 'baloo')
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
+'kimageformats: support for dds, xcf, exr, psd, and more image 
formats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdegraphics-gwenview')
+conflicts=('kdegraphics-gwenview')
+install=$pkgname.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
+sha1sums=('bf236d1b6f532e06cc554a8c779ff733ace5c29e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DGWENVIEW_SEMANTICINFO_BACKEND=Baloo \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: gwenview/repos/testing-i686/gwenview.install (from rev 243378, 
gwenview/trunk/gwenview.install)
===
--- testing-i686/gwenview.install   (rev 0)
+++ testing-i686/gwenview.install   2015-08-13 02:44:27 UTC (rev 243379)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: gwenview/repos/testing-x86_64/PKGBUILD (from rev 243378, 
gwenview/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-13 02:44:27 UTC (rev 243379)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=gwenview
+pkgver=15.04.3
+pkgrel=3
+pkgdesc=A fast and easy to use image viewer for KDE
+url='http://kde.org/applications/graphics/gwenview/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kded' 'kactivities-frameworks' 'baloo')
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
+'kimageformats: support for dds, xcf, exr, psd, and more image 
formats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdegraphics-gwenview')
+conflicts=('kdegraphics-gwenview')
+install=$pkgname.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
+sha1sums=('bf236d1b6f532e06cc554a8c779ff733ace5c29e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DGWENVIEW_SEMANTICINFO_BACKEND=Baloo \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: gwenview/repos/testing-x86_64/gwenview.install (from rev 243378, 
gwenview/trunk/gwenview.install)
===
--- testing-x86_64/gwenview.install (rev 0)
+++ testing-x86_64/gwenview.install 2015-08-13 02:44:27 UTC (rev 243379)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource 

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

2015-08-12 Thread Felix Yan
Date: Thursday, August 13, 2015 @ 04:43:58
  Author: fyan
Revision: 243378

upgpkg: gwenview 15.04.3-3

rebuild with baloo 5.13.0

Modified:
  gwenview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-13 02:08:31 UTC (rev 243377)
+++ PKGBUILD2015-08-13 02:43:58 UTC (rev 243378)
@@ -4,7 +4,7 @@
 
 pkgname=gwenview
 pkgver=15.04.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A fast and easy to use image viewer for KDE
 url='http://kde.org/applications/graphics/gwenview/'
 arch=('i686' 'x86_64')


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

2015-08-12 Thread Jan Steffens
Date: Thursday, August 13, 2015 @ 04:08:31
  Author: heftig
Revision: 243377

4.1.5

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 21:20:05 UTC (rev 243376)
+++ PKGBUILD2015-08-13 02:08:31 UTC (rev 243377)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.1
-_zenpatch=a8f2470edba438bd6a0fd45984bc529d68222040
-pkgver=4.1.4
+_zenpatch=b09fce2a59ab0bd67da93004c278106041713c4f
+pkgver=4.1.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url=https://github.com/zen-kernel/zen-kernel;
@@ -26,12 +26,12 @@
 'change-default-console-loglevel.patch')
 sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
 'SKIP'
-'0976127a60a950acf2796f642ac647e5231573b9a0f25703a37a50b988bf3b88'
+'b495cf8a7b978986dd2b757b687751c62f635d15cc2228edb80934bc0d449dcc'
 'SKIP'
 '4dd48b9d43feafb4b9e26738373f2f53c4068ee10d5d09ed2a68795311cec864'
 'f97af386c80444a12a27c3c2234b110aa90998d2b8e6c617234a8a51f5f07b5f'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'e15f1ae4ac921412911e1fee682525db8668d645b397fdaa2b3028d9dba0c7c0'
+'9bbc13b2f49a7f9d3eec3f955cd9809216694a88bc175c08c986e8e27021bb6d'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds


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

2015-08-12 Thread Jan Steffens
Date: Thursday, August 13, 2015 @ 04:53:46
  Author: heftig
Revision: 243380

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 243379, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 243379, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 243379, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 243379, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 243379, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 243379, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 243379, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 243379, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 243379, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 243379, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 243379, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 243379, linux-zen/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  305 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7550 +
 testing-i686/config.x86_64   | 7300 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  305 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7550 +
 testing-x86_64/config.x86_64 | 7300 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 30434 insertions(+)

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


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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:34:41
  Author: tpowa
Revision: 138269

upgpkg: rt3562sta 2.4.1.1_r2-12

rebuild against 4.1.5

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 07:33:18 UTC (rev 138268)
+++ PKGBUILD2015-08-12 07:34:41 UTC (rev 138269)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r2
 _patchrel=${pkgver/*_r/}
-pkgrel=11
+pkgrel=12
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 
url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;


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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:34:47
  Author: tpowa
Revision: 138270

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

Added:
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 138269, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 138269, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 138269, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 138269, rt3562sta/trunk/rt3562sta.install)

+
 community-testing-i686/PKGBUILD|   46 +++
 community-testing-i686/rt3562sta.install   |   16 +
 community-testing-x86_64/PKGBUILD  |   46 +++
 community-testing-x86_64/rt3562sta.install |   16 +
 4 files changed, 124 insertions(+)

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 138269, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-12 07:34:47 UTC (rev 138270)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=12
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS=-DVERSION=$pkgver \
+   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
+   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko
+   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
+   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
+
+   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
+   sed -i s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-testing-i686/rt3562sta.install (from rev 
138269, rt3562sta/trunk/rt3562sta.install)
===
--- community-testing-i686/rt3562sta.install(rev 0)
+++ community-testing-i686/rt3562sta.install2015-08-12 07:34:47 UTC (rev 
138270)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.1-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+   rebuild_module_dependencies
+}
+
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: rt3562sta/repos/community-testing-x86_64/PKGBUILD (from rev 138269, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-12 07:34:47 UTC (rev 138270)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=12
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   

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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:40:00
  Author: tpowa
Revision: 138274

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 138273, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 138273, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 138273, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 138273, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 138273, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 138273, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
138273, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2015-08-12 07:40:00 UTC (rev 
138274)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 138273, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-12 07:40:00 UTC (rev 138274)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.1-ARCH
+pkgrel=17
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('967007230bb028424216d9b35da422c0'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
+  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true  install=${install}.pkg
+  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
138273, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2015-08-12 07:40:00 UTC (rev 
138274)
@@ -0,0 +1,21 @@
+EXTRAMODULES=extramodules-4.1-ARCH
+
+_updatemod() {
+  echoUpdating module dependencies...
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
138273, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2015-08-12 07:40:00 UTC (rev 
138274)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 138273, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-12 07:40:00 UTC (rev 138274)
@@ -0,0 

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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:01:16
  Author: fyan
Revision: 243208

upgpkg: kcoreaddons 5.13.0-1

Modified:
  kcoreaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 07:56:35 UTC (rev 243207)
+++ PKGBUILD2015-08-12 08:01:16 UTC (rev 243208)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kcoreaddons
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Addons to QtCore'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('kf5')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('65975642ab8272601df81b738da01e7d')
+md5sums=('6b433cfd7f6b6a6f5c69806a12594e79')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:01:46
  Author: fyan
Revision: 243209

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

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

+
 testing-i686/PKGBUILD  |   38 +++
 testing-i686/kcoreaddons.install   |   11 ++
 testing-x86_64/PKGBUILD|   38 +++
 testing-x86_64/kcoreaddons.install |   11 ++
 4 files changed, 98 insertions(+)

Copied: kcoreaddons/repos/testing-i686/PKGBUILD (from rev 243208, 
kcoreaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:01:46 UTC (rev 243209)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcoreaddons
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Addons to QtCore'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcoreaddons'
+license=('LGPL')
+depends=('qt5-base' 'shared-mime-info' 'gamin')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6b433cfd7f6b6a6f5c69806a12594e79')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kcoreaddons/repos/testing-i686/kcoreaddons.install (from rev 243208, 
kcoreaddons/trunk/kcoreaddons.install)
===
--- testing-i686/kcoreaddons.install(rev 0)
+++ testing-i686/kcoreaddons.install2015-08-12 08:01:46 UTC (rev 243209)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kcoreaddons/repos/testing-x86_64/PKGBUILD (from rev 243208, 
kcoreaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:01:46 UTC (rev 243209)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcoreaddons
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Addons to QtCore'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcoreaddons'
+license=('LGPL')
+depends=('qt5-base' 'shared-mime-info' 'gamin')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6b433cfd7f6b6a6f5c69806a12594e79')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kcoreaddons/repos/testing-x86_64/kcoreaddons.install (from rev 243208, 
kcoreaddons/trunk/kcoreaddons.install)
===
--- testing-x86_64/kcoreaddons.install  (rev 0)
+++ testing-x86_64/kcoreaddons.install  2015-08-12 08:01:46 UTC (rev 243209)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:09:05
  Author: fyan
Revision: 243216

upgpkg: kauth 5.13.0-1

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:07:40 UTC (rev 243215)
+++ PKGBUILD2015-08-12 08:09:05 UTC (rev 243216)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kauth
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('890be635d70451258fe5472812114148')
+md5sums=('461842d488b050cfedd918227f7b6420')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:09:48
  Author: fyan
Revision: 243217

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

Added:
  kauth/repos/testing-i686/
  kauth/repos/testing-i686/PKGBUILD
(from rev 243216, kauth/trunk/PKGBUILD)
  kauth/repos/testing-x86_64/
  kauth/repos/testing-x86_64/PKGBUILD
(from rev 243216, kauth/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kauth/repos/testing-i686/PKGBUILD (from rev 243216, 
kauth/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:09:48 UTC (rev 243217)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kauth
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Abstraction to system policy and authentication features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('461842d488b050cfedd918227f7b6420')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kauth/repos/testing-x86_64/PKGBUILD (from rev 243216, 
kauth/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:09:48 UTC (rev 243217)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kauth
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Abstraction to system policy and authentication features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('461842d488b050cfedd918227f7b6420')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:24:57
  Author: fyan
Revision: 243233

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

Added:
  kwindowsystem/repos/testing-i686/
  kwindowsystem/repos/testing-i686/PKGBUILD
(from rev 243232, kwindowsystem/trunk/PKGBUILD)
  kwindowsystem/repos/testing-x86_64/
  kwindowsystem/repos/testing-x86_64/PKGBUILD
(from rev 243232, kwindowsystem/trunk/PKGBUILD)

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

Copied: kwindowsystem/repos/testing-i686/PKGBUILD (from rev 243232, 
kwindowsystem/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:24:57 UTC (rev 243233)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwindowsystem
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwindowsystem'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a907421be1461569667ffdd0f7bfae63')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwindowsystem/repos/testing-x86_64/PKGBUILD (from rev 243232, 
kwindowsystem/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:24:57 UTC (rev 243233)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwindowsystem
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwindowsystem'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a907421be1461569667ffdd0f7bfae63')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:26:07
  Author: fyan
Revision: 243235

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

Added:
  kcrash/repos/testing-i686/
  kcrash/repos/testing-i686/PKGBUILD
(from rev 243234, kcrash/trunk/PKGBUILD)
  kcrash/repos/testing-x86_64/
  kcrash/repos/testing-x86_64/PKGBUILD
(from rev 243234, kcrash/trunk/PKGBUILD)

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

Copied: kcrash/repos/testing-i686/PKGBUILD (from rev 243234, 
kcrash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:26:07 UTC (rev 243235)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcrash
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Support for application crash analysis and bug report from apps'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcrash'
+license=('LGPL')
+depends=('kcoreaddons' 'kwindowsystem')
+makedepends=('extra-cmake-modules')
+optdepends=('drkonqi: KDE crash handler application')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f261f5f1aff9bfce0abea333ce3aa89a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kcrash/repos/testing-x86_64/PKGBUILD (from rev 243234, 
kcrash/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:26:07 UTC (rev 243235)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcrash
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Support for application crash analysis and bug report from apps'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcrash'
+license=('LGPL')
+depends=('kcoreaddons' 'kwindowsystem')
+makedepends=('extra-cmake-modules')
+optdepends=('drkonqi: KDE crash handler application')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f261f5f1aff9bfce0abea333ce3aa89a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:42:32
  Author: fyan
Revision: 243241

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

Added:
  kglobalaccel/repos/testing-i686/
  kglobalaccel/repos/testing-i686/PKGBUILD
(from rev 243240, kglobalaccel/trunk/PKGBUILD)
  kglobalaccel/repos/testing-x86_64/
  kglobalaccel/repos/testing-x86_64/PKGBUILD
(from rev 243240, kglobalaccel/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kglobalaccel/repos/testing-i686/PKGBUILD (from rev 243240, 
kglobalaccel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:42:32 UTC (rev 243241)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kglobalaccel
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Add support for global workspace shortcuts'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kglobalaccel'
+license=('LGPL')
+depends=('kconfig' 'kcrash' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('801fae7833b5dcc4dc7f24ea0c9ad534')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kglobalaccel/repos/testing-x86_64/PKGBUILD (from rev 243240, 
kglobalaccel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:42:32 UTC (rev 243241)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kglobalaccel
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Add support for global workspace shortcuts'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kglobalaccel'
+license=('LGPL')
+depends=('kconfig' 'kcrash' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('801fae7833b5dcc4dc7f24ea0c9ad534')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:42:02
  Author: fyan
Revision: 243240

upgpkg: kglobalaccel 5.13.0-1

Modified:
  kglobalaccel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:41:39 UTC (rev 243239)
+++ PKGBUILD2015-08-12 08:42:02 UTC (rev 243240)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kglobalaccel
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Add support for global workspace shortcuts'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('93b2302fa2587bec638c3e619fac1bd5')
+md5sums=('801fae7833b5dcc4dc7f24ea0c9ad534')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:42:41
  Author: fyan
Revision: 243242

upgpkg: kservice 5.13.0-1

Modified:
  kservice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:42:32 UTC (rev 243241)
+++ PKGBUILD2015-08-12 08:42:41 UTC (rev 243242)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kservice
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Advanced plugin and service introspection'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('88456f52f5511b6d26a03f747b51bd2b')
+md5sums=('d83bf4f02799d456f2b5788c44282aa9')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:38:41
  Author: tpowa
Revision: 138272

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 138271, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 138271, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 138271, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 138271, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   57 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   57 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 140 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 138271, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-12 07:38:41 UTC (rev 138272)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.1-ARCH
+pkgrel=73
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+-e s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}| Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make -C /usr/lib/modules/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/usr \
+M=${srcdir}/${pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/usr/lib/modules
+  mv ${_kernver}/extra ${_extramodules}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}| \
+${startdir}/${pkgname}.install
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
138271, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2015-08-12 07:38:41 UTC (rev 
138272)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.1-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 138271, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-12 07:38:41 UTC (rev 138272)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.1-ARCH
+pkgrel=73
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd 

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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:38:35
  Author: tpowa
Revision: 138271

upgpkg: tp_smapi 0.41-73

rebuild against 4.1.5

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 07:34:47 UTC (rev 138270)
+++ PKGBUILD2015-08-12 07:38:35 UTC (rev 138271)
@@ -11,7 +11,7 @@
 pkgname=tp_smapi
 pkgver=0.41
 _extramodules=extramodules-4.1-ARCH
-pkgrel=72
+pkgrel=73
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2015-08-12 Thread Allan McRae
Date: Wednesday, August 12, 2015 @ 10:22:41
  Author: allan
Revision: 243229

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

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 243227, binutils/trunk/PKGBUILD)
  binutils/repos/testing-i686/binutils-e9c1bdad.patch
(from rev 243227, binutils/trunk/binutils-e9c1bdad.patch)
  binutils/repos/testing-i686/binutils.install
(from rev 243227, binutils/trunk/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 243228, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/binutils-e9c1bdad.patch
(from rev 243228, binutils/trunk/binutils-e9c1bdad.patch)
  binutils/repos/testing-x86_64/binutils.install
(from rev 243228, binutils/trunk/binutils.install)

+
 testing-i686/PKGBUILD  |   75 +
 testing-i686/binutils-e9c1bdad.patch   |   78 +++
 testing-i686/binutils.install  |   17 ++
 testing-x86_64/PKGBUILD|   75 +
 testing-x86_64/binutils-e9c1bdad.patch |   78 +++
 testing-x86_64/binutils.install|   17 ++
 6 files changed, 340 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 243227, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:22:41 UTC (rev 243229)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+# build from head of release branch as bug fix releases are rare
+
+pkgname=binutils
+pkgver=2.25.1
+pkgrel=3
+_commit=2bd25930
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.22' 'zlib')
+makedepends=('git')
+checkdepends=('dejagnu' 'bc')
+conflicts=('binutils-multilib')
+replaces=('binutils-multilib')
+options=('staticlibs' '!distcc' '!ccache')
+install=binutils.install
+source=(git://sourceware.org/git/binutils-gdb.git#commit=${_commit}
+binutils-e9c1bdad.patch)
+md5sums=('SKIP'
+ 'eb3aceaab8ed26e06d505f82beb30f8f')
+
+prepare() {
+  cd ${srcdir}/binutils-gdb
+
+  # https://sourceware.org/bugzilla/show_bug.cgi?id=16992
+  patch -p1 -i ${srcdir}/binutils-e9c1bdad.patch
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+
+  mkdir ${srcdir}/binutils-build
+}
+
+build() {
+  cd ${srcdir}/binutils-build
+
+  ${srcdir}/binutils-gdb/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-threads --enable-shared --with-pic \
+--enable-ld=default --enable-gold --enable-plugins \
+--enable-deterministic-archives \
+--disable-werror --disable-gdb
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=/usr
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # ignore failures in gold testsuite...
+  make -k LDFLAGS= check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+
+  # Remove unwanted files
+  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+
+  # No shared linking to these files outside binutils
+  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+}

Copied: binutils/repos/testing-i686/binutils-e9c1bdad.patch (from rev 243227, 
binutils/trunk/binutils-e9c1bdad.patch)
===
--- testing-i686/binutils-e9c1bdad.patch(rev 0)
+++ testing-i686/binutils-e9c1bdad.patch2015-08-12 08:22:41 UTC (rev 
243229)
@@ -0,0 +1,78 @@
+diff --git a/gold/layout.cc b/gold/layout.cc
+index bcdaac8..7836640 100644
+--- a/gold/layout.cc
 b/gold/layout.cc
+@@ -4873,7 +4873,8 @@ Layout::finish_dynamic_section(const Input_objects* 
input_objects,
+ flags |= elfcpp::DF_STATIC_TLS;
+   if (parameters-options().origin())
+ flags |= elfcpp::DF_ORIGIN;
+-  if (parameters-options().Bsymbolic())
++  if (parameters-options().Bsymbolic()
++   !parameters-options().have_dynamic_list())
+ {
+   flags |= elfcpp::DF_SYMBOLIC;
+   // Add DT_SYMBOLIC for compatibility with older loaders.
+diff --git a/gold/options.cc b/gold/options.cc
+index 7eb8f27..7f1f69e 100644
+--- a/gold/options.cc
 b/gold/options.cc
+@@ -1200,13 +1200,6 @@ General_options::finalize()
+   // in the path, as appropriate.
+   

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

2015-08-12 Thread Allan McRae
Date: Wednesday, August 12, 2015 @ 10:58:53
  Author: allan
Revision: 243252

add validpgpkeys

Modified:
  acl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:51:28 UTC (rev 243251)
+++ PKGBUILD2015-08-12 08:58:53 UTC (rev 243252)
@@ -15,6 +15,7 @@
 
source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
 sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
 'SKIP')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:29:33
  Author: tpowa
Revision: 138264

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

Added:
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-i686/PKGBUILD
(from rev 138263, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 138263, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 138263, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 138263, acpi_call/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   47 +++
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   47 +++
 community-testing-x86_64/acpi_call.install |   14 
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 138263, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-12 07:29:33 UTC (rev 138264)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=34
+_extramodules=extramodules-4.1-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install='acpi_call.install'
+source=($pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux = 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call  ${pkgdir}/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 ${pkgdir}/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
138263, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2015-08-12 07:29:33 UTC (rev 
138264)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.1-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 138263, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-12 07:29:33 UTC (rev 138264)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=34
+_extramodules=extramodules-4.1-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install='acpi_call.install'
+source=($pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux = 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo 

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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:29:27
  Author: tpowa
Revision: 138263

upgpkg: acpi_call 1.1.0-34

rebuild against 4.1.5

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 04:51:24 UTC (rev 138262)
+++ PKGBUILD2015-08-12 07:29:27 UTC (rev 138263)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=33
+pkgrel=34
 _extramodules=extramodules-4.1-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:39:52
  Author: tpowa
Revision: 138273

upgpkg: vhba-module 20140928-17

rebuild against 4.1.5

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 07:38:41 UTC (rev 138272)
+++ PKGBUILD2015-08-12 07:39:52 UTC (rev 138273)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-4.1-ARCH
-pkgrel=16
+pkgrel=17
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:07:40
  Author: fyan
Revision: 243215

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

Added:
  kdoctools/repos/testing-i686/
  kdoctools/repos/testing-i686/PKGBUILD
(from rev 243214, kdoctools/trunk/PKGBUILD)
  kdoctools/repos/testing-x86_64/
  kdoctools/repos/testing-x86_64/PKGBUILD
(from rev 243214, kdoctools/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kdoctools/repos/testing-i686/PKGBUILD (from rev 243214, 
kdoctools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:07:40 UTC (rev 243215)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdoctools
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Documentation generation from docbook'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdoctools'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
+groups=('kf5')
+options=('staticlibs')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1801a3e97110d734178814b5cd45059a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdoctools/repos/testing-x86_64/PKGBUILD (from rev 243214, 
kdoctools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:07:40 UTC (rev 243215)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdoctools
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Documentation generation from docbook'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdoctools'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
+groups=('kf5')
+options=('staticlibs')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1801a3e97110d734178814b5cd45059a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:07:06
  Author: fyan
Revision: 243214

upgpkg: kdoctools 5.13.0-1

Modified:
  kdoctools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:03:52 UTC (rev 243213)
+++ PKGBUILD2015-08-12 08:07:06 UTC (rev 243214)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdoctools
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Documentation generation from docbook'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('kf5')
 options=('staticlibs')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('09617b8f4ce218626e8dc1a1bc0d43f5')
+md5sums=('1801a3e97110d734178814b5cd45059a')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:46:02
  Author: fyan
Revision: 243247

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

Added:
  kiconthemes/repos/testing-i686/
  kiconthemes/repos/testing-i686/PKGBUILD
(from rev 243246, kiconthemes/trunk/PKGBUILD)
  kiconthemes/repos/testing-x86_64/
  kiconthemes/repos/testing-x86_64/PKGBUILD
(from rev 243246, kiconthemes/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kiconthemes/repos/testing-i686/PKGBUILD (from rev 243246, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:46:02 UTC (rev 243247)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kiconthemes
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Support for icon themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kiconthemes'
+license=('LGPL')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('109d43b5e45fe5ec9c355a73b5bb87a3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kiconthemes/repos/testing-x86_64/PKGBUILD (from rev 243246, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:46:02 UTC (rev 243247)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kiconthemes
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Support for icon themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kiconthemes'
+license=('LGPL')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('109d43b5e45fe5ec9c355a73b5bb87a3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:45:16
  Author: fyan
Revision: 243245

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

Added:
  kitemviews/repos/testing-i686/
  kitemviews/repos/testing-i686/PKGBUILD
(from rev 243244, kitemviews/trunk/PKGBUILD)
  kitemviews/repos/testing-x86_64/
  kitemviews/repos/testing-x86_64/PKGBUILD
(from rev 243244, kitemviews/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kitemviews/repos/testing-i686/PKGBUILD (from rev 243244, 
kitemviews/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:45:16 UTC (rev 243245)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kitemviews
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Widget addons for Qt Model/View'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kitemviews'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('28ec6325a44946432cf5c06cb5a07955')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kitemviews/repos/testing-x86_64/PKGBUILD (from rev 243244, 
kitemviews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:45:16 UTC (rev 243245)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kitemviews
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Widget addons for Qt Model/View'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kitemviews'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('28ec6325a44946432cf5c06cb5a07955')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:45:33
  Author: fyan
Revision: 243246

upgpkg: kiconthemes 5.13.0-1

Modified:
  kiconthemes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:45:16 UTC (rev 243245)
+++ PKGBUILD2015-08-12 08:45:33 UTC (rev 243246)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kiconthemes
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Support for icon themes'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2a3eb21a34091008c75e87146320a324')
+md5sums=('109d43b5e45fe5ec9c355a73b5bb87a3')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:51:28
  Author: fyan
Revision: 243251

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

Added:
  ktextwidgets/repos/testing-i686/
  ktextwidgets/repos/testing-i686/PKGBUILD
(from rev 243250, ktextwidgets/trunk/PKGBUILD)
  ktextwidgets/repos/testing-x86_64/
  ktextwidgets/repos/testing-x86_64/PKGBUILD
(from rev 243250, ktextwidgets/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: ktextwidgets/repos/testing-i686/PKGBUILD (from rev 243250, 
ktextwidgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:51:28 UTC (rev 243251)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktextwidgets
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Advanced text editing widgets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktextwidgets'
+license=('LGPL')
+depends=('kcompletion' 'kservice' 'kiconthemes' 'sonnet')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('bdebf6a00f5b1acd6d59b2a143e81ed5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: ktextwidgets/repos/testing-x86_64/PKGBUILD (from rev 243250, 
ktextwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:51:28 UTC (rev 243251)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktextwidgets
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Advanced text editing widgets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktextwidgets'
+license=('LGPL')
+depends=('kcompletion' 'kservice' 'kiconthemes' 'sonnet')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('bdebf6a00f5b1acd6d59b2a143e81ed5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:50:58
  Author: fyan
Revision: 243250

upgpkg: ktextwidgets 5.13.0-1

Modified:
  ktextwidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:49:45 UTC (rev 243249)
+++ PKGBUILD2015-08-12 08:50:58 UTC (rev 243250)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=ktextwidgets
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Advanced text editing widgets'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('543c8c891e98c9c7c91bd16e762bc31f')
+md5sums=('bdebf6a00f5b1acd6d59b2a143e81ed5')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:59:15
  Author: fyan
Revision: 243253

upgpkg: kxmlgui 5.13.0-1

Modified:
  kxmlgui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:58:53 UTC (rev 243252)
+++ PKGBUILD2015-08-12 08:59:15 UTC (rev 243253)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kxmlgui
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='User configurable main windows'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('bce712aaeb6e369dcb950753370da5a8')
+md5sums=('2d78a1a34b7e52fc8cf104b068cc92cf')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Allan McRae
Date: Wednesday, August 12, 2015 @ 10:59:39
  Author: allan
Revision: 243254

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

Added:
  acl/repos/core-i686/PKGBUILD
(from rev 243253, acl/trunk/PKGBUILD)
  acl/repos/core-x86_64/PKGBUILD
(from rev 243253, acl/trunk/PKGBUILD)
Deleted:
  acl/repos/core-i686/PKGBUILD
  acl/repos/core-x86_64/PKGBUILD

--+
 /PKGBUILD|   60 +
 core-i686/PKGBUILD   |   29 ---
 core-x86_64/PKGBUILD |   29 ---
 3 files changed, 60 insertions(+), 58 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-08-12 08:59:15 UTC (rev 243253)
+++ core-i686/PKGBUILD  2015-08-12 08:59:39 UTC (rev 243254)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=acl
-pkgver=2.2.52
-pkgrel=2
-pkgdesc=Access control list utilities, libraries and headers
-arch=('i686' 'x86_64')
-url=http://savannah.nongnu.org/projects/acl;
-license=('LGPL')
-depends=('attr=2.4.46')
-replaces=('xfsacl')
-provides=('xfsacl')
-conflicts=('xfsacl')
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
-sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  export INSTALL_USER=root INSTALL_GROUP=root
-  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DIST_ROOT=$pkgdir install install-lib 
install-dev
-}

Copied: acl/repos/core-i686/PKGBUILD (from rev 243253, acl/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-08-12 08:59:39 UTC (rev 243254)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=acl
+pkgver=2.2.52
+pkgrel=2
+pkgdesc=Access control list utilities, libraries and headers
+arch=('i686' 'x86_64')
+url=http://savannah.nongnu.org/projects/acl;
+license=('LGPL')
+depends=('attr=2.4.46')
+replaces=('xfsacl')
+provides=('xfsacl')
+conflicts=('xfsacl')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
+sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
+'SKIP')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips
+
+build() {
+  cd $pkgname-$pkgver
+
+  export INSTALL_USER=root INSTALL_GROUP=root
+  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DIST_ROOT=$pkgdir install install-lib 
install-dev
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-08-12 08:59:15 UTC (rev 243253)
+++ core-x86_64/PKGBUILD2015-08-12 08:59:39 UTC (rev 243254)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=acl
-pkgver=2.2.52
-pkgrel=2
-pkgdesc=Access control list utilities, libraries and headers
-arch=('i686' 'x86_64')
-url=http://savannah.nongnu.org/projects/acl;
-license=('LGPL')
-depends=('attr=2.4.46')
-replaces=('xfsacl')
-provides=('xfsacl')
-conflicts=('xfsacl')
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
-sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  export INSTALL_USER=root INSTALL_GROUP=root
-  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DIST_ROOT=$pkgdir install install-lib 
install-dev
-}

Copied: acl/repos/core-x86_64/PKGBUILD (from rev 243253, acl/trunk/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-08-12 08:59:39 UTC (rev 243254)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=acl
+pkgver=2.2.52
+pkgrel=2
+pkgdesc=Access control list utilities, libraries and headers
+arch=('i686' 'x86_64')
+url=http://savannah.nongnu.org/projects/acl;
+license=('LGPL')
+depends=('attr=2.4.46')
+replaces=('xfsacl')
+provides=('xfsacl')
+conflicts=('xfsacl')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
+sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
+'SKIP')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips
+
+build() {
+  cd $pkgname-$pkgver
+
+  export INSTALL_USER=root INSTALL_GROUP=root
+  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DIST_ROOT=$pkgdir 

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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:59:50
  Author: fyan
Revision: 243255

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

Added:
  kxmlgui/repos/testing-i686/
  kxmlgui/repos/testing-i686/PKGBUILD
(from rev 243253, kxmlgui/trunk/PKGBUILD)
  kxmlgui/repos/testing-x86_64/
  kxmlgui/repos/testing-x86_64/PKGBUILD
(from rev 243254, kxmlgui/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kxmlgui/repos/testing-i686/PKGBUILD (from rev 243253, 
kxmlgui/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:59:50 UTC (rev 243255)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kxmlgui
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='User configurable main windows'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kxmlgui'
+license=('LGPL')
+depends=('kglobalaccel' 'ktextwidgets' 'attica-qt5')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2d78a1a34b7e52fc8cf104b068cc92cf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kxmlgui/repos/testing-x86_64/PKGBUILD (from rev 243254, 
kxmlgui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:59:50 UTC (rev 243255)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kxmlgui
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='User configurable main windows'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kxmlgui'
+license=('LGPL')
+depends=('kglobalaccel' 'ktextwidgets' 'attica-qt5')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2d78a1a34b7e52fc8cf104b068cc92cf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:00:28
  Author: fyan
Revision: 243256

upgpkg: kbookmarks 5.13.0-1

Modified:
  kbookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:59:50 UTC (rev 243255)
+++ PKGBUILD2015-08-12 09:00:28 UTC (rev 243256)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kbookmarks
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Support for bookmarks and the XBEL format'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('baf1c82110ab626ef8f1cafc80571490')
+md5sums=('da4abc3e0f2acc90d97a4bc4edc86405')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:25:22
  Author: tpowa
Revision: 243203

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

Added:
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 243202, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nv-drm.patch
(from rev 243202, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 243202, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-i686/nvidia-4.0.patch
(from rev 243202, nvidia-340xx/trunk/nvidia-4.0.patch)
  nvidia-340xx/repos/testing-x86_64/
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 243202, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nv-drm.patch
(from rev 243202, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 243202, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/nvidia-4.0.patch
(from rev 243202, nvidia-340xx/trunk/nvidia-4.0.patch)

-+
 testing-i686/PKGBUILD   |   54 ++
 testing-i686/nv-drm.patch   |   27 +
 testing-i686/nvidia-340xx.install   |   13 
 testing-i686/nvidia-4.0.patch   |   28 +
 testing-x86_64/PKGBUILD |   54 ++
 testing-x86_64/nv-drm.patch |   27 +
 testing-x86_64/nvidia-340xx.install |   13 
 testing-x86_64/nvidia-4.0.patch |   28 +
 8 files changed, 244 insertions(+)

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 243202, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 07:25:22 UTC (rev 243203)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.76
+_extramodules=extramodules-4.1-ARCH
+pkgrel=14
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=4.1' 'linux4.2' 'libgl' nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm.patch
+nvidia-4.0.patch)
+md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
+ '440df290e213280d6e20d4d4be6f8b4c'
+ '79671a27131da619a33eb02ed0c2c031'
+ 'f42bdf589f52d4e6c38baa5bef15eef8')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+patch -p0 -i ../nv-drm.patch
+patch -p0 -i ../nvidia-4.0.patch
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+}

Copied: nvidia-340xx/repos/testing-i686/nv-drm.patch (from rev 243202, 
nvidia-340xx/trunk/nv-drm.patch)
===
--- testing-i686/nv-drm.patch   (rev 0)
+++ testing-i686/nv-drm.patch   2015-08-12 07:25:22 UTC (rev 243203)
@@ -0,0 +1,27 @@
+--- kernel/nv-drm.c~ 2014-09-12 00:33:06.0 +0200
 kernel/nv-drm.c 2014-10-14 11:35:52.854400737 +0200
+@@ -18,6 +18,11 @@
+
+ #include drm/drmP.h
+
++/* 3.18-rc0+ */
++#ifndef drm_gem_object
++#include drm/drm_gem.h
++#endif
++
+ extern nv_linux_state_t *nv_linux_devices;
+
+ struct nv_gem_object {
+diff --git a/kernel/nv-drm.c~ b/kernel/nv-drm.c
+index ecc982a..60d7aae 100644
+--- kernel/nv-drm.c~
 kernel/nv-drm.c
+@@ -129,6 +129,8 @@ static struct drm_driver nv_drm_driver = {
+ .gem_prime_vmap = nv_gem_prime_vmap,
+ .gem_prime_vunmap = nv_gem_prime_vunmap,
+
++.set_busid = drm_pci_set_busid,
++
+ .name = nvidia-drm,
+ .desc = NVIDIA DRM driver,
+ .date = 20130102,

Copied: 

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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:24:59
  Author: tpowa
Revision: 243202

upgpkg: nvidia-340xx 340.76-14

rebuild against 4.1.5

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 07:11:00 UTC (rev 243201)
+++ PKGBUILD2015-08-12 07:24:59 UTC (rev 243202)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx
 pkgver=340.76
 _extramodules=extramodules-4.1-ARCH
-pkgrel=13
+pkgrel=14
 pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:11:14
  Author: fyan
Revision: 243218

upgpkg: kcodecs 5.13.0-1

Modified:
  kcodecs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:09:48 UTC (rev 243217)
+++ PKGBUILD2015-08-12 08:11:14 UTC (rev 243218)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kcodecs
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Provide a collection of methods to manipulate strings using various 
encodings'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7130e5d439afcfd0f558957a2ff33ee3')
+md5sums=('307f6103c25cff1a6c5be9f80c530866')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:11:44
  Author: fyan
Revision: 243219

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

Added:
  kcodecs/repos/testing-i686/
  kcodecs/repos/testing-i686/PKGBUILD
(from rev 243218, kcodecs/trunk/PKGBUILD)
  kcodecs/repos/testing-x86_64/
  kcodecs/repos/testing-x86_64/PKGBUILD
(from rev 243218, kcodecs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kcodecs/repos/testing-i686/PKGBUILD (from rev 243218, 
kcodecs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:11:44 UTC (rev 243219)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcodecs
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Provide a collection of methods to manipulate strings using various 
encodings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcodecs'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('307f6103c25cff1a6c5be9f80c530866')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kcodecs/repos/testing-x86_64/PKGBUILD (from rev 243218, 
kcodecs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:11:44 UTC (rev 243219)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcodecs
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Provide a collection of methods to manipulate strings using various 
encodings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcodecs'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('307f6103c25cff1a6c5be9f80c530866')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:19:35
  Author: fyan
Revision: 243223

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

Added:
  kwidgetsaddons/repos/testing-i686/
  kwidgetsaddons/repos/testing-i686/PKGBUILD
(from rev 243222, kwidgetsaddons/trunk/PKGBUILD)
  kwidgetsaddons/repos/testing-x86_64/
  kwidgetsaddons/repos/testing-x86_64/PKGBUILD
(from rev 243222, kwidgetsaddons/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kwidgetsaddons/repos/testing-i686/PKGBUILD (from rev 243222, 
kwidgetsaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:19:35 UTC (rev 243223)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwidgetsaddons
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Addons to QtWidgets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwidgetsaddons'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('46d49208e2bd219a79fe2a54b956bc2f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwidgetsaddons/repos/testing-x86_64/PKGBUILD (from rev 243222, 
kwidgetsaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:19:35 UTC (rev 243223)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwidgetsaddons
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Addons to QtWidgets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwidgetsaddons'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('46d49208e2bd219a79fe2a54b956bc2f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:19:05
  Author: fyan
Revision: 243222

upgpkg: kwidgetsaddons 5.13.0-1

Modified:
  kwidgetsaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:18:53 UTC (rev 243221)
+++ PKGBUILD2015-08-12 08:19:05 UTC (rev 243222)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwidgetsaddons
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Addons to QtWidgets'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c65b4f7bac1fcd3fc599d203ab7f15a0')
+md5sums=('46d49208e2bd219a79fe2a54b956bc2f')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:18:22
  Author: fyan
Revision: 243220

upgpkg: kconfig 5.13.0-1

Modified:
  kconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:11:44 UTC (rev 243219)
+++ PKGBUILD2015-08-12 08:18:22 UTC (rev 243220)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kconfig
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Configuration system'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('826d84426eb7cf9f2bccd49aca694f96')
+md5sums=('d470179fc4c8a2060b94452d25d466c8')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:18:53
  Author: fyan
Revision: 243221

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

Added:
  kconfig/repos/testing-i686/
  kconfig/repos/testing-i686/PKGBUILD
(from rev 243220, kconfig/trunk/PKGBUILD)
  kconfig/repos/testing-x86_64/
  kconfig/repos/testing-x86_64/PKGBUILD
(from rev 243220, kconfig/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kconfig/repos/testing-i686/PKGBUILD (from rev 243220, 
kconfig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:18:53 UTC (rev 243221)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kconfig
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Configuration system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kconfig'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d470179fc4c8a2060b94452d25d466c8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kconfig/repos/testing-x86_64/PKGBUILD (from rev 243220, 
kconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:18:53 UTC (rev 243221)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kconfig
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Configuration system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kconfig'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d470179fc4c8a2060b94452d25d466c8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Allan McRae
Date: Wednesday, August 12, 2015 @ 09:11:00
  Author: allan
Revision: 243201

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

Added:
  pacman/repos/testing-i686/
  pacman/repos/testing-i686/PKGBUILD
(from rev 243200, pacman/trunk/PKGBUILD)
  pacman/repos/testing-i686/ensure-matching-database-and-package-version.patch
(from rev 243200, 
pacman/trunk/ensure-matching-database-and-package-version.patch)
  pacman/repos/testing-i686/makepkg.conf
(from rev 243200, pacman/trunk/makepkg.conf)
  pacman/repos/testing-i686/pacman.conf.i686
(from rev 243200, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-i686/pacman.conf.x86_64
(from rev 243200, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-x86_64/
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 243200, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/ensure-matching-database-and-package-version.patch
(from rev 243200, 
pacman/trunk/ensure-matching-database-and-package-version.patch)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 243200, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman.conf.i686
(from rev 243200, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-x86_64/pacman.conf.x86_64
(from rev 243200, pacman/trunk/pacman.conf.x86_64)

---+
 testing-i686/PKGBUILD |   98 ++
 testing-i686/ensure-matching-database-and-package-version.patch   |   60 
 testing-i686/makepkg.conf |  146 
++
 testing-i686/pacman.conf.i686 |   90 ++
 testing-i686/pacman.conf.x86_64   |   99 ++
 testing-x86_64/PKGBUILD   |   98 ++
 testing-x86_64/ensure-matching-database-and-package-version.patch |   60 
 testing-x86_64/makepkg.conf   |  146 
++
 testing-x86_64/pacman.conf.i686   |   90 ++
 testing-x86_64/pacman.conf.x86_64 |   99 ++
 10 files changed, 986 insertions(+)

Copied: pacman/repos/testing-i686/PKGBUILD (from rev 243200, 
pacman/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 07:11:00 UTC (rev 243201)
@@ -0,0 +1,98 @@
+# vim: set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=pacman
+pkgver=4.2.1
+pkgrel=3
+pkgdesc=A library-based package manager with dependency support
+arch=('i686' 'x86_64')
+url=http://www.archlinux.org/pacman/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('bash' 'glibc' 'libarchive=3.1.2' 'curl=7.39.0'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+makedepends=('asciidoc')   # roundup patch alters docs
+checkdepends=('python2' 'fakechroot')
+provides=('pacman-contrib')
+conflicts=('pacman-contrib')
+replaces=('pacman-contrib')
+backup=(etc/pacman.conf etc/makepkg.conf)
+options=('strip' 'debug')
+source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+   ensure-matching-database-and-package-version.patch
+pacman.conf.i686
+pacman.conf.x86_64
+makepkg.conf)
+md5sums=('2a596fc8f723e99660c0869a74afcf47'
+ 'SKIP'
+ 'e8f72afe6f417d11bd36ada042744fe4'
+ '2db6c94709bb30cc614a176ecf8badb1'
+ 'de74a13618347f08ae4a9637f74471c4'
+ '08beec98ce8c3eca6a980c4a21c0bef0')
+validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD')  # Allan McRae 
al...@archlinux.org
+
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 -i $srcdir/ensure-matching-database-and-package-version.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc \
+--with-scriptlet-shell=/usr/bin/bash \
+--with-ldconfig=/usr/bin/ldconfig
+  make
+  make -C contrib
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C contrib install
+
+  # install Arch specific stuff
+  install -dm755 $pkgdir/etc
+  install -m644 $srcdir/pacman.conf.$CARCH $pkgdir/etc/pacman.conf
+
+  case $CARCH in
+i686)
+  mycarch=i686
+  mychost=i686-pc-linux-gnu
+  myflags=-march=i686
+  ;;
+x86_64)
+  mycarch=x86_64
+  mychost=x86_64-unknown-linux-gnu
+  myflags=-march=x86-64
+  ;;
+  esac
+
+  # set things correctly in the default conf file
+  install -m644 $srcdir/makepkg.conf $pkgdir/etc
+  sed -i $pkgdir/etc/makepkg.conf \
+-e s|@CARCH[@]|$mycarch|g \
+-e s|@CHOST[@]|$mychost|g \
+-e s|@CARCHFLAGS[@]|$myflags|g
+
+  # put bash_completion in the right location
+  install 

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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:31:45
  Author: tpowa
Revision: 138266

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

Added:
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 138265, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 138265, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 138265, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 138265, bbswitch/trunk/bbswitch.install)

---+
 community-testing-i686/PKGBUILD   |   33 
 community-testing-i686/bbswitch.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   33 
 community-testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 138265, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-12 07:31:45 UTC (rev 138266)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
+pkgrel=36
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install=bbswitch.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
138265, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2015-08-12 07:31:45 UTC (rev 
138266)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 138265, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-12 07:31:45 UTC (rev 138266)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
+pkgrel=36
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install=bbswitch.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
138265, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2015-08-12 07:31:45 UTC (rev 
138266)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+

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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:31:38
  Author: tpowa
Revision: 138265

upgpkg: bbswitch 0.8-36

rebuild against 4.1.5

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 07:29:33 UTC (rev 138264)
+++ PKGBUILD2015-08-12 07:31:38 UTC (rev 138265)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
-pkgrel=35
+pkgrel=36
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 09:56:13
  Author: fyan
Revision: 243206

upgpkg: kapidox 5.13.0-1

Modified:
  kapidox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 07:55:54 UTC (rev 243205)
+++ PKGBUILD2015-08-12 07:56:13 UTC (rev 243206)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kapidox
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Frameworks API Documentation Tools'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-base')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0808423b1c23ca609904b711a5daccbe')
+md5sums=('145d1c604e3db2a61a7174430ac25144')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in extra-cmake-modules/repos (testing-any testing-any/PKGBUILD)

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 09:55:54
  Author: fyan
Revision: 243205

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 243204, extra-cmake-modules/trunk/PKGBUILD)

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

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 243204, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-08-12 07:55:54 UTC (rev 243205)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('26b970f7e02fd8d4b1828784f7359d18')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:03:08
  Author: fyan
Revision: 243211

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

Added:
  karchive/repos/testing-i686/
  karchive/repos/testing-i686/PKGBUILD
(from rev 243210, karchive/trunk/PKGBUILD)
  karchive/repos/testing-x86_64/
  karchive/repos/testing-x86_64/PKGBUILD
(from rev 243210, karchive/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: karchive/repos/testing-i686/PKGBUILD (from rev 243210, 
karchive/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:03:08 UTC (rev 243211)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=karchive
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Qt 5 addon providing access to numerous types of archives'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/karchive'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('dd01dc1252cb3d862959970ef7d7f5eb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: karchive/repos/testing-x86_64/PKGBUILD (from rev 243210, 
karchive/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:03:08 UTC (rev 243211)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=karchive
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Qt 5 addon providing access to numerous types of archives'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/karchive'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('dd01dc1252cb3d862959970ef7d7f5eb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:02:39
  Author: fyan
Revision: 243210

upgpkg: karchive 5.13.0-1

Modified:
  karchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:01:46 UTC (rev 243209)
+++ PKGBUILD2015-08-12 08:02:39 UTC (rev 243210)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=karchive
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Qt 5 addon providing access to numerous types of archives'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('024f3f34236bd64823a5350ef8670557')
+md5sums=('dd01dc1252cb3d862959970ef7d7f5eb')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:03:22
  Author: fyan
Revision: 243212

upgpkg: ki18n 5.13.0-1

Modified:
  ki18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:03:08 UTC (rev 243211)
+++ PKGBUILD2015-08-12 08:03:22 UTC (rev 243212)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=ki18n
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Advanced internationalization framework'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('146da9ecae1e489d462309092011edd2')
+md5sums=('cfd83c271590f9e627fafd3a2a0420c7')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:21:53
  Author: fyan
Revision: 243228

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

Added:
  kguiaddons/repos/testing-i686/
  kguiaddons/repos/testing-i686/PKGBUILD
(from rev 243227, kguiaddons/trunk/PKGBUILD)
  kguiaddons/repos/testing-x86_64/
  kguiaddons/repos/testing-x86_64/PKGBUILD
(from rev 243227, kguiaddons/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kguiaddons/repos/testing-i686/PKGBUILD (from rev 243227, 
kguiaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:21:53 UTC (rev 243228)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kguiaddons
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Addons to QtGui'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kguiaddons'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('62ab7a6b1829b31b1d3be9f611e051ee')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kguiaddons/repos/testing-x86_64/PKGBUILD (from rev 243227, 
kguiaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:21:53 UTC (rev 243228)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kguiaddons
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Addons to QtGui'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kguiaddons'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('62ab7a6b1829b31b1d3be9f611e051ee')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Allan McRae
Date: Wednesday, August 12, 2015 @ 10:21:21
  Author: allan
Revision: 243226

upgpkg: binutils 2.25.1-3

build with --enable-deterministic-archives for reproducibility

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:20:53 UTC (rev 243225)
+++ PKGBUILD2015-08-12 08:21:21 UTC (rev 243226)
@@ -7,7 +7,7 @@
 
 pkgname=binutils
 pkgver=2.25.1
-pkgrel=2
+pkgrel=3
 _commit=2bd25930
 pkgdesc=A set of programs to assemble and manipulate binary and object files
 arch=('i686' 'x86_64')
@@ -46,6 +46,7 @@
 --with-bugurl=https://bugs.archlinux.org/ \
 --enable-threads --enable-shared --with-pic \
 --enable-ld=default --enable-gold --enable-plugins \
+--enable-deterministic-archives \
 --disable-werror --disable-gdb
 
   # check the host environment and makes sure all the necessary tools are 
available


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:37:50
  Author: fyan
Revision: 243236

upgpkg: kdbusaddons 5.13.0-1

Modified:
  kdbusaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:26:07 UTC (rev 243235)
+++ PKGBUILD2015-08-12 08:37:50 UTC (rev 243236)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdbusaddons
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Addons to QtDBus'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d7eb58d52123a90f90533bf6691a3f40')
+md5sums=('e51a450042e6e3a694bb2c9a1303d748')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:38:21
  Author: fyan
Revision: 243237

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

Added:
  kdbusaddons/repos/testing-i686/
  kdbusaddons/repos/testing-i686/PKGBUILD
(from rev 243236, kdbusaddons/trunk/PKGBUILD)
  kdbusaddons/repos/testing-x86_64/
  kdbusaddons/repos/testing-x86_64/PKGBUILD
(from rev 243236, kdbusaddons/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kdbusaddons/repos/testing-i686/PKGBUILD (from rev 243236, 
kdbusaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:38:21 UTC (rev 243237)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdbusaddons
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Addons to QtDBus'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdbusaddons'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e51a450042e6e3a694bb2c9a1303d748')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdbusaddons/repos/testing-x86_64/PKGBUILD (from rev 243236, 
kdbusaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:38:21 UTC (rev 243237)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdbusaddons
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Addons to QtDBus'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdbusaddons'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e51a450042e6e3a694bb2c9a1303d748')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:43:11
  Author: fyan
Revision: 243243

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

Added:
  kservice/repos/testing-i686/
  kservice/repos/testing-i686/PKGBUILD
(from rev 243242, kservice/trunk/PKGBUILD)
  kservice/repos/testing-x86_64/
  kservice/repos/testing-x86_64/PKGBUILD
(from rev 243242, kservice/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kservice/repos/testing-i686/PKGBUILD (from rev 243242, 
kservice/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:43:11 UTC (rev 243243)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kservice
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Advanced plugin and service introspection'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kservice'
+license=('LGPL')
+depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d83bf4f02799d456f2b5788c44282aa9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kservice/repos/testing-x86_64/PKGBUILD (from rev 243242, 
kservice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:43:11 UTC (rev 243243)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kservice
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Advanced plugin and service introspection'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kservice'
+license=('LGPL')
+depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d83bf4f02799d456f2b5788c44282aa9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:44:44
  Author: fyan
Revision: 243244

upgpkg: kitemviews 5.13.0-1

Modified:
  kitemviews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:43:11 UTC (rev 243243)
+++ PKGBUILD2015-08-12 08:44:44 UTC (rev 243244)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kitemviews
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Widget addons for Qt Model/View'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('172fcd531af0df4329eaf35b91c7123d')
+md5sums=('28ec6325a44946432cf5c06cb5a07955')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in pacman/trunk (PKGBUILD makepkg.conf)

2015-08-12 Thread Allan McRae
Date: Wednesday, August 12, 2015 @ 09:09:12
  Author: allan
Revision: 243200

upgpkg: pacman 4.2.1-3

update cflags (FS#44361, FS#44362)

Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/makepkg.conf

--+
 PKGBUILD |4 ++--
 makepkg.conf |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 05:55:58 UTC (rev 243199)
+++ PKGBUILD2015-08-12 07:09:12 UTC (rev 243200)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=4.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A library-based package manager with dependency support
 arch=('i686' 'x86_64')
 url=http://www.archlinux.org/pacman/;
@@ -30,7 +30,7 @@
  'e8f72afe6f417d11bd36ada042744fe4'
  '2db6c94709bb30cc614a176ecf8badb1'
  'de74a13618347f08ae4a9637f74471c4'
- '03d578816b56852d803cbafac85b9f09')
+ '08beec98ce8c3eca6a980c4a21c0bef0')
 validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD')  # Allan McRae 
al...@archlinux.org
 
 

Modified: makepkg.conf
===
--- makepkg.conf2015-08-12 05:55:58 UTC (rev 243199)
+++ makepkg.conf2015-08-12 07:09:12 UTC (rev 243200)
@@ -37,8 +37,8 @@
 # -march (or -mcpu) builds exclusively for an architecture
 # -mtune optimizes for an architecture, but builds for whole processor family
 CPPFLAGS=-D_FORTIFY_SOURCE=2
-CFLAGS=@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4
-CXXFLAGS=@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4
+CFLAGS=@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong 
-fstack-check
+CXXFLAGS=@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong 
-fstack-check
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro
 #-- Make Flags: change this for DistCC/SMP systems
 #MAKEFLAGS=-j2


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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:33:18
  Author: tpowa
Revision: 138268

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 138267, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 138267, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 138267, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 138267, r8168/trunk/r8168.install)

+
 community-testing-i686/PKGBUILD|   44 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   44 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 122 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 138267, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-12 07:33:18 UTC (rev 138268)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.040.00
+pkgrel=6
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH| 
$startdir/$pkgname.install
+}

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 138267, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2015-08-12 07:33:18 UTC (rev 
138268)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.1-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo ' The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '  `echo blacklist r8169  
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 138267, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-12 07:33:18 UTC (rev 138268)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.040.00
+pkgrel=6
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd 

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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:33:12
  Author: tpowa
Revision: 138267

upgpkg: r8168 8.040.00-6

rebuild against 4.1.5

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 07:31:45 UTC (rev 138266)
+++ PKGBUILD2015-08-12 07:33:12 UTC (rev 138267)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.040.00
-pkgrel=5
+pkgrel=6
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)


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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:42:12
  Author: tpowa
Revision: 138276

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

Added:
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 138275, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 138275, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 138275, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 138275, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 138275, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 138275, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 138275, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 138275, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   63 
 community-testing-i686/build.sh   |   61 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   63 
 community-testing-x86_64/build.sh |   61 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 336 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
138275, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-12 07:42:12 UTC (rev 138276)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=5.0.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux=4.1' 'linux4.2'
+ 'linux-headers=4.1' 'linux-headers4.2'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.1-ARCH
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux=4.1' 'linux4.2')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux=4.1' 'linux4.2')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
138275, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2015-08-12 07:42:12 UTC (rev 138276)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+shopt -s nullglob
+
+usage() {
+ 

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

2015-08-12 Thread Tobias Powalowski
Date: Wednesday, August 12, 2015 @ 09:42:03
  Author: tpowa
Revision: 138275

upgpkg: virtualbox-modules 5.0.0-3

rebuild against 4.1.5

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 07:40:00 UTC (rev 138274)
+++ PKGBUILD2015-08-12 07:42:03 UTC (rev 138275)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 09:56:35
  Author: fyan
Revision: 243207

archrelease: copy trunk to testing-any

Added:
  kapidox/repos/testing-any/
  kapidox/repos/testing-any/PKGBUILD
(from rev 243206, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/testing-any/PKGBUILD (from rev 243206, 
kapidox/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-08-12 07:56:35 UTC (rev 243207)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kapidox
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+license=('LGPL')
+depends=('python-jinja' 'python-yaml')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('145d1c604e3db2a61a7174430ac25144')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in extra-cmake-modules/trunk (PKGBUILD)

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 09:55:35
  Author: fyan
Revision: 243204

upgpkg: extra-cmake-modules 5.13.0-1

Modified:
  extra-cmake-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 07:25:22 UTC (rev 243203)
+++ PKGBUILD2015-08-12 07:55:35 UTC (rev 243204)
@@ -3,16 +3,16 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=extra-cmake-modules
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+arch=('any')
 url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
 license=('LGPL')
 depends=('cmake')
 makedepends=('python-sphinx') # qt5-tools for QtHelp pages
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e4042cf258b545267d74b0cf7d756150')
+md5sums=('26b970f7e02fd8d4b1828784f7359d18')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:03:52
  Author: fyan
Revision: 243213

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

Added:
  ki18n/repos/testing-i686/
  ki18n/repos/testing-i686/PKGBUILD
(from rev 243212, ki18n/trunk/PKGBUILD)
  ki18n/repos/testing-x86_64/
  ki18n/repos/testing-x86_64/PKGBUILD
(from rev 243212, ki18n/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: ki18n/repos/testing-i686/PKGBUILD (from rev 243212, 
ki18n/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:03:52 UTC (rev 243213)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ki18n
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ki18n'
+license=('LGPL')
+depends=('qt5-script')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('cfd83c271590f9e627fafd3a2a0420c7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: ki18n/repos/testing-x86_64/PKGBUILD (from rev 243212, 
ki18n/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:03:52 UTC (rev 243213)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ki18n
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ki18n'
+license=('LGPL')
+depends=('qt5-script')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('cfd83c271590f9e627fafd3a2a0420c7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:20:21
  Author: fyan
Revision: 243224

upgpkg: kcompletion 5.13.0-1

Modified:
  kcompletion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:19:35 UTC (rev 243223)
+++ PKGBUILD2015-08-12 08:20:21 UTC (rev 243224)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kcompletion
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Text completion helpers and widgets'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b778c5f541e35c076a5729a8e6765b63')
+md5sums=('a189b396126e3a901a6ca122b976277d')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:20:53
  Author: fyan
Revision: 243225

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

Added:
  kcompletion/repos/testing-i686/
  kcompletion/repos/testing-i686/PKGBUILD
(from rev 243224, kcompletion/trunk/PKGBUILD)
  kcompletion/repos/testing-x86_64/
  kcompletion/repos/testing-x86_64/PKGBUILD
(from rev 243224, kcompletion/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kcompletion/repos/testing-i686/PKGBUILD (from rev 243224, 
kcompletion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:20:53 UTC (rev 243225)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcompletion
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Text completion helpers and widgets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcompletion'
+license=('LGPL')
+depends=('kwidgetsaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a189b396126e3a901a6ca122b976277d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kcompletion/repos/testing-x86_64/PKGBUILD (from rev 243224, 
kcompletion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:20:53 UTC (rev 243225)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcompletion
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Text completion helpers and widgets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcompletion'
+license=('LGPL')
+depends=('kwidgetsaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a189b396126e3a901a6ca122b976277d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:21:24
  Author: fyan
Revision: 243227

upgpkg: kguiaddons 5.13.0-1

Modified:
  kguiaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:21:21 UTC (rev 243226)
+++ PKGBUILD2015-08-12 08:21:24 UTC (rev 243227)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kguiaddons
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Addons to QtGui'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('154b8c8a475a18ef1936e53f91ca5dff')
+md5sums=('62ab7a6b1829b31b1d3be9f611e051ee')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:24:15
  Author: fyan
Revision: 243231

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

Added:
  kconfigwidgets/repos/testing-i686/
  kconfigwidgets/repos/testing-i686/PKGBUILD
(from rev 243230, kconfigwidgets/trunk/PKGBUILD)
  kconfigwidgets/repos/testing-x86_64/
  kconfigwidgets/repos/testing-x86_64/PKGBUILD
(from rev 243230, kconfigwidgets/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kconfigwidgets/repos/testing-i686/PKGBUILD (from rev 243230, 
kconfigwidgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:24:15 UTC (rev 243231)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kconfigwidgets
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Widgets for KConfig'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kconfigwidgets'
+license=('LGPL')
+depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8fd3b16a2175475764d77972b980e075')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kconfigwidgets/repos/testing-x86_64/PKGBUILD (from rev 243230, 
kconfigwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:24:15 UTC (rev 243231)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kconfigwidgets
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Widgets for KConfig'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kconfigwidgets'
+license=('LGPL')
+depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8fd3b16a2175475764d77972b980e075')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:23:45
  Author: fyan
Revision: 243230

upgpkg: kconfigwidgets 5.13.0-1

Modified:
  kconfigwidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:22:41 UTC (rev 243229)
+++ PKGBUILD2015-08-12 08:23:45 UTC (rev 243230)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kconfigwidgets
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Widgets for KConfig'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('31bb3396c6561e4de3fa858c51a0d82f')
+md5sums=('8fd3b16a2175475764d77972b980e075')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:24:28
  Author: fyan
Revision: 243232

upgpkg: kwindowsystem 5.13.0-1

Modified:
  kwindowsystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:24:15 UTC (rev 243231)
+++ PKGBUILD2015-08-12 08:24:28 UTC (rev 243232)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwindowsystem
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Access to the windowing system'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('001095e87ba8a52932f780bb043429d5')
+md5sums=('a907421be1461569667ffdd0f7bfae63')
 
 prepare() {
   mkdir build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:25:36
  Author: fyan
Revision: 243234

upgpkg: kcrash 5.13.0-1

Modified:
  kcrash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:24:57 UTC (rev 243233)
+++ PKGBUILD2015-08-12 08:25:36 UTC (rev 243234)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kcrash
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Support for application crash analysis and bug report from apps'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('drkonqi: KDE crash handler application')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('47ae59a330ec700e0912382ddb951c25')
+md5sums=('f261f5f1aff9bfce0abea333ce3aa89a')
 
 prepare() {
   mkdir build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:41:39
  Author: fyan
Revision: 243239

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

Added:
  attica-qt5/repos/testing-i686/
  attica-qt5/repos/testing-i686/PKGBUILD
(from rev 243238, attica-qt5/trunk/PKGBUILD)
  attica-qt5/repos/testing-x86_64/
  attica-qt5/repos/testing-x86_64/PKGBUILD
(from rev 243238, attica-qt5/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: attica-qt5/repos/testing-i686/PKGBUILD (from rev 243238, 
attica-qt5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:41:39 UTC (rev 243239)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=attica-qt5
+pkgver=5.13.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Qt5 library that implements the Open Collaboration Services API'
+url='https://projects.kde.org/projects/frameworks/attica'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/attica-${pkgver}.tar.xz;)
+md5sums=('e1c3a9de659aa78922ef170cea1f0fdd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../attica-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: attica-qt5/repos/testing-x86_64/PKGBUILD (from rev 243238, 
attica-qt5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:41:39 UTC (rev 243239)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=attica-qt5
+pkgver=5.13.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Qt5 library that implements the Open Collaboration Services API'
+url='https://projects.kde.org/projects/frameworks/attica'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/attica-${pkgver}.tar.xz;)
+md5sums=('e1c3a9de659aa78922ef170cea1f0fdd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../attica-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:41:09
  Author: fyan
Revision: 243238

upgpkg: attica-qt5 5.13.0-1

Modified:
  attica-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:38:21 UTC (rev 243237)
+++ PKGBUILD2015-08-12 08:41:09 UTC (rev 243238)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=attica-qt5
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Qt5 library that implements the Open Collaboration Services API'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/attica-${pkgver}.tar.xz;)
-md5sums=('f12d5f866690b0954dfaa963e971eb27')
+md5sums=('e1c3a9de659aa78922ef170cea1f0fdd')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:49:45
  Author: fyan
Revision: 243249

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

Added:
  sonnet/repos/testing-i686/
  sonnet/repos/testing-i686/PKGBUILD
(from rev 243248, sonnet/trunk/PKGBUILD)
  sonnet/repos/testing-x86_64/
  sonnet/repos/testing-x86_64/PKGBUILD
(from rev 243248, sonnet/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: sonnet/repos/testing-i686/PKGBUILD (from rev 243248, 
sonnet/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 08:49:45 UTC (rev 243249)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=sonnet
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Spelling framework for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/sonnet'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 'hspell: spell checking for Hebrew')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('99729551e032db0322b0915a4eba5d68')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: sonnet/repos/testing-x86_64/PKGBUILD (from rev 243248, 
sonnet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 08:49:45 UTC (rev 243249)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=sonnet
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Spelling framework for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/sonnet'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 'hspell: spell checking for Hebrew')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('99729551e032db0322b0915a4eba5d68')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:49:15
  Author: fyan
Revision: 243248

upgpkg: sonnet 5.13.0-1

Modified:
  sonnet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:46:02 UTC (rev 243247)
+++ PKGBUILD2015-08-12 08:49:15 UTC (rev 243248)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=sonnet
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Spelling framework for Qt5'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 'hspell: spell checking for Hebrew')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('070f07fbbfc7badf061d6cd46706a39e')
+md5sums=('99729551e032db0322b0915a4eba5d68')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:00:58
  Author: fyan
Revision: 243257

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

Added:
  kbookmarks/repos/testing-i686/
  kbookmarks/repos/testing-i686/PKGBUILD
(from rev 243256, kbookmarks/trunk/PKGBUILD)
  kbookmarks/repos/testing-x86_64/
  kbookmarks/repos/testing-x86_64/PKGBUILD
(from rev 243256, kbookmarks/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kbookmarks/repos/testing-i686/PKGBUILD (from rev 243256, 
kbookmarks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 09:00:58 UTC (rev 243257)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kbookmarks
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Support for bookmarks and the XBEL format'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kbookmarks'
+license=('LGPL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('da4abc3e0f2acc90d97a4bc4edc86405')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kbookmarks/repos/testing-x86_64/PKGBUILD (from rev 243256, 
kbookmarks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 09:00:58 UTC (rev 243257)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kbookmarks
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Support for bookmarks and the XBEL format'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kbookmarks'
+license=('LGPL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('da4abc3e0f2acc90d97a4bc4edc86405')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:07:09
  Author: fyan
Revision: 243260

upgpkg: kjobwidgets 5.13.0-1

Modified:
  kjobwidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 09:06:06 UTC (rev 243259)
+++ PKGBUILD2015-08-12 09:07:09 UTC (rev 243260)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kjobwidgets
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Widgets for tracking KJob instances'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('af26c7006f3e4404947314b9fdb64820')
+md5sums=('92b86b2b57098ee0e67b648224e82abb')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:07:41
  Author: fyan
Revision: 243261

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

Added:
  kjobwidgets/repos/testing-i686/
  kjobwidgets/repos/testing-i686/PKGBUILD
(from rev 243260, kjobwidgets/trunk/PKGBUILD)
  kjobwidgets/repos/testing-x86_64/
  kjobwidgets/repos/testing-x86_64/PKGBUILD
(from rev 243260, kjobwidgets/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kjobwidgets/repos/testing-i686/PKGBUILD (from rev 243260, 
kjobwidgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 09:07:41 UTC (rev 243261)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kjobwidgets
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Widgets for tracking KJob instances'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjobwidgets'
+license=('LGPL')
+depends=('kcoreaddons' 'kwidgetsaddons' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('92b86b2b57098ee0e67b648224e82abb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kjobwidgets/repos/testing-x86_64/PKGBUILD (from rev 243260, 
kjobwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 09:07:41 UTC (rev 243261)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kjobwidgets
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Widgets for tracking KJob instances'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjobwidgets'
+license=('LGPL')
+depends=('kcoreaddons' 'kwidgetsaddons' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('92b86b2b57098ee0e67b648224e82abb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:11:51
  Author: fyan
Revision: 243266

upgpkg: kwallet 5.13.0-1

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 09:11:23 UTC (rev 243265)
+++ PKGBUILD2015-08-12 09:11:51 UTC (rev 243266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwallet
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('eb3118489006cd6760740cc9f1f3be51')
+md5sums=('df67412fef04c891c98facf870ec370f')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:12:21
  Author: fyan
Revision: 243267

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

Added:
  kwallet/repos/testing-i686/
  kwallet/repos/testing-i686/PKGBUILD
(from rev 243266, kwallet/trunk/PKGBUILD)
  kwallet/repos/testing-x86_64/
  kwallet/repos/testing-x86_64/PKGBUILD
(from rev 243266, kwallet/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kwallet/repos/testing-i686/PKGBUILD (from rev 243266, 
kwallet/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 09:12:21 UTC (rev 243267)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwallet
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Secure and unified container for user passwords'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwallet'
+license=('LGPL')
+depends=('knotifications') # qgpgme
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('df67412fef04c891c98facf870ec370f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwallet/repos/testing-x86_64/PKGBUILD (from rev 243266, 
kwallet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 09:12:21 UTC (rev 243267)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwallet
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Secure and unified container for user passwords'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwallet'
+license=('LGPL')
+depends=('knotifications') # qgpgme
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('df67412fef04c891c98facf870ec370f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:18:39
  Author: fyan
Revision: 243270

upgpkg: kinit 5.13.0-1

Modified:
  kinit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 09:14:18 UTC (rev 243269)
+++ PKGBUILD2015-08-12 09:18:39 UTC (rev 243270)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kinit
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Process launcher to speed up launching KDE applications'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('40d5cda2fc8f6b9bf57d86858414757b')
+md5sums=('72d0496c5d8d94673e875ff216fa4176')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:26:47
  Author: fyan
Revision: 243275

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

Added:
  kdeclarative/repos/testing-i686/
  kdeclarative/repos/testing-i686/PKGBUILD
(from rev 243274, kdeclarative/trunk/PKGBUILD)
  kdeclarative/repos/testing-x86_64/
  kdeclarative/repos/testing-x86_64/PKGBUILD
(from rev 243274, kdeclarative/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kdeclarative/repos/testing-i686/PKGBUILD (from rev 243274, 
kdeclarative/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 09:26:47 UTC (rev 243275)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeclarative
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Provides integration of QML and KDE Frameworks'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdeclarative'
+license=('LGPL')
+depends=('kio' 'libepoxy' 'kpackage')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ec10b94e44ed70106ce5e41aa9ed6cd0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeclarative/repos/testing-x86_64/PKGBUILD (from rev 243274, 
kdeclarative/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 09:26:47 UTC (rev 243275)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeclarative
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Provides integration of QML and KDE Frameworks'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdeclarative'
+license=('LGPL')
+depends=('kio' 'libepoxy' 'kpackage')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ec10b94e44ed70106ce5e41aa9ed6cd0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:27:16
  Author: fyan
Revision: 243276

upgpkg: kparts 5.13.0-1

Modified:
  kparts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 09:26:47 UTC (rev 243275)
+++ PKGBUILD2015-08-12 09:27:16 UTC (rev 243276)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kparts
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Document centric plugin system'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ad9bd1946aaca8320f3e71f43184c699')
+md5sums=('69f5de80479bc7f0e3cffc9a0b9aa1b1')
 
 prepare() {
   mkdir -p build


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:34:06
  Author: fyan
Revision: 243285

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

Added:
  kpty/repos/testing-i686/
  kpty/repos/testing-i686/PKGBUILD
(from rev 243284, kpty/trunk/PKGBUILD)
  kpty/repos/testing-x86_64/
  kpty/repos/testing-x86_64/PKGBUILD
(from rev 243284, kpty/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kpty/repos/testing-i686/PKGBUILD (from rev 243284, kpty/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 09:34:06 UTC (rev 243285)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kpty
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Pty abstraction'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kpty'
+license=('LGPL')
+depends=('kcoreaddons' 'ki18n' 'libutempter')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9831c8231ac70ec4f1bf6d744dcebf63')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kpty/repos/testing-x86_64/PKGBUILD (from rev 243284, 
kpty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 09:34:06 UTC (rev 243285)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kpty
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Pty abstraction'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kpty'
+license=('LGPL')
+depends=('kcoreaddons' 'ki18n' 'libutempter')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9831c8231ac70ec4f1bf6d744dcebf63')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 12:30:18
  Author: fyan
Revision: 243322

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

Added:
  kdnssd/repos/testing-i686/
  kdnssd/repos/testing-i686/PKGBUILD
(from rev 243321, kdnssd/trunk/PKGBUILD)
  kdnssd/repos/testing-x86_64/
  kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 243321, kdnssd/trunk/PKGBUILD)

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

Copied: kdnssd/repos/testing-i686/PKGBUILD (from rev 243321, 
kdnssd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-12 10:30:18 UTC (rev 243322)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdnssd
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdnssd'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('aa6c92111aec32bf7428356bfbebda18')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 243321, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-12 10:30:18 UTC (rev 243322)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdnssd
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdnssd'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('aa6c92111aec32bf7428356bfbebda18')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 12:29:49
  Author: fyan
Revision: 243321

upgpkg: kdnssd 5.13.0-1

Modified:
  kdnssd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 10:27:40 UTC (rev 243320)
+++ PKGBUILD2015-08-12 10:29:49 UTC (rev 243321)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdnssd
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Abstraction to system DNSSD features'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('kdnssd-framework')
 conflicts=('kdnssd-framework')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e6100dd6dfbf53264a0c233ef357d823')
+md5sums=('aa6c92111aec32bf7428356bfbebda18')
 
 prepare() {
   mkdir -p build


  1   2   3   >