18 lines
596 B
Bash
18 lines
596 B
Bash
# Template file for 'kcron'
|
|
pkgname=kcron
|
|
version=18.08.0
|
|
revision=1
|
|
build_style=cmake
|
|
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="https://userbase.kde.org/KCron"
|
|
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=f84318e314a79b5e4477efb9425ea8dba0e7c67e75746bfbe6d742b3c2579392
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|