blob: d571ed27f4bbabb7ca1190d7544e335e293c2370 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
pkgbase = clight
pkgdesc = A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature, dim your screen and set your dpms.
pkgver = 4.11
pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
arch = x86_64
arch = aarch64
license = GPL-3.0-or-later
makedepends = git
makedepends = cmake
makedepends = bash-completion
depends = clightd
depends = gsl
depends = hicolor-icon-theme
depends = libconfig
depends = popt
optdepends = geoclue: to retrieve user location through geoclue.
optdepends = upower: to save energy by increasing timeouts between captures while on battery and to autocalibrate keyboard backlight.
optdepends = bash-completion: to add support for bash automatic completion.
optdepends = clight-gui: Clight GUI written in Qt.
backup = etc/clight/clight.conf
backup = etc/clight/modules.conf.d/backlight.conf
backup = etc/clight/modules.conf.d/daytime.conf
backup = etc/clight/modules.conf.d/dimmer.conf
backup = etc/clight/modules.conf.d/dpms.conf
backup = etc/clight/modules.conf.d/gamma.conf
backup = etc/clight/modules.conf.d/inhibit.conf
backup = etc/clight/modules.conf.d/keyboard.conf
backup = etc/clight/modules.conf.d/screen.conf
backup = etc/clight/modules.conf.d/sensor.conf
source = clight-4.11.tar.gz::https://github.com/FedeDP/Clight/archive/4.11.tar.gz
sha256sums = 9a7ec2070b0e1d074477cd219d6894dde9eb85cbe83daebc22054fab29dade34
pkgname = clight
|