summaryrefslogtreecommitdiff
path: root/sys-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-16 19:11:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-16 19:15:43 +0100
commit902e372baf4a96e5810549998934881c909f91b7 (patch)
tree9546e61190a6358cd739254cefaabc0df34d4ba3 /sys-libs
parent4c138d9316b9aa3044aaecca65553bcd59a6ee88 (diff)
downloadkde-902e372baf4a96e5810549998934881c909f91b7.tar.gz
kde-902e372baf4a96e5810549998934881c909f91b7.tar.bz2
kde-902e372baf4a96e5810549998934881c909f91b7.zip
sys-libs/kpmcore: 21.11.80 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.11.80.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 00000000000..58477157276
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-21.11.80.tar.xz 590172 BLAKE2B 1178fc76163eda725cd45ec6e7132e25c0660ac2feb690a774521430d8feac57a40dc5ce2b66e9f628152f7237f71d76caeb08485ab24538659b37337dc340de SHA512 8f43b980518e0cc781210c756aa92239aa01c5867784830e52cbef109d58eb585eb9525dde46dbe430f9c22a56a04b6603d8af4e0d040292f16ba2450268f4ec
diff --git a/sys-libs/kpmcore/kpmcore-21.11.80.ebuild b/sys-libs/kpmcore/kpmcore-21.11.80.ebuild
new file mode 100644
index 00000000000..9cf2587af68
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-21.11.80.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.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}"