summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-03-10 12:20:36 -0700
committerMark Wagie2021-03-10 12:20:36 -0700
commitca1bd275d5d13ed4d9f6aa5aadcafc56fa53d5a0 (patch)
treeb2e3a8c924b7df6c5bff05b1967f04685eff1db4
parent17ac98bfdb91c2eb8340f12f47004b6889d83201 (diff)
downloadaur-ca1bd275d5d13ed4d9f6aa5aadcafc56fa53d5a0.tar.gz
add clight-gui to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e672a68c045..1c4dc9515482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clight-git
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.4.r3.g0f27079
+ pkgver = 4.4.r4.g05e27e7
pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
@@ -19,6 +19,7 @@ pkgbase = clight-git
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.
provides = clight
conflicts = clight
backup = etc/default/clight.conf
diff --git a/PKGBUILD b/PKGBUILD
index 78726638f274..b5b4d618d546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutantota dot com>
# Contributor: Federico Di Pierro <nierro92@gmail.com>
pkgname=clight-git
-pkgver=4.4.r3.g0f27079
+pkgver=4.4.r4.g05e27e7
pkgrel=1
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."
@@ -13,7 +13,8 @@ makedepends=('git' 'cmake' 'bash-completion')
optdepends=('geoclue: to retrieve user location through geoclue.'
'upower: to save energy by increasing timeouts between captures while on battery
and to autocalibrate keyboard backlight.'
- 'bash-completion: to add support for bash automatic completion.')
+ 'bash-completion: to add support for bash automatic completion.'
+ 'clight-gui: Clight GUI written in Qt.')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
backup=("etc/default/${pkgname%-git}.conf")