kservice: update to 5.36.0.

This commit is contained in:
yopito 2017-05-14 12:34:52 +02:00 committed by Michael Gehring
parent 8e44bfa8bd
commit 7512099f44
1 changed files with 5 additions and 9 deletions

View File

@ -1,25 +1,21 @@
# Template file for 'kservice'
pkgname=kservice
version=5.29.0
version=5.36.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules flex bison"
makedepends="kconfig-devel kcrash-devel kdbusaddons-devel ki18n-devel"
makedepends="kconfig-devel kcrash-devel kdbusaddons-devel ki18n-devel kdoctools-devel"
short_desc="KDE Plugin framework for desktop services"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kservice"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=8796ff345f09ac422abbc752b441ceee2f6113a591e68e7c10e4a2cad9838010
checksum=90130adca003f0d583afc1031ba1bd303857a938dd9e596127891c07f4da10a6
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
# The build scripts try to run the target's /usr/bin/meinproc5
# which is why kdoctools(-devel) is not used when cross compiling.
# TODO: find a way to enforce cmake to use the host's /usr/bin/meinproc5 instead
else
makedepends+=" kdoctools-devel"
hostmakedepends+=" qt5-host-tools qt5-devel kdoctools"
configure_args+=" -DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5"
fi
kservice-devel_package() {