sonic-silver
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: artist <artist@artixlinux.org>
3
4
pkgname=sonic-silver
5
_pkgname=silver
6
pkgver=6.7.4.6
7
pkgrel=1
8
pkgdesc='Highly customizable binary Window Decoration, Application Style and Global Theme plugin for SonicDE.'
9
arch=(x86_64)
10
url='https://github.com/Sonic-DE/sonic-silver'
11
license=('LGPL-2.0-or-later')
12
depends=(frameworkintegration
13
gcc-libs
14
glibc
15
hicolor-icon-theme
16
kcmutils
17
kcolorscheme
18
kconfig
19
ki18n
20
kiconthemes
21
kwidgetsaddons
22
qt6-base
23
qt6-declarative
24
qt6-svg
25
sonic-decoration
26
sonic-frameworks-core-addons
27
sonic-frameworks-gui-addons
28
sonic-frameworks-quick-ui
29
sonic-frameworks-silver-icons
30
sonic-frameworks-windowsystem
31
xdg-utils)
32
makedepends=(sonic-frameworks-cmake-modules)
33
provides=(breeze sonic-silver-theme)
34
conflicts=(breeze sonic-silver-theme)
35
groups=(sonicde)
36
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
37
sha256sums=('14b49cb576e76c02913ef08fb81adbb25e0613a738e0e439d2c492c4c1d9982b')
38
39
build() {
40
cmake -B build -S "${pkgname}-${pkgver}" \
41
-DBUILD_TESTING=OFF \
42
-DBUILD_QT5=OFF
43
cmake --build build
44
}
45
46
package() {
47
DESTDIR="${pkgdir}" cmake --install build
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |