kwin-effects-thumbnail-bloom-git
LOW
maintainer D3SOX
0 votes
scanned 2026-08-24 15:23:42.374088
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
4
pkgname=kwin-effects-thumbnail-bloom-git
5
pkgver=r42.727e5df
6
pkgrel=1
7
pkgdesc="KWin effect that turns obscured windows into interactive thumbnails"
8
arch=(x86_64)
9
url="https://github.com/LMauricius/kde-thumbnail-bloom"
10
license=(GPL-2.0-or-later)
11
depends=(
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
)
24
makedepends=(
25
cmake
26
extra-cmake-modules
27
git
28
)
29
provides=(kwin-effects-thumbnail-bloom)
30
conflicts=(kwin-effects-thumbnail-bloom)
31
source=("$_pkgname::git+$url.git")
32
sha256sums=('SKIP')
33
34
pkgver() {
35
cd "$_pkgname"
36
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
37
}
38
39
build() {
40
cmake \
41
-B build \
42
-S "$_pkgname" \
43
-DCMAKE_BUILD_TYPE=None \
44
-DCMAKE_INSTALL_PREFIX=/usr
45
cmake --build build
46
}
47
48
package() {
49
DESTDIR="$pkgdir" cmake --install build
50
}
51
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 15:23:42 | Low | 2 |