summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-21 17:59:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-21 18:35:39 +0200
commit7473dc374b8ad1db1aa352b42e9bafa8e3a39e0b (patch)
tree01341dd6a90ce97a9312f8ede13fe86b8abb152e /net-p2p/ktorrent
parentnet-nntp/nzbget: amd64 stable wrt bug #661354 (diff)
downloadgentoo-7473dc374b8ad1db1aa352b42e9bafa8e3a39e0b.tar.gz
gentoo-7473dc374b8ad1db1aa352b42e9bafa8e3a39e0b.tar.bz2
gentoo-7473dc374b8ad1db1aa352b42e9bafa8e3a39e0b.zip
net-p2p/ktorrent: Fix build with USE=rss and Qt 5.11
Closes: https://bugs.gentoo.org/661736 Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r--net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch23
1 files changed, 23 insertions, 0 deletions
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
index f59e074134c8..f0d69b82c893 100644
--- 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
@@ -50,4 +50,27 @@ index 667e7a82..4be6cd5c 100644
#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