wallpiper

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 a publicly available GitHub repository, which is a normal AUR practice; the skipped checksum is common for git sources and does not imply remote code execution, especially since the build is deterministic from a fixed tag.

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 a publicly available GitHub repository, which is a normal AUR practice; the skipped checksum is common for git sources and does not imply remote code execution, especially since the build is deterministic from a fixed tag.

PKGBUILD

1# Maintainer: Ethan Alexander <ethanjalexander@hotmail.ca>
2
3pkgname="wallpiper"
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="Native translation layer for Wallpaper Engine on Linux"
7arch=('x86_64')
8url="https://github.com/shdwmtr/wallpiper"
9license=('MIT')
10depends=('dbus')
11optdepends=('fontconfig: local font overrides for Wallpaper Engine content'
12 'proton: required to run wallpaper64.exe under Wallpaper Engine'
13 'wallpiper-gnome: GNOME (Mutter) portal'
14 'wallpiper-kde: KDE Plasma portal'
15 'wallpiper-hyprland: Hyprland portal'
16 'wallpiper-sway: Sway portal'
17 'wallpiper-cosmic: COSMIC portal'
18 'wallpiper-i3: i3wm portal')
19makedepends=('git' 'dbus' 'vulkan-headers')
20source=("$pkgname::git+$url.git#tag=v$pkgver")
21sha256sums=('SKIP')
22
23build() {
24 cd "$srcdir/$pkgname"
25 make build-core
26}
27
28package() {
29 cd "$srcdir/$pkgname"
30
31 install -Dm755 target/release/wallpiperd "$pkgdir/usr/lib/wallpiper/wallpiperd"
32 install -Dm755 target/release/wallpiperctl "$pkgdir/usr/lib/wallpiper/wallpiperctl"
33 install -Dm755 target/release/libwallpiper-preload.so "$pkgdir/usr/lib/wallpiper/libwallpiper-preload.so"
34 install -Dm755 target/release/libVkLayer_wallpiper_capture.so "$pkgdir/usr/lib/wallpiper/libVkLayer_wallpiper_capture.so"
35 install -Dm644 target/release/dwmapi.dll "$pkgdir/usr/lib/wallpiper/dwmapi.dll"
36
37 install -d "$pkgdir/usr/bin"
38 ln -s /usr/lib/wallpiper/wallpiperd "$pkgdir/usr/bin/wallpiperd"
39 ln -s /usr/lib/wallpiper/wallpiperctl "$pkgdir/usr/bin/wallpiperctl"
40
41 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
42}
43

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