plasma6-applet-quicklaunch

LOW
maintainer CxOrg 1 votes scanned 2026-09-04 19:58:38.529168
View on AUR
Why flagged

The package builds from a public Git repository with a SKIP'd checksum, but the source is from a plausible project-owned GitHub repo; no remote code execution or malicious payloads are present, and it follows standard AUR build practices for Plasma applets.

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 a SKIP'd checksum, but the source is from a plausible project-owned GitHub repo; no remote code execution or malicious payloads are present, and it follows standard AUR build practices for Plasma applets.

PKGBUILD

1# Maintainer: CxOrg <clx.org@cloud-org.uk>
2#
3# Plasma 6 Quicklaunch applet - a customizable updated quicklaunch widget for KDE Plasma 6 panels.
4
5pkgname=plasma6-applet-quicklaunch
6pkgver=6.5.80
7pkgrel=1
8pkgdesc="Customizable quicklaunch widget for KDE Plasma 6 panels"
9arch=(x86_64)
10url="https://github.com/ixnewton/org.kde.plasma.quicklaunch"
11license=(GPL-2.0-only GPL-3.0-only LicenseRef-KDE-Accepted-GPL)
12depends=(qt6-base
13 qt6-declarative
14 kf6-config
15 kf6-coreaddons
16 kf6-ki18n
17 kf6-kio
18 kf6-service
19 kf6-iconthemes
20 kf6-jobwidgets
21 plasma-activities)
22makedepends=(extra-cmake-modules
23 cmake
24 git)
25provides=(org.kde.plasma.quicklaunch)
26conflicts=(org.kde.plasma.quicklaunch)
27source=("git+https://github.com/ixnewton/org.kde.plasma.quicklaunch.git#branch=main")
28sha256sums=('SKIP')
29
30build() {
31 cd "$srcdir/org.kde.plasma.quicklaunch"
32 cmake -B build \
33 -DCMAKE_BUILD_TYPE=Release \
34 -DCMAKE_INSTALL_PREFIX=/usr \
35 -DKDE_INSTALL_LIBDIR=lib \
36 -DBUILD_TESTING=OFF
37 make -C build -j"$(nproc)"
38}
39
40package() {
41 cd "$srcdir/org.kde.plasma.quicklaunch"
42 make -C build DESTDIR="$pkgdir" install
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 19:58:38 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