qutebrowser: depends on PyQt6-PDF
This commit is contained in:
parent
21ec8b49d0
commit
34e7baa1b2
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qutebrowser'
|
||||
pkgname=qutebrowser
|
||||
version=3.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools asciidoc"
|
||||
depends="python3-Jinja2 python3-yaml"
|
||||
|
@ -34,7 +34,7 @@ elif [ "$XBPS_WORDSIZE" != 32 ]; then
|
|||
fi
|
||||
|
||||
if [ "$build_option_qt6" ]; then
|
||||
depends+=" python3-pyqt6-declarative python3-pyqt6-gui
|
||||
depends+=" python3-pyqt6-declarative python3-pyqt6-gui python3-pyqt6-pdf
|
||||
python3-pyqt6-sql python3-pyqt6-webengine python3-pyqt6-webchannel
|
||||
python3-pyqt6-widgets python3-pyqt6-network python3-pyqt6-dbus
|
||||
python3-pyqt6-printsupport qt6-plugin-sqlite"
|
||||
|
|
Loading…
Reference in New Issue