smooth-scroll-linux-kde-effect-git
LOW
maintainer frakod
0 votes
scanned 2026-09-05 20:01:32.631454
Why flagged
The package builds from the project's own git repository, which is normal for AUR Git packages; the low vote count and recent upload are noted but do not indicate inherent danger.
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 AUR Git packages; the low vote count and recent upload are noted but do not indicate inherent danger.
PKGBUILD
1
# Maintainer: frakod <frakod@pm.me>
2
3
pkgname='smooth-scroll-linux-kde-effect-git'
4
pkgver=r89.0eecec4
5
pkgrel=1
6
7
pkgdesc='This KWin effect adds KDE Plasma integration for Smooth Scroll Linux. Use it when the Smooth Scroll daemon is already installed and running, and you want session-aware behavior in KDE Plasma.'
8
arch=(x86_64 aarch64)
9
url='https://github.com/Wayne6530/smooth-scroll-linux'
10
license=('MIT')
11
12
depends=(smooth-scroll-linux-git qt6-base qt6-declarative kcoreaddons kconfig kwindowsystem libdrm kwin)
13
makedepends=(cmake extra-cmake-modules vulkan-headers)
14
source=("$pkgname::git+$url")
15
md5sums=('SKIP')
16
17
pkgver()
18
{
19
cd "$pkgname"
20
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21
}
22
23
build()
24
{
25
cd "$srcdir/$pkgname/extensions/kde"
26
cmake -B build
27
cmake --build build --config Release
28
}
29
30
package()
31
{
32
cd "$srcdir/$pkgname/extensions/kde"
33
DESTDIR="$pkgdir" cmake --install build
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 20:01:32 | Low | 2 |