summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-24.05.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..9f98f675b24
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-24.05.1.tar.xz 638048 BLAKE2B 5564981d1e00becfb0ecea8cd61ae9717a56d3c9724971f6d405213de22bac12fab3f15e0d54083b2759536e7fb96555cfc0a6dc99ecb250a15ec4d8b8fa66b0 SHA512 6d47ba557fc72e7efbb068d0e036551918af8e209dca9d091d2a5d095fcf2434f90b271083bc8776d61ca65b77b676ffdb572c3459185990d516b3ab818510ca
diff --git a/sys-libs/kpmcore/kpmcore-24.05.1.ebuild b/sys-libs/kpmcore/kpmcore-24.05.1.ebuild
new file mode 100644
index 00000000000..c54698956c7
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-24.05.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KFMIN=6.3.0
+QTMIN=6.6.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"
+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"