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

2017-07-02 Thread Antonio Rojas
Date: Sunday, July 2, 2017 @ 07:06:08
  Author: arojas
Revision: 299537

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

Added:
  pyqt5/repos/testing-i686/PKGBUILD
(from rev 299536, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
(from rev 299536, pyqt5/trunk/pyqt-support-new-qt.patch)
  pyqt5/repos/testing-x86_64/PKGBUILD
(from rev 299536, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch
(from rev 299536, pyqt5/trunk/pyqt-support-new-qt.patch)
Deleted:
  pyqt5/repos/testing-i686/PKGBUILD
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
  pyqt5/repos/testing-x86_64/PKGBUILD
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch

--+
 /PKGBUILD|  252 +
 /pyqt-support-new-qt.patch   |   24 ++
 testing-i686/PKGBUILD|  126 --
 testing-i686/pyqt-support-new-qt.patch   |   12 -
 testing-x86_64/PKGBUILD  |  126 --
 testing-x86_64/pyqt-support-new-qt.patch |   12 -
 6 files changed, 276 insertions(+), 276 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-02 07:05:21 UTC (rev 299536)
+++ testing-i686/PKGBUILD   2017-07-02 07:06:08 UTC (rev 299537)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.8.2
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity'
- 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
-sha512sums=('8b765b9ae6210b7312a2dc6ed94d2664ae569625fe8a27443bae4230d9d9c00e0cf3b4be6904c66ebceff5cd5bbd19a5a9794a0b3222c8098a55f0b94fc8d89b'
-
'5b0793b281ec7136670fe1b8785704a09d71f79ac4d6479c966a3ec43a76cb3e225311a121a34e3a274a627bd929be2a6e8d108a12a10967f8d1cf888be5030f')
-
-prepare() {
-  # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
-  pushd PyQt5_gpl-$pkgver
-  patch -p1 -i ../pyqt-support-new-qt.patch
-  popd
-
-  # The additional include path was removed due to this line, I don't really 
know why they are doing this...
-  sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-$pkgver/configure.py
-
-  cp -a PyQt5_gpl-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyQt5_gpl-$pkgver
-  python configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  cd "$srcdir"/PyQt5_gpl-$pkgver-py2
-  python2 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
-  depends=('qt5-base')
-
-  cd PyQt5_gpl-$pkgver
-  install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-
-  install -d "$pkgdir"/usr/share/sip/PyQt5
-  cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip' 'pyqt5-common')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort'
-  'qt5-websockets: QtWebSockets'
-  'qt5-connectivity: QtNfc, QtBluetooth'
-  'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
-  'qt5-x11extras: QtX11Extras')
-
-  cd PyQt5_gpl-$pkgver
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
-

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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 20:12:03
  Author: arojas
Revision: 293989

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

Added:
  pyqt5/repos/testing-i686/PKGBUILD
(from rev 293988, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
(from rev 293988, pyqt5/trunk/pyqt-support-new-qt.patch)
  pyqt5/repos/testing-x86_64/PKGBUILD
(from rev 293988, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch
(from rev 293988, pyqt5/trunk/pyqt-support-new-qt.patch)
Deleted:
  pyqt5/repos/testing-i686/PKGBUILD
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
  pyqt5/repos/testing-x86_64/PKGBUILD
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch

--+
 /PKGBUILD|  246 +
 /pyqt-support-new-qt.patch   |   24 ++
 testing-i686/PKGBUILD|  123 --
 testing-i686/pyqt-support-new-qt.patch   |   12 -
 testing-x86_64/PKGBUILD  |  123 --
 testing-x86_64/pyqt-support-new-qt.patch |   12 -
 6 files changed, 270 insertions(+), 270 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-22 20:11:25 UTC (rev 293988)
+++ testing-i686/PKGBUILD   2017-04-22 20:12:03 UTC (rev 293989)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.8.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity'
- 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
-sha512sums=('8b765b9ae6210b7312a2dc6ed94d2664ae569625fe8a27443bae4230d9d9c00e0cf3b4be6904c66ebceff5cd5bbd19a5a9794a0b3222c8098a55f0b94fc8d89b')
-
-prepare() {
-  # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
-  # patch -p1 -i ../pyqt-support-new-qt.patch
-
-  # The additional include path was removed due to this line, I don't really 
know why they are doing this...
-  sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-$pkgver/configure.py
-
-  cp -a PyQt5_gpl-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyQt5_gpl-$pkgver
-  python configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  cd "$srcdir"/PyQt5_gpl-$pkgver-py2
-  python2 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
-  depends=('qt5-base')
-
-  cd PyQt5_gpl-$pkgver
-  install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-
-  install -d "$pkgdir"/usr/share/sip/PyQt5
-  cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip' 'pyqt5-common')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort'
-  'qt5-websockets: QtWebSockets'
-  'qt5-connectivity: QtNfc, QtBluetooth'
-  'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
-  'qt5-x11extras: QtX11Extras')
-
-  cd PyQt5_gpl-$pkgver
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
-
-  # Provided by pyqt-common
-  rm "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
-  

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 18:30:40
  Author: arojas
Revision: 292935

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

Added:
  pyqt5/repos/testing-i686/PKGBUILD
(from rev 292934, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
(from rev 292934, pyqt5/trunk/pyqt-support-new-qt.patch)
  pyqt5/repos/testing-x86_64/PKGBUILD
(from rev 292934, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch
(from rev 292934, pyqt5/trunk/pyqt-support-new-qt.patch)
Deleted:
  pyqt5/repos/testing-i686/PKGBUILD
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
  pyqt5/repos/testing-x86_64/PKGBUILD
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch

--+
 /PKGBUILD|  246 +
 /pyqt-support-new-qt.patch   |   24 ++
 testing-i686/PKGBUILD|  123 --
 testing-i686/pyqt-support-new-qt.patch   |   12 -
 testing-x86_64/PKGBUILD  |  123 --
 testing-x86_64/pyqt-support-new-qt.patch |   12 -
 6 files changed, 270 insertions(+), 270 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-15 18:30:13 UTC (rev 292934)
+++ testing-i686/PKGBUILD   2017-04-15 18:30:40 UTC (rev 292935)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity'
- 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
-sha512sums=('56607263f6782409a2088b986954e973fdeea681fe3d6e3708b4946477da1431c33814454ad14e758de7c46b1dac660f3204aae2e1087249d13be6d80ddd6458')
-
-prepare() {
-  # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
-  # patch -p1 -i ../pyqt-support-new-qt.patch
-
-  # The additional include path was removed due to this line, I don't really 
know why they are doing this...
-  sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-$pkgver/configure.py
-
-  cp -a PyQt5_gpl-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyQt5_gpl-$pkgver
-  python configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  cd "$srcdir"/PyQt5_gpl-$pkgver-py2
-  python2 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
-  depends=('qt5-base')
-
-  cd PyQt5_gpl-$pkgver
-  install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-
-  install -d "$pkgdir"/usr/share/sip/PyQt5
-  cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip' 'pyqt5-common')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort'
-  'qt5-websockets: QtWebSockets'
-  'qt5-connectivity: QtNfc, QtBluetooth'
-  'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
-  'qt5-x11extras: QtX11Extras')
-
-  cd PyQt5_gpl-$pkgver
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
-
-  # Provided by pyqt-common
-  rm "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
-  

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

2017-03-20 Thread Jelle van der Waa
Date: Monday, March 20, 2017 @ 14:17:44
  Author: jelle
Revision: 291110

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

Added:
  pyqt5/repos/extra-i686/PKGBUILD
(from rev 291109, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/extra-i686/pyqt-5.8-segfault.patch
(from rev 291109, pyqt5/trunk/pyqt-5.8-segfault.patch)
  pyqt5/repos/extra-x86_64/PKGBUILD
(from rev 291109, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/extra-x86_64/pyqt-5.8-segfault.patch
(from rev 291109, pyqt5/trunk/pyqt-5.8-segfault.patch)
Deleted:
  pyqt5/repos/extra-i686/PKGBUILD
  pyqt5/repos/extra-i686/pyqt-qt5.8.patch
  pyqt5/repos/extra-x86_64/PKGBUILD
  pyqt5/repos/extra-x86_64/pyqt-qt5.8.patch

--+
 /PKGBUILD|  238 +
 extra-i686/PKGBUILD  |  118 
 extra-i686/pyqt-5.8-segfault.patch   |   62 
 extra-i686/pyqt-qt5.8.patch  |   12 -
 extra-x86_64/PKGBUILD|  118 
 extra-x86_64/pyqt-5.8-segfault.patch |   62 
 extra-x86_64/pyqt-qt5.8.patch|   12 -
 7 files changed, 362 insertions(+), 260 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-20 14:16:38 UTC (rev 291109)
+++ extra-i686/PKGBUILD 2017-03-20 14:17:44 UTC (rev 291110)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.8
-_pkgver=$pkgver
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity'
- 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
-md5sums=('ac04c0bfc1f05f5a1c2a1edd2640235c')
-
-prepare() {
-  pushd PyQt5_gpl-${_pkgver}
-  # Support Qt 5.8
-  # patch -p1 -i ../pyqt-qt5.8.patch
-  popd
-
-  # The additional include path was removed due to this line, I don't really 
know why they are doing this...
-  sed -i '/target_config.dbus_inc_dirs = \[\]/d' 
PyQt5_gpl-${_pkgver}/configure.py
-
-  cp -a PyQt5_gpl-${_pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyQt5_gpl-${_pkgver}
-  python configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  cd "$srcdir"/PyQt5_gpl-${_pkgver}-py2
-  python2 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
-  depends=('qt5-base')
-
-  cd PyQt5_gpl-${_pkgver}
-  install -Dm644 PyQt5.api "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
-
-  install -d "${pkgdir}"/usr/share/sip/PyQt5
-  cp -a sip/* "${pkgdir}"/usr/share/sip/PyQt5
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip' 'pyqt5-common' 'python' 'python')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd PyQt5_gpl-${_pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  # Provided by pyqt-common
-  rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
-  depends=('python2-sip' 'pyqt5-common' 'python2')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  

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

2017-01-24 Thread Antonio Rojas
Date: Tuesday, January 24, 2017 @ 14:59:56
  Author: arojas
Revision: 287381

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

Added:
  pyqt5/repos/testing-i686/
  pyqt5/repos/testing-i686/PKGBUILD
(from rev 287380, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-i686/pyqt-qt5.8.patch
(from rev 287380, pyqt5/trunk/pyqt-qt5.8.patch)
  pyqt5/repos/testing-i686/pyqt5-fix-check-license.patch
(from rev 287380, pyqt5/trunk/pyqt5-fix-check-license.patch)
  pyqt5/repos/testing-x86_64/
  pyqt5/repos/testing-x86_64/PKGBUILD
(from rev 287380, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-x86_64/pyqt-qt5.8.patch
(from rev 287380, pyqt5/trunk/pyqt-qt5.8.patch)
  pyqt5/repos/testing-x86_64/pyqt5-fix-check-license.patch
(from rev 287380, pyqt5/trunk/pyqt5-fix-check-license.patch)

--+
 testing-i686/PKGBUILD|  122 +
 testing-i686/pyqt-qt5.8.patch|   35 +++
 testing-i686/pyqt5-fix-check-license.patch   |   11 ++
 testing-x86_64/PKGBUILD  |  122 +
 testing-x86_64/pyqt-qt5.8.patch  |   35 +++
 testing-x86_64/pyqt5-fix-check-license.patch |   11 ++
 6 files changed, 336 insertions(+)

Copied: pyqt5/repos/testing-i686/PKGBUILD (from rev 287380, 
pyqt5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-24 14:59:56 UTC (rev 287381)
@@ -0,0 +1,122 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Yichao Yu 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai  Ben 
+
+pkgbase=pyqt5
+pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
+pkgver=5.7.1
+_pkgver=$pkgver
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://riverbankcomputing.co.uk/software/pyqt/intro;
+license=('GPL')
+makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
+ 'python2-dbus' 'python-dbus' 'qt5-connectivity'
+ 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
+ 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
+source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-qt5.8.patch pyqt5-fix-check-license.patch)
+md5sums=('b3171b67c74aa63a3cd2f386660c898b'
+ '524f184f0e63aea952ba77702dff1356'
+ '1f57fb76747c5723dc4747fbbb376145')
+
+prepare() {
+  pushd PyQt5_gpl-${_pkgver}
+  # Support Qt 5.8
+patch -p1 -i ../pyqt-qt5.8.patch
+  # Hack to make the license check pass with Qt 5.8
+patch -p1 -i ../pyqt5-fix-check-license.patch
+  popd
+
+  # The additional include path was removed due to this line, I don't really 
know why they are doing this...
+  sed -i '/target_config.dbus_inc_dirs = \[\]/d' 
PyQt5_gpl-${_pkgver}/configure.py
+
+  cp -a PyQt5_gpl-${_pkgver}{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PyQt5_gpl-${_pkgver}
+  python configure.py \
+--confirm-license \
+--no-sip-files \
+--qsci-api \
+-q /usr/bin/qmake-qt5
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+
+  cd "$srcdir"/PyQt5_gpl-${_pkgver}-py2
+  python2 configure.py \
+--confirm-license \
+--no-sip-files \
+--qsci-api \
+-q /usr/bin/qmake-qt5
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+}
+
+package_pyqt5-common(){
+  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
+  depends=('qt5-base')
+
+  cd PyQt5_gpl-${_pkgver}
+  install -Dm644 PyQt5.api "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
+
+  install -d "${pkgdir}"/usr/share/sip/PyQt5
+  cp -a sip/* "${pkgdir}"/usr/share/sip/PyQt5
+}
+
+package_python-pyqt5(){
+  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
+  depends=('python-sip' 'pyqt5-common' 'python' 'python')
+  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'python-dbus: for python-dbus mainloop support'
+  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+  'qt5-tools: QtHelp, QtDesigner'
+  'qt5-svg: QtSvg'
+  'qt5-webkit: QtWebKit, QtWebKitWidgets'
+  'qt5-xmlpatterns: QtXmlPatterns'
+  'qt5-declarative: QtQml, qmlplugin'
+  'qt5-serialport: QtSerialPort')
+
+  cd PyQt5_gpl-${_pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  # Provided by pyqt-common
+  rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
+}
+
+package_python2-pyqt5(){
+  

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

2017-01-23 Thread Antonio Rojas
Date: Monday, January 23, 2017 @ 20:30:56
  Author: arojas
Revision: 287242

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

Added:
  pyqt5/repos/extra-i686/PKGBUILD
(from rev 287241, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/extra-i686/pyqt-qt5.8.patch
(from rev 287241, pyqt5/trunk/pyqt-qt5.8.patch)
  pyqt5/repos/extra-i686/pyqt5-fix-check-license.patch
(from rev 287241, pyqt5/trunk/pyqt5-fix-check-license.patch)
  pyqt5/repos/extra-x86_64/PKGBUILD
(from rev 287241, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/extra-x86_64/pyqt-qt5.8.patch
(from rev 287241, pyqt5/trunk/pyqt-qt5.8.patch)
  pyqt5/repos/extra-x86_64/pyqt5-fix-check-license.patch
(from rev 287241, pyqt5/trunk/pyqt5-fix-check-license.patch)
Deleted:
  pyqt5/repos/extra-i686/PKGBUILD
  pyqt5/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |  244 +++
 extra-i686/PKGBUILD|  113 
 extra-i686/pyqt-qt5.8.patch|   12 +
 extra-i686/pyqt5-fix-check-license.patch   |   11 +
 extra-x86_64/PKGBUILD  |  113 
 extra-x86_64/pyqt-qt5.8.patch  |   12 +
 extra-x86_64/pyqt5-fix-check-license.patch |   11 +
 7 files changed, 290 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-23 20:30:14 UTC (rev 287241)
+++ extra-i686/PKGBUILD 2017-01-23 20:30:56 UTC (rev 287242)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.7.1
-_pkgver=$pkgver
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity'
- 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
-md5sums=('b3171b67c74aa63a3cd2f386660c898b')
-
-prepare() {
-  # The additional include path was removed due to this line, I don't really 
know why they are doing this...
-  sed -i '/target_config.dbus_inc_dirs = \[\]/d' 
PyQt5_gpl-${_pkgver}/configure.py
-
-  cp -a PyQt5_gpl-${_pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyQt5_gpl-${_pkgver}
-  python configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  cd "$srcdir"/PyQt5_gpl-${_pkgver}-py2
-  python2 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
-  depends=('qt5-base')
-
-  cd PyQt5_gpl-${_pkgver}
-  install -Dm644 PyQt5.api "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
-
-  install -d "${pkgdir}"/usr/share/sip/PyQt5
-  cp -a sip/* "${pkgdir}"/usr/share/sip/PyQt5
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip' 'pyqt5-common' 'python' 'python')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd PyQt5_gpl-${_pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  # Provided by pyqt-common
-  rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
-  depends=('python2-sip' 'pyqt5-common' 'python2')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp,