23 lines
724 B
Bash
23 lines
724 B
Bash
# Template file for 'ksystemlog'
|
|
pkgname=ksystemlog
|
|
version=17.12.3
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-Wno-dev -DSYSCONF_INSTALL_DIR=/etc"
|
|
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"
|
|
homepage="http://kde.org/applications/system/ksystemlog/"
|
|
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=991203b77c322f7a56f73b2ae381c3b57ebc9c913b5dc0a98898f681796cd252
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|
|
|
|
do_check() {
|
|
# Requires xserver running
|
|
:
|
|
}
|