summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-22.08.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index 78052e3c84f..11d526a29a3 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1 +1,2 @@
DIST kpmcore-22.07.90.tar.xz 594764 BLAKE2B a775074be27b9f331ebb277b126873552e42781066a65cd456025d54c99ce328798076ed0ca01c1a10effa075dee9d783e0c81c41eabd5416aad72cedf2497ae SHA512 2e963963cb1cf99d426d5c6c123a2ab6362969caf9981ff53b9aef170b7838eacdc779a0d2d8a5ab1f9a5d00e112a83b105e634f34a4c69c325de8f42c39340d
+DIST kpmcore-22.08.0.tar.xz 594864 BLAKE2B 049e01fce3371fbb5236f29ae87ece4bf20ff014eeb8531106cf19f3484cd76d21aaa8d9ec1cca8c923dbcd627f41f5efbd5b81498997bec5f5542b2e13af64f SHA512 6ad058757968f92a56b58235a34861e413324ae9e5c92762109cb2d1b2f265e59bf04c6f5b7051492455facf3bfd17f23258d129101b56313319f4857cd5edd2
diff --git a/sys-libs/kpmcore/kpmcore-22.08.0.ebuild b/sys-libs/kpmcore/kpmcore-22.08.0.ebuild
new file mode 100644
index 00000000000..684e7640044
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-22.08.0.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}"