wallpick-git

LOW
maintainer kirarahoshii 0 votes scanned 2026-09-12 19:12:35.548512
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Natsuki <299474069+iamanuclearwarhead@users.noreply.github.com>
2pkgname=wallpick-git
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="wallpaper picker carousel for wayland, applies through hyprpaper, awww, swww, swaybg, caelestia or a custom command"
6arch=('any')
7url="https://github.com/iamanuclearwarhead/wallpick"
8license=('AGPL-3.0-or-later')
9depends=('quickshell' 'qt6-multimedia' 'qt6-declarative' 'imagemagick' 'ffmpeg' 'jq' 'curl' 'python' 'fontconfig' 'file' 'bash' 'util-linux')
10optdepends=('matugen: picker colours derived from the wallpaper'
11 'wl-clipboard: copy from the search box'
12 'python-pillow: faster colour indexing'
13 'hyprpaper: wallpaper daemon for hyprland'
14 'awww: animated wallpaper daemon'
15 'swaybg: minimal wallpaper daemon')
16makedepends=('git')
17provides=('wallpick')
18conflicts=('wallpick')
19source=("$pkgname::git+$url.git")
20sha256sums=('SKIP')
21
22pkgver() {
23 cd "$pkgname"
24 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
25}
26
27package() {
28 cd "$pkgname"
29 install -d "$pkgdir/usr/share/wallpick"
30 cp -r bin scripts qs assets VERSION "$pkgdir/usr/share/wallpick/"
31 chmod 755 "$pkgdir"/usr/share/wallpick/bin/wallpick "$pkgdir"/usr/share/wallpick/scripts/*.sh "$pkgdir"/usr/share/wallpick/scripts/*.py
32 install -d "$pkgdir/usr/bin"
33 printf '#!/bin/sh\nexport WALLPICK_DIR=/usr/share/wallpick\nexec /usr/share/wallpick/bin/wallpick "$@"\n' > "$pkgdir/usr/bin/wallpick"
34 chmod 755 "$pkgdir/usr/bin/wallpick"
35 install -Dm644 completions/wallpick.fish "$pkgdir/usr/share/fish/vendor_completions.d/wallpick.fish"
36 install -Dm644 completions/wallpick.bash "$pkgdir/usr/share/bash-completion/completions/wallpick"
37 install -Dm644 completions/_wallpick "$pkgdir/usr/share/zsh/site-functions/_wallpick"
38 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39 install -Dm644 NOTICE "$pkgdir/usr/share/licenses/$pkgname/NOTICE"
40 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 19:12:35 Low 1

Report a package

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

0 / 4000
Your suggestion