6c7839fc79
Closes #15000. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
18 lines
648 B
Bash
18 lines
648 B
Bash
# Template file for 'kcron'
|
|
pkgname=kcron
|
|
version=18.04.2
|
|
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=a732cead6dc6481effb3c08c64d880a58c4744a0ceea64597b8f668809d697db
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|