summaryrefslogtreecommitdiff
path: root/sys-libs
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-25.04.3.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..a36d49b9135
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-25.04.3.tar.xz 665512 BLAKE2B 888b5ce949e73618cea8b53a134b8cd86f80d837e1e2d3cc1ee9e6f508a38d035cd2afe0d17ffac1def528ca091882298311464e3c5d7faa6aa5e5c2a9739b05 SHA512 4ac7c507da6d33709d8822bd7fb8412b2af2b54d33798a47136dbb92286553e66f3bd8a2aa548a42247bae20874350837fa17fed156882a2a9ccf60cd4864950
diff --git a/sys-libs/kpmcore/kpmcore-25.04.3.ebuild b/sys-libs/kpmcore/kpmcore-25.04.3.ebuild
new file mode 100644
index 00000000000..5acdad4c48c
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-25.04.3.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.13.0
+QTMIN=6.7.2
+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"