vp-build/srcpkgs/partitionmanager/template

23 lines
1007 B
Bash

# Template file for 'partitionmanager'
pkgname=partitionmanager
version=21.12.3
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="qt5-devel kdoctools kconfig qt5-qmake cmake python3
extra-cmake-modules pkg-config gettext kcoreaddons"
makedepends="qt5-devel kconfig-devel kpmcore-devel kdoctools-devel
kservice-devel kio-devel kxmlgui-devel kiconthemes-devel kconfigwidgets-devel"
depends="hicolor-icon-theme"
short_desc="KDE utility that allows you to manage disks"
maintainer="jambonmcyeah <jambonmcyeah@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://kde.org/applications/system/org.kde.partitionmanager"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#partitionmanager"
distfiles="${KDE_SITE}/release-service/${version}/src/partitionmanager-${version}.tar.xz"
checksum=37c0b3e4c8252bd743e9540c219adb3d595704e042e2c7f63c8b3dbbf41e1374
if [ -n "$CROSS_BUILD" ]; then
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi