kcron: fix homepage=

This commit is contained in:
maxice8 2019-02-22 15:04:08 -03:00 committed by maxice8
parent 2d645ff98e
commit d5f20adc83

View file

@ -1,17 +1,17 @@
# Template file for 'kcron'
pkgname=kcron
version=18.12.2
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config"
hostmakedepends="extra-cmake-modules pkgconf"
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"
homepage="https://userbase.kde.org/System_Settings/Task_Scheduler"
distfiles="${KDE_SITE}/applications/${version}/src/kcron-${version}.tar.xz"
checksum=b5916d93135652e6812006473ebbcc694b18af2a8030c0ce0f0574a3f818d7f7
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi