summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 738a70211645..aa6f66cf85b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clightd-git
pkgdesc = Bus interface to change screen brightness and capture frames from webcam. Devel version.
- pkgver = r300.b03e52b
+ pkgver = r326.99fcc09
pkgrel = 1
url = https://github.com/FedeDP/Clightd
arch = i686
@@ -16,6 +16,10 @@ pkgbase = clightd-git
depends = polkit
depends = ddcutil>=0.9.5
depends = libmodule>=5.0.0
+ depends = libjpeg-turbo
+ depends = libusb
+ depends = libdrm
+ depends = wayland
optdepends = clight-git: user service to automagically change screen backlight matching ambient brightness.
provides = clightd
conflicts = clightd
diff --git a/PKGBUILD b/PKGBUILD
index 03a7ad40f40e..c1cb5db24923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=clightd-git
_gitname=Clightd
-pkgver=r300.b03e52b
+pkgver=r326.99fcc09
pkgrel=1
pkgdesc="Bus interface to change screen brightness and capture frames from webcam. Devel version."
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
-depends=('systemd>=221' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit' 'ddcutil>=0.9.5' 'libmodule>=5.0.0')
+depends=('systemd>=221' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit' 'ddcutil>=0.9.5' 'libmodule>=5.0.0' 'libjpeg-turbo' 'libusb' 'libdrm' 'wayland')
makedepends=('git' 'cmake')
optdepends=('clight-git: user service to automagically change screen backlight matching ambient brightness.')
provides=('clightd')
@@ -33,7 +33,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE="Release" \
- -DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1 \
+ -DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1 -DENABLE_YOCTOLIGHT=1 \
..
make
}