gnome-shell-extension-better-tray-icons-git
LOW
maintainer nvidiahater
0 votes
scanned 2026-08-31 09:44:49.557175
Why flagged
The package builds from the project's own Git repository, which is normal for -git AUR packages; the source is not a prebuilt executable, and the low severity is due to few votes and recent upload, not malicious content.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own Git repository, which is normal for -git AUR packages; the source is not a prebuilt executable, and the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
pkgname=gnome-shell-extension-better-tray-icons-git
2
pkgver=3.1.2.r0.gcbbe4ba
3
pkgrel=1
4
pkgdesc="Brings tray icons back to the GNOME top panel, with an overflow popup behind a toggle button, per-app renaming and icon overrides, configurable click actions and settings sync. Wayland only."
5
arch=('any')
6
url="https://github.com/nexaknight/BetterTrayIcons"
7
license=('GPL-3.0-or-later')
8
depends=('gnome-shell')
9
makedepends=(
10
'gettext'
11
'git'
12
)
13
provides=("${pkgname%-git}")
14
conflicts=("${pkgname%-git}")
15
source=("BetterTrayIcons::git+${url}.git#branch=main")
16
sha256sums=('SKIP')
17
18
pkgver() {
19
cd BetterTrayIcons
20
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21
}
22
23
build() {
24
make -C BetterTrayIcons pack
25
}
26
27
package() {
28
local uuid='BetterTrayIcons@nexaknight.com'
29
local extension_dir="${pkgdir}/usr/share/gnome-shell/extensions/${uuid}"
30
31
install -d "${extension_dir}"
32
bsdtar -xf "BetterTrayIcons/${uuid}.shell-extension.zip" \
33
-C "${extension_dir}" --no-same-owner
34
35
install -Dm644 \
36
BetterTrayIcons/schemas/org.gnome.shell.extensions.bettertrayicons.gschema.xml \
37
-t "${pkgdir}/usr/share/glib-2.0/schemas/"
38
rm -r "${extension_dir}/schemas"
39
40
install -Dm644 BetterTrayIcons/LICENSE \
41
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 09:44:49 | Low | 2 |