sonic-frameworks-quick-silver-style

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
4pkgname=sonic-frameworks-quick-silver-style
5pkgver=6.7.4
6pkgrel=1
7pkgdesc='Silver Qt Quick Controls style for SonicDE'
8arch=(x86_64)
9url='https://github.com/Sonic-DE/sonic-frameworks-quick-silver-style'
10license=(LGPL-2.0-or-later)
11depends=(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)
20makedepends=(sonic-frameworks-cmake-modules)
21provides=(qqc2-breeze-style)
22conflicts=(qqc2-breeze-style)
23groups=(sonicde-frameworks)
24source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
25sha256sums=('c96f8602953f527707c4d235a63e5c31bea6d0f2da884e9fdc8f0ea5fabe3795')
26
27build() {
28 cmake -B build -S $pkgname-$pkgver \
29 -DBUILD_TESTING=OFF
30 cmake --build build
31}
32
33package() {
34 DESTDIR="$pkgdir" cmake --install build
35}
36

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