kcmutils: update to 5.47.0.

This commit is contained in:
Piotr Wójcik 2018-06-11 09:43:00 +02:00
parent 2d475af31f
commit 018323645d

View file

@ -1,6 +1,6 @@
# Template file for 'kcmutils' # Template file for 'kcmutils'
pkgname=kcmutils pkgname=kcmutils
version=5.43.0 version=5.47.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -10,8 +10,8 @@ short_desc="Utilities for KDE System Settings modules"
maintainer="Denis Revin <denis.revin@gmail.com>" maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2" license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kcmutils" homepage="https://projects.kde.org/projects/frameworks/kcmutils"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=223f658e1613fe886d49e7e540b0ef5c510ebaf9a7f7a201b89e98990aea50b7 checksum=adc88986ae776a8fb21d06ea67212c6fa1becc34d94ee4c7ad9d85d26494fa62
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python" hostmakedepends+=" qt5-host-tools qt5-qmake python"