systemsettings: update to 5.15.3

[ci skip]
This commit is contained in:
John 2019-03-12 20:07:30 +01:00
parent bd3d4543e1
commit ad06b70c0c
No known key found for this signature in database
GPG key ID: 778558807E4FFC55

View file

@ -1,6 +1,6 @@
# Template file for 'systemsettings' # Template file for 'systemsettings'
pkgname=systemsettings pkgname=systemsettings
version=5.15.2 version=5.15.3.1
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -12,8 +12,8 @@ short_desc="KDE System settings"
maintainer="John <johnz@posteo.net>" maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later, GFDL-1.2" license="GPL-2.0-or-later, GFDL-1.2"
homepage="https://projects.kde.org/projects/plasma/systemsettings" homepage="https://projects.kde.org/projects/plasma/systemsettings"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/plasma/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=d450b06fc4a75fdba42380cb26719f7def1c2a0dae78847c288500bfc256a367 checksum=c54e276b57426199827293c9d0d874401cae89ceaa14f64df40bb942e3ac85d2
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python qt5-qmake qt5-host-tools kconfig kdoctools" hostmakedepends+=" python qt5-qmake qt5-host-tools kconfig kdoctools"