summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-22.08.1.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..0c7bc807576
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-22.08.1.tar.xz 594808 BLAKE2B 0b91f71e267fc8b2497a8c7c1ab5de29b83d45fe9adbc14f6b09b7462e7fea323122fd600e87b1801cc81a2d05de20bb379dc21b710b5ec3c72a13d46707f667 SHA512 74663e19f2d1ab38490cea66ea5936dcdb43bdc515e06b3da8d75bcd51dcbea0a4dba8ffdab3b425a1ad4b0f92cc258661ba532b439c7d5601c6dbc8b2c022bc
diff --git a/sys-libs/kpmcore/kpmcore-22.08.1.ebuild b/sys-libs/kpmcore/kpmcore-22.08.1.ebuild
new file mode 100644
index 00000000000..684e7640044
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-22.08.1.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}"