18 lines
659 B
Bash
18 lines
659 B
Bash
# Template file for 'kcharselect'
|
|
pkgname=kcharselect
|
|
version=19.12.2
|
|
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=6d680217058b8d87306c298d28e0851d7d0bb88450c59935eb4d1f6c87ba92a7
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python3 qt5-host-tools qt5-qmake"
|
|
fi
|