summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-25 19:43:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-26 12:38:59 +0200
commit7a2f7694900102192fbf326dda9a47d0e3d9e673 (patch)
treec51073bb022e6bcea4472adbe06b3d97d572599c
parent915fade7209a48c414ca19a198885fbf39b05695 (diff)
downloadkde-7a2f7694900102192fbf326dda9a47d0e3d9e673.tar.gz
kde-7a2f7694900102192fbf326dda9a47d0e3d9e673.tar.bz2
kde-7a2f7694900102192fbf326dda9a47d0e3d9e673.zip
sys-libs/kpmcore: 23.03.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-23.03.80.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
new file mode 100644
index 00000000000..fae64417358
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-23.03.80.tar.xz 622824 BLAKE2B 3cb0573fd25a1007175fcb8f4df4c01c67edca0f41a3a035230182ddaeca3a5c15349e0beaf443f2dc0de3d2b7ba8e8141769434653ea6d94d8f26dd4ae92a2b SHA512 8495f8db7a7b36b9089971fc675bb9770d6b08c69a3ebc31fb53d39dd9059df1faed8b4fc825b454e7e9e5f02e09f7e9c305ced4c05b124a4960a389a81d0553
diff --git a/sys-libs/kpmcore/kpmcore-23.03.80.ebuild b/sys-libs/kpmcore/kpmcore-23.03.80.ebuild
new file mode 100644
index 00000000000..4004d01361a
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-23.03.80.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KFMIN=5.104.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for managing partitions"
+HOMEPAGE="https://apps.kde.org/partitionmanager/"
+
+LICENSE="GPL-3"
+SLOT="5/10"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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-0.113.0[qt5(+)]
+"
+RDEPEND="${DEPEND}"