gammactrl-git

LOW
maintainer dhopcs 0 votes scanned 2026-08-22 03:16:42.422172
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Riley Thompson <dhopcs@proton.me>
2pkgname=gammactrl-git
3pkgver=0.r6.dd8c9fc
4pkgrel=1
5pkgdesc="Gamma control for KDE Plasma Wayland sessions"
6arch=('x86_64' 'aarch64')
7url="https://github.com/realdtn2/gammactrl"
8license=('MIT')
9depends=('gtk4' 'libkscreen' 'hicolor-icon-theme')
10makedepends=('git' 'cmake' 'gcc')
11options=(!debug)
12provides=("${pkgname%-git}")
13conflicts=("${pkgname%-git}")
14source=("git+https://github.com/realdtn2/gammactrl.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "${srcdir}/${pkgname%-git}"
19 printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20}
21
22build() {
23 cd "${srcdir}/${pkgname%-git}"
24 cmake -B build \
25 -DCMAKE_BUILD_TYPE=Release \
26 -DCMAKE_INSTALL_PREFIX=/usr
27 cmake --build build
28}
29
30package() {
31 cd "${srcdir}/${pkgname%-git}"
32 DESTDIR="${pkgdir}" cmake --install build
33 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 03:16:42 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion