summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-24.12.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..19bbc19c204
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-24.12.3.tar.xz 649640 BLAKE2B 5ca289422f616d61076ca91854bc46c6f7528897bfa78c1b8da3458ed681ca33dbd23ed3ceae58fa99cf7fe7aff86a2607c1eb3e8e0a3fd67b1076bdfa964c84 SHA512 d849b407b812725917b75f4d99b1a7070dd89107eff2cded41900c03bf1eb2e907fff5eaaa651e73150b1d01b7fec6e714044dacb6fcf05f8622e1c0b62802ba
diff --git a/sys-libs/kpmcore/kpmcore-24.12.3.ebuild b/sys-libs/kpmcore/kpmcore-24.12.3.ebuild
new file mode 100644
index 00000000000..a850b19a9ef
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-24.12.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.7.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"