breeze-icons: fix cross

Remove noarch=yes because cross compiled pkg differes from native.
This commit is contained in:
Juergen Buchmueller 2016-11-01 21:31:16 +01:00
parent affa5f919c
commit 647d076bd8

View file

@ -1,11 +1,9 @@
# Template file for 'breeze-icons' # Template file for 'breeze-icons'
pkgname=breeze-icons pkgname=breeze-icons
version=5.26.0 version=5.26.0
revision=2 revision=3
noarch=yes
build_style=cmake build_style=cmake
configure_args="-DBINARY_ICONS_RESOURCE=ON" hostmakedepends="extra-cmake-modules qt5-host-tools qt5-devel"
hostmakedepends="extra-cmake-modules"
makedepends="qt5-devel" makedepends="qt5-devel"
short_desc="Breeze icon theme" short_desc="Breeze icon theme"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -13,3 +11,9 @@ license="LGPL-3"
homepage="https://community.kde.org/Frameworks" homepage="https://community.kde.org/Frameworks"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=a9c0d742a37ef3b3b2dae5a5bb97aee2927dd613c17c606f3bcbc6845a8c6bcd checksum=a9c0d742a37ef3b3b2dae5a5bb97aee2927dd613c17c606f3bcbc6845a8c6bcd
if [ -z "$CROSS_BUILD" ]; then
configure_args="-DBINARY_ICONS_RESOURCE=ON"
else
configure_args="-DBINARY_ICONS_RESOURCE=OFF"
fi