Skip to content

Commit

Permalink
kde-apps: Add WEBKIT_REQUIRED=always based on libQtWebKit.so.4 in NEEDED
Browse files Browse the repository at this point in the history
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
  • Loading branch information
a17r authored and kensington committed Jul 27, 2016
1 parent bac2b58 commit 40d51de
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions kde-apps/drkonqi/drkonqi-15.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
EAPI=6

KMNAME="kde-runtime"
WEBKIT_REQUIRED="always"
inherit kde4-meta

DESCRIPTION="KDE crash handler, gives the user feedback if a program crashed"
Expand Down
1 change: 1 addition & 0 deletions kde-apps/drkonqi/drkonqi-16.04.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
EAPI=6

KMNAME="kde-runtime"
WEBKIT_REQUIRED="always"
inherit kde4-meta

DESCRIPTION="KDE crash handler, gives the user feedback if a program crashed"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ EAPI=6
KDE_HANDBOOK="optional"
KMNAME="kde-runtime"
KMMODULE="kioslave"
WEBKIT_REQUIRED="always"
inherit kde4-meta

KEYWORDS="amd64 ~arm x86"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ EAPI=6
KDE_HANDBOOK="optional"
KMNAME="kde-runtime"
KMMODULE="kioslave"
WEBKIT_REQUIRED="always"
inherit kde4-meta

KEYWORDS="~amd64 ~arm ~x86"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ EAPI=6
KMNAME="kdepim"
EGIT_BRANCH="KDE/4.14"
KMNOMODULE="true"
WEBKIT_REQUIRED="always"
inherit kde4-meta

DESCRIPTION="Common libraries for KDE PIM apps"
Expand Down
3 changes: 2 additions & 1 deletion kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ EAPI=6
KDE_HANDBOOK="optional"
KMNAME="kdepim"
EGIT_BRANCH="KDE/4.14"
VIRTUALX_REQUIRED=test
VIRTUALX_REQUIRED="test"
WEBKIT_REQUIRED="always"
inherit flag-o-matic kde4-meta

DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE"
Expand Down
1 change: 1 addition & 0 deletions kde-apps/marble/marble-4.14.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ KDE_HANDBOOK="optional"
KDE_REQUIRED="optional"
CPPUNIT_REQUIRED="optional"
PYTHON_COMPAT=( python2_7 )
WEBKIT_REQUIRED="always"
inherit kde4-base python-single-r1

DESCRIPTION="Generic geographical map widget"
Expand Down
1 change: 1 addition & 0 deletions kde-apps/plasma-runtime/plasma-runtime-15.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 40d51de

Please sign in to comment.