aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-12 08:58:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-12 08:58:34 +0200
commitf1b4980ffb6a9f45727f8c3dfbe6566a0f5e2aa6 (patch)
tree67b18717c56579b2064617d8e435dbfbc656b48c /sys-libs/kpmcore
parentsys-block/partitionmanager: 21.04.1 version bump (diff)
downloadkde-f1b4980ffb6a9f45727f8c3dfbe6566a0f5e2aa6.tar.gz
kde-f1b4980ffb6a9f45727f8c3dfbe6566a0f5e2aa6.tar.bz2
kde-f1b4980ffb6a9f45727f8c3dfbe6566a0f5e2aa6.zip
sys-libs/kpmcore: 21.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore')
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-21.04.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..1feef90af6
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-21.04.1.tar.xz 586056 BLAKE2B 1d80fb3ea54853537ccf58297237b94ddbd5dc5889afb18013f1774f448e31c365f7d77a6955b1962427037eaa1a95aafb5d460e622833e1b011683aba993db0 SHA512 7b55399f2a923c61eb381f691c95c32751cde0666bf84d270cad3bbbabc39392e754ed77be0bd4996e365b95a5383b8f8ca20bd6f7ab856153b3d3d7b03088fb
diff --git a/sys-libs/kpmcore/kpmcore-21.04.1.ebuild b/sys-libs/kpmcore/kpmcore-21.04.1.ebuild
new file mode 100644
index 0000000000..4bc7e9da2d
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-21.04.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_NONGUI="true"
+KDE_GEAR="true"
+KFMIN=5.80.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Library for managing partitions"
+HOMEPAGE="https://apps.kde.org/en/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}"