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
6
pkgname=cosmic-settings-vrr-fix
7
pkgver=1.5.0
8
pkgrel=1
9
epoch=1
10
pkgdesc='The settings application for the COSMIC desktop environment (VRR fix)'
11
arch=(x86_64)
12
url=https://github.com/skygrango/cosmic-settings
13
license=(GPL-3.0-only)
14
groups=(cosmic)
15
provides=(cosmic-settings)
16
conflicts=(cosmic-settings)
17
depends=(
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
)
37
makedepends=(
38
cargo
39
clang
40
git
41
just
42
mold
43
)
44
optdepends=('power-profiles-daemon: power profiles support')
45
source=('cosmic-settings::git+https://github.com/skygrango/cosmic-settings.git#branch=vrr_target_rate_v2')
46
b2sums=('SKIP')
47
48
prepare() {
49
cd cosmic-settings
50
cargo fetch --locked
51
}
52
53
build() {
54
cd cosmic-settings
55
RUSTFLAGS+=" -C link-arg=-fuse-ld=mold"
56
just build-release --frozen
57
}
58
59
package() {
60
cd cosmic-settings
61
just rootdir="${pkgdir}" install
62
}
63
64
# vim: ts=2 sw=2 et:
65
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 19:18:43 | LOW | 2 |