18 lines
656 B
Bash
18 lines
656 B
Bash
# Template file for 'kcron'
|
|
pkgname=kcron
|
|
version=17.12.3
|
|
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="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="GPL-2"
|
|
homepage="http://userbase.kde.org/KCron"
|
|
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=6e15923f072413517a7d039aa531802eb8f50a73a9ea987ee6501ad1ff04ad4d
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|