mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qutebrowser: depends on PyQt6-PDF
This commit is contained in:
parent
21ec8b49d0
commit
34e7baa1b2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qutebrowser'
|
# Template file for 'qutebrowser'
|
||||||
pkgname=qutebrowser
|
pkgname=qutebrowser
|
||||||
version=3.1.0
|
version=3.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools asciidoc"
|
hostmakedepends="python3-setuptools asciidoc"
|
||||||
depends="python3-Jinja2 python3-yaml"
|
depends="python3-Jinja2 python3-yaml"
|
||||||
|
@ -34,7 +34,7 @@ elif [ "$XBPS_WORDSIZE" != 32 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_qt6" ]; then
|
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-sql python3-pyqt6-webengine python3-pyqt6-webchannel
|
||||||
python3-pyqt6-widgets python3-pyqt6-network python3-pyqt6-dbus
|
python3-pyqt6-widgets python3-pyqt6-network python3-pyqt6-dbus
|
||||||
python3-pyqt6-printsupport qt6-plugin-sqlite"
|
python3-pyqt6-printsupport qt6-plugin-sqlite"
|
||||||
|
|
Loading…
Add table
Reference in a new issue