konsole: update to 18.12.1.

[ci skip]
This commit is contained in:
John 2019-01-10 21:40:05 +01:00 committed by John Zimmermann
parent e4e2617e26
commit 20692c35d7

View file

@ -1,6 +1,6 @@
# Template file for 'konsole'
pkgname=konsole
version=18.12.0
version=18.12.1
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -12,10 +12,10 @@ maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later, LGPL-2.0-or-later, GFDL-1.2-or-later"
homepage="https://www.kde.org/applications/system/konsole/"
distfiles="${KDE_SITE}/applications/${version}/src/konsole-${version}.tar.xz"
checksum=235ba8939cd0169c4ac35b6f50e1361f45e71e10db9af25be31283e57ea31513
checksum=2fa34039e7db893e474e258a757eb6127c8ae7036e4a7cf68ed560a27f948197
replaces="konsole5>=0"
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi