smooth-scroll-linux-kde-effect-git

LOW
maintainer frakod 0 votes scanned 2026-09-05 20:01:32.631454
View on AUR
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
3pkgname='smooth-scroll-linux-kde-effect-git'
4pkgver=r89.0eecec4
5pkgrel=1
6
7pkgdesc='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.'
8arch=(x86_64 aarch64)
9url='https://github.com/Wayne6530/smooth-scroll-linux'
10license=('MIT')
11
12depends=(smooth-scroll-linux-git qt6-base qt6-declarative kcoreaddons kconfig kwindowsystem libdrm kwin)
13makedepends=(cmake extra-cmake-modules vulkan-headers)
14source=("$pkgname::git+$url")
15md5sums=('SKIP')
16
17pkgver()
18{
19 cd "$pkgname"
20 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21}
22
23build()
24{
25 cd "$srcdir/$pkgname/extensions/kde"
26 cmake -B build
27 cmake --build build --config Release
28}
29
30package()
31{
32 cd "$srcdir/$pkgname/extensions/kde"
33 DESTDIR="$pkgdir" cmake --install build
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 20:01:32 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