gammactrl-git
LOW
maintainer dhopcs
0 votes
scanned 2026-08-22 03:16:42.422172
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>
2
pkgname=gammactrl-git
3
pkgver=0.r6.dd8c9fc
4
pkgrel=1
5
pkgdesc="Gamma control for KDE Plasma Wayland sessions"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/realdtn2/gammactrl"
8
license=('MIT')
9
depends=('gtk4' 'libkscreen' 'hicolor-icon-theme')
10
makedepends=('git' 'cmake' 'gcc')
11
options=(!debug)
12
provides=("${pkgname%-git}")
13
conflicts=("${pkgname%-git}")
14
source=("git+https://github.com/realdtn2/gammactrl.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "${srcdir}/${pkgname%-git}"
19
printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20
}
21
22
build() {
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
30
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-22 03:16:42 | Low | 1 |