sonic-frameworks-quick-ui-addons
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-quick-ui-addons
5
pkgver=1.13.1
6
pkgrel=2
7
pkgdesc='Add-ons for the Kirigami framework'
8
url='https://github.com/Sonic-DE/sonic-frameworks-quick-ui-addons'
9
arch=(x86_64)
10
license=(GPL-2.0-or-later
11
LGPL-2.1-or-later)
12
depends=(glibc
13
kconfig
14
kcrash
15
ki18n
16
kitemmodels
17
ksvg
18
libstdc++
19
qt6-base
20
qt6-declarative
21
qt6-multimedia
22
sonic-frameworks-color-scheme
23
sonic-frameworks-core-addons
24
sonic-frameworks-gui-addons
25
sonic-frameworks-icon-themes
26
sonic-frameworks-keybind
27
sonic-frameworks-quick-ui
28
sonnet)
29
makedepends=(sonic-frameworks-cmake-modules)
30
provides=(kirigami-addons)
31
conflicts=(kirigami-addons)
32
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
33
sha256sums=('6a0950b7d3fe75760883577d913aa96d78848676a741cc3fd34f8088228d3f1a')
34
35
build() {
36
cmake -B build -S $pkgname-$pkgver \
37
-DBUILD_TESTING=OFF
38
cmake --build build
39
}
40
41
package() {
42
DESTDIR="$pkgdir" cmake --install build
43
}
44
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |