sonic-frameworks-quick-silver-style
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
4
pkgname=sonic-frameworks-quick-silver-style
5
pkgver=6.7.4
6
pkgrel=1
7
pkgdesc='Silver Qt Quick Controls style for SonicDE'
8
arch=(x86_64)
9
url='https://github.com/Sonic-DE/sonic-frameworks-quick-silver-style'
10
license=(LGPL-2.0-or-later)
11
depends=(glibc
12
kconfig
13
libstdc++
14
qt6-base
15
qt6-declarative
16
sonic-frameworks-color-scheme
17
sonic-frameworks-gui-addons
18
sonic-frameworks-icon-themes
19
sonic-frameworks-quick-ui)
20
makedepends=(sonic-frameworks-cmake-modules)
21
provides=(qqc2-breeze-style)
22
conflicts=(qqc2-breeze-style)
23
groups=(sonicde-frameworks)
24
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
25
sha256sums=('c96f8602953f527707c4d235a63e5c31bea6d0f2da884e9fdc8f0ea5fabe3795')
26
27
build() {
28
cmake -B build -S $pkgname-$pkgver \
29
-DBUILD_TESTING=OFF
30
cmake --build build
31
}
32
33
package() {
34
DESTDIR="$pkgdir" cmake --install build
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |