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 A27ED158042 for ; Sun, 10 Nov 2024 22:29:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4AA4E087D; Sun, 10 Nov 2024 22:29:31 +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 89590E087D for ; Sun, 10 Nov 2024 22:29:31 +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 A1810340441 for ; Sun, 10 Nov 2024 22:29:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C4571953 for ; Sun, 10 Nov 2024 22:29:29 +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: <1731277740.ebdabd8bc17f59ba592f5e5bb16f5e4c7b185bd6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild kde-apps/kdepim-runtime/metadata.xml X-VCS-Directories: kde-apps/kdepim-runtime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ebdabd8bc17f59ba592f5e5bb16f5e4c7b185bd6 X-VCS-Branch: master Date: Sun, 10 Nov 2024 22:29:29 +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: 6a4e6866-c4ea-4b19-9b75-bf1d9871e034 X-Archives-Hash: 185543e8ecb218ea4e652eceb0557a59 commit: ebdabd8bc17f59ba592f5e5bb16f5e4c7b185bd6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 10 22:27:12 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 10 22:29:00 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ebdabd8b kde-apps/kdepim-runtime: Add IUSE activities Upstream commit a449670cefb55cc13d15177c146c9247ba53de12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 7 +++++-- kde-apps/kdepim-runtime/metadata.xml | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild index fedf326a54..0ffa31382b 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/kontact/" LICENSE="GPL-2+ LGPL-2.1+" SLOT="6" KEYWORDS="" -IUSE="speech" +IUSE="activities speech" RESTRICT="test" @@ -40,6 +40,7 @@ RDEPEND=" >=kde-apps/kmbox-${PVCUT}:6 >=kde-apps/kmime-${PVCUT}:6 >=kde-apps/libkgapi-${PVCUT}:6 + >=kde-apps/pimcommon-${PVCUT}:6[activities?] >=kde-frameworks/kcalendarcore-${KFMIN}:6 >=kde-frameworks/kcmutils-${KFMIN}:6 >=kde-frameworks/kcodecs-${KFMIN}:6 @@ -60,6 +61,7 @@ RDEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 + activities? ( kde-plasma/plasma-activities:6 ) speech? ( >=dev-qt/qtspeech-${QTMIN}:6 ) " DEPEND="${RDEPEND} @@ -71,10 +73,11 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( + -DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities) + $(cmake_use_find_package speech Qt6TextToSpeech) -DKDEPIM_RUN_AKONADI_TEST=$(usex test) -DCMAKE_DISABLE_FIND_PACKAGE_Etebase=ON -DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON - $(cmake_use_find_package speech Qt6TextToSpeech) ) ecm_src_configure } diff --git a/kde-apps/kdepim-runtime/metadata.xml b/kde-apps/kdepim-runtime/metadata.xml index d925f24397..ebdb960737 100644 --- a/kde-apps/kdepim-runtime/metadata.xml +++ b/kde-apps/kdepim-runtime/metadata.xml @@ -8,4 +8,7 @@ https://bugs.kde.org/ + + Enable Plasma Activities support via kde-plasma/plasma-activities +