New Package: partitionmanager-3.3.0

This commit is contained in:
jambonmcyeah 2017-12-28 14:40:27 -05:00 committed by Jürgen Buchmüller
parent c2adcf9a33
commit b3d591bffc
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'partitionmanager'
pkgname=partitionmanager
version=3.3.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="qt5-devel kdoctools kconfig qt5-qmake cmake extra-cmake-modules python3 pkg-config"
makedepends="qt5-devel kconfig-devel kpmcore-devel kdoctools-devel kconfig-devel kservice-devel kio-devel kxmlgui-devel kiconthemes-devel kconfigwidgets-devel"
depends="hicolor-icon-theme"
short_desc="A KDE utility that allows you to manage disks"
maintainer="jambonmcyeah <jambonmcyeah@gmail.com>"
license="GPL-2"
homepage="http://kde.org/applications/system/kdepartitionmanager/"
distfiles="http://download.kde.org/stable/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
checksum=0e559a231fe21d1f184313f384490c905517682e1710058a1f7138c14ec6074a
if [ -n "$CROSS_BUILD" ]; then
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi