wallpick-git
LOW
maintainer kirarahoshii
0 votes
scanned 2026-09-12 19:12:35.548512
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>
2
pkgname=wallpick-git
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="wallpaper picker carousel for wayland, applies through hyprpaper, awww, swww, swaybg, caelestia or a custom command"
6
arch=('any')
7
url="https://github.com/iamanuclearwarhead/wallpick"
8
license=('AGPL-3.0-or-later')
9
depends=('quickshell' 'qt6-multimedia' 'qt6-declarative' 'imagemagick' 'ffmpeg' 'jq' 'curl' 'python' 'fontconfig' 'file' 'bash' 'util-linux')
10
optdepends=('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')
16
makedepends=('git')
17
provides=('wallpick')
18
conflicts=('wallpick')
19
source=("$pkgname::git+$url.git")
20
sha256sums=('SKIP')
21
22
pkgver() {
23
cd "$pkgname"
24
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
25
}
26
27
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-12 19:12:35 | Low | 1 |