aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-17 09:46:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-17 09:52:15 +0200
commit82765de75181c77b1557fefb37d486d8dc9e3ade (patch)
treee2d93b5d0347ed206dc6b929f75e5cc0310fe22d /sys-libs/kpmcore
parentsys-block/partitionmanager: 21.07.80 version bump (diff)
downloadkde-82765de75181c77b1557fefb37d486d8dc9e3ade.tar.gz
kde-82765de75181c77b1557fefb37d486d8dc9e3ade.tar.bz2
kde-82765de75181c77b1557fefb37d486d8dc9e3ade.zip
sys-libs/kpmcore: 21.07.80 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.07.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 0000000000..335b7b647c
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-21.07.80.tar.xz 589376 BLAKE2B f30dc7e28605e1deecad11c7fb00ef19d0a6f5240fa47a6cf598dc0e0f5db7abf8f221a0592b4517d79eb71dc0e12e97892593a00fda3ae84411f1a7d097af19 SHA512 4b93db5cda606e38400e72a8f5d8c6c18b8acaa34f285d536d8e59d4d205cdf5ef57c2e4965cdbda3e155d243031babcd0d8d14529dc5ceff8cd549aa7445cba
diff --git a/sys-libs/kpmcore/kpmcore-21.07.80.ebuild b/sys-libs/kpmcore/kpmcore-21.07.80.ebuild
new file mode 100644
index 0000000000..49b9b6a5b6
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-21.07.80.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}"