surfn-plasma-light-icons-git

LOW
maintainer xythrez 0 votes scanned 2026-09-21 01:33:35.892786
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: Yiyao Yu <yuydevel at protonmail dot com>
2# Contributor: Erik Dubois <erik.dubois@gmail.com>
3pkgname=surfn-plasma-light-icons-git
4_pkgname=Surfn-Plasma-Light
5pkgver=1.0.0.r57.g66c55ec
6pkgrel=1
7pkgdesc='Surfn Plasma Light, a colourful icon theme'
8arch=('any')
9url='https://github.com/erikdubois/surfn-plasma-light'
10license=('CC-BY-NC-SA-4.0')
11depends=('surfn-icons-git' 'surfn-plasma-dark-icons-git' 'breeze-icons')
12makedepends=('git')
13options=(!strip !emptydirs)
14source=("${_pkgname}::git+${url}.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "${_pkgname}"
19 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
20}
21
22package() {
23 cd "${srcdir}/${_pkgname}/usr/share/icons"
24
25 # Delete build scripts and caches regenerated by the system icon-cache hook.
26 find "${_pkgname}" -type f \( -name '*.sh' -o -name 'icon-theme.cache' \) -delete
27
28 install -dm 755 "${pkgdir}/usr/share/icons/"
29 cp -r "${_pkgname}" "${pkgdir}/usr/share/icons/"
30}
31
32# vim:set et ts=2 sw=2 tw=79:
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 01:33:35 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