xwayland-satellite-hidpi-git
maintainer ByDefolt
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the author's GitHub, uses standard Rust/cargo build practices, and installs only the resulting binary, license, and a systemd service file; the low severity is due to few votes and recent upload, not malicious content.
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 source hosted on the author's GitHub, uses standard Rust/cargo build practices, and installs only the resulting binary, license, and a systemd service file; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
pkgname=xwayland-satellite-hidpi-git
2
_pkgname=xwayland-satellite
3
4
pkgver=e7cc44e
5
pkgrel=1
6
7
pkgdesc="Xwayland satellite with HiDPI cursor scaling fixes"
8
arch=('x86_64')
9
url="https://github.com/ByDefolt/xwayland-satellite"
10
license=('MPL-2.0')
11
12
depends=(
13
'glibc'
14
'libgcc'
15
'libxcb'
16
'xcb-util-cursor'
17
'xorg-xwayland'
18
)
19
20
makedepends=(
21
'cargo'
22
'clang'
23
'git'
24
)
25
26
provides=(
27
'xwayland-satellite'
28
)
29
30
conflicts=(
31
'xwayland-satellite'
32
'xwayland-satellite-git'
33
)
34
35
source=(
36
"${_pkgname}::git+https://github.com/ByDefolt/xwayland-satellite.git#branch=x-cursor-changes"
37
)
38
39
sha256sums=('SKIP')
40
41
pkgver() {
42
cd "$_pkgname"
43
44
git describe --long --tags --always |
45
sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
46
}
47
48
prepare() {
49
cd "$_pkgname"
50
cargo fetch --locked
51
}
52
53
build() {
54
cd "$_pkgname"
55
56
cargo build \
57
--frozen \
58
--release \
59
--features systemd
60
}
61
62
package() {
63
cd "$_pkgname"
64
65
install -Dm755 \
66
target/release/xwayland-satellite \
67
"$pkgdir/usr/bin/xwayland-satellite"
68
69
install -Dm644 \
70
LICENSE \
71
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
72
73
install -Dm644 \
74
resources/xwayland-satellite.service \
75
"$pkgdir/usr/lib/systemd/user/xwayland-satellite.service"
76
}
77
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 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 15:27:57 | LOW | 2 |