[arch-commits] Commit in (paintown)

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:58:28
  Author: svenstaro
Revision: 308774

Drop paintown because it's unmaintained

Deleted:
  paintown/


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

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 06:50:10
  Author: felixonmars
Revision: 308773

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  146 +++--
 1 file changed, 75 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:49:46 UTC (rev 308772)
+++ PKGBUILD2018-03-16 06:50:10 UTC (rev 308773)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
- 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
- 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
- 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 
'python-decorator'
- 'python2-decorator' 'python-jmespath' 'python2-jmespath' 
'python2-ipaddress'
- 'python2-futures' 'python-iso8601' 'python2-iso8601' 
'python-netifaces'
- 'python2-netifaces' 'python-dogpile.cache' 
'python2-dogpile.cache' 'python-munch'
- 'python2-munch')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
-  'python2-jsonschema')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstacksdk/archive/$pkgver.tar.gz";)
-sha512sums=('b2a1d18f41fc1f8aba22860626d326050bfe67f617b9bc2dced50a04717f923917fda890def5ca4e3b30c9f0370dd625211daf6f77e78ff882fe6bcf455182ec')
-
-prepare() {
-  cp -a python-openstacksdk-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  stestr2 run || warning "Tests failed"
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-jsonpatch' 'python-appdirs' 
'python-keystoneauth1'
-   'python-os-service-types' 'python-deprecation' 
'python-requestsexceptions'
-   'python-decorator' 'python-jmespath' 'python-iso8601' 
'python-netifaces'
-   'python-dogpile.cache' 'python-munch')
-
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-jsonpatch' 'python2-appdirs'
-   'python2-keystoneauth1' 'python2-os-service-types' 
'python2-deprecation'
-   'python2-requestsexceptions' 'python2-decorator' 'python2-jmespath' 
'python2-ipaddress'
-   'python2-futures' 'python2-iso8601' 'python2-netifaces' 
'python2-dogpile.cache'
-   'python2-munch')
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 308772, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:50:10 UTC (rev 308773)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
+ 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
+ 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
+ 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 
'python-decorator'
+ 'python2-decorator' 'python-jmespath' 'python2-jmespath' 
'python2-ipaddress'
+ 'python2-futures' 'python-iso8601' 'python2-iso8601' 
'python-n

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

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 06:49:46
  Author: felixonmars
Revision: 308772

upgpkg: python-openstacksdk 0.12.0-2

try to address FS#57855

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:45:13 UTC (rev 308771)
+++ PKGBUILD2018-03-16 06:49:46 UTC (rev 308772)
@@ -5,7 +5,7 @@
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
 url="http://developer.openstack.org/sdks/python/openstacksdk";
@@ -26,6 +26,8 @@
 
sha512sums=('b2a1d18f41fc1f8aba22860626d326050bfe67f617b9bc2dced50a04717f923917fda890def5ca4e3b30c9f0370dd625211daf6f77e78ff882fe6bcf455182ec')
 
 prepare() {
+  echo -e "\nglobal-include *.json" >> python-openstacksdk-$pkgver/MANIFEST.in
+
   cp -a python-openstacksdk-$pkgver{,-py2}
 
   export PBR_VERSION=$pkgver
@@ -66,6 +68,8 @@
 
   cd "$srcdir"/python-openstacksdk-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/openstack-inventory{,2}
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-os-service-types/trunk (PKGBUILD)

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 06:45:13
  Author: felixonmars
Revision: 308771

improve handling of missing json files

Modified:
  python-os-service-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:31:54 UTC (rev 308770)
+++ PKGBUILD2018-03-16 06:45:13 UTC (rev 308771)
@@ -17,6 +17,8 @@
 
sha512sums=('f7e0aedfcf18514bb8a112a27363971361dfa4abeb05ec32f206197f07bbc55c119cf6b47058977925e77306658a83aab7619aa3a97f3581976e81ae5abef056')
 
 prepare() {
+  echo "global-include *.json" >> os-service-types-$pkgver/MANIFEST.in
+
   cp -a os-service-types-$pkgver{,-py2}
 
   export PBR_VERSION=$pkgver
@@ -43,7 +45,6 @@
 
   cd "$srcdir"/os-service-types-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 os_service_types/data/service-types.json 
"$pkgdir"/usr/lib/python3.6/site-packages/os_service_types/data/service-types.json
 }
 
 package_python2-os-service-types() {
@@ -51,7 +52,6 @@
 
   cd "$srcdir"/os-service-types-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 os_service_types/data/service-types.json 
"$pkgdir"/usr/lib/python2.7/site-packages/os_service_types/data/service-types.json
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:31:50
  Author: svenstaro
Revision: 308769

Depend on python2-boto3

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:29:12 UTC (rev 308768)
+++ PKGBUILD2018-03-16 06:31:50 UTC (rev 308769)
@@ -8,7 +8,7 @@
 
 pkgname=(ansible python-ansible)
 pkgver=2.4.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://www.ansible.com'
@@ -21,7 +21,7 @@
 'python2-pywinrm: connect to Windows machines'
 'python2-dnspython: for dig lookup'
 'python2-ovirt-engine-sdk: ovirt support'
-'python2-boto: aws_s3 module'
+'python2-boto3: aws_s3 module'
 'python2-jmespath: json_query support')
 makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
  'python-setuptools')


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:31:54
  Author: svenstaro
Revision: 308770

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 308769, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:31:50 UTC (rev 308769)
+++ PKGBUILD2018-03-16 06:31:54 UTC (rev 308770)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=(ansible python-ansible)
-pkgver=2.4.3.0
-pkgrel=2
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='https://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
-optdepends=('sshpass: for ssh connections with password'
-'python2-passlib: crypt values for vars_prompt'
-'python2-netaddr: for the ipaddr filter'
-'python2-systemd: log to journal'
-'python2-pywinrm: connect to Windows machines'
-'python2-dnspython: for dig lookup'
-'python2-ovirt-engine-sdk: ovirt support'
-'python2-boto: aws_s3 module'
-'python2-jmespath: json_query support')
-makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
- 'python-setuptools')
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
-sha512sums=('a7cda358c67c519c7e5ba248bf47070f21a27203fb29d70d9d75ecf027ba1275d71c0f96493e047281211d172a3be8273d7e0816284695fb0bc8b94daa82')
-
-prepare() {
-  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}-python
-  python setup.py build
-}
-
-package_ansible() {
-  provides=('python2-ansible')
-
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}
-
-package_python-ansible() {
-  pkgdesc='python bindings for ansible'
-  depends=('python-paramiko' 'python-jinja' 'python-yaml' 'python-crypto')
-
-  cd "${srcdir}"/ansible-${pkgver}-python
-  python setup.py install --root=${pkgdir} --optimize=1
-  rm "${pkgdir}"/usr/bin/ansible*
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 308769, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:31:54 UTC (rev 308770)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=(ansible python-ansible)
+pkgver=2.4.3.0
+pkgrel=3
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='https://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
+optdepends=('sshpass: for ssh connections with password'
+'python2-passlib: crypt values for vars_prompt'
+'python2-netaddr: for the ipaddr filter'
+'python2-systemd: log to journal'
+'python2-pywinrm: connect to Windows machines'
+'python2-dnspython: for dig lookup'
+'python2-ovirt-engine-sdk: ovirt support'
+'python2-boto3: aws_s3 module'
+'python2-jmespath: json_query support')
+makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
+ 'python-setuptools')
+backup=('etc/ansible/ansible.cfg')
+source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
+sha512sums=('a7cda358c67c519c7e5ba248bf47070f21a27203fb29d70d9d75ecf027ba1275d71c0f96493e047281211d172a3be8273d7e0816284695fb0bc8b94daa82')
+
+prepare() {
+  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}-python
+  python setup.py build
+}
+
+package_ansible() {
+  provides=('python2-ansible')
+
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
+
+  install

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

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 06:28:51
  Author: felixonmars
Revision: 308767

upgpkg: deepin-clone 0.0.8.3-1

Modified:
  deepin-clone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:19:56 UTC (rev 308766)
+++ PKGBUILD2018-03-16 06:28:51 UTC (rev 308767)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-clone
-pkgver=0.0.8.2
+pkgver=0.0.8.3
 pkgrel=1
 pkgdesc='Disk and partition backup/restore tool'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-tools' 'deepin-gettext-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz";)
-sha512sums=('0fe05b7a919ca4a92497230ac61a5dd5b681d9cb5519b2b20e86a2de02394f1b52ab67c1e79fddd69a6d4f567c0e8c3eb8cf910398c93e6ffb91c3b7184d73b0')
+sha512sums=('5125a2ae7941520e0ed854857cb15d73a5ea7a7629e078f74f57c77aecaaa9a4775a062f20708c5e0e844ae8850a424d3f2ada56c73747dbb9e377f341e886e1')
 
 prepare() {
   cd deepin-clone-$pkgver


[arch-commits] Commit in deepin-clone/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 06:29:12
  Author: felixonmars
Revision: 308768

archrelease: copy trunk to community-x86_64

Added:
  deepin-clone/repos/community-x86_64/PKGBUILD
(from rev 308767, deepin-clone/trunk/PKGBUILD)
Deleted:
  deepin-clone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:28:51 UTC (rev 308767)
+++ PKGBUILD2018-03-16 06:29:12 UTC (rev 308768)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-clone
-pkgver=0.0.8.2
-pkgrel=1
-pkgdesc='Disk and partition backup/restore tool'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-clone";
-license=('GPL3')
-depends=('deepin-qt5integration' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz";)
-sha512sums=('0fe05b7a919ca4a92497230ac61a5dd5b681d9cb5519b2b20e86a2de02394f1b52ab67c1e79fddd69a6d4f567c0e8c3eb8cf910398c93e6ffb91c3b7184d73b0')
-
-prepare() {
-  cd deepin-clone-$pkgver
-  sed -i 's|/usr/sbin|/usr/bin|' 
app/{deepin-clone-app.pro,deepin-clone-ionice,deepin-clone-pkexec,com.deepin.pkexec.deepin-clone.policy.tmp}
-}
-
-build() {
-  cd deepin-clone-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-clone-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-clone/repos/community-x86_64/PKGBUILD (from rev 308767, 
deepin-clone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:29:12 UTC (rev 308768)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-clone
+pkgver=0.0.8.3
+pkgrel=1
+pkgdesc='Disk and partition backup/restore tool'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-clone";
+license=('GPL3')
+depends=('deepin-qt5integration' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz";)
+sha512sums=('5125a2ae7941520e0ed854857cb15d73a5ea7a7629e078f74f57c77aecaaa9a4775a062f20708c5e0e844ae8850a424d3f2ada56c73747dbb9e377f341e886e1')
+
+prepare() {
+  cd deepin-clone-$pkgver
+  sed -i 's|/usr/sbin|/usr/bin|' 
app/{deepin-clone-app.pro,deepin-clone-ionice,deepin-clone-pkexec,com.deepin.pkexec.deepin-clone.policy.tmp}
+}
+
+build() {
+  cd deepin-clone-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-clone-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:19:56
  Author: svenstaro
Revision: 308766

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   77 -
 1 file changed, 46 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:19:50 UTC (rev 308765)
+++ PKGBUILD2018-03-16 06:19:56 UTC (rev 308766)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgname=python-boto3
-pkgver=1.6.7
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('76b8f23c7106fe5f63e1b6c2f7a378d2671c2f030162bab4707437a4bcc03e5e3a5ba973ca67cf045aea0211b41771f6ba156fd62a754a0dd4a43fd872d8d983')
-
-build() {
-  cd "$srcdir"/boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 308765, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:19:56 UTC (rev 308766)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
+pkgver=1.6.7
+pkgrel=2
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+makedepends=('python-setuptools' 'python2-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
+sha512sums=('76b8f23c7106fe5f63e1b6c2f7a378d2671c2f030162bab4707437a4bcc03e5e3a5ba973ca67cf045aea0211b41771f6ba156fd62a754a0dd4a43fd872d8d983')
+
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:19:50
  Author: svenstaro
Revision: 308765

upgpkg: python-boto3 1.6.7-2

Add python2 package

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:14:28 UTC (rev 308764)
+++ PKGBUILD2018-03-16 06:19:50 UTC (rev 308765)
@@ -2,22 +2,30 @@
 # Maintainer: Jonathan Steel 
 # Contributor: Felix Yan 
 
-pkgname=python-boto3
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
 pkgver=1.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc='The AWS SDK for Python'
 arch=('any')
 license=('Apache')
 url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
 
sha512sums=('76b8f23c7106fe5f63e1b6c2f7a378d2671c2f030162bab4707437a4bcc03e5e3a5ba973ca67cf045aea0211b41771f6ba156fd62a754a0dd4a43fd872d8d983')
 
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
 build() {
-  cd "$srcdir"/boto3-$pkgver
+  cd "$srcdir/python-boto3-$pkgver"
   python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
 }
 
 check() {
@@ -25,7 +33,14 @@
   # scripts/ci/run-tests
 }
 
-package() {
-  cd boto3-$pkgver
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1
 }
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in xf86-video-ati/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 06:16:44
  Author: lcarlier
Revision: 319380

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-ati/repos/extra-x86_64/PKGBUILD
(from rev 319379, xf86-video-ati/trunk/PKGBUILD)
Deleted:
  xf86-video-ati/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:16:38 UTC (rev 319379)
+++ PKGBUILD2018-03-16 06:16:44 UTC (rev 319380)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-video-ati
-pkgver=18.0.0
-pkgrel=1
-epoch=1
-pkgdesc="X.org ati video driver"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/";
-license=('custom')
-depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
-conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('a9a634091f208099885039d42433cee061e03968417c0d535691833abcc9162d8d0a46f99bac902f0885beb14dcc9a011d104b535ffe492562fd5bb740ad4721'
-'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-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-video-ati/repos/extra-x86_64/PKGBUILD (from rev 319379, 
xf86-video-ati/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:16:44 UTC (rev 319380)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+pkgver=18.0.1
+pkgrel=1
+epoch=1
+pkgdesc="X.org ati video driver"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14'
+'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-ati/trunk (PKGBUILD)

2018-03-15 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 06:16:38
  Author: lcarlier
Revision: 319379

upgpkg: xf86-video-ati 1:18.0.1-1

upstream update 18.0.1

Modified:
  xf86-video-ati/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:15:00 UTC (rev 319378)
+++ PKGBUILD2018-03-16 06:16:38 UTC (rev 319379)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-video-ati
-pkgver=18.0.0
+pkgver=18.0.1
 pkgrel=1
 epoch=1
 pkgdesc="X.org ati video driver"
@@ -15,7 +15,7 @@
 conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('a9a634091f208099885039d42433cee061e03968417c0d535691833abcc9162d8d0a46f99bac902f0885beb14dcc9a011d104b535ffe492562fd5bb740ad4721'
+sha512sums=('b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14'
 'SKIP')
 validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 


[arch-commits] Commit in xf86-video-amdgpu/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 06:15:00
  Author: lcarlier
Revision: 319378

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-amdgpu/repos/extra-x86_64/PKGBUILD
(from rev 319377, xf86-video-amdgpu/trunk/PKGBUILD)
Deleted:
  xf86-video-amdgpu/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:14:54 UTC (rev 319377)
+++ PKGBUILD2018-03-16 06:15:00 UTC (rev 319378)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-video-amdgpu
-pkgver=18.0.0
-pkgrel=1
-pkgdesc="X.org amdgpu video driver"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/";
-license=('custom')
-depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
-conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('e909b9707d2562dfc36d8075a8cbddbc93901aaa8f2522d9a429c3fc5ad66d94'
-'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr \
---enable-glamor
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-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-video-amdgpu/repos/extra-x86_64/PKGBUILD (from rev 319377, 
xf86-video-amdgpu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:15:00 UTC (rev 319378)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-video-amdgpu
+pkgver=18.0.1
+pkgrel=1
+pkgdesc="X.org amdgpu video driver"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('7484682ccb403b3ca9e26d1c980572f08cdfa3469e2b2c9a9affc3d51b52691b'
+'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-amdgpu/trunk (PKGBUILD)

2018-03-15 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 06:14:54
  Author: lcarlier
Revision: 319377

upgpkg: xf86-video-amdgpu 18.0.1-1

upstream update 18.0.1

Modified:
  xf86-video-amdgpu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 04:03:35 UTC (rev 319376)
+++ PKGBUILD2018-03-16 06:14:54 UTC (rev 319377)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-video-amdgpu
-pkgver=18.0.0
+pkgver=18.0.1
 pkgrel=1
 pkgdesc="X.org amdgpu video driver"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('e909b9707d2562dfc36d8075a8cbddbc93901aaa8f2522d9a429c3fc5ad66d94'
+sha256sums=('7484682ccb403b3ca9e26d1c980572f08cdfa3469e2b2c9a9affc3d51b52691b'
 'SKIP')
 validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:14:28
  Author: svenstaro
Revision: 308764

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:14:23 UTC (rev 308763)
+++ PKGBUILD2018-03-16 06:14:28 UTC (rev 308764)
@@ -1,28 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-
-pkgname=python-s3transfer
-pkgver=0.1.13
-pkgrel=1
-pkgdesc='Amazon S3 Transfer Manager for Python'
-arch=('any')
-url="https://github.com/boto/s3transfer";
-license=('Apache')
-depends=('python-botocore')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('7bad7a38ca2442d650455fadeb3578b0')
-
-build() {
-  cd s3transfer-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd s3transfer-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-s3transfer/repos/community-any/PKGBUILD (from rev 308763, 
python-s3transfer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:14:28 UTC (rev 308764)
@@ -0,0 +1,45 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgbase=python-s3transfer
+pkgname=('python-s3transfer' 'python2-s3transfer')
+pkgver=0.1.13
+pkgrel=2
+pkgdesc='Amazon S3 Transfer Manager for Python'
+arch=('any')
+url="https://github.com/boto/s3transfer";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('7bad7a38ca2442d650455fadeb3578b0')
+
+prepare() {
+  cp -r "s3transfer-$pkgver" "python-s3transfer-$pkgver"
+  cp -r "s3transfer-$pkgver" "python2-s3transfer-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-s3transfer-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-s3transfer-$pkgver"
+  python2 setup.py build
+}
+
+package_python-s3transfer() {
+  depends=('python-botocore')
+  cd python-s3transfer-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-s3transfer() {
+  depends=('python2-botocore')
+  cd python2-s3transfer-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:14:23
  Author: svenstaro
Revision: 308763

upgpkg: python-s3transfer 0.1.13-2

Add python2 package

Modified:
  python-s3transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 05:57:13 UTC (rev 308762)
+++ PKGBUILD2018-03-16 06:14:23 UTC (rev 308763)
@@ -1,28 +1,45 @@
 # Maintainer: Jonathan Steel 
 # Contributor: Chris Severance aur.severach AatT spamgourmet.com
 
-pkgname=python-s3transfer
+pkgbase=python-s3transfer
+pkgname=('python-s3transfer' 'python2-s3transfer')
 pkgver=0.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Amazon S3 Transfer Manager for Python'
 arch=('any')
 url="https://github.com/boto/s3transfer";
 license=('Apache')
-depends=('python-botocore')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
 md5sums=('7bad7a38ca2442d650455fadeb3578b0')
 
+prepare() {
+  cp -r "s3transfer-$pkgver" "python-s3transfer-$pkgver"
+  cp -r "s3transfer-$pkgver" "python2-s3transfer-$pkgver"
+}
+
 build() {
-  cd s3transfer-$pkgver
+  cd "$srcdir/python-s3transfer-$pkgver"
+  python setup.py build
 
-  python setup.py build
+  cd "$srcdir/python2-s3transfer-$pkgver"
+  python2 setup.py build
 }
 
-package() {
-  cd s3transfer-$pkgver
+package_python-s3transfer() {
+  depends=('python-botocore')
+  cd python-s3transfer-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
+
+package_python2-s3transfer() {
+  depends=('python2-botocore')
+  cd python2-s3transfer-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:57:13
  Author: svenstaro
Revision: 308762

Fix formatting

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 05:47:54 UTC (rev 308761)
+++ PKGBUILD2018-03-16 05:57:13 UTC (rev 308762)
@@ -23,7 +23,6 @@
 
 buildk() {
   cd "$srcdir/python-flask-$pkgver"
-
   python setup.py build
 
   cd "$srcdir/python2-flask-$pkgver"


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:47:54
  Author: svenstaro
Revision: 308761

Add pkgbase

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 05:44:17 UTC (rev 308760)
+++ PKGBUILD2018-03-16 05:47:54 UTC (rev 308761)
@@ -4,6 +4,7 @@
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Tarmo Heiskanen 
 
+pkgbase=python-flask
 pkgname=('python-flask' 'python2-flask')
 pkgver=0.12.2
 pkgrel=4


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:44:17
  Author: svenstaro
Revision: 308760

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  117 +
 1 file changed, 57 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 05:44:13 UTC (rev 308759)
+++ PKGBUILD2018-03-16 05:44:17 UTC (rev 308760)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Tarmo Heiskanen 
-
-pkgname=('python-flask' 'python2-flask')
-pkgver=0.12.2
-pkgrel=3
-pkgdesc='Micro webdevelopment framework for Python'
-url='http://flask.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/pallets/flask/archive/0.12.2.tar.gz";)
-sha512sums=('5007129eed63902a39c6652f0868348629f3f6e09d38a764a6ed0e77f6e87f0a28068cfeee6ecb2dee92ccee771d57f42ba816f856e49f08b8c1dfe6bde9873c')
-
-prepare() {
-  cp -r "flask-$pkgver" "python-flask-$pkgver"
-  cp -r "flask-$pkgver" "python2-flask-$pkgver"
-}
-
-build_python-flask() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-flask() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-check_python-flask() {
-  cd "$pkgname-$pkgver"
-  python setup.py test
-
-  cd "$pkgname-$pkgver"
-  python2 setup.py test
-}
-
-package_python-flask() {
-  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-flask() {
-  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flask/repos/community-any/PKGBUILD (from rev 308759, 
python-flask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 05:44:17 UTC (rev 308760)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen 
+
+pkgname=('python-flask' 'python2-flask')
+pkgver=0.12.2
+pkgrel=4
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/pallets/flask/archive/0.12.2.tar.gz";)
+sha512sums=('5007129eed63902a39c6652f0868348629f3f6e09d38a764a6ed0e77f6e87f0a28068cfeee6ecb2dee92ccee771d57f42ba816f856e49f08b8c1dfe6bde9873c')
+
+prepare() {
+  cp -r "flask-$pkgver" "python-flask-$pkgver"
+  cp -r "flask-$pkgver" "python2-flask-$pkgver"
+}
+
+buildk() {
+  cd "$srcdir/python-flask-$pkgver"
+
+  python setup.py build
+
+  cd "$srcdir/python2-flask-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/python-flask-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/python2-flask-$pkgver"
+  python2 setup.py test
+}
+
+package_python-flask() {
+  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
+  cd "$srcdir/python-flask-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-flask() {
+  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
+  cd "$srcdir/python2-flask-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:44:13
  Author: svenstaro
Revision: 308759

upgpkg: python-flask 0.12.2-4

Fix split package

Modified:
  python-flask/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 05:41:30 UTC (rev 308758)
+++ PKGBUILD2018-03-16 05:44:13 UTC (rev 308759)
@@ -6,7 +6,7 @@
 
 pkgname=('python-flask' 'python2-flask')
 pkgver=0.12.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
 arch=('any')
@@ -20,29 +20,26 @@
   cp -r "flask-$pkgver" "python2-flask-$pkgver"
 }
 
-build_python-flask() {
-  cd "$pkgname-$pkgver"
+buildk() {
+  cd "$srcdir/python-flask-$pkgver"
 
   python setup.py build
-}
 
-build_python2-flask() {
-  cd "$pkgname-$pkgver"
-
+  cd "$srcdir/python2-flask-$pkgver"
   python setup.py build
 }
 
-check_python-flask() {
-  cd "$pkgname-$pkgver"
+check() {
+  cd "$srcdir/python-flask-$pkgver"
   python setup.py test
 
-  cd "$pkgname-$pkgver"
+  cd "$srcdir/python2-flask-$pkgver"
   python2 setup.py test
 }
 
 package_python-flask() {
   depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
-  cd "$pkgname-$pkgver"
+  cd "$srcdir/python-flask-$pkgver"
 
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
@@ -50,7 +47,7 @@
 
 package_python2-flask() {
   depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
-  cd "$pkgname-$pkgver"
+  cd "$srcdir/python2-flask-$pkgver"
 
   python2 setup.py install --root="$pkgdir" --optimize=1
   mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:41:30
  Author: svenstaro
Revision: 308758

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  119 +
 1 file changed, 58 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 05:41:25 UTC (rev 308757)
+++ PKGBUILD2018-03-16 05:41:30 UTC (rev 308758)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Dan Serban
-# Contributor: Richard Murri
-
-pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=0.14.1
-pkgrel=1
-pkgdesc='Swiss Army knife of Python web development'
-url='http://werkzeug.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
-source=("https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz";)
-sha512sums=('71ec293b702f247b68bf82b4ff9e4351e21aa1949221c3cba46cd0db3c3f10ca2009029bf26869230ad32cec29109b279876b71f4aa0de64dd6635725c9baecb')
-
-prepare() {
-  cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"
-  cp -r "werkzeug-$pkgver" "python2-werkzeug-$pkgver"
-}
-
-build_python-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-#check() {
-#  cd "python-werkzeug-$pkgver"
-#  python setup.py test
-#
-#  cd "python-werkzeug-$pkgver"
-#  p3ython2 setup.py test
-#}
-
-package_python-werkzeug() {
-  depends+=('python')
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-werkzeug() {
-  depends+=('python2')
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: https://github.com/mitsuhiko/werkzeug
-# vim:set ts=2 sw=2 et:

Copied: python-werkzeug/repos/community-any/PKGBUILD (from rev 308757, 
python-werkzeug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 05:41:30 UTC (rev 308758)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=('python-werkzeug' 'python2-werkzeug')
+pkgver=0.14.1
+pkgrel=2
+pkgdesc='Swiss Army knife of Python web development'
+url='http://werkzeug.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
+source=("https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz";)
+sha512sums=('71ec293b702f247b68bf82b4ff9e4351e21aa1949221c3cba46cd0db3c3f10ca2009029bf26869230ad32cec29109b279876b71f4aa0de64dd6635725c9baecb')
+
+prepare() {
+  cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"
+  cp -r "werkzeug-$pkgver" "python2-werkzeug-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-werkzeug-$pkgver"
+
+  python setup.py build
+
+  cd "$srcdir/python2-werkzeug-$pkgver"
+
+  python2 setup.py build
+}
+
+# check() {
+#   cd "python-werkzeug-$pkgver"
+#   python setup.py test
+#
+#   cd "python2-werkzeug-$pkgver"
+#   python2 setup.py test
+# }
+
+package_python-werkzeug() {
+  depends=('python')
+  cd "python-werkzeug-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-werkzeug() {
+  depends=('python2')
+  cd "python2-werkzeug-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:41:25
  Author: svenstaro
Revision: 308757

upgpkg: python-werkzeug 0.14.1-2

Fix split package

Modified:
  python-werkzeug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 05:24:30 UTC (rev 308756)
+++ PKGBUILD2018-03-16 05:41:25 UTC (rev 308757)
@@ -7,7 +7,7 @@
 
 pkgname=('python-werkzeug' 'python2-werkzeug')
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Swiss Army knife of Python web development'
 url='http://werkzeug.pocoo.org/'
 arch=('any')
@@ -21,29 +21,27 @@
   cp -r "werkzeug-$pkgver" "python2-werkzeug-$pkgver"
 }
 
-build_python-werkzeug() {
-  cd "$pkgname-$pkgver"
+build() {
+  cd "$srcdir/python-werkzeug-$pkgver"
 
   python setup.py build
-}
 
-build_python2-werkzeug() {
-  cd "$pkgname-$pkgver"
+  cd "$srcdir/python2-werkzeug-$pkgver"
 
   python2 setup.py build
 }
 
-#check() {
-#  cd "python-werkzeug-$pkgver"
-#  python setup.py test
+# check() {
+#   cd "python-werkzeug-$pkgver"
+#   python setup.py test
 #
-#  cd "python-werkzeug-$pkgver"
-#  p3ython2 setup.py test
-#}
+#   cd "python2-werkzeug-$pkgver"
+#   python2 setup.py test
+# }
 
 package_python-werkzeug() {
-  depends+=('python')
-  cd "$pkgname-$pkgver"
+  depends=('python')
+  cd "python-werkzeug-$pkgver"
 
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
@@ -50,12 +48,11 @@
 }
 
 package_python2-werkzeug() {
-  depends+=('python2')
-  cd "$pkgname-$pkgver"
+  depends=('python2')
+  cd "python2-werkzeug-$pkgver"
 
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# getver: https://github.com/mitsuhiko/werkzeug
 # vim:set ts=2 sw=2 et:


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:24:30
  Author: svenstaro
Revision: 308756

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 05:24:24 UTC (rev 308755)
+++ PKGBUILD2018-03-16 05:24:30 UTC (rev 308756)
@@ -1,51 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgbase=python-botocore
-pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.9.7
-pkgrel=2
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('d3c687dfabed11413c02669b63ff58b9')
-
-prepare() {
-  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
-  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
-}
-
-build_python-botocore() {
-  cd "python-botocore-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-botocore() {
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py build
-}
-
-package_python-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-
-  cd "python-botocore-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 308755, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 05:24:30 UTC (rev 308756)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
+pkgver=1.9.7
+pkgrel=3
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('d3c687dfabed11413c02669b63ff58b9')
+
+prepare() {
+  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
+
+build_python-botocore() {
+  cd "python-botocore-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-botocore() {
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py build
+}
+
+package_python-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+
+  cd "python-botocore-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-botocore() {
+  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils')
+
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:24:24
  Author: svenstaro
Revision: 308755

upgpkg: python-botocore 1.9.7-3

Fix deps to python2

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 05:16:28 UTC (rev 308754)
+++ PKGBUILD2018-03-16 05:24:24 UTC (rev 308755)
@@ -6,7 +6,7 @@
 pkgbase=python-botocore
 pkgname=('python-botocore' 'python2-botocore')
 pkgver=1.9.7
-pkgrel=2
+pkgrel=3
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
 url="https://github.com/boto/botocore";
@@ -42,7 +42,7 @@
 }
 
 package_python2-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils')
 
   cd "python2-botocore-$pkgver"
 


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:16:23
  Author: svenstaro
Revision: 308753

upgpkg: python-botocore 1.9.7-2

Add python2 package

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 05:01:26 UTC (rev 308752)
+++ PKGBUILD2018-03-16 05:16:23 UTC (rev 308753)
@@ -3,28 +3,49 @@
 # Contributor: Ainola
 # Contributor: Chris Fordham
 
-pkgname=python-botocore
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
 pkgver=1.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
 url="https://github.com/boto/botocore";
 license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
 md5sums=('d3c687dfabed11413c02669b63ff58b9')
 
-build() {
-  cd botocore-$pkgver
+prepare() {
+  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
 
+build_python-botocore() {
+  cd "python-botocore-$pkgver"
+
   python setup.py build
 }
 
-package() {
-  cd botocore-$pkgver
+build_python2-botocore() {
+  cd "python2-botocore-$pkgver"
 
+  python2 setup.py build
+}
+
+package_python-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+
+  cd "python-botocore-$pkgver"
+
   python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
 
+package_python2-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:16:28
  Author: svenstaro
Revision: 308754

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 05:16:23 UTC (rev 308753)
+++ PKGBUILD2018-03-16 05:16:28 UTC (rev 308754)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.9.7
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('d3c687dfabed11413c02669b63ff58b9')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 308753, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 05:16:28 UTC (rev 308754)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
+pkgver=1.9.7
+pkgrel=2
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('d3c687dfabed11413c02669b63ff58b9')
+
+prepare() {
+  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
+
+build_python-botocore() {
+  cd "python-botocore-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-botocore() {
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py build
+}
+
+package_python-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+
+  cd "python-botocore-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:01:13
  Author: svenstaro
Revision: 308751

upgpkg: tensorflow 1.6.0-2

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 04:52:47 UTC (rev 308750)
+++ PKGBUILD2018-03-16 05:01:13 UTC (rev 308751)
@@ -6,7 +6,7 @@
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=1.6.0
 _pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/";
 license=('APACHE')


[arch-commits] Commit in tensorflow/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 05:01:26
  Author: svenstaro
Revision: 308752

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 308751, tensorflow/trunk/PKGBUILD)
Deleted:
  tensorflow/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  454 ++---
 1 file changed, 227 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 05:01:13 UTC (rev 308751)
+++ PKGBUILD2018-03-16 05:01:26 UTC (rev 308752)
@@ -1,227 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=1.6.0
-_pkgver=1.6.0
-pkgrel=1
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/";
-license=('APACHE')
-arch=('x86_64')
-makedepends=('bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz";)
-sha512sums=('a3e5f07c8f622e952f522baf78d943cf484d8b9a2e77857e2ddb33289ca9e60cb80835dce1e9366b9eedda6beb9dc0043a8e26e02b738bc71bcbf24ae3030c7e')
-
-prepare() {
-  # Trick tensorflow into not building Android. The env var
-  # TF_SET_ANDROID_WORKSPACE does not work for some reason.
-  sed -i "s/if workspace_has_any_android_rule()/if True/g" 
tensorflow-${_pkgver}/configure.py
-
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
-  # These environment variables influence the behavior of the configure call 
below.
-  export PYTHON_BIN_PATH=/usr/bin/python
-  export USE_DEFAULT_PYTHON_LIB_PATH=1
-  export TF_NEED_JEMALLOC=1
-  export TF_NEED_KAFKA=0
-  export TF_NEED_OPENCL_SYCL=0
-  export TF_NEED_GCP=0
-  export TF_NEED_HDFS=0
-  export TF_NEED_S3=0
-  export TF_ENABLE_XLA=1
-  export TF_NEED_GDR=0
-  export TF_NEED_VERBS=0
-  export TF_NEED_OPENCL=0
-  export TF_NEED_MPI=0
-  export TF_NEED_TENSORRT=0
-  # This should work, but doesn't:
-  # export TF_SET_ANDROID_WORKSPACE=0
-}
-
-build() {
-  # _bazel_09_fix="--incompatible_load_argument_is_label=false"
-  cd ${srcdir}/tensorflow-${_pkgver}
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package # ${_bazel_09_fix}
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
-
-  cd ${srcdir}/tensorflow-${_pkgver}-cuda
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_CUDA=1
-  # For next version instead of the gcc-6 stuff:
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
-  export TF_CUDA_CLANG=0
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
-  ./configure
-  bazel build --cxxopt="-I/opt/cuda/include/crt" --config=opt --config=cuda 
//tensorflow:libtensorflow.so //tensorflow/tools/pip_package:build_pip_package 
${_bazel_09_fix}
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
-
-  cd ${srcdir}/tensorflow-${_pkgver}-opt
-  export CC_OPT_FLAGS="-march=haswell"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package ${_bazel_09_fix}
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpopt
-
-  cd ${srcdir}/tensorflow-${_pkgver}-opt-cuda
-  export CC_OPT_FLAGS="-march=haswell"
-  export TF_NEED_CUDA=1
-  # For next version instead of the gcc-6 stuff:
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
-  export TF_CUDA_CLANG=0
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
-  ./configure
-  bazel build --cxxopt="-I/opt/cuda/include/crt" --config=opt --config=cuda 
//tensorflow:libtensorflow.so //tensorflow/tools/pip_package:build_pip_package 

[arch-commits] Commit in haskell-turtle/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:52:47
  Author: felixonmars
Revision: 308750

archrelease: copy trunk to community-x86_64

Added:
  haskell-turtle/repos/community-x86_64/PKGBUILD
(from rev 308749, haskell-turtle/trunk/PKGBUILD)
Deleted:
  haskell-turtle/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 04:52:30 UTC (rev 308749)
+++ PKGBUILD2018-03-16 04:52:47 UTC (rev 308750)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=turtle
-pkgname=haskell-turtle
-pkgver=1.5.5
-pkgrel=2
-pkgdesc="Shell programming, Haskell-style"
-url="https://github.com/Gabriel439/Haskell-Turtle-Library";
-license=('custom:BSD3')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-exceptions'
- 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 
'haskell-optparse-applicative'
- 'haskell-optional-args' 'haskell-semigroups' 'haskell-stm' 
'haskell-system-fileio'
- 'haskell-system-filepath' 'haskell-temporary' 'haskell-text' 
'haskell-unix-compat')
-makedepends=('ghc' 'haskell-doctest')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('af0ff292e8f82ef8ff85cd78caf29726113543a832756c2ab7a671e2a0cd7ee80c8e1e70475d61ed866c6383cf865dafb4c5dab5d5bf88fae6fe7217a886415a')
-
-prepare() {
-sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs
-}
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-turtle/repos/community-x86_64/PKGBUILD (from rev 308749, 
haskell-turtle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 04:52:47 UTC (rev 308750)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.5.6
+pkgrel=1
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-exceptions'
+ 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 
'haskell-optparse-applicative'
+ 'haskell-optional-args' 'haskell-semigroups' 'haskell-stm' 
'haskell-system-fileio'
+ 'haskell-system-filepath' 'haskell-temporary' 'haskell-text' 
'haskell-unix-compat')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5901c100e27ebb33ddb86297ea451a66784296e37ead75d713d5d8553a5a6dfcbbfb072828183d02dca0a5049ac2a4e1abca02315ed4b500e1ce3ed532f8a03c')
+
+prepare() {
+sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runh

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

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:52:30
  Author: felixonmars
Revision: 308749

upgpkg: haskell-turtle 1.5.6-1

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 04:49:43 UTC (rev 308748)
+++ PKGBUILD2018-03-16 04:52:30 UTC (rev 308749)
@@ -4,8 +4,8 @@
 
 _hkgname=turtle
 pkgname=haskell-turtle
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.5.6
+pkgrel=1
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library";
 license=('custom:BSD3')
@@ -16,7 +16,7 @@
  'haskell-system-filepath' 'haskell-temporary' 'haskell-text' 
'haskell-unix-compat')
 makedepends=('ghc' 'haskell-doctest')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('af0ff292e8f82ef8ff85cd78caf29726113543a832756c2ab7a671e2a0cd7ee80c8e1e70475d61ed866c6383cf865dafb4c5dab5d5bf88fae6fe7217a886415a')
+sha512sums=('5901c100e27ebb33ddb86297ea451a66784296e37ead75d713d5d8553a5a6dfcbbfb072828183d02dca0a5049ac2a4e1abca02315ed4b500e1ce3ed532f8a03c')
 
 prepare() {
 sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 04:49:43
  Author: svenstaro
Revision: 308748

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 308747, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 308747, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 308747, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 308747, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 308747, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 308747, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 308747, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 308747, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 308747, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 308747, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 308747, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/yarn.lock
(from rev 308747, gitlab/trunk/yarn.lock)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/yarn.lock

-+
 PKGBUILD|  432 -
 gitlab-backup.service   |   38 
 gitlab-backup.timer |   20 
 gitlab-mailroom.service |   40 
 gitlab-sidekiq.service  |   58 
 gitlab-unicorn.service  |   61 
 gitlab.install  |   40 
 gitlab.logrotate|   22 
 gitlab.target   |   14 
 gitlab.tmpfiles.d   |2 
 lighttpd.conf.example   |   70 
 yarn.lock   |13204 +++---
 12 files changed, 7002 insertions(+), 6999 deletions(-)

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


[arch-commits] Commit in gitlab/trunk (PKGBUILD gitlab-unicorn.service)

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 04:49:27
  Author: svenstaro
Revision: 308747

upgpkg: gitlab 10.5.5-1

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab-unicorn.service

+
 PKGBUILD   |6 +++---
 gitlab-unicorn.service |5 -
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 04:06:21 UTC (rev 308746)
+++ PKGBUILD2018-03-16 04:49:27 UTC (rev 308747)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=10.5.4
+pkgver=10.5.5
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -36,8 +36,8 @@
 gitlab.logrotate
 yarn.lock)
 install='gitlab.install'
-sha512sums=('d213d8a1be1d6ae35d4ceb8551a712d5814bd5b1560109fc0129a9817ed86577601577a80f58ee26094d5eec49ac911b85e95839b6b6c4a2a6b1584f941cb84c'
-
'7c0fefe753eda3b80f892f62ef5ca733495b05a0bc94bf6a3db6e455c491f3e534e758f55f320898dfecfc1a799dedfeb573d555ad006a43eb6d0ab289dcd753'
+sha512sums=('4ec0cfc58eb4ab2140eedb763da3eb4e74e3eccf29bc65f5c090fc22025b6e332fbc57c8bb9a426c73bce0ea4ac4e172fa7d78573b8fb2287d22cd304483fa41'
+
'8a1e14d4fc38d4ab7a1ac34ac103a2520fc335e1d9ece8b8723a11cf8de348a1f1a918fc39cf5746065092200a04f9caf942d16eda8514c69ea5114b37c21bc7'
 
'14f428525309397f8e9e7dca38b107a5267a124c03cdea67c10ebf271f8e18cefe5b52dd8af0ab146ab41f1a8eef4e05be746171ea11cb43464254965f12436a'
 
'bfc98f3890dfbe11a6f7fa3275f2b04b54b8e31455dcf70abfdc7f1021ff9acb1243f7af8381465346cd780bc76fa2b1c80fada860b8c3c87c7c56bb5229c1ee'
 
'a720df93dee2a4705411578e28ff00dc0af9ecdc2a7fdd11b63c533108ed6017dcbcf099604ea27599e0099d3b05e984e2549146bb8d852eaf09e33542003358'

Modified: gitlab-unicorn.service
===
--- gitlab-unicorn.service  2018-03-16 04:06:21 UTC (rev 308746)
+++ gitlab-unicorn.service  2018-03-16 04:49:27 UTC (rev 308747)
@@ -18,7 +18,10 @@
 PrivateDevices=true
 ProtectSystem=full
 ProtectHome=true
-NoNewPrivileges=true
+# NoNewPrivileges breaks gitlabs' email delivery if you
+# use postfix' sendmail wrapper. If you use an SMTP server
+# instead you can safely enable this security feature.
+#NoNewPrivileges=true
 ExecStart=/usr/bin/bundle-2.3 exec unicorn_rails -c 
/config/unicorn.rb -E production
 ExecStop=/usr/bin/kill -QUIT $MAINPID
 ExecReload=/usr/bin/kill -USR2 $MAINPID


[arch-commits] Commit in deepin-qt5dxcb-plugin/repos/community-x86_64 (4 files)

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:06:21
  Author: felixonmars
Revision: 308746

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD
(from rev 308745, deepin-qt5dxcb-plugin/trunk/PKGBUILD)
  
deepin-qt5dxcb-plugin/repos/community-x86_64/deepin-qt5dxcb-plugin-qt5.10.patch
(from rev 308745, 
deepin-qt5dxcb-plugin/trunk/deepin-qt5dxcb-plugin-qt5.10.patch)
Deleted:
  deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD
  
deepin-qt5dxcb-plugin/repos/community-x86_64/deepin-qt5dxcb-plugin-qt5.10.patch

+
 PKGBUILD   |   66 +--
 deepin-qt5dxcb-plugin-qt5.10.patch |   22 +--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 04:06:04 UTC (rev 308745)
+++ PKGBUILD2018-03-16 04:06:21 UTC (rev 308746)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5dxcb-plugin
-pkgver=1.1.8.2
-pkgrel=1
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5dxcb-plugin";
-license=('GPL3')
-depends=('cairo' 'qt5-x11extras')
-makedepends=('qt5-xcb-private-headers')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz";)
-sha512sums=('601dce7f40fd4233384578b1a16f1609a8699b89e6b942144c11786d5c497c2752c853c629cb2db1e90dc361ee9c30442dca9e24b1733deef6f163033808b7a7')
-
-prepare() {
-  cd qt5dxcb-plugin-$pkgver
-
-  rm -r platformplugin/libqt5xcbqpa-dev
-  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
-}
-
-build() {
-  cd qt5dxcb-plugin-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5dxcb-plugin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD (from rev 308745, 
deepin-qt5dxcb-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 04:06:21 UTC (rev 308746)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5dxcb-plugin
+pkgver=1.1.8.3
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5dxcb-plugin";
+license=('GPL3')
+depends=('cairo' 'qt5-x11extras')
+makedepends=('qt5-xcb-private-headers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz";)
+sha512sums=('b2f561114f4efa0518aac536efd844215b6d2a842aee39c84728aede2d6367dc9019ec918ee750345adddbd9a59b24f25a187e52bf8100cfeb90b9abf2d11e0e')
+
+prepare() {
+  cd qt5dxcb-plugin-$pkgver
+
+  rm -r platformplugin/libqt5xcbqpa-dev
+  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
+}
+
+build() {
+  cd qt5dxcb-plugin-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5dxcb-plugin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-qt5dxcb-plugin-qt5.10.patch
===
--- deepin-qt5dxcb-plugin-qt5.10.patch  2018-03-16 04:06:04 UTC (rev 308745)
+++ deepin-qt5dxcb-plugin-qt5.10.patch  2018-03-16 04:06:21 UTC (rev 308746)
@@ -1,11 +0,0 @@
 qt5dxcb-plugin-1.1.5/platformplugin/windoweventhook.cpp.orig   
2017-12-07 16:01:23.609087845 +
-+++ qt5dxcb-plugin-1.1.5/platformplugin/windoweventhook.cpp2017-12-07 
16:02:33.895912926 +
-@@ -125,7 +125,7 @@
- dropData = drag->currentDrag()->mimeData();
- supported_drop_actions = Qt::DropActions(l[4]);
- } else {
--dropData = drag->platformDropData();
-+dropData = drag->dragMimeData();
- supported_drop_actions = drag->accepted_drop_action;
- 
- // Drop coming from another app? Update keyboard modifiers.

Copied: 
deepin-qt5dxcb-plugin/repos/community-x86_64/deepin-qt5dxcb-plugin-qt5.10.patch 
(from rev 308745, 
deepin-qt5dxcb-plugin/trunk/deepin-qt5dxcb-plugin-qt5.10.patch)
===
--- deepin-qt5dxcb-plugin-qt5.10.patch  (rev 0)
+++ deepin-qt5dxcb-plugin-qt5.10.patch  2018-03-16 04:06:21 UTC (rev 308746)
@@ -0,0 +1,11 @@
+--- qt5dxcb-plugin-1.1.5/platformplugin/windoweventhook.cpp.orig   
2017-12-07 16:01:23.609087845 +
 qt5dxcb-plugin-1.1.5/platformplugin/windoweventhook.cpp2017-12-07 
16:02:33.895912926 +
+@@ -125,7 +125,7 @@
+ dropData = drag->currentDrag()->mimeData();
+ supported_drop_actions = Qt::DropActions(l[4]);
+ } else {
+-dropData = drag->platformDropData();
++dropData = drag->dragMimeData();
+ supported_drop_actions =

[arch-commits] Commit in deepin-qt5dxcb-plugin/trunk (PKGBUILD)

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:06:04
  Author: felixonmars
Revision: 308745

upgpkg: deepin-qt5dxcb-plugin 1.1.8.3-1

Modified:
  deepin-qt5dxcb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 04:05:00 UTC (rev 308744)
+++ PKGBUILD2018-03-16 04:06:04 UTC (rev 308745)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5dxcb-plugin
-pkgver=1.1.8.2
+pkgver=1.1.8.3
 pkgrel=1
 pkgdesc='Qt platform plugins for DDE'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-xcb-private-headers')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz";)
-sha512sums=('601dce7f40fd4233384578b1a16f1609a8699b89e6b942144c11786d5c497c2752c853c629cb2db1e90dc361ee9c30442dca9e24b1733deef6f163033808b7a7')
+sha512sums=('b2f561114f4efa0518aac536efd844215b6d2a842aee39c84728aede2d6367dc9019ec918ee750345adddbd9a59b24f25a187e52bf8100cfeb90b9abf2d11e0e')
 
 prepare() {
   cd qt5dxcb-plugin-$pkgver


[arch-commits] Commit in perl-test-inter/trunk (PKGBUILD)

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:04:40
  Author: felixonmars
Revision: 308743

upgpkg: perl-test-inter 1.07-1

Modified:
  perl-test-inter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 04:04:02 UTC (rev 308742)
+++ PKGBUILD2018-03-16 04:04:40 UTC (rev 308743)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-inter
-pkgver=1.06
-pkgrel=3
+pkgver=1.07
+pkgrel=1
 pkgdesc='Framework for more readable interactive test scripts'
 arch=('any')
 url="https://metacpan.org/release/Test-Inter";
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz";)
-sha1sums=('fe7ac2c6328546dd11f6dcbe297261c5792c114f')
+sha512sums=('8897dd10a625941ac0c6dd6a177642c527d402de3f4446de6cf4bb5115d25191c9725bb6ac3ea4db5bba9ac44c451802dfb23e0bdc4a4e605087a79da66e9aae')
 
 build() {
   cd Test-Inter-$pkgver


[arch-commits] Commit in perl-test-inter/repos/community-any (PKGBUILD PKGBUILD)

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:05:00
  Author: felixonmars
Revision: 308744

archrelease: copy trunk to community-any

Added:
  perl-test-inter/repos/community-any/PKGBUILD
(from rev 308743, perl-test-inter/trunk/PKGBUILD)
Deleted:
  perl-test-inter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 04:04:40 UTC (rev 308743)
+++ PKGBUILD2018-03-16 04:05:00 UTC (rev 308744)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 109093 2014-04-10 12:45:00Z fyan $
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-inter
-pkgver=1.06
-pkgrel=3
-pkgdesc='Framework for more readable interactive test scripts'
-arch=('any')
-url="https://metacpan.org/release/Test-Inter";
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz";)
-sha1sums=('fe7ac2c6328546dd11f6dcbe297261c5792c114f')
-
-build() {
-  cd Test-Inter-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Inter-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Inter-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-inter/repos/community-any/PKGBUILD (from rev 308743, 
perl-test-inter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 04:05:00 UTC (rev 308744)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 109093 2014-04-10 12:45:00Z fyan $
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-inter
+pkgver=1.07
+pkgrel=1
+pkgdesc='Framework for more readable interactive test scripts'
+arch=('any')
+url="https://metacpan.org/release/Test-Inter";
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz";)
+sha512sums=('8897dd10a625941ac0c6dd6a177642c527d402de3f4446de6cf4bb5115d25191c9725bb6ac3ea4db5bba9ac44c451802dfb23e0bdc4a4e605087a79da66e9aae')
+
+build() {
+  cd Test-Inter-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Inter-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Inter-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:04:02
  Author: felixonmars
Revision: 308742

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-texmath/repos/community-staging-x86_64/
  haskell-texmath/repos/community-staging-x86_64/PKGBUILD
(from rev 308741, haskell-texmath/trunk/PKGBUILD)

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

Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
308741, haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-16 04:04:02 UTC (rev 308742)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.10.1.1
+pkgrel=15
+pkgdesc="Conversion between formats used to represent mathematics."
+url="https://github.com/jgm/texmath";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-syb" "haskell-xml")
+makedepends=('ghc' 'haskell-split' 'haskell-temporary' 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('db84c0b176b625c8d3b402156b8b60e245d55c0e233ef2da154e847fb48a73259c486095756f1d78ad4a5ec751f659b573de7cf4f32b27186aeb4ba03b6d13c0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-executable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:03:40
  Author: felixonmars
Revision: 308741

upgpkg: haskell-texmath 0.10.1.1-15

rebuild with pandoc-types,1.17.4

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 04:03:29 UTC (rev 308740)
+++ PKGBUILD2018-03-16 04:03:40 UTC (rev 308741)
@@ -5,7 +5,7 @@
 _hkgname=texmath
 pkgname=haskell-texmath
 pkgver=0.10.1.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Conversion between formats used to represent mathematics."
 url="https://github.com/jgm/texmath";
 license=("GPL")


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:03:35
  Author: felixonmars
Revision: 319376

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 319375, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  192 ++---
 1 file changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 04:03:17 UTC (rev 319375)
+++ PKGBUILD2018-03-16 04:03:35 UTC (rev 319376)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.5.2
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-mock' 'python2-mock' 
'python-pytest-fixture-config'
-  'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
-  'python-wheel' 'python2-wheel' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('c5853a31f43560d6d855c04eba102e27a292bf3ba700f686b1bf8742ca9bea9b7628845b899ce12cb6da0c29747f7428689d225215422ea9b9e97b49494d3872')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
-
-  rm -r setuptools-$pkgver/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 319375, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 04:03:35 UTC (rev 319376)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=38.6.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools";
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 'python2-pip')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'pytho

[arch-commits] Commit in deepin-metacity/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:03:29
  Author: felixonmars
Revision: 308740

archrelease: copy trunk to community-x86_64

Added:
  deepin-metacity/repos/community-x86_64/PKGBUILD
(from rev 308739, deepin-metacity/trunk/PKGBUILD)
Deleted:
  deepin-metacity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 04:03:12 UTC (rev 308739)
+++ PKGBUILD2018-03-16 04:03:29 UTC (rev 308740)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=deepin-metacity
-pkgver=3.22.14
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
-url="https://github.com/linuxdeepin/deepin-metacity";
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz";)
-sha512sums=('a4fa8bd68e6694384752fc86ba9e8d5fd5619bbec8d7cf840a9f1a4257702ac26148eec9ed7bca1c65946b55f482935494a54c162d17eab520d5b35db3a06f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-x86_64/PKGBUILD (from rev 308739, 
deepin-metacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 04:03:29 UTC (rev 308740)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=deepin-metacity
+pkgver=3.22.15
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
+url="https://github.com/linuxdeepin/deepin-metacity";
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz";)
+sha512sums=('cb266aa8c6fe2bc77fc109711100f603b17e30cc905622f63b6d8494ae956f46862c5ec75e2f8155f2efd00e89364414a0d0eb62c3a9bea7301a920d0db927e6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+   --disable-static --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:03:12
  Author: felixonmars
Revision: 308739

upgpkg: deepin-metacity 3.22.15-1

Modified:
  deepin-metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 03:57:13 UTC (rev 308738)
+++ PKGBUILD2018-03-16 04:03:12 UTC (rev 308739)
@@ -4,7 +4,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=deepin-metacity
-pkgver=3.22.14
+pkgver=3.22.15
 pkgrel=1
 pkgdesc="2D window manager for Deepin"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
 url="https://github.com/linuxdeepin/deepin-metacity";
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz";)
-sha512sums=('a4fa8bd68e6694384752fc86ba9e8d5fd5619bbec8d7cf840a9f1a4257702ac26148eec9ed7bca1c65946b55f482935494a54c162d17eab520d5b35db3a06f53')
+sha512sums=('cb266aa8c6fe2bc77fc109711100f603b17e30cc905622f63b6d8494ae956f46862c5ec75e2f8155f2efd00e89364414a0d0eb62c3a9bea7301a920d0db927e6')
 
 build() {
   cd $pkgname-$pkgver


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

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:03:17
  Author: felixonmars
Revision: 319375

upgpkg: python-setuptools 1:38.6.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 22:54:42 UTC (rev 319374)
+++ PKGBUILD2018-03-16 04:03:17 UTC (rev 319375)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.5.2
+pkgver=38.6.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('c5853a31f43560d6d855c04eba102e27a292bf3ba700f686b1bf8742ca9bea9b7628845b899ce12cb6da0c29747f7428689d225215422ea9b9e97b49494d3872')
+sha512sums=('7a70a33bc8c5026d1bf87a7ed3903018c03cbd472bf757fb5b8be7f0efcbeb823d0a612ddaacc67aef48f4336a1b7bb17f63336efef4cd690f91176d876c749d')
 
 prepare() {
   # Don't download and install deps


[arch-commits] Commit in haskell-pandoc-types/repos (2 files)

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 03:57:13
  Author: felixonmars
Revision: 308738

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pandoc-types/repos/community-staging-x86_64/
  haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD
(from rev 308737, haskell-pandoc-types/trunk/PKGBUILD)

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

Copied: haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD (from rev 
308737, haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-16 03:57:13 UTC (rev 308738)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.17.4
+pkgrel=1
+pkgdesc="Types for representing a structured document"
+url="http://johnmacfarlane.net/pandoc";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-syb')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
+ 'haskell-test-framework-quickcheck2' 'haskell-hunit' 
'haskell-string-qq')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('da506225903a4a9d2ead5e73768ea58701fa8775a60d524be46d69d2e8b3825ba7d64c4a1c6245a9b5e8edc43ae883c57ca9ece44ad8132c63ada520b269761d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 03:56:55
  Author: felixonmars
Revision: 308737

upgpkg: haskell-pandoc-types 1.17.4-1

rebuild with pandoc-types,1.17.4

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 02:43:20 UTC (rev 308736)
+++ PKGBUILD2018-03-16 03:56:55 UTC (rev 308737)
@@ -4,8 +4,8 @@
 
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
-pkgver=1.17.3.1
-pkgrel=16
+pkgver=1.17.4
+pkgrel=1
 pkgdesc="Types for representing a structured document"
 url="http://johnmacfarlane.net/pandoc";
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
  'haskell-test-framework-quickcheck2' 'haskell-hunit' 
'haskell-string-qq')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('2eaf9f0f36d524422109ed5c4c1244e2381c13b3c923355fc99b5c8784a28706d231b74384f2b74c9957e0a711a9f180339d0776d4a9b814435fab5b68f450f2')
+sha512sums=('da506225903a4a9d2ead5e73768ea58701fa8775a60d524be46d69d2e8b3825ba7d64c4a1c6245a9b5e8edc43ae883c57ca9ece44ad8132c63ada520b269761d')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in python-pytorch/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 02:43:20
  Author: svenstaro
Revision: 308736

archrelease: copy trunk to community-x86_64

Added:
  python-pytorch/repos/community-x86_64/PKGBUILD
(from rev 308735, python-pytorch/trunk/PKGBUILD)
Deleted:
  python-pytorch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 02:43:01 UTC (rev 308735)
+++ PKGBUILD2018-03-16 02:43:20 UTC (rev 308736)
@@ -1,131 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase="python-pytorch"
-pkgname=("python-pytorch" "python2-pytorch" "python-pytorch-cuda" 
"python2-pytorch-cuda")
-_pkgname="pytorch"
-_commit=2b47480
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="http://pytorch.org";
-license=('BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools'
- 'python-yaml' 'python2-yaml' 'python-numpy' 'python2-numpy'
- 'gcc6' 'cmake' 'cuda' 'cudnn' 'git')
-source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#commit=$_commit";
-"git://github.com/facebookincubator/gloo"
-"git://github.com/pybind/pybind11"
-"git://github.com/nanopb/nanopb")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  git submodule init
-  git config submodule."torch/lib/gloo".url ${srcdir}/gloo
-  git config submodule."torch/lib/pybind11".url ${srcdir}/pybind11
-  git config submodule."torch/lib/nanopb".url ${srcdir}/nanopb
-  git submodule update
-
-  cd ..
-
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py3"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2-cuda"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py3-cuda"
-}
-
-build() {
-  msg2 "Building Python 2 without cuda"
-  cd "$srcdir/${_pkgname}-${pkgver}-py2"
-  # Uncomment and modify the following line to enable Intel MKL and magma 
support
-  
#CMAKE_PREFIX_PATH=/opt/intel/mkl/include:/opt/intel/mkl/lib/intel64:/opt/magma 
\
-  CFLAGS="${CFLAGS/-fno-plt/}" \
-  CXXFLAGS="${CXXFLAGS/-fno-plt/}" \
-  NO_CUDA=1 \
-  WITH_CUDA=0 \
-  WITH_CUDNN=0 \
-  python2 setup.py build
-
-  msg2 "Building Python 3 without cuda"
-  cd "$srcdir/${_pkgname}-${pkgver}-py3"
-  # Uncomment and modify the following line to enable Intel MKL and magma 
support
-  
#CMAKE_PREFIX_PATH=/opt/intel/mkl/include:/opt/intel/mkl/lib/intel64:/opt/magma 
\
-  CFLAGS="${CFLAGS/-fno-plt/}" \
-  CXXFLAGS="${CXXFLAGS/-fno-plt/}" \
-  NO_CUDA=1 \
-  WITH_CUDA=0 \
-  WITH_CUDNN=0 \
-  python setup.py build
-
-  msg2 "Building Python 2 with cuda"
-  cd "$srcdir/${_pkgname}-${pkgver}-py2-cuda"
-  # Uncomment and modify the following line to enable Intel MKL and magma 
support
-  
#CMAKE_PREFIX_PATH=/opt/intel/mkl/include:/opt/intel/mkl/lib/intel64:/opt/magma 
\
-  CC=gcc-6 \
-  CXX=g++-6 \
-  CFLAGS="${CFLAGS/-fno-plt/}" \
-  CXXFLAGS="${CXXFLAGS/-fno-plt/}" \
-  WITH_CUDA=1 \
-  CUDA_HOME=/opt/cuda \
-  WITH_CUDNN=1 \
-  CUDNN_LIB_DIR=/opt/cuda/lib64 \
-  CUDNN_INCLUDE_DIR=/opt/cuda/include \
-  TORCH_NVCC_FLAGS="-D__CUDA_NO_HALF_OPERATORS__" \
-  python2 setup.py build
-
-  msg2 "Building Python 3 with cuda"
-  cd "$srcdir/${_pkgname}-${pkgver}-py3-cuda"
-  # Uncomment and modify the following line to enable Intel MKL and magma 
support
-  
#CMAKE_PREFIX_PATH=/opt/intel/mkl/include:/opt/intel/mkl/lib/intel64:/opt/magma 
\
-  CC=gcc-6 \
-  CXX=g++-6 \
-  CFLAGS="${CFLAGS/-fno-plt/}" \
-  CXXFLAGS="${CXXFLAGS/-fno-plt/}" \
-  WITH_CUDA=1 \
-  CUDA_HOME=/opt/cuda \
-  WITH_CUDNN=1 \
-  CUDNN_LIB_DIR=/opt/cuda/lib64 \
-  CUDNN_INCLUDE_DIR=/opt/cuda/include \
-  TORCH_NVCC_FLAGS="-D__CUDA_NO_HALF_OPERATORS__" \
-  python setup.py build
-}
-
-package_python2-pytorch() {
-  depends+=('python2' 'python2-yaml' 'python2-numpy')
-  cd "$srcdir/${_pkgname}-${pkgver}-py2"
-  python2 setup.py install --root="$pkgdir"/ --optimize=1 --skip-build
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
-
-package_python-pytorch() {
-  depends+=('python' 'python-yaml' 'python-numpy')
-  cd "$srcdir/${_pkgname}-${pkgver}-py3"
-  python setup.py install --root="$pkgdir"/ --optimize=1 --skip-build
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
-
-package_python2-pytorch-cuda() {
-  depends+=('python2' 'python2-yaml' 'python2-numpy' 'cuda' 'cudnn')
-  provides=('python2-pytorch')
-  conflicts=('python2-pytorch')
-  cd "$srcdir/${_pkgname}-${pkgver}-py2-cuda"
-  python2 setup.py install --root="$pkgdir"/ --optimize=1 --skip-build
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/L

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

2018-03-15 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 02:43:01
  Author: svenstaro
Revision: 308735

upgpkg: python-pytorch 0.3.1-2

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 22:48:32 UTC (rev 308734)
+++ PKGBUILD2018-03-16 02:43:01 UTC (rev 308735)
@@ -6,7 +6,7 @@
 _pkgname="pytorch"
 _commit=2b47480
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="http://pytorch.org";


[arch-commits] Commit in editorconfig-core-c/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 22:54:42
  Author: arojas
Revision: 319374

archrelease: copy trunk to extra-x86_64

Added:
  editorconfig-core-c/repos/extra-x86_64/PKGBUILD
(from rev 319373, editorconfig-core-c/trunk/PKGBUILD)
Deleted:
  editorconfig-core-c/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 22:54:13 UTC (rev 319373)
+++ PKGBUILD2018-03-15 22:54:42 UTC (rev 319374)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Matt Harrison 
-# Contributor: Erik van der Kolk 
-# Contributor: Hong Xu
-
-pkgname=editorconfig-core-c
-pkgver=0.12.1
-pkgrel=3
-pkgdesc="EditorConfig core code written in C (for use by plugins supporting 
EditorConfig parsing)"
-arch=(x86_64)
-url="https://github.com/editorconfig/editorconfig-core-c";
-license=(BSD)
-depends=(pcre)
-makedepends=(cmake doxygen)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz";)
-sha256sums=('c7bd714c73f01edde583b059b51078173aa85a36fa05bb9652d35a75fe0ac372')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: editorconfig-core-c/repos/extra-x86_64/PKGBUILD (from rev 319373, 
editorconfig-core-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 22:54:42 UTC (rev 319374)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Matt Harrison 
+# Contributor: Erik van der Kolk 
+# Contributor: Hong Xu
+
+pkgname=editorconfig-core-c
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="EditorConfig core code written in C (for use by plugins supporting 
EditorConfig parsing)"
+arch=(x86_64)
+url="https://github.com/editorconfig/editorconfig-core-c";
+license=(BSD)
+depends=(pcre)
+makedepends=(cmake doxygen)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz";)
+sha256sums=('8a63ae63d3a2f2a202acbd94a6cbe3fa4450c2658e33e922683af33c48a9115d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 22:54:13
  Author: arojas
Revision: 319373

Update to 0.12.2

Modified:
  editorconfig-core-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 22:45:09 UTC (rev 319372)
+++ PKGBUILD2018-03-15 22:54:13 UTC (rev 319373)
@@ -4,8 +4,8 @@
 # Contributor: Hong Xu
 
 pkgname=editorconfig-core-c
-pkgver=0.12.1
-pkgrel=3
+pkgver=0.12.2
+pkgrel=1
 pkgdesc="EditorConfig core code written in C (for use by plugins supporting 
EditorConfig parsing)"
 arch=(x86_64)
 url="https://github.com/editorconfig/editorconfig-core-c";
@@ -13,7 +13,7 @@
 depends=(pcre)
 makedepends=(cmake doxygen)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz";)
-sha256sums=('c7bd714c73f01edde583b059b51078173aa85a36fa05bb9652d35a75fe0ac372')
+sha256sums=('8a63ae63d3a2f2a202acbd94a6cbe3fa4450c2658e33e922683af33c48a9115d')
 
 prepare() {
   mkdir -p build


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

2018-03-15 Thread Bruno Pagani via arch-commits
Date: Thursday, March 15, 2018 @ 22:48:32
  Author: archange
Revision: 308734

archrelease: copy trunk to community-any

Added:
  perl-strictures/repos/community-any/PKGBUILD
(from rev 308733, perl-strictures/trunk/PKGBUILD)
Deleted:
  perl-strictures/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 22:48:00 UTC (rev 308733)
+++ PKGBUILD2018-03-15 22:48:32 UTC (rev 308734)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=strictures
-pkgname=perl-${_pkg}
-pkgver=2.03
-pkgrel=1
-pkgdesc="Object-oriented methods for interacting with GnuPG"
-arch=('any')
-url="https://metacpan.org/release/${_pkg}";
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz";)
-sha512sums=('c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b')
-
-build() {
-cd ${_pkg}-${pkgver}
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-strictures/repos/community-any/PKGBUILD (from rev 308733, 
perl-strictures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 22:48:32 UTC (rev 308734)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=strictures
+pkgname=perl-${_pkg}
+pkgver=2.03
+pkgrel=2
+pkgdesc="Turn on strict and make most warnings fatal"
+arch=('any')
+url="https://metacpan.org/release/${_pkg}";
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-simple')
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz";)
+sha512sums=('c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


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

2018-03-15 Thread Bruno Pagani via arch-commits
Date: Thursday, March 15, 2018 @ 22:48:00
  Author: archange
Revision: 308733

Copy-pasting is bad... but you know, perl deps.

Modified:
  perl-strictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 22:45:21 UTC (rev 308732)
+++ PKGBUILD2018-03-15 22:48:00 UTC (rev 308733)
@@ -3,8 +3,8 @@
 _pkg=strictures
 pkgname=perl-${_pkg}
 pkgver=2.03
-pkgrel=1
-pkgdesc="Object-oriented methods for interacting with GnuPG"
+pkgrel=2
+pkgdesc="Turn on strict and make most warnings fatal"
 arch=('any')
 url="https://metacpan.org/release/${_pkg}";
 license=('PerlArtistic' 'GPL')


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

2018-03-15 Thread Evangelos Foutras via arch-commits
Date: Thursday, March 15, 2018 @ 22:45:09
  Author: foutrelis
Revision: 319372

Avoid building gn twice

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 19:37:56 UTC (rev 319371)
+++ PKGBUILD2018-03-15 22:45:09 UTC (rev 319372)
@@ -189,7 +189,7 @@
 CPPFLAGS+=' -DNO_UNWIND_TABLES'
   fi
 
-  python2 tools/gn/bootstrap/bootstrap.py --gn-gen-args "${_flags[*]}"
+  python2 tools/gn/bootstrap/bootstrap.py -s --no-clean
   out/Release/gn gen out/Release --args="${_flags[*]}" \
 --script-executable=/usr/bin/python2
 


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

2018-03-15 Thread Bruno Pagani via arch-commits
Date: Thursday, March 15, 2018 @ 22:45:21
  Author: archange
Revision: 308732

Just to be on the extra-safe side

It's provided by perl currently, but you never know.

Modified:
  perl-strictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 22:43:23 UTC (rev 308731)
+++ PKGBUILD2018-03-15 22:45:21 UTC (rev 308732)
@@ -10,6 +10,7 @@
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl')
+checkdepends=('perl-test-simple')
 
source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz";)
 
sha512sums=('c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b')
 


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

2018-03-15 Thread Bruno Pagani via arch-commits
Date: Thursday, March 15, 2018 @ 22:43:23
  Author: archange
Revision: 308731

archrelease: copy trunk to community-any

Added:
  perl-strictures/repos/community-any/
  perl-strictures/repos/community-any/PKGBUILD
(from rev 308730, perl-strictures/trunk/PKGBUILD)

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

Copied: perl-strictures/repos/community-any/PKGBUILD (from rev 308730, 
perl-strictures/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-03-15 22:43:23 UTC (rev 308731)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=strictures
+pkgname=perl-${_pkg}
+pkgver=2.03
+pkgrel=1
+pkgdesc="Object-oriented methods for interacting with GnuPG"
+arch=('any')
+url="https://metacpan.org/release/${_pkg}";
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz";)
+sha512sums=('c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2018-03-15 Thread Bruno Pagani via arch-commits
Date: Thursday, March 15, 2018 @ 22:43:05
  Author: archange
Revision: 308730

Initial addition of perl strictures module to [community]

Added:
  perl-strictures/
  perl-strictures/repos/
  perl-strictures/trunk/
  perl-strictures/trunk/PKGBUILD

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

Added: perl-strictures/trunk/PKGBUILD
===
--- perl-strictures/trunk/PKGBUILD  (rev 0)
+++ perl-strictures/trunk/PKGBUILD  2018-03-15 22:43:05 UTC (rev 308730)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=strictures
+pkgname=perl-${_pkg}
+pkgver=2.03
+pkgrel=1
+pkgdesc="Object-oriented methods for interacting with GnuPG"
+arch=('any')
+url="https://metacpan.org/release/${_pkg}";
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz";)
+sha512sums=('c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-type-tiny/repos (community-any community-any/PKGBUILD)

2018-03-15 Thread Bruno Pagani via arch-commits
Date: Thursday, March 15, 2018 @ 22:18:21
  Author: archange
Revision: 308729

archrelease: copy trunk to community-any

Added:
  perl-type-tiny/repos/community-any/
  perl-type-tiny/repos/community-any/PKGBUILD
(from rev 308728, perl-type-tiny/trunk/PKGBUILD)

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

Copied: perl-type-tiny/repos/community-any/PKGBUILD (from rev 308728, 
perl-type-tiny/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-03-15 22:18:21 UTC (rev 308729)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=Type-Tiny
+pkgname=perl-${_pkg,,}
+pkgver=1.002001
+pkgrel=1
+pkgdesc="tiny, yet Moo(se)-compatible type constraint"
+arch=('any')
+url="https://metacpan.org/release/${_pkg}";
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl' 'perl-exporter-tiny')
+checkdepends=('perl-test-simple')
+source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz";)
+sha512sums=('e499c4f113e5a327294012daac9f0cd60a42a6c40b9d0c9c523a229f574a7dd0f672f209d0596d25edcbc39b79cd2ea65791b6a5146345e75fdd1d84ee1cd161')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in unbound/repos/community-x86_64 (12 files)

2018-03-15 Thread Gaëtan Bisson via arch-commits
Date: Thursday, March 15, 2018 @ 22:06:07
  Author: bisson
Revision: 308728

archrelease: copy trunk to community-x86_64

Added:
  unbound/repos/community-x86_64/PKGBUILD
(from rev 308727, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 308727, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 308727, unbound/trunk/hook)
  unbound/repos/community-x86_64/service
(from rev 308727, unbound/trunk/service)
  unbound/repos/community-x86_64/sysusers.d
(from rev 308727, unbound/trunk/sysusers.d)
  unbound/repos/community-x86_64/tmpfiles.d
(from rev 308727, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/service
  unbound/repos/community-x86_64/sysusers.d
  unbound/repos/community-x86_64/tmpfiles.d

+
 PKGBUILD   |  124 +--
 conf   |   10 ++--
 hook   |   20 -
 service|   28 ++---
 sysusers.d |2 
 tmpfiles.d |2 
 6 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 22:05:05 UTC (rev 308727)
+++ PKGBUILD2018-03-15 22:06:07 UTC (rev 308728)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.8
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'service'
-'hook'
-'conf')
-sha256sums=('e3b428e33f56a45417107448418865fe08d58e0e7fea199b855515f60884dd49' 
'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-x86_64/PKGBUILD (from rev 308727, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 22:06:07 UTC (rev 308728)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'service'
+'hook'
+'conf')
+sha256sums=('94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2' 
'SKIP'
+'85b8f00881fb93bcce83bdfe3246463a396eb5b352

[arch-commits] Commit in (4 files)

2018-03-15 Thread Bruno Pagani via arch-commits
Date: Thursday, March 15, 2018 @ 22:05:05
  Author: archange
Revision: 308727

Initial addition of perl Type::Tiny module to [community]

Added:
  perl-type-tiny/
  perl-type-tiny/repos/
  perl-type-tiny/trunk/
  perl-type-tiny/trunk/PKGBUILD

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

Added: perl-type-tiny/trunk/PKGBUILD
===
--- perl-type-tiny/trunk/PKGBUILD   (rev 0)
+++ perl-type-tiny/trunk/PKGBUILD   2018-03-15 22:05:05 UTC (rev 308727)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=Type-Tiny
+pkgname=perl-${_pkg,,}
+pkgver=1.002001
+pkgrel=1
+pkgdesc="tiny, yet Moo(se)-compatible type constraint"
+arch=('any')
+url="https://metacpan.org/release/${_pkg}";
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl' 'perl-exporter-tiny')
+checkdepends=('perl-test-simple')
+source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz";)
+sha512sums=('e499c4f113e5a327294012daac9f0cd60a42a6c40b9d0c9c523a229f574a7dd0f672f209d0596d25edcbc39b79cd2ea65791b6a5146345e75fdd1d84ee1cd161')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


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

2018-03-15 Thread Gaëtan Bisson via arch-commits
Date: Thursday, March 15, 2018 @ 22:04:39
  Author: bisson
Revision: 308726

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 21:51:55 UTC (rev 308725)
+++ PKGBUILD2018-03-15 22:04:39 UTC (rev 308726)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.8
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -21,7 +21,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('e3b428e33f56a45417107448418865fe08d58e0e7fea199b855515f60884dd49' 
'SKIP'
+sha256sums=('94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2' 
'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'


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

2018-03-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, March 15, 2018 @ 21:51:39
  Author: jlichtblau
Revision: 308724

upgpkg: skrooge 2.12.0-1 - new upstream release

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 21:41:57 UTC (rev 308723)
+++ PKGBUILD2018-03-15 21:51:39 UTC (rev 308724)
@@ -5,8 +5,8 @@
 # Contributor: neuromante 
 
 pkgname=skrooge
-pkgver=2.11.0
-pkgrel=2
+pkgver=2.12.0
+pkgrel=1
 pkgdesc="A personal finances manager for KDE"
 arch=('x86_64')
 url="http://skrooge.org/";
@@ -20,7 +20,7 @@
 changelog=$pkgname.changelog
 source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
-sha256sums=('58614f82cd27ec73c3008baaff9894fa31e0ba28ed3bab51c32a01ad8704da86'
+sha256sums=('e119987eb787b6010f9cab3d089c5f2a20b573165d2f26b5e2f2115f00e5f238'
 'SKIP')
 
 build() {

Modified: skrooge.changelog
===
--- skrooge.changelog   2018-03-15 21:41:57 UTC (rev 308723)
+++ skrooge.changelog   2018-03-15 21:51:39 UTC (rev 308724)
@@ -1,3 +1,6 @@
+2018-03-15 Jaroslav Lichtblau 
+   * skrooge 2.12.0-1
+
 2018-02-04 Jaroslav Lichtblau 
* skrooge 2.11.0-1
 


[arch-commits] Commit in skrooge/repos/community-x86_64 (6 files)

2018-03-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, March 15, 2018 @ 21:51:55
  Author: jlichtblau
Revision: 308725

archrelease: copy trunk to community-x86_64

Added:
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 308724, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 308724, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 308724, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

---+
 PKGBUILD  |   82 +--
 skrooge.changelog |  223 ++--
 skrooge.install   |   22 ++---
 3 files changed, 165 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 21:51:39 UTC (rev 308724)
+++ PKGBUILD2018-03-15 21:51:55 UTC (rev 308725)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: neuromante 
-
-pkgname=skrooge
-pkgver=2.11.0
-pkgrel=2
-pkgdesc="A personal finances manager for KDE"
-arch=('x86_64')
-url="http://skrooge.org/";
-license=('GPL')
-depends=('qt5-base' 'qca-qt5' 'qt5-script' 'qt5-webkit' 'libofx'
- 'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
- 'sqlcipher' 'python' 'hicolor-icon-theme')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
-sha256sums=('58614f82cd27ec73c3008baaff9894fa31e0ba28ed3bab51c32a01ad8704da86'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-#   export
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DKDE_INSTALL_LIBDIR=/usr/lib \
-  -DSKG_DESIGNER=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: skrooge/repos/community-x86_64/PKGBUILD (from rev 308724, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 21:51:55 UTC (rev 308725)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.12.0
+pkgrel=1
+pkgdesc="A personal finances manager for KDE"
+arch=('x86_64')
+url="http://skrooge.org/";
+license=('GPL')
+depends=('qt5-base' 'qca-qt5' 'qt5-script' 'qt5-webkit' 'libofx'
+ 'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
+ 'sqlcipher' 'python' 'hicolor-icon-theme')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
+sha256sums=('e119987eb787b6010f9cab3d089c5f2a20b573165d2f26b5e2f2115f00e5f238'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+#   export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=/usr/lib \
+  -DSKG_DESIGNER=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2018-03-15 21:51:39 UTC (rev 308724)
+++ skrooge.changelog   2018-03-15 21:51:55 UTC (rev 308725)
@@ -1,110 +0,0 @@
-2018-02-04 Jaroslav Lichtblau 
-   * skrooge 2.11.0-1
-
-2017-11-09 Jaroslav Lichtblau 
-   * skrooge 2.10.5-1
-
-2017-11-05 Jaroslav Lichtblau 
-   * skrooge 2.10.3-1
-
-2017-10-11 Jaroslav Lichtblau 
-   * skrooge 2.9.0-1
-
-2017-07-11 Jaroslav Lichtblau 
-   * skrooge 2.8.1-5 FS#54540 fix
-
-2017-07-10 Jaroslav Lichtblau 
-   * skrooge 2.8.1-4 clean qt5-tools dependency
-
-2017-05-29 Jaroslav Lichtblau 
-   * skrooge 2.8.1-1
-
-2017-05-11 Jaroslav Lichtblau 
-   * skrooge 2.8.0-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * skrooge 2.7.0-2 Qt 5.8 rebuild
-
-2017-01-23 Jaroslav Lichtblau 
-   * skrooge 2.7.0-1
-
-2016-12-29 Jaroslav Lichtblau 
-   * skrooge 2.6.0-1
-
-2016-10-02 Jaroslav Lichtblau 
-   * skrooge 2.5.0-1
-
-2016-07-04 Jaroslav Lichtblau 
-   * skrooge 2.4.0-3 FS#49880 fix
-
-2016-05-11 Jaroslav Lichtblau 
-   * skrooge 2.4.0-1
-
-2016-05-01 Jaroslav Lichtblau 
-   * skrooge 2.3.0-3 pacman hooks rebuild
-
-2016-02-22 Jaroslav Lichtblau 
-   * skroog

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

2018-03-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, March 15, 2018 @ 21:41:57
  Author: jlichtblau
Revision: 308723

archrelease: copy trunk to community-any

Added:
  synbak/repos/community-any/PKGBUILD
(from rev 308722, synbak/trunk/PKGBUILD)
  synbak/repos/community-any/synbak.changelog
(from rev 308722, synbak/trunk/synbak.changelog)
Deleted:
  synbak/repos/community-any/PKGBUILD
  synbak/repos/community-any/synbak.changelog

--+
 PKGBUILD |   60 ++---
 synbak.changelog |   55 +---
 2 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 21:41:35 UTC (rev 308722)
+++ PKGBUILD2018-03-15 21:41:57 UTC (rev 308723)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: aeolist 
-
-pkgname=synbak
-pkgver=3.5
-pkgrel=1
-pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
-arch=('any')
-url='http://www.initzero.it/products/opensource/synbak'
-license=('GPL')
-depends=('bc' 'netcat')
-changelog=$pkgname.changelog
-source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ed3cc94d13a6e5115831e18cfb392b6e48ccd7bc5ab3970d572c4cc22c7caa91')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: synbak/repos/community-any/PKGBUILD (from rev 308722, 
synbak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 21:41:57 UTC (rev 308723)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: aeolist 
+
+pkgname=synbak
+pkgver=3.6
+pkgrel=1
+pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
+arch=('any')
+url='http://www.initzero.it/products/opensource/synbak'
+license=('GPL')
+depends=('bc' 'netcat')
+changelog=$pkgname.changelog
+source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e062a9a21953cab4815a01f3049fc4cf1ffeae4b48057a16b1adb0c295c82d03')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: synbak.changelog
===
--- synbak.changelog2018-03-15 21:41:35 UTC (rev 308722)
+++ synbak.changelog2018-03-15 21:41:57 UTC (rev 308723)
@@ -1,26 +0,0 @@
-2017-03-24 Jaroslav Lichtblau 
-   * synbak 3.5-1
-
-2016-05-08 Jaroslav Lichtblau 
-   * synbak 3.4-1
-
-2015-11-07 Jaroslav Lichtblau 
-   * synbak 3.2-1
-
-2015-03-18 Jaroslav Lichtblau 
-   * synbak 3.1-1
-
-2013-10-14 Jaroslav Lichtblau 
-   * synbak 3.0-1
-
-2013-01-13 Jaroslav Lichtblau 
-   * synbak 2.1-1
-
-2011-06-22 Jaroslav Lichtblau 
-   * synbak 1.4.0-1
-
-2010-08-29 Jaroslav Lichtblau 
-   * synbak 1.3.2-1
-
-2009-11-08 Jaroslav Lichtblau 
-   * synbak 1.2.2-1

Copied: synbak/repos/community-any/synbak.changelog (from rev 308722, 
synbak/trunk/synbak.changelog)
===
--- synbak.changelog(rev 0)
+++ synbak.changelog2018-03-15 21:41:57 UTC (rev 308723)
@@ -0,0 +1,29 @@
+2018-03-15 Jaroslav Lichtblau 
+   * synbak 3.6-1
+
+2017-03-24 Jaroslav Lichtblau 
+   * synbak 3.5-1
+
+2016-05-08 Jaroslav Lichtblau 
+   * synbak 3.4-1
+
+2015-11-07 Jaroslav Lichtblau 
+   * synbak 3.2-1
+
+2015-03-18 Jaroslav Lichtblau 
+   * synbak 3.1-1
+
+2013-10-14 Jaroslav Lichtblau 
+   * synbak 3.0-1
+
+2013-01-13 Jaroslav Lichtblau 
+   * synbak 2.1-1
+
+2011-06-22 Jaroslav Lichtblau 
+   * synbak 1.4.0-1
+
+2010-08-29 Jaroslav Lichtblau 
+   * synbak 1.3.2-1
+
+2009-11-08 Jaroslav Lichtblau 
+   * synbak 1.2.2-1


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

2018-03-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, March 15, 2018 @ 21:41:35
  Author: jlichtblau
Revision: 308722

upgpkg: synbak 3.6-1 - new upstream release

Modified:
  synbak/trunk/PKGBUILD
  synbak/trunk/synbak.changelog

--+
 PKGBUILD |4 ++--
 synbak.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 21:39:06 UTC (rev 308721)
+++ PKGBUILD2018-03-15 21:41:35 UTC (rev 308722)
@@ -5,7 +5,7 @@
 # Contributor: aeolist 
 
 pkgname=synbak
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('bc' 'netcat')
 changelog=$pkgname.changelog
 
source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ed3cc94d13a6e5115831e18cfb392b6e48ccd7bc5ab3970d572c4cc22c7caa91')
+sha256sums=('e062a9a21953cab4815a01f3049fc4cf1ffeae4b48057a16b1adb0c295c82d03')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: synbak.changelog
===
--- synbak.changelog2018-03-15 21:39:06 UTC (rev 308721)
+++ synbak.changelog2018-03-15 21:41:35 UTC (rev 308722)
@@ -1,3 +1,6 @@
+2018-03-15 Jaroslav Lichtblau 
+   * synbak 3.6-1
+
 2017-03-24 Jaroslav Lichtblau 
* synbak 3.5-1
 


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

2018-03-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, March 15, 2018 @ 21:39:06
  Author: jlichtblau
Revision: 308721

archrelease: copy trunk to community-any

Added:
  clusterssh/repos/community-any/PKGBUILD
(from rev 308720, clusterssh/trunk/PKGBUILD)
  clusterssh/repos/community-any/clusterssh.changelog
(from rev 308720, clusterssh/trunk/clusterssh.changelog)
Deleted:
  clusterssh/repos/community-any/PKGBUILD
  clusterssh/repos/community-any/clusterssh.changelog

--+
 PKGBUILD |   88 -
 clusterssh.changelog |   69 --
 2 files changed, 80 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 21:38:56 UTC (rev 308720)
+++ PKGBUILD2018-03-15 21:39:06 UTC (rev 308721)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Macfly 
-# Contributor: Duncan Ferguson 
-
-pkgname=clusterssh
-pkgver=4.13
-pkgrel=1
-pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
-arch=('any')
-url="http://sourceforge.net/projects/clusterssh/";
-license=('GPL')
-depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 
'perl-x11-protocol-other')
-checkdepends=('perl-cpan-changes' 'perl-file-slurp' 'perl-file-which' 
'perl-readonly'
-  'perl-test-differences' 'perl-test-distmanifest' 
'perl-test-perltidy'
-  'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
-  'perl-test-trap' 'perl-sort-naturally')
-makedepends=('perl-module-build')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$pkgver.tar.gz)
-sha256sums=('eb0df729340054a787429cfcefac79d28cf9013553d01d079ffd8e82fbf35681')
-
-build() {
-  cd "${srcdir}"/App-ClusterSSH-$pkgver
-
-  perl Build.PL installdirs=vendor
-  ./Build
-}
-
-check() {
-  cd "${srcdir}"/App-ClusterSSH-$pkgver
-
-  ./Build test
-}
-
-package() {
-  cd "${srcdir}"/App-ClusterSSH-$pkgver
-
-  ./Build install destdir="${pkgdir}"
-
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: clusterssh/repos/community-any/PKGBUILD (from rev 308720, 
clusterssh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 21:39:06 UTC (rev 308721)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Macfly 
+# Contributor: Duncan Ferguson 
+
+pkgname=clusterssh
+pkgver=4.13.2
+pkgrel=1
+pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
+arch=('any')
+url="http://sourceforge.net/projects/clusterssh/";
+license=('GPL')
+depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 
'perl-x11-protocol-other')
+checkdepends=('perl-cpan-changes' 'perl-file-slurp' 'perl-file-which' 
'perl-readonly'
+  'perl-test-differences' 'perl-test-distmanifest' 
'perl-test-perltidy'
+  'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
+  'perl-test-trap' 'perl-sort-naturally')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/duncs/clusterssh/archive/release-4.13.2.tar.gz)
+sha256sums=('02fec755beafe07a9b08aa0ed72149742e8d9ff0d2c75e424b9d97ddd20edb84')
+
+build() {
+  cd "${srcdir}"/$pkgname-release-$pkgver
+
+  perl Build.PL installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-release-$pkgver
+
+#  ./Build test
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-release-$pkgver
+
+  ./Build install destdir="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}

Deleted: clusterssh.changelog
===
--- clusterssh.changelog2018-03-15 21:38:56 UTC (rev 308720)
+++ clusterssh.changelog2018-03-15 21:39:06 UTC (rev 308721)
@@ -1,33 +0,0 @@
-2017-12-30 Jaroslav Lichtblau 
-   * clusterssh 4.13-1
-
-2017-08-16 Jaroslav Lichtblau 
-   * clusterssh 4.10_02-1
-
-2017-03-21 Jaroslav Lichtblau 
-   * clusterssh 4.09-1
-
-2016-12-18 Jaroslav Lichtblau 
-   * clusterssh 4.08-1
-
-2016-01-31 Jaroslav Lichtblau 
-   * clusterssh 4.05-1
-
-2015-11-10 Jaroslav Lichtblau 
-   * clusterssh 4.04-1
-
-2015-05-17 Jaroslav Lichtblau 
-   * clusterssh 4.03_06-1
-
-2014-10-16 Jaroslav Lichtblau 
-   * clusterssh 4.02_04-3 FS#40797 fixed
-
-2014-05-25 Jaroslav Lichtblau 
-   * clusterssh 4.02_04-3 FS#40551 fixed
-
-2013-10-06 Jaroslav Lichtblau 
-   * clusterssh 3.28-4 - changelog properly added, changed to 'any' 
architecture
-
-2009-12-26 Jaroslav Lichtblau 
-   * Package moved to [community]
-   * version 3

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

2018-03-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, March 15, 2018 @ 21:38:56
  Author: jlichtblau
Revision: 308720

upgpkg: clusterssh 4.13.2-1 - new upstream release

Modified:
  clusterssh/trunk/PKGBUILD
  clusterssh/trunk/clusterssh.changelog

--+
 PKGBUILD |   14 +++---
 clusterssh.changelog |5 -
 2 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 21:28:22 UTC (rev 308719)
+++ PKGBUILD2018-03-15 21:38:56 UTC (rev 308720)
@@ -4,7 +4,7 @@
 # Contributor: Duncan Ferguson 
 
 pkgname=clusterssh
-pkgver=4.13
+pkgver=4.13.2
 pkgrel=1
 pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
 arch=('any')
@@ -18,11 +18,11 @@
 makedepends=('perl-module-build')
 options=('!emptydirs')
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$pkgver.tar.gz)
-sha256sums=('eb0df729340054a787429cfcefac79d28cf9013553d01d079ffd8e82fbf35681')
+source=($pkgname-$pkgver.tar.gz::https://github.com/duncs/clusterssh/archive/release-4.13.2.tar.gz)
+sha256sums=('02fec755beafe07a9b08aa0ed72149742e8d9ff0d2c75e424b9d97ddd20edb84')
 
 build() {
-  cd "${srcdir}"/App-ClusterSSH-$pkgver
+  cd "${srcdir}"/$pkgname-release-$pkgver
 
   perl Build.PL installdirs=vendor
   ./Build
@@ -29,13 +29,13 @@
 }
 
 check() {
-  cd "${srcdir}"/App-ClusterSSH-$pkgver
+  cd "${srcdir}"/$pkgname-release-$pkgver
 
-  ./Build test
+#  ./Build test
 }
 
 package() {
-  cd "${srcdir}"/App-ClusterSSH-$pkgver
+  cd "${srcdir}"/$pkgname-release-$pkgver
 
   ./Build install destdir="${pkgdir}"
 

Modified: clusterssh.changelog
===
--- clusterssh.changelog2018-03-15 21:28:22 UTC (rev 308719)
+++ clusterssh.changelog2018-03-15 21:38:56 UTC (rev 308720)
@@ -1,4 +1,7 @@
-2017-12-30 Jaroslav Lichtblau 
+2018-03-15 Jaroslav Lichtblau 
+   * clusterssh 4.13.2-1
+
+2018-01-02 Jaroslav Lichtblau 
* clusterssh 4.13-1
 
 2017-08-16 Jaroslav Lichtblau 


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

2018-03-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, March 15, 2018 @ 21:28:22
  Author: jlichtblau
Revision: 308719

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 21:28:11 UTC (rev 308718)
+++ PKGBUILD2018-03-15 21:28:22 UTC (rev 308719)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2018.03.10
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-crypto: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('4bfadccb19e379ce38f5601c72dacf0ac5e03881230afee6df2152ab42fa75c5'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 308718, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 21:28:22 UTC (rev 308719)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2018.03.14
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-crypto: for hlsnative downloader')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('902699b163ec17a0e5ff40eae6db8bfb357427df920d954b734930fc4e3a1249'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-03-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, March 15, 2018 @ 21:28:11
  Author: jlichtblau
Revision: 308718

upgpkg: youtube-dl 2018.03.14-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 18:25:40 UTC (rev 308717)
+++ PKGBUILD2018-03-15 21:28:11 UTC (rev 308718)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2018.03.10
+pkgver=2018.03.14
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-crypto: for hlsnative downloader')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('4bfadccb19e379ce38f5601c72dacf0ac5e03881230afee6df2152ab42fa75c5'
+sha256sums=('902699b163ec17a0e5ff40eae6db8bfb357427df920d954b734930fc4e3a1249'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


[arch-commits] Commit in nautilus/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Jan Steffens via arch-commits
Date: Thursday, March 15, 2018 @ 19:37:56
  Author: heftig
Revision: 319371

archrelease: copy trunk to staging-x86_64

Added:
  nautilus/repos/staging-x86_64/PKGBUILD
(from rev 319370, nautilus/trunk/PKGBUILD)
Deleted:
  nautilus/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:37:13 UTC (rev 319370)
+++ PKGBUILD2018-03-15 19:37:56 UTC (rev 319371)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Default file manager for GNOME"
-url="https://wiki.gnome.org/Apps/Nautilus";
-arch=(x86_64)
-license=(GPL)
-depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
-makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
-options=(!emptydirs)
-_commit=5d6b0d52901bc46aad32a98814ca48be91ce7f98  # tags/3.28.0^0
-source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit";
-"git+https://git.gnome.org/browse/libgd";)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgbase build -D docs=true
-  ninja -C build
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-### Split libnautilus-extension
-
-  mkdir -p libne/{lib,share}
-  mv "$pkgdir"/usr/include libne
-  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-  mv libne "$pkgdir/usr"
-}

Copied: nautilus/repos/staging-x86_64/PKGBUILD (from rev 319370, 
nautilus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:37:56 UTC (rev 319371)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.28.0.1
+pkgrel=1
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Nautilus";
+arch=(x86_64)
+license=(GPL)
+depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
+makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
+options=(!emptydirs)
+_commit=9f28215927d023b54d88a25e026163e9e193bcf3  # tags/3.28.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgbase build -D docs=true
+  ninja -C build
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+### Split libnautilus-extension
+
+  mkdir -p libne/{lib,share}
+  mv "$pkgdir"/usr/include libne
+  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+  mv libne "$pkgdir/usr"
+}


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

2018-03-15 Thread Jan Steffens via arch-commits
Date: Thursday, March 15, 2018 @ 19:37:13
  Author: heftig
Revision: 319370

3.28.0.1-1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 19:16:24 UTC (rev 319369)
+++ PKGBUILD2018-03-15 19:37:13 UTC (rev 319370)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.28.0
+pkgver=3.28.0.1
 pkgrel=1
 pkgdesc="Default file manager for GNOME"
 url="https://wiki.gnome.org/Apps/Nautilus";
@@ -12,7 +12,7 @@
 depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
 makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
 options=(!emptydirs)
-_commit=5d6b0d52901bc46aad32a98814ca48be91ce7f98  # tags/3.28.0^0
+_commit=9f28215927d023b54d88a25e026163e9e193bcf3  # tags/3.28.0.1^0
 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in qt5-x11extras/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:16:24
  Author: arojas
Revision: 319369

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:16:09 UTC (rev 319368)
+++ PKGBUILD2018-03-15 19:16:24 UTC (rev 319369)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-x11extras
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides platform-specific APIs for X11'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('f3339786cc5a67533b265b7e3ff3e856500ab0d08370c7ebc2fccf7bb1fb4595')
-
-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 319368, 
qt5-x11extras/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:16:24 UTC (rev 319369)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides platform-specific APIs for X11'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('af5ad8131566e57fa6f3b7e567fd6fd37d5435e54d083eb98c30a7f6c1e5a7c3')
+
+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-webview/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:16:09
  Author: arojas
Revision: 319368

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

Added:
  qt5-webview/repos/kde-unstable-x86_64/PKGBUILD
(from rev 319367, qt5-webview/kde-unstable/PKGBUILD)
Deleted:
  qt5-webview/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:15:54 UTC (rev 319367)
+++ PKGBUILD2018-03-15 19:16:09 UTC (rev 319368)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-webview
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides a way to display web content in a QML application'
-depends=('qt5-webengine')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('6b8e7df2c9a735af2e84cceeeff074ef7d5416c3987042bedd76be10e6137c36')
-
-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-webview/repos/kde-unstable-x86_64/PKGBUILD (from rev 319367, 
qt5-webview/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:16:09 UTC (rev 319368)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webview
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides a way to display web content in a QML application'
+depends=('qt5-webengine')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('c816a96cd265175d3b1090e70f32aae4664c4a9177a4f0f32274530baacfaad3')
+
+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-webglplugin/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:15:54
  Author: arojas
Revision: 319367

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

Added:
  qt5-webglplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 319366, qt5-webglplugin/kde-unstable/PKGBUILD)
Deleted:
  qt5-webglplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:15:39 UTC (rev 319366)
+++ PKGBUILD2018-03-15 19:15:54 UTC (rev 319367)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-webglplugin
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='QPA plugin for running an application via a browser using streamed 
WebGL commands'
-depends=(qt5-websockets qt5-declarative)
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('a3c9a71e56692ef089e9b0ea712c27cff6faf75b03f8675e05b254400b975a11')
-
-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-webglplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 319366, 
qt5-webglplugin/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:15:54 UTC (rev 319367)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webglplugin
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='QPA plugin for running an application via a browser using streamed 
WebGL commands'
+depends=(qt5-websockets qt5-declarative)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('af1bf6559b9a61b89f1bbe6a05098d3b6b8484b91d687ba14cca2ef1ac2bfd12')
+
+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/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:15:39
  Author: arojas
Revision: 319366

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:15:22 UTC (rev 319365)
+++ PKGBUILD2018-03-15 19:15:39 UTC (rev 319366)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('cd7b0bc764f2bdd6a0a68062cea5a112b29356d773ff17079dde66e6f80ada75')
-
-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-wayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 319365, 
qt5-wayland/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:15:39 UTC (rev 319366)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('6f719db21332ce50424f849a6e3fef7fa647e54445245d33bf7d7dfdf9a67fa8')
+
+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/kde-unstable-x86_64 (2 files)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:15:22
  Author: arojas
Revision: 319365

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:15:09 UTC (rev 319364)
+++ PKGBUILD2018-03-15 19:15:22 UTC (rev 319365)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-virtualkeyboard
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Virtual keyboard framework'
-depends=('qt5-declarative' 'qt5-svg' 'hunspell')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('cd359aa0823ae3b8d57ffc9db939ed3c16ac5223938b0791ecd9b62e7f694afb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
-  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' {} \;
-}

Copied: qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
319364, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:15:22 UTC (rev 319365)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Virtual keyboard framework'
+depends=('qt5-declarative' 'qt5-svg' 'hunspell')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('ceb6728145c1cd9a768caf85bc9d1ecbddf9675b8d5dd222b1871a6ea39b0416')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
+  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' {} \;
+}


[arch-commits] Commit in qt5-svg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:15:09
  Author: arojas
Revision: 319364

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

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:14:55 UTC (rev 319363)
+++ PKGBUILD2018-03-15 19:15:09 UTC (rev 319364)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-svg
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for displaying the contents of SVG files'
-depends=('qt5-base')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('1e6de5f0529172401c9f8ea4a23f8959d9f8a75ae8e20043c9bf3ebe00a46a9f')
-
-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 319363, 
qt5-svg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:15:09 UTC (rev 319364)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=('qt5-base')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('4a4d8c13a8eb2cec0249c76b130ea1ad7d7f0b54c8f9a11e179dd598c780e370')
+
+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-serialbus/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:14:42
  Author: arojas
Revision: 319362

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:14:28 UTC (rev 319361)
+++ PKGBUILD2018-03-15 19:14:42 UTC (rev 319362)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialbus
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Qt module for general purpose serial bus access'
-depends=('qt5-serialport')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('55b6031f2f8487eb2fdb75f6df9917f34b603f7a3e7828015192eb2939f324bb')
-
-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 319361, 
qt5-serialbus/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:14:42 UTC (rev 319362)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Qt module for general purpose serial bus access'
+depends=('qt5-serialport')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('96640ae70f95b01e23fe369a8d1db8e2ea624caa6c2d3eb041d2d3c2f6287c06')
+
+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-speech/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:14:55
  Author: arojas
Revision: 319363

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

Added:
  qt5-speech/repos/kde-unstable-x86_64/PKGBUILD
(from rev 319362, qt5-speech/kde-unstable/PKGBUILD)
Deleted:
  qt5-speech/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:14:42 UTC (rev 319362)
+++ PKGBUILD2018-03-15 19:14:55 UTC (rev 319363)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-speech
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Qt module to make text to speech and speech recognition easy'
-depends=(qt5-multimedia)
-makedepends=(flite speech-dispatcher)
-optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher 
TTS backend')
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('74e47ea8754c863eee08916de0269f28dbc355b3c879cc37e33a3ee569114442')
-
-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-speech/repos/kde-unstable-x86_64/PKGBUILD (from rev 319362, 
qt5-speech/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:14:55 UTC (rev 319363)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-speech
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt module to make text to speech and speech recognition easy'
+depends=(qt5-multimedia)
+makedepends=(flite speech-dispatcher)
+optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher 
TTS backend')
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('a256588005a639893ea721eb8e2bdf0d8936b913318634a91bc336e8f26aafbb')
+
+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/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:14:11
  Author: arojas
Revision: 319360

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:13:57 UTC (rev 319359)
+++ PKGBUILD2018-03-15 19:14:11 UTC (rev 319360)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-script
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('bb02521384f69ad4a5f14fd20b46e77874ccaabb21402411a877ec48648aaf37')
-
-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 319359, 
qt5-script/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:14:11 UTC (rev 319360)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('8d7a9a60b18b8bf3c6e57ca3ae5c4928dc45678a27ac1f2c5a1cfc56f44056c6')
+
+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/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:14:28
  Author: arojas
Revision: 319361

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:14:11 UTC (rev 319360)
+++ PKGBUILD2018-03-15 19:14:28 UTC (rev 319361)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-scxml
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Static and runtime integration of SCXML models into Qt code'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('5e156a2ff5fc397bdb55a18430c6e04055dc8ca9566533be151c4d287ac39ab6')
-
-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 319360, 
qt5-scxml/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:14:28 UTC (rev 319361)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-scxml
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('3b9f212e143225cd563ba23a9a791b708a9ea0cdcea635a1b5beaa9d428f3f4a')
+
+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-remoteobjects/repos/kde-unstable-x86_64 (2 files)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:13:57
  Author: arojas
Revision: 319359

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

Added:
  qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 319358, qt5-remoteobjects/kde-unstable/PKGBUILD)
Deleted:
  qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:13:42 UTC (rev 319358)
+++ PKGBUILD2018-03-15 19:13:57 UTC (rev 319359)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 293803 2017-04-21 11:54:59Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-remoteobjects
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Inter-process communication (IPC) module developed for Qt'
-depends=(qt5-base)
-makedepends=(qt5-declarative)
-optdepends=('qt5-declarative: QML bindings')
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('704441023383b0955d78dc8ed59585fcbc03b5681dfb7d4e770d4d23e527f3a4')
-
-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-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD (from rev 319358, 
qt5-remoteobjects/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:13:57 UTC (rev 319359)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 293803 2017-04-21 11:54:59Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-remoteobjects
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Inter-process communication (IPC) module developed for Qt'
+depends=(qt5-base)
+makedepends=(qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('246647ea826b9bab2c4199002d0c71488580421fd3af80c20e30c06e5dfe544a')
+
+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/kde-unstable-x86_64 (2 files)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:13:42
  Author: arojas
Revision: 319358

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:13:24 UTC (rev 319357)
+++ PKGBUILD2018-03-15 19:13:42 UTC (rev 319358)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols2
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Next generation user interface controls based on Qt Quick'
-depends=('qt5-declarative')
-optdepends=('qt5-graphicaleffects: for the Material style')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('568a20d545678170547ea26bd68f8a2e20d2849b678ff519fc27a2010a896bbf')
-
-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 319357, 
qt5-quickcontrols2/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:13:42 UTC (rev 319358)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols2
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Next generation user interface controls based on Qt Quick'
+depends=('qt5-declarative')
+optdepends=('qt5-graphicaleffects: for the Material style')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('afd4951c991cdd026b34ba2cb057521c1555e26c36345f077056a6babccb9f2a')
+
+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/kde-unstable-x86_64 (2 files)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:13:24
  Author: arojas
Revision: 319357

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:13:08 UTC (rev 319356)
+++ PKGBUILD2018-03-15 19:13:24 UTC (rev 319357)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('8b3a1397cc68faf2fd9bdbd86085df0ce24edcdfd589b6be0331764e5e08a351')
-
-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 319356, 
qt5-quickcontrols/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:13:24 UTC (rev 319357)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('cbcde377c9db4a09946bdc8dc726fdc2b5c2d3a4833ff05de33afac0ebdb3a57')
+
+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-networkauth/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:13:08
  Author: arojas
Revision: 319356

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

Added:
  qt5-networkauth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 319355, qt5-networkauth/kde-unstable/PKGBUILD)
Deleted:
  qt5-networkauth/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:12:53 UTC (rev 319355)
+++ PKGBUILD2018-03-15 19:13:08 UTC (rev 319356)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-networkauth
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Network authentication module'
-depends=(qt5-base)
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('4867afd0abafd7db4bec8040ae112ac02ff177439afc5b4af2dc20ac55bac242')
-
-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-networkauth/repos/kde-unstable-x86_64/PKGBUILD (from rev 319355, 
qt5-networkauth/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:13:08 UTC (rev 319356)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-networkauth
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Network authentication module'
+depends=(qt5-base)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('665f45299b295a7061a1cb08460147c862878ec90922fb3d12890de11fc509a5')
+
+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/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:12:53
  Author: arojas
Revision: 319355

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

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

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:12:39 UTC (rev 319354)
+++ PKGBUILD2018-03-15 19:12:53 UTC (rev 319355)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-multimedia
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for audio, video, radio and camera functionality'
-depends=('qt5-base' 'gst-plugins-base' 'libpulse' 'openal')
-makedepends=('qt5-declarative' 'gst-plugins-bad')
-optdepends=('qt5-declarative: QML bindings' 'gst-plugins-good: camera support' 
'gst-plugins-bad: camera support')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('91c4992e501b63b675093b31764cbc92e7bb84ce753dc8c887c62d4a374ea076')
-
-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 319354, 
qt5-multimedia/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:12:53 UTC (rev 319355)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for audio, video, radio and camera functionality'
+depends=('qt5-base' 'gst-plugins-base' 'libpulse' 'openal')
+makedepends=('qt5-declarative' 'gst-plugins-bad')
+optdepends=('qt5-declarative: QML bindings' 'gst-plugins-good: camera support' 
'gst-plugins-bad: camera support')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('0a7f21bac2845302bfdaca5710c7f84d372d5e10d4f85f77cefe0bbf8d7355e1')
+
+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-imageformats/repos/kde-unstable-x86_64 (2 files)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:12:39
  Author: arojas
Revision: 319354

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:12:23 UTC (rev 319353)
+++ PKGBUILD2018-03-15 19:12:39 UTC (rev 319354)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-imageformats
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('a3546c9e688d7234f5f695945543193194983faf1c391e21c92d22530417b958')
-
-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 319353, 
qt5-imageformats/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:12:39 UTC (rev 319354)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('e1db924d8f0bd441a1746ca188a6d2a760a976a5567663c5846701903cadb5eb')
+
+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-graphicaleffects/repos/kde-unstable-x86_64 (2 files)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:12:23
  Author: arojas
Revision: 319353

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:12:09 UTC (rev 319352)
+++ PKGBUILD2018-03-15 19:12:23 UTC (rev 319353)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-graphicaleffects
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Graphical effects for use with Qt Quick 2'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('e2b7845bf6f08a82a5afa2edfcd412c68a39fbc318259161b0706c90ad2d5267')
-
-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 
319352, qt5-graphicaleffects/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:12:23 UTC (rev 319353)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Graphical effects for use with Qt Quick 2'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('e41fb46347d1046e362825b8040dff4a7badc7d980c3193b043ec3707658765e')
+
+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/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:12:09
  Author: arojas
Revision: 319352

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

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

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:11:50 UTC (rev 319351)
+++ PKGBUILD2018-03-15 19:12:09 UTC (rev 319352)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-gamepad
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('134a47fcff76bbb95049078ee1afe3f8dd7f8eaeca39b409c2586e83af31fc77')
-
-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 319351, 
qt5-gamepad/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:12:09 UTC (rev 319352)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-gamepad
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('18380b7eaacab8070179811c2cbf3215603fa352894d50d4d798e6f5224297d0')
+
+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/kde-unstable-any (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:11:50
  Author: arojas
Revision: 319351

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

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:11:17 UTC (rev 319350)
+++ PKGBUILD2018-03-15 19:11:50 UTC (rev 319351)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Michael Hansen 
-
-pkgname=qt5-examples
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Examples and demos from qt5 documentation'
-depends=('qt5-doc')
-groups=('qt' 'qt5')
-_pkgfqn="qt-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz";)
-sha256sums=('4884a2a122da603343f5066147be7be32a9cadc7daa017980bf47731d15699b5')
-
-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
-
-# mkdir $_base/$_mod
-  cp -rn $_dir/* $_base
-  done
-}

Copied: qt5-examples/repos/kde-unstable-any/PKGBUILD (from rev 319350, 
qt5-examples/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:11:50 UTC (rev 319351)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-examples
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Examples and demos from qt5 documentation'
+depends=('qt5-doc')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz";)
+sha256sums=('9482538af151454f79def3df1f4f76fc9475372b96cc9ca8515d7b2112a7d8cf')
+
+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
+
+# mkdir $_base/$_mod
+  cp -rn $_dir/* $_base
+  done
+}


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

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:11:17
  Author: arojas
Revision: 319350

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

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

--+
 PKGBUILD |  119 +
 1 file changed, 58 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:10:57 UTC (rev 319349)
+++ PKGBUILD2018-03-15 19:11:17 UTC (rev 319350)
@@ -1,61 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Michael Hansen 
-
-pkgname=qt5-doc
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Documentation)'
-depends=('qt5-base')
-makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss' 'libxcomposite'
- 'gperf' 'nss' 'clang')
-groups=('qt' 'qt5')
-_pkgfqn="qt-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz";)
-sha256sums=('4884a2a122da603343f5066147be7be32a9cadc7daa017980bf47731d15699b5')
-
-prepare() {
-  cd ${_pkgfqn}
-  cd qtbase
-   bin/syncqt.pl -version ${_qtver%-*}
-  cd ..
-
-  ln -s /usr/bin qttools/
-  ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
-
-  # 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 \
--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
-}

Copied: qt5-doc/repos/kde-unstable-any/PKGBUILD (from rev 319349, 
qt5-doc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:11:17 UTC (rev 319350)
@@ -0,0 +1,58 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-doc
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Documentation)'
+depends=('qt5-base')
+makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss' 'libxcomposite'
+ 'gperf' 'nss' 'clang')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz";)
+sha256sums=('9482538af151454f79def3df1f4f76fc9475372b96cc9ca8515d7b2112a7d8cf')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  ln -s /usr/bin qttools/
+  ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
+
+  # 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 \
+-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-connectivity/repos/kde-unstable-x86_64 (2 files)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:10:40
  Author: arojas
Revision: 319348

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

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

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:10:24 UTC (rev 319347)
+++ PKGBUILD2018-03-15 19:10:40 UTC (rev 319348)
@@ -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.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('aa6f5f782908481b1290afad273057ea09ed49c7722713d1381b94da7118d3c6')
-
-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 319347, 
qt5-connectivity/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:10:40 UTC (rev 319348)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('fb1aef40f1dbfb7c1b5c8f1d4c9b006de9797bca65ad2f7314a1b1c6a13e6a5a')
+
+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/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:10:57
  Author: arojas
Revision: 319349

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:10:40 UTC (rev 319348)
+++ PKGBUILD2018-03-15 19:10:57 UTC (rev 319349)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-datavis3d
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Qt Data Visualization module'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('c7348232057a99eb31f7663cffd6421f1162f49e0810d5eac92f5b9aab35c332')
-
-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' {} \;
-}

Copied: qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 319348, 
qt5-datavis3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:10:57 UTC (rev 319349)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-datavis3d
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Qt Data Visualization module'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('bd207429650398c7e0c9d4dd31a02a6e0b4c26f724b4aaea50e4e00dbb1ef4eb')
+
+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' {} \;
+}


[arch-commits] Commit in qt5-canvas3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:10:09
  Author: arojas
Revision: 319346

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:09:54 UTC (rev 319345)
+++ PKGBUILD2018-03-15 19:10:09 UTC (rev 319346)
@@ -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.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A JavaScript 3D rendering API for Qt Quick'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('bea4e7c7cf8a59bb4c4a1b804702ad03483d77c76c6bb3ca4f67aa4838b44cd6')
-
-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 319345, 
qt5-canvas3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:10:09 UTC (rev 319346)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A JavaScript 3D rendering API for Qt Quick'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('ec3dd14e75dd1117a1e81e96861309288976d6ee09a1a881f8e03e73b1b01476')
+
+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/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:10:24
  Author: arojas
Revision: 319347

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:10:09 UTC (rev 319346)
+++ PKGBUILD2018-03-15 19:10:24 UTC (rev 319347)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-charts
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Provides a set of easy to use chart components'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('3091a56ade2e8ac186c6c810590f7f4da41b620ab432d0b639d218be42c9908c')
-
-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' {} \;
-}

Copied: qt5-charts/repos/kde-unstable-x86_64/PKGBUILD (from rev 319346, 
qt5-charts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:10:24 UTC (rev 319347)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-charts
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Provides a set of easy to use chart components'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('76f52ca207f1169fad98b5586ff55de1a1a78abb68f813f210a595b4fa71bbb6')
+
+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' {} \;
+}


[arch-commits] Commit in qt5-websockets/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:09:39
  Author: arojas
Revision: 319344

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

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

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:09:20 UTC (rev 319343)
+++ PKGBUILD2018-03-15 19:09:39 UTC (rev 319344)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-websockets
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('1c572dbf7eaf920ac1ae986cf4c495726f3840ffb302219f1bba51a1516b6eb1')
-
-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 319343, 
qt5-websockets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:09:39 UTC (rev 319344)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('faa0cee17289bd9d1179deba038f1986f15e5ff5921871bdc25e805c0fe69535')
+
+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-webengine/repos/kde-unstable-x86_64 (6 files)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:09:20
  Author: arojas
Revision: 319343

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

Added:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 319342, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-harmony.patch
(from rev 319342, qt5-webengine/kde-unstable/qtwebengine-harmony.patch)
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-no-gpu.patch
(from rev 319342, qt5-webengine/kde-unstable/qtwebengine-no-gpu.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-harmony.patch
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-no-gpu.patch

---+
 PKGBUILD  |  124 +--
 qtwebengine-harmony.patch |  154 +-
 qtwebengine-no-gpu.patch  |  198 ++--
 3 files changed, 238 insertions(+), 238 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:08:58 UTC (rev 319342)
+++ PKGBUILD2018-03-15 19:09:20 UTC (rev 319343)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
- 'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 
're2' 'libvpx')
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
- qtwebengine-harmony.patch
- qtwebengine-no-gpu.patch)
-sha256sums=('bcd654e82a4fc94e5d1afc5dc16696129b97ea29d763ac9d96674a93b5db8aa5'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
-'6cd70c37f3b3aea926f1ee20c1f59354f2a02d240dbf344c6dc0a75f8aa8e07b')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  cd ${_pkgfqn}
-
-  # FreeType 2.8.1
-  patch -Np1 -i ../qtwebengine-harmony.patch
-  # Disable GPU rendering on nouveau and wayland (openSUSE) 
https://bugreports.qt.io/browse/QTBUG-65682
-  # patch -p1 -i ../qtwebengine-no-gpu.patch
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake ../${_pkgfqn} -- \
--proprietary-codecs \
--system-ffmpeg \
--webp \
--spellchecker
-#   -webengine-icu
-  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 -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 319342, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:09:20 UTC (rev 319343)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
+ 'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 
're2' 'libvpx')
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
+ qtwebengine-harmony.patch
+ qtwebengine-no-gpu.patch)
+sha256sums=('fb5b2daffd55f0f4398e2cce9f022191543e6486b39f4a53ba67a23b5175f4fd'
+'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
+'6cd70c37f3b3aea926f1ee20c1f59354f2a02d240dbf344c6dc0a75f8aa8e07b')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+
+  cd ${_pkgfqn}
+
+  # FreeType 2.8.1
+  patch -Np1 -i ../qtwebengine-harmony.patch
+  # Disable GPU rendering on nouveau and wayland (openSUSE) 
https://bugreports.qt.io/browse/QTBUG-65682
+  # patch -p1 -i ../qtwebengine-no-gpu.patch
+}
+
+build() {
+  cd build
+
+  export PATH="$srcd

[arch-commits] Commit in qt5-3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:09:54
  Author: arojas
Revision: 319345

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

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:09:39 UTC (rev 319344)
+++ PKGBUILD2018-03-15 19:09:54 UTC (rev 319345)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-3d
-_qtver=5.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=('qt5-declarative' 'assimp')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('deb45f6e0c5d783ee055a46f5720db6121659224de215d4c1a5c88818807eb70')
-
-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 319344, 
qt5-3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:09:54 UTC (rev 319345)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=('qt5-declarative' 'assimp')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('d80695c26bfe5a65f4dd2312d010d7c1cb4378cc74fb29b463f04acc8a1d478a')
+
+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-webchannel/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:08:58
  Author: arojas
Revision: 319342

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:08:30 UTC (rev 319341)
+++ PKGBUILD2018-03-15 19:08:58 UTC (rev 319342)
@@ -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.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('5a75d030c64192d301ea11e3b680f505b5fd929cd460c73357a8a1aefdcd69f0')
-
-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 319341, 
qt5-webchannel/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:08:58 UTC (rev 319342)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('21e44267655815228d260eba7e58284405244b9303114892d85ba192f43b1d9e')
+
+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/kde-unstable-any (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:08:30
  Author: arojas
Revision: 319341

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:07:47 UTC (rev 319340)
+++ PKGBUILD2018-03-15 19:08:30 UTC (rev 319341)
@@ -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.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Translations)'
-depends=('qt5-base')
-makedepends=('qt5-tools')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('3d0876fd89c4076674b39a9c80e9e542439bf3d26f7f5af69f2f38fe9c40edab')
-
-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 319340, 
qt5-translations/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:08:30 UTC (rev 319341)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=('qt5-base')
+makedepends=('qt5-tools')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('914099c1892a1730b6e9f1f1456ad5ac9022d308d90ffdd55c177e92edcefcd3')
+
+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-tools/repos/kde-unstable-x86_64 (10 files)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:07:47
  Author: arojas
Revision: 319340

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

Added:
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 319339, qt5-tools/kde-unstable/PKGBUILD)
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
(from rev 319339, qt5-tools/kde-unstable/assistant.desktop)
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
(from rev 319339, qt5-tools/kde-unstable/designer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
(from rev 319339, qt5-tools/kde-unstable/linguist.desktop)
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop
(from rev 319339, qt5-tools/kde-unstable/qdbusviewer.desktop)
Deleted:
  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 +++---
 5 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:07:27 UTC (rev 319339)
+++ PKGBUILD2018-03-15 19:07:47 UTC (rev 319340)
@@ -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.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
-depends=('qt5-base' 'hicolor-icon-theme')
-makedepends=('qt5-declarative' 'qt5-webkit' 'vulkan-headers' 'clang')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('8f048bcf88813ef6dc45be47a9de765e272e8935944671dbc5b02081bdfc280a'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
-'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-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/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/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-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 319339, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:07:47 UTC (rev 319340)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(

[arch-commits] Commit in qt5-serialport/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:07:27
  Author: arojas
Revision: 319339

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:07:15 UTC (rev 319338)
+++ PKGBUILD2018-03-15 19:07:27 UTC (rev 319339)
@@ -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.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to hardware and virtual serial ports'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('9762316bdf82215bbfa08b2c9f9c7b649e147ab2cbb42ccb19d89a9c2bb59a21')
-
-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 319338, 
qt5-serialport/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:07:27 UTC (rev 319339)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('3f6e66b06f6351a9fb1109f165e0a21561032c2feaab1f6420736bfd2415d222')
+
+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/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:07:15
  Author: arojas
Revision: 319338

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

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

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 19:07:03 UTC (rev 319337)
+++ PKGBUILD2018-03-15 19:07:15 UTC (rev 319338)
@@ -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.11.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('b272605d3c3e6842bc62be9e76ae07344c639aea36204108bb2dbc8c82350980')
-
-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 319337, 
qt5-sensors/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:07:15 UTC (rev 319338)
@@ -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.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' '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-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('68220f74c63e49a996a6b872b34ba19e24eabe756569601b3b7a53ceab886574')
+
+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}
+}


  1   2   3   4   5   >