void-packages/srcpkgs/kcharselect/template
2022-03-06 00:31:15 +01:00

18 lines
710 B
Bash

# Template file for 'kcharselect'
pkgname=kcharselect
version=21.12.3
revision=1
build_style=cmake
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"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kcharselect"
distfiles="${KDE_SITE}/release-service/${version}/src/kcharselect-${version}.tar.xz"
checksum=c713581d6d0b300d408208ecb69d9752f6c7ac75f704439070d5099f5cfa51a9
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python3 qt5-host-tools qt5-qmake"
fi