mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
kcron: fix homepage=
This commit is contained in:
parent
2d645ff98e
commit
d5f20adc83
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'kcron'
|
# Template file for 'kcron'
|
||||||
pkgname=kcron
|
pkgname=kcron
|
||||||
version=18.12.2
|
version=18.12.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules pkg-config"
|
hostmakedepends="extra-cmake-modules pkgconf"
|
||||||
makedepends="kparts-devel qt5-devel"
|
makedepends="kparts-devel qt5-devel"
|
||||||
short_desc="KDE Configure and schedule tasks"
|
short_desc="KDE Configure and schedule tasks"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="GPL-2.0-or-later"
|
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"
|
distfiles="${KDE_SITE}/applications/${version}/src/kcron-${version}.tar.xz"
|
||||||
checksum=b5916d93135652e6812006473ebbcc694b18af2a8030c0ce0f0574a3f818d7f7
|
checksum=b5916d93135652e6812006473ebbcc694b18af2a8030c0ce0f0574a3f818d7f7
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue