cosmic-settings-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 git source on GitHub, which is plausibly the project's own; the only concerns are low-risk: few votes, recent upload, and unverifiable source due to skipped checksum, but it builds from publicly reviewable source code and installs no prebuilt binaries.

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 git source on GitHub, which is plausibly the project's own; the only concerns are low-risk: few votes, recent upload, and unverifiable source due to skipped checksum, but it builds from publicly reviewable source code and installs no prebuilt binaries.

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
6pkgname=cosmic-settings-vrr-fix
7pkgver=1.5.0
8pkgrel=1
9epoch=1
10pkgdesc='The settings application for the COSMIC desktop environment (VRR fix)'
11arch=(x86_64)
12url=https://github.com/skygrango/cosmic-settings
13license=(GPL-3.0-only)
14groups=(cosmic)
15provides=(cosmic-settings)
16conflicts=(cosmic-settings)
17depends=(
18 accountsservice
19 adw-gtk-theme
20 cosmic-icon-theme
21 cosmic-randr
22 fontconfig
23 libgcc
24 glibc
25 iso-codes
26 libinput
27 libpipewire
28 libpulse
29 libxkbcommon
30 networkmanager
31 nm-connection-editor
32 pipewire-pulse
33 systemd-libs
34 ttf-opensans
35 wayland
36)
37makedepends=(
38 cargo
39 clang
40 git
41 just
42 mold
43)
44optdepends=('power-profiles-daemon: power profiles support')
45source=('cosmic-settings::git+https://github.com/skygrango/cosmic-settings.git#branch=vrr_target_rate_v2')
46b2sums=('SKIP')
47
48prepare() {
49 cd cosmic-settings
50 cargo fetch --locked
51}
52
53build() {
54 cd cosmic-settings
55 RUSTFLAGS+=" -C link-arg=-fuse-ld=mold"
56 just build-release --frozen
57}
58
59package() {
60 cd cosmic-settings
61 just rootdir="${pkgdir}" install
62}
63
64# vim: ts=2 sw=2 et:
65

Scan history

Scanned at (UTC)SeverityRules
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 19:18:43 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