gtk-theme-mist-git

LOW
maintainer bidulock 0 votes scanned 2026-09-07 11:14:32.669265
View on AUR
Why flagged

The package builds a GTK theme from its official GitHub repository; the source is non-executable data files, so even with unverified git checkout (SKIP'd checksum), the worst case is theme corruption, not code execution.

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 a GTK theme from its official GitHub repository; the source is non-executable data files, so even with unverified git checkout (SKIP'd checksum), the worst case is theme corruption, not code execution.

PKGBUILD

1# Maintainer: Brian Bidulock <bidulock@openss7.org>
2
3_basename=gtk-theme-mist
4_themename=Mist
5
6pkgname='gtk-theme-mist-git'
7pkgver=r141.5822336
8pkgrel=1
9pkgdesc='GTK 3.x and 4.x theme matching GTK 2.x Mist theme'
10url='https://github.com/keithbowes/gtk-theme-mist'
11license=(GPL)
12arch=(any)
13makedepends=(git)
14
15source=("git+https://github.com/keithbowes/$_basename.git")
16sha256sums=(SKIP)
17
18pkgver() {
19 cd "$_basename"
20 printf 'r%s.%s' "$(git rev-list --count HEAD)" \
21 "$(git rev-parse --short HEAD)"
22}
23
24package() {
25 cd "$_basename"
26 install -d "$pkgdir"/usr/share/themes/Mist
27 cp -r assets "$pkgdir"/usr/share/themes/Mist
28 cp -r index.theme "$pkgdir"/usr/share/themes/Mist
29 cp -r gtk-3.20 "$pkgdir"/usr/share/themes/Mist/gtk-3.0
30 cp -r gtk-4.16 "$pkgdir"/usr/share/themes/Mist/gtk-4.0
31 chmod -R 0644 "$pkgdir"/usr/share/themes/Mist
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 11:14:32 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