aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-05 11:21:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-05 13:36:45 +0200
commit9846da210abd2601ad144e5d98b51cd238f67980 (patch)
tree3cb1223811f6de231d0972a5d51bc95db3744d3a /sys-libs
parentsys-block/partitionmanager: 21.08.2 version bump (diff)
downloadkde-9846da210abd2601ad144e5d98b51cd238f67980.tar.gz
kde-9846da210abd2601ad144e5d98b51cd238f67980.tar.bz2
kde-9846da210abd2601ad144e5d98b51cd238f67980.zip
sys-libs/kpmcore: 21.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-21.08.2.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..a1b24a8e9b
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-21.08.2.tar.xz 589404 BLAKE2B 759d733a06daf9d701cb7a6c96ffe6a8d530156a4d5347addc5a36ef946bca28344468661b68e2b652783e779d3f65ce4ed416b6c0e5758861782e79e90c6587 SHA512 923eff5e3f9489f3c7f5d5943ecb739dbfc71d61b7e29e55df0aef3425af5fc84ac61d973678fff378c37084739d222d4140b1c9863e8c6bc3b44d753a8f66da
diff --git a/sys-libs/kpmcore/kpmcore-21.08.2.ebuild b/sys-libs/kpmcore/kpmcore-21.08.2.ebuild
new file mode 100644
index 0000000000..ba39ac6ae2
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-21.08.2.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}"