19 lines
634 B
Bash
19 lines
634 B
Bash
# Template file for 'kcharselect'
|
|
pkgname=kcharselect
|
|
version=18.08.2
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules"
|
|
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}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=f84ab2cb06cb6119089461b03c6470a84e1dc675f471d5e5249f0b39bbd68b9f
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|