ksystemlog: update to 19.08.1.

This commit is contained in:
Piotr Wójcik 2019-09-11 19:44:37 +02:00 committed by Piotr
parent abc1688042
commit 983fc82ea4
1 changed files with 5 additions and 10 deletions

View File

@ -1,22 +1,17 @@
# Template file for 'ksystemlog'
pkgname=ksystemlog
version=19.08.0
version=19.08.1
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules kcoreaddons pkg-config"
hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools pkg-config qt5-host-tools qt5-qmake"
makedepends="kparts-devel qt5-devel"
short_desc="KDE System log viewer tool"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-or-later"
homepage="https://kde.org/applications/system/ksystemlog/"
distfiles="${KDE_SITE}/applications/${version}/src/ksystemlog-${version}.tar.xz"
checksum=1231a9dd9a697fe2379a93a3a4d5c026aedf70a8f7e14d8a626ef6b782fb4259
checksum=7dde2a350b32011027d6ab9648859218a053c5509ad08bce8c2de875d2ae73db
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi
do_check() {
# Requires xserver running
:
pre_check() {
export QT_QPA_PLATFORM=offscreen
}