void-packages/srcpkgs/breeze-icons/template
2018-12-10 00:14:54 +01:00

19 lines
622 B
Bash

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