diff options
Diffstat (limited to 'sys-libs/kpmcore')
| -rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
| -rw-r--r-- | sys-libs/kpmcore/kpmcore-25.04.1.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..ec96abb685a --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-25.04.1.tar.xz 670356 BLAKE2B 2c835a4407102d06b22bda7e9f0c073c4a145c93c622506e864875bf175f8de837d0f5fd6b62e695a22696d59ee1058f4aa8d9ce61729bf8d3a65fc74e4a0f90 SHA512 01fb21127014263ea1d0e3a7ab846ed39c46cf4eee5b62e146ac65022df15d460124acef471be18515f805c742b36c39ee8e107ce6d321dea36a5e30b100af36 diff --git a/sys-libs/kpmcore/kpmcore-25.04.1.ebuild b/sys-libs/kpmcore/kpmcore-25.04.1.ebuild new file mode 100644 index 00000000000..5acdad4c48c --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-25.04.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_NONGUI="true" +KFMIN=6.13.0 +QTMIN=6.7.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 ~arm64 ~ppc64 ~x86" +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" |
