# Maintainer: Antonio Rojas pkgname=bluez-qt pkgver=5.106.0 pkgrel=1 pkgdesc='Qt wrapper for Bluez 5 DBus API' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(GPL2) depends=(qt5-base bluez) makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative) optdepends=('qt5-declarative: QML bindings') groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) sha256sums=('31eb83f3968e02268747e561f547a6bca4533ae4f4a3972d349b6adf24d17acc' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure build() { cmake -B build -S $pkgname-$pkgver \ -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }