aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-26 14:40:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-26 14:40:40 +0100
commit3f9fc5bc441bc4a051143f3d578a2b1d1feb313d (patch)
treeeb5976062215b3ba1bb39f80ab66ce52d8bd3ccb /sys-libs
parentsys-block/partitionmanager: 22.11.90 version bump (diff)
downloadkde-3f9fc5bc441bc4a051143f3d578a2b1d1feb313d.tar.gz
kde-3f9fc5bc441bc4a051143f3d578a2b1d1feb313d.tar.bz2
kde-3f9fc5bc441bc4a051143f3d578a2b1d1feb313d.zip
sys-libs/kpmcore: 22.11.90 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-22.11.90.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index 3aa53f69a0..272993743e 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1 +1,2 @@
DIST kpmcore-22.11.80.tar.xz 616856 BLAKE2B 5f19bb292f607de35427581501d2264fb5676013fbc2e630f3b56da66bc15bf4e5edeafcc40509901fd5b5dab241a954a1e1f6daa6e1e915cbf2b477d171646d SHA512 02c5b8ed57b8f9f5693428dd931d6531414e9962ee2266d3253f078e527a704895a21b2be6d9ea72de79c48ffd84fbf5fa9304b00ad4c7d05f6827cc0494973f
+DIST kpmcore-22.11.90.tar.xz 616852 BLAKE2B 4c8aeef54fe477b8ff075dbf40bedc7805bbf3e6b7ac23a0aeb0c56e23022498b34bb65db84abc1a8012c3b3f8e89710aa893955d4ecf17813180653dc7a2f81 SHA512 e11b4fae86bdf2d536511e4c19663da489b83159f466354384a5ebde48a8969fa72db20511c6e226318bdc083513f93fe0d1e26a854d4120f4693becc58e8aff
diff --git a/sys-libs/kpmcore/kpmcore-22.11.90.ebuild b/sys-libs/kpmcore/kpmcore-22.11.90.ebuild
new file mode 100644
index 0000000000..e8fc36df8e
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-22.11.90.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KFMIN=5.98.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}"