Skip to content

Commit

Permalink
app-accessibility/simon: Remove bogus Qt4WebKit header
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
a17r committed Jun 24, 2017
1 parent e64ce90 commit 2557181
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions app-accessibility/simon/files/simon-0.4.1-no-qtwebkit.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 81bd3d089a19f1e23383e2da7376740152540f7f Mon Sep 17 00:00:00 2001
From: Rex Dieter <[email protected]>
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
1 change: 1 addition & 0 deletions app-accessibility/simon/simon-0.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2557181

Please sign in to comment.