sonic-breeze-sddm
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
3
pkgname=sonic-breeze-sddm
4
pkgver=6.7.4
5
pkgrel=2
6
pkgdesc="Sonic Breeze SDDM Theme (KDE Plasma 6)"
7
arch=(x86_64)
8
url='https://github.com/Sonic-DE/sonic-breeze-sddm'
9
license=('LGPL-2.0-or-later')
10
depends=(sonic-workspace)
11
makedepends=(sonic-frameworks-cmake-modules)
12
groups=(sonicde)
13
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
14
sha256sums=('8bbc86dc8213f62919de6e882a4a877bbfd1232de3ad1d9ef665ae0f82605c04')
15
16
build() {
17
cmake -B build -S $pkgname-$pkgver \
18
-DBUILD_TESTING=OFF
19
cmake --build build
20
}
21
22
package() {
23
DESTDIR="$pkgdir" cmake --install build
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |