aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-06 08:41:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-06 08:57:58 +0200
commit89873d3cfd5021abf31d5ec9f354b17d2d729a24 (patch)
treed8c852858a3439c85ce38e3f7c92ddf4895a67b2 /sys-libs/kpmcore
parentsys-block/partitionmanager: 21.08.0 version bump (diff)
downloadkde-89873d3cfd5021abf31d5ec9f354b17d2d729a24.tar.gz
kde-89873d3cfd5021abf31d5ec9f354b17d2d729a24.tar.bz2
kde-89873d3cfd5021abf31d5ec9f354b17d2d729a24.zip
sys-libs/kpmcore: 21.08.0 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.08.0.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index af3fab2ce6..cde6438df5 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1 +1,2 @@
DIST kpmcore-21.07.90.tar.xz 589388 BLAKE2B 1d1c569322f6b14f277da4b073259b6cbac720812b67a82c9b5a3f238e531792036431d5a08bedae7cf023c52b02746436029b9fd238d2ce18586f9b9d95690e SHA512 c8764a390eac70cc8f32ae830e142be3a1d41dc8ad0402118078f9a1daf31d3df43218351251bb1586f7b654253db1d3b02f1d94374397682cfe60d11c78e351
+DIST kpmcore-21.08.0.tar.xz 589504 BLAKE2B 95f5ae6f85293200390e9396e0b38998f60e7740d9cb2cca60ab2434eade19704e199325c9865d463526af445374d2e49f4223128c17ac14d3a65b7b15f06fd0 SHA512 9e5e8c2fcbb2a24df7d0b85dc774259d885b247b9d9e8c960982e67e5b7e7adf778e0a9318f8b924f44fdb18db1bd264fb4580cf2235973ea40f6c4d3cfa3c58
diff --git a/sys-libs/kpmcore/kpmcore-21.08.0.ebuild b/sys-libs/kpmcore/kpmcore-21.08.0.ebuild
new file mode 100644
index 0000000000..49b9b6a5b6
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-21.08.0.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.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}"