aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-02-01 10:56:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-02-01 10:56:09 +0100
commit609a9b9d0ef49821d4c4cc659102e98d693b0acf (patch)
tree9ec2c15ab1bee38e1e81521e2978cc1b0169601f
parentsys-block/partitionmanager: 21.12.2 version bump (diff)
downloadkde-609a9b9d.tar.gz
kde-609a9b9d.tar.bz2
kde-609a9b9d.zip
sys-libs/kpmcore: 21.12.2 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.12.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..f7a294684e
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-21.12.2.tar.xz 594284 BLAKE2B 26e54baa45602193661a635573958ada702bc7f99f144f8e8c7842a15c3fcd05423f1af99ce73949b854b411d5c49b330a512501392ac262ccd66bf652d50a1f SHA512 aec7a25a479d6c354843d61f6ead40893f3d814247607027e86fb2cd2b50e0f0189c1d427f856f46ce011bdd6b88c2ff8f0f3f262d40508c7429ca3be5b9a2f6
diff --git a/sys-libs/kpmcore/kpmcore-21.12.2.ebuild b/sys-libs/kpmcore/kpmcore-21.12.2.ebuild
new file mode 100644
index 0000000000..d0800f0fc7
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-21.12.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KDE_GEAR="true"
+KFMIN=5.88.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}"