From 20692c35d7a378047e680a6cc7065bedd8141ee4 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 10 Jan 2019 21:40:05 +0100 Subject: [PATCH] konsole: update to 18.12.1. [ci skip] --- srcpkgs/konsole/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/konsole/template b/srcpkgs/konsole/template index 944e83f4589..bbfbb1ad32a 100644 --- a/srcpkgs/konsole/template +++ b/srcpkgs/konsole/template @@ -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 " 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