summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-25 00:07:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-25 00:08:18 +0200
commit255718186e9c8aff4184dc602bf962cab183e8f2 (patch)
tree03e6365cbc1fe632637653ce62f7ba4677f03cbd /app-accessibility
parentmedia-video/tcmplex-panteltje: EAPI bump, bug 605728 (diff)
downloadgentoo-255718186e9c8aff4184dc602bf962cab183e8f2.tar.gz
gentoo-255718186e9c8aff4184dc602bf962cab183e8f2.tar.bz2
gentoo-255718186e9c8aff4184dc602bf962cab183e8f2.zip
app-accessibility/simon: Remove bogus Qt4WebKit header
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/simon/files/simon-0.4.1-no-qtwebkit.patch24
-rw-r--r--app-accessibility/simon/simon-0.4.1.ebuild1
2 files changed, 25 insertions, 0 deletions
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
new file mode 100644
index 000000000000..53a157be38e1
--- /dev/null
+++ b/app-accessibility/simon/files/simon-0.4.1-no-qtwebkit.patch
@@ -0,0 +1,24 @@
+From 81bd3d089a19f1e23383e2da7376740152540f7f Mon Sep 17 00:00:00 2001
+From: Rex Dieter <rdieter@math.unl.edu>
+Date: Mon, 6 Jul 2015 09:59:56 -0500
+Subject: omit unused reference to QWebView header
+
+no cmake checks for QtWebKit either
+---
+ simon/src/simonview.cpp | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/simon/src/simonview.cpp b/simon/src/simonview.cpp
+index 69673bc..7a1873d 100644
+--- a/simon/src/simonview.cpp
++++ b/simon/src/simonview.cpp
+@@ -60,7 +60,6 @@
+ #include <KDE/KComboBox>
+ #include <QDesktopServices>
+ #include <QTimeLine>
+-#include <QWebView>
+
+ #include <KMessageBox>
+ #include <KApplication>
+--
+cgit v0.11.2
diff --git a/app-accessibility/simon/simon-0.4.1.ebuild b/app-accessibility/simon/simon-0.4.1.ebuild
index cdd4206fef8b..e8adbd973917 100644
--- a/app-accessibility/simon/simon-0.4.1.ebuild
+++ b/app-accessibility/simon/simon-0.4.1.ebuild
@@ -55,6 +55,7 @@ PATCHES=(
"${FILESDIR}"/${P}-linguas.patch
"${FILESDIR}"/${P}-sphinx.patch
"${FILESDIR}"/${P}-opencv-include.patch
+ "${FILESDIR}"/${P}-no-qtwebkit.patch
)
src_configure() {