diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-01-06 11:34:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-06 13:06:23 +0100 |
commit | 44cf2e4d492dc94aea62cececcbd3abfee2b9a8b (patch) | |
tree | 03dcf57c22e86f8bcc8c4fb0bf8c0d966634d888 /net-p2p | |
parent | media-gfx/kgraphviewer: remove unused patch(es) (diff) | |
download | gentoo-44cf2e4d492dc94aea62cececcbd3abfee2b9a8b.tar.gz gentoo-44cf2e4d492dc94aea62cececcbd3abfee2b9a8b.tar.bz2 gentoo-44cf2e4d492dc94aea62cececcbd3abfee2b9a8b.zip |
net-p2p/ktorrent: remove unused patches
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch | 13 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch | 76 |
2 files changed, 0 insertions, 89 deletions
diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch b/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch deleted file mode 100644 index c0b9167636a8..000000000000 --- a/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://docs.freebsd.org/cgi/getmsg.cgi?fetch=4423635+0+/usr/local/www/mailindex/archive/2018/svn-ports-all/20180415.svn-ports-all - ---- ktorrent-5.1.0/ktorrent/dialogs/torrentcreatordlg.h -+++ ktorrent-5.1.0/ktorrent/dialogs/torrentcreatordlg.h -@@ -23,6 +23,8 @@ - #define KT_TORRENTCREATORDLG_HH - - #include <QDialog> -+#include <QTimer> -+ - #include "ui_torrentcreatordlg.h" - #include <torrent/torrentcreator.h> - diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch b/net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch deleted file mode 100644 index f0d69b82c893..000000000000 --- a/net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch +++ /dev/null @@ -1,76 +0,0 @@ -From 4befccc3d0ebbd9235e6f10d411f139802e3871a Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Sun, 18 Mar 2018 19:13:26 +0100 -Subject: [PATCH] Fix build with Qt 5.11 (missing headers) - -Reviewers: stikonas - -Differential Revision: https://phabricator.kde.org/D11456 ---- - ktorrent/dialogs/fileselectdlg.cpp | 1 + - ktorrent/groups/groupview.cpp | 1 + - plugins/search/searchprefpage.cpp | 1 + - 3 files changed, 3 insertions(+) - -diff --git a/ktorrent/dialogs/fileselectdlg.cpp b/ktorrent/dialogs/fileselectdlg.cpp -index 139b4752..ec7d8ede 100644 ---- a/ktorrent/dialogs/fileselectdlg.cpp -+++ b/ktorrent/dialogs/fileselectdlg.cpp -@@ -20,6 +20,7 @@ - - #include "fileselectdlg.h" - -+#include <QButtonGroup> - #include <QMenu> - #include <QPushButton> - #include <QTextCodec> -diff --git a/ktorrent/groups/groupview.cpp b/ktorrent/groups/groupview.cpp -index 990ed0d3..76208144 100644 ---- a/ktorrent/groups/groupview.cpp -+++ b/ktorrent/groups/groupview.cpp -@@ -23,6 +23,7 @@ - #include <QAction> - #include <QDragEnterEvent> - #include <QDropEvent> -+#include <QHeaderView> - #include <QInputDialog> - #include <QMenu> - #include <QTreeWidgetItemIterator> -diff --git a/plugins/search/searchprefpage.cpp b/plugins/search/searchprefpage.cpp -index 667e7a82..4be6cd5c 100644 ---- a/plugins/search/searchprefpage.cpp -+++ b/plugins/search/searchprefpage.cpp -@@ -21,6 +21,7 @@ - - #include "searchprefpage.h" - -+#include <QButtonGroup> - #include <QCheckBox> - #include <QFile> - #include <QInputDialog> --- -2.16.2 -From c66233cd9f5b87f9e265beae0a16839d3a5645a3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <dvratil@kde.org> -Date: Fri, 4 May 2018 00:33:44 +0200 -Subject: Fix build against Qt 5.11 (missing includes) - ---- - plugins/syndication/syndicationactivity.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/plugins/syndication/syndicationactivity.cpp b/plugins/syndication/syndicationactivity.cpp -index 61e8039..5736d52 100644 ---- a/plugins/syndication/syndicationactivity.cpp -+++ b/plugins/syndication/syndicationactivity.cpp -@@ -21,6 +21,7 @@ - #include <QHBoxLayout> - #include <QInputDialog> - #include <QToolButton> -+#include <QAction> - - #include <KMainWindow> - #include <KMessageBox> --- -cgit v0.11.2 - |