39 lines
1 KiB
Bash
39 lines
1 KiB
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
ECM_HANDBOOK="optional"
|
|
KFMIN=5.60.0
|
|
QTMIN=5.12.3
|
|
inherit ecm kde.org
|
|
|
|
DESCRIPTION="Utility for management of disks, partitions and file systems"
|
|
HOMEPAGE="https://kde.org/applications/system/org.kde.partitionmanager"
|
|
|
|
if [[ ${KDE_BUILD_TYPE} == release ]]; then
|
|
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
|
|
KEYWORDS="amd64 ~arm ~arm64 x86"
|
|
fi
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="5"
|
|
IUSE=""
|
|
|
|
DEPEND="
|
|
>=dev-qt/qtgui-${QTMIN}:5
|
|
>=dev-qt/qtwidgets-${QTMIN}:5
|
|
>=kde-frameworks/kconfig-${KFMIN}:5
|
|
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
|
|
>=kde-frameworks/kcoreaddons-${KFMIN}:5
|
|
>=kde-frameworks/kcrash-${KFMIN}:5
|
|
>=kde-frameworks/kdbusaddons-${KFMIN}:5
|
|
>=kde-frameworks/ki18n-${KFMIN}:5
|
|
>=kde-frameworks/kiconthemes-${KFMIN}:5
|
|
>=kde-frameworks/kio-${KFMIN}:5
|
|
>=kde-frameworks/kjobwidgets-${KFMIN}:5
|
|
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
|
|
>=kde-frameworks/kxmlgui-${KFMIN}:5
|
|
>=sys-libs/kpmcore-4.1.0:5=
|
|
"
|
|
RDEPEND="${DEPEND}"
|