Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/files/
Date: Sun, 11 Jul 2021 14:43:01
Message-Id: 1626014572.1857c5db2a3642b024c8091b73a58c6ee91f89c1.conikost@gentoo
1 commit: 1857c5db2a3642b024c8091b73a58c6ee91f89c1
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Jul 11 11:32:23 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 11 14:42:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1857c5db
7
8 kde-plasma/plasma-nm: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/21595
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 ...sma-nm-5.22.0-qt-5.15.2ff-missing-include.patch | 30 ----------------------
16 1 file changed, 30 deletions(-)
17
18 diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch b/kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch
19 deleted file mode 100644
20 index 133b3e225c5..00000000000
21 --- a/kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch
22 +++ /dev/null
23 @@ -1,30 +0,0 @@
24 -From 55ab9bfd83fb74d14e26cc1a3d8f257bc47c45ea Mon Sep 17 00:00:00 2001
25 -From: Heiko Becker <heiko.becker@×××.org>
26 -Date: Sun, 6 Jun 2021 19:34:16 +0200
27 -Subject: [PATCH] Add missing QFile include
28 -
29 -Used since 40d056195bc400bc4e249cd152993000011687c2. I suppose it's
30 -implicitly pulled in some cases, but for me the build fails against
31 -Qt from KDE's patch collection with "libs/handler.cpp:704:5: error:
32 -'QFile' was not declared in this scope;".
33 -
34 -(cherry picked from commit 6cac88b61da1277dcb9a801e47f2d69829c68086)
35 ----
36 - libs/handler.cpp | 1 +
37 - 1 file changed, 1 insertion(+)
38 -
39 -diff --git a/libs/handler.cpp b/libs/handler.cpp
40 -index 470b0fc1..7c8302be 100644
41 ---- a/libs/handler.cpp
42 -+++ b/libs/handler.cpp
43 -@@ -45,6 +45,7 @@
44 - #include <QDBusError>
45 - #include <QDBusMetaType>
46 - #include <QDBusPendingReply>
47 -+#include <QFile>
48 - #include <QIcon>
49 -
50 - #include <KNotification>
51 ---
52 -GitLab
53 -