git » pyqt5.git » commit bee92a0

Drop qtwebkit bindings

author Antonio Rojas
2022-11-10 17:33:13 UTC
committer Antonio Rojas
2022-11-10 17:33:13 UTC
parent 442d34758ed207a7eee216d8a3aac36b215dea6c

Drop qtwebkit bindings

PKGBUILD +7 -4

diff --git a/PKGBUILD b/PKGBUILD
index fc3664d..21007aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgbase=pyqt5
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.7
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -20,7 +20,6 @@ optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
             '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'
@@ -29,11 +28,15 @@ optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
             'qt5-x11extras: QtX11Extras'
             'qt5-remoteobjects: QtRemoteObjects'
             'qt5-speech: QtTextToSpeech'
-            'qt5-quick3d: QtQuick3D')
+            'qt5-quick3d: QtQuick3D'
+            'qt5-location: QtLocation, QtPositioning'
+            'qt5-sensors: QtSensors'
+            'qt5-webchannel: QtWebChannel')
 provides=(qt5-python-bindings)
 makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
              'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-speech' 'qt5-svg'
-             'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d')
+             'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d'
+             'qt5-sensors' 'qt5-webchannel' 'qt5-location')
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz")
 sha256sums=('755121a52b3a08cb07275c10ebb96576d36e320e572591db16cfdbc558101594')