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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 07:03:13
  Author: fyan
Revision: 177882

archrelease: copy trunk to community-any

Added:
  mitmproxy/repos/community-any/PKGBUILD
(from rev 177881, mitmproxy/trunk/PKGBUILD)
Deleted:
  mitmproxy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-05 05:02:42 UTC (rev 177881)
+++ PKGBUILD2016-06-05 05:03:13 UTC (rev 177882)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=0.17
-pkgrel=1
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/;
-license=('GPL')
-depends=('python2-blinker' 'python2-click' 'python2-configargparse' 
'python2-construct'
- 'python2-cryptography' 'python2-flask' 'python2-h2' 'python2-hpack'
- 'python2-html2text' 'python2-hyperframe' 'python2-lxml' 
'python2-pillow'
- 'python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-pyparsing'
- 'python2-pyperclip' 'python2-requests' 'python2-six' 'python2-tornado'
- 'python2-urwid' 'python2-watchdog' 'python2-enum34' 
'python2-ipaddress')
-optdepends=('python2-cssutils: Contentviews - Beautifies CSS files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-pyamf: Contentviews - Decodes AMF files')
-makedepends=('git')
-checkdepends=('python2-beautifulsoup4' 'python2-harparser' 'python2-mock'
-  'python2-pytest-runner' 'python2-pytest-timeout')
-provides=('python2-libmproxy' 'python2-netlib' 'pathod')
-conflicts=('python2-libmproxy' 'python2-netlib' 'pathod')
-replaces=('python2-libmproxy' 'python2-netlib' 'pathod')
-source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd mitmproxy
-
-  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
-  sed -e '/certifi/d' \
-  -e '/backports.ssl_match_hostname/d' \
-  -e 's/, <[0-9=.]*//' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
-  -i netlib/tcp.py
-}
-
-check() {
-  cd mitmproxy
-  python2 setup.py ptr
-}
- 
-package() {
-  cd mitmproxy
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 177881, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-05 05:03:13 UTC (rev 177882)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=0.17
+pkgrel=2
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-blinker' 'python2-click' 'python2-configargparse' 
'python2-construct'
+ 'python2-cryptography' 'python2-flask' 'python2-h2' 'python2-hpack'
+ 'python2-html2text' 'python2-hyperframe' 'python2-lxml' 
'python2-pillow'
+ 'python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-pyperclip' 'python2-requests' 'python2-six' 'python2-tornado'
+ 'python2-urwid' 'python2-watchdog' 'python2-enum34' 
'python2-ipaddress')
+optdepends=('python2-cssutils: Contentviews - Beautifies CSS files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-pyamf: Contentviews - Decodes AMF files')
+makedepends=('git')
+checkdepends=('python2-beautifulsoup4' 'python2-harparser' 'python2-mock'
+  'python2-pytest-runner' 'python2-pytest-timeout')
+provides=('python2-libmproxy' 'python2-netlib' 'pathod')
+conflicts=('python2-libmproxy' 'python2-netlib' 'pathod')
+replaces=('python2-libmproxy' 'python2-netlib' 'pathod')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd mitmproxy
+
+  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e '/backports.ssl_match_hostname/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
+  -i netlib/tcp.py
+}
+
+check() {
+  cd mitmproxy
+  python2 setup.py ptr
+}
+ 
+package() {
+  cd mitmproxy
+  python2 setup.py install 

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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 07:02:42
  Author: fyan
Revision: 177881

upgpkg: mitmproxy 0.17-2

Modified:
  mitmproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-05 04:45:35 UTC (rev 177880)
+++ PKGBUILD2016-06-05 05:02:42 UTC (rev 177881)
@@ -5,7 +5,7 @@
 
 pkgname=mitmproxy
 pkgver=0.17
-pkgrel=1
+pkgrel=2
 pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
 arch=('any')
 url="http://mitmproxy.org/;
@@ -34,7 +34,7 @@
   # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
   sed -e '/certifi/d' \
   -e '/backports.ssl_match_hostname/d' \
-  -e 's/, <[0-9=.]*//' \
+  -e 's/, *<[0-9=.]*//' \
   -i setup.py
   sed -e '/import certifi/d' \
   -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \


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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 06:45:35
  Author: fyan
Revision: 177880

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib2/repos/multilib-x86_64/PKGBUILD
(from rev 177879, lib32-glib2/trunk/PKGBUILD)
  lib32-glib2/repos/multilib-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 177879, lib32-glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  lib32-glib2/repos/multilib-x86_64/PKGBUILD
  lib32-glib2/repos/multilib-x86_64/revert-warn-glib-compile-schemas.patch

+
 PKGBUILD   |   96 +++
 revert-warn-glib-compile-schemas.patch |   66 ++---
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-05 04:45:02 UTC (rev 177879)
+++ PKGBUILD2016-06-05 04:45:35 UTC (rev 177880)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=glib2
-pkgname=lib32-$_pkgbasename
-pkgver=2.48.0
-pkgrel=1
-pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
-url="http://www.gtk.org/;
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-dbus' 'lib32-libffi' 'lib32-pcre' 'lib32-zlib' "$_pkgbasename")
-makedepends=('gcc-multilib' 'python')
-options=('!docs')
-source=("http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz;
-'revert-warn-glib-compile-schemas.patch')
-sha256sums=('744be6931ca914c68af98dc38ff6b0cf8381d65e335060faddfbf04c17147c34'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-prepare() {
-  cd "${srcdir}/glib-${pkgver}"
-  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/glib-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libdir=/usr/lib32 --with-pcre=system --disable-fam
-  make
-}
-
-package() {
-  cd "${srcdir}/glib-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{share,include}}
-
-  cd "${pkgdir}"/usr/bin
-  mv gio-querymodules gio-querymodules-32
-  rm -f gdbus glib* gobject-query gsettings gtester*
-  rm -rf "$pkgdir"/usr/lib32/gdbus-2.0
-  find "$pkgdir/usr/bin" -type f -not -name gio-querymodules-32 -delete
-}

Copied: lib32-glib2/repos/multilib-x86_64/PKGBUILD (from rev 177879, 
lib32-glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-05 04:45:35 UTC (rev 177880)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=glib2
+pkgname=lib32-$_pkgbasename
+pkgver=2.48.1
+pkgrel=1
+pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
+url="http://www.gtk.org/;
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-dbus' 'lib32-libffi' 'lib32-pcre' 'lib32-zlib' "$_pkgbasename")
+makedepends=('gcc-multilib' 'python')
+options=('!docs')
+source=("http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz;
+'revert-warn-glib-compile-schemas.patch')
+sha256sums=('74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd "${srcdir}/glib-${pkgver}"
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/glib-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libdir=/usr/lib32 --with-pcre=system --disable-fam
+  make
+}
+
+package() {
+  cd "${srcdir}/glib-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{share,include}}
+
+  cd "${pkgdir}"/usr/bin
+  mv gio-querymodules gio-querymodules-32
+  rm -f gdbus glib* gobject-query gsettings gtester*
+  rm -rf "$pkgdir"/usr/lib32/gdbus-2.0
+  find "$pkgdir/usr/bin" -type f -not -name gio-querymodules-32 -delete
+}

Deleted: revert-warn-glib-compile-schemas.patch
===
--- revert-warn-glib-compile-schemas.patch  2016-06-05 04:45:02 UTC (rev 
177879)
+++ revert-warn-glib-compile-schemas.patch  2016-06-05 04:45:35 UTC (rev 
177880)
@@ -1,33 +0,0 @@
-From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
-From: Ryan Lortie 
-Date: Thu, 12 Apr 2012 23:55:34 +
-Subject: glib-compile-schemas: warn about bad dconf paths
-
-For quite some time the recommended usage of GSettings and dconf has
-been to use paths like /org/gnome/example/.  Use of 

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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 06:45:02
  Author: fyan
Revision: 177879

upgpkg: lib32-glib2 2.48.1-1

Modified:
  lib32-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-05 02:54:55 UTC (rev 177878)
+++ PKGBUILD2016-06-05 04:45:02 UTC (rev 177879)
@@ -5,7 +5,7 @@
 
 _pkgbasename=glib2
 pkgname=lib32-$_pkgbasename
-pkgver=2.48.0
+pkgver=2.48.1
 pkgrel=1
 pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
 url="http://www.gtk.org/;
@@ -16,7 +16,7 @@
 options=('!docs')
 
source=("http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz;
 'revert-warn-glib-compile-schemas.patch')
-sha256sums=('744be6931ca914c68af98dc38ff6b0cf8381d65e335060faddfbf04c17147c34'
+sha256sums=('74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 prepare() {


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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 06:11:28
  Author: fyan
Revision: 268968

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

Added:
  python-cryptography/repos/extra-i686/PKGBUILD
(from rev 268967, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 268967, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/extra-i686/PKGBUILD
  python-cryptography/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-05 04:10:34 UTC (rev 268967)
+++ extra-i686/PKGBUILD 2016-06-05 04:11:28 UTC (rev 268968)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
- 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
-  'python-hypothesis' 'python2-hypothesis')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('defd153ed901089f5aeac6eb066d5ef7')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-   cd "$srcdir"/cryptography-$pkgver
-   python setup.py build
- 
-   cd "$srcdir"/cryptography-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/cryptography-$pkgver
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
-
-   cd "$srcdir"/cryptography-$pkgver-python2
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
-}
- 
-package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
- 
-   cd cryptography-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
- 
-package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna' 'python2-ipaddress')
- 
-   cd cryptography-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 268967, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-05 04:11:28 UTC (rev 268968)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=1.4
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
+ 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
+  'python-hypothesis' 'python2-hypothesis')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+md5sums=('a9763e3831cc7cdb402c028fac1ceb39')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   cd "$srcdir"/cryptography-$pkgver
+   python setup.py build
+ 
+   cd "$srcdir"/cryptography-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/cryptography-$pkgver
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
+
+   cd "$srcdir"/cryptography-$pkgver-python2
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
+}
+ 
+package_python-cryptography() {
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
+ 
+   cd cryptography-$pkgver
+   python setup.py install 

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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 06:10:34
  Author: fyan
Revision: 268967

upgpkg: python-cryptography 1.4-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-05 04:09:14 UTC (rev 268966)
+++ PKGBUILD2016-06-05 04:10:34 UTC (rev 268967)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.3.4
+pkgver=1.4
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('defd153ed901089f5aeac6eb066d5ef7')
+md5sums=('a9763e3831cc7cdb402c028fac1ceb39')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 06:09:14
  Author: fyan
Revision: 268966

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-05 04:08:21 UTC (rev 268965)
+++ extra-i686/PKGBUILD 2016-06-05 04:09:14 UTC (rev 268966)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Tom Newsom 
-
-pkgname=swig
-pkgver=3.0.8
-pkgrel=1
-pkgdesc="Generate scripting interfaces to C/C++ code"
-arch=('i686' 'x86_64')
-url="http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('1f45e96219536b3423b8d4dbd03614ffccca9c33')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning "Tests failed"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-i686/PKGBUILD (from rev 268965, swig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-05 04:09:14 UTC (rev 268966)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Tom Newsom 
+
+pkgname=swig
+pkgver=3.0.9
+pkgrel=1
+pkgdesc="Generate scripting interfaces to C/C++ code"
+arch=('i686' 'x86_64')
+url="http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('3651e6064b8b30dd816f1f56e5ef331ccd6218a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning "Tests failed"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-05 04:08:21 UTC (rev 268965)
+++ extra-x86_64/PKGBUILD   2016-06-05 04:09:14 UTC (rev 268966)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Tom Newsom 
-
-pkgname=swig
-pkgver=3.0.8
-pkgrel=1
-pkgdesc="Generate scripting interfaces to C/C++ code"
-arch=('i686' 'x86_64')
-url="http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('1f45e96219536b3423b8d4dbd03614ffccca9c33')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning "Tests failed"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-x86_64/PKGBUILD (from rev 268965, swig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-05 04:09:14 UTC (rev 268966)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Tom Newsom 

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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 06:08:21
  Author: fyan
Revision: 268965

upgpkg: swig 3.0.9-1

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 22:10:03 UTC (rev 268964)
+++ PKGBUILD2016-06-05 04:08:21 UTC (rev 268965)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=swig
-pkgver=3.0.8
+pkgver=3.0.9
 pkgrel=1
 pkgdesc="Generate scripting interfaces to C/C++ code"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('pcre' 'gcc-libs')
 checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('1f45e96219536b3423b8d4dbd03614ffccca9c33')
+sha1sums=('3651e6064b8b30dd816f1f56e5ef331ccd6218a0')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 04:54:23
  Author: fyan
Revision: 177877

upgpkg: python-cryptography-vectors 1.4-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-05 00:08:35 UTC (rev 177876)
+++ PKGBUILD2016-06-05 02:54:23 UTC (rev 177877)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=1.3.4
+pkgver=1.4
 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=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('6c6e4667c2701211b8c637ad2950860e')
+md5sums=('b8555dfadafc4ecab4ee4650430d9cab')
 
 prepare() {
cp -a cryptography_vectors-$pkgver{,-python2}


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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 04:54:55
  Author: fyan
Revision: 177878

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-05 02:54:23 UTC (rev 177877)
+++ PKGBUILD2016-06-05 02:54:55 UTC (rev 177878)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=1.3.4
-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=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('6c6e4667c2701211b8c637ad2950860e')
-
-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 
177877, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-05 02:54:55 UTC (rev 177878)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=1.4
+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=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+md5sums=('b8555dfadafc4ecab4ee4650430d9cab')
+
+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 kaffeine/repos (4 files)

2016-06-04 Thread Antonio Rojas
Date: Sunday, June 5, 2016 @ 02:08:35
  Author: arojas
Revision: 177876

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-05 00:08:01 UTC (rev 177875)
+++ community-i686/PKGBUILD 2016-06-05 00:08:35 UTC (rev 177876)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz 
-
-pkgname=kaffeine
-pkgver=2.0.1
-pkgrel=2
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org;
-depends=(kio hicolor-icon-theme libxss vlc)
-makedepends=(extra-cmake-modules kidletime)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8e976eeda060addb09df2431c2301bf2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-i686/PKGBUILD (from rev 177875, 
kaffeine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-05 00:08:35 UTC (rev 177876)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz 
+
+pkgname=kaffeine
+pkgver=2.0.1
+pkgrel=3
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org;
+depends=(kio hicolor-icon-theme libxss vlc)
+makedepends=(extra-cmake-modules kidletime)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8e976eeda060addb09df2431c2301bf2')
+
+prepare() {
+  mkdir -p build
+
+# Fix installing translations
+  sed -e 's|ecm_optional_add_subdirectory|ki18n_install|' -i 
$pkgname/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-05 00:08:01 UTC (rev 177875)
+++ community-x86_64/PKGBUILD   2016-06-05 00:08:35 UTC (rev 177876)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz 
-
-pkgname=kaffeine
-pkgver=2.0.1
-pkgrel=2
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org;
-depends=(kio hicolor-icon-theme libxss vlc)
-makedepends=(extra-cmake-modules kidletime)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8e976eeda060addb09df2431c2301bf2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-x86_64/PKGBUILD (from rev 177875, 
kaffeine/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-05 00:08:35 UTC (rev 177876)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz 
+
+pkgname=kaffeine
+pkgver=2.0.1
+pkgrel=3
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org;
+depends=(kio hicolor-icon-theme libxss vlc)
+makedepends=(extra-cmake-modules kidletime)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8e976eeda060addb09df2431c2301bf2')
+
+prepare() {
+  mkdir -p build
+
+# Fix installing translations
+  sed -e 's|ecm_optional_add_subdirectory|ki18n_install|' -i 
$pkgname/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-04 Thread Antonio Rojas
Date: Sunday, June 5, 2016 @ 02:08:01
  Author: arojas
Revision: 177875

Fix installing translations

Modified:
  kaffeine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 22:15:55 UTC (rev 177874)
+++ PKGBUILD2016-06-05 00:08:01 UTC (rev 177875)
@@ -4,7 +4,7 @@
 
 pkgname=kaffeine
 pkgver=2.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE media player'
 license=(GPL)
 arch=(i686 x86_64)
@@ -16,6 +16,9 @@
 
 prepare() {
   mkdir -p build
+
+# Fix installing translations
+  sed -e 's|ecm_optional_add_subdirectory|ki18n_install|' -i 
$pkgname/CMakeLists.txt
 }
 
 build() {


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

2016-06-04 Thread Antonio Rojas
Date: Sunday, June 5, 2016 @ 00:15:55
  Author: arojas
Revision: 177874

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-04 22:15:19 UTC (rev 177873)
+++ community-i686/PKGBUILD 2016-06-04 22:15:55 UTC (rev 177874)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz 
-
-pkgname=kaffeine
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org;
-depends=(kio hicolor-icon-theme libxss vlc)
-makedepends=(extra-cmake-modules kidletime)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d8637d2ad2e76d0097030f01d159400f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-i686/PKGBUILD (from rev 177873, 
kaffeine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-04 22:15:55 UTC (rev 177874)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz 
+
+pkgname=kaffeine
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org;
+depends=(kio hicolor-icon-theme libxss vlc)
+makedepends=(extra-cmake-modules kidletime)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8e976eeda060addb09df2431c2301bf2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-04 22:15:19 UTC (rev 177873)
+++ community-x86_64/PKGBUILD   2016-06-04 22:15:55 UTC (rev 177874)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz 
-
-pkgname=kaffeine
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org;
-depends=(kio hicolor-icon-theme libxss vlc)
-makedepends=(extra-cmake-modules kidletime)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d8637d2ad2e76d0097030f01d159400f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-x86_64/PKGBUILD (from rev 177873, 
kaffeine/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-04 22:15:55 UTC (rev 177874)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz 
+
+pkgname=kaffeine
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org;
+depends=(kio hicolor-icon-theme libxss vlc)
+makedepends=(extra-cmake-modules kidletime)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8e976eeda060addb09df2431c2301bf2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-04 Thread Antonio Rojas
Date: Sunday, June 5, 2016 @ 00:15:19
  Author: arojas
Revision: 177873

New tarball

Modified:
  kaffeine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 15:21:39 UTC (rev 177872)
+++ PKGBUILD2016-06-04 22:15:19 UTC (rev 177873)
@@ -4,7 +4,7 @@
 
 pkgname=kaffeine
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE media player'
 license=(GPL)
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(kio hicolor-icon-theme libxss vlc)
 makedepends=(extra-cmake-modules kidletime)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d8637d2ad2e76d0097030f01d159400f')
+md5sums=('8e976eeda060addb09df2431c2301bf2')
 
 prepare() {
   mkdir -p build
@@ -20,7 +20,7 @@
 
 build() {
   cd build
-  cmake .. \
+  cmake ../$pkgname \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_TESTING=OFF


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

2016-06-04 Thread Bartłomiej Piotrowski
Date: Sunday, June 5, 2016 @ 00:10:03
  Author: bpiotrowski
Revision: 268964

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

Added:
  expat/repos/testing-i686/
  expat/repos/testing-i686/CVE-2015-1283-refix.patch
(from rev 268963, expat/trunk/CVE-2015-1283-refix.patch)
  expat/repos/testing-i686/CVE-2016-0718-v2-2-1.patch
(from rev 268963, expat/trunk/CVE-2016-0718-v2-2-1.patch)
  expat/repos/testing-i686/PKGBUILD
(from rev 268963, expat/trunk/PKGBUILD)
  expat/repos/testing-i686/cve-2012-6702-plus-cve-2016-5300-v1.patch
(from rev 268963, expat/trunk/cve-2012-6702-plus-cve-2016-5300-v1.patch)
  expat/repos/testing-x86_64/
  expat/repos/testing-x86_64/CVE-2015-1283-refix.patch
(from rev 268963, expat/trunk/CVE-2015-1283-refix.patch)
  expat/repos/testing-x86_64/CVE-2016-0718-v2-2-1.patch
(from rev 268963, expat/trunk/CVE-2016-0718-v2-2-1.patch)
  expat/repos/testing-x86_64/PKGBUILD
(from rev 268963, expat/trunk/PKGBUILD)
  expat/repos/testing-x86_64/cve-2012-6702-plus-cve-2016-5300-v1.patch
(from rev 268963, expat/trunk/cve-2012-6702-plus-cve-2016-5300-v1.patch)

--+
 testing-i686/CVE-2015-1283-refix.patch   |   38 
 testing-i686/CVE-2016-0718-v2-2-1.patch  |  756 +
 testing-i686/PKGBUILD|   44 
 testing-i686/cve-2012-6702-plus-cve-2016-5300-v1.patch   |  134 ++
 testing-x86_64/CVE-2015-1283-refix.patch |   38 
 testing-x86_64/CVE-2016-0718-v2-2-1.patch|  756 +
 testing-x86_64/PKGBUILD  |   44 
 testing-x86_64/cve-2012-6702-plus-cve-2016-5300-v1.patch |  134 ++
 8 files changed, 1944 insertions(+)

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


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

2016-06-04 Thread Bartłomiej Piotrowski
Date: Saturday, June 4, 2016 @ 23:59:08
  Author: bpiotrowski
Revision: 268963

upgpkg: expat 2.1.1-3

backport fixes for CVE-2012-6702 and CVE-2016-5300

Added:
  expat/trunk/cve-2012-6702-plus-cve-2016-5300-v1.patch
Modified:
  expat/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +-
 cve-2012-6702-plus-cve-2016-5300-v1.patch |  134 
 2 files changed, 142 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 20:29:16 UTC (rev 268962)
+++ PKGBUILD2016-06-04 21:59:08 UTC (rev 268963)
@@ -5,7 +5,7 @@
 
 pkgname=expat
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='An XML parser library'
 arch=('i686' 'x86_64')
 url='http://expat.sourceforge.net/'
@@ -13,15 +13,18 @@
 depends=('glibc')
 
source=(http://downloads.sourceforge.net/sourceforge/expat/$pkgname-$pkgver.tar.bz2
 CVE-2015-1283-refix.patch
-CVE-2016-0718-v2-2-1.patch)
+CVE-2016-0718-v2-2-1.patch
+cve-2012-6702-plus-cve-2016-5300-v1.patch)
 md5sums=('7380a64a8e3a9d66a9887b01d0d7ea81'
  'd54dd69a14bedb86fc6f6e0c0be5c4a4'
- 'beb1b2dc1f0d988ed85a5dd30a3b322a')
+ 'beb1b2dc1f0d988ed85a5dd30a3b322a'
+ '0d0df76777dc43221e4fc4522601d803')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -p2 < "${srcdir}/CVE-2015-1283-refix.patch"
-  patch -p2 < "${srcdir}/CVE-2016-0718-v2-2-1.patch"
+  patch -p2 -i "$srcdir/CVE-2015-1283-refix.patch"
+  patch -p2 -i "$srcdir/CVE-2016-0718-v2-2-1.patch"
+  patch -p2 -i "$srcdir/cve-2012-6702-plus-cve-2016-5300-v1.patch"
 }
 
 build() {

Added: cve-2012-6702-plus-cve-2016-5300-v1.patch
===
--- cve-2012-6702-plus-cve-2016-5300-v1.patch   (rev 0)
+++ cve-2012-6702-plus-cve-2016-5300-v1.patch   2016-06-04 21:59:08 UTC (rev 
268963)
@@ -0,0 +1,134 @@
+From cb31522769d11a375078a073cba94e7176cb48a4 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Wed, 16 Mar 2016 15:30:12 +0100
+Subject: [PATCH] Resolve call to srand, use more entropy (patch version 1.0)
+
+Squashed backport against vanilla Expat 2.1.1, addressing:
+* CVE-2012-6702 -- unanticipated internal calls to srand
+* CVE-2016-5300 -- use of too little entropy
+
+Since commit e3e81a6d9f0885ea02d3979151c358f314bf3d6d
+(released with Expat 2.1.0) Expat called srand by itself
+from inside generate_hash_secret_salt for an instance
+of XML_Parser if XML_SetHashSalt was either (a) not called
+for that instance or if (b) salt 0 was passed to XML_SetHashSalt
+prior to parsing.  That call to srand passed (rather litle)
+entropy extracted from the current time as a seed for srand.
+
+That call to srand (1) broke repeatability for code calling
+srand with a non-random seed prior to parsing with Expat,
+and (2) resulted in a rather small set of hashing salts in
+Expat in total.
+
+For a short- to mid-term fix, the new approach avoids calling
+srand altogether, extracts more entropy out of the clock and
+other sources, too.
+
+For a long term fix, we may want to read sizeof(long) bytes
+from a source like getrandom(..) on Linux, and from similar
+sources on other supported architectures.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1197087
+---
+ expat/CMakeLists.txt |  3 +++
+ expat/lib/xmlparse.c | 48 +---
+ 2 files changed, 44 insertions(+), 7 deletions(-)
+
+diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
+index 353627e..524d514 100755
+--- a/expat/CMakeLists.txt
 b/expat/CMakeLists.txt
+@@ -41,6 +41,9 @@ include_directories(${CMAKE_BINARY_DIR} 
${CMAKE_SOURCE_DIR}/lib)
+ if(MSVC)
+ add_definitions(-D_CRT_SECURE_NO_WARNINGS -wd4996)
+ endif(MSVC)
++if(WIN32)
++add_definitions(-DCOMPILED_FROM_DSP)
++endif(WIN32)
+ 
+ set(expat_SRCS
+ lib/xmlparse.c
+diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
+index e308c79..c5f942f 100644
+--- a/expat/lib/xmlparse.c
 b/expat/lib/xmlparse.c
+@@ -6,7 +6,14 @@
+ #include  /* memset(), memcpy() */
+ #include 
+ #include  /* UINT_MAX */
+-#include/* time() */
++
++#ifdef COMPILED_FROM_DSP
++#define getpid GetCurrentProcessId
++#else
++#include/* gettimeofday() */
++#include   /* getpid() */
++#include  /* getpid() */
++#endif
+ 
+ #define XML_BUILDING_EXPAT 1
+ 
+@@ -432,7 +439,7 @@ static ELEMENT_TYPE *
+ getElementType(XML_Parser parser, const ENCODING *enc,
+const char *ptr, const char *end);
+ 
+-static unsigned long generate_hash_secret_salt(void);
++static unsigned long generate_hash_secret_salt(XML_Parser parser);
+ static XML_Bool startParsing(XML_Parser parser);
+ 
+ static XML_Parser
+@@ -691,11 +698,38 @@ static const XML_Char implicitContext[] = {
+ };
+ 
+ static 

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

2016-06-04 Thread Andreas Radke
Date: Saturday, June 4, 2016 @ 22:29:16
  Author: andyrtr
Revision: 268962

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

Added:
  bluez/repos/extra-i686/PKGBUILD
(from rev 268961, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 268961, bluez/trunk/bluetooth.modprobe)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 268961, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 268961, bluez/trunk/bluetooth.modprobe)
Deleted:
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

-+
 /PKGBUILD   |  286 ++
 /bluetooth.modprobe |6 
 extra-i686/PKGBUILD |  143 ---
 extra-i686/bluetooth.modprobe   |3 
 extra-x86_64/PKGBUILD   |  143 ---
 extra-x86_64/bluetooth.modprobe |3 
 6 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-04 20:28:51 UTC (rev 268961)
+++ extra-i686/PKGBUILD 2016-06-04 20:29:16 UTC (rev 268962)
@@ -1,143 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.39
-pkgrel=1
-url="http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
-bluetooth.modprobe)
-# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('21d1bc9150d3576296595217efb98a746b592389d25d5637e8bee5da7272593b'
-'SKIP'
-'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-sixaxis \
-  --enable-experimental \
-  --enable-library # this is deprecated
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-
-package_bluez() {
-  pkgdesc="Daemons for the bluetooth protocol stack"
-  depends=('libical' 'dbus' 'glib2')
-  backup=('etc/dbus-1/system.d/bluetooth.conf'
-  'etc/bluetooth/main.conf')
-  conflicts=('obexd-client' 'obexd-server')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} \
-   install-libexecPROGRAMS \
-   install-dbussessionbusDATA \
-   install-systemdsystemunitDATA \
-   install-systemduserunitDATA \
-   install-dbussystembusDATA \
-   install-dbusDATA \
-   install-man8
-
-  # ship upstream main config file
-  install -dm755 ${pkgdir}/etc/bluetooth
-  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/src/main.conf 
${pkgdir}/etc/bluetooth/main.conf
-
-  # add basic documention
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis
-  cp -a doc/*.txt ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis/
-  # fix module loading errors
-  install -dm755 ${pkgdir}/usr/lib/modprobe.d
-  install -Dm644 ${srcdir}/bluetooth.modprobe 
${pkgdir}/usr/lib/modprobe.d/bluetooth-usb.conf  
-  
-  # fix obex file transfer - https://bugs.archlinux.org/task/45816
-  ln -fs /usr/lib/systemd/user/obex.service 
${pkgdir}/usr/lib/systemd/user/dbus-org.bluez.obex.service
-}
-
-package_bluez-utils() {
-  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
-  depends=('dbus' 'systemd' 'glib2')
-  conflicts=('bluez-hcidump')
-  provides=('bluez-hcidump')
-  replaces=('bluez-hcidump' 'bluez<=4.101')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} \
-   install-binPROGRAMS \
-   install-man1
-
-  # add missing tools FS#41132, FS#41687, FS#42716
-  for files in `find tools/ -type f -perm -755`; do
-filename=$(basename $files)
-install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/$filename 
${pkgdir}/usr/bin/$filename
-  done
-  # add gatttool usefulbdaddr with Bluetooth 4.0LE 
-  install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/attrib/gatttool 
${pkgdir}/usr/bin/gatttool
-  
-  # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
-  #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
-  #rmdir ${pkgdir}/usr/lib
-  rm -rf ${pkgdir}/usr/lib
-  
-  # move the hid2hci man page out
-  mv ${pkgdir}/usr/share/man/man1/hid2hci.1 ${srcdir}/
-}
-
-package_bluez-libs() {
-  pkgdesc="Deprecated libraries for the bluetooth protocol stack"
-  depends=('glibc')
-  license=('LGPL2.1')
-
-  cd 

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

2016-06-04 Thread Andreas Radke
Date: Saturday, June 4, 2016 @ 22:28:51
  Author: andyrtr
Revision: 268961

upgpkg: bluez 5.40-1

upstream update 5.40

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 20:17:31 UTC (rev 268960)
+++ PKGBUILD2016-06-04 20:28:51 UTC (rev 268961)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.39
+pkgver=5.40
 pkgrel=1
 url="http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('21d1bc9150d3576296595217efb98a746b592389d25d5637e8bee5da7272593b'
+sha256sums=('dada8b812055afcad4546d9966f9a763e4723169e89706e2b240c7b7e998dc27'
 'SKIP'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 



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

2016-06-04 Thread Jürgen Hötzel
Date: Saturday, June 4, 2016 @ 21:01:05
  Author: juergen
Revision: 268959

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

Added:
  emacs/repos/extra-i686/0001-Fix-48862.patch
(from rev 268958, emacs/trunk/0001-Fix-48862.patch)
  emacs/repos/extra-i686/PKGBUILD
(from rev 268958, emacs/trunk/PKGBUILD)
  emacs/repos/extra-x86_64/0001-Fix-48862.patch
(from rev 268958, emacs/trunk/0001-Fix-48862.patch)
  emacs/repos/extra-x86_64/PKGBUILD
(from rev 268958, emacs/trunk/PKGBUILD)
Deleted:
  emacs/repos/extra-i686/PKGBUILD
  emacs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 extra-i686/0001-Fix-48862.patch   |  843 
 extra-i686/PKGBUILD   |   41 -
 extra-x86_64/0001-Fix-48862.patch |  843 
 extra-x86_64/PKGBUILD |   41 -
 5 files changed, 1782 insertions(+), 82 deletions(-)

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


[arch-commits] Commit in emacs/trunk (0001-Fix-48862.patch PKGBUILD)

2016-06-04 Thread Jürgen Hötzel
Date: Saturday, June 4, 2016 @ 20:50:53
  Author: juergen
Revision: 268958

Fix #48862

Added:
  emacs/trunk/0001-Fix-48862.patch
Modified:
  emacs/trunk/PKGBUILD

--+
 0001-Fix-48862.patch |  843 +
 PKGBUILD |   13 
 2 files changed, 853 insertions(+), 3 deletions(-)

Added: 0001-Fix-48862.patch
===
--- 0001-Fix-48862.patch(rev 0)
+++ 0001-Fix-48862.patch2016-06-04 18:50:53 UTC (rev 268958)
@@ -0,0 +1,843 @@
+From 8ca576def5fd21eac6f7262e21545b0e2b685b92 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= 
+Date: Sat, 18 Oct 2014 18:19:53 +0200
+Subject: [PATCH] Fix #48862
+
+---
+ lisp/term/x-win.el |  63 
+ src/frame.h|   6 +
+ src/gtkutil.c  | 423 +++--
+ src/gtkutil.h  |   2 -
+ src/xmenu.c|   6 -
+ src/xterm.h|   4 -
+ 6 files changed, 125 insertions(+), 379 deletions(-)
+
+diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
+index ca0ae3b..7a41d32 100644
+--- a/lisp/term/x-win.el
 b/lisp/term/x-win.el
+@@ -1475,47 +1475,47 @@ This returns an error if any Emacs frames are X 
frames, or always under W32."
+   (mapcar (lambda (arg)
+   (cons (purecopy (car arg)) (purecopy (cdr arg
+   '(
+-("etc/images/new" . "gtk-new")
+-("etc/images/open" . "gtk-open")
++("etc/images/new" . ("document-new" "gtk-new"))
++("etc/images/open" . ("document-open" "gtk-open"))
+ ("etc/images/diropen" . "n:system-file-manager")
+-("etc/images/close" . "gtk-close")
+-("etc/images/save" . "gtk-save")
+-("etc/images/saveas" . "gtk-save-as")
+-("etc/images/undo" . "gtk-undo")
+-("etc/images/cut" . "gtk-cut")
+-("etc/images/copy" . "gtk-copy")
+-("etc/images/paste" . "gtk-paste")
+-("etc/images/search" . "gtk-find")
+-("etc/images/print" . "gtk-print")
+-("etc/images/preferences" . "gtk-preferences")
+-("etc/images/help" . "gtk-help")
+-("etc/images/left-arrow" . "gtk-go-back")
+-("etc/images/right-arrow" . "gtk-go-forward")
+-("etc/images/home" . "gtk-home")
+-("etc/images/jump-to" . "gtk-jump-to")
++("etc/images/close" . ("window-close" "gtk-close"))
++("etc/images/save" . ("document-save" "gtk-save"))
++("etc/images/saveas" . ("document-save-as" "gtk-save-as"))
++("etc/images/undo" . ("edit-undo" "gtk-undo"))
++("etc/images/cut" . ("edit-cut" "gtk-cut"))
++("etc/images/copy" . ("edit-copy" "gtk-copy"))
++("etc/images/paste" . ("edit-paste" "gtk-paste"))
++("etc/images/search" . ("edit-find" "gtk-find"))
++("etc/images/print" . ("document-print" "gtk-print"))
++("etc/images/preferences" . ("preferences-system" "gtk-preferences"))
++("etc/images/help" . ("help-browser" "gtk-help"))
++("etc/images/left-arrow" . ("go-previous" "gtk-go-back"))
++("etc/images/right-arrow" . ("go-next" "gtk-go-forward"))
++("etc/images/home" . ("go-home" "gtk-home"))
++("etc/images/jump-to" . ("go-jump" "gtk-jump-to"))
+ ("etc/images/index" . "gtk-index")
+-("etc/images/search" . "gtk-find")
+-("etc/images/exit" . "gtk-quit")
++("etc/images/exit" . ("application-exit" "gtk-quit"))
+ ("etc/images/cancel" . "gtk-cancel")
+-("etc/images/info" . "gtk-info")
++("etc/images/info" . ("dialog-information" "gtk-info"))
+ ("etc/images/bookmark_add" . "n:bookmark_add")
+ ;; Used in Gnus and/or MH-E:
+ ("etc/images/attach" . "gtk-attach")
+ ("etc/images/connect" . "gtk-connect")
+ ("etc/images/contact" . "gtk-contact")
+-("etc/images/delete" . "gtk-delete")
+-("etc/images/describe" . "gtk-properties")
++("etc/images/delete" . ("edit-delete" "gtk-delete"))
++("etc/images/describe" . ("ocument-properties" "gtk-properties"))
+ ("etc/images/disconnect" . "gtk-disconnect")
+ ;; ("etc/images/exit" . "gtk-exit")
+ ("etc/images/lock-broken" . "gtk-lock_broken")
+ ("etc/images/lock-ok" . "gtk-lock_ok")
+ ("etc/images/lock" . "gtk-lock")
+ ("etc/images/next-page" . "gtk-next-page")
+-("etc/images/refresh" . "gtk-refresh")
+-("etc/images/sort-ascending" . "gtk-sort-ascending")
++("etc/images/refresh" . ("view-refresh" "gtk-refresh"))
++("etc/images/sort-ascending" . ("view-sort-ascending" 
"gtk-sort-ascending"))
+ ("etc/images/sort-column-ascending" . "gtk-sort-column-ascending")
+ ("etc/images/sort-criteria" . "gtk-sort-criteria")
+-("etc/images/sort-descending" . "gtk-sort-descending")
++("etc/images/sort-descending" . ("view-sort-descending"
++   "gtk-sort-descending"))
+ ("etc/images/sort-row-ascending" . "gtk-sort-row-ascending")
+ ("images/gnus/toggle-subscription" . "gtk-task-recurring")
+ ("images/mail/compose" . "gtk-mail-compose")
+@@ -1532,8 

[arch-commits] Commit in powerdevil (6 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 20:15:04
  Author: arojas
Revision: 268957

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

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

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

Copied: powerdevil/repos/extra-i686/PKGBUILD (from rev 268956, 
powerdevil/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2016-06-04 18:15:04 UTC (rev 268957)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.6.4
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('3816d501714b32d71b88d8d913f280ae')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: powerdevil/repos/extra-x86_64/PKGBUILD (from rev 268956, 
powerdevil/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2016-06-04 18:15:04 UTC (rev 268957)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.6.4
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('3816d501714b32d71b88d8d913f280ae')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 20:10:41
  Author: arojas
Revision: 268956

Add kdesignerplugin makedepends (FS#49562)

Modified:
  powerdevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 17:41:00 UTC (rev 268955)
+++ PKGBUILD2016-06-04 18:10:41 UTC (rev 268956)
@@ -11,7 +11,7 @@
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=('LGPL')
 depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
 conflicts=('kdebase-workspace')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)


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

2016-06-04 Thread Bartłomiej Piotrowski
Date: Saturday, June 4, 2016 @ 19:41:00
  Author: bpiotrowski
Revision: 268955

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 268954, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/PNGImageDecoder.patch
(from rev 268954, chromium/trunk/PNGImageDecoder.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 268954, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 268954, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 268954, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 268954, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/PNGImageDecoder.patch
(from rev 268954, chromium/trunk/PNGImageDecoder.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 268954, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 268954, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 268954, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/PNGImageDecoder.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/PNGImageDecoder.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /PKGBUILD|  446 +
 /PNGImageDecoder.patch   |   22 +
 /chromium-widevine.patch |  106 +++
 /chromium.desktop|  224 
 /chromium.install|   32 ++
 extra-i686/PKGBUILD  |  223 
 extra-i686/PNGImageDecoder.patch |   11 
 extra-i686/chromium-widevine.patch   |   53 ---
 extra-i686/chromium.desktop  |  112 
 extra-i686/chromium.install  |   16 -
 extra-x86_64/PKGBUILD|  223 
 extra-x86_64/PNGImageDecoder.patch   |   11 
 extra-x86_64/chromium-widevine.patch |   53 ---
 extra-x86_64/chromium.desktop|  112 
 extra-x86_64/chromium.install|   16 -
 15 files changed, 830 insertions(+), 830 deletions(-)

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


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

2016-06-04 Thread Bartłomiej Piotrowski
Date: Saturday, June 4, 2016 @ 19:40:45
  Author: bpiotrowski
Revision: 268954

upgpkg: chromium 51.0.2704.79-1

new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 15:15:43 UTC (rev 268953)
+++ PKGBUILD2016-06-04 17:40:45 UTC (rev 268954)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=51.0.2704.63
+pkgver=51.0.2704.79
 pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -29,7 +29,7 @@
 chromium.desktop
 chromium-widevine.patch
 PNGImageDecoder.patch)
-sha256sums=('b243e46e0ebaf8f60d1c37a0d99f1fdd80e1597667be4776a1862bb004e4eee9'
+sha256sums=('2323da80158f86e465f8fe257f681816ad58d831aaebddbb5337d72c5a86a036'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '4660344789c45c9b9e52cb6d86f7cb6edb297b39320d04f6947e5216d6e5f64c'


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

2016-06-04 Thread Jelle van der Waa
Date: Saturday, June 4, 2016 @ 17:21:25
  Author: jelle
Revision: 177871

upgpkg: calibre 2.58.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 14:42:36 UTC (rev 177870)
+++ PKGBUILD2016-06-04 15:21:25 UTC (rev 177871)
@@ -8,8 +8,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.57.1
-pkgrel=2
+pkgver=2.58.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('214070623c370886e54c8d3babefa1a33619469fd29a7cf6389dc5e098a8f32d'
+sha256sums=('cdb7949bb9795a25836bb41cc19bcf0b900f4623cd6b5bed517c0789a5dbf85a'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2016-06-04 Thread Jelle van der Waa
Date: Saturday, June 4, 2016 @ 17:21:39
  Author: jelle
Revision: 177872

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-04 15:21:25 UTC (rev 177871)
+++ community-i686/PKGBUILD 2016-06-04 15:21:39 UTC (rev 177872)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.57.1
-pkgrel=2
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('214070623c370886e54c8d3babefa1a33619469fd29a7cf6389dc5e098a8f32d'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 177871, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-04 15:21:39 UTC (rev 177872)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.58.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 

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

2016-06-04 Thread Lukas Fleischer
Date: Saturday, June 4, 2016 @ 17:15:43
  Author: lfleischer
Revision: 268953

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

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 268952, ntp/trunk/PKGBUILD)
  ntp/repos/extra-i686/ntp.conf
(from rev 268952, ntp/trunk/ntp.conf)
  ntp/repos/extra-i686/ntp.install
(from rev 268952, ntp/trunk/ntp.install)
  ntp/repos/extra-i686/ntpd.service
(from rev 268952, ntp/trunk/ntpd.service)
  ntp/repos/extra-i686/ntpdate.service
(from rev 268952, ntp/trunk/ntpdate.service)
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 268952, ntp/trunk/PKGBUILD)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 268952, ntp/trunk/ntp.conf)
  ntp/repos/extra-x86_64/ntp.install
(from rev 268952, ntp/trunk/ntp.install)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 268952, ntp/trunk/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 268952, ntp/trunk/ntpdate.service)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntp.install
  ntp/repos/extra-i686/ntpd.service
  ntp/repos/extra-i686/ntpdate.service
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntp.install
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate.service

--+
 /PKGBUILD|   94 +
 /ntp.conf|   48 
 /ntp.install |   10 
 /ntpd.service|   26 +++
 /ntpdate.service |   24 ++
 extra-i686/PKGBUILD  |   47 
 extra-i686/ntp.conf  |   24 --
 extra-i686/ntp.install   |5 --
 extra-i686/ntpd.service  |   13 -
 extra-i686/ntpdate.service   |   12 -
 extra-x86_64/PKGBUILD|   47 
 extra-x86_64/ntp.conf|   24 --
 extra-x86_64/ntp.install |5 --
 extra-x86_64/ntpd.service|   13 -
 extra-x86_64/ntpdate.service |   12 -
 15 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-04 15:15:05 UTC (rev 268952)
+++ extra-i686/PKGBUILD 2016-06-04 15:15:43 UTC (rev 268953)
@@ -1,47 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Gaetan Bisson 
-# Contributor: kevin 
-
-pkgname=ntp
-_pkgname=ntp #-dev
-_pkgver=4.2.8p7
-pkgver=${_pkgver/p/.p}
-pkgrel=1
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz;
-'ntp.conf'
-'ntpd.service'
-'ntpdate.service')
-sha1sums=('a1f6300132cf1fc6884990353aca7340daf0be0d'
-  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
-  '0a872385e0142888ab48d273fec0669b30a8'
-  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
-
-options=('!emptydirs')
-install=ntp.install
-
-build() {
-   cd "${srcdir}/${_pkgname}-${_pkgver}"
-
-   ./configure --prefix=/usr --libexecdir=/usr/lib --enable-linuxcaps 
--enable-ntp-signd
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${_pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
-   install -Dm644 ../ntpd.service 
"${pkgdir}"/usr/lib/systemd/system/ntpd.service
-   install -Dm644 ../ntpdate.service 
"${pkgdir}"/usr/lib/systemd/system/ntpdate.service
-   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-   install -d -o 87 "${pkgdir}"/var/lib/ntp
-   echo > "${pkgdir}/var/lib/ntp/.placeholder"
-}

Copied: ntp/repos/extra-i686/PKGBUILD (from rev 268952, ntp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-04 15:15:43 UTC (rev 268953)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Gaetan Bisson 
+# Contributor: kevin 
+
+pkgname=ntp
+_pkgname=ntp #-dev
+_pkgver=4.2.8p8
+pkgver=${_pkgver/p/.p}
+pkgrel=1
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz;
+'ntp.conf'
+'ntpd.service'
+'ntpdate.service')
+sha1sums=('208ae3e2ce1237ad684c3bc818b6314d28636e46'
+  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
+  

[arch-commits] Commit in ntp/repos (community-i686 community-x86_64)

2016-06-04 Thread Lukas Fleischer
Date: Saturday, June 4, 2016 @ 17:15:05
  Author: lfleischer
Revision: 268952

lirc: Remove community-{i686,x86_64} tags

Deleted:
  ntp/repos/community-i686/
  ntp/repos/community-x86_64/


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

2016-06-04 Thread Lukas Fleischer
Date: Saturday, June 4, 2016 @ 17:10:03
  Author: lfleischer
Revision: 268951

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

Added:
  ntp/repos/community-i686/
  ntp/repos/community-i686/PKGBUILD
(from rev 268950, ntp/trunk/PKGBUILD)
  ntp/repos/community-i686/ntp.conf
(from rev 268950, ntp/trunk/ntp.conf)
  ntp/repos/community-i686/ntp.install
(from rev 268950, ntp/trunk/ntp.install)
  ntp/repos/community-i686/ntpd.service
(from rev 268950, ntp/trunk/ntpd.service)
  ntp/repos/community-i686/ntpdate.service
(from rev 268950, ntp/trunk/ntpdate.service)
  ntp/repos/community-x86_64/
  ntp/repos/community-x86_64/PKGBUILD
(from rev 268950, ntp/trunk/PKGBUILD)
  ntp/repos/community-x86_64/ntp.conf
(from rev 268950, ntp/trunk/ntp.conf)
  ntp/repos/community-x86_64/ntp.install
(from rev 268950, ntp/trunk/ntp.install)
  ntp/repos/community-x86_64/ntpd.service
(from rev 268950, ntp/trunk/ntpd.service)
  ntp/repos/community-x86_64/ntpdate.service
(from rev 268950, ntp/trunk/ntpdate.service)

--+
 community-i686/PKGBUILD  |   47 +
 community-i686/ntp.conf  |   24 ++
 community-i686/ntp.install   |5 +++
 community-i686/ntpd.service  |   13 ++
 community-i686/ntpdate.service   |   12 +
 community-x86_64/PKGBUILD|   47 +
 community-x86_64/ntp.conf|   24 ++
 community-x86_64/ntp.install |5 +++
 community-x86_64/ntpd.service|   13 ++
 community-x86_64/ntpdate.service |   12 +
 10 files changed, 202 insertions(+)

Copied: ntp/repos/community-i686/PKGBUILD (from rev 268950, ntp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-04 15:10:03 UTC (rev 268951)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Gaetan Bisson 
+# Contributor: kevin 
+
+pkgname=ntp
+_pkgname=ntp #-dev
+_pkgver=4.2.8p8
+pkgver=${_pkgver/p/.p}
+pkgrel=1
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz;
+'ntp.conf'
+'ntpd.service'
+'ntpdate.service')
+sha1sums=('208ae3e2ce1237ad684c3bc818b6314d28636e46'
+  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
+  '0a872385e0142888ab48d273fec0669b30a8'
+  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
+
+options=('!emptydirs')
+install=ntp.install
+
+build() {
+   cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+   ./configure --prefix=/usr --libexecdir=/usr/lib --enable-linuxcaps 
--enable-ntp-signd
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
+   install -Dm644 ../ntpd.service 
"${pkgdir}"/usr/lib/systemd/system/ntpd.service
+   install -Dm644 ../ntpdate.service 
"${pkgdir}"/usr/lib/systemd/system/ntpdate.service
+   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+   install -d -o 87 "${pkgdir}"/var/lib/ntp
+   echo > "${pkgdir}/var/lib/ntp/.placeholder"
+}

Copied: ntp/repos/community-i686/ntp.conf (from rev 268950, ntp/trunk/ntp.conf)
===
--- community-i686/ntp.conf (rev 0)
+++ community-i686/ntp.conf 2016-06-04 15:10:03 UTC (rev 268951)
@@ -0,0 +1,24 @@
+# Please consider joining the pool:
+#
+# http://www.pool.ntp.org/join.html
+#
+# For additional information see:
+# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
+# - http://support.ntp.org/bin/view/Support/GettingStarted
+# - the ntp.conf man page
+
+# Associate to Arch's NTP pool
+server 0.arch.pool.ntp.org
+server 1.arch.pool.ntp.org
+server 2.arch.pool.ntp.org
+server 3.arch.pool.ntp.org
+
+# By default, the server allows:
+# - all queries from the local host
+# - only time queries from remote hosts, protected by rate limiting and kod
+restrict default kod limited nomodify nopeer noquery notrap
+restrict 127.0.0.1
+restrict ::1
+
+# Location of drift file
+driftfile /var/lib/ntp/ntp.drift

Copied: ntp/repos/community-i686/ntp.install (from rev 268950, 
ntp/trunk/ntp.install)
===
--- community-i686/ntp.install  (rev 0)
+++ community-i686/ntp.install  2016-06-04 15:10:03 UTC (rev 268951)
@@ -0,0 +1,5 @@
+post_install() {
+   getent group ntp &>/dev/null || groupadd -g 87 ntp 

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

2016-06-04 Thread Lukas Fleischer
Date: Saturday, June 4, 2016 @ 17:09:30
  Author: lfleischer
Revision: 268950

upgpkg: ntp 4.2.8.p8-1

Upstream update.

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 13:54:10 UTC (rev 268949)
+++ PKGBUILD2016-06-04 15:09:30 UTC (rev 268950)
@@ -4,7 +4,7 @@
 
 pkgname=ntp
 _pkgname=ntp #-dev
-_pkgver=4.2.8p7
+_pkgver=4.2.8p8
 pkgver=${_pkgver/p/.p}
 pkgrel=1
 pkgdesc='Network Time Protocol reference implementation'
@@ -17,7 +17,7 @@
 'ntp.conf'
 'ntpd.service'
 'ntpdate.service')
-sha1sums=('a1f6300132cf1fc6884990353aca7340daf0be0d'
+sha1sums=('208ae3e2ce1237ad684c3bc818b6314d28636e46'
   'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
   '0a872385e0142888ab48d273fec0669b30a8'
   '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')


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

2016-06-04 Thread Lukas Fleischer
Date: Saturday, June 4, 2016 @ 16:42:36
  Author: lfleischer
Revision: 177870

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

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

---+
 /PKGBUILD |   62 
 /mpop.install |   16 ++
 community-i686/PKGBUILD   |   31 
 community-i686/mpop.install   |8 -
 community-x86_64/PKGBUILD |   31 
 community-x86_64/mpop.install |8 -
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-04 14:42:18 UTC (rev 177869)
+++ community-i686/PKGBUILD 2016-06-04 14:42:36 UTC (rev 177870)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.2.4
-pkgrel=3
-pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
-arch=('i686' 'x86_64')
-url="http://mpop.sourceforge.net/;
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install
-source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
-md5sums=('7ceca49cb4a453c52374afcf9ae90c21'
- 'SKIP')
-validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
-
-build() {
-  cd "$srcdir/mpop-$pkgver"
-
-  ./configure --prefix=/usr --with-ssl=gnutls
-  make
-}
-
-package() {
-  cd "$srcdir/mpop-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example"
-}

Copied: mpop/repos/community-i686/PKGBUILD (from rev 177869, 
mpop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-04 14:42:36 UTC (rev 177870)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Israel Herraiz 
+# Contributor: Roberto Alsina 
+
+pkgname=mpop
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
+arch=('i686' 'x86_64')
+url="http://mpop.sourceforge.net/;
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
+md5sums=('698654c7dd76047933c3f1f4caa0cdfb'
+ 'SKIP')
+validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
+
+build() {
+  cd "$srcdir/mpop-$pkgver"
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd "$srcdir/mpop-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example"
+}

Deleted: community-i686/mpop.install
===
--- community-i686/mpop.install 2016-06-04 14:42:18 UTC (rev 177869)
+++ community-i686/mpop.install 2016-06-04 14:42:36 UTC (rev 177870)
@@ -1,8 +0,0 @@
-post_install() {
-  echo "==> Sample config: /usr/share/mpop/mpoprc.example"
-  echo "==> Copy it to your home folder as ~/.mpoprc."
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: mpop/repos/community-i686/mpop.install (from rev 177869, 
mpop/trunk/mpop.install)
===
--- community-i686/mpop.install (rev 0)
+++ community-i686/mpop.install 2016-06-04 14:42:36 UTC (rev 177870)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Sample config: /usr/share/mpop/mpoprc.example"
+  echo "==> Copy it to your home folder as ~/.mpoprc."
+}
+
+post_upgrade() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-04 14:42:18 UTC (rev 177869)
+++ community-x86_64/PKGBUILD   2016-06-04 14:42:36 UTC (rev 177870)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.2.4
-pkgrel=3
-pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
-arch=('i686' 'x86_64')
-url="http://mpop.sourceforge.net/;
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install

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

2016-06-04 Thread Lukas Fleischer
Date: Saturday, June 4, 2016 @ 16:42:18
  Author: lfleischer
Revision: 177869

upgpkg: mpop 1.2.5-1

Upstream update.

Modified:
  mpop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 13:44:51 UTC (rev 177868)
+++ PKGBUILD2016-06-04 14:42:18 UTC (rev 177869)
@@ -3,8 +3,8 @@
 # Contributor: Roberto Alsina 
 
 pkgname=mpop
-pkgver=1.2.4
-pkgrel=3
+pkgver=1.2.5
+pkgrel=1
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('i686' 'x86_64')
 url="http://mpop.sourceforge.net/;
@@ -12,7 +12,7 @@
 depends=('gnutls' 'libidn')
 install=mpop.install
 source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
-md5sums=('7ceca49cb4a453c52374afcf9ae90c21'
+md5sums=('698654c7dd76047933c3f1f4caa0cdfb'
  'SKIP')
 validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
 


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

2016-06-04 Thread Bartłomiej Piotrowski
Date: Saturday, June 4, 2016 @ 15:54:10
  Author: bpiotrowski
Revision: 268949

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

Added:
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-i686/PKGBUILD
(from rev 268948, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-i686/encrypt_hook
(from rev 268948, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-i686/encrypt_install
(from rev 268948, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-i686/sd-encrypt
(from rev 268948, cryptsetup/trunk/sd-encrypt)
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 268948, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/encrypt_hook
(from rev 268948, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-x86_64/encrypt_install
(from rev 268948, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-x86_64/sd-encrypt
(from rev 268948, cryptsetup/trunk/sd-encrypt)

+
 testing-i686/PKGBUILD  |   39 ++
 testing-i686/encrypt_hook  |  139 +++
 testing-i686/encrypt_install   |   44 
 testing-i686/sd-encrypt|   42 +++
 testing-x86_64/PKGBUILD|   39 ++
 testing-x86_64/encrypt_hook|  139 +++
 testing-x86_64/encrypt_install |   44 
 testing-x86_64/sd-encrypt  |   42 +++
 8 files changed, 528 insertions(+)

Copied: cryptsetup/repos/testing-i686/PKGBUILD (from rev 268948, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-04 13:54:10 UTC (rev 268949)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=cryptsetup
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://gitlab.com/cryptsetup/cryptsetup/;
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux')
+makedepends=('util-linux')
+options=('!emptydirs')
+source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.xz
+
https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.sign
+encrypt_hook
+encrypt_install
+sd-encrypt)
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

+sha256sums=('dbb35dbf5f0c1749168c86c913fe98e872247bfc8425314b494c2423e7e43342'
+'SKIP'
+'4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
+'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
+'d442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-static 
--enable-cryptsetup-reencrypt
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # install hook
+  install -D -m644 "${srcdir}"/encrypt_hook 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 "${srcdir}"/encrypt_install 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m644 "${srcdir}"/sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/testing-i686/encrypt_hook (from rev 268948, 
cryptsetup/trunk/encrypt_hook)
===
--- testing-i686/encrypt_hook   (rev 0)
+++ testing-i686/encrypt_hook   2016-06-04 13:54:10 UTC (rev 268949)
@@ -0,0 +1,139 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try 

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

2016-06-04 Thread Bartłomiej Piotrowski
Date: Saturday, June 4, 2016 @ 15:54:01
  Author: bpiotrowski
Revision: 268948

upgpkg: cryptsetup 1.7.2-1

new upstream release

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 12:28:28 UTC (rev 268947)
+++ PKGBUILD2016-06-04 13:54:01 UTC (rev 268948)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Bächler 
 pkgname=cryptsetup
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 encrypt_install
 sd-encrypt)
 validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

-sha256sums=('73dc8a63cc984b56aa6a3c99f355262471bcfe78b3240b8b9d0caa8002911fec'
+sha256sums=('dbb35dbf5f0c1749168c86c913fe98e872247bfc8425314b494c2423e7e43342'
 'SKIP'
 '4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
 'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'


[arch-commits] Commit in (cocoalib frobby normaliz)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 15:44:51
  Author: arojas
Revision: 177868

Drop to AUR, giac doesn't support recent cocoalib versions

Deleted:
  cocoalib/
  frobby/
  normaliz/


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 15:23:23
  Author: arojas
Revision: 177860

Add cocoalib (giac dependency)

Added:
  cocoalib/
  cocoalib/trunk/
  cocoalib/trunk/PKGBUILD

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

Added: cocoalib/trunk/PKGBUILD
===
--- cocoalib/trunk/PKGBUILD (rev 0)
+++ cocoalib/trunk/PKGBUILD 2016-06-04 13:23:23 UTC (rev 177860)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=cocoalib
+pkgver=0.99542
+pkgrel=1
+pkgdesc="A library for doing Computations in Commutative Algebra"
+arch=(i686 x86_64)
+url="http://cocoa.dima.unige.it/;
+license=(GPL)
+depends=()
+makedepends=(boost cddlib normaliz frobby gsl)
+source=(http://cocoa.dima.unige.it/cocoalib/tgz/CoCoALib-$pkgver.tgz)
+md5sums=('19be2e8a20b1cc274dbfd69be7807a95')
+
+prepare() {
+  cd CoCoALib-$pkgver
+}
+
+build() {
+  cd CoCoALib-$pkgver 
+
+  ./configure \
+--with-readline=/usr/lib/libreadline.so \
+--with-libcddgmp=/usr/lib/libcddgmp.so \
+--with-libfrobby=/usr/lib/libfrobby.so \
+--with-libnormaliz=/usr/lib/libnormaliz.so \
+--with-libgsl=/usr/lib/libgsl.so
+  make lib
+}
+
+package() {
+  cd CoCoALib-$pkgver
+
+  mkdir -p "$pkgdir"/usr/lib
+  install -m644 lib/libcocoa.a "$pkgdir"/usr/lib
+}
+


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


[arch-commits] Commit in cocoalib (5 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 15:23:50
  Author: arojas
Revision: 177861

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

Added:
  cocoalib/repos/
  cocoalib/repos/community-i686/
  cocoalib/repos/community-i686/PKGBUILD
(from rev 177860, cocoalib/trunk/PKGBUILD)
  cocoalib/repos/community-x86_64/
  cocoalib/repos/community-x86_64/PKGBUILD
(from rev 177860, cocoalib/trunk/PKGBUILD)

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

Copied: cocoalib/repos/community-i686/PKGBUILD (from rev 177860, 
cocoalib/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-06-04 13:23:50 UTC (rev 177861)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=cocoalib
+pkgver=0.99542
+pkgrel=1
+pkgdesc="A library for doing Computations in Commutative Algebra"
+arch=(i686 x86_64)
+url="http://cocoa.dima.unige.it/;
+license=(GPL)
+depends=()
+makedepends=(boost cddlib normaliz frobby gsl)
+source=(http://cocoa.dima.unige.it/cocoalib/tgz/CoCoALib-$pkgver.tgz)
+md5sums=('19be2e8a20b1cc274dbfd69be7807a95')
+
+prepare() {
+  cd CoCoALib-$pkgver
+}
+
+build() {
+  cd CoCoALib-$pkgver 
+
+  ./configure \
+--with-readline=/usr/lib/libreadline.so \
+--with-libcddgmp=/usr/lib/libcddgmp.so \
+--with-libfrobby=/usr/lib/libfrobby.so \
+--with-libnormaliz=/usr/lib/libnormaliz.so \
+--with-libgsl=/usr/lib/libgsl.so
+  make lib
+}
+
+package() {
+  cd CoCoALib-$pkgver
+
+  mkdir -p "$pkgdir"/usr/lib
+  install -m644 lib/libcocoa.a "$pkgdir"/usr/lib
+}
+

Copied: cocoalib/repos/community-x86_64/PKGBUILD (from rev 177860, 
cocoalib/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-06-04 13:23:50 UTC (rev 177861)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=cocoalib
+pkgver=0.99542
+pkgrel=1
+pkgdesc="A library for doing Computations in Commutative Algebra"
+arch=(i686 x86_64)
+url="http://cocoa.dima.unige.it/;
+license=(GPL)
+depends=()
+makedepends=(boost cddlib normaliz frobby gsl)
+source=(http://cocoa.dima.unige.it/cocoalib/tgz/CoCoALib-$pkgver.tgz)
+md5sums=('19be2e8a20b1cc274dbfd69be7807a95')
+
+prepare() {
+  cd CoCoALib-$pkgver
+}
+
+build() {
+  cd CoCoALib-$pkgver 
+
+  ./configure \
+--with-readline=/usr/lib/libreadline.so \
+--with-libcddgmp=/usr/lib/libcddgmp.so \
+--with-libfrobby=/usr/lib/libfrobby.so \
+--with-libnormaliz=/usr/lib/libnormaliz.so \
+--with-libgsl=/usr/lib/libgsl.so
+  make lib
+}
+
+package() {
+  cd CoCoALib-$pkgver
+
+  mkdir -p "$pkgdir"/usr/lib
+  install -m644 lib/libcocoa.a "$pkgdir"/usr/lib
+}
+


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 14:28:28
  Author: arojas
Revision: 268947

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

Added:
  qt5-webengine/repos/kde-unstable-i686/
  qt5-webengine/repos/kde-unstable-i686/PKGBUILD
(from rev 268946, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-i686/qt5-webengine-nss.patch
(from rev 268946, qt5-webengine/kde-unstable/qt5-webengine-nss.patch)
  qt5-webengine/repos/kde-unstable-x86_64/
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268946, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-nss.patch
(from rev 268946, qt5-webengine/kde-unstable/qt5-webengine-nss.patch)

-+
 kde-unstable-i686/PKGBUILD  |   52 ++
 kde-unstable-i686/qt5-webengine-nss.patch   |   31 +++
 kde-unstable-x86_64/PKGBUILD|   52 ++
 kde-unstable-x86_64/qt5-webengine-nss.patch |   31 +++
 4 files changed, 166 insertions(+)

Copied: qt5-webengine/repos/kde-unstable-i686/PKGBUILD (from rev 268946, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 12:28:28 UTC (rev 268947)
@@ -0,0 +1,52 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'libxtst' 
'libxcursor' 'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus'
+ 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'nss' 'libxml2' 
'libxslt' 'protobuf' 'libproxy') # minizip
+makedepends=('python2' 'git' 'gperf')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
 qt5-webengine-nss.patch)
+md5sums=('cb0e6ee6fc580e651f536b5250777d0a'
+ '2a1610b34204102938a24154a52e5571')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+
+  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870 (KaOSx patch)
+  cd ${_pkgfqn}
+  patch -p1 -i ../qt5-webengine-nss.patch
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-webengine/repos/kde-unstable-i686/qt5-webengine-nss.patch (from rev 
268946, qt5-webengine/kde-unstable/qt5-webengine-nss.patch)
===
--- kde-unstable-i686/qt5-webengine-nss.patch   (rev 0)
+++ kde-unstable-i686/qt5-webengine-nss.patch   2016-06-04 12:28:28 UTC (rev 
268947)
@@ -0,0 +1,31 @@
+diff -ur 
qtwebengine-opensource-src-5.6.0-beta/src/3rdparty/chromium/net/socket/ssl_client_socket_openssl.cc
 
+qtwebengine-opensource-src-5.6.0-beta-chimera-nss-init/src/3rdparty/chromium/net/socket/ssl_client_socket_openssl.cc
+--- 
qtwebengine-opensource-src-5.6.0-beta/src/3rdparty/chromium/net/socket/ssl_client_socket_openssl.cc
2015-12-10 18:17:21.0 +0100
 
qtwebengine-opensource-src-5.6.0-beta-chimera-nss-init/src/3rdparty/chromium/net/socket/ssl_client_socket_openssl.cc
   2016-01-14 
+17:11:38.432633534 +0100
+@@ -57,6 +57,10 @@
+ #include "net/ssl/ssl_platform_key.h"
+ #endif
+ 
++#if defined(USE_NSS_CERTS) || defined(OS_IOS)
++#include "net/cert_net/nss_ocsp.h"
++#endif
++
+ namespace net {
+ 
+ namespace {
+@@ -795,6 +799,14 @@
+   DCHECK(!ssl_);
+   DCHECK(!transport_bio_);
+ 
++#if defined(USE_NSS_CERTS) || defined(OS_IOS)
++  if (ssl_config_.cert_io_enabled) {
++// TODO(davidben): Move this out of SSLClientSocket. See
++// https://crbug.com/539520.
++EnsureNSSHttpIOInit();
++  }
++#endif
++
+   SSLContext* context = SSLContext::GetInstance();
+   crypto::OpenSSLErrStackTracer err_tracer(FROM_HERE);
+   

Copied: qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 268946, 
qt5-webengine/kde-unstable/PKGBUILD)
===

[arch-commits] Commit in qt5-webengine/kde-unstable (PKGBUILD)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 14:26:36
  Author: arojas
Revision: 268946

Use internal zlib to fix build

Modified:
  qt5-webengine/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 12:13:58 UTC (rev 268945)
+++ PKGBUILD2016-06-04 12:26:36 UTC (rev 268946)
@@ -11,7 +11,7 @@
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 pkgdesc='Provides support for web applications using the Chromium browser 
project'
 depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'libxtst' 
'libxcursor' 'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus'
- 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'minizip' 'nss' 
'libxml2' 'libxslt' 'protobuf')
+ 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'nss' 'libxml2' 
'libxslt' 'protobuf' 'libproxy') # minizip
 makedepends=('python2' 'git' 'gperf')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"


[arch-commits] Commit in qt5-charts/kde-unstable (PKGBUILD)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 14:13:58
  Author: arojas
Revision: 268945

Fix pkgdesc

Modified:
  qt5-charts/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 09:02:24 UTC (rev 268944)
+++ PKGBUILD2016-06-04 12:13:58 UTC (rev 268945)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Static and runtime integration of SCXML models into Qt code'
+pkgdesc='Provides a set of easy to use chart components'
 depends=('qt5-base')
 makedepends=('qt5-declarative')
 optdepends=('qt5-declarative: QML bindings')


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 14:07:06
  Author: arojas
Revision: 177859

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-04 12:06:42 UTC (rev 177858)
+++ community-i686/PKGBUILD 2016-06-04 12:07:06 UTC (rev 177859)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=normaliz
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="An open source tool for computations in affine monoids, vector 
configurations, lattice polytopes, and rational cones"
-arch=(i686 x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/;
-license=(GPL3)
-depends=(gmp)
-makedepends=(boost cmake)
-source=("https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz$pkgver.zip;
 normaliz-flags.patch)
-md5sums=('6de04a6ef3df5be9fc7bef0cbfdf4a91'
- 'e2f227ce2fdfefaa1042a4663bd069d1')
-
-prepare() {
-  cd Normaliz${pkgver%.*}
-
-  mkdir -p build
-}
-
-build() {
-  cd Normaliz${pkgver%.*}/build
-
-  cmake ../source -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd Normaliz${pkgver%.*}/build
-  make DESTDIR="$pkgdir" install
-}

Copied: normaliz/repos/community-i686/PKGBUILD (from rev 177858, 
normaliz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-04 12:07:06 UTC (rev 177859)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=normaliz
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="An open source tool for computations in affine monoids, vector 
configurations, lattice polytopes, and rational cones"
+arch=(i686 x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/;
+license=(GPL3)
+depends=(gmp)
+makedepends=(boost cmake)
+source=("https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz$pkgver.zip;
 normaliz-flags.patch)
+md5sums=('6de04a6ef3df5be9fc7bef0cbfdf4a91'
+ 'e2f227ce2fdfefaa1042a4663bd069d1')
+
+prepare() {
+  cd Normaliz${pkgver%.*}
+
+  mkdir -p build
+}
+
+build() {
+  cd Normaliz${pkgver%.*}/build
+
+  cmake ../source -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd Normaliz${pkgver%.*}/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-04 12:06:42 UTC (rev 177858)
+++ community-x86_64/PKGBUILD   2016-06-04 12:07:06 UTC (rev 177859)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=normaliz
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="An open source tool for computations in affine monoids, vector 
configurations, lattice polytopes, and rational cones"
-arch=(i686 x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/;
-license=(GPL3)
-depends=(gmp)
-makedepends=(boost cmake)
-source=("https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz$pkgver.zip;
 normaliz-flags.patch)
-md5sums=('6de04a6ef3df5be9fc7bef0cbfdf4a91'
- 'e2f227ce2fdfefaa1042a4663bd069d1')
-
-prepare() {
-  cd Normaliz${pkgver%.*}
-
-  mkdir -p build
-}
-
-build() {
-  cd Normaliz${pkgver%.*}/build
-
-  cmake ../source -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd Normaliz${pkgver%.*}/build
-  make DESTDIR="$pkgdir" install
-}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 177858, 
normaliz/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-04 12:07:06 UTC (rev 177859)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=normaliz
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="An open source tool for computations in affine monoids, vector 
configurations, lattice polytopes, and rational cones"
+arch=(i686 x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/;
+license=(GPL3)
+depends=(gmp)
+makedepends=(boost cmake)
+source=("https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz$pkgver.zip;
 normaliz-flags.patch)
+md5sums=('6de04a6ef3df5be9fc7bef0cbfdf4a91'
+ 'e2f227ce2fdfefaa1042a4663bd069d1')
+
+prepare() {
+  cd Normaliz${pkgver%.*}
+
+  mkdir -p build
+}
+
+build() {
+  cd Normaliz${pkgver%.*}/build
+
+  cmake 

[arch-commits] Commit in normaliz (5 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 14:06:42
  Author: arojas
Revision: 177858

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

Added:
  normaliz/repos/
  normaliz/repos/community-i686/
  normaliz/repos/community-i686/PKGBUILD
(from rev 177857, normaliz/trunk/PKGBUILD)
  normaliz/repos/community-x86_64/
  normaliz/repos/community-x86_64/PKGBUILD
(from rev 177857, normaliz/trunk/PKGBUILD)

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

Copied: normaliz/repos/community-i686/PKGBUILD (from rev 177857, 
normaliz/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-06-04 12:06:42 UTC (rev 177858)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=normaliz
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="An open source tool for computations in affine monoids, vector 
configurations, lattice polytopes, and rational cones"
+arch=(i686 x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/;
+license=(GPL3)
+depends=(gmp)
+makedepends=(boost cmake)
+source=("https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz$pkgver.zip;
 normaliz-flags.patch)
+md5sums=('6de04a6ef3df5be9fc7bef0cbfdf4a91'
+ 'e2f227ce2fdfefaa1042a4663bd069d1')
+
+prepare() {
+  cd Normaliz${pkgver%.*}
+
+  mkdir -p build
+}
+
+build() {
+  cd Normaliz${pkgver%.*}/build
+
+  cmake ../source -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd Normaliz${pkgver%.*}/build
+  make DESTDIR="$pkgdir" install
+}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 177857, 
normaliz/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-06-04 12:06:42 UTC (rev 177858)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=normaliz
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="An open source tool for computations in affine monoids, vector 
configurations, lattice polytopes, and rational cones"
+arch=(i686 x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/;
+license=(GPL3)
+depends=(gmp)
+makedepends=(boost cmake)
+source=("https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz$pkgver.zip;
 normaliz-flags.patch)
+md5sums=('6de04a6ef3df5be9fc7bef0cbfdf4a91'
+ 'e2f227ce2fdfefaa1042a4663bd069d1')
+
+prepare() {
+  cd Normaliz${pkgver%.*}
+
+  mkdir -p build
+}
+
+build() {
+  cd Normaliz${pkgver%.*}/build
+
+  cmake ../source -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd Normaliz${pkgver%.*}/build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 14:05:58
  Author: arojas
Revision: 177857

Add normaliz, cocoa dependency

Added:
  normaliz/
  normaliz/trunk/
  normaliz/trunk/PKGBUILD

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

Added: normaliz/trunk/PKGBUILD
===
--- normaliz/trunk/PKGBUILD (rev 0)
+++ normaliz/trunk/PKGBUILD 2016-06-04 12:05:58 UTC (rev 177857)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=normaliz
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="An open source tool for computations in affine monoids, vector 
configurations, lattice polytopes, and rational cones"
+arch=(i686 x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/;
+license=(GPL3)
+depends=(gmp)
+makedepends=(boost cmake)
+source=("https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz$pkgver.zip;
 normaliz-flags.patch)
+md5sums=('6de04a6ef3df5be9fc7bef0cbfdf4a91'
+ 'e2f227ce2fdfefaa1042a4663bd069d1')
+
+prepare() {
+  cd Normaliz${pkgver%.*}
+
+  mkdir -p build
+}
+
+build() {
+  cd Normaliz${pkgver%.*}/build
+
+  cmake ../source -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd Normaliz${pkgver%.*}/build
+  make DESTDIR="$pkgdir" install
+}


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


[arch-commits] Commit in frobby (9 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 13:34:53
  Author: arojas
Revision: 177856

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

Added:
  frobby/repos/
  frobby/repos/community-i686/
  frobby/repos/community-i686/PKGBUILD
(from rev 177855, frobby/trunk/PKGBUILD)
  frobby/repos/community-i686/frobby-gcc4.7.patch
(from rev 177855, frobby/trunk/frobby-gcc4.7.patch)
  frobby/repos/community-i686/frobby-gmp.patch
(from rev 177855, frobby/trunk/frobby-gmp.patch)
  frobby/repos/community-x86_64/
  frobby/repos/community-x86_64/PKGBUILD
(from rev 177855, frobby/trunk/PKGBUILD)
  frobby/repos/community-x86_64/frobby-gcc4.7.patch
(from rev 177855, frobby/trunk/frobby-gcc4.7.patch)
  frobby/repos/community-x86_64/frobby-gmp.patch
(from rev 177855, frobby/trunk/frobby-gmp.patch)

--+
 community-i686/PKGBUILD  |   39 +
 community-i686/frobby-gcc4.7.patch   |   32 +++
 community-i686/frobby-gmp.patch  |   12 ++
 community-x86_64/PKGBUILD|   39 +
 community-x86_64/frobby-gcc4.7.patch |   32 +++
 community-x86_64/frobby-gmp.patch|   12 ++
 6 files changed, 166 insertions(+)

Copied: frobby/repos/community-i686/PKGBUILD (from rev 177855, 
frobby/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-06-04 11:34:53 UTC (rev 177856)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=frobby
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A software system and project for computations with monomial ideals"
+arch=(i686 x86_64)
+url="http://www.broune.com/frobby/;
+license=(GPL)
+depends=(gmp)
+makedepends=()
+source=(http://www.broune.com/frobby/frobby_v$pkgver.tar.gz 
frobby-gcc4.7.patch frobby-gmp.patch)
+md5sums=('2204f340dad8fb7be156f9f7c403c4a0'
+ '07591e56be81809cc235177613078dcf'
+ 'c5e95fbbb7942aa00258f7070e98723c')
+
+prepare() {
+  cd ${pkgname}_v$pkgver
+# Fix build with GCC 4.7 and recent GMP (Gentoo)
+  patch -p1 -i ../frobby-gcc4.7.patch
+  patch -p1 -i ../frobby-gmp.patch
+}
+
+build() {
+  cd ${pkgname}_v$pkgver
+
+  make
+  MODE=shared make library
+}
+
+package() {
+  cd ${pkgname}_v$pkgver
+
+  install -d "$pkgdir"/usr/{bin,lib,include}
+  install -m755 bin/frobby "$pkgdir"/usr/bin
+  install -m644 bin/libfrobby.so "$pkgdir"/usr/lib
+  install -m644 src/frobby.h "$pkgdir"/usr/include
+}

Copied: frobby/repos/community-i686/frobby-gcc4.7.patch (from rev 177855, 
frobby/trunk/frobby-gcc4.7.patch)
===
--- repos/community-i686/frobby-gcc4.7.patch(rev 0)
+++ repos/community-i686/frobby-gcc4.7.patch2016-06-04 11:34:53 UTC (rev 
177856)
@@ -0,0 +1,32 @@
+ src/main.cpp |3 +++
+ src/randomDataGenerators.cpp |3 +++
+ 2 files changed, 6 insertions(+), 0 deletions(-)
+
+diff --git a/src/main.cpp b/src/main.cpp
+index a16754e..315ea53 100755
+--- a/src/main.cpp
 b/src/main.cpp
+@@ -25,6 +25,9 @@
+ #include 
+ #include 
+ 
++#include 
++#include 
++
+ /** This function runs the Frobby console interface. the ::main
+ function calls this function after having set up DEBUG-specific
+ things, catching exceptions, setting the random seed and so on.
+diff --git a/src/randomDataGenerators.cpp b/src/randomDataGenerators.cpp
+index 432a90a..1de3559 100755
+--- a/src/randomDataGenerators.cpp
 b/src/randomDataGenerators.cpp
+@@ -26,6 +26,9 @@
+ #include 
+ #include 
+ 
++#include 
++#include 
++
+ void generateLinkedListIdeal(BigIdeal& ideal, size_t variableCount) {
+   VarNames names(variableCount);
+   ideal.clearAndSetNames(variableCount);

Copied: frobby/repos/community-i686/frobby-gmp.patch (from rev 177855, 
frobby/trunk/frobby-gmp.patch)
===
--- repos/community-i686/frobby-gmp.patch   (rev 0)
+++ repos/community-i686/frobby-gmp.patch   2016-06-04 11:34:53 UTC (rev 
177856)
@@ -0,0 +1,12 @@
+diff -U 3 -dHrN frobby_v0.9.0.orig/src/StatisticsStrategy.cpp 
frobby_v0.9.0/src/StatisticsStrategy.cpp
+--- frobby_v0.9.0.orig/src/StatisticsStrategy.cpp  2013-01-15 
22:40:13.186967442 +0100
 frobby_v0.9.0/src/StatisticsStrategy.cpp   2013-01-15 22:40:33.267100780 
+0100
+@@ -140,7 +140,7 @@
+   if (_nodeCount == 0)
+ return 0.0;
+   else {
+-mpz_class q = mpq_class(_subGenSum) / _nodeCount;
++mpq_class q = mpq_class(_subGenSum) / _nodeCount;
+ return q.get_d();
+   }
+ }

Copied: frobby/repos/community-x86_64/PKGBUILD (from rev 177855, 
frobby/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD  

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 13:34:21
  Author: arojas
Revision: 177855

Id

Modified:
  frobby/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 11:33:53 UTC (rev 177854)
+++ PKGBUILD2016-06-04 11:34:21 UTC (rev 177855)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 175609 2016-05-18 11:29:29Z arojas $
+# $Id$
 # Maintainer: Antonio Rojas 
 
 pkgname=frobby


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


[arch-commits] Commit in (5 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 13:33:53
  Author: arojas
Revision: 177854

Add frobby (cocoa dependency)

Added:
  frobby/
  frobby/trunk/
  frobby/trunk/PKGBUILD
  frobby/trunk/frobby-gcc4.7.patch
  frobby/trunk/frobby-gmp.patch

-+
 PKGBUILD|   39 +++
 frobby-gcc4.7.patch |   32 
 frobby-gmp.patch|   12 
 3 files changed, 83 insertions(+)

Added: frobby/trunk/PKGBUILD
===
--- frobby/trunk/PKGBUILD   (rev 0)
+++ frobby/trunk/PKGBUILD   2016-06-04 11:33:53 UTC (rev 177854)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 175609 2016-05-18 11:29:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=frobby
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A software system and project for computations with monomial ideals"
+arch=(i686 x86_64)
+url="http://www.broune.com/frobby/;
+license=(GPL)
+depends=(gmp)
+makedepends=()
+source=(http://www.broune.com/frobby/frobby_v$pkgver.tar.gz 
frobby-gcc4.7.patch frobby-gmp.patch)
+md5sums=('2204f340dad8fb7be156f9f7c403c4a0'
+ '07591e56be81809cc235177613078dcf'
+ 'c5e95fbbb7942aa00258f7070e98723c')
+
+prepare() {
+  cd ${pkgname}_v$pkgver
+# Fix build with GCC 4.7 and recent GMP (Gentoo)
+  patch -p1 -i ../frobby-gcc4.7.patch
+  patch -p1 -i ../frobby-gmp.patch
+}
+
+build() {
+  cd ${pkgname}_v$pkgver
+
+  make
+  MODE=shared make library
+}
+
+package() {
+  cd ${pkgname}_v$pkgver
+
+  install -d "$pkgdir"/usr/{bin,lib,include}
+  install -m755 bin/frobby "$pkgdir"/usr/bin
+  install -m644 bin/libfrobby.so "$pkgdir"/usr/lib
+  install -m644 src/frobby.h "$pkgdir"/usr/include
+}

Added: frobby/trunk/frobby-gcc4.7.patch
===
--- frobby/trunk/frobby-gcc4.7.patch(rev 0)
+++ frobby/trunk/frobby-gcc4.7.patch2016-06-04 11:33:53 UTC (rev 177854)
@@ -0,0 +1,32 @@
+ src/main.cpp |3 +++
+ src/randomDataGenerators.cpp |3 +++
+ 2 files changed, 6 insertions(+), 0 deletions(-)
+
+diff --git a/src/main.cpp b/src/main.cpp
+index a16754e..315ea53 100755
+--- a/src/main.cpp
 b/src/main.cpp
+@@ -25,6 +25,9 @@
+ #include 
+ #include 
+ 
++#include 
++#include 
++
+ /** This function runs the Frobby console interface. the ::main
+ function calls this function after having set up DEBUG-specific
+ things, catching exceptions, setting the random seed and so on.
+diff --git a/src/randomDataGenerators.cpp b/src/randomDataGenerators.cpp
+index 432a90a..1de3559 100755
+--- a/src/randomDataGenerators.cpp
 b/src/randomDataGenerators.cpp
+@@ -26,6 +26,9 @@
+ #include 
+ #include 
+ 
++#include 
++#include 
++
+ void generateLinkedListIdeal(BigIdeal& ideal, size_t variableCount) {
+   VarNames names(variableCount);
+   ideal.clearAndSetNames(variableCount);

Added: frobby/trunk/frobby-gmp.patch
===
--- frobby/trunk/frobby-gmp.patch   (rev 0)
+++ frobby/trunk/frobby-gmp.patch   2016-06-04 11:33:53 UTC (rev 177854)
@@ -0,0 +1,12 @@
+diff -U 3 -dHrN frobby_v0.9.0.orig/src/StatisticsStrategy.cpp 
frobby_v0.9.0/src/StatisticsStrategy.cpp
+--- frobby_v0.9.0.orig/src/StatisticsStrategy.cpp  2013-01-15 
22:40:13.186967442 +0100
 frobby_v0.9.0/src/StatisticsStrategy.cpp   2013-01-15 22:40:33.267100780 
+0100
+@@ -140,7 +140,7 @@
+   if (_nodeCount == 0)
+ return 0.0;
+   else {
+-mpz_class q = mpq_class(_subGenSum) / _nodeCount;
++mpq_class q = mpq_class(_subGenSum) / _nodeCount;
+ return q.get_d();
+   }
+ }


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 12:25:31
  Author: arojas
Revision: 177853

archrelease: copy trunk to community-any

Added:
  sage-notebook/repos/community-any/PKGBUILD
(from rev 177852, sage-notebook/trunk/PKGBUILD)
  sage-notebook/repos/community-any/jmol.patch
(from rev 177852, sage-notebook/trunk/jmol.patch)
  sage-notebook/repos/community-any/sage.service
(from rev 177852, sage-notebook/trunk/sage.service)
Deleted:
  sage-notebook/repos/community-any/PKGBUILD
  sage-notebook/repos/community-any/jmol.patch
  sage-notebook/repos/community-any/sage.service

--+
 PKGBUILD |  142 ++---
 jmol.patch   |   42 
 sage.service |   16 +++---
 3 files changed, 105 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-04 10:25:02 UTC (rev 177852)
+++ PKGBUILD2016-06-04 10:25:31 UTC (rev 177853)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Evgeniy Alekseev 
-
-pkgname=sage-notebook
-pkgver=0.13
-pkgrel=1
-pkgdesc='Browser-based notebook interface for SageMath'
-arch=(any)
-url='http://www.sagemath.org'
-license=(GPL3)
-depends=(sagemath python2-twisted python2-flask-oldsessions 
python2-flask-openid python2-flask-autoindex python2-flask-babel mathjax)
-optdepends=('python2-pyopenssl: to use the notebook in secure mode')
-makedepends=(gendesk)
-source=($pkgname-$pkgver::"https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz;
 'sage.service' 'jmol.patch')
-md5sums=('f72cd81add5373f74b459957a64074ce'
- '61620179a7ecd85401d8e5a6ece3ea41'
- 'b29760c97a5328faa179a46008391bf0')
-
-prepare() {
-# create *.desktop file
-  gendesk -f -n \
-  --pkgname="sage-notebook" \
-  --pkgdesc="SageMath notebook" \
-  --name="SageMath" \
-  --exec="/usr/bin/sage -notebook" \
-  --terminal=true \
-  --categories="Education;Science;Math" \
-  --custom="X-DCOP-ServiceType=
-X-KDE-SubstituteUID=false
-X-KDE-Username="
-
-  cd sagenb-$pkgver
-  
-# Use python2
-  find -name '*.py' | xargs sed -e 's|#! /usr/bin/python|#! /usr/bin/python2|' 
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
--e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i
-  sed -e 's|python %s|python2 %s|' -i sagenb/notebook/run_notebook.py
-  sed -e "s|python = 'python'|python = 'python2'|" -i 
sagenb/interfaces/expect.py 
-
-# fix displaying 3D plots
-  patch -p0 -i "$srcdir"/jmol.patch
-}
-
-build() {
-  cd sagenb-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd sagenb-$pkgver
-
-  python2 setup.py install --root "$pkgdir" --optimize=1
-
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
-
-  ln -s /usr/share/mathjax 
"$pkgdir"/usr/lib/python2.7/site-packages/sagenb/data/mathjax
-
-# install a systemd user unit
-  install -Dm644 "${srcdir}/sage.service" 
"$pkgdir/usr/lib/systemd/user/sage.service"
-# install *.desktop and icon files
-  install -Dm644 "${srcdir}/sage-notebook.desktop" 
"$pkgdir/usr/share/applications/sage-notebook.desktop"
-  install -Dm644 
"$pkgdir/usr/lib/python2.7/site-packages/sagenb/data/sage/images/icon48x48.png" 
\
- "$pkgdir/usr/share/pixmaps/sage-notebook.png"
-}

Copied: sage-notebook/repos/community-any/PKGBUILD (from rev 177852, 
sage-notebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-04 10:25:31 UTC (rev 177853)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Evgeniy Alekseev 
+
+pkgname=sage-notebook
+pkgver=0.13
+pkgrel=2
+pkgdesc='Browser-based notebook interface for SageMath'
+arch=(any)
+url='http://www.sagemath.org'
+license=(GPL3)
+depends=(sagemath python2-twisted python2-flask-oldsessions 
python2-flask-openid python2-flask-autoindex python2-flask-babel mathjax)
+optdepends=('python2-pyopenssl: to use the notebook in secure mode')
+makedepends=(gendesk)
+source=($pkgname-$pkgver::"https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz;
 'sage.service' 'jmol.patch'
+"https://pypi.io/packages/source/F/Flask/Flask-0.10.1.tar.gz;)
+md5sums=('f72cd81add5373f74b459957a64074ce'
+ '61620179a7ecd85401d8e5a6ece3ea41'
+ 'b29760c97a5328faa179a46008391bf0'
+ '378670fe456957eb3c27ddaef60b2b24')
+
+prepare() {
+# create *.desktop file
+  gendesk -f -n \
+  --pkgname="sage-notebook" \
+  --pkgdesc="SageMath notebook" \
+  --name="SageMath" \
+  --exec="/usr/bin/sage -notebook" \
+  --terminal=true \
+  --categories="Education;Science;Math" \
+  --custom="X-DCOP-ServiceType=
+X-KDE-SubstituteUID=false
+X-KDE-Username="
+
+  cd sagenb-$pkgver
+  
+# Use python2
+  find -name '*.py' | xargs sed -e 's|#! /usr/bin/python|#! /usr/bin/python2|' 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 12:25:02
  Author: arojas
Revision: 177852

Bundle flask 0.10, 0.11 requires major porting

Modified:
  sage-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 08:50:57 UTC (rev 177851)
+++ PKGBUILD2016-06-04 10:25:02 UTC (rev 177852)
@@ -4,7 +4,7 @@
 
 pkgname=sage-notebook
 pkgver=0.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Browser-based notebook interface for SageMath'
 arch=(any)
 url='http://www.sagemath.org'
@@ -12,10 +12,12 @@
 depends=(sagemath python2-twisted python2-flask-oldsessions 
python2-flask-openid python2-flask-autoindex python2-flask-babel mathjax)
 optdepends=('python2-pyopenssl: to use the notebook in secure mode')
 makedepends=(gendesk)
-source=($pkgname-$pkgver::"https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz;
 'sage.service' 'jmol.patch')
+source=($pkgname-$pkgver::"https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz;
 'sage.service' 'jmol.patch'
+"https://pypi.io/packages/source/F/Flask/Flask-0.10.1.tar.gz;)
 md5sums=('f72cd81add5373f74b459957a64074ce'
  '61620179a7ecd85401d8e5a6ece3ea41'
- 'b29760c97a5328faa179a46008391bf0')
+ 'b29760c97a5328faa179a46008391bf0'
+ '378670fe456957eb3c27ddaef60b2b24')
 
 prepare() {
 # create *.desktop file
@@ -44,7 +46,9 @@
 
 build() {
   cd sagenb-$pkgver
+  python2 setup.py build
 
+  cd "$srcdir"/Flask-0.10.1
   python2 setup.py build
 }
 
@@ -63,4 +67,10 @@
   install -Dm644 "${srcdir}/sage-notebook.desktop" 
"$pkgdir/usr/share/applications/sage-notebook.desktop"
   install -Dm644 
"$pkgdir/usr/lib/python2.7/site-packages/sagenb/data/sage/images/icon48x48.png" 
\
  "$pkgdir/usr/share/pixmaps/sage-notebook.png"
+
+# Install flask 0.10
+  cd "$srcdir"/Flask-0.10.1
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -d "$pkgdir"/usr/lib/sage/site-packages
+  mv "$pkgdir"/usr/lib/python2.7/site-packages/{f,F}lask* 
"$pkgdir"/usr/lib/sage/site-packages
 }


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

2016-06-04 Thread Laurent Carlier
Date: Saturday, June 4, 2016 @ 11:02:24
  Author: lcarlier
Revision: 268944

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

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

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

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 268943, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-04 09:02:24 UTC (rev 268944)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('cdff653d93395c718f367af61fee866914bc45de75ac94abe7dc1b720462aca9'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: libinput/repos/testing-i686/libinput.install (from rev 268943, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2016-06-04 09:02:24 UTC (rev 268944)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 268943, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-04 09:02:24 UTC (rev 268944)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('cdff653d93395c718f367af61fee866914bc45de75ac94abe7dc1b720462aca9'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: libinput/repos/testing-x86_64/libinput.install (from rev 268943, 
libinput/trunk/libinput.install)
===
--- testing-x86_64/libinput.install (rev 0)
+++ testing-x86_64/libinput.install 2016-06-04 09:02:24 UTC (rev 268944)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2016-06-04 Thread Laurent Carlier
Date: Saturday, June 4, 2016 @ 11:02:18
  Author: lcarlier
Revision: 268943

upgpkg: libinput 1.3.1-1

upstream update 1.3.1

Modified:
  libinput/trunk/PKGBUILD
Deleted:
  libinput/trunk/touchpad_only_use_negative_pressure_change_check.diff

---+
 PKGBUILD  |   18 +-
 touchpad_only_use_negative_pressure_change_check.diff |   42 
 2 files changed, 5 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 08:41:59 UTC (rev 268942)
+++ PKGBUILD2016-06-04 09:02:18 UTC (rev 268943)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/libinput/;
@@ -13,19 +13,11 @@
 checkdepends=('check')
 install=libinput.install
 options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-touchpad_only_use_negative_pressure_change_check.diff)
-sha256sums=('998a75fb261d161efaa7da44411cdc9a32a953280e4ffc6322ca19f057d0c1ea'
-'SKIP'
-'bfc71b3c3c18ab6dc6cb076e7b0410b5f3a51aa7b7db34f7fd35dd79c9615806')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('cdff653d93395c718f367af61fee866914bc45de75ac94abe7dc1b720462aca9'
+'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
-prepare() {
-  cd $pkgname-$pkgver
-  # fix slow touchpad input, FS#49397
-  patch -Np1 -i ${srcdir}/touchpad_only_use_negative_pressure_change_check.diff
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static

Deleted: touchpad_only_use_negative_pressure_change_check.diff
===
--- touchpad_only_use_negative_pressure_change_check.diff   2016-06-04 
08:41:59 UTC (rev 268942)
+++ touchpad_only_use_negative_pressure_change_check.diff   2016-06-04 
09:02:18 UTC (rev 268943)
@@ -1,42 +0,0 @@
-From 2f5231cc88fccf389a78270d827f6c9201b86794 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Wed, 18 May 2016 07:35:36 +1000
-Subject: touchpad: only use negative pressure change check on Lenovo *50 and
- *60 series
-
-This was introduced for bug 94379 - an X1 Carbon 3rd. Other touchpads have
-different pressure change ranges, causing this condition to trigger
-randomly and resulting in a jerky pointer motion.
-
-For now, reduce the check to the *50 and *60 series touchpads until we have
-data for more touchpads that we can add one-by-one.
-
-https://bugs.freedesktop.org/show_bug.cgi?id=95393
-
-Signed-off-by: Peter Hutterer 
-Reviewed-by: Hans de Goede 
-
-diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
-index 4c8c3a3..c854043 100644
 a/src/evdev-mt-touchpad.c
-+++ b/src/evdev-mt-touchpad.c
-@@ -928,6 +928,7 @@ tp_detect_jumps(const struct tp_dispatch *tp, struct 
tp_touch *t)
- static void
- tp_process_state(struct tp_dispatch *tp, uint64_t time)
- {
-+  struct evdev_device *device = tp->device;
-   struct tp_touch *t;
-   unsigned int i;
-   bool restart_filter = false;
-@@ -953,7 +954,8 @@ tp_process_state(struct tp_dispatch *tp, uint64_t time)
-   if (!t->dirty)
-   continue;
- 
--  if (t->pressure_delta < -7)
-+  if ((device->model_flags & EVDEV_MODEL_LENOVO_T450_TOUCHPAD) &&
-+  t->pressure_delta < -7)
-   tp_motion_history_reset(t);
- 
-   if (tp_detect_jumps(tp, t)) {
--- 
-cgit v0.10.2


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:50:57
  Author: arojas
Revision: 177851

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-04 08:50:12 UTC (rev 177850)
+++ community-i686/PKGBUILD 2016-06-04 08:50:57 UTC (rev 177851)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=2.0.0
-pkgrel=4
-pkgdesc='Qt5 client for the music player daemon (MPD)'
-arch=(i686 x86_64)
-url='https://code.google.com/p/cantata/'
-license=(GPL)
-depends=(qt5-svg libmtp libcddb libmusicbrainz5 mpg123 vlc taglib-extras 
cdparanoia media-player-info 
- udisks2 hicolor-icon-theme)
-optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support')
-makedepends=(cmake qt5-tools ffmpeg)
-source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;
-
cantata-cxxflags.patch::"https://github.com/CDrummond/cantata/commit/bf353b1c.patch;)
-md5sums=('dc7a65145692c5b2cac4c2c8a7c767c5'
- 'df65c35e954a4ddb9891b958fe78a6fe')
-
-prepare() {
-  mkdir -p build
-
-# Fix build against ffmpeg 3.0
-  sed -e '/audioconvert.h/d' -i $pkgname-$pkgver/replaygain/ffmpeginput.cpp
-# Don't replace CXXFLAGS
-  cd $pkgname-$pkgver
-  patch -p1 -i ../cantata-cxxflags.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_TOUCH_SUPPORT=ON \
--DCMAKE_POSITION_INDEPENDENT_CODE=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 177850, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-04 08:50:57 UTC (rev 177851)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=(i686 x86_64)
+url='https://github.com/CDrummond/cantata'
+license=(GPL)
+depends=(qt5-svg libmtp libcddb libmusicbrainz5 mpg123 vlc taglib-extras 
cdparanoia media-player-info 
+ udisks2 hicolor-icon-theme)
+optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support')
+makedepends=(cmake qt5-tools ffmpeg)
+source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('dacab1b6bf7639e3d46876db8883fbb2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_TOUCH_SUPPORT=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-04 08:50:12 UTC (rev 177850)
+++ community-x86_64/PKGBUILD   2016-06-04 08:50:57 UTC (rev 177851)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=2.0.0
-pkgrel=4
-pkgdesc='Qt5 client for the music player daemon (MPD)'
-arch=(i686 x86_64)
-url='https://code.google.com/p/cantata/'
-license=(GPL)
-depends=(qt5-svg libmtp libcddb libmusicbrainz5 mpg123 vlc taglib-extras 
cdparanoia media-player-info 
- udisks2 hicolor-icon-theme)
-optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support')
-makedepends=(cmake qt5-tools ffmpeg)

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:50:12
  Author: arojas
Revision: 177850

Update to 2.0.1

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 07:51:02 UTC (rev 177849)
+++ PKGBUILD2016-06-04 08:50:12 UTC (rev 177850)
@@ -6,8 +6,8 @@
 # Contributor: MisterFred 
 
 pkgname=cantata
-pkgver=2.0.0
-pkgrel=4
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=(i686 x86_64)
 url='https://github.com/CDrummond/cantata'
@@ -16,19 +16,11 @@
  udisks2 hicolor-icon-theme)
 optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support')
 makedepends=(cmake qt5-tools ffmpeg)
-source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;
-
cantata-cxxflags.patch::"https://github.com/CDrummond/cantata/commit/bf353b1c.patch;)
-md5sums=('dc7a65145692c5b2cac4c2c8a7c767c5'
- 'df65c35e954a4ddb9891b958fe78a6fe')
+source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('dacab1b6bf7639e3d46876db8883fbb2')
 
 prepare() {
   mkdir -p build
-
-# Fix build against ffmpeg 3.0
-  sed -e '/audioconvert.h/d' -i $pkgname-$pkgver/replaygain/ffmpeginput.cpp
-# Don't replace CXXFLAGS
-  cd $pkgname-$pkgver
-  patch -p1 -i ../cantata-cxxflags.patch
 }
 
 build() {
@@ -36,8 +28,7 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
--DENABLE_TOUCH_SUPPORT=ON \
--DCMAKE_POSITION_INDEPENDENT_CODE=ON
+-DENABLE_TOUCH_SUPPORT=ON
   make
 }
 


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

2016-06-04 Thread Laurent Carlier
Date: Saturday, June 4, 2016 @ 10:41:59
  Author: lcarlier
Revision: 268942

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

Added:
  xf86-input-synaptics/repos/testing-i686/PKGBUILD
(from rev 268941, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/testing-i686/add_tapbuttons.diff
(from rev 268941, xf86-input-synaptics/trunk/add_tapbuttons.diff)
  xf86-input-synaptics/repos/testing-i686/xf86-input-synaptics.install
(from rev 268941, xf86-input-synaptics/trunk/xf86-input-synaptics.install)
  xf86-input-synaptics/repos/testing-x86_64/PKGBUILD
(from rev 268941, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/testing-x86_64/add_tapbuttons.diff
(from rev 268941, xf86-input-synaptics/trunk/add_tapbuttons.diff)
  xf86-input-synaptics/repos/testing-x86_64/xf86-input-synaptics.install
(from rev 268941, xf86-input-synaptics/trunk/xf86-input-synaptics.install)
Deleted:
  xf86-input-synaptics/repos/testing-i686/PKGBUILD
  xf86-input-synaptics/repos/testing-i686/add_tapbuttons.diff
  xf86-input-synaptics/repos/testing-x86_64/PKGBUILD
  xf86-input-synaptics/repos/testing-x86_64/add_tapbuttons.diff

-+
 /PKGBUILD   |   92 ++
 /add_tapbuttons.diff|   30 
 testing-i686/PKGBUILD   |   44 
 testing-i686/add_tapbuttons.diff|   15 
 testing-i686/xf86-input-synaptics.install   |   11 +++
 testing-x86_64/PKGBUILD |   44 
 testing-x86_64/add_tapbuttons.diff  |   15 
 testing-x86_64/xf86-input-synaptics.install |   11 +++
 8 files changed, 144 insertions(+), 118 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-06-04 08:41:50 UTC (rev 268941)
+++ testing-i686/PKGBUILD   2016-06-04 08:41:59 UTC (rev 268942)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Powalowski  
-# Contributor: Thomas Bächler 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-input-synaptics
-pkgver=1.8.3
-pkgrel=4
-pkgdesc="Synaptics driver for notebook touchpads"
-arch=('i686' 'x86_64')
-license=('MIT')
-url="http://xorg.freedesktop.org/;
-depends=('libxtst' 'mtdev' 'libevdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-add_tapbuttons.diff)
-sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01'
-'241d7cc04ec9afcc25e10ad0e8858a927e99ec0437bba0645ca4f01dd04bb4e3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  # * upstream disabled tapping by default if a physical left button is 
present - FS#33282
-  # * enable only one finger tapping, others can be inverted - FS#49103
-  # * enable MatchDevicePath directive by default - FS#33291
-  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-synaptics/repos/testing-i686/PKGBUILD (from rev 268941, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-04 08:41:59 UTC (rev 268942)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski  
+# Contributor: Thomas Bächler 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.99.1
+pkgrel=1
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+install=xf86-input-synaptics.install
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+

[arch-commits] Commit in xf86-input-synaptics/trunk (2 files)

2016-06-04 Thread Laurent Carlier
Date: Saturday, June 4, 2016 @ 10:41:50
  Author: lcarlier
Revision: 268941

upgpkg: xf86-input-synaptics 1.8.99.1-1

upstream update 1.8.99.1, driver is now on maintenance mode upstream

Added:
  xf86-input-synaptics/trunk/xf86-input-synaptics.install
Modified:
  xf86-input-synaptics/trunk/PKGBUILD

--+
 PKGBUILD |   22 --
 xf86-input-synaptics.install |   11 +++
 2 files changed, 23 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-04 08:24:33 UTC (rev 268940)
+++ PKGBUILD2016-06-04 08:41:50 UTC (rev 268941)
@@ -5,8 +5,8 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-input-synaptics
-pkgver=1.8.3
-pkgrel=4
+pkgver=1.8.99.1
+pkgrel=1
 pkgdesc="Synaptics driver for notebook touchpads"
 arch=('i686' 'x86_64')
 license=('MIT')
@@ -18,19 +18,21 @@
 provides=('synaptics')
 conflicts=('synaptics')
 groups=('xorg-drivers' 'xorg')
+install=xf86-input-synaptics.install
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-add_tapbuttons.diff)
-sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01'
-'241d7cc04ec9afcc25e10ad0e8858a927e99ec0437bba0645ca4f01dd04bb4e3')
+
conf-rename-to-70-synaptics-conf.patch::https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/patch/?id=59e5db025307404fbfbc82f2fb3fe91d6a3005d7)
+sha256sums=('4c895339fa10c4f97b27ab62d974cae2a96e19ae8d52f80ef0fa5c202c67ebaa'
+'aeb6821f5aca797b45a3279473f723ab84c1e8a0617f87b47962813b3ac91e00')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  
+  patch -Np1 -i ../conf-rename-to-70-synaptics-conf.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   
-  # * upstream disabled tapping by default if a physical left button is 
present - FS#33282
-  # * enable only one finger tapping, others can be inverted - FS#49103
-  # * enable MatchDevicePath directive by default - FS#33291
-  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
-
   ./configure --prefix=/usr
   make
 }

Added: xf86-input-synaptics.install
===
--- xf86-input-synaptics.install(rev 0)
+++ xf86-input-synaptics.install2016-06-04 08:41:50 UTC (rev 268941)
@@ -0,0 +1,11 @@
+post_install() {
+  cat <>> xf86-input-synaptics driver is on maintenance mode and
+xf86-input-libinput driver must be prefered over.
+MSG
+}
+
+post_upgrade() {
+   post_install
+}
+


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:24:16
  Author: arojas
Revision: 268939

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

Added:
  qt5-websockets/repos/kde-unstable-i686/
  qt5-websockets/repos/kde-unstable-i686/PKGBUILD
(from rev 268938, qt5-websockets/kde-unstable/PKGBUILD)
  qt5-websockets/repos/kde-unstable-x86_64/
  qt5-websockets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268938, qt5-websockets/kde-unstable/PKGBUILD)

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

Copied: qt5-websockets/repos/kde-unstable-i686/PKGBUILD (from rev 268938, 
qt5-websockets/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:24:16 UTC (rev 268939)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-websockets
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides WebSocket communication compliant with RFC 6455'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('6be5632a807eee215561adef93a79076')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-websockets/repos/kde-unstable-x86_64/PKGBUILD (from rev 268938, 
qt5-websockets/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:24:16 UTC (rev 268939)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-websockets
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides WebSocket communication compliant with RFC 6455'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('6be5632a807eee215561adef93a79076')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:24:33
  Author: arojas
Revision: 268940

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

Added:
  qt5-x11extras/repos/kde-unstable-i686/
  qt5-x11extras/repos/kde-unstable-i686/PKGBUILD
(from rev 268939, qt5-x11extras/kde-unstable/PKGBUILD)
  qt5-x11extras/repos/kde-unstable-x86_64/
  qt5-x11extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268939, qt5-x11extras/kde-unstable/PKGBUILD)

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

Copied: qt5-x11extras/repos/kde-unstable-i686/PKGBUILD (from rev 268939, 
qt5-x11extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:24:33 UTC (rev 268940)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-x11extras
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides platform-specific APIs for X11'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('7f87245a4a8fec5e86155111a5126e6f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-x11extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 268939, 
qt5-x11extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:24:33 UTC (rev 268940)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-x11extras
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides platform-specific APIs for X11'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('7f87245a4a8fec5e86155111a5126e6f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:23:59
  Author: arojas
Revision: 268938

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

Added:
  qt5-wayland/repos/kde-unstable-i686/
  qt5-wayland/repos/kde-unstable-i686/PKGBUILD
(from rev 268937, qt5-wayland/kde-unstable/PKGBUILD)
  qt5-wayland/repos/kde-unstable-x86_64/
  qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268937, qt5-wayland/kde-unstable/PKGBUILD)

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

Copied: qt5-wayland/repos/kde-unstable-i686/PKGBUILD (from rev 268937, 
qt5-wayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:23:59 UTC (rev 268938)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('5f389cc11043a53d971d05bc8f5591bb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  qmake 
+# qmake ../${_pkgfqn}/src/plugins - out-of-tree build fails
+  make
+}
+
+package() {
+#  cd build
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 268937, 
qt5-wayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:23:59 UTC (rev 268938)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('5f389cc11043a53d971d05bc8f5591bb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  qmake 
+# qmake ../${_pkgfqn}/src/plugins - out-of-tree build fails
+  make
+}
+
+package() {
+#  cd build
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:23:09
  Author: arojas
Revision: 268935

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

Added:
  qt5-serialbus/repos/kde-unstable-i686/
  qt5-serialbus/repos/kde-unstable-i686/PKGBUILD
(from rev 268934, qt5-serialbus/kde-unstable/PKGBUILD)
  qt5-serialbus/repos/kde-unstable-x86_64/
  qt5-serialbus/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268934, qt5-serialbus/kde-unstable/PKGBUILD)

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

Copied: qt5-serialbus/repos/kde-unstable-i686/PKGBUILD (from rev 268934, 
qt5-serialbus/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:23:09 UTC (rev 268935)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialbus
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Qt module for general purpose serial bus access'
+depends=('qt5-serialport')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('ab7c2f82a0010368ffd61a497da18042')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-serialbus/repos/kde-unstable-x86_64/PKGBUILD (from rev 268934, 
qt5-serialbus/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:23:09 UTC (rev 268935)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialbus
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Qt module for general purpose serial bus access'
+depends=('qt5-serialport')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('ab7c2f82a0010368ffd61a497da18042')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:23:25
  Author: arojas
Revision: 268936

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

Added:
  qt5-svg/repos/kde-unstable-i686/
  qt5-svg/repos/kde-unstable-i686/PKGBUILD
(from rev 268935, qt5-svg/kde-unstable/PKGBUILD)
  qt5-svg/repos/kde-unstable-x86_64/
  qt5-svg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268935, qt5-svg/kde-unstable/PKGBUILD)

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

Copied: qt5-svg/repos/kde-unstable-i686/PKGBUILD (from rev 268935, 
qt5-svg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:23:25 UTC (rev 268936)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('02f483b3248684b09a6f7fecbbda360c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-svg/repos/kde-unstable-x86_64/PKGBUILD (from rev 268935, 
qt5-svg/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:23:25 UTC (rev 268936)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('02f483b3248684b09a6f7fecbbda360c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:23:42
  Author: arojas
Revision: 268937

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

Added:
  qt5-virtualkeyboard/repos/kde-unstable-i686/
  qt5-virtualkeyboard/repos/kde-unstable-i686/PKGBUILD
(from rev 268936, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
  qt5-virtualkeyboard/repos/kde-unstable-x86_64/
  qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268936, qt5-virtualkeyboard/kde-unstable/PKGBUILD)

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

Copied: qt5-virtualkeyboard/repos/kde-unstable-i686/PKGBUILD (from rev 268936, 
qt5-virtualkeyboard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:23:42 UTC (rev 268937)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Virtual keyboard framework'
+depends=('qt5-declarative' 'qt5-svg')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('77d0efcf16eb1a905c18f101cf324755')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
268936, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:23:42 UTC (rev 268937)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Virtual keyboard framework'
+depends=('qt5-declarative' 'qt5-svg')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('77d0efcf16eb1a905c18f101cf324755')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:22:16
  Author: arojas
Revision: 268932

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

Added:
  qt5-quickcontrols2/repos/kde-unstable-i686/
  qt5-quickcontrols2/repos/kde-unstable-i686/PKGBUILD
(from rev 268931, qt5-quickcontrols2/kde-unstable/PKGBUILD)
  qt5-quickcontrols2/repos/kde-unstable-x86_64/
  qt5-quickcontrols2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268931, qt5-quickcontrols2/kde-unstable/PKGBUILD)

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

Copied: qt5-quickcontrols2/repos/kde-unstable-i686/PKGBUILD (from rev 268931, 
qt5-quickcontrols2/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:22:16 UTC (rev 268932)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols2
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Next generation user interface controls based on Qt Quick'
+depends=('qt5-declarative')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('4c3eaed32bb5397faf6603672a17c0fd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-quickcontrols2/repos/kde-unstable-x86_64/PKGBUILD (from rev 268931, 
qt5-quickcontrols2/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:22:16 UTC (rev 268932)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols2
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Next generation user interface controls based on Qt Quick'
+depends=('qt5-declarative')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('4c3eaed32bb5397faf6603672a17c0fd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:22:34
  Author: arojas
Revision: 268933

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

Added:
  qt5-script/repos/kde-unstable-i686/
  qt5-script/repos/kde-unstable-i686/PKGBUILD
(from rev 268932, qt5-script/kde-unstable/PKGBUILD)
  qt5-script/repos/kde-unstable-x86_64/
  qt5-script/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268932, qt5-script/kde-unstable/PKGBUILD)

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

Copied: qt5-script/repos/kde-unstable-i686/PKGBUILD (from rev 268932, 
qt5-script/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:22:34 UTC (rev 268933)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-script
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('9b7174dc37202807b5e5c7f18eeb1687')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-script/repos/kde-unstable-x86_64/PKGBUILD (from rev 268932, 
qt5-script/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:22:34 UTC (rev 268933)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-script
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('9b7174dc37202807b5e5c7f18eeb1687')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-scxml (5 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:22:52
  Author: arojas
Revision: 268934

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

Added:
  qt5-scxml/repos/
  qt5-scxml/repos/kde-unstable-i686/
  qt5-scxml/repos/kde-unstable-i686/PKGBUILD
(from rev 268933, qt5-scxml/kde-unstable/PKGBUILD)
  qt5-scxml/repos/kde-unstable-x86_64/
  qt5-scxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268933, qt5-scxml/kde-unstable/PKGBUILD)

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

Copied: qt5-scxml/repos/kde-unstable-i686/PKGBUILD (from rev 268933, 
qt5-scxml/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-06-04 08:22:52 UTC (rev 268934)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-scxml
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('e243fca3a5212b39526d13d4ab5f7f6d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-scxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 268933, 
qt5-scxml/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-06-04 08:22:52 UTC (rev 268934)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-scxml
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('e243fca3a5212b39526d13d4ab5f7f6d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:21:58
  Author: arojas
Revision: 268931

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

Added:
  qt5-quickcontrols/repos/kde-unstable-i686/
  qt5-quickcontrols/repos/kde-unstable-i686/PKGBUILD
(from rev 268930, qt5-quickcontrols/kde-unstable/PKGBUILD)
  qt5-quickcontrols/repos/kde-unstable-x86_64/
  qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268930, qt5-quickcontrols/kde-unstable/PKGBUILD)

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

Copied: qt5-quickcontrols/repos/kde-unstable-i686/PKGBUILD (from rev 268930, 
qt5-quickcontrols/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:21:58 UTC (rev 268931)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Reusable Qt Quick based UI controls to create classic desktop-style 
user interfaces'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('50a8ef2173fd1729f90e3ec623dfb2ea')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD (from rev 268930, 
qt5-quickcontrols/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:21:58 UTC (rev 268931)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Reusable Qt Quick based UI controls to create classic desktop-style 
user interfaces'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('50a8ef2173fd1729f90e3ec623dfb2ea')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:21:42
  Author: arojas
Revision: 268930

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

Added:
  qt5-multimedia/repos/kde-unstable-i686/
  qt5-multimedia/repos/kde-unstable-i686/PKGBUILD
(from rev 268929, qt5-multimedia/kde-unstable/PKGBUILD)
  qt5-multimedia/repos/kde-unstable-x86_64/
  qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268929, qt5-multimedia/kde-unstable/PKGBUILD)

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

Copied: qt5-multimedia/repos/kde-unstable-i686/PKGBUILD (from rev 268929, 
qt5-multimedia/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:21:42 UTC (rev 268930)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for audio, video, radio and camera functionality'
+depends=('qt5-base' 'gst-plugins-base-libs' 'libpulse' 'openal')
+makedepends=('qt5-declarative' 'gst-plugins-bad')
+optdepends=('qt5-declarative: QML bindings' 'gst-plugins-bad: camera support')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('fb348e3e7c1ea3c1a9679cc352c14eb5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD (from rev 268929, 
qt5-multimedia/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:21:42 UTC (rev 268930)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for audio, video, radio and camera functionality'
+depends=('qt5-base' 'gst-plugins-base-libs' 'libpulse' 'openal')
+makedepends=('qt5-declarative' 'gst-plugins-bad')
+optdepends=('qt5-declarative: QML bindings' 'gst-plugins-bad: camera support')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('fb348e3e7c1ea3c1a9679cc352c14eb5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:21:07
  Author: arojas
Revision: 268928

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

Added:
  qt5-graphicaleffects/repos/kde-unstable-i686/
  qt5-graphicaleffects/repos/kde-unstable-i686/PKGBUILD
(from rev 268927, qt5-graphicaleffects/kde-unstable/PKGBUILD)
  qt5-graphicaleffects/repos/kde-unstable-x86_64/
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268927, qt5-graphicaleffects/kde-unstable/PKGBUILD)

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

Copied: qt5-graphicaleffects/repos/kde-unstable-i686/PKGBUILD (from rev 268927, 
qt5-graphicaleffects/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:21:07 UTC (rev 268928)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-graphicaleffects
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Graphical effects for use with Qt Quick 2'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('4fb9fad87ffc430179aa09589256d1e1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD (from rev 
268927, qt5-graphicaleffects/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:21:07 UTC (rev 268928)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-graphicaleffects
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Graphical effects for use with Qt Quick 2'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('4fb9fad87ffc430179aa09589256d1e1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:21:24
  Author: arojas
Revision: 268929

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

Added:
  qt5-imageformats/repos/kde-unstable-i686/
  qt5-imageformats/repos/kde-unstable-i686/PKGBUILD
(from rev 268928, qt5-imageformats/kde-unstable/PKGBUILD)
  qt5-imageformats/repos/kde-unstable-x86_64/
  qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268928, qt5-imageformats/kde-unstable/PKGBUILD)

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

Copied: qt5-imageformats/repos/kde-unstable-i686/PKGBUILD (from rev 268928, 
qt5-imageformats/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:21:24 UTC (rev 268929)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('6623692c03787cebd9d44fc4a5c22dbe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD (from rev 268928, 
qt5-imageformats/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:21:24 UTC (rev 268929)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('6623692c03787cebd9d44fc4a5c22dbe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-gamepad (5 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:20:51
  Author: arojas
Revision: 268927

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

Added:
  qt5-gamepad/repos/
  qt5-gamepad/repos/kde-unstable-i686/
  qt5-gamepad/repos/kde-unstable-i686/PKGBUILD
(from rev 268926, qt5-gamepad/kde-unstable/PKGBUILD)
  qt5-gamepad/repos/kde-unstable-x86_64/
  qt5-gamepad/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268926, qt5-gamepad/kde-unstable/PKGBUILD)

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

Copied: qt5-gamepad/repos/kde-unstable-i686/PKGBUILD (from rev 268926, 
qt5-gamepad/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-06-04 08:20:51 UTC (rev 268927)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-gamepad
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Adds support for getting events from gamepad devices'
+depends=('qt5-base' 'sdl2')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('fa10255c24324b957865bf9026ae8ebe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-gamepad/repos/kde-unstable-x86_64/PKGBUILD (from rev 268926, 
qt5-gamepad/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-06-04 08:20:51 UTC (rev 268927)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-gamepad
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Adds support for getting events from gamepad devices'
+depends=('qt5-base' 'sdl2')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('fa10255c24324b957865bf9026ae8ebe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:19:52
  Author: arojas
Revision: 268926

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt5-examples/repos/kde-unstable-any/
  qt5-examples/repos/kde-unstable-any/PKGBUILD
(from rev 268925, qt5-examples/kde-unstable/PKGBUILD)

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

Copied: qt5-examples/repos/kde-unstable-any/PKGBUILD (from rev 268925, 
qt5-examples/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2016-06-04 08:19:52 UTC (rev 268926)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-examples
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Examples and demos from qt5 documentation'
+depends=('qt5-doc')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
+md5sums=('761abe0357af4497090d06303d85794b')
+
+package() {
+  _base="$pkgdir"/usr/share/doc/qt/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfqn}/qtbase/examples/examples.pro $_base
+
+  _fdirs=$(find "${_pkgfqn}" -maxdepth 2 -type d -name examples)
+  for _dir in $_fdirs; do
+  _mod=$(basename ${_dir%/examples})
+
+  if [ -e "$_dir/README" ]; then
+cp $_dir/README $_dir/README.$_mod
+  fi
+
+# Don't overwrite existing examples.pro file
+  mkdir $_base/$_mod
+  cp -rn $_dir/* $_base/$_mod
+  done
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:16:32
  Author: arojas
Revision: 268923

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

Added:
  qt5-datavis3d/repos/kde-unstable-i686/PKGBUILD
(from rev 268922, qt5-datavis3d/kde-unstable/PKGBUILD)
  qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268922, qt5-datavis3d/kde-unstable/PKGBUILD)
Deleted:
  qt5-datavis3d/repos/kde-unstable-i686/PKGBUILD
  qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 kde-unstable-i686/PKGBUILD   |   42 
 kde-unstable-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:16:13 UTC (rev 268922)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:16:32 UTC (rev 268923)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-datavis3d
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Qt Data Visualization module'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('edcf8a84e98a1e877917ee31fd90f1d6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-datavis3d/repos/kde-unstable-i686/PKGBUILD (from rev 268922, 
qt5-datavis3d/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:16:32 UTC (rev 268923)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-datavis3d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Qt Data Visualization module'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('edcf8a84e98a1e877917ee31fd90f1d6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:16:13 UTC (rev 268922)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:16:32 UTC (rev 268923)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-datavis3d
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Qt Data Visualization module'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('edcf8a84e98a1e877917ee31fd90f1d6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:16:13
  Author: arojas
Revision: 268922

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

Added:
  qt5-connectivity/repos/kde-unstable-i686/PKGBUILD
(from rev 268921, qt5-connectivity/kde-unstable/PKGBUILD)
  qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268921, qt5-connectivity/kde-unstable/PKGBUILD)
Deleted:
  qt5-connectivity/repos/kde-unstable-i686/PKGBUILD
  qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 kde-unstable-i686/PKGBUILD   |   42 
 kde-unstable-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:15:54 UTC (rev 268921)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:16:13 UTC (rev 268922)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-connectivity
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to Bluetooth hardware'
-depends=('qt5-base' 'bluez-libs')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('ded526c87028234eb9c41b7d0e2588fb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-connectivity/repos/kde-unstable-i686/PKGBUILD (from rev 268921, 
qt5-connectivity/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:16:13 UTC (rev 268922)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-connectivity
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to Bluetooth hardware'
+depends=('qt5-base' 'bluez-libs')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('ded526c87028234eb9c41b7d0e2588fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:15:54 UTC (rev 268921)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:16:13 UTC (rev 268922)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-connectivity
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to Bluetooth hardware'
-depends=('qt5-base' 'bluez-libs')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('ded526c87028234eb9c41b7d0e2588fb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f 

[arch-commits] Commit in qt5-doc/repos (kde-unstable-any kde-unstable-any/PKGBUILD)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:17:02
  Author: arojas
Revision: 268925

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt5-doc/repos/kde-unstable-any/
  qt5-doc/repos/kde-unstable-any/PKGBUILD
(from rev 268924, qt5-doc/kde-unstable/PKGBUILD)

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

Copied: qt5-doc/repos/kde-unstable-any/PKGBUILD (from rev 268924, 
qt5-doc/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2016-06-04 08:17:02 UTC (rev 268925)
@@ -0,0 +1,66 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-doc
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Documentation)'
+depends=('qt5-base')
+makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
+md5sums=('761abe0357af4497090d06303d85794b')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  # Use python2 for Python 2.x
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+  find -name '*.pro' -o -name '*.pri' -o -name '*.prf' | xargs sed -i -e 
's|python -c|python2 -c|g' -e 's|python \$|python2 \$|g'
+
+  ln -s /usr/lib/qt/bin qttools/
+  ln -s /usr/lib/qt/bin/{rcc,uic,moc} qtbase/bin/
+
+  # workaround c++11 detection with GCC6
+  sed -e '/requires(c++11)/d' -i qtserialbus/qtserialbus.pro
+
+  # Hack to force using python2
+  cd "$srcdir"
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  export PATH="$srcdir/bin:$PATH"
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
+-prefix /usr \
+-bindir /usr/lib/qt/bin \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples
+  make docs
+}
+
+package() {
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="$pkgdir" install_docs
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix conflicts with qt5-examples
+  rm -r "$pkgdir"/usr/share/doc/qt/examples
+}


[arch-commits] Commit in qt5-declarative-render2d (5 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:16:48
  Author: arojas
Revision: 268924

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

Added:
  qt5-declarative-render2d/repos/
  qt5-declarative-render2d/repos/kde-unstable-i686/
  qt5-declarative-render2d/repos/kde-unstable-i686/PKGBUILD
(from rev 268923, qt5-declarative-render2d/kde-unstable/PKGBUILD)
  qt5-declarative-render2d/repos/kde-unstable-x86_64/
  qt5-declarative-render2d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268923, qt5-declarative-render2d/kde-unstable/PKGBUILD)

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

Copied: qt5-declarative-render2d/repos/kde-unstable-i686/PKGBUILD (from rev 
268923, qt5-declarative-render2d/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-06-04 08:16:48 UTC (rev 268924)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 268719 2016-05-28 17:41:02Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-declarative-render2d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Raster backend for QtQuick scene graph'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('4d04255d557f2de3c7d99e019973e3a0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-declarative-render2d/repos/kde-unstable-x86_64/PKGBUILD (from rev 
268923, qt5-declarative-render2d/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-06-04 08:16:48 UTC (rev 268924)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 268719 2016-05-28 17:41:02Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-declarative-render2d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Raster backend for QtQuick scene graph'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('4d04255d557f2de3c7d99e019973e3a0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:15:54
  Author: arojas
Revision: 268921

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

Added:
  qt5-charts/repos/kde-unstable-i686/PKGBUILD
(from rev 268920, qt5-charts/kde-unstable/PKGBUILD)
  qt5-charts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268920, qt5-charts/kde-unstable/PKGBUILD)
Deleted:
  qt5-charts/repos/kde-unstable-i686/PKGBUILD
  qt5-charts/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 kde-unstable-i686/PKGBUILD   |   42 
 kde-unstable-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:15:35 UTC (rev 268920)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:15:54 UTC (rev 268921)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-charts
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Static and runtime integration of SCXML models into Qt code'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('257fba5cc29e17923d82037cc46741ef')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-charts/repos/kde-unstable-i686/PKGBUILD (from rev 268920, 
qt5-charts/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:15:54 UTC (rev 268921)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-charts
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('257fba5cc29e17923d82037cc46741ef')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:15:35 UTC (rev 268920)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:15:54 UTC (rev 268921)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-charts
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Static and runtime integration of SCXML models into Qt code'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('257fba5cc29e17923d82037cc46741ef')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:15:16
  Author: arojas
Revision: 268919

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

Added:
  qt5-3d/repos/kde-unstable-i686/PKGBUILD
(from rev 268918, qt5-3d/kde-unstable/PKGBUILD)
  qt5-3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268918, qt5-3d/kde-unstable/PKGBUILD)
Deleted:
  qt5-3d/repos/kde-unstable-i686/PKGBUILD
  qt5-3d/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 kde-unstable-i686/PKGBUILD   |   41 
 kde-unstable-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:14:57 UTC (rev 268918)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:15:16 UTC (rev 268919)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-3d
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=('qt5-declarative' 'assimp')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('26887297fef9c58c3fb5ffa6a48e4e7b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-3d/repos/kde-unstable-i686/PKGBUILD (from rev 268918, 
qt5-3d/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:15:16 UTC (rev 268919)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=('qt5-declarative' 'assimp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('26887297fef9c58c3fb5ffa6a48e4e7b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:14:57 UTC (rev 268918)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:15:16 UTC (rev 268919)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-3d
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=('qt5-declarative' 'assimp')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('26887297fef9c58c3fb5ffa6a48e4e7b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-3d/repos/kde-unstable-x86_64/PKGBUILD (from 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:15:35
  Author: arojas
Revision: 268920

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

Added:
  qt5-canvas3d/repos/kde-unstable-i686/PKGBUILD
(from rev 268919, qt5-canvas3d/kde-unstable/PKGBUILD)
  qt5-canvas3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268919, qt5-canvas3d/kde-unstable/PKGBUILD)
Deleted:
  qt5-canvas3d/repos/kde-unstable-i686/PKGBUILD
  qt5-canvas3d/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 kde-unstable-i686/PKGBUILD   |   41 
 kde-unstable-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:15:16 UTC (rev 268919)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:15:35 UTC (rev 268920)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-canvas3d
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A JavaScript 3D rendering API for Qt Quick'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('98069234748dcb50e761d2ffd0957c09')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-canvas3d/repos/kde-unstable-i686/PKGBUILD (from rev 268919, 
qt5-canvas3d/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:15:35 UTC (rev 268920)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-canvas3d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A JavaScript 3D rendering API for Qt Quick'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('98069234748dcb50e761d2ffd0957c09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:15:16 UTC (rev 268919)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:15:35 UTC (rev 268920)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-canvas3d
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A JavaScript 3D rendering API for Qt Quick'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('98069234748dcb50e761d2ffd0957c09')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:14:57
  Author: arojas
Revision: 268918

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

Added:
  qt5-webchannel/repos/kde-unstable-i686/PKGBUILD
(from rev 268917, qt5-webchannel/kde-unstable/PKGBUILD)
  qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268917, qt5-webchannel/kde-unstable/PKGBUILD)
Deleted:
  qt5-webchannel/repos/kde-unstable-i686/PKGBUILD
  qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 kde-unstable-i686/PKGBUILD   |   41 
 kde-unstable-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:14:37 UTC (rev 268917)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:14:57 UTC (rev 268918)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webchannel
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('1413f60df06f5e739957873df4cba0c3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-webchannel/repos/kde-unstable-i686/PKGBUILD (from rev 268917, 
qt5-webchannel/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:14:57 UTC (rev 268918)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webchannel
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('1413f60df06f5e739957873df4cba0c3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:14:37 UTC (rev 268917)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:14:57 UTC (rev 268918)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webchannel
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('1413f60df06f5e739957873df4cba0c3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:14:25
  Author: arojas
Revision: 268916

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

Added:
  qt5-tools/repos/kde-unstable-i686/PKGBUILD
(from rev 268915, qt5-tools/kde-unstable/PKGBUILD)
  qt5-tools/repos/kde-unstable-i686/assistant.desktop
(from rev 268915, qt5-tools/kde-unstable/assistant.desktop)
  qt5-tools/repos/kde-unstable-i686/designer.desktop
(from rev 268915, qt5-tools/kde-unstable/designer.desktop)
  qt5-tools/repos/kde-unstable-i686/linguist.desktop
(from rev 268915, qt5-tools/kde-unstable/linguist.desktop)
  qt5-tools/repos/kde-unstable-i686/qdbusviewer.desktop
(from rev 268915, qt5-tools/kde-unstable/qdbusviewer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268915, qt5-tools/kde-unstable/PKGBUILD)
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
(from rev 268915, qt5-tools/kde-unstable/assistant.desktop)
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
(from rev 268915, qt5-tools/kde-unstable/designer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
(from rev 268915, qt5-tools/kde-unstable/linguist.desktop)
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop
(from rev 268915, qt5-tools/kde-unstable/qdbusviewer.desktop)
Deleted:
  qt5-tools/repos/kde-unstable-i686/PKGBUILD
  qt5-tools/repos/kde-unstable-i686/assistant.desktop
  qt5-tools/repos/kde-unstable-i686/designer.desktop
  qt5-tools/repos/kde-unstable-i686/linguist.desktop
  qt5-tools/repos/kde-unstable-i686/qdbusviewer.desktop
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop

-+
 /PKGBUILD   |  150 ++
 /assistant.desktop  |   16 +++
 /designer.desktop   |   20 
 /linguist.desktop   |   18 +++
 /qdbusviewer.desktop|   18 +++
 kde-unstable-i686/PKGBUILD  |   75 ---
 kde-unstable-i686/assistant.desktop |8 -
 kde-unstable-i686/designer.desktop  |   10 --
 kde-unstable-i686/linguist.desktop  |9 -
 kde-unstable-i686/qdbusviewer.desktop   |9 -
 kde-unstable-x86_64/PKGBUILD|   75 ---
 kde-unstable-x86_64/assistant.desktop   |8 -
 kde-unstable-x86_64/designer.desktop|   10 --
 kde-unstable-x86_64/linguist.desktop|9 -
 kde-unstable-x86_64/qdbusviewer.desktop |9 -
 15 files changed, 222 insertions(+), 222 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:13:58 UTC (rev 268915)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:14:25 UTC (rev 268916)
@@ -1,75 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
-depends=('qt5-base')
-makedepends=('qt5-declarative' 'qt5-webkit')
-optdepends=('qt5-doc: documentation' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-md5sums=('b19a6b49b7b03168e7768628516db563'
- 'b2897dd6a2967bccf8f10e397aafee55'
- '76e150b20178d2d43801f7367232e5f7'
- '188da8f4c87316e730ebf1c6217bf5a0'
- '322b419b16c75d4de0ee7ad0a246caa1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 

[arch-commits] Commit in qt5-translations/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:14:37
  Author: arojas
Revision: 268917

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt5-translations/repos/kde-unstable-any/PKGBUILD
(from rev 268916, qt5-translations/kde-unstable/PKGBUILD)
Deleted:
  qt5-translations/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-04 08:14:25 UTC (rev 268916)
+++ PKGBUILD2016-06-04 08:14:37 UTC (rev 268917)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-translations
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Translations)'
-depends=('qt5-base')
-makedepends=('qt5-tools')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('4aa63823b51ec23bf6d14e9c2c16cbff')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-translations/repos/kde-unstable-any/PKGBUILD (from rev 268916, 
qt5-translations/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-04 08:14:37 UTC (rev 268917)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-translations
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=('qt5-base')
+makedepends=('qt5-tools')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('4aa63823b51ec23bf6d14e9c2c16cbff')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:13:58
  Author: arojas
Revision: 268915

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

Added:
  qt5-serialport/repos/kde-unstable-i686/PKGBUILD
(from rev 268914, qt5-serialport/kde-unstable/PKGBUILD)
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268914, qt5-serialport/kde-unstable/PKGBUILD)
Deleted:
  qt5-serialport/repos/kde-unstable-i686/PKGBUILD
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 kde-unstable-i686/PKGBUILD   |   41 
 kde-unstable-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:13:39 UTC (rev 268914)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:13:58 UTC (rev 268915)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialport
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to hardware and virtual serial ports'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('53b585616bc422e5a4cab9e998b3ae42')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-serialport/repos/kde-unstable-i686/PKGBUILD (from rev 268914, 
qt5-serialport/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:13:58 UTC (rev 268915)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialport
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('53b585616bc422e5a4cab9e998b3ae42')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:13:39 UTC (rev 268914)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:13:58 UTC (rev 268915)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialport
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to hardware and virtual serial ports'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('53b585616bc422e5a4cab9e998b3ae42')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:13:39
  Author: arojas
Revision: 268914

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

Added:
  qt5-sensors/repos/kde-unstable-i686/PKGBUILD
(from rev 268913, qt5-sensors/kde-unstable/PKGBUILD)
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268913, qt5-sensors/kde-unstable/PKGBUILD)
Deleted:
  qt5-sensors/repos/kde-unstable-i686/PKGBUILD
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 kde-unstable-i686/PKGBUILD   |   42 
 kde-unstable-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:13:20 UTC (rev 268913)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:13:39 UTC (rev 268914)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-sensors
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to sensor hardware and motion gesture recognition'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('530f5d3122cd1e4b70f4ec0242f05d44')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-sensors/repos/kde-unstable-i686/PKGBUILD (from rev 268913, 
qt5-sensors/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:13:39 UTC (rev 268914)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-sensors
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to sensor hardware and motion gesture recognition'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('530f5d3122cd1e4b70f4ec0242f05d44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:13:20 UTC (rev 268913)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:13:39 UTC (rev 268914)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-sensors
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to sensor hardware and motion gesture recognition'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('530f5d3122cd1e4b70f4ec0242f05d44')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:13:20
  Author: arojas
Revision: 268913

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

Added:
  qt5-location/repos/kde-unstable-i686/PKGBUILD
(from rev 268912, qt5-location/kde-unstable/PKGBUILD)
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268912, qt5-location/kde-unstable/PKGBUILD)
Deleted:
  qt5-location/repos/kde-unstable-i686/PKGBUILD
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 kde-unstable-i686/PKGBUILD   |   41 
 kde-unstable-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:13:02 UTC (rev 268912)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:13:20 UTC (rev 268913)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-location
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('df7ae975f03b6483306126e1efc15469')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-location/repos/kde-unstable-i686/PKGBUILD (from rev 268912, 
qt5-location/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:13:20 UTC (rev 268913)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('df7ae975f03b6483306126e1efc15469')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:13:02 UTC (rev 268912)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:13:20 UTC (rev 268913)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-location
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('df7ae975f03b6483306126e1efc15469')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:13:02
  Author: arojas
Revision: 268912

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

Added:
  qt5-declarative/repos/kde-unstable-i686/PKGBUILD
(from rev 268911, qt5-declarative/kde-unstable/PKGBUILD)
  qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268911, qt5-declarative/kde-unstable/PKGBUILD)
Deleted:
  qt5-declarative/repos/kde-unstable-i686/PKGBUILD
  qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:12:43 UTC (rev 268911)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:13:02 UTC (rev 268912)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-declarative
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Classes for QML and JavaScript languages'
-depends=('qt5-xmlpatterns')
-makedepends=('python2' 'cmake')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('d2dc821e89904f2513ab3155d2681a11')
-
-prepare() {
-  mkdir -p build
-
-  # Use python2 for Python 2.x
-  find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 
-c|g' -e 's|python \$|python2 \$|g'
-}
-
-build() {
-  cd build
-
-  export PYTHON=python2
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Useful symlinks
-  install -d "$pkgdir"/usr/bin
-  for b in "$pkgdir"/usr/lib/qt/bin/*; do
-ln -s /usr/lib/qt/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-declarative/repos/kde-unstable-i686/PKGBUILD (from rev 268911, 
qt5-declarative/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:13:02 UTC (rev 268912)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for QML and JavaScript languages'
+depends=('qt5-xmlpatterns')
+makedepends=('python2' 'cmake')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('d2dc821e89904f2513ab3155d2681a11')
+
+prepare() {
+  mkdir -p build
+
+  # Use python2 for Python 2.x
+  find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 
-c|g' -e 's|python \$|python2 \$|g'
+}
+
+build() {
+  cd build
+
+  export PYTHON=python2
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Useful symlinks
+  install -d "$pkgdir"/usr/bin
+  for b in "$pkgdir"/usr/lib/qt/bin/*; do
+ln -s /usr/lib/qt/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:12:43 UTC (rev 268911)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:13:02 UTC (rev 268912)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-declarative
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Classes for QML and JavaScript 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:12:25
  Author: arojas
Revision: 268910

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

Added:
  qt5-base/repos/kde-unstable-i686/PKGBUILD
(from rev 268909, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-i686/rebuild.list
(from rev 268909, qt5-base/kde-unstable/rebuild.list)
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268909, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/rebuild.list
(from rev 268909, qt5-base/kde-unstable/rebuild.list)
Deleted:
  qt5-base/repos/kde-unstable-i686/PKGBUILD
  qt5-base/repos/kde-unstable-i686/rebuild.list
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
  qt5-base/repos/kde-unstable-x86_64/rebuild.list

--+
 /PKGBUILD|  222 +
 /rebuild.list|   12 ++
 kde-unstable-i686/PKGBUILD   |  111 --
 kde-unstable-i686/rebuild.list   |6 -
 kde-unstable-x86_64/PKGBUILD |  111 --
 kde-unstable-x86_64/rebuild.list |6 -
 6 files changed, 234 insertions(+), 234 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:11:41 UTC (rev 268909)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:12:25 UTC (rev 268910)
@@ -1,111 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-base
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'fontconfig'
- 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
- 'qtchooser' 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11')
-makedepends=('mtdev' 'libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'mtdev: evdev plugin'
-'gtk3: GTK platform plugin')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-
qtbug-53071.patch::"https://github.com/qtproject/qtbase/commit/e9041c7fc.patch;
-
qtbug-53071b.patch::"https://github.com/qtproject/qtbase/commit/cd25866f.patch;)
-md5sums=('e662dde5b593dd40f84a9dcad66fc9c2'
- '462f079cd46f869def6858903a718bf5'
- 'da4fd787ea877516397a027412e975e1')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-
-  # Fix libsystemd-journal detection
-  sed -e 's|libsystemd-journal|libsystemd|' -i 
config.tests/unix/journald/journald.pro -i src/corelib/global/global.pri
-
-  # Fix parsing of tzfile(5) POSIX rule zone names with bracket quotes
-  patch -p1 -i ../qtbug-53071.patch
-  patch -p1 -i ../qtbug-53071b.patch
-}
-
-build() {
-  cd ${_pkgfqn}
-
-#  export QTDIR="${srcdir}"/${_pkgfqn}
-#  export LD_LIBRARY_PATH="${QTDIR}"/lib:"${LD_LIBRARY_PATH}"
-#  export QT_PLUGIN_PATH="${QTDIR}"/qtbase/plugins
-
-  # FS#38796
-  [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
-
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
--prefix /usr \
--bindir /usr/lib/qt/bin \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-use-gold-linker \
--reduce-relocations ${SSE2}
-
-  make
-}
-
-package() {
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -D -m644 LGPL_EXCEPTION.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:12:43
  Author: arojas
Revision: 268911

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

Added:
  qt5-xmlpatterns/repos/kde-unstable-i686/PKGBUILD
(from rev 268910, qt5-xmlpatterns/kde-unstable/PKGBUILD)
  qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268910, qt5-xmlpatterns/kde-unstable/PKGBUILD)
Deleted:
  qt5-xmlpatterns/repos/kde-unstable-i686/PKGBUILD
  qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 kde-unstable-i686/PKGBUILD   |   41 
 kde-unstable-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-04 08:12:25 UTC (rev 268910)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:12:43 UTC (rev 268911)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-xmlpatterns
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('1821212e7e15ec0e1fc08a4f8b216f42')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-xmlpatterns/repos/kde-unstable-i686/PKGBUILD (from rev 268910, 
qt5-xmlpatterns/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:12:43 UTC (rev 268911)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-xmlpatterns
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('1821212e7e15ec0e1fc08a4f8b216f42')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-06-04 08:12:25 UTC (rev 268910)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:12:43 UTC (rev 268911)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-xmlpatterns
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('1821212e7e15ec0e1fc08a4f8b216f42')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base 

[arch-commits] Commit in (3 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:11:41
  Author: arojas
Revision: 268909

New Qt module

Added:
  qt5-declarative-render2d/
  qt5-declarative-render2d/kde-unstable/
  qt5-declarative-render2d/kde-unstable/PKGBUILD

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

Added: qt5-declarative-render2d/kde-unstable/PKGBUILD
===
--- qt5-declarative-render2d/kde-unstable/PKGBUILD  
(rev 0)
+++ qt5-declarative-render2d/kde-unstable/PKGBUILD  2016-06-04 08:11:41 UTC 
(rev 268909)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 268719 2016-05-28 17:41:02Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-declarative-render2d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Raster backend for QtQuick scene graph'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('4d04255d557f2de3c7d99e019973e3a0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-datavis3d (5 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:08:07
  Author: arojas
Revision: 268908

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

Added:
  qt5-datavis3d/repos/
  qt5-datavis3d/repos/kde-unstable-i686/
  qt5-datavis3d/repos/kde-unstable-i686/PKGBUILD
(from rev 268907, qt5-datavis3d/kde-unstable/PKGBUILD)
  qt5-datavis3d/repos/kde-unstable-x86_64/
  qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268907, qt5-datavis3d/kde-unstable/PKGBUILD)

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

Copied: qt5-datavis3d/repos/kde-unstable-i686/PKGBUILD (from rev 268907, 
qt5-datavis3d/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-06-04 08:08:07 UTC (rev 268908)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-datavis3d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Qt Data Visualization module'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('edcf8a84e98a1e877917ee31fd90f1d6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 268907, 
qt5-datavis3d/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-06-04 08:08:07 UTC (rev 268908)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-datavis3d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Qt Data Visualization module'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('edcf8a84e98a1e877917ee31fd90f1d6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:07:50
  Author: arojas
Revision: 268907

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

Added:
  qt5-connectivity/repos/kde-unstable-i686/
  qt5-connectivity/repos/kde-unstable-i686/PKGBUILD
(from rev 268906, qt5-connectivity/kde-unstable/PKGBUILD)
  qt5-connectivity/repos/kde-unstable-x86_64/
  qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268906, qt5-connectivity/kde-unstable/PKGBUILD)

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

Copied: qt5-connectivity/repos/kde-unstable-i686/PKGBUILD (from rev 268906, 
qt5-connectivity/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:07:50 UTC (rev 268907)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-connectivity
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to Bluetooth hardware'
+depends=('qt5-base' 'bluez-libs')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('ded526c87028234eb9c41b7d0e2588fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD (from rev 268906, 
qt5-connectivity/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:07:50 UTC (rev 268907)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-connectivity
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to Bluetooth hardware'
+depends=('qt5-base' 'bluez-libs')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('ded526c87028234eb9c41b7d0e2588fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-charts (5 files)

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:07:32
  Author: arojas
Revision: 268906

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

Added:
  qt5-charts/repos/
  qt5-charts/repos/kde-unstable-i686/
  qt5-charts/repos/kde-unstable-i686/PKGBUILD
(from rev 268905, qt5-charts/kde-unstable/PKGBUILD)
  qt5-charts/repos/kde-unstable-x86_64/
  qt5-charts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268905, qt5-charts/kde-unstable/PKGBUILD)

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

Copied: qt5-charts/repos/kde-unstable-i686/PKGBUILD (from rev 268905, 
qt5-charts/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-06-04 08:07:32 UTC (rev 268906)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-charts
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('257fba5cc29e17923d82037cc46741ef')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-charts/repos/kde-unstable-x86_64/PKGBUILD (from rev 268905, 
qt5-charts/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-06-04 08:07:32 UTC (rev 268906)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-charts
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('257fba5cc29e17923d82037cc46741ef')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:07:16
  Author: arojas
Revision: 268905

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

Added:
  qt5-canvas3d/repos/kde-unstable-i686/
  qt5-canvas3d/repos/kde-unstable-i686/PKGBUILD
(from rev 268904, qt5-canvas3d/kde-unstable/PKGBUILD)
  qt5-canvas3d/repos/kde-unstable-x86_64/
  qt5-canvas3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268904, qt5-canvas3d/kde-unstable/PKGBUILD)

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

Copied: qt5-canvas3d/repos/kde-unstable-i686/PKGBUILD (from rev 268904, 
qt5-canvas3d/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:07:16 UTC (rev 268905)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-canvas3d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A JavaScript 3D rendering API for Qt Quick'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('98069234748dcb50e761d2ffd0957c09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-canvas3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 268904, 
qt5-canvas3d/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:07:16 UTC (rev 268905)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-canvas3d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A JavaScript 3D rendering API for Qt Quick'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('98069234748dcb50e761d2ffd0957c09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:06:24
  Author: arojas
Revision: 268902

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt5-translations/repos/kde-unstable-any/
  qt5-translations/repos/kde-unstable-any/PKGBUILD
(from rev 268901, qt5-translations/kde-unstable/PKGBUILD)

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

Copied: qt5-translations/repos/kde-unstable-any/PKGBUILD (from rev 268901, 
qt5-translations/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2016-06-04 08:06:24 UTC (rev 268902)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-translations
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=('qt5-base')
+makedepends=('qt5-tools')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('4aa63823b51ec23bf6d14e9c2c16cbff')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:06:57
  Author: arojas
Revision: 268904

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

Added:
  qt5-3d/repos/kde-unstable-i686/
  qt5-3d/repos/kde-unstable-i686/PKGBUILD
(from rev 268903, qt5-3d/kde-unstable/PKGBUILD)
  qt5-3d/repos/kde-unstable-x86_64/
  qt5-3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268903, qt5-3d/kde-unstable/PKGBUILD)

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

Copied: qt5-3d/repos/kde-unstable-i686/PKGBUILD (from rev 268903, 
qt5-3d/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:06:57 UTC (rev 268904)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=('qt5-declarative' 'assimp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('26887297fef9c58c3fb5ffa6a48e4e7b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 268903, 
qt5-3d/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:06:57 UTC (rev 268904)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=('qt5-declarative' 'assimp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('26887297fef9c58c3fb5ffa6a48e4e7b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:06:03
  Author: arojas
Revision: 268901

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

Added:
  qt5-tools/repos/kde-unstable-i686/
  qt5-tools/repos/kde-unstable-i686/PKGBUILD
(from rev 268900, qt5-tools/kde-unstable/PKGBUILD)
  qt5-tools/repos/kde-unstable-i686/assistant.desktop
(from rev 268900, qt5-tools/kde-unstable/assistant.desktop)
  qt5-tools/repos/kde-unstable-i686/designer.desktop
(from rev 268900, qt5-tools/kde-unstable/designer.desktop)
  qt5-tools/repos/kde-unstable-i686/linguist.desktop
(from rev 268900, qt5-tools/kde-unstable/linguist.desktop)
  qt5-tools/repos/kde-unstable-i686/qdbusviewer.desktop
(from rev 268900, qt5-tools/kde-unstable/qdbusviewer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268900, qt5-tools/kde-unstable/PKGBUILD)
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
(from rev 268900, qt5-tools/kde-unstable/assistant.desktop)
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
(from rev 268900, qt5-tools/kde-unstable/designer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
(from rev 268900, qt5-tools/kde-unstable/linguist.desktop)
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop
(from rev 268900, qt5-tools/kde-unstable/qdbusviewer.desktop)

-+
 kde-unstable-i686/PKGBUILD  |   75 ++
 kde-unstable-i686/assistant.desktop |8 +++
 kde-unstable-i686/designer.desktop  |   10 
 kde-unstable-i686/linguist.desktop  |9 +++
 kde-unstable-i686/qdbusviewer.desktop   |9 +++
 kde-unstable-x86_64/PKGBUILD|   75 ++
 kde-unstable-x86_64/assistant.desktop   |8 +++
 kde-unstable-x86_64/designer.desktop|   10 
 kde-unstable-x86_64/linguist.desktop|9 +++
 kde-unstable-x86_64/qdbusviewer.desktop |9 +++
 10 files changed, 222 insertions(+)

Copied: qt5-tools/repos/kde-unstable-i686/PKGBUILD (from rev 268900, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:06:03 UTC (rev 268901)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
+depends=('qt5-base')
+makedepends=('qt5-declarative' 'qt5-webkit')
+optdepends=('qt5-doc: documentation' 'qt5-webkit: for Qt Assistant')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+{assistant,designer,linguist,qdbusviewer}.desktop)
+md5sums=('b19a6b49b7b03168e7768628516db563'
+ 'b2897dd6a2967bccf8f10e397aafee55'
+ '76e150b20178d2d43801f7367232e5f7'
+ '188da8f4c87316e730ebf1c6217bf5a0'
+ '322b419b16c75d4de0ee7ad0a246caa1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="${pkgdir}" install
+
+  cd ../${_pkgfqn}
+  # install missing icons and desktop files
+  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
+size=$(echo $(basename ${icon}) | cut -d- -f2)
+install -p -D -m644 ${icon} \
+  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
+  done
+
+  install -D -m644 src/assistant/assistant/images/assistant.png \
+"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
+  install -D -m644 src/assistant/assistant/images/assistant-128.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
+  install -D -m644 src/designer/src/designer/images/designer.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
+"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
+  install -d "${pkgdir}/usr/share/applications"
+  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
+"${pkgdir}/usr/share/applications/"
+
+  # Useful symlinks
+  install -d "${pkgdir}"/usr/bin
+  for b in "${pkgdir}"/usr/lib/qt/bin/*; do
+ln -s /usr/lib/qt/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:06:41
  Author: arojas
Revision: 268903

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

Added:
  qt5-webchannel/repos/kde-unstable-i686/
  qt5-webchannel/repos/kde-unstable-i686/PKGBUILD
(from rev 268902, qt5-webchannel/kde-unstable/PKGBUILD)
  qt5-webchannel/repos/kde-unstable-x86_64/
  qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268902, qt5-webchannel/kde-unstable/PKGBUILD)

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

Copied: qt5-webchannel/repos/kde-unstable-i686/PKGBUILD (from rev 268902, 
qt5-webchannel/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:06:41 UTC (rev 268903)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webchannel
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('1413f60df06f5e739957873df4cba0c3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD (from rev 268902, 
qt5-webchannel/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:06:41 UTC (rev 268903)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webchannel
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('1413f60df06f5e739957873df4cba0c3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:05:04
  Author: arojas
Revision: 268898

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

Added:
  qt5-location/repos/kde-unstable-i686/
  qt5-location/repos/kde-unstable-i686/PKGBUILD
(from rev 268897, qt5-location/kde-unstable/PKGBUILD)
  qt5-location/repos/kde-unstable-x86_64/
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268897, qt5-location/kde-unstable/PKGBUILD)

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

Copied: qt5-location/repos/kde-unstable-i686/PKGBUILD (from rev 268897, 
qt5-location/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:05:04 UTC (rev 268898)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('df7ae975f03b6483306126e1efc15469')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-location/repos/kde-unstable-x86_64/PKGBUILD (from rev 268897, 
qt5-location/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:05:04 UTC (rev 268898)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('df7ae975f03b6483306126e1efc15469')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:05:22
  Author: arojas
Revision: 268899

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

Added:
  qt5-sensors/repos/kde-unstable-i686/
  qt5-sensors/repos/kde-unstable-i686/PKGBUILD
(from rev 268898, qt5-sensors/kde-unstable/PKGBUILD)
  qt5-sensors/repos/kde-unstable-x86_64/
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268898, qt5-sensors/kde-unstable/PKGBUILD)

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

Copied: qt5-sensors/repos/kde-unstable-i686/PKGBUILD (from rev 268898, 
qt5-sensors/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:05:22 UTC (rev 268899)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-sensors
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to sensor hardware and motion gesture recognition'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('530f5d3122cd1e4b70f4ec0242f05d44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD (from rev 268898, 
qt5-sensors/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:05:22 UTC (rev 268899)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-sensors
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to sensor hardware and motion gesture recognition'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('530f5d3122cd1e4b70f4ec0242f05d44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:05:38
  Author: arojas
Revision: 268900

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

Added:
  qt5-serialport/repos/kde-unstable-i686/
  qt5-serialport/repos/kde-unstable-i686/PKGBUILD
(from rev 268899, qt5-serialport/kde-unstable/PKGBUILD)
  qt5-serialport/repos/kde-unstable-x86_64/
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268899, qt5-serialport/kde-unstable/PKGBUILD)

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

Copied: qt5-serialport/repos/kde-unstable-i686/PKGBUILD (from rev 268899, 
qt5-serialport/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:05:38 UTC (rev 268900)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialport
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('53b585616bc422e5a4cab9e998b3ae42')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD (from rev 268899, 
qt5-serialport/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:05:38 UTC (rev 268900)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialport
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('53b585616bc422e5a4cab9e998b3ae42')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:03:48
  Author: arojas
Revision: 268895

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

Added:
  qt5-base/repos/kde-unstable-i686/
  qt5-base/repos/kde-unstable-i686/PKGBUILD
(from rev 268894, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-i686/rebuild.list
(from rev 268894, qt5-base/kde-unstable/rebuild.list)
  qt5-base/repos/kde-unstable-x86_64/
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268894, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/rebuild.list
(from rev 268894, qt5-base/kde-unstable/rebuild.list)

--+
 kde-unstable-i686/PKGBUILD   |  111 +
 kde-unstable-i686/rebuild.list   |6 ++
 kde-unstable-x86_64/PKGBUILD |  111 +
 kde-unstable-x86_64/rebuild.list |6 ++
 4 files changed, 234 insertions(+)

Copied: qt5-base/repos/kde-unstable-i686/PKGBUILD (from rev 268894, 
qt5-base/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:03:48 UTC (rev 268895)
@@ -0,0 +1,111 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-base
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'fontconfig'
+ 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
+ 'qtchooser' 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11')
+makedepends=('mtdev' 'libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
+ 'gtk3' 'libpulse' 'cups' 'freetds')
+optdepends=('qt5-svg: to use SVG icon themes'
+'postgresql-libs: PostgreSQL driver'
+'libmariadbclient: MariaDB driver'
+'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
+'freetds: MS SQL driver'
+'mtdev: evdev plugin'
+'gtk3: GTK platform plugin')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+
qtbug-53071.patch::"https://github.com/qtproject/qtbase/commit/e9041c7fc.patch;
+
qtbug-53071b.patch::"https://github.com/qtproject/qtbase/commit/cd25866f.patch;)
+md5sums=('e662dde5b593dd40f84a9dcad66fc9c2'
+ '462f079cd46f869def6858903a718bf5'
+ 'da4fd787ea877516397a027412e975e1')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  # Build qmake using Arch {C,LD}FLAGS
+  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
+  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
+mkspecs/common/gcc-base.conf
+  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
+mkspecs/common/g++-unix.conf
+
+  # Use python2 for Python 2.x
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+
+  # Fix libsystemd-journal detection
+  sed -e 's|libsystemd-journal|libsystemd|' -i 
config.tests/unix/journald/journald.pro -i src/corelib/global/global.pri
+
+  # Fix parsing of tzfile(5) POSIX rule zone names with bracket quotes
+  patch -p1 -i ../qtbug-53071.patch
+  patch -p1 -i ../qtbug-53071b.patch
+}
+
+build() {
+  cd ${_pkgfqn}
+
+#  export QTDIR="${srcdir}"/${_pkgfqn}
+#  export LD_LIBRARY_PATH="${QTDIR}"/lib:"${LD_LIBRARY_PATH}"
+#  export QT_PLUGIN_PATH="${QTDIR}"/qtbase/plugins
+
+  # FS#38796
+  [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
+
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
+-prefix /usr \
+-bindir /usr/lib/qt/bin \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples \
+-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
+-system-sqlite \
+-openssl-linked \
+-nomake examples \
+-no-rpath \
+-optimized-qmake \
+-dbus-linked \
+-system-harfbuzz \
+-journald \
+-no-use-gold-linker \
+-reduce-relocations ${SSE2}
+
+  make
+}
+
+package() {
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  # Fix wrong qmake path in pri file
+  sed -i 

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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:04:23
  Author: arojas
Revision: 268896

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

Added:
  qt5-xmlpatterns/repos/kde-unstable-i686/
  qt5-xmlpatterns/repos/kde-unstable-i686/PKGBUILD
(from rev 268895, qt5-xmlpatterns/kde-unstable/PKGBUILD)
  qt5-xmlpatterns/repos/kde-unstable-x86_64/
  qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268895, qt5-xmlpatterns/kde-unstable/PKGBUILD)

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

Copied: qt5-xmlpatterns/repos/kde-unstable-i686/PKGBUILD (from rev 268895, 
qt5-xmlpatterns/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:04:23 UTC (rev 268896)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-xmlpatterns
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('1821212e7e15ec0e1fc08a4f8b216f42')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD (from rev 268895, 
qt5-xmlpatterns/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:04:23 UTC (rev 268896)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-xmlpatterns
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('1821212e7e15ec0e1fc08a4f8b216f42')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 10:04:42
  Author: arojas
Revision: 268897

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

Added:
  qt5-declarative/repos/kde-unstable-i686/
  qt5-declarative/repos/kde-unstable-i686/PKGBUILD
(from rev 268896, qt5-declarative/kde-unstable/PKGBUILD)
  qt5-declarative/repos/kde-unstable-x86_64/
  qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268896, qt5-declarative/kde-unstable/PKGBUILD)

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

Copied: qt5-declarative/repos/kde-unstable-i686/PKGBUILD (from rev 268896, 
qt5-declarative/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-04 08:04:42 UTC (rev 268897)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for QML and JavaScript languages'
+depends=('qt5-xmlpatterns')
+makedepends=('python2' 'cmake')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('d2dc821e89904f2513ab3155d2681a11')
+
+prepare() {
+  mkdir -p build
+
+  # Use python2 for Python 2.x
+  find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 
-c|g' -e 's|python \$|python2 \$|g'
+}
+
+build() {
+  cd build
+
+  export PYTHON=python2
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Useful symlinks
+  install -d "$pkgdir"/usr/bin
+  for b in "$pkgdir"/usr/lib/qt/bin/*; do
+ln -s /usr/lib/qt/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD (from rev 268896, 
qt5-declarative/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-06-04 08:04:42 UTC (rev 268897)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for QML and JavaScript languages'
+depends=('qt5-xmlpatterns')
+makedepends=('python2' 'cmake')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('d2dc821e89904f2513ab3155d2681a11')
+
+prepare() {
+  mkdir -p build
+
+  # Use python2 for Python 2.x
+  find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 
-c|g' -e 's|python \$|python2 \$|g'
+}
+
+build() {
+  cd build
+
+  export PYTHON=python2
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Useful symlinks
+  install -d "$pkgdir"/usr/bin
+  for b in "$pkgdir"/usr/lib/qt/bin/*; do
+ln -s /usr/lib/qt/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


  1   2   >