mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
a279943578
commit
2a77966eeb
2 changed files with 14 additions and 4 deletions
10
srcpkgs/python3-pyqt6-webengine/patches/qvariant.patch
Normal file
10
srcpkgs/python3-pyqt6-webengine/patches/qvariant.patch
Normal file
|
@ -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
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python3-pyqt6-webengine'
|
# Template file for 'python3-pyqt6-webengine'
|
||||||
pkgname=python3-pyqt6-webengine
|
pkgname=python3-pyqt6-webengine
|
||||||
version=6.7.0
|
version=6.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=sip-build
|
build_style=sip-build
|
||||||
build_helper=python3
|
build_helper=python3
|
||||||
hostmakedepends="qt6-base python3-PyQt-builder pkg-config"
|
hostmakedepends="qt6-base python3-PyQt-builder pkg-config"
|
||||||
makedepends="qt6-webengine-devel qt6-webchannel-devel python3-pyqt6-bindings
|
makedepends="qt6-webengine-devel qt6-webchannel-devel python3-pyqt6-bindings
|
||||||
python3-pyqt6-sip"
|
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"
|
short_desc="Python 3 bindings for Qt6 - WebEngine"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.riverbankcomputing.com/software/pyqtwebengine/"
|
homepage="https://www.riverbankcomputing.com/software/pyqtwebengine/"
|
||||||
distfiles="$PYPI_SITE/P/PyQt6_WebEngine/PyQt6_WebEngine-$version.tar.gz"
|
distfiles="$PYPI_SITE/P/PyQt6_WebEngine/PyQt6_WebEngine-$version.tar.gz"
|
||||||
checksum=68edc7adb6d9e275f5de956881e79cca0d71fad439abeaa10d823bff5ac55001
|
checksum=64045ea622b6a41882c2b18f55ae9714b8660acff06a54e910eb72822c2f3ff2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue