summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-25.07.90.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
new file mode 100644
index 00000000000..d61b572f059
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-25.07.90.tar.xz 670104 BLAKE2B c7544b6f2548e920e02fd35d03a14305b48de2d09288032e52e677846751955ccce8870eb25889b6a34439377f139e265f1d8c101654b7cdf671a44a5079d552 SHA512 bc3cfc295794db385f0ab2fb36ce80e7dcfb7593fe27d7d10ea0772132fa30bd615979074a3df10a15c16be38893211a843434107e57fbe29c27fcb1e455c00f
diff --git a/sys-libs/kpmcore/kpmcore-25.07.90.ebuild b/sys-libs/kpmcore/kpmcore-25.07.90.ebuild
new file mode 100644
index 00000000000..1835be70c9a
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-25.07.90.ebuild
@@ -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"