summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2019-11-24 15:24:10 +0100
committerFederico Di Pierro2019-11-24 15:24:10 +0100
commit99155472e413a7172ec8524b32c7797d11b3f335 (patch)
tree1f484734f71cd22e77699d5e754513091da7c062
parent96e603016a39075986e9cdf18cafdc81db001da4 (diff)
downloadaur-99155472e413a7172ec8524b32c7797d11b3f335.tar.gz
Updated to libmodule 5.0.0 dep bump.
-rw-r--r--[-rwxr-xr-x].SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bee9e0b4d12..d3981e0da17b 100755..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 = r228.0d2fa2f
+ pkgver = r277.f6d3184
pkgrel = 1
url = https://github.com/FedeDP/Clightd
arch = i686
@@ -14,9 +14,8 @@ pkgbase = clightd-git
depends = libxrandr
depends = libxext
depends = polkit
- depends = libxss
- depends = ddcutil
- depends = libmodule>=4.0.0
+ depends = ddcutil>=0.9.5
+ depends = libmodule>=5.0.0
optdepends = clight-git: user service to automagically change screen backlight matching ambient brightness.
provides = clightd
conflicts = clightd
diff --git a/PKGBUILD b/PKGBUILD
index bd750ef726b6..dceda6ed2c09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=clightd-git
_gitname=Clightd
-pkgver=r228.0d2fa2f
+pkgver=r277.f6d3184
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' 'libxss' 'ddcutil' 'libmodule>=4.0.0')
+depends=('systemd>=221' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit' 'ddcutil>=0.9.5' 'libmodule>=5.0.0')
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_IDLE=1 -DENABLE_DPMS=1 \
+ -DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1 \
..
make
}