catpaper-git

LOW
maintainer elgato 0 votes scanned 2026-08-27 19:33:23.106999
View on AUR
Why flagged

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

PKGBUILD

1# Maintainer: elgatolinux <gato.mega.mp3@gmial.com>
2pkgname=catpaper-git
3pkgver=r3.4650e4f
4pkgrel=1
5pkgdesc="Selector de wallpapers standalone (Qt6 QML) con paleta pywal y overlay layer-shell"
6arch=('x86_64')
7url="https://github.com/elgatolinux/catpaper"
8license=('GPL-3.0-or-later')
9depends=('qt6-base'
10 'qt6-declarative'
11 'qt6-multimedia'
12 'qt6-multimedia-ffmpeg'
13 'qt6-wayland'
14 'qt6-imageformats'
15 'layer-shell-qt'
16 'python-pywal')
17makedepends=('cmake' 'ninja' 'git')
18optdepends=('awww: transiciones y multi-monitor (AUR)'
19 'swww: transiciones y multi-monitor (alternativa)'
20 'swaybg: setter de wallpapers (wayland)'
21 'feh: setter de wallpapers (X11)'
22 'nitrogen: setter de wallpapers (X11)'
23 'mpvpaper: wallpapers de video'
24 'ffmpeg: thumbs de videos'
25 'ttf-jetbrains-mono: fuente de la UI')
26provides=('catpaper')
27conflicts=('catpaper')
28source=("catpaper::git+https://github.com/elgatolinux/catpaper.git")
29sha256sums=('SKIP')
30
31pkgver() {
32 cd "$srcdir/catpaper"
33 printf 'r%s.%s\n' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
34}
35
36build() {
37 cd "$srcdir/catpaper"
38 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
39 cmake --build build
40}
41
42package() {
43 cd "$srcdir/catpaper"
44 cmake --install build --prefix "$pkgdir/usr"
45 install -Dm644 catpaper.desktop "$pkgdir/usr/share/applications/catpaper.desktop"
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 19:33:23 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