net-p2p/ktorrent: Fix missing header w/ future Frameworks
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 9 Aug 2019 19:12:37 +0000 (21:12 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 9 Aug 2019 19:36:20 +0000 (21:36 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch [new file with mode: 0644]
net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild

diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch b/net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch
new file mode 100644 (file)
index 0000000..b574d30
--- /dev/null
@@ -0,0 +1,24 @@
+From 909215cc912d89fbc8573f2f98e3b433472d8eae Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Fri, 9 Aug 2019 20:54:52 +0200
+Subject: [PATCH] Add missing QVector
+
+---
+ libktcore/plugin/pluginmanager.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/libktcore/plugin/pluginmanager.h b/libktcore/plugin/pluginmanager.h
+index 50eaa768..3a04a729 100644
+--- a/libktcore/plugin/pluginmanager.h
++++ b/libktcore/plugin/pluginmanager.h
+@@ -23,6 +23,7 @@
+ #include <QList>
+ #include <QStringList>
++#include <QVector>
+ #include <KPluginInfo>
+ #include <KPluginMetaData>
+-- 
+2.22.0
+
index 6b12108bfcf409656adb089447af46faf530cc52..7f7e243ef91e2f7cbb8484c79ff455f740c5c7f5 100644 (file)
@@ -81,6 +81,7 @@ PATCHES=(
        "${FILESDIR}/${P}-kdehig.patch"
        "${FILESDIR}/${P}-singlefile-torrent.patch"
        "${FILESDIR}/${P}-kcrash.patch"
+       "${FILESDIR}/${P}-missing-header.patch"
 )
 
 src_configure() {