void-packages/srcpkgs/bluedevil/template
2020-06-10 00:50:34 +02:00

21 lines
772 B
Bash

# Template file for 'bluedevil'
pkgname=bluedevil
version=5.19.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kcoreaddons qt5-qmake qt5-host-tools
gettext"
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=a2e7d6fb3502d4ab02873df863c24383d9c36dccc7e7df21b62602d98c9d2fba
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi