yamis-icon-theme-git
LOW
maintainer ironhak
0 votes
scanned 2026-08-30 13:42:42.936847
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
pkgname=yamis-icon-theme-git
2
_pkgname=yet-another-monochrome-icon-set
3
4
pkgver=r56.284b316
5
pkgrel=1
6
7
pkgdesc="Yet Another Monochrome Icon Set for KDE Plasma"
8
arch=('any')
9
url="https://bitbucket.org/dirn-typo/yet-another-monochrome-icon-set"
10
license=('GPL-3.0-only')
11
12
depends=('hicolor-icon-theme')
13
makedepends=('git')
14
15
optdepends=(
16
'breeze-icons: fallback icons'
17
'papirus-icon-theme: fallback icons'
18
)
19
20
provides=('yamis-icon-theme')
21
conflicts=('yamis-icon-theme')
22
23
source=(
24
"${_pkgname}::git+https://bitbucket.org/dirn-typo/yet-another-monochrome-icon-set.git#branch=main"
25
)
26
27
sha256sums=('SKIP')
28
29
30
pkgver() {
31
cd "${srcdir}/${_pkgname}"
32
33
printf "r%s.%s" \
34
"$(git rev-list --count HEAD)" \
35
"$(git rev-parse --short HEAD)"
36
}
37
38
39
package() {
40
cd "${srcdir}/${_pkgname}"
41
42
install -dm755 \
43
"${pkgdir}/usr/share/icons/${_pkgname}"
44
45
cp -a \
46
--no-preserve=ownership \
47
. \
48
"${pkgdir}/usr/share/icons/${_pkgname}/"
49
50
rm -rf \
51
"${pkgdir}/usr/share/icons/${_pkgname}/.git"
52
}
53
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 13:42:42 | Low | 1 |