nautilus-custom-icon-name
LOW
maintainer yochananmarqos
0 votes
scanned 2026-08-29 19:40:31.595196
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: Mark Wagie <mark dot wagie at proton dot me>
2
pkgname=nautilus-custom-icon-name
3
pkgver=0.5.1
4
pkgrel=2
5
pkgdesc="A Nautilus-python extension that enables setting custom folder icons using a theme-aware icon name"
6
arch=('any')
7
url="https://gitlab.com/benleppke/nautilus-custom-icon-name"
8
license=('GPL-3.0-or-later')
9
depends=(
10
'gtk4'
11
'libnotify'
12
'nautilus-python'
13
)
14
optdepends=(
15
'adwaita-icon-theme: fallback theme if Papirus is not installed'
16
'papirus-icon-theme: Papirus folder icons'
17
'papirus-folder-icons: extra folder icons for the Papirus theme'
18
)
19
source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
20
sha256sums=('9e25afc5fbbde39e86019e0cc3e5d8f7919075013baa734fc0e197c4891a3cb5')
21
22
package() {
23
cd "$pkgname-v$pkgver"
24
install -Dm644 custom_icon_name_extension.py -t \
25
"$pkgdir/usr/share/nautilus-python/extensions/"
26
cp -a custom_icon_name "$pkgdir/usr/share/nautilus-python/extensions/"
27
28
for mo in po/*/LC_MESSAGES/custom-icon-name.mo; do
29
lang=$(basename "$(dirname "$(dirname "$mo")")")
30
install -Dm644 "${mo}" -t "$pkgdir/usr/share/locale/$lang/LC_MESSAGES/"
31
done
32
}
33
Changes since previous scan
--- PKGBUILD @ 2026-08-17 00:18+++ PKGBUILD @ 2026-08-29 19:40@@ -1,7 +1,7 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=nautilus-custom-icon-name pkgver=0.5.1-pkgrel=1+pkgrel=2 pkgdesc="A Nautilus-python extension that enables setting custom folder icons using a theme-aware icon name" arch=('any') url="https://gitlab.com/benleppke/nautilus-custom-icon-name"@@ -13,7 +13,7 @@ ) optdepends=( 'adwaita-icon-theme: fallback theme if Papirus is not installed'- 'paprius-icon-theme: Papirus folder icons'+ 'papirus-icon-theme: Papirus folder icons' 'papirus-folder-icons: extra folder icons for the Papirus theme' ) source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-29 19:40:31 | Low | 1 |
| 2026-08-17 00:18:29 | Clean | 2 |
| 2026-08-16 17:33:23 | Low | 1 |
| 2026-08-16 15:32:49 | Low | 1 |