diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-10 12:27:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-10 17:46:05 +0100 |
commit | f178a87722504c9f1fdc225765ea16a755fae7a6 (patch) | |
tree | d8dc45e54310690b1722ab84aea88d5b426aca0a /sys-libs | |
parent | sys-block/partitionmanager: 24.01.90 version bump (diff) | |
download | kde-f178a87722504c9f1fdc225765ea16a755fae7a6.tar.gz kde-f178a87722504c9f1fdc225765ea16a755fae7a6.tar.bz2 kde-f178a87722504c9f1fdc225765ea16a755fae7a6.zip |
sys-libs/kpmcore: 24.01.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/kpmcore/kpmcore-24.01.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 0000000000..6729c45e16 --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-24.01.90.tar.xz 631552 BLAKE2B 58c3b9e15eabde341710221f36ad9b8b79de511fc82b4569e982c3f6b7a70d347aa48872055534c3c8e9f68ef3f9c57f68846cc7ff5074e7f090099df8c532c1 SHA512 6fff1a14ba4905446504192ac0f36bf654a57a0b9873334b2a39850ee6a15d3b872dadb33b035fd3056a70851894e43d0fcf7e6c969092e36be3eaf1a2a4be42 diff --git a/sys-libs/kpmcore/kpmcore-24.01.90.ebuild b/sys-libs/kpmcore/kpmcore-24.01.90.ebuild new file mode 100644 index 0000000000..4d2f8c7f2d --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-24.01.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=5.248.0 +QTMIN=6.6.0 +inherit ecm gear.kde.org + +DESCRIPTION="Library for managing partitions" +HOMEPAGE="https://apps.kde.org/partitionmanager/" + +LICENSE="GPL-3" +SLOT="6/10" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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" |