sonic-frameworks-silver-icons
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-silver-icons
7
pkgver=6.29.0
8
pkgrel=2
9
pkgdesc='Silver icon theme'
10
arch=(x86_64)
11
url='https://github.com/Sonic-DE/sonic-frameworks-silver-icons'
12
license=(LGPL-3.0-or-later
13
LGPL-2.1-only)
14
depends=(glibc
15
qt6-base)
16
makedepends=(python-lxml
17
sonic-frameworks-cmake-modules)
18
provides=(breeze-icons)
19
conflicts=(breeze-icons)
20
groups=(sonicde-frameworks)
21
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
22
sha256sums=('041153ad4fe6fc8e81f4096298091aaf76b23d6ea61c406b19b4fabc32fa7d17')
23
24
build() {
25
cmake -B build -S $pkgname-$pkgver \
26
-DBINARY_ICONS_RESOURCE=ON \
27
-DBUILD_TESTING=OFF
28
cmake --build build
29
}
30
31
package() {
32
DESTDIR="$pkgdir" cmake --install build
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |