Skip to content

Commit

Permalink
kde-apps/kdecore-meta: Add USE +webengine webkit
Browse files Browse the repository at this point in the history
Be explicit with webbrowser choice, disable webkit by default.
Konqueror is a shadow of itself and Qt5WebKit is deprecated anyway.

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 18, 2018
1 parent e6a2364 commit 57fa290
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
25 changes: 25 additions & 0 deletions kde-apps/kdecore-meta/kdecore-meta-18.08.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit kde5-meta-pkg

DESCRIPTION="kdecore - merge this to pull in the most basic applications"
KEYWORDS="~amd64 ~x86"
IUSE="+handbook +webengine webkit"

RDEPEND="
$(add_kdeapps_dep dolphin)
$(add_kdeapps_dep kdialog)
$(add_kdeapps_dep keditbookmarks)
$(add_kdeapps_dep kfind)
$(add_kdeapps_dep konsole)
$(add_kdeapps_dep kwrite)
handbook? ( $(add_kdeapps_dep khelpcenter) )
webengine? ( www-client/falkon )
webkit? (
$(add_kdeapps_dep konqueror 'webengine?')
kde-misc/kwebkitpart:5
)
"
3 changes: 3 additions & 0 deletions kde-apps/kdecore-meta/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
<email>[email protected]</email>
<name>Gentoo KDE Project</name>
</maintainer>
<use>
<flag name="webengine">Enable <pkg>www-client/falkon</pkg> which depends on <pkg>dev-qt/qtwebengine</pkg></flag>
</use>
</pkgmetadata>

0 comments on commit 57fa290

Please sign in to comment.