void-packages/srcpkgs/konsole/template
q66 ce3d544e68 konsole: switch to ninja to drop cursed hack
this avoids running into the weird automoc race condition
so we can drop that whole path and be done with it
2021-01-29 16:23:00 +01:00

30 lines
1.1 KiB
Bash

# Template file for 'konsole'
pkgname=konsole
version=20.12.1
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -GNinja"
hostmakedepends="pkg-config extra-cmake-modules kcoreaddons qt5-devel
gettext qt5-qmake kdoctools kconfig ninja"
makedepends="kinit-devel knewstuff-devel knotifyconfig-devel kparts-devel
kpty-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=b690be392462cab5abac74d1e1010c3f991c3d00968b51ed5525040640d769ec
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
short_desc+=" (transitional dummy package)"
depends="konsole>=${version}_${revision}"
}