public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/
Date: Thu, 23 Mar 2017 00:45:03 +0000 (UTC)	[thread overview]
Message-ID: <1490229348.4886584eeb8362e381ddf78c5ec9e4748ec044d0.asturm@gentoo> (raw)

commit:     4886584eeb8362e381ddf78c5ec9e4748ec044d0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 00:35:48 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 00:35:48 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4886584e

dev-util/kdevplatform: Add USE=webkit

Upstream commit 2486228ccee2280af10f8e202d8020abe89880fc

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/kdevplatform/kdevplatform-9999.ebuild | 6 ++++--
 dev-util/kdevplatform/metadata.xml             | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild
index 2c21ed3720..eea19fc60b 100644
--- a/dev-util/kdevplatform/kdevplatform-9999.ebuild
+++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild
@@ -10,7 +10,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="KDE development support libraries and apps"
-IUSE="cvs reviewboard subversion +welcomepage"
+IUSE="cvs reviewboard subversion webkit +welcomepage"
 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND="
@@ -46,7 +46,6 @@ COMMON_DEPEND="
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qttest)
-	$(add_qt_dep qtwebkit)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	dev-libs/grantlee:5
@@ -56,6 +55,8 @@ COMMON_DEPEND="
 		dev-libs/apr-util:1
 		dev-vcs/subversion
 	)
+	webkit? ( $(add_qt_dep qtwebkit) )
+	!webkit? ( $(add_qt_dep qtwebengine 'widgets') )
 	welcomepage? ( $(add_qt_dep qtdeclarative 'widgets') )
 "
 DEPEND="${COMMON_DEPEND}
@@ -88,6 +89,7 @@ src_configure() {
 		-DBUILD_cvs=$(usex cvs)
 		$(cmake-utils_use_find_package reviewboard KDEExperimentalPurpose)
 		$(cmake-utils_use_find_package subversion SubversionLibrary)
+		$(cmake-utils_use_find_package !webkit Qt5WebEngineWidgets)
 		$(cmake-utils_use_find_package welcomepage Qt5QuickWidgets)
 	)
 

diff --git a/dev-util/kdevplatform/metadata.xml b/dev-util/kdevplatform/metadata.xml
index 3017fcac60..3194ed032c 100644
--- a/dev-util/kdevplatform/metadata.xml
+++ b/dev-util/kdevplatform/metadata.xml
@@ -7,6 +7,7 @@
 	</maintainer>
 	<use>
 		<flag name="reviewboard">Enable reviewboard support</flag>
+		<flag name="webkit">Enable deprecated <pkg>dev-qt/qtwebkit</pkg> instead of <pkg>dev-qt/qtwebengine</pkg> for integrated documentation</flag>
 		<flag name="welcomepage">Enable welcome page, requires <pkg>dev-qt/qtdeclarative</pkg></flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2017-03-23  0:45 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23  0:45 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-18 17:05 [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/ Andreas Sturmlechner
2017-08-08 18:23 Andreas Sturmlechner
2017-08-08  6:32 Andreas Sturmlechner
2017-06-24 16:14 Andreas Sturmlechner
2017-03-18 21:42 Johannes Huber
2017-01-06 14:15 Johannes Huber
2016-08-31 14:30 Michael Palimaka
2016-08-28 19:39 Michael Palimaka
2016-08-24 13:38 Michael Palimaka
2016-08-21 20:33 Michael Palimaka
2016-08-21 20:21 Michael Palimaka
2016-03-24 20:59 Johannes Huber
2015-12-15 13:26 Michael Palimaka
2015-10-11  6:54 Michael Palimaka
2015-08-13 22:10 Johannes Huber
2015-07-18 20:38 Johannes Huber
2015-02-10 19:50 Johannes Huber
2014-12-29 16:05 Michael Palimaka
2014-12-26 16:29 Michael Palimaka
2014-12-26 13:14 Michael Palimaka
2014-12-26 10:30 Michael Palimaka
2014-12-26  9:45 Michael Palimaka
2014-12-26  9:45 Michael Palimaka
2014-12-26  8:58 Michael Palimaka
2014-11-24 12:49 Michael Palimaka
2014-09-18 14:23 Johannes Huber
2014-05-27 18:25 Johannes Huber
2014-03-12 13:06 Johannes Huber
2013-12-27 16:19 Chris Reffett
2013-03-03 16:14 Michael Palimaka
2012-12-10 15:59 Michael Palimaka
2012-10-31  4:29 Patrick Lauer
2012-10-30 15:20 Michael Palimaka
2012-03-12 15:57 Johannes Huber
2012-03-12 15:57 Johannes Huber
2012-02-19 10:46 Theo Chatzimichos
2012-02-18 16:51 Theo Chatzimichos
2012-02-17 19:36 Ian Delaney
2012-02-17  3:01 Ian Delaney
2011-02-23 16:05 Theo Chatzimichos
2011-02-13 10:00 Andreas K. Huettel

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=1490229348.4886584eeb8362e381ddf78c5ec9e4748ec044d0.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