kcron: update to 18.04.1.
Closes #14393. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
f8d2062a67
commit
5293ed1a3b
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kcron'
|
# Template file for 'kcron'
|
||||||
pkgname=kcron
|
pkgname=kcron
|
||||||
version=18.04.0
|
version=18.04.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-Wno-dev -DSYSCONF_INSTALL_DIR=/etc"
|
configure_args="-Wno-dev -DSYSCONF_INSTALL_DIR=/etc"
|
||||||
|
@ -8,10 +8,10 @@ hostmakedepends="extra-cmake-modules pkg-config"
|
||||||
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"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://userbase.kde.org/KCron"
|
homepage="http://userbase.kde.org/KCron"
|
||||||
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=28544a06a66258c42f54ab67566662d3f6d271895f1d7ede5ff354a9ae18a55e
|
checksum=19de3e4d597413c71a6f4cb1baa446adc0a7aa5b32ee9c19997b9468b41993f2
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
||||||
|
|
Loading…
Reference in a new issue