Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Clightd: update to 5.7; Clight: update to 4.9.
@ 2023-01-18 19:57 icp1994
  2023-01-21 16:22 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2023-01-18 19:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages clight
https://github.com/void-linux/void-packages/pull/41722

Clightd: update to 5.7; Clight: update to 4.9.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/41722.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-clight-41722.patch --]
[-- Type: text/x-diff, Size: 3028 bytes --]

From db78b71422d2682c53287a8ec3e91342ea10e1ba Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
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 <monroef4@googlemail.com>"
 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 <pangolin@vivaldi.net>
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 <sys/types.h>
  #include <sys/file.h>
  #include <sys/stat.h>
++#include <sys/types.h>
 +#include <fcntl.h>
- #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 <monroef4@googlemail.com>"
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Clightd: update to 5.7; Clight: update to 4.9.
  2023-01-18 19:57 [PR PATCH] Clightd: update to 5.7; Clight: update to 4.9 icp1994
@ 2023-01-21 16:22 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2023-01-21 16:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

There's a merged pull request on the void-packages repository

Clightd: update to 5.7; Clight: update to 4.9.
https://github.com/void-linux/void-packages/pull/41722

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-21 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 19:57 [PR PATCH] Clightd: update to 5.7; Clight: update to 4.9 icp1994
2023-01-21 16:22 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).