sonic-frameworks-icon-themes
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: Felix Yan <felixonmars@archlinux.org>
3
# Contributor: Antonio Rojas <arojas@archlinux.org>
4
# Contributor: Andrea Scarpino <andrea@archlinux.org>
5
6
pkgname=sonic-frameworks-icon-themes
7
pkgver=6.29.0
8
pkgrel=1
9
pkgdesc='Support for icon themes'
10
arch=(x86_64)
11
url='https://github.com/Sonic-DE/sonic-frameworks-icon-themes'
12
license=(LGPL-2.0-only LGPL-3.0-only)
13
depends=(glibc
14
karchive
15
kconfig
16
ki18n
17
kwidgetsaddons
18
libstdc++
19
qt6-base
20
qt6-svg
21
sonic-frameworks-color-scheme
22
sonic-frameworks-silver-icons)
23
makedepends=(doxygen
24
qt6-tools
25
sonic-frameworks-cmake-modules)
26
optdepends=('qt6-declarative: QML bindings')
27
provides=(kiconthemes)
28
conflicts=(kiconthemes)
29
groups=(sonicde-frameworks)
30
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
31
sha256sums=('3fb0fceb884566429abdfe7cf8a3e7a52feb797402fee4c5c83e1d979265396b')
32
33
build() {
34
cmake -B build -S $pkgname-$pkgver \
35
-DBUILD_TESTING=OFF
36
cmake --build build
37
}
38
39
package() {
40
DESTDIR="$pkgdir" cmake --install build
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |