Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH]  Clightd: update to 5.9; Clight: update to 4.11.
@ 2024-03-13 20:12 icp1994
  2024-03-14 14:51 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2024-03-13 20:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 494 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/49277

 Clightd: update to 5.9; Clight: update to 4.11.
#### 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/49277.patch is attached

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

From 8312d980c9cf82e5c68df1856728293a6abc4901 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 10 Mar 2024 12:32:39 +0530
Subject: [PATCH 1/2] Clight: update to 4.11.

---
 srcpkgs/Clight/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Clight/template b/srcpkgs/Clight/template
index 11065b4cda75e3..6e67e846c6dbd9 100644
--- a/srcpkgs/Clight/template
+++ b/srcpkgs/Clight/template
@@ -1,6 +1,6 @@
 # Template file for 'Clight'
 pkgname=Clight
-version=4.10
+version=4.11
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ 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/refs/tags/${version}.tar.gz"
-checksum=fa385472d3b055f94875930873fafbb225d4874793755bd3ec2bba6ef1b85871
+checksum=9a7ec2070b0e1d074477cd219d6894dde9eb85cbe83daebc22054fab29dade34
 
 post_install() {
 	vcompletion Extra/completions/_clight zsh

From ad8de5e486a4eb76e604654898ea6e44c251fd23 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 10 Mar 2024 12:35:45 +0530
Subject: [PATCH 2/2] Clightd: update to 5.9.

---
 srcpkgs/Clightd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/Clightd/template b/srcpkgs/Clightd/template
index fa429ef619c7a2..dfdbf9c038b15b 100644
--- a/srcpkgs/Clightd/template
+++ b/srcpkgs/Clightd/template
@@ -1,13 +1,13 @@
 # Template file for 'Clightd'
 pkgname=Clightd
-version=5.8
+version=5.9
 revision=1
 build_style=cmake
 configure_args="-DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1"
 hostmakedepends="pkg-config wayland-devel"
 makedepends="eudev-libudev-devel libmodule-devel polkit-devel elogind-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"
 short_desc="API to read webcam brightness & alter screen brightness/temperature"
 maintainer="icp <pangolin@vivaldi.net>"
@@ -15,7 +15,7 @@ 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/refs/tags/${version}.tar.gz"
-checksum=89f0906bc2c1dd4f9bd62194499fd156197c211760c4bb1adcb149650f852684
+checksum=76ae865b5eeb721c98c23b1d4d8531b2b6c10b71386d0396b14666b5650f3054
 
 post_install() {
 	vinstall Scripts/i2c_clightd.conf 644 /usr/lib/modules-load.d/

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

* Re: [PR PATCH] [Merged]:  Clightd: update to 5.9; Clight: update to 4.11.
  2024-03-13 20:12 [PR PATCH] Clightd: update to 5.9; Clight: update to 4.11 icp1994
@ 2024-03-14 14:51 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-03-14 14:51 UTC (permalink / raw)
  To: ml

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

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

 Clightd: update to 5.9; Clight: update to 4.11.
https://github.com/void-linux/void-packages/pull/49277

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:[~2024-03-14 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13 20:12 [PR PATCH] Clightd: update to 5.9; Clight: update to 4.11 icp1994
2024-03-14 14:51 ` [PR PATCH] [Merged]: " cinerea0

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).