void-packages/srcpkgs/bluedevil/template
2019-02-20 09:37:23 +01:00

19 lines
748 B
Bash

# Template file for 'bluedevil'
pkgname=bluedevil
version=5.15.1
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kcoreaddons qt5-qmake qt5-host-tools"
makedepends="bluez-qt5-devel kded-devel kio-devel plasma-framework-devel"
short_desc="KDE Bluetooth integration"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/plasma/bluedevil"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=59a03a7e788cb0733b5f25676f2db4bc7037486eb6499ffc2e64e85280f4c7c0
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig-devel kcoreaddons-devel"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi