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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E519158042 for ; Mon, 11 Nov 2024 17:13:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAF0FE08A0; Mon, 11 Nov 2024 17:13:33 +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 BCF8DE08A0 for ; Mon, 11 Nov 2024 17:13:33 +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 D6D4E340BE0 for ; Mon, 11 Nov 2024 17:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ADB31E89 for ; Mon, 11 Nov 2024 17:13:30 +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: <1731344965.898cceccced471385bcb68e2326c535a6e26623f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/mailcommon/mailcommon-9999.ebuild kde-apps/mailcommon/metadata.xml X-VCS-Directories: kde-apps/mailcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 898cceccced471385bcb68e2326c535a6e26623f X-VCS-Branch: master Date: Mon, 11 Nov 2024 17:13:30 +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: aaa4656e-c7ce-4b63-8c35-9f8baea733f1 X-Archives-Hash: 7871b1bb40d13f3f264a2a9b927081fa commit: 898cceccced471385bcb68e2326c535a6e26623f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 11 17:07:54 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 11 17:09:25 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=898ccecc kde-apps/mailcommon: Add IUSE activities, update dependencies Upstream commits: 194b88c206568a62519c1dbfd22fd875628db153 4b0e71b62292781f923430244fc8d27444417393 60396904de04823c2021ccdb066f078f2f098b1d Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/mailcommon/mailcommon-9999.ebuild | 13 ++++++++++--- kde-apps/mailcommon/metadata.xml | 2 ++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild index eca1ba5c10..69cf885b9d 100644 --- a/kde-apps/mailcommon/mailcommon-9999.ebuild +++ b/kde-apps/mailcommon/mailcommon-9999.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Common mail library" LICENSE="GPL-2+ LGPL-2.1+" SLOT="6" KEYWORDS="" -IUSE="" +IUSE="activities" RESTRICT="test" @@ -34,7 +34,7 @@ DEPEND=" >=kde-apps/libkdepim-${PVCUT}:6 >=kde-apps/mailimporter-${PVCUT}:6 >=kde-apps/messagelib-${PVCUT}:6 - >=kde-apps/pimcommon-${PVCUT}:6 + >=kde-apps/pimcommon-${PVCUT}:6[activities?] >=kde-frameworks/karchive-${KFMIN}:6 >=kde-frameworks/kcodecs-${KFMIN}:6 >=kde-frameworks/kcompletion-${KFMIN}:6 @@ -47,11 +47,18 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:6 >=kde-frameworks/kitemmodels-${KFMIN}:6 >=kde-frameworks/kitemviews-${KFMIN}:6 - >=kde-frameworks/ktextwidgets-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 >=kde-frameworks/syntax-highlighting-${KFMIN}:6 >=media-libs/phonon-4.12.0[qt6(+)] + activities? ( kde-plasma/plasma-activities:6 ) " RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities) + ) + ecm_src_configure +} diff --git a/kde-apps/mailcommon/metadata.xml b/kde-apps/mailcommon/metadata.xml index 0bc83685a4..820418eeb0 100644 --- a/kde-apps/mailcommon/metadata.xml +++ b/kde-apps/mailcommon/metadata.xml @@ -7,8 +7,10 @@ https://bugs.kde.org/ + pim/mailcommon Build plugins for dev-qt/designer + Enable Plasma Activities support via kde-plasma/plasma-activities