void-packages/srcpkgs/konsole/template
Alessio Sergi 15ab1f5c47 konsole5: drop noarch=yes
A transitional dummy package retains the same architectures definition
as before.
2018-05-18 18:07:12 +02:00

26 lines
882 B
Bash

# Template file for 'konsole'
pkgname=konsole
version=17.12.2
revision=2
build_style=cmake
replaces="konsole5>=0"
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="pkg-config extra-cmake-modules kcoreaddons qt5-devel qt5-qmake kdoctools kconfig"
makedepends="qt5-devel kbookmarks-devel kinit-devel knotifyconfig-devel
kparts-devel kpty-devel"
short_desc="KDE's Terminal Emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://www.kde.org"
distfiles="https://download.kde.org/stable/applications/${version}/src/konsole-${version}.tar.xz"
checksum=ece6ea3c07074128bb2a601f49cade8e5d6d3cccc17c58a1052e34c0b1ab7ab5
if [ -n "$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}"
}