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 E9B69158089 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 380522BC02B; 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 1B3322BC02B for ; Sat, 16 Sep 2023 15:04:15 +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 27B72335D2E 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 6D85911C1 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: <1694876620.59222de59323daa6af1173bcc7b3f6c0b67dac0a.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-5.1.9999.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 59222de59323daa6af1173bcc7b3f6c0b67dac0a 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: eef4f690-dc61-4136-879a-ff0943c1fe8f X-Archives-Hash: 3df4296bcd53be084db7a3441587107b commit: 59222de59323daa6af1173bcc7b3f6c0b67dac0a 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:40 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=59222de5 app-office/kmymoney: Switch cmake args to KPim5* targets Raises minimum KDE PIM dependency to 23.04 for availability of the targets Upstream commit c616530859de2df6c1524f80e6df4843e9dd4532 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.1.9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.1.9999.ebuild b/app-office/kmymoney/kmymoney-5.1.9999.ebuild index 4d89904e23..f6da29206a 100644 --- a/app-office/kmymoney/kmymoney-5.1.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.1.9999.ebuild @@ -63,8 +63,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:= ) @@ -96,9 +96,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)