main/qtwebbrowser: add missing dependencies (MR 2012)

`qt5-qtquickcontrols` and `qt5-qtgraphicaleffects` are needed, else
qtwebbrowser shows a blackscreen on start.

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Alexander Brzoska 2021-03-07 13:47:24 +01:00 committed by Oliver Smith
parent 6ed0879afe
commit 8b70a0c012
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,11 +1,11 @@
pkgname=qtwebbrowser
pkgver=1.0
pkgrel=0
pkgrel=1
pkgdesc="Qt web browser"
url="http://doc.qt.io/QtWebBrowser/"
arch="all !armhf !armv7" # armhf: pmaports#75, armv7: build.postmarketos.org#72
license="GPLv3"
depends="qt5-qtbase qt5-qtwebengine qt5-qtvirtualkeyboard mesa-dev"
depends="qt5-qtbase qt5-qtwebengine qt5-qtvirtualkeyboard qt5-qtquickcontrols qt5-qtgraphicaleffects mesa-dev"
makedepends="qt5-qtbase-dev qt5-qtwebengine-dev busybox"
install="qtwebbrowser.post-install"
source="$pkgname-$pkgver.tar.gz::https://github.com/qtproject/qt-apps-qtwebbrowser/archive/v$pkgver.tar.gz qtwebbrowser.svg startup-qtwebbrowser.sh qtwebbrowser.desktop 0001-Patch-for-usability-on-postmarketOS.patch"