From 98f7b4d8f92a3db87c0ec9d5653b44fea9b4de1b Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 17 Dec 2023 16:26:08 +0100 Subject: [PATCH] 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 --- community/neochat/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/neochat/APKBUILD b/community/neochat/APKBUILD index b39f980f637..df7aa4129a0 100644 --- a/community/neochat/APKBUILD +++ b/community/neochat/APKBUILD @@ -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="