diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-07 16:26:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-07 16:36:06 +0100 |
commit | ed37b84c2519514054cfc5f0ca2554695127fece (patch) | |
tree | 13c28cbbcbf4c05fc18d7034824505832e604ed8 /sys-libs/kpmcore | |
parent | sys-block/partitionmanager: 23.08.3 version bump (diff) | |
download | kde-ed37b84c2519514054cfc5f0ca2554695127fece.tar.gz kde-ed37b84c2519514054cfc5f0ca2554695127fece.tar.bz2 kde-ed37b84c2519514054cfc5f0ca2554695127fece.zip |
sys-libs/kpmcore: 23.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore')
-rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/kpmcore/kpmcore-23.08.3.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest new file mode 100644 index 0000000000..c5a31b0eb2 --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-23.08.3.tar.xz 623488 BLAKE2B 4bfc4281290d02c55a7a593a6bba7f45e45c32a9cfe76315e5e75ba50d9aa16079211bb2798e11ae02ea34d9090cfd08336229daf6f107057c13635aeb2bb746 SHA512 831325f17ee281bf41b11c1b97329a6cd67206afefd8560aa755807f957797fd1e16da3d5bcf4f1e80683d64b49f72a738e393ae615ec0acc29c3d7025d44493 diff --git a/sys-libs/kpmcore/kpmcore-23.08.3.ebuild b/sys-libs/kpmcore/kpmcore-23.08.3.ebuild new file mode 100644 index 0000000000..f0a6e5634c --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-23.08.3.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.106.0 +QTMIN=5.15.9 +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}" |