void-packages/srcpkgs/kcharselect/template
2020-03-11 21:35:00 +01:00

18 lines
659 B
Bash

# Template file for 'kcharselect'
pkgname=kcharselect
version=19.12.3
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kcoreaddons gettext"
makedepends="qt5-devel kbookmarks-devel"
short_desc="Character Selector"
maintainer="travankor <travankor@tuta.io>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kcharselect/"
distfiles="${KDE_SITE}/release-service/${version}/src/kcharselect-${version}.tar.xz"
checksum=9be6ac607148b0815bd985075fbb97d44561fdd6a955b60f0afc728f9cbd978b
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python3 qt5-host-tools qt5-qmake"
fi