summaryrefslogtreecommitdiff
path: root/sys-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-02 14:26:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-02 14:26:58 +0100
commit0b5d8b415fded0b4299458d7d43a53e1fd8264e1 (patch)
treeac35be69747155b58a5de6885904acdd9021027e /sys-libs
parent0cc0299f37a75f3b11a4f5e1ce07107b4ec7bf8d (diff)
downloadkde-0b5d8b415fded0b4299458d7d43a53e1fd8264e1.tar.gz
kde-0b5d8b415fded0b4299458d7d43a53e1fd8264e1.tar.bz2
kde-0b5d8b415fded0b4299458d7d43a53e1fd8264e1.zip
sys-libs/kpmcore: 21.08.3 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.3.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..7181801c3d1
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-21.08.3.tar.xz 589464 BLAKE2B 188a702b21976c352bea49c3e40e86c6d3f85b398c3dc9577301471c49cbbf8f161a5f6b62acfc020bcd9530aab2739a39023170c7586a1f18e52add4b2d6ecd SHA512 16570fe9b5e4e83d26b1c2e591d797cd23f37a2195ac5f043ee921d038d0e10d63f9d2c72c4d710e10eeb05d81a6df577f9ddb48b762b034154e399560daa7a7
diff --git a/sys-libs/kpmcore/kpmcore-21.08.3.ebuild b/sys-libs/kpmcore/kpmcore-21.08.3.ebuild
new file mode 100644
index 00000000000..ba39ac6ae27
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-21.08.3.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}"