sonic-bluetooth-runtime
LOW
maintainer sonicde-buildbot
0 votes
scanned 2026-08-31 17:46:09.540886
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
5
pkgname=sonic-bluetooth-runtime
6
pkgver=6.7.4
7
pkgrel=2
8
pkgdesc='Integrate Bluetooth within SonicDE without Wayland components'
9
arch=(x86_64)
10
url='https://github.com/Sonic-DE/sonic-bluetooth-runtime'
11
license=(GPL-2.0-or-later)
12
depends=(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)
32
makedepends=(shared-mime-info
33
sonic-frameworks-cmake-modules
34
sonic-frameworks-doctools)
35
optdepends=('bluez-obex: file transfer'
36
'pulseaudio-bluetooth: to connect to A2DP profile')
37
provides=(bluedevil)
38
conflicts=(bluedevil)
39
groups=(sonicde)
40
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
41
sha256sums=('d74996463d798e8361eb1c4fa039317e5ff26e575c110d44eab5665d93897aa6')
42
43
build() {
44
cmake -B build -S $pkgname-$pkgver \
45
-DCMAKE_INSTALL_LIBEXECDIR=lib \
46
-DBUILD_TESTING=OFF
47
cmake --build build
48
}
49
50
package() {
51
DESTDIR="$pkgdir" cmake --install build
52
}
53
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |