Skip to content

Commit

Permalink
python3-pyqt6-webengine: update to 6.8.0.
Browse files Browse the repository at this point in the history
closes #53627
  • Loading branch information
sgn authored and Johnnynator committed Dec 25, 2024
1 parent a279943 commit 2a77966
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions srcpkgs/python3-pyqt6-webengine/patches/qvariant.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/sip/QtWebEngineCore/qwebengineframe.sip
+++ b/sip/QtWebEngineCore/qwebengineframe.sip
@@ -25,6 +25,7 @@
class QWebEngineFrame /NoDefaultCtors/
{
%TypeHeaderCode
+#include <QVariant>
#include <qwebengineframe.h>
%End

8 changes: 4 additions & 4 deletions srcpkgs/python3-pyqt6-webengine/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Template file for 'python3-pyqt6-webengine'
pkgname=python3-pyqt6-webengine
version=6.7.0
revision=2
version=6.8.0
revision=1
build_style=sip-build
build_helper=python3
hostmakedepends="qt6-base python3-PyQt-builder pkg-config"
makedepends="qt6-webengine-devel qt6-webchannel-devel python3-pyqt6-bindings
python3-pyqt6-sip"
depends="python3-pyqt6>=${version%.*} python3-pyqt6-sip"
depends="python3-pyqt6>=${version%.*} python3-pyqt6-sip>=13.9.0"
short_desc="Python 3 bindings for Qt6 - WebEngine"
maintainer="Đoàn Trần Công Danh <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://www.riverbankcomputing.com/software/pyqtwebengine/"
distfiles="$PYPI_SITE/P/PyQt6_WebEngine/PyQt6_WebEngine-$version.tar.gz"
checksum=68edc7adb6d9e275f5de956881e79cca0d71fad439abeaa10d823bff5ac55001
checksum=64045ea622b6a41882c2b18f55ae9714b8660acff06a54e910eb72822c2f3ff2
lib32disabled=yes

case "$XBPS_TARGET_MACHINE" in
Expand Down

0 comments on commit 2a77966

Please sign in to comment.