kwin-effects-thumbnail-bloom-git

LOW
maintainer D3SOX 0 votes scanned 2026-08-24 15:23:42.374088
View on AUR
Why flagged

The package builds from a public Git repository with no unverifiable prebuilt binaries; the low severity is due to few votes and recent upload, not code risk.

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 public Git repository with no unverifiable prebuilt binaries; the low severity is due to few votes and recent upload, not code risk.

PKGBUILD

1# Maintainer: Nico <d3sox at protonmail dot com>
2
3_pkgname=kde-thumbnail-bloom
4pkgname=kwin-effects-thumbnail-bloom-git
5pkgver=r42.727e5df
6pkgrel=1
7pkgdesc="KWin effect that turns obscured windows into interactive thumbnails"
8arch=(x86_64)
9url="https://github.com/LMauricius/kde-thumbnail-bloom"
10license=(GPL-2.0-or-later)
11depends=(
12 gcc-libs
13 glibc
14 kcmutils
15 kcolorscheme
16 kconfig
17 kconfigwidgets
18 kcoreaddons
19 ki18n
20 kwin
21 libepoxy
22 qt6-base
23)
24makedepends=(
25 cmake
26 extra-cmake-modules
27 git
28)
29provides=(kwin-effects-thumbnail-bloom)
30conflicts=(kwin-effects-thumbnail-bloom)
31source=("$_pkgname::git+$url.git")
32sha256sums=('SKIP')
33
34pkgver() {
35 cd "$_pkgname"
36 printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
37}
38
39build() {
40 cmake \
41 -B build \
42 -S "$_pkgname" \
43 -DCMAKE_BUILD_TYPE=None \
44 -DCMAKE_INSTALL_PREFIX=/usr
45 cmake --build build
46}
47
48package() {
49 DESTDIR="$pkgdir" cmake --install build
50}
51

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 15:23:42 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