19 lines
653 B
Bash
19 lines
653 B
Bash
# Template file for 'kcron'
|
|
pkgname=kcron
|
|
version=17.12.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-Wno-dev -DSYSCONF_INSTALL_DIR=/etc"
|
|
hostmakedepends="extra-cmake-modules pkg-config"
|
|
makedepends="kparts-devel qt5-devel"
|
|
short_desc="KDE Configure and schedule tasks"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://userbase.kde.org/KCron"
|
|
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=133fdd03a8cfa0b073fcac5334788b3b2278ef256b9880756c16067a0441ec63
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|