mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-block/partitionmanager: 24.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST partitionmanager-24.08.3.tar.xz 2322268 BLAKE2B 755cdd5d7b502425545c49c44e572c36431abfbe523b6825ac91465a87e9eaf412b0cb20b50eac8d4d2ab3f3afda6597d0b47ee398203e909b4da2253c2e7694 SHA512 0b62b5c0ba4364ed722ee97961bcbe7293ee78082996eda5a8c8054375396429860c1f41ef1949de1cf780d2f6fcaae973dc0adc96b85a964635b2777e882502
|
||||
DIST partitionmanager-24.12.0.tar.xz 2322700 BLAKE2B ca333a8d73a35a80b1a3135120bed32c292d549070ba6c29145c0043558c9bb278a7af1b9ce0cd0fc604ad81ece6b484d43dd8a37d591d3c88016aae7bf3a7c4 SHA512 fc49f450681d4a1a9a569d56abd05eb3cbcbc7728a4c93be7f00cc6b5a87d0483e7f8c10c255c99e67d54db78bb17eebe838958d65f1c3bb1fbb90d5ebcb8651
|
||||
|
||||
36
sys-block/partitionmanager/partitionmanager-24.12.0.ebuild
Normal file
36
sys-block/partitionmanager/partitionmanager-24.12.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="optional"
|
||||
KFMIN=6.5.0
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
QTMIN=6.7.2
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Utility for management of disks, partitions and file systems"
|
||||
HOMEPAGE="https://apps.kde.org/partitionmanager/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kjobwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kwindowsystem-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
>=sys-auth/polkit-qt-0.175.0[qt6(+)]
|
||||
>=sys-libs/kpmcore-${PVCUT}:6=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user