mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
kservice: update to 5.36.0.
This commit is contained in:
parent
8e44bfa8bd
commit
7512099f44
1 changed files with 5 additions and 9 deletions
|
@ -1,25 +1,21 @@
|
||||||
# Template file for 'kservice'
|
# Template file for 'kservice'
|
||||||
pkgname=kservice
|
pkgname=kservice
|
||||||
version=5.29.0
|
version=5.36.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
hostmakedepends="extra-cmake-modules flex bison"
|
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"
|
short_desc="KDE Plugin framework for desktop services"
|
||||||
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/kservice"
|
homepage="https://projects.kde.org/projects/frameworks/kservice"
|
||||||
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=8796ff345f09ac422abbc752b441ceee2f6113a591e68e7c10e4a2cad9838010
|
checksum=90130adca003f0d583afc1031ba1bd303857a938dd9e596127891c07f4da10a6
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
hostmakedepends+=" qt5-host-tools qt5-devel kdoctools"
|
||||||
# The build scripts try to run the target's /usr/bin/meinproc5
|
configure_args+=" -DMEINPROC5_EXECUTABLE=/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"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kservice-devel_package() {
|
kservice-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue