summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-22.08.2.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
new file mode 100644
index 00000000000..4f60f961b08
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-22.08.2.tar.xz 598552 BLAKE2B f763993ba5dcaaf590c05f147bc82c6300619e0cad5a40d41a51a89c8ea4b354fd446fc018e9bf0959784f33eb4cdb4525550bd188cf48a1ee09851b42a441af SHA512 ed7757370282e158944813d6e6cff9cbe80b0ea1ba0dc8c42c1ceb01edf2c81b92d0673fb1fa5856a114be4611658be97e80581ed966637e5d1edbd0e563e027
diff --git a/sys-libs/kpmcore/kpmcore-22.08.2.ebuild b/sys-libs/kpmcore/kpmcore-22.08.2.ebuild
new file mode 100644
index 00000000000..684e7640044
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-22.08.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KFMIN=5.96.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for managing partitions"
+HOMEPAGE="https://apps.kde.org/partitionmanager/"
+
+LICENSE="GPL-3"
+SLOT="5/10"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# bug 689468, tests need polkit etc.
+RESTRICT="test"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=sys-apps/util-linux-2.33.2
+ sys-auth/polkit-qt
+"
+RDEPEND="${DEPEND}"