Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/files/
Date: Fri, 27 Dec 2019 17:10:26
Message-Id: 1577466580.b91bd0512a3bbf37466c03deb20eadfcfb7379ea.bman@gentoo
1 commit: b91bd0512a3bbf37466c03deb20eadfcfb7379ea
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 27 15:59:25 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 27 17:09:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91bd051
7
8 kde-plasma/plasma-nm: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14137
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../files/plasma-nm-5.16.5-missing-headers.patch | 62 ----------------------
15 1 file changed, 62 deletions(-)
16
17 diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.16.5-missing-headers.patch b/kde-plasma/plasma-nm/files/plasma-nm-5.16.5-missing-headers.patch
18 deleted file mode 100644
19 index 676087e89ac..00000000000
20 --- a/kde-plasma/plasma-nm/files/plasma-nm-5.16.5-missing-headers.patch
21 +++ /dev/null
22 @@ -1,62 +0,0 @@
23 -From a7eb3cb599fbb1d66c6980d53550822cbbfd1520 Mon Sep 17 00:00:00 2001
24 -From: Andreas Sturmlechner <asturm@g.o>
25 -Date: Wed, 14 Aug 2019 11:25:49 +0200
26 -Subject: Add missing headers with DISABLE_MODEMMANAGER_SUPPORT=ON
27 -
28 -Reviewers: jgrulich
29 -
30 -Reviewed By: jgrulich
31 -
32 -Subscribers: plasma-devel
33 -
34 -Tags: #plasma
35 -
36 -Differential Revision: https://phabricator.kde.org/D23148
37 ----
38 - libs/declarative/networkstatus.cpp | 2 ++
39 - libs/handler.cpp | 1 +
40 - libs/handler.h | 1 +
41 - 3 files changed, 4 insertions(+)
42 -
43 -diff --git a/libs/declarative/networkstatus.cpp b/libs/declarative/networkstatus.cpp
44 -index b9db376..e94b7ea 100644
45 ---- a/libs/declarative/networkstatus.cpp
46 -+++ b/libs/declarative/networkstatus.cpp
47 -@@ -20,7 +20,9 @@
48 -
49 - #include "networkstatus.h"
50 - #include "uiutils.h"
51 -+
52 - #include <QDBusConnection>
53 -+#include <QDBusConnectionInterface>
54 -
55 - #include <NetworkManagerQt/ActiveConnection>
56 - #include <NetworkManagerQt/Connection>
57 -diff --git a/libs/handler.cpp b/libs/handler.cpp
58 -index 40b4b43..0095aa7 100644
59 ---- a/libs/handler.cpp
60 -+++ b/libs/handler.cpp
61 -@@ -46,6 +46,7 @@
62 - #endif
63 -
64 - #include <QDBusError>
65 -+#include <QDBusMetaType>
66 - #include <QDBusPendingReply>
67 - #include <QIcon>
68 -
69 -diff --git a/libs/handler.h b/libs/handler.h
70 -index f8b7941..4c72699 100644
71 ---- a/libs/handler.h
72 -+++ b/libs/handler.h
73 -@@ -22,6 +22,7 @@
74 - #define PLASMA_NM_HANDLER_H
75 -
76 - #include <QDBusInterface>
77 -+#include <QTimer>
78 -
79 - #include <NetworkManagerQt/Connection>
80 - #include <NetworkManagerQt/Settings>
81 ---
82 -cgit v1.1
83 -
84 -