summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-07-23 22:37:10 +0200
committerMichael Palimaka <kensington@gentoo.org>2016-07-28 01:55:39 +1000
commit40d51de96682cea712b3fd6adc5d03aa765ae24e (patch)
tree32884eaf02fbfaa76cf5a607f200f4578e93c5e2 /kde-apps/plasma-runtime
parentkde-base/kdelibs: Patch to use WEBKIT_REQUIRED=optional (diff)
downloadgentoo-40d51de96682cea712b3fd6adc5d03aa765ae24e.tar.gz
gentoo-40d51de96682cea712b3fd6adc5d03aa765ae24e.tar.bz2
gentoo-40d51de96682cea712b3fd6adc5d03aa765ae24e.zip
kde-apps: Add WEBKIT_REQUIRED=always based on libQtWebKit.so.4 in NEEDED
kde-apps/kdepim-common-libs: In file included from composereditor-ng/composerview.h:24:0, [...] /usr/include/KDE/KWebView:1:25: fatal error: ../kwebview.h: No such file or directory kde-apps/plasma-runtime: graphicswidgetsbindingsplugin.dir/graphicswidgetsbindingsplugin.cpp.o: undefined reference to `non-virtual thunk to Plasma::WebView::sizeHint( Qt::SizeHint, QSizeF const&) const' collect2: error: ld returned 1 exit status make[2]: *** [plasma/declarativeimports/graphicswidgets/CMakeFiles/ graphicswidgetsbindingsplugin.dir/build.make:140: lib/libgraphicswidgetsbindingsplugin.so] Error 1 kde-apps/kdebase-kioslaves: >>> package: kde-base/kdelibs-4.14.22 * - /usr/lib64/libkdewebkit.so.5 * - /usr/lib64/libkdewebkit.so.5.14.21 * used by /usr/lib64/kde4/htmlthumbnail.so Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-apps/plasma-runtime')
-rw-r--r--kde-apps/plasma-runtime/plasma-runtime-15.12.3.ebuild1
-rw-r--r--kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/kde-apps/plasma-runtime/plasma-runtime-15.12.3.ebuild b/kde-apps/plasma-runtime/plasma-runtime-15.12.3.ebuild
index 81ce3bdb0efa..535f01b484a9 100644
--- a/kde-apps/plasma-runtime/plasma-runtime-15.12.3.ebuild
+++ b/kde-apps/plasma-runtime/plasma-runtime-15.12.3.ebuild
@@ -7,6 +7,7 @@ EAPI=6
KMNAME="kde-runtime"
KMMODULE="plasma"
DECLARATIVE_REQUIRED="always"
+WEBKIT_REQUIRED="always"
inherit kde4-meta
DESCRIPTION="Script engine and package tool for plasma"
diff --git a/kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild b/kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild
index 9bbe61aed399..a19e010b718e 100644
--- a/kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild
+++ b/kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild
@@ -7,6 +7,7 @@ EAPI=6
KMNAME="kde-runtime"
KMMODULE="plasma"
DECLARATIVE_REQUIRED="always"
+WEBKIT_REQUIRED="always"
inherit kde4-meta
DESCRIPTION="Script engine and package tool for plasma"