diff options
author | 2024-11-15 15:17:51 +0100 | |
---|---|---|
committer | 2024-11-15 18:30:35 +0100 | |
commit | ca7cf7f99ea8e575887ed8d5c08d6d998054680d (patch) | |
tree | 47655bea6bb127f39cdd23922f37baf44ad829a9 /sys-libs/kpmcore | |
parent | sys-block/partitionmanager: 24.11.80 version bump (diff) | |
download | kde-ca7cf7f99ea8e575887ed8d5c08d6d998054680d.tar.gz kde-ca7cf7f99ea8e575887ed8d5c08d6d998054680d.tar.bz2 kde-ca7cf7f99ea8e575887ed8d5c08d6d998054680d.zip |
sys-libs/kpmcore: 24.11.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore')
-rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/kpmcore/kpmcore-24.11.80.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..04582f8be6 --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-24.11.80.tar.xz 646320 BLAKE2B 72168ecb926cfbd0e8e154ab13c110eb44962bce929eed2332e1fc80f7bf61f941bc350e6e3972ce2d1bfbcf6107581930a47e062f737288590764b0ef04be7f SHA512 5ccc0a44f495d273d8325ead78245ebff9e440519bffa827c7b0e40e45797df14cc1b201ca8b32dd1de2fb69606ff26a6b9c39b0ec59499ff4a6117c6828a245 diff --git a/sys-libs/kpmcore/kpmcore-24.11.80.ebuild b/sys-libs/kpmcore/kpmcore-24.11.80.ebuild new file mode 100644 index 0000000000..b9ff47bc8a --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-24.11.80.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" |