mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
community/qutebrowser: use Qt6 on x86
This commit is contained in:
parent
69e2756844
commit
c9ecd98346
@ -2,7 +2,7 @@
|
||||
# Maintainer: omni <omni+alpine@hack.org>
|
||||
pkgname=qutebrowser
|
||||
pkgver=3.0.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Keyboard-driven, vim-like browser based on Python and Qt"
|
||||
url="https://qutebrowser.org/"
|
||||
# s390x, ppc64le and riscv64 blocked by qt5/qt6-qtwebengine
|
||||
@ -34,9 +34,8 @@ source="https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qu
|
||||
options="!check" # missing pytest dependencies
|
||||
|
||||
# 32b arm not supported by qt6-qtwebengine
|
||||
# 32b x86 blocked by qt6-pyqt6-webengine
|
||||
case "$CARCH" in
|
||||
arm*|x86)
|
||||
arm*)
|
||||
depends="$depends
|
||||
py3-qt5
|
||||
py3-pyqt5-sip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user