mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/neochat: add missing runtime dependency
QQmlApplicationEngine failed to load component qrc:/main.qml:20:5: Type RoomList.Page unavailable qrc:/RoomList/Page.qml:87:20: Type ExploreComponent unavailable qrc:/RoomList/ExploreComponent.qml: Type org.kde.neochat/OsmLocationPlugin unavailable qrc:/OsmLocationPlugin.qml:7:1: module "QtLocation" is not installed
This commit is contained in:
parent
ac129e3e97
commit
98f7b4d8f9
@ -5,7 +5,7 @@
|
||||
# group=kde-applications
|
||||
pkgname=neochat
|
||||
pkgver=23.08.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A client for Matrix, the decentralized communication protocol"
|
||||
url="https://invent.kde.org/network/neochat/"
|
||||
# armhf blocked by extra-cmake-modules
|
||||
@ -20,6 +20,7 @@ depends="
|
||||
kquickcharts5
|
||||
kquickimageeditor
|
||||
qqc2-desktop-style5
|
||||
qt5-qtlocation
|
||||
qt5-qtquickcontrols
|
||||
"
|
||||
makedepends="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user