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 29423159C9B for ; Sun, 11 Aug 2024 06:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F8CF2BC04C; Sun, 11 Aug 2024 06:58:20 +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 44C6B2BC049 for ; Sun, 11 Aug 2024 06:58:20 +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 5CD74343113 for ; Sun, 11 Aug 2024 06:58:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D34B91EEA for ; Sun, 11 Aug 2024 06:58:16 +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: <1723357173.c0fc15a476b57e8a3e126457313f9844fabe915d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/pimcommon/metadata.xml kde-apps/pimcommon/pimcommon-9999.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c0fc15a476b57e8a3e126457313f9844fabe915d X-VCS-Branch: master Date: Sun, 11 Aug 2024 06:58:16 +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: 1bef5cce-74e5-4a3c-bbe9-63f97f3d0c2f X-Archives-Hash: 273a15b6c6b9c86af6bf2605208f70db commit: c0fc15a476b57e8a3e126457313f9844fabe915d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 10 15:50:05 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 11 06:19:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0fc15a4 kde-apps/pimcommon: Add IUSE activities Upstream commits: ebe41b710658961da0d2f7180e57b7b49b834168 c1591284ca62b75471bcd494672696c6a9ecb434 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/pimcommon/metadata.xml | 2 ++ kde-apps/pimcommon/pimcommon-9999.ebuild | 11 ++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/kde-apps/pimcommon/metadata.xml b/kde-apps/pimcommon/metadata.xml index 0bc83685a4..a983a6bb98 100644 --- a/kde-apps/pimcommon/metadata.xml +++ b/kde-apps/pimcommon/metadata.xml @@ -7,8 +7,10 @@ https://bugs.kde.org/ + pim/pimcommon + Enable Plasma Activities support via kde-plasma/plasma-activities Build plugins for dev-qt/designer diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 9d40e30292..1f8920d430 100644 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-9999.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Common PIM libraries" LICENSE="GPL-2+ LGPL-2.1+" SLOT="6" KEYWORDS="" -IUSE="" +IUSE="activities" RDEPEND=" >=dev-libs/ktextaddons-1.5.4:6 @@ -42,9 +42,18 @@ RDEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 >=kde-frameworks/purpose-${KFMIN}:6 + activities? ( kde-plasma/plasma-activities:6 ) " DEPEND="${RDEPEND}" +src_configure() { + local mycmakeargs=( + -DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities) + ) + + ecm_src_configure +} + src_test() { # bugs 641730, 661330 local myctestargs=(