konsole: update to 23.04.0.

This commit is contained in:
John 2023-04-22 16:13:42 +02:00
parent de96c179e9
commit eaed5e7785

View File

@ -1,27 +1,21 @@
# Template file for 'konsole'
pkgname=konsole
version=22.12.1
revision=2
version=23.04.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -GNinja"
configure_args="-DBUILD_TESTING=OFF
-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
hostmakedepends="pkg-config extra-cmake-modules kcoreaddons qt5-devel
gettext qt5-qmake kdoctools kconfig ninja"
gettext qt5-qmake kdoctools kconfig"
makedepends="kinit-devel knewstuff-devel knotifyconfig-devel kparts-devel
kpty-devel"
kpty-devel qt5-multimedia-devel"
short_desc="KDE's Terminal Emulator"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later, LGPL-2.0-or-later, GFDL-1.2-or-later"
homepage="https://kde.org/applications/en/system/org.kde.konsole"
distfiles="${KDE_SITE}/release-service/${version}/src/konsole-${version}.tar.xz"
checksum=34c17ff826b099fe79a050265ff29e2e8532770065f855e083b75fb6a2a1cecb
checksum=21ce6f3cbc9add1a33c27b8a32aa5f71001c106e7d2566d2dec7a23d8eb7a59c
replaces="konsole5>=0"
# FIXME: after we switch cmake build-style to ninja, remove this as well as
# the ninja host-dependency and configure_arg as they will become superfluous
make_cmd=ninja
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi
konsole5_package() {
build_style=meta