diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-24 23:24:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-24 23:26:00 +0100 |
commit | 153c145d0b16557c8d8e5b5c7b79021c2765a9bf (patch) | |
tree | fe9bfb5ee40dea69132770a2d4560b08304214ed /app-office/skrooge/files/skrooge-2.17.0-noqtwebkit.patch | |
parent | app-office/calligra: Add USE +charts (diff) | |
download | gentoo-153c145d0b16557c8d8e5b5c7b79021c2765a9bf.tar.gz gentoo-153c145d0b16557c8d8e5b5c7b79021c2765a9bf.tar.bz2 gentoo-153c145d0b16557c8d8e5b5c7b79021c2765a9bf.zip |
app-office/skrooge: Fix build without dev-qt/qtwebkit installed
Closes: https://bugs.gentoo.org/676196
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/skrooge/files/skrooge-2.17.0-noqtwebkit.patch')
-rw-r--r-- | app-office/skrooge/files/skrooge-2.17.0-noqtwebkit.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-office/skrooge/files/skrooge-2.17.0-noqtwebkit.patch b/app-office/skrooge/files/skrooge-2.17.0-noqtwebkit.patch new file mode 100644 index 000000000000..cb56d16388f5 --- /dev/null +++ b/app-office/skrooge/files/skrooge-2.17.0-noqtwebkit.patch @@ -0,0 +1,28 @@ +From 6ba59f2f707829242ad2410803f48089062c7241 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <asturm@gentoo.org> +Date: Thu, 24 Jan 2019 23:20:09 +0100 +Subject: [PATCH] Fix build without Qt5WebKit installed + +--- + skgbasegui/skgtablewithgraph.ui | 5 ----- + 1 file changed, 5 deletions(-) + +diff --git a/skgbasegui/skgtablewithgraph.ui b/skgbasegui/skgtablewithgraph.ui +index e1a3058aa..df93115f3 100644 +--- a/skgbasegui/skgtablewithgraph.ui ++++ b/skgbasegui/skgtablewithgraph.ui +@@ -151,11 +151,6 @@ + </layout> + </widget> + <customwidgets> +- <customwidget> +- <class>QWebView</class> +- <extends>QWidget</extends> +- <header>QtWebKitWidgets/QWebView</header> +- </customwidget> + <customwidget> + <class>SKGGraphicsView</class> + <extends>QWidget</extends> +-- +2.20.1 + |