summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-03-10 12:21:39 -0700
committerMark Wagie2021-03-10 12:21:39 -0700
commite63835f27ebaa9aa575cd1fbd52b24bf47101a9a (patch)
tree4cae6172e0a8bc8516c92233852c67e4d8b22fb7
parentec77019a52af2a0121aa46ff45d3252910127496 (diff)
downloadaur-e63835f27ebaa9aa575cd1fbd52b24bf47101a9a.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 c51cc6cb9e72..fa0523c994d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.4
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/FedeDP/Clight
install = clight.install
arch = i686
@@ -19,6 +19,7 @@ pkgbase = clight
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/default/clight.conf
source = clight-4.4.tar.gz::https://github.com/FedeDP/Clight/archive/4.4.tar.gz
sha256sums = 1371ac6f537cec4fc61581dbb6ceb143df08f20e24f884fa148068008864b054
diff --git a/PKGBUILD b/PKGBUILD
index 1e95edb8f8a6..243c3e77e8fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Federico Di Pierro <nierro92@gmail.com>
pkgname=clight
pkgver=4.4
-pkgrel=4
+pkgrel=5
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."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/FedeDP/Clight"
@@ -12,7 +12,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.')
backup=("etc/default/$pkgname.conf")
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")