ksystemlog: update to 17.12.3.

This commit is contained in:
Piotr Wójcik 2018-03-10 10:16:57 +01:00 committed by Michael Gehring
parent 4a7894fb30
commit 87c143ff38

View file

@ -1,18 +1,23 @@
# Template file for 'ksystemlog' # Template file for 'ksystemlog'
pkgname=ksystemlog pkgname=ksystemlog
version=17.12.1 version=17.12.3
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"
hostmakedepends="extra-cmake-modules pkg-config" hostmakedepends="extra-cmake-modules pkg-config"
makedepends="kparts-devel qt5-devel" makedepends="kparts-devel qt5-devel"
short_desc="KDE System log viewer tool" short_desc="KDE System log viewer tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2" license="GPL-2"
homepage="http://kde.org/applications/system/ksystemlog/" homepage="http://kde.org/applications/system/ksystemlog/"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz" distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=26de1a2bd64bf27ba8ad942befd8194c27ca356e8554cd0eb1737dc4babcc00d checksum=991203b77c322f7a56f73b2ae381c3b57ebc9c913b5dc0a98898f681796cd252
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"
fi fi
do_check() {
# Requires xserver running
:
}