void-packages/srcpkgs/kcharselect/template

19 lines
710 B
Bash

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