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 C5A88158089 for ; Sat, 16 Sep 2023 15:04:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A6372BC027; Sat, 16 Sep 2023 15:04:15 +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 F36A62BC027 for ; Sat, 16 Sep 2023 15:04:14 +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 1764F335D1B for ; Sat, 16 Sep 2023 15:04:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 814EB11C2 for ; Sat, 16 Sep 2023 15:04:11 +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: <1694876621.681488f4fd95c18d7b89a38971905aedaf61fca1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kmymoney/kmymoney-9999.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 681488f4fd95c18d7b89a38971905aedaf61fca1 X-VCS-Branch: master Date: Sat, 16 Sep 2023 15:04:11 +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: 581259d9-f788-4cfc-bb14-047b20762f74 X-Archives-Hash: 0e9b789ac9e3af918d129831ce5e2edb commit: 681488f4fd95c18d7b89a38971905aedaf61fca1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 16 14:58:17 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 16 15:03:41 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=681488f4 app-office/kmymoney: Switch cmake args to KPim5* targets Raises minimum KDE PIM dependency to 23.04 for availability of the targets Upstream commit 05c758905d3c5d1b3bdef85c480ddf19f5a342cb Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index 969037a537..b358c659a1 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -60,8 +60,8 @@ RDEPEND=" >=kde-frameworks/sonnet-${KFMIN}:5 activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 ) addressbook? ( - kde-apps/akonadi:5 - kde-apps/kidentitymanagement:5 + >=kde-apps/akonadi-23.04:5 + >=kde-apps/kidentitymanagement-23.04:5 >=kde-frameworks/kcontacts-${KFMIN}:5 ) calendar? ( dev-libs/libical:= ) @@ -92,9 +92,9 @@ src_configure() { -DENABLE_WOOB=OFF # ported to Py3; not yet re-added in Gentoo -DUSE_QT_DESIGNER=OFF $(cmake_use_find_package activities KF5Activities) - $(cmake_use_find_package addressbook KF5Akonadi) $(cmake_use_find_package addressbook KF5Contacts) - $(cmake_use_find_package addressbook KF5IdentityManagement) + $(cmake_use_find_package addressbook KPim5Akonadi) + $(cmake_use_find_package addressbook KPim5IdentityManagement) -DENABLE_LIBICAL=$(usex calendar) -DENABLE_KBANKING=$(usex hbci) $(cmake_use_find_package holidays KF5Holidays)