void-packages/srcpkgs/kcharselect/template
2020-01-11 15:17:08 +01:00

18 lines
659 B
Bash

# Template file for 'kcharselect'
pkgname=kcharselect
version=19.12.1
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=5f23458974d6fa66c49d434937e7a7a31cc94e46616db866b35316025bb84b0c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python3 qt5-host-tools qt5-qmake"
fi