forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kdecore-meta: Add USE +webengine webkit
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
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |