diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 18:11:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 18:59:27 +0200 |
commit | 5923a7f3ffa54ea69e9336620f031c3bb4f3b6be (patch) | |
tree | d1164eab22760d456c0c175fad94aae68a1d9d67 /sys-libs | |
parent | sys-block/partitionmanager: 24.08.2 version bump (diff) | |
download | kde-5923a7f3ffa54ea69e9336620f031c3bb4f3b6be.tar.gz kde-5923a7f3ffa54ea69e9336620f031c3bb4f3b6be.tar.bz2 kde-5923a7f3ffa54ea69e9336620f031c3bb4f3b6be.zip |
sys-libs/kpmcore: 24.08.2 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.08.2.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..c8d9e18c1b --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-24.08.2.tar.xz 646308 BLAKE2B d92c1f901d391d8e21a060c7ade4bf0b2058a570635fd8199c853b3bd37c17f53c16a659157133b1ff9287466f01cf5e7e17a91c7d9f8887ce024573a422ed6b SHA512 a29dd8d8e6a52bf199909acde70dc677ce318380f4910ecda9b1dfcd00f3f47dc847cde1a6f9249a600984562e9e88d4277798633ea338aa8c97d4f570ef45c8 diff --git a/sys-libs/kpmcore/kpmcore-24.08.2.ebuild b/sys-libs/kpmcore/kpmcore-24.08.2.ebuild new file mode 100644 index 0000000000..b9ff47bc8a --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-24.08.2.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.5.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" |