plasma6-runners-remmina-git
maintainer Ashark
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds a KRunner plugin from its official Git repository; the low severity is due to few votes and recent upload, but the source is legitimate and no malicious behavior is present.
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 a KRunner plugin from its official Git repository; the low severity is due to few votes and recent upload, but the source is legitimate and no malicious behavior is present.
PKGBUILD
1
# Maintainer: Andrew Shark <ashark on linuxcomp.ru>
2
3
pkgname=plasma6-runners-remmina-git
4
pkgver=0.1.r4.gbb740c3
5
pkgrel=1
6
pkgdesc='KRunner plugin for searching and launching Remmina profiles'
7
arch=('x86_64')
8
url='https://www.opencode.net/fpiecka/remmina-krunner-plugin'
9
license=('LGPL-2.1-or-later')
10
depends=('ki18n' 'krunner' 'qt6-base' 'remmina')
11
makedepends=('cmake' 'extra-cmake-modules' 'git')
12
source=("$pkgname::git+$url.git")
13
sha256sums=('SKIP')
14
install=$pkgname.install
15
16
pkgver() {
17
cd "$pkgname"
18
19
local basever
20
basever="$(grep -Po '(?<=\"Version\": \")[^\"]+' src/remminarunner.json | head -n 1)"
21
22
printf '%s.r%s.g%s' \
23
"${basever:-0}" \
24
"$(git rev-list --count HEAD)" \
25
"$(git rev-parse --short HEAD)"
26
}
27
28
build() {
29
cmake -B build -S "$pkgname" \
30
-DCMAKE_BUILD_TYPE=None \
31
-DCMAKE_INSTALL_PREFIX=/usr \
32
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
33
cmake --build build
34
}
35
36
package() {
37
DESTDIR="$pkgdir" cmake --install build
38
39
install -Dm644 "$pkgname/LICENSES/LGPL-2.1-or-later.txt" \
40
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 17:12:22 | LOW | 2 |