From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 49CD5158176 for ; Fri, 10 Oct 2025 18:38:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 353D834128C for ; Fri, 10 Oct 2025 18:38:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 870211104A0; Fri, 10 Oct 2025 18:38:16 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 788A71104A0 for ; Fri, 10 Oct 2025 18:38:16 +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 32120340DD9 for ; Fri, 10 Oct 2025 18:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DC8C3A5A for ; Fri, 10 Oct 2025 18:38:14 +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: <1760118120.8be865ab0cce514399f09bc3f35dd587901b26c6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/skrooge/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/skrooge/skrooge-9999.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8be865ab0cce514399f09bc3f35dd587901b26c6 X-VCS-Branch: master Date: Fri, 10 Oct 2025 18:38:14 +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: ac4dbb06-cb39-4626-b72b-9f34a30c45e4 X-Archives-Hash: e295337354ea33993d2facbd97dd0256 commit: 8be865ab0cce514399f09bc3f35dd587901b26c6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 10 17:41:23 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 10 17:42:00 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8be865ab app-office/skrooge: Drop unused dependencies, raise KFMIN to 6.16 Pending PR: https://invent.kde.org/office/skrooge/-/merge_requests/81 Qca got dropped in commit 9305a13d3cb2d27836be0b74e03005e1b99954d9s Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/skrooge/skrooge-9999.ebuild | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/app-office/skrooge/skrooge-9999.ebuild b/app-office/skrooge/skrooge-9999.ebuild index a7a560e540..91448fc16a 100644 --- a/app-office/skrooge/skrooge-9999.ebuild +++ b/app-office/skrooge/skrooge-9999.ebuild @@ -5,9 +5,9 @@ EAPI=8 ECM_HANDBOOK="optional" ECM_TEST="forceoptional" -KFMIN=6.5.0 +KFMIN=6.16.0 QTMIN=6.7.2 -inherit ecm kde.org +inherit ecm kde.org xdg DESCRIPTION="Personal finances manager, aiming at being simple and intuitive" HOMEPAGE="https://skrooge.org/" @@ -24,8 +24,7 @@ IUSE="activities kde ofx" # hangs + installs files (also requires KF5DesignerPlugin) RESTRICT="test" -COMMON_DEPEND=" - >=app-crypt/qca-2.3.9:2[qt6(+)] +DEPEND=" dev-db/sqlcipher >=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,network,sql,widgets,xml] >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] @@ -56,12 +55,7 @@ COMMON_DEPEND=" kde? ( >=kde-frameworks/krunner-${KFMIN}:6 ) ofx? ( dev-libs/libofx:= ) " -DEPEND="${COMMON_DEPEND} - >=kde-frameworks/kguiaddons-${KFMIN}:6 - >=kde-frameworks/kjobwidgets-${KFMIN}:6 - >=kde-frameworks/kwindowsystem-${KFMIN}:6 -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} !${CATEGORY}/${PN}:5 " BDEPEND="