Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/bluedevil/files/
Date: Fri, 29 Jan 2021 20:41:53
Message-Id: 1611952898.2626374d67828781b51f07d01b3767232ddbd6bd.asturm@gentoo
1 commit: 2626374d67828781b51f07d01b3767232ddbd6bd
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 29 15:43:50 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 20:41:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2626374d
7
8 kde-plasma/bluedevil: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/19257
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 ....19.2-use-PlasmaExtras.PlaceholderMessage.patch | 57 ----------------------
16 1 file changed, 57 deletions(-)
17
18 diff --git a/kde-plasma/bluedevil/files/bluedevil-5.19.2-use-PlasmaExtras.PlaceholderMessage.patch b/kde-plasma/bluedevil/files/bluedevil-5.19.2-use-PlasmaExtras.PlaceholderMessage.patch
19 deleted file mode 100644
20 index 3c41eb2c694..00000000000
21 --- a/kde-plasma/bluedevil/files/bluedevil-5.19.2-use-PlasmaExtras.PlaceholderMessage.patch
22 +++ /dev/null
23 @@ -1,57 +0,0 @@
24 -From 161c1b92bced7996e92026ff9ae503593f6590f6 Mon Sep 17 00:00:00 2001
25 -From: Nate Graham <nate@×××.org>
26 -Date: Sun, 14 Jun 2020 09:10:38 -0600
27 -Subject: [PATCH] Port applet to use PlasmaExtras.PlaceholderMessage
28 -
29 -The Kirigami version uses QQC2 elements which don't respect the plasma
30 -theme and color scheme, leading to thing slooking out of place
31 -especially when using a dark color theme or scheme.
32 -
33 -Depends on https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/13
34 ----
35 - CMakeLists.txt | 6 ------
36 - src/applet/package/contents/ui/FullRepresentation.qml | 4 +---
37 - 2 files changed, 1 insertion(+), 9 deletions(-)
38 -
39 -diff --git a/CMakeLists.txt b/CMakeLists.txt
40 -index d9067851..5ddce978 100644
41 ---- a/CMakeLists.txt
42 -+++ b/CMakeLists.txt
43 -@@ -33,12 +33,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
44 - find_package(KDED ${KF5_MIN_VERSION} REQUIRED)
45 - find_package(SharedMimeInfo REQUIRED)
46 -
47 --find_package(KF5Kirigami2 ${KF5_MIN_VERSION} CONFIG)
48 --set_package_properties(KF5Kirigami2 PROPERTIES
49 -- DESCRIPTION "A QtQuick based components set"
50 -- TYPE RUNTIME
51 --)
52 --
53 - include(KDEInstallDirs)
54 - include(KDECMakeSettings)
55 - include(KDECompilerSettings NO_POLICY_SCOPE)
56 -diff --git a/src/applet/package/contents/ui/FullRepresentation.qml b/src/applet/package/contents/ui/FullRepresentation.qml
57 -index 5bd32f15..e77bf295 100644
58 ---- a/src/applet/package/contents/ui/FullRepresentation.qml
59 -+++ b/src/applet/package/contents/ui/FullRepresentation.qml
60 -@@ -27,8 +27,6 @@ import org.kde.plasma.components 2.0 as PlasmaComponents
61 - import org.kde.plasma.components 3.0 as PlasmaComponents3
62 - import org.kde.plasma.private.bluetooth 1.0 as PlasmaBt
63 -
64 --import org.kde.kirigami 2.12 as Kirigami
65 --
66 - PlasmaComponents3.Page {
67 -
68 - Action {
69 -@@ -99,7 +97,7 @@ PlasmaComponents3.Page {
70 - // Not inside the ListView because we want the listview to be hidden
71 - // when Bluetooth is disabled, yet still show an "Enable Bluetooth"
72 - // message
73 -- Kirigami.PlaceholderMessage {
74 -+ PlasmaExtras.PlaceholderMessage {
75 - anchors.centerIn: parent
76 - anchors.left: parent.left
77 - anchors.right: parent.right
78 ---
79 -2.27.0
80 -