From db78b71422d2682c53287a8ec3e91342ea10e1ba Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 19 Jan 2023 01:14:33 +0530 Subject: [PATCH 1/2] Clightd: update to 5.7. --- srcpkgs/Clightd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/Clightd/template b/srcpkgs/Clightd/template index a790f408a8b7..ee4d81225cc2 100644 --- a/srcpkgs/Clightd/template +++ b/srcpkgs/Clightd/template @@ -1,6 +1,6 @@ # Template file for 'Clightd' pkgname=Clightd -version=5.6 +version=5.7 revision=1 build_style=cmake configure_args="-DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1" @@ -14,8 +14,8 @@ maintainer="Dominic Monroe " license="GPL-3.0-or-later" homepage="https://github.com/FedeDP/Clightd" changelog="https://github.com/FedeDP/Clightd/releases" -distfiles="https://github.com/FedeDP/Clightd/archive/${version}.tar.gz" -checksum=c629cb3a83e17677cc146f366a53768bca8c944d92b2a96d6091e4c564810267 +distfiles="https://github.com/FedeDP/Clightd/archive/refs/tags/${version}.tar.gz" +checksum=75a01ee5f314866291efd66f2639516e3a7aa06da6ec5ea33f81211dc1082efa post_install() { vinstall Scripts/i2c_clightd.conf 644 /usr/lib/modules-load.d/ From 419f410850e5da8467e105b7712f2a3fe294bff2 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 19 Jan 2023 01:25:05 +0530 Subject: [PATCH 2/2] Clight: update to 4.9. --- srcpkgs/Clight/patches/fix-musl.patch | 6 +++--- srcpkgs/Clight/template | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/Clight/patches/fix-musl.patch b/srcpkgs/Clight/patches/fix-musl.patch index 64227202c547..5f98ae7c2b00 100644 --- a/srcpkgs/Clight/patches/fix-musl.patch +++ b/srcpkgs/Clight/patches/fix-musl.patch @@ -1,10 +1,10 @@ --- a/src/utils/log.c +++ b/src/utils/log.c @@ -1,5 +1,7 @@ -+#include #include #include ++#include +#include - #include "commons.h" + #include "utils.h" - static FILE *log_file; + static void log_bl_smooth(bl_smooth_t *smooth, const char *prefix); diff --git a/srcpkgs/Clight/template b/srcpkgs/Clight/template index a323cf9d536d..73649cc5788a 100644 --- a/srcpkgs/Clight/template +++ b/srcpkgs/Clight/template @@ -1,6 +1,6 @@ # Template file for 'Clight' pkgname=Clight -version=4.8 +version=4.9 revision=1 build_style=cmake hostmakedepends="pkg-config" @@ -12,8 +12,8 @@ maintainer="Dominic Monroe " license="GPL-3.0-or-later" homepage="https://github.com/FedeDP/Clight" changelog="https://github.com/FedeDP/Clight/releases" -distfiles="https://github.com/FedeDP/Clight/archive/${version}.tar.gz" -checksum=5d3db27bbc48c5d78886aec6699521c121206a46a43a728642c7ee6a50689a36 +distfiles="https://github.com/FedeDP/Clight/archive/refs/tags/${version}.tar.gz" +checksum=638696ee22a3a3340659db37d4e3c6fc2763eee9c8c2f7f227190ad9db7742db post_install() { vcompletion Extra/completions/_clight zsh