From 8c5e9185bff3d623118178dc57a68afe1533c4625ded210782a0e85ae9c2f914 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Tue, 16 Feb 2021 10:41:12 +0000 Subject: [PATCH] Accepting request 872215 from home:sleep_walker:branches:KDE:Extra - Add missing require libqt5-qtquickcontrols again. Fixes problem: QQmlApplicationEngine failed to load component qrc:/qml/main.qml:286:9: Type RoomPage unavailable qrc:/imports/NeoChat/Page/RoomPage.qml:564:13: Type ChatTextInput unavailable qrc:/imports/NeoChat/Component/ChatTextInput.qml:207:25: Type ImageEditorPage unavailable qrc:/imports/NeoChat/Page/ImageEditorPage.qml:11:1: module "QtQuick.Dialogs" is not installed Found on PinePhone PHOSH image. OBS-URL: https://build.opensuse.org/request/show/872215 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/neochat?expand=0&rev=10 --- neochat.changes | 5 +++++ neochat.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/neochat.changes b/neochat.changes index 282f59b..e583d95 100644 --- a/neochat.changes +++ b/neochat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 15 00:33:01 UTC 2021 - Tomas Cech + +- Add missing require libqt5-qtquickcontrols again. + ------------------------------------------------------------------- Sat Jan 16 10:14:57 UTC 2021 - Luca Beltrame diff --git a/neochat.spec b/neochat.spec index 94f1338..4721d82 100644 --- a/neochat.spec +++ b/neochat.spec @@ -55,6 +55,7 @@ Requires: kitemmodels-imports Requires: kquickimageeditor-imports Requires: libQt5Multimedia5 Requires: libqt5-qtgraphicaleffects +Requires: libqt5-qtquickcontrols Requires: libqt5-qtquickcontrols2 %if %{with lang} Source1: https://download.kde.org/stable/neochat/%{version}/%{name}-%{version}.tar.xz.sig