community/nextcloud-client: add qt5-qtquickcontrols dependency

Without this dependency, the nextcloud GUI fails to start even when
requested to run in the foreground.

The log prints the following warning, which disappears after installing
the new dependency.

[ warning nextcloud.gui.systray /home/buildozer/aports/community/nextcloud-client/src/desktop-3.6.2/src/gui/systray.cpp:145 ]:        "qrc:/qml/src/gui/tray/Window.qml:146 Type UserStatusSelectorPage unavailable\nqrc:/qml/src/gui/UserStatusSelectorPage.qml:39 Type UserStatusSelector unavailable\nqrc:/qml/src/gui/UserStatusSelector.qml:16 module \"QtQuick.Dialogs\" is not installed\n"
This commit is contained in:
Pablo Correa Gómez 2022-11-30 00:13:29 +01:00
parent 02256e97d7
commit 9caf46e76f

View File

@ -2,14 +2,14 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=nextcloud-client
pkgver=3.6.2
pkgrel=0
pkgrel=1
pkgdesc="Nextcloud Desktop Client"
url="https://github.com/nextcloud/desktop"
# s390x, ppc64le and riscv64 blocked by qt5-qtwebengine
# armhf blocked by extra-cmake-modules
arch="all !s390x !ppc64le !armhf !riscv64"
license="GPL-2.0-only"
depends="dbus:org.freedesktop.Secrets"
depends="dbus:org.freedesktop.Secrets qt5-qtquickcontrols"
makedepends="
$depends_dev
cmake