sonic-frameworks-color-scheme

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

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