# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=bluedevil pkgver=5.17.3 pkgrel=0 pkgdesc="Integrate the Bluetooth technology within KDE workspace and applications" arch="all" url="https://www.kde.org/workspaces/plasmadesktop/" license="GPL-2.0-or-later AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)" depends="kded bluez" makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev kcoreaddons-dev kwidgetsaddons-dev kdbusaddons-dev knotifications-dev kwindowsystem-dev kiconthemes-dev plasma-framework-dev ki18n-dev kio-dev bluez-qt-dev kded-dev kded shared-mime-info" source="https://download.kde.org/stable/plasma/$pkgver/bluedevil-$pkgver.tar.xz" subpackages="$pkgname-lang" prepare() { default_prepare mkdir "$builddir"/build } build() { cd "$builddir"/build cmake "$builddir" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make } check() { cd "$builddir"/build CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } sha512sums="e41742096f1b56f223c336ae3b667dc0e4fb6c7fa72fdf775f543ffa043e912e367618ecaf9e4beaff0adc342db63149815a0ffb849c6e462d40673c9f5ed89d bluedevil-5.17.3.tar.xz"