Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/simon/files/, app-accessibility/simon/
Date: Sat, 24 Jun 2017 22:08:53
Message-Id: 1498342098.255718186e9c8aff4184dc602bf962cab183e8f2.asturm@gentoo
1 commit: 255718186e9c8aff4184dc602bf962cab183e8f2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 22:07:41 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 22:08:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25571818
7
8 app-accessibility/simon: Remove bogus Qt4WebKit header
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 .../simon/files/simon-0.4.1-no-qtwebkit.patch | 24 ++++++++++++++++++++++
13 app-accessibility/simon/simon-0.4.1.ebuild | 1 +
14 2 files changed, 25 insertions(+)
15
16 diff --git a/app-accessibility/simon/files/simon-0.4.1-no-qtwebkit.patch b/app-accessibility/simon/files/simon-0.4.1-no-qtwebkit.patch
17 new file mode 100644
18 index 00000000000..53a157be38e
19 --- /dev/null
20 +++ b/app-accessibility/simon/files/simon-0.4.1-no-qtwebkit.patch
21 @@ -0,0 +1,24 @@
22 +From 81bd3d089a19f1e23383e2da7376740152540f7f Mon Sep 17 00:00:00 2001
23 +From: Rex Dieter <rdieter@××××××××.edu>
24 +Date: Mon, 6 Jul 2015 09:59:56 -0500
25 +Subject: omit unused reference to QWebView header
26 +
27 +no cmake checks for QtWebKit either
28 +---
29 + simon/src/simonview.cpp | 1 -
30 + 1 file changed, 1 deletion(-)
31 +
32 +diff --git a/simon/src/simonview.cpp b/simon/src/simonview.cpp
33 +index 69673bc..7a1873d 100644
34 +--- a/simon/src/simonview.cpp
35 ++++ b/simon/src/simonview.cpp
36 +@@ -60,7 +60,6 @@
37 + #include <KDE/KComboBox>
38 + #include <QDesktopServices>
39 + #include <QTimeLine>
40 +-#include <QWebView>
41 +
42 + #include <KMessageBox>
43 + #include <KApplication>
44 +--
45 +cgit v0.11.2
46
47 diff --git a/app-accessibility/simon/simon-0.4.1.ebuild b/app-accessibility/simon/simon-0.4.1.ebuild
48 index cdd4206fef8..e8adbd97391 100644
49 --- a/app-accessibility/simon/simon-0.4.1.ebuild
50 +++ b/app-accessibility/simon/simon-0.4.1.ebuild
51 @@ -55,6 +55,7 @@ PATCHES=(
52 "${FILESDIR}"/${P}-linguas.patch
53 "${FILESDIR}"/${P}-sphinx.patch
54 "${FILESDIR}"/${P}-opencv-include.patch
55 + "${FILESDIR}"/${P}-no-qtwebkit.patch
56 )
57
58 src_configure() {