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