sys-libs/kpmcore: 25.08.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-08-16 14:13:09 +02:00
parent 31a738aa3f
commit f2a2c491a0
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kpmcore-25.04.3.tar.xz 665512 BLAKE2B 888b5ce949e73618cea8b53a134b8cd86f80d837e1e2d3cc1ee9e6f508a38d035cd2afe0d17ffac1def528ca091882298311464e3c5d7faa6aa5e5c2a9739b05 SHA512 4ac7c507da6d33709d8822bd7fb8412b2af2b54d33798a47136dbb92286553e66f3bd8a2aa548a42247bae20874350837fa17fed156882a2a9ccf60cd4864950
DIST kpmcore-25.08.0.tar.xz 670060 BLAKE2B 541d21927b8253f0e5c34b809b739a2508270b165c2b1df3a7c91775343d405df7c33e5ddef33ee2edbf3aa89110b92b64043c173c726631a0360976e5a4aa5b SHA512 c197f50891582298710aa5de778219619e5e7d1b56ddbfe4b7b81283442d7a4ae2b412eccc608a616c2f2d93845f075d7e874cc8dab29194c1733c65a86123b9

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_NONGUI="true"
KFMIN=6.16.0
QTMIN=6.9.1
inherit ecm gear.kde.org
DESCRIPTION="Library for managing partitions"
HOMEPAGE="https://apps.kde.org/partitionmanager/"
LICENSE="GPL-3"
SLOT="6/10"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
# bug 689468, tests need polkit etc.
RESTRICT="test"
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=sys-apps/util-linux-2.33.2
>=sys-auth/polkit-qt-0.175.0[qt6(+)]
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"