bluez-qt5: update to 5.83.0.

This commit is contained in:
John 2021-06-13 17:28:01 +02:00
parent 778f4e9a95
commit 4a4fa0ba56

View file

@ -1,23 +1,25 @@
# Template file for 'bluez-qt5'
pkgname=bluez-qt5
version=5.82.0
version=5.83.0
revision=1
wrksrc="${pkgname%5}-${version}"
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d"
hostmakedepends="kcoreaddons extra-cmake-modules"
configure_args=" -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d"
hostmakedepends="kcoreaddons extra-cmake-modules qt5-host-tools qt5-qmake"
makedepends="qt5-declarative-devel"
depends="bluez"
checkdepends="dbus"
short_desc="Qt wrapper for BlueZ 5 DBus API"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/bluez-qt"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname%5}-${version}.tar.xz"
checksum=1e8e52216219b48c0f07a322e78ee33a67ce0faf6f5cf6bbf205bf2b5b66f168
checksum=1bb9daacfdfca83a8963c5269cb028c42a761eb2f9ae2cac36c9475b06536d3b
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi
do_check() {
cd build
dbus-run-session ctest
}
bluez-qt5-devel_package() {
short_desc+=" - development"