sonic-bluetooth-runtime

LOW
maintainer sonicde-buildbot 0 votes scanned 2026-08-31 17:46:09.540886
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: callmetango
2# Contributor: Felix Yan <felixonmars@archlinux.org>
3# Contributor: Antonio Rojas <arojas@archlinux.org>
4
5pkgname=sonic-bluetooth-runtime
6pkgver=6.7.4
7pkgrel=2
8pkgdesc='Integrate Bluetooth within SonicDE without Wayland components'
9arch=(x86_64)
10url='https://github.com/Sonic-DE/sonic-bluetooth-runtime'
11license=(GPL-2.0-or-later)
12depends=(bluez-qt
13 glibc
14 kcmutils
15 kconfig
16 kdbusaddons
17 kdeclarative
18 ki18n
19 kjobwidgets
20 knotifications
21 kservice
22 ksvg
23 kwidgetsaddons
24 libstdc++
25 qt6-base
26 qt6-declarative
27 sonic-frameworks-core-addons
28 sonic-frameworks-io
29 sonic-frameworks-quick-ui
30 sonic-frameworks-windowsystem
31 sonic-interface-libraries)
32makedepends=(shared-mime-info
33 sonic-frameworks-cmake-modules
34 sonic-frameworks-doctools)
35optdepends=('bluez-obex: file transfer'
36 'pulseaudio-bluetooth: to connect to A2DP profile')
37provides=(bluedevil)
38conflicts=(bluedevil)
39groups=(sonicde)
40source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
41sha256sums=('d74996463d798e8361eb1c4fa039317e5ff26e575c110d44eab5665d93897aa6')
42
43build() {
44 cmake -B build -S $pkgname-$pkgver \
45 -DCMAKE_INSTALL_LIBEXECDIR=lib \
46 -DBUILD_TESTING=OFF
47 cmake --build build
48}
49
50package() {
51 DESTDIR="$pkgdir" cmake --install build
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 17:46:09 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion