diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-11 00:00:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-12 22:44:07 +0100 |
commit | d1cb1f68abacebc20bb873382a439ecd4017440b (patch) | |
tree | cd52c3a28d34be78b21be18a42776e57c5b747ba /sys-libs | |
parent | sys-block/partitionmanager: 24.12.0 version bump (diff) | |
download | gentoo-d1cb1f68abacebc20bb873382a439ecd4017440b.tar.gz gentoo-d1cb1f68abacebc20bb873382a439ecd4017440b.tar.bz2 gentoo-d1cb1f68abacebc20bb873382a439ecd4017440b.zip |
sys-libs/kpmcore: 24.12.0 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.12.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index fca20fbe74e0..f51f47a0e72d 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1 +1,2 @@ DIST kpmcore-24.08.3.tar.xz 646392 BLAKE2B 539170f6fcea02859eac5b243fffc387b7ebc8dbb0dd780752485abb3cd9f512b1a299852e5c225230037e2859c73bd5d012c04d4b4274c6ba95dc223ba7d2ce SHA512 8a35caed3ad889ed1ae9fc6e5e59bb21390aedd3b80657002550dd2ac5030d42bff84e73449fa791886d6d0003b1069b02599b11989698315355ce722c7b18d8 +DIST kpmcore-24.12.0.tar.xz 646316 BLAKE2B d536de2ddf9f03a5de38cf612cb3808d1d59ff4188a5226f2c210b892dd08d428f95ed3fc782fa3c18efb281b9fafac3eed52556fc1b11fa0cdcf04a82091dce SHA512 17ef928d60dae8af243ed4932a333274e2296a9b074a7e531ae64e7350583336b9ac3518a7085597d56127886bad4b07a9d1918efd290b501227d2bfe998afde diff --git a/sys-libs/kpmcore/kpmcore-24.12.0.ebuild b/sys-libs/kpmcore/kpmcore-24.12.0.ebuild new file mode 100644 index 000000000000..b9ff47bc8a51 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-24.12.0.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" |