diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-06 23:24:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-07 10:04:55 +0100 |
commit | da1d5af4eb918fe5d588008b261086c93358484c (patch) | |
tree | 23948bac29e00c2eece233f3aa8a10fe162db96b /sys-libs | |
parent | sys-block/partitionmanager: 23.08.4 version bump (diff) | |
download | kde-da1d5af4eb918fe5d588008b261086c93358484c.tar.gz kde-da1d5af4eb918fe5d588008b261086c93358484c.tar.bz2 kde-da1d5af4eb918fe5d588008b261086c93358484c.zip |
sys-libs/kpmcore: 23.08.4 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-23.08.4.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest new file mode 100644 index 0000000000..053d4754b3 --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-23.08.4.tar.xz 623540 BLAKE2B 421f9ee6a2fc6054f6d5efb07f3ce34bbd1af4631e2f3e08a563920f6e3ba3554a93a0ecec2ace05f787b304f8a93df6cbc45e237ca1f3ed40ec3135912723f1 SHA512 79b6c1e8e35930c5c852156ab578e44cc7742bc0dfacbc5f85c7a61c980d3e0d0242060bff3ba933c07ec5d91b788d94bdd5f38cceb11c1b6f6845f8bdecafe4 diff --git a/sys-libs/kpmcore/kpmcore-23.08.4.ebuild b/sys-libs/kpmcore/kpmcore-23.08.4.ebuild new file mode 100644 index 0000000000..f0a6e5634c --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-23.08.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_NONGUI="true" +KFMIN=5.106.0 +QTMIN=5.15.9 +inherit ecm gear.kde.org + +DESCRIPTION="Library for managing partitions" +HOMEPAGE="https://apps.kde.org/partitionmanager/" + +LICENSE="GPL-3" +SLOT="5/10" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86" +IUSE="" + +# bug 689468, tests need polkit etc. +RESTRICT="test" + +BDEPEND="virtual/pkgconfig" +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=sys-apps/util-linux-2.33.2 + >=sys-auth/polkit-qt-0.113.0[qt5(+)] +" +RDEPEND="${DEPEND}" |