gnome-shell-extension-better-tray-icons-git

LOW
maintainer nvidiahater 0 votes scanned 2026-08-31 09:44:49.557175
View on AUR
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

1pkgname=gnome-shell-extension-better-tray-icons-git
2pkgver=3.1.2.r0.gcbbe4ba
3pkgrel=1
4pkgdesc="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."
5arch=('any')
6url="https://github.com/nexaknight/BetterTrayIcons"
7license=('GPL-3.0-or-later')
8depends=('gnome-shell')
9makedepends=(
10 'gettext'
11 'git'
12)
13provides=("${pkgname%-git}")
14conflicts=("${pkgname%-git}")
15source=("BetterTrayIcons::git+${url}.git#branch=main")
16sha256sums=('SKIP')
17
18pkgver() {
19 cd BetterTrayIcons
20 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21}
22
23build() {
24 make -C BetterTrayIcons pack
25}
26
27package() {
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)SeverityRules
2026-08-31 09:44:49 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion