void-packages/srcpkgs/breeze-icons/template

20 lines
637 B
Bash
Raw Normal View History

2016-09-29 11:42:01 +02:00
# Template file for 'breeze-icons'
pkgname=breeze-icons
2017-05-13 19:04:31 +02:00
version=5.36.0
revision=1
2016-09-29 11:42:01 +02:00
build_style=cmake
2017-01-02 21:13:01 +01:00
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-devel libxml2"
2016-09-29 11:42:01 +02:00
makedepends="qt5-devel"
short_desc="Breeze icon theme"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
homepage="https://community.kde.org/Frameworks"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
2017-05-13 19:04:31 +02:00
checksum=c39d5bb13f1a3e81ac5cc10f44f842228c7441a98c3c370aa55ca93ffc9566a5
if [ -z "$CROSS_BUILD" ]; then
configure_args="-DBINARY_ICONS_RESOURCE=ON"
else
configure_args="-DBINARY_ICONS_RESOURCE=OFF"
fi