wallpiper-gnome

LOW
maintainer shdwmtr 0 votes scanned 2026-08-24 03:21:59.346116
View on AUR
Why flagged

The package builds from a tagged Git source of the project's own repository, which is normal for AUR packages; 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 a tagged Git source of the project's own repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Ethan Alexander <ethanjalexander@hotmail.ca>
2
3pkgname="wallpiper-gnome"
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="GNOME (Mutter) portal for wallpiper"
7arch=('x86_64')
8url="https://github.com/shdwmtr/wallpiper"
9license=('MIT')
10depends=('wallpiper' 'mutter' 'gobject-introspection' 'gnome-shell' 'mesa' 'libdrm' 'libxrandr' 'libx11')
11makedepends=('git' 'mutter' 'gobject-introspection' 'mesa' 'libdrm' 'libxrandr' 'libx11')
12install="wallpiper-gnome.install"
13source=("$pkgname::git+$url.git#tag=v$pkgver")
14sha256sums=('SKIP')
15
16build() {
17 cd "$srcdir/$pkgname"
18 make build-gnome
19}
20
21package() {
22 cd "$srcdir/$pkgname"
23
24 make -C portals/wallpiper-portal-gnome/native install DESTDIR="$pkgdir" PREFIX=/usr
25
26 local extdir="$pkgdir/usr/share/gnome-shell/extensions/wallpiper-gnome@wallpiper.dev"
27 install -d "$extdir"
28 cp -r portals/wallpiper-portal-gnome/extension/. "$extdir/"
29
30 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 03:21:59 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