public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/parley/
Date: Fri, 23 Feb 2024 04:49:59 +0000 (UTC)	[thread overview]
Message-ID: <1708663779.b64ed30ad0c02439b7a8e5a95177e195875dae4b.sam@gentoo> (raw)

commit:     b64ed30ad0c02439b7a8e5a95177e195875dae4b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 14:26:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 04:49:39 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b64ed30a

kde-apps/parley: refresh deps

* make qtwebengine optional (upstream commit 8b66372fec610b1d7470e6b2dda80fce4fc6c530)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/parley/metadata.xml       |  3 +++
 kde-apps/parley/parley-9999.ebuild | 12 ++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/kde-apps/parley/metadata.xml b/kde-apps/parley/metadata.xml
index d925f24397..9232f60892 100644
--- a/kde-apps/parley/metadata.xml
+++ b/kde-apps/parley/metadata.xml
@@ -5,6 +5,9 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<use>
+		<flag name="webengine">Build browser integration for the editor, requires <pkg>dev-qt/qtwebengine</pkg></flag>
+	</use>
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
 	</upstream>

diff --git a/kde-apps/parley/parley-9999.ebuild b/kde-apps/parley/parley-9999.ebuild
index 3d65e80fa8..fe9bfc1551 100644
--- a/kde-apps/parley/parley-9999.ebuild
+++ b/kde-apps/parley/parley-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/parley/"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
 KEYWORDS=""
-IUSE=""
+IUSE="webengine"
 
 DEPEND="
 	app-i18n/translate-shell
@@ -25,7 +25,6 @@ DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,widgets]
 	>=dev-qt/qtmultimedia-${QTMIN}:6
 	>=dev-qt/qtsvg-${QTMIN}:6
-	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
 	>=kde-apps/libkeduvocdocument-${PVCUT}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6
@@ -41,6 +40,7 @@ DEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 	>=kde-frameworks/sonnet-${KFMIN}:6
+	webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6[widgets] )
 "
 RDEPEND="${DEPEND}
 	>=kde-apps/kdeedu-data-${PVCUT}:*
@@ -51,6 +51,14 @@ src_prepare() {
 	cmake_comment_add_subdirectory plugins
 }
 
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_BROWSERINTEGRATION=$(usex webengine)
+	)
+
+	ecm_src_configure
+}
+
 pkg_postinst() {
 	optfeature "online access to translations" app-i18n/translate-shell
 	ecm_pkg_postinst


             reply	other threads:[~2024-02-23  4:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23  4:49 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-27 19:11 [gentoo-commits] proj/kde:master commit in: kde-apps/parley/ Andreas Sturmlechner
2024-02-23  6:26 Sam James
2023-12-19 22:01 Andreas Sturmlechner
2023-12-17 12:04 Sam James
2022-03-24 11:59 Andreas Sturmlechner
2021-11-11 17:00 Andreas Sturmlechner
2021-01-23 14:53 Andreas Sturmlechner
2019-09-11  8:09 Andreas Sturmlechner
2017-10-15 16:42 Andreas Sturmlechner
2016-04-06 17:15 Michael Palimaka
2016-03-31 18:16 Johannes Huber
2015-07-23 20:47 Johannes Huber
2014-12-04  6:56 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=1708663779.b64ed30ad0c02439b7a8e5a95177e195875dae4b.sam@gentoo \
    --to=sam@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