diff options
Diffstat (limited to 'sys-libs/kpmcore')
| -rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
| -rw-r--r-- | sys-libs/kpmcore/kpmcore-24.04.90.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest new file mode 100644 index 00000000000..9988a06ef1a --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-24.04.90.tar.xz 637972 BLAKE2B 60356c4d8db29cc5240809053d83069ec1b5d2db0aa69f741b9e939daf10552788e231af76a6df52bd014c9a43a75197e26153dfc5579b5ff00c448d5cf8eab3 SHA512 d7772ac8e443db3ded7de74fab3a3c11cf435adf3c3b0c31f8d7534f9321f1805bddc7b5666b1620f6aa92ee0473f41847672d31b7530daf3d6bead03ef6b9f1 diff --git a/sys-libs/kpmcore/kpmcore-24.04.90.ebuild b/sys-libs/kpmcore/kpmcore-24.04.90.ebuild new file mode 100644 index 00000000000..981859e0e0f --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-24.04.90.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_NONGUI="true" +KFMIN=6.0.0 +QTMIN=6.6.2 +inherit ecm gear.kde.org + +DESCRIPTION="Library for managing partitions" +HOMEPAGE="https://apps.kde.org/partitionmanager/" + +LICENSE="GPL-3" +SLOT="6/10" +KEYWORDS="~amd64" +IUSE="" + +# bug 689468, tests need polkit etc. +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=sys-apps/util-linux-2.33.2 + >=sys-auth/polkit-qt-0.175.0[qt6] +" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" |
