ksystemlog: update to 18.04.1.

Closes #14387.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-05-14 16:04:06 +02:00 committed by Enno Boland
parent 1fc7cde5b7
commit 0f5b6090c7

View file

@ -1,6 +1,6 @@
# Template file for 'ksystemlog'
pkgname=ksystemlog
version=18.04.0
version=18.04.1
revision=1
build_style=cmake
configure_args="-Wno-dev -DSYSCONF_INSTALL_DIR=/etc"
@ -8,10 +8,10 @@ hostmakedepends="extra-cmake-modules pkg-config"
makedepends="kparts-devel qt5-devel"
short_desc="KDE System log viewer tool"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="http://kde.org/applications/system/ksystemlog/"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=009d854526d411747cd2f2aeb8afb2c6f9904176bfdfff6f79fe282fdd778c98
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=e11ababd1b2d019d892ccd86dc2920c4d8a55d3946ee35a8498ee62e7f5bd9fb
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"