Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pyqt6-webengine
Commits:
85846264 by Antonio Rojas at 2024-12-13T08:23:54+01:00
upgpkg: 6.8.0-1: Update to 6.8.0
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- + fix-build.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pyqt6-webengine
pkgdesc = Python bindings for QtWebEngine
- pkgver = 6.7.0
- pkgrel = 4
+ pkgver = 6.8.0
+ pkgrel = 1
url = https://www.riverbankcomputing.com/software/pyqtwebengine/intro
arch = x86_64
groups = pyqt6
@@ -14,7 +14,9 @@ pkgbase = pyqt6-webengine
depends = python-pyqt6
depends = qt6-base
depends = qt6-webengine
- source =
https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-6.7.0.tar.gz
- sha256sums =
68edc7adb6d9e275f5de956881e79cca0d71fad439abeaa10d823bff5ac55001
+ source =
https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-6.8.0.tar.gz
+ source = fix-build.patch
+ sha256sums =
64045ea622b6a41882c2b18f55ae9714b8660acff06a54e910eb72822c2f3ff2
+ sha256sums =
14b523cf26fd6e066ed1900fd59e1e6f8d7abc5900a04fc5b9bc9f3cb831045f
pkgname = python-pyqt6-webengine
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgbase=pyqt6-webengine
pkgname=(python-pyqt6-webengine)
-pkgver=6.7.0
-pkgrel=4
+pkgver=6.8.0
+pkgrel=1
pkgdesc='Python bindings for QtWebEngine'
arch=(x86_64)
url='https://www.riverbankcomputing.com/software/pyqtwebengine/intro'
@@ -17,8 +17,15 @@ depends=(gcc-libs
qt6-webengine)
makedepends=(pyqt-builder
sip)
-source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
-sha256sums=('68edc7adb6d9e275f5de956881e79cca0d71fad439abeaa10d823bff5ac55001')
+source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz
+ fix-build.patch)
+sha256sums=('64045ea622b6a41882c2b18f55ae9714b8660acff06a54e910eb72822c2f3ff2'
+ '14b523cf26fd6e066ed1900fd59e1e6f8d7abc5900a04fc5b9bc9f3cb831045f')
+
+prepare() {
+ cd PyQt6_WebEngine-$pkgver
+ patch -p1 -i ../fix-build.patch
+}
build() {
cd PyQt6_WebEngine-$pkgver
=====================================
fix-build.patch
=====================================
@@ -0,0 +1,11 @@
+diff -ru PyQt6_WebEngine-6.8.0.orig/sip/QtWebEngineCore/qwebengineframe.sip
PyQt6_WebEngine-6.8.0/sip/QtWebEngineCore/qwebengineframe.sip
+--- PyQt6_WebEngine-6.8.0.orig/sip/QtWebEngineCore/qwebengineframe.sip
2024-12-13 08:18:04.682729252 +0100
++++ PyQt6_WebEngine-6.8.0/sip/QtWebEngineCore/qwebengineframe.sip
2024-12-13 08:18:18.679705449 +0100
+@@ -25,6 +25,7 @@
+ class QWebEngineFrame /NoDefaultCtors/
+ {
+ %TypeHeaderCode
++#include <qvariant.h>
+ #include <qwebengineframe.h>
+ %End
+
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6-webengine/-/commit/85846264bbfd2628fae66786e2f48ae40fddadca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6-webengine/-/commit/85846264bbfd2628fae66786e2f48ae40fddadca
You're receiving this email because of your account on gitlab.archlinux.org.