sonic-frameworks-settings-ui

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: Felix Yan <felixonmars@archlinux.org>
3# Contributor: Antonio Rojas <arojas@archlinux.org>
4# Contributor: Andrea Scarpino <andrea@archlinux.org>
5
6pkgname=sonic-frameworks-settings-ui
7pkgver=6.29.0
8pkgrel=1
9pkgdesc='Widgets for configuration dialogs'
10arch=(x86_64)
11url='https://github.com/Sonic-DE/sonic-frameworks-settings-ui'
12license=(LGPL-2.0-only LGPL-3.0-only)
13depends=(glibc
14 kcodecs
15 kconfig
16 ki18n
17 kwidgetsaddons
18 libstdc++
19 qt6-base
20 sonic-frameworks-color-scheme
21 sonic-frameworks-core-addons)
22makedepends=(doxygen
23 qt6-tools
24 sonic-frameworks-cmake-modules)
25provides=(kconfigwidgets)
26conflicts=(kconfigwidgets)
27groups=(sonicde-frameworks)
28source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
29sha256sums=('062e3957d27d7d2a9d40489c117d0ad3c21d9bb529474f9cf63837fd70b6008d')
30
31build() {
32 cmake -B build -S $pkgname-$pkgver \
33 -DBUILD_TESTING=OFF
34 cmake --build build
35}
36
37package() {
38 DESTDIR="$pkgdir" cmake --install build
39}
40

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