mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
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:
parent
02256e97d7
commit
9caf46e76f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user