From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konqueror/
Date: Thu, 3 May 2018 11:40:24 +0000 (UTC) [thread overview]
Message-ID: <1525344185.0a0962fb6f9399f7dbba8e2231e1ff7b83f12c15.asturm@gentoo> (raw)
commit: 0a0962fb6f9399f7dbba8e2231e1ff7b83f12c15
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 10:43:05 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 3 10:43:05 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0a0962fb
kde-apps/konqueror: Add USE=webengine
Package-Manager: Portage-2.3.33, Repoman-2.3.9
kde-apps/konqueror/konqueror-18.04.49.9999.ebuild | 14 ++++++++++----
kde-apps/konqueror/konqueror-9999.ebuild | 14 ++++++++++----
kde-apps/konqueror/metadata.xml | 1 +
3 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/kde-apps/konqueror/konqueror-18.04.49.9999.ebuild b/kde-apps/konqueror/konqueror-18.04.49.9999.ebuild
index 49e5bd7b70..ad0cc0383f 100644
--- a/kde-apps/konqueror/konqueror-18.04.49.9999.ebuild
+++ b/kde-apps/konqueror/konqueror-18.04.49.9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
https://konqueror.org/
"
KEYWORDS=""
-IUSE="activities speech tidy X"
+IUSE="activities speech tidy +webengine X"
# 4 of 4 tests fail. Last checked for 4.0.3
RESTRICT+=" test"
@@ -46,28 +46,34 @@ COMMON_DEPEND="
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
- $(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
sys-libs/zlib
speech? ( $(add_qt_dep qtspeech) )
tidy? ( app-text/htmltidy )
+ webengine? ( $(add_qt_dep qtwebengine 'widgets') )
X? ( $(add_qt_dep qtx11extras) )
"
DEPEND="${COMMON_DEPEND}
activities? ( $(add_frameworks_dep kactivities) )
"
RDEPEND="${COMMON_DEPEND}
- $(add_kdeapps_dep kfind)
- $(add_plasma_dep kde-cli-tools)
!kde-apps/kfmclient:4
!kde-apps/konq-plugins
!kde-apps/libkonq:5
+ $(add_kdeapps_dep kfind)
+ $(add_plasma_dep kde-cli-tools)
+ !webengine? ( kde-misc/kwebkitpart:5 )
"
src_prepare() {
[[ ${CHOST} == *-solaris* ]] && append-ldflags -lmalloc
+ if ! use webengine; then
+ punt_bogus_dep Qt5 WebEngineWidgets
+ cmake_comment_add_subdirectory webenginepartexit
+ fi
+
kde5_src_prepare
}
diff --git a/kde-apps/konqueror/konqueror-9999.ebuild b/kde-apps/konqueror/konqueror-9999.ebuild
index 49e5bd7b70..ad0cc0383f 100644
--- a/kde-apps/konqueror/konqueror-9999.ebuild
+++ b/kde-apps/konqueror/konqueror-9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
https://konqueror.org/
"
KEYWORDS=""
-IUSE="activities speech tidy X"
+IUSE="activities speech tidy +webengine X"
# 4 of 4 tests fail. Last checked for 4.0.3
RESTRICT+=" test"
@@ -46,28 +46,34 @@ COMMON_DEPEND="
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
- $(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
sys-libs/zlib
speech? ( $(add_qt_dep qtspeech) )
tidy? ( app-text/htmltidy )
+ webengine? ( $(add_qt_dep qtwebengine 'widgets') )
X? ( $(add_qt_dep qtx11extras) )
"
DEPEND="${COMMON_DEPEND}
activities? ( $(add_frameworks_dep kactivities) )
"
RDEPEND="${COMMON_DEPEND}
- $(add_kdeapps_dep kfind)
- $(add_plasma_dep kde-cli-tools)
!kde-apps/kfmclient:4
!kde-apps/konq-plugins
!kde-apps/libkonq:5
+ $(add_kdeapps_dep kfind)
+ $(add_plasma_dep kde-cli-tools)
+ !webengine? ( kde-misc/kwebkitpart:5 )
"
src_prepare() {
[[ ${CHOST} == *-solaris* ]] && append-ldflags -lmalloc
+ if ! use webengine; then
+ punt_bogus_dep Qt5 WebEngineWidgets
+ cmake_comment_add_subdirectory webenginepartexit
+ fi
+
kde5_src_prepare
}
diff --git a/kde-apps/konqueror/metadata.xml b/kde-apps/konqueror/metadata.xml
index a198affb54..462e8ca374 100644
--- a/kde-apps/konqueror/metadata.xml
+++ b/kde-apps/konqueror/metadata.xml
@@ -8,5 +8,6 @@
<use>
<flag name="activities">Enable kactivities support</flag>
<flag name="speech">Build text-to-speech plugin</flag>
+ <flag name="webengine">Enable <pkg>dev-qt/qtwebengine</pkg> as web browser engine (fallback is <pkg>kde-misc/kwebkitpart</pkg>)</flag>
</use>
</pkgmetadata>
next reply other threads:[~2018-05-03 11:40 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-03 11:40 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-23 14:04 [gentoo-commits] proj/kde:master commit in: kde-apps/konqueror/ Andreas Sturmlechner
2024-03-15 14:07 Andreas Sturmlechner
2024-03-03 9:38 Andreas Sturmlechner
2024-02-23 6:26 Sam James
2024-02-23 4:49 Sam James
2023-12-21 11:46 Andreas Sturmlechner
2023-11-11 20:05 Andreas Sturmlechner
2023-10-14 19:52 Andreas Sturmlechner
2023-07-06 12:00 Andreas Sturmlechner
2022-10-06 9:02 Andreas Sturmlechner
2022-08-04 9:35 Andreas Sturmlechner
2021-09-16 18:55 Andreas Sturmlechner
2021-05-12 7:50 Andreas Sturmlechner
2021-04-16 19:37 Andreas Sturmlechner
2021-04-04 19:21 Andreas Sturmlechner
2020-09-07 15:07 Andreas Sturmlechner
2020-07-21 11:17 Andreas Sturmlechner
2020-01-14 19:23 Andreas Sturmlechner
2020-01-07 19:42 Andreas Sturmlechner
2020-01-06 20:14 Andreas Sturmlechner
2020-01-05 12:25 Andreas Sturmlechner
2020-01-04 13:49 Andreas Sturmlechner
2019-01-19 12:22 Andreas Sturmlechner
2018-12-13 22:24 Andreas Sturmlechner
2018-08-06 23:59 Andreas Sturmlechner
2018-02-04 21:14 Andreas Sturmlechner
2016-11-24 13:01 Michael Palimaka
2016-11-19 10:47 Michael Palimaka
2016-11-13 17:48 Michael Palimaka
2016-11-12 10:55 Michael Palimaka
2016-10-22 14:29 Michael Palimaka
2016-09-25 17:39 Michael Palimaka
2016-09-21 14:37 Michael Palimaka
2016-08-04 12:28 Michael Palimaka
2016-08-02 21:22 Johannes Huber
2016-08-02 21:22 Johannes Huber
2016-07-20 15:18 Michael Palimaka
2016-07-18 20:42 Johannes Huber
2016-07-09 18:07 Johannes Huber
2016-04-04 22:51 Johannes Huber
2015-07-01 20:08 Johannes Huber
2015-06-12 19:09 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1525344185.0a0962fb6f9399f7dbba8e2231e1ff7b83f12c15.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox