void-packages/srcpkgs/breeze-icons/template

22 lines
672 B
Bash

# Template file for 'breeze-icons'
pkgname=breeze-icons
version=5.83.0
revision=1
build_style=cmake
hostmakedepends="kcoreaddons extra-cmake-modules qt5-host-tools qt5-devel
python3-lxml libxml2"
makedepends="qt5-devel"
checkdepends="fdupes"
short_desc="Breeze icon theme"
maintainer="John <me@johnnynator.dev>"
license="LGPL-3.0-or-later"
homepage="https://community.kde.org/Frameworks"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=b28119440ccfd9110a1a0fef951eddc9e5df6f2b0f1f9441228f88aaea006fe4
if [ -z "$CROSS_BUILD" ]; then
configure_args="-DBINARY_ICONS_RESOURCE=ON"
else
configure_args="-DBINARY_ICONS_RESOURCE=OFF"
fi