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] repo/gentoo:master commit in: kde-apps/akonadi/
Date: Mon,  1 Jul 2024 21:06:36 +0000 (UTC)	[thread overview]
Message-ID: <1719867924.92a086b329b6fb097a233df697e8345c3a51999f.asturm@gentoo> (raw)

commit:     92a086b329b6fb097a233df697e8345c3a51999f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 10:20:54 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 21:05:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a086b3

kde-apps/akonadi: Rename IUSE kaccounts -> webengine

kde-apps/kaccounts-integration inevitably pulls in -providers which
pulls in dev-qt/qtwebengine.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../akonadi/{akonadi-24.05.1.ebuild => akonadi-24.05.1-r1.ebuild} | 8 ++++----
 kde-apps/akonadi/metadata.xml                                     | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/kde-apps/akonadi/akonadi-24.05.1.ebuild b/kde-apps/akonadi/akonadi-24.05.1-r1.ebuild
similarity index 93%
rename from kde-apps/akonadi/akonadi-24.05.1.ebuild
rename to kde-apps/akonadi/akonadi-24.05.1-r1.ebuild
index 2807ad436d2e..0c0a8d9ddd86 100644
--- a/kde-apps/akonadi/akonadi-24.05.1.ebuild
+++ b/kde-apps/akonadi/akonadi-24.05.1-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi"
 LICENSE="LGPL-2.1+"
 SLOT="6"
 KEYWORDS="~amd64"
-IUSE="+kaccounts +mysql postgres sqlite tools xml"
+IUSE="+mysql postgres sqlite tools +webengine xml"
 
 REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )"
 
@@ -36,7 +36,7 @@ COMMON_DEPEND="
 	>=kde-frameworks/kitemmodels-${KFMIN}:6
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	kaccounts? (
+	webengine? (
 		kde-apps/kaccounts-integration:6
 		>=net-libs/accounts-qt-1.16_p20220803[qt6]
 	)
@@ -65,9 +65,9 @@ pkg_setup() {
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake_use_find_package kaccounts AccountsQt6)
-		$(cmake_use_find_package kaccounts KAccounts6)
 		-DBUILD_TOOLS=$(usex tools)
+		$(cmake_use_find_package webengine AccountsQt6)
+		$(cmake_use_find_package webengine KAccounts6)
 		$(cmake_use_find_package xml LibXml2)
 	)
 

diff --git a/kde-apps/akonadi/metadata.xml b/kde-apps/akonadi/metadata.xml
index 33648cb5413d..7e0dd3b08bd9 100644
--- a/kde-apps/akonadi/metadata.xml
+++ b/kde-apps/akonadi/metadata.xml
@@ -12,5 +12,6 @@
 		<flag name="designer">Install plugin for <pkg>dev-qt/designer</pkg></flag>
 		<flag name="kaccounts">Enable support for system-wide defined KAccounts</flag>
 		<flag name="tools">Install tools for developers and testing</flag>
+		<flag name="webengine">Enable support for system-wide defined KAccounts</flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2024-07-01 21:06 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-01 21:06 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 21:04 [gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi/ Andreas Sturmlechner
2022-11-16  8:55 WANG Xuerui
2021-09-27 14:14 Yixun Lan
2021-02-16 22:59 Andreas Sturmlechner
2021-02-16 22:35 Andreas Sturmlechner
2021-01-07 17:35 Andreas Sturmlechner
2020-05-01 10:47 Andreas Sturmlechner
2019-07-27 13:56 Andreas Sturmlechner
2019-07-23 18:55 Andreas Sturmlechner
2019-07-01 19:36 Andreas Sturmlechner
2019-07-01 19:36 Andreas Sturmlechner
2019-07-01 19:23 Thomas Deutschmann
2019-01-10  9:55 Andreas Sturmlechner
2018-07-12 19:38 Andreas Sturmlechner
2018-07-12 10:38 Andreas Sturmlechner
2017-11-30  2:07 Thomas Deutschmann
2017-09-22 16:06 Andreas Sturmlechner
2017-09-22 15:15 Andreas Sturmlechner
2017-09-22 15:15 Andreas Sturmlechner
2017-08-17 10:03 Andreas Sturmlechner
2017-08-17 10:03 Andreas Sturmlechner
2017-08-12 11:59 Andreas Sturmlechner
2017-08-12 11:59 Andreas Sturmlechner
2017-01-26  9:44 Michael Palimaka
2016-10-30 12:56 Johannes Huber

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=1719867924.92a086b329b6fb097a233df697e8345c3a51999f.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