Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/files/, net-p2p/ktorrent/
Date: Fri, 09 Aug 2019 19:36:33
Message-Id: 1565379380.953cdcf312d474b8e9800a23c345effa07dbd94c.asturm@gentoo
1 commit: 953cdcf312d474b8e9800a23c345effa07dbd94c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 9 19:12:37 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 9 19:36:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953cdcf3
7
8 net-p2p/ktorrent: Fix missing header w/ future Frameworks
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../files/ktorrent-5.1.1-missing-header.patch | 24 ++++++++++++++++++++++
14 net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild | 1 +
15 2 files changed, 25 insertions(+)
16
17 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
18 new file mode 100644
19 index 00000000000..b574d302824
20 --- /dev/null
21 +++ b/net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch
22 @@ -0,0 +1,24 @@
23 +From 909215cc912d89fbc8573f2f98e3b433472d8eae Mon Sep 17 00:00:00 2001
24 +From: Andreas Sturmlechner <asturm@g.o>
25 +Date: Fri, 9 Aug 2019 20:54:52 +0200
26 +Subject: [PATCH] Add missing QVector
27 +
28 +---
29 + libktcore/plugin/pluginmanager.h | 1 +
30 + 1 file changed, 1 insertion(+)
31 +
32 +diff --git a/libktcore/plugin/pluginmanager.h b/libktcore/plugin/pluginmanager.h
33 +index 50eaa768..3a04a729 100644
34 +--- a/libktcore/plugin/pluginmanager.h
35 ++++ b/libktcore/plugin/pluginmanager.h
36 +@@ -23,6 +23,7 @@
37 +
38 + #include <QList>
39 + #include <QStringList>
40 ++#include <QVector>
41 +
42 + #include <KPluginInfo>
43 + #include <KPluginMetaData>
44 +--
45 +2.22.0
46 +
47
48 diff --git a/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild b/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild
49 index 6b12108bfcf..7f7e243ef91 100644
50 --- a/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild
51 +++ b/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild
52 @@ -81,6 +81,7 @@ PATCHES=(
53 "${FILESDIR}/${P}-kdehig.patch"
54 "${FILESDIR}/${P}-singlefile-torrent.patch"
55 "${FILESDIR}/${P}-kcrash.patch"
56 + "${FILESDIR}/${P}-missing-header.patch"
57 )
58
59 src_configure() {