breeze: update to 5.15.5

[ci skip]
This commit is contained in:
John 2019-05-07 18:41:24 +02:00
parent 47dc404686
commit 4606629e4d

View file

@ -1,6 +1,6 @@
# Template file for 'breeze'
pkgname=breeze
version=5.15.4.1
version=5.15.5
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -13,10 +13,10 @@ short_desc="Breeze visual style for the Plasma Desktop"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later"
homepage="https://projects.kde.org/projects/plasma/breeze"
distfiles="${KDE_SITE}/plasma/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=9a95fb9c5be7c84164d3ce337d15cad57cdd495fe84e1da8487a463d69293497
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=a13de0472dacd5240c3d38d0841ea7b9098405cf1f8cff77504d1824d09dcac4
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig-devel kcoreaddons-devel plasma-framework"
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi