aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-31 15:10:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-31 17:40:48 +0200
commit91c6c1ede1ad6f668a7d8dc8cd8f6fb138803cfd (patch)
tree91d5e64ba353bcdc4dde17fb6f71311e17dd49ad
parentsys-block/partitionmanager: 21.08.1 version bump (diff)
downloadkde-91c6c1ed.tar.gz
kde-91c6c1ed.tar.bz2
kde-91c6c1ed.zip
sys-libs/kpmcore: 21.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-21.08.1.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
new file mode 100644
index 0000000000..1eaa63b1ff
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-21.08.1.tar.xz 589536 BLAKE2B e9de6044711525f46dca0e5037152a08f7a01bebb7a10b4c91cc694ebc486b7136a674971f41a87df9d28643417a48e617c87c1f6d8592e2921aab3b61a090de SHA512 e3d596a97ceec51a18a1f7a77e0b3368ce2112fbf8cf8c7eb24d7dcb50006c20f84248b9563f9eaa8bc9e1268c885e30bc8ceefa183c5081a520bd2db03504df
diff --git a/sys-libs/kpmcore/kpmcore-21.08.1.ebuild b/sys-libs/kpmcore/kpmcore-21.08.1.ebuild
new file mode 100644
index 0000000000..ba39ac6ae2
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-21.08.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KDE_GEAR="true"
+KFMIN=5.84.0
+QTMIN=5.15.2
+inherit ecm 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}"