From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1581387-garchives=archives.gentoo.org@lists.gentoo.org> 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 A2015158015 for <garchives@archives.gentoo.org>; Mon, 18 Dec 2023 19:41:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2909A2BC020; Mon, 18 Dec 2023 19:41:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFC162BC013 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Dec 2023 19:41:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CF01335DC3 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Dec 2023 19:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 901FF1256 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Dec 2023 19:40:58 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1702928451.1ce9b1bf3c6599e959d652e9eef1e8c7564b8fb5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/purpose/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/purpose/purpose-9999.ebuild X-VCS-Directories: kde-frameworks/purpose/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1ce9b1bf3c6599e959d652e9eef1e8c7564b8fb5 X-VCS-Branch: master Date: Mon, 18 Dec 2023 19:40:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cf6f8ca-b775-4200-821c-738834f068b6 X-Archives-Hash: 0874c7f32fcff5ec0a00535346f8f0c0 commit: 1ce9b1bf3c6599e959d652e9eef1e8c7564b8fb5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Dec 18 19:32:10 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Dec 18 19:40:51 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1ce9b1bf kde-frameworks/purpose: Re-add IUSE kaccounts Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-frameworks/purpose/purpose-9999.ebuild | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/kde-frameworks/purpose/purpose-9999.ebuild b/kde-frameworks/purpose/purpose-9999.ebuild index f4a081da12..a46c0a18c7 100644 --- a/kde-frameworks/purpose/purpose-9999.ebuild +++ b/kde-frameworks/purpose/purpose-9999.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Library for providing abstractions to get the developer's purposes LICENSE="LGPL-2.1+" KEYWORDS="" -IUSE="bluetooth" +IUSE="bluetooth +kaccounts" # requires running environment RESTRICT="test" @@ -29,17 +29,17 @@ DEPEND=" =kde-frameworks/knotifications-${PVCUT}*:6 =kde-frameworks/kservice-${PVCUT}*:6 =kde-frameworks/prison-${PVCUT}*:6 + kaccounts? ( + kde-apps/kaccounts-integration:6 + net-libs/accounts-qt + ) " -# kaccounts? ( -# >=kde-apps/kaccounts-integration-19.04.3:6 -# net-libs/accounts-qt -# ) RDEPEND="${DEPEND} !${CATEGORY}/${PN}:5[-kf6compat(-)] >=kde-frameworks/kdeclarative-${PVCUT}:6 bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 ) + kaccounts? ( net-libs/accounts-qml ) " -# kaccounts? ( net-libs/accounts-qml ) src_prepare() { ecm_src_prepare @@ -48,13 +48,13 @@ src_prepare() { cmake_run_in src/plugins cmake_comment_add_subdirectory bluetooth } -# src_configure() { -# local mycmakeargs=( -# $(cmake_use_find_package kaccounts KAccounts) -# ) -# -# ecm_src_configure -# } +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package kaccounts KAccounts) + ) + + ecm_src_configure +} pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then