cosmic-comp-vrr-fix
maintainer heisenberg_1205
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a forked Git repository branch for a specific feature, which is explainable in context; the source is open and reviewable, and the SKIP'd checksum is acceptable for a Git source, making the risk low despite the non-upstream source.
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 forked Git repository branch for a specific feature, which is explainable in context; the source is open and reviewable, and the SKIP'd checksum is acceptable for a Git source, making the risk low despite the non-upstream source.
PKGBUILD
1
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2
# Maintainer: Peter Jung <ptr1337@archlinux.org>
3
# Contributor: soloturn <soloturn@gmail.com>
4
# Contributor: Mark Wagie <mark.wagie@proton.me>
5
6
pkgname=cosmic-comp-vrr-fix
7
pkgver=1.5.0
8
pkgrel=3
9
epoch=1
10
pkgdesc='Compositor for the COSMIC desktop environment'
11
arch=(x86_64)
12
url='https://github.com/pop-os/cosmic-comp'
13
license=(GPL-3.0-only)
14
groups=(cosmic)
15
depends=(
16
fontconfig
17
libgcc
18
glibc
19
libdisplay-info
20
libseat.so
21
libinput
22
libxcb
23
libxkbcommon
24
mesa
25
pixman
26
systemd-libs
27
wayland
28
)
29
provides=(cosmic-comp)
30
conflicts=(cosmic-comp)
31
makedepends=(
32
cargo
33
git
34
lld
35
)
36
# Build Skygrango's VRR target-rate branch with the live adaptive-sync update from PR #2673.
37
source=('cosmic-comp::git+https://github.com/AdityaHebballe/cosmic-comp.git#branch=vrr_target_rate_v2-live-sync')
38
b2sums=('SKIP')
39
40
prepare() {
41
cd cosmic-comp
42
43
cargo fetch --locked
44
sed 's/lto = "fat"/lto = "thin"/' -i Cargo.toml
45
}
46
47
build() {
48
cd cosmic-comp
49
RUSTFLAGS+=" -C link-arg=-fuse-ld=lld"
50
make ARGS+=" --frozen --release"
51
}
52
53
package() {
54
cd cosmic-comp
55
make prefix='/usr' libexecdir='/usr/lib' DESTDIR="${pkgdir}" install
56
}
57
58
# vim: ts=2 sw=2 et:
59
Changes since previous scan
--- PKGBUILD @ 2026-07-31 09:17+++ PKGBUILD @ 2026-08-03 00:08@@ -5,7 +5,7 @@ pkgname=cosmic-comp-vrr-fix pkgver=1.5.0-pkgrel=2+pkgrel=3 epoch=1 pkgdesc='Compositor for the COSMIC desktop environment' arch=(x86_64)@@ -33,8 +33,8 @@ git lld )-# Build the combined live adaptive-sync fix and minimum-VRR-interval fix from master.-source=('cosmic-comp::git+https://github.com/AdityaHebballe/cosmic-comp.git#branch=master')+# Build Skygrango's VRR target-rate branch with the live adaptive-sync update from PR #2673.+source=('cosmic-comp::git+https://github.com/AdityaHebballe/cosmic-comp.git#branch=vrr_target_rate_v2-live-sync') b2sums=('SKIP') prepare() {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 23:19:22 | LOW | 2 |
| 2026-07-31 09:17:30 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 19:16:23 | LOW | 2 |