void-packages/srcpkgs/kcharselect/template
2020-09-24 17:05:32 +02:00

19 lines
665 B
Bash

# Template file for 'kcharselect'
pkgname=kcharselect
version=20.08.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://kde.org/applications/en/utilities/org.kde.kcharselect"
distfiles="${KDE_SITE}/release-service/${version}/src/kcharselect-${version}.tar.xz"
checksum=36575e9fd0a93fb3ddaf6a75a213786351bdd3ab8c167dc1a3e2824a23a6655b
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python3 qt5-host-tools qt5-qmake"
fi