wayfire-plugin-csd-deco-git
maintainer kode54
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a public Git repository with a SKIP'd checksum, but it is a legitimate plugin for Wayfire built from source; no untrusted executables or malicious patterns are 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 from a public Git repository with a SKIP'd checksum, but it is a legitimate plugin for Wayfire built from source; no untrusted executables or malicious patterns are present.
PKGBUILD
1
2
# Maintainer: Christopher Snowhill <kode54@gmail.com>
3
# Contributor: Librewish <librewish@gmail.com>
4
5
pkgname=wayfire-plugin-csd-deco-git
6
pkgver=r159.59aef6a
7
pkgrel=1
8
pkgdesc="3D wayland compositor decorator plugin"
9
arch=('x86_64')
10
url="https://github.com/soreau/wf-csd-deco"
11
license=('MIT')
12
depends=('wayfire-git' 'gtk4' 'qt6-base')
13
makedepends=('git' 'meson' 'ninja' 'vulkan-headers')
14
optdepends=('wcm: GTK3-based configuration tool for the Wayfire compositor')
15
provides=("${pkgname%-git}")
16
conflicts=("${pkgname%-git}" "wayfire-plugin-gtk4-decorator-git")
17
replaces=()
18
options=()
19
source=('git+https://github.com/soreau/wf-csd-deco')
20
sha256sums=('SKIP')
21
pkgver() {
22
cd "$srcdir/wf-csd-deco"
23
24
# Git, no tags available
25
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
26
}
27
28
prepare() {
29
rm -rf build
30
arch-meson wf-csd-deco build
31
}
32
33
34
build() {
35
ninja -C build
36
}
37
38
39
package() {
40
DESTDIR="$pkgdir/" ninja -C build install
41
install -Dm644 "$srcdir/wf-csd-deco/LICENSE" \
42
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
43
}
44
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -3,7 +3,7 @@ # Contributor: Librewish <librewish@gmail.com> pkgname=wayfire-plugin-csd-deco-git-pkgver=r121.98f49e1+pkgver=r159.59aef6a pkgrel=1 pkgdesc="3D wayland compositor decorator plugin" arch=('x86_64')@@ -16,7 +16,7 @@ conflicts=("${pkgname%-git}" "wayfire-plugin-gtk4-decorator-git") replaces=() options=()-source=('git+https://github.com/soreau/wf-csd-deco#branch=add-qt6-client')+source=('git+https://github.com/soreau/wf-csd-deco') sha256sums=('SKIP') pkgver() { cd "$srcdir/wf-csd-deco"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 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 11:32:17 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 07:16:26 | LOW | 2 |