wallpiper-gnome
LOW
maintainer shdwmtr
0 votes
scanned 2026-08-24 03:21:59.346116
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
3
pkgname="wallpiper-gnome"
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="GNOME (Mutter) portal for wallpiper"
7
arch=('x86_64')
8
url="https://github.com/shdwmtr/wallpiper"
9
license=('MIT')
10
depends=('wallpiper' 'mutter' 'gobject-introspection' 'gnome-shell' 'mesa' 'libdrm' 'libxrandr' 'libx11')
11
makedepends=('git' 'mutter' 'gobject-introspection' 'mesa' 'libdrm' 'libxrandr' 'libx11')
12
install="wallpiper-gnome.install"
13
source=("$pkgname::git+$url.git#tag=v$pkgver")
14
sha256sums=('SKIP')
15
16
build() {
17
cd "$srcdir/$pkgname"
18
make build-gnome
19
}
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-24 03:21:59 | Low | 2 |