1 # Template file for 'partitionmanager'
2 pkgname=partitionmanager
6 configure_args="-DBUILD_TESTING=OFF"
7 hostmakedepends="qt5-devel kdoctools kconfig qt5-qmake cmake extra-cmake-modules python3 pkg-config"
8 makedepends="qt5-devel kconfig-devel kpmcore-devel kdoctools-devel kconfig-devel kservice-devel kio-devel kxmlgui-devel kiconthemes-devel kconfigwidgets-devel"
9 depends="hicolor-icon-theme"
10 short_desc="A KDE utility that allows you to manage disks"
11 maintainer="jambonmcyeah <jambonmcyeah@gmail.com>"
13 homepage="http://kde.org/applications/system/kdepartitionmanager/"
14 distfiles="http://download.kde.org/stable/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
15 checksum=5107955f9c70fc859bef04a54bffb28cd50efe355694232b9860e9d9c97a0f4a
17 if [ -n "$CROSS_BUILD" ]; then
18 configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"