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

Andrea Scarpino andrea at archlinux.org
Sun Dec 14 09:21:03 UTC 2014


    Date: Sunday, December 14, 2014 @ 10:21:02
  Author: andrea
Revision: 227601

upgpkg: pyqt5 5.4.0s10c73f88bfd5-1

Current version does not support Qt 5.4, so switch to snapshots

Modified:
  pyqt5/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-14 04:23:45 UTC (rev 227600)
+++ PKGBUILD	2014-12-14 09:21:02 UTC (rev 227601)
@@ -7,7 +7,8 @@
 pkgbase=pyqt5
 pkgname=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.3.2
+pkgver=5.4.0s10c73f88bfd5
+_pkgver=5.4-snapshot-10c73f88bfd5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro"
@@ -15,13 +16,14 @@
 makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
              'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
              'qt5-svg' 'qt5-serialport')
-source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz")
-md5sums=('81ef608fa4f3961918106d0ca07aa68a')
+#source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz")
+source=("http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-${_pkgver}.tar.gz")
+md5sums=('85d953ec2e2d7102b67f211135c7ee7c')
 
 build() {
-  cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver}
+  cp -r PyQt-gpl-${_pkgver} Py2Qt-gpl-${_pkgver}
 
-  cd PyQt-gpl-${pkgver}
+  cd PyQt-gpl-${_pkgver}
   python3 configure.py \
     --confirm-license \
     -v /usr/share/sip/PyQt5 \
@@ -34,7 +36,7 @@
   make
 
   ### Python2 version ###
-  cd ../Py2Qt-gpl-${pkgver}
+  cd ../Py2Qt-gpl-${_pkgver}
   python2 configure.py \
     --confirm-license \
     -v /usr/share/sip/Py2-PyQt5 \
@@ -51,7 +53,7 @@
   pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
   depends=('qt5-base')
 
-  cd PyQt-gpl-${pkgver}
+  cd PyQt-gpl-${_pkgver}
   make -C pyrcc DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
   make -C pylupdate DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
 
@@ -71,7 +73,7 @@
               'qt5-declarative: QtQml, qmlplugin'
               'qt5-serialport: QtSerialPort')
 
-  cd PyQt-gpl-${pkgver}
+  cd PyQt-gpl-${_pkgver}
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
   make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
 
@@ -93,7 +95,7 @@
               'qt5-declarative: QtQml, qmlplugin'
               'qt5-serialport: QtSerialPort')
 
-  cd Py2Qt-gpl-${pkgver}
+  cd Py2Qt-gpl-${_pkgver}
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
   make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
 



More information about the arch-commits mailing list