-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sys-libs/kpmcore: 23.08.5 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST kpmcore-23.08.5.tar.xz 630396 BLAKE2B f5a470c9b54663b9f52467519046646de9ea20b83c8afaf199e3877ecc3f9de47139c9d44e8b23a2d49bfb00ae624b9117cf1adf83092f141a8e46d02adfaf8f SHA512 30ddbe62412df5645e034b745159b7c8db7801340225653d05856032083181d482379415a56d4e6f703c4f6c4a1a79c252a3b549beba227ab70dfc673cc59acd | ||
DIST kpmcore-24.01.95.tar.xz 632348 BLAKE2B ffee776c83e1a59bb0d4dcdc6c0aa8931c71f6ccdc5d76276bae18eef69faba26551d3dd7183cde39eea91affc2f2880edc08df5b4a80fca11ed86f1f37cd6e8 SHA512 e1073b3ca87468fdb7c3ec85b0d6373250d54688ddf1a1b17df34524ecf884bcdac605b3e65a250a758507d2a59680b99a7eddef4e1ea9ccda94e0c77d34cbc1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright 1999-2024 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}" |