sonic-breeze
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-breeze
5
_pkgname=sonic-breeze
6
pkgver=6.7.4.6
7
pkgrel=2
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-breeze'
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
libstdc++
23
qt6-base
24
qt6-declarative
25
qt6-svg
26
sonic-decoration
27
sonic-frameworks-color-scheme
28
sonic-frameworks-core-addons
29
sonic-frameworks-gui-addons
30
sonic-frameworks-icon-themes
31
sonic-frameworks-quick-ui
32
sonic-frameworks-silver-icons
33
sonic-frameworks-windowsystem
34
sonic-silver
35
xdg-utils)
36
makedepends=(sonic-frameworks-cmake-modules)
37
conflicts=(breeze-cursors)
38
groups=(sonicde)
39
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
40
sha256sums=('e9349076cefca58a47127f79b0afbe32883778af07d4dd73b3bdfd412ce0d427')
41
42
build() {
43
cmake -B build -S "${_pkgname}-${pkgver}" \
44
-DBUILD_TESTING=OFF \
45
-DBUILD_QT5=OFF
46
cmake --build build
47
}
48
49
package() {
50
DESTDIR="${pkgdir}" cmake --install build
51
}
52
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |