mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Clightd: update to 5.9.
This commit is contained in:
parent
ad5a3fe76a
commit
58516b0fe9
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'Clightd'
|
# Template file for 'Clightd'
|
||||||
pkgname=Clightd
|
pkgname=Clightd
|
||||||
version=5.8
|
version=5.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1"
|
configure_args="-DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1"
|
||||||
hostmakedepends="pkg-config wayland-devel"
|
hostmakedepends="pkg-config wayland-devel"
|
||||||
makedepends="eudev-libudev-devel libmodule-devel polkit-devel elogind-devel
|
makedepends="eudev-libudev-devel libmodule-devel polkit-devel elogind-devel
|
||||||
libXrandr-devel libXext-devel libX11-devel ddcutil libjpeg-turbo-devel
|
libXrandr-devel libXext-devel libX11-devel ddcutil libjpeg-turbo-devel
|
||||||
wayland-devel libdrm-devel libusb-devel"
|
wayland-devel libdrm-devel libusb-devel libiio-devel"
|
||||||
depends="ddcutil"
|
depends="ddcutil"
|
||||||
short_desc="API to read webcam brightness & alter screen brightness/temperature"
|
short_desc="API to read webcam brightness & alter screen brightness/temperature"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
@ -15,7 +15,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/FedeDP/Clightd"
|
homepage="https://github.com/FedeDP/Clightd"
|
||||||
changelog="https://github.com/FedeDP/Clightd/releases"
|
changelog="https://github.com/FedeDP/Clightd/releases"
|
||||||
distfiles="https://github.com/FedeDP/Clightd/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/FedeDP/Clightd/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=89f0906bc2c1dd4f9bd62194499fd156197c211760c4bb1adcb149650f852684
|
checksum=76ae865b5eeb721c98c23b1d4d8531b2b6c10b71386d0396b14666b5650f3054
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall Scripts/i2c_clightd.conf 644 /usr/lib/modules-load.d/
|
vinstall Scripts/i2c_clightd.conf 644 /usr/lib/modules-load.d/
|
||||||
|
|
Loading…
Add table
Reference in a new issue