Try to restore KDE Connect compatibility with KF 5.55

This commit is contained in:
Volker Krause
2019-02-22 15:36:03 +01:00
parent 9038504890
commit cb9fa3c36f
3 changed files with 17 additions and 2 deletions

View File

@@ -18,7 +18,10 @@ DEPENDS += " \
kwayland \
"
SRC_URI = "git://anongit.kde.org/${BPN};protocol=git"
SRC_URI = " \
git://anongit.kde.org/${BPN};protocol=git \
file://0001-fix-kf5-55-compat.diff \
"
S = "${WORKDIR}/git"
inherit cmake_kdeapp

View File

@@ -0,0 +1,12 @@
diff --git a/app/qml/FindDevicesPage.qml b/app/qml/FindDevicesPage.qml
index 24fcca5c..2a47e2b3 100644
--- a/app/qml/FindDevicesPage.qml
+++ b/app/qml/FindDevicesPage.qml
@@ -66,7 +66,6 @@ Kirigami.ScrollablePage
delegate: Kirigami.BasicListItem {
width: ListView.view.width
icon: iconName
- iconColor: "transparent"
label: display + "\n" + toolTip
onClicked: {
pageStack.push(

View File

@@ -1,2 +1,2 @@
require ${BPN}.inc
SRCREV = "f5ac506835798c9c6ad11ae1c84a50fb05dafe52"
SRCREV = "f345b058383bb66aafa6d56ea38c47d8938f0182"