sonic-frameworks-icon-themes

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-icon-themes
7pkgver=6.29.0
8pkgrel=1
9pkgdesc='Support for icon themes'
10arch=(x86_64)
11url='https://github.com/Sonic-DE/sonic-frameworks-icon-themes'
12license=(LGPL-2.0-only LGPL-3.0-only)
13depends=(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)
23makedepends=(doxygen
24 qt6-tools
25 sonic-frameworks-cmake-modules)
26optdepends=('qt6-declarative: QML bindings')
27provides=(kiconthemes)
28conflicts=(kiconthemes)
29groups=(sonicde-frameworks)
30source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
31sha256sums=('3fb0fceb884566429abdfe7cf8a3e7a52feb797402fee4c5c83e1d979265396b')
32
33build() {
34 cmake -B build -S $pkgname-$pkgver \
35 -DBUILD_TESTING=OFF
36 cmake --build build
37}
38
39package() {
40 DESTDIR="$pkgdir" cmake --install build
41}
42

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