sonic-qt-theme-bridge
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: Antonio Rojas <arojas@archlinux.org>
3
# Contributor: Felix Yan <felixonmars@archlinux.org>
4
5
pkgname=sonic-qt-theme-bridge
6
pkgver=6.7.4
7
pkgrel=1
8
pkgdesc='Qt Platform Theme integration plugins for the SonicDE workspaces'
9
arch=(x86_64)
10
url='https://github.com/Sonic-DE/sonic-qt-theme-bridge'
11
license=(LGPL-2.0-or-later)
12
depends=(glibc
13
kconfig
14
ki18n
15
kjobwidgets
16
kservice
17
kstatusnotifieritem
18
kwidgetsaddons
19
libstdc++
20
libxcb
21
libxcursor
22
noto-fonts
23
qqc2-breeze-style
24
qqc2-desktop-style
25
qt6-base
26
qt6-declarative
27
sonic-frameworks-color-scheme
28
sonic-frameworks-core-addons
29
sonic-frameworks-gui-addons
30
sonic-frameworks-icon-themes
31
sonic-frameworks-io
32
sonic-frameworks-windowsystem
33
ttf-hack)
34
makedepends=(sonic-frameworks-cmake-modules)
35
provides=(plasma-integration)
36
conflicts=(plasma-integration)
37
groups=(sonicde)
38
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
39
sha256sums=('d2eaf97c667f83f9a62417c970533b265749b1a3b9e6541a4e2136ef640bb984')
40
41
build() {
42
cmake -B build -S $pkgname-$pkgver \
43
-DBUILD_TESTING=OFF \
44
-DBUILD_QT5=OFF
45
cmake --build build
46
}
47
48
package() {
49
DESTDIR="$pkgdir" cmake --install build
50
}
51
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |