commit: f9e941b754f38af7227f3be906ced6fb977754f6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 5 17:49:08 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Mar 5 18:06:23 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e941b7
sys-libs/kpmcore: 25.12.3 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-libs/kpmcore/Manifest | 1 + sys-libs/kpmcore/kpmcore-25.12.3.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index 27194cf6b911..7907c06d902d 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1 +1,2 @@ DIST kpmcore-25.12.2.tar.xz 670552 BLAKE2B 87c989eb4a24fb8a56fb84ff677538581be6489ec644697dd570afc576fb158028f8b9c7a53a6a2e2fa56c52ad1ef51bf16bded06a7d556e1830480ea10c093c SHA512 5935fe0b8a86cc7a594a60f1077d888c64c44642e083cca0dc5711968a2d95b3f11af201cca5a6e77ad18dda779e3057d67a08c80d77ac4210fa0d9641f34e64 +DIST kpmcore-25.12.3.tar.xz 670600 BLAKE2B 4b562580cd6dd39a8fab174e207fd26fbd71876038263a02a930ef0979df055cd22a42fd3b89f3cd30c98f348dfbc3ee59d2bf873a68132cc2aaebcc300d0f6e SHA512 b84d24076b4cb86aea46a89fdaaf1260916ffd56d820cc5c90f93e5bd468dd58d613ff0181ce50f90d6e8a8d69d1c741faea1b12a13402b26ce0be92a356d824 diff --git a/sys-libs/kpmcore/kpmcore-25.12.3.ebuild b/sys-libs/kpmcore/kpmcore-25.12.3.ebuild new file mode 100644 index 000000000000..5f0b47119611 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-25.12.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_NONGUI="true" +KFMIN=6.19.0 +QTMIN=6.10.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 ~loong ~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"
