catpaper-git
LOW
maintainer elgato
0 votes
scanned 2026-08-27 19:33:23.106999
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>
2
pkgname=catpaper-git
3
pkgver=r3.4650e4f
4
pkgrel=1
5
pkgdesc="Selector de wallpapers standalone (Qt6 QML) con paleta pywal y overlay layer-shell"
6
arch=('x86_64')
7
url="https://github.com/elgatolinux/catpaper"
8
license=('GPL-3.0-or-later')
9
depends=('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')
17
makedepends=('cmake' 'ninja' 'git')
18
optdepends=('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')
26
provides=('catpaper')
27
conflicts=('catpaper')
28
source=("catpaper::git+https://github.com/elgatolinux/catpaper.git")
29
sha256sums=('SKIP')
30
31
pkgver() {
32
cd "$srcdir/catpaper"
33
printf 'r%s.%s\n' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
34
}
35
36
build() {
37
cd "$srcdir/catpaper"
38
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
39
cmake --build build
40
}
41
42
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-27 19:33:23 | Low | 2 |