From 347cd76895edfd4a6909b631c4153ab2a8b0509e Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 18 Jun 2025 08:27:01 +0200 Subject: [PATCH] Added pyotherside lib --- qml/pages/Splash.qml | 2 +- rpm/harbour-volumio.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/qml/pages/Splash.qml b/qml/pages/Splash.qml index b2e6e1d..de229d7 100644 --- a/qml/pages/Splash.qml +++ b/qml/pages/Splash.qml @@ -145,7 +145,7 @@ Page { BusyLabel { //width: parent.width - text: "Searching for UPnP devices" + text: "Searching for devices" running: page.discovering anchors.centerIn: parent } diff --git a/rpm/harbour-volumio.spec b/rpm/harbour-volumio.spec index 5869315..1cb492e 100644 --- a/rpm/harbour-volumio.spec +++ b/rpm/harbour-volumio.spec @@ -7,6 +7,7 @@ License: LICENSE URL: http://example.org/ Source0: %{name}-%{version}.tar.bz2 Requires: sailfishsilica-qt5 >= 0.10.9 +Requires: pyotherside-qml-plugin-python3-qt5 BuildRequires: pkgconfig(sailfishapp) >= 1.0.2 BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Qml)