Try to restore KDE Connect compatibility with KF 5.55
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(
|
||||
@@ -1,2 +1,2 @@
|
||||
require ${BPN}.inc
|
||||
SRCREV = "f5ac506835798c9c6ad11ae1c84a50fb05dafe52"
|
||||
SRCREV = "f345b058383bb66aafa6d56ea38c47d8938f0182"
|
||||
|
||||
Reference in New Issue
Block a user