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 2BA05159C9B 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 45A412BC053; Sun, 11 Aug 2024 06:58:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 308872BC053 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 7A1A534310A 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 4311A1EEF 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: <1723357192.1f659daa44547729249a499e61c737bd80f8ef3a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaddressbook/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kaddressbook/kaddressbook-9999.ebuild kde-apps/kaddressbook/metadata.xml X-VCS-Directories: kde-apps/kaddressbook/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1f659daa44547729249a499e61c737bd80f8ef3a 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: d86ab0ad-585d-43fc-80b3-aafa07f5177f X-Archives-Hash: d0e075730ff4e22898050d397129e471 commit: 1f659daa44547729249a499e61c737bd80f8ef3a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 10 18:36:17 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 11 06:19:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f659daa kde-apps/kaddressbook: Add IUSE activities Upstream commits: f87246cd8049176d4574c854bc336e17edbfe108 05e3e59bf58da81b8a883126143bd7641c8969a5 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kaddressbook/kaddressbook-9999.ebuild | 4 +++- kde-apps/kaddressbook/metadata.xml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kde-apps/kaddressbook/kaddressbook-9999.ebuild b/kde-apps/kaddressbook/kaddressbook-9999.ebuild index e756df728b..9371db68c5 100644 --- a/kde-apps/kaddressbook/kaddressbook-9999.ebuild +++ b/kde-apps/kaddressbook/kaddressbook-9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/kaddressbook/" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" SLOT="6" KEYWORDS="" -IUSE="telemetry" +IUSE="activities telemetry" DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] @@ -46,6 +46,7 @@ DEPEND=" >=kde-frameworks/kservice-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 + activities? ( kde-plasma/plasma-activities:6 ) telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 ) " RDEPEND="${DEPEND} @@ -54,6 +55,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( + -DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities) $(cmake_use_find_package telemetry KF6UserFeedback) ) diff --git a/kde-apps/kaddressbook/metadata.xml b/kde-apps/kaddressbook/metadata.xml index 96bdebeb58..b1f26c25b4 100644 --- a/kde-apps/kaddressbook/metadata.xml +++ b/kde-apps/kaddressbook/metadata.xml @@ -9,4 +9,7 @@ https://bugs.kde.org/ pim/kaddressbook + + Enable Plasma Activities support via kde-plasma/plasma-activities +