sonic-qt-theme-bridge

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: Antonio Rojas <arojas@archlinux.org>
3# Contributor: Felix Yan <felixonmars@archlinux.org>
4
5pkgname=sonic-qt-theme-bridge
6pkgver=6.7.4
7pkgrel=1
8pkgdesc='Qt Platform Theme integration plugins for the SonicDE workspaces'
9arch=(x86_64)
10url='https://github.com/Sonic-DE/sonic-qt-theme-bridge'
11license=(LGPL-2.0-or-later)
12depends=(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)
34makedepends=(sonic-frameworks-cmake-modules)
35provides=(plasma-integration)
36conflicts=(plasma-integration)
37groups=(sonicde)
38source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
39sha256sums=('d2eaf97c667f83f9a62417c970533b265749b1a3b9e6541a4e2136ef640bb984')
40
41build() {
42 cmake -B build -S $pkgname-$pkgver \
43 -DBUILD_TESTING=OFF \
44 -DBUILD_QT5=OFF
45 cmake --build build
46}
47
48package() {
49 DESTDIR="$pkgdir" cmake --install build
50}
51

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