sonic-frameworks-color-scheme
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-color-scheme
5
pkgver=6.29.0
6
pkgrel=1
7
pkgdesc='Classes to read and interact with KColorScheme'
8
arch=(x86_64)
9
url='https://github.com/Sonic-DE/sonic-frameworks-color-scheme'
10
license=(LGPL-2.0-only LGPL-3.0-only)
11
depends=(glibc
12
kconfig
13
ki18n
14
libstdc++
15
qt6-base
16
sonic-frameworks-gui-addons)
17
makedepends=(doxygen
18
qt6-tools
19
sonic-frameworks-cmake-modules)
20
provides=(kcolorscheme)
21
conflicts=(kcolorscheme)
22
groups=(sonicde-frameworks)
23
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
24
sha256sums=('438ed1bd702ceedb72fdf3103b7db9b88070d771d4873068234be46706d3600b')
25
26
build() {
27
cmake -B build -S $pkgname-$pkgver \
28
-DBUILD_TESTING=OFF
29
cmake --build build
30
}
31
32
package() {
33
DESTDIR="$pkgdir" cmake --install build
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |