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

Antonio Rojas arojas at archlinux.org
Mon Jun 1 10:30:04 UTC 2020


    Date: Monday, June 1, 2020 @ 10:30:04
  Author: arojas
Revision: 388004

Update to 5.15.0

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-01 10:07:32 UTC (rev 388003)
+++ PKGBUILD	2020-06-01 10:30:04 UTC (rev 388004)
@@ -7,20 +7,22 @@
 
 pkgbase=pyqt5
 pkgname=('python-pyqt5' 'python2-pyqt5')
-pkgver=5.14.2
-pkgrel=2
+pkgver=5.15.0
+pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
 makedepends=('sip5' 'pyqt-builder' 'python2-sip-pyqt5' 'sip' 'python-opengl' 'python2-opengl' 'python2-enum34'
              'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
-             'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects')
+             'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz")
-sha256sums=('bd230c6fd699eabf1ceb51e13a8b79b74c00a80272c622427b80141a22269eb0')
+sha256sums=('c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9')
 
 prepare() {
   cp -a PyQt5-$pkgver{,-py2}
+
+  sed -e 's|4.19.23|4.19.22|' -i PyQt5-$pkgver-py2/configure.py # Fix unexistant SIP min version
 }
 
 build() {
@@ -56,7 +58,8 @@
               'qt5-connectivity: QtNfc, QtBluetooth'
               'qt5-x11extras: QtX11Extras'
               'qt5-networkauth: QtNetworkAuth'
-              'qt5-remoteobjects: QtRemoteObjects')
+              'qt5-remoteobjects: QtRemoteObjects'
+              'qt5-quick3d: QtQuick3D')
 
   cd PyQt5-$pkgver/build
   make INSTALL_ROOT="$pkgdir" install -j1
@@ -85,7 +88,8 @@
               'qt5-connectivity: QtNfc, QtBluetooth'
               'qt5-x11extras: QtX11Extras'
               'qt5-networkauth: QtNetworkAuth'
-              'qt5-remoteobjects: QtRemoteObjects')
+              'qt5-remoteobjects: QtRemoteObjects'
+              'qt5-quick3d: QtQuick3D')
 
   cd PyQt5-$pkgver-py2
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR



More information about the arch-commits mailing list