summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-25.08.1.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..16aba010b62
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-25.08.1.tar.xz 670052 BLAKE2B 40b5c8db929d714f63a84a55062cac23fc1396f145a3e5de7abdd42ed41e0a61ef3e66fb8549dbbf1b99fd45069821f1ffd082ed72fe4b3a6834b8ae40751e97 SHA512 9448249717a1800219003df026a3b8694d9b3eff4e46440a56edfbd92fc2d64004fdc39cdfd9ad16058174a2c50fafbcbf6688e5c4c26e0e724d96af10aae1bd
diff --git a/sys-libs/kpmcore/kpmcore-25.08.1.ebuild b/sys-libs/kpmcore/kpmcore-25.08.1.ebuild
new file mode 100644
index 00000000000..7b856c4a0e0
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-25.08.1.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 ~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"