From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF164159C9B for ; Sun, 11 Aug 2024 06:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 759442BC056; Sun, 11 Aug 2024 06:58:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56BC12BC054 for ; Sun, 11 Aug 2024 06:58:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F01F33BE3B for ; Sun, 11 Aug 2024 06:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19A041EED for ; Sun, 11 Aug 2024 06:58:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1723357184.0c5c354fd2a9f7d712d0c6f371b3c0423f6b6bb9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail/kmail-9999.ebuild kde-apps/kmail/metadata.xml X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c5c354fd2a9f7d712d0c6f371b3c0423f6b6bb9 X-VCS-Branch: master Date: Sun, 11 Aug 2024 06:58:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f2eea1b-a4e5-4ccb-a878-9d3403511e84 X-Archives-Hash: 65cf4938f28a46f10aebda881fd64e47 commit: 0c5c354fd2a9f7d712d0c6f371b3c0423f6b6bb9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 10 16:39:49 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 11 06:19:44 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c5c354f kde-apps/kmail: Add IUSE activities Upstream commit 7a57f0568be22367aeab9539b796c7d171ad8be1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmail/kmail-9999.ebuild | 4 +++- kde-apps/kmail/metadata.xml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index 93595a5eb4..bef7e7c88c 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -17,7 +17,7 @@ https://kontact.kde.org/components/kmail/" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" SLOT="6" KEYWORDS="" -IUSE="pch speech telemetry" +IUSE="activities pch speech telemetry" RESTRICT="test" # bug 616878 @@ -76,6 +76,7 @@ COMMON_DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:6[X] >=kde-frameworks/kxmlgui-${KFMIN}:6 >=kde-frameworks/sonnet-${KFMIN}:6 + activities? ( kde-plasma/plasma-activities:6 ) telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 ) " DEPEND="${COMMON_DEPEND} @@ -99,6 +100,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities) -DUSE_PRECOMPILED_HEADERS=$(usex pch) $(cmake_use_find_package speech KF6TextEditTextToSpeech) $(cmake_use_find_package telemetry KF6UserFeedback) diff --git a/kde-apps/kmail/metadata.xml b/kde-apps/kmail/metadata.xml index b30294b3a5..43db3297d6 100644 --- a/kde-apps/kmail/metadata.xml +++ b/kde-apps/kmail/metadata.xml @@ -9,4 +9,7 @@ https://bugs.kde.org/ cpe:/a:kde:kmail + + Enable Plasma Activities support via kde-plasma/plasma-activities +