Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Clightd: update to 5.8; Clight: update to 4.10.
@ 2023-06-22 19:05 icp1994
  2023-06-23 12:27 ` Duncaen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: icp1994 @ 2023-06-22 19:05 UTC (permalink / raw)
  To: ml

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

Clightd: update to 5.8; Clight: update to 4.10.
#### 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/44572.patch is attached

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

From b89e50fc72e345307f8cac708cba1f5c68c04c8b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 22 Jun 2023 01:24:12 +0530
Subject: [PATCH 1/2] Clightd: update to 5.8.

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

diff --git a/srcpkgs/Clightd/template b/srcpkgs/Clightd/template
index ee4d81225cc2..131fbe89c3a2 100644
--- a/srcpkgs/Clightd/template
+++ b/srcpkgs/Clightd/template
@@ -1,6 +1,6 @@
 # Template file for 'Clightd'
 pkgname=Clightd
-version=5.7
+version=5.8
 revision=1
 build_style=cmake
 configure_args="-DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1"
@@ -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=75a01ee5f314866291efd66f2639516e3a7aa06da6ec5ea33f81211dc1082efa
+checksum=89f0906bc2c1dd4f9bd62194499fd156197c211760c4bb1adcb149650f852684
 
 post_install() {
 	vinstall Scripts/i2c_clightd.conf 644 /usr/lib/modules-load.d/

From f08ace376b0eb498b978bd17dae8fec44ed7cbe0 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 22 Jun 2023 01:24:45 +0530
Subject: [PATCH 2/2] Clight: update to 4.10.

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

diff --git a/srcpkgs/Clight/template b/srcpkgs/Clight/template
index 73649cc5788a..a2a9bdc6683a 100644
--- a/srcpkgs/Clight/template
+++ b/srcpkgs/Clight/template
@@ -1,6 +1,6 @@
 # Template file for 'Clight'
 pkgname=Clight
-version=4.9
+version=4.10
 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=638696ee22a3a3340659db37d4e3c6fc2763eee9c8c2f7f227190ad9db7742db
+checksum=fa385472d3b055f94875930873fafbb225d4874793755bd3ec2bba6ef1b85871
 
 post_install() {
 	vcompletion Extra/completions/_clight zsh

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

* Re: Clightd: update to 5.8; Clight: update to 4.10.
  2023-06-22 19:05 [PR PATCH] Clightd: update to 5.8; Clight: update to 4.10 icp1994
@ 2023-06-23 12:27 ` Duncaen
  2023-06-23 19:13 ` [PR PATCH] [Updated] " icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-06-23 12:27 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/44572#issuecomment-1604212242

Comment:
Could you change the maintainer to `Orphaned <orphan@voidlinux.org>` since they haven't contributed for some time now and only updated the first release?

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

* Re: [PR PATCH] [Updated] Clightd: update to 5.8; Clight: update to 4.10.
  2023-06-22 19:05 [PR PATCH] Clightd: update to 5.8; Clight: update to 4.10 icp1994
  2023-06-23 12:27 ` Duncaen
@ 2023-06-23 19:13 ` icp1994
  2023-06-23 19:13 ` icp1994
  2023-06-23 19:19 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-06-23 19:13 UTC (permalink / raw)
  To: ml

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

There is an updated 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/44572

Clightd: update to 5.8; Clight: update to 4.10.
#### 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/44572.patch is attached

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

From 06bfc5276d8281c8538cf1a3d3b03d4c71f6bb53 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 22 Jun 2023 01:24:12 +0530
Subject: [PATCH 1/2] Clightd: update to 5.8.

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

diff --git a/srcpkgs/Clightd/template b/srcpkgs/Clightd/template
index ee4d81225cc2..fa429ef619c7 100644
--- a/srcpkgs/Clightd/template
+++ b/srcpkgs/Clightd/template
@@ -1,6 +1,6 @@
 # Template file for 'Clightd'
 pkgname=Clightd
-version=5.7
+version=5.8
 revision=1
 build_style=cmake
 configure_args="-DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1"
@@ -10,12 +10,12 @@ makedepends="eudev-libudev-devel libmodule-devel polkit-devel elogind-devel
  wayland-devel libdrm-devel libusb-devel"
 depends="ddcutil"
 short_desc="API to read webcam brightness & alter screen brightness/temperature"
-maintainer="Dominic Monroe <monroef4@googlemail.com>"
+maintainer="icp <pangolin@vivaldi.net>"
 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=75a01ee5f314866291efd66f2639516e3a7aa06da6ec5ea33f81211dc1082efa
+checksum=89f0906bc2c1dd4f9bd62194499fd156197c211760c4bb1adcb149650f852684
 
 post_install() {
 	vinstall Scripts/i2c_clightd.conf 644 /usr/lib/modules-load.d/

From 3b0510513cef1141242ec14cbf604e27b25824fd Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 22 Jun 2023 01:24:45 +0530
Subject: [PATCH 2/2] Clight: update to 4.10.

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

diff --git a/srcpkgs/Clight/template b/srcpkgs/Clight/template
index 73649cc5788a..11065b4cda75 100644
--- a/srcpkgs/Clight/template
+++ b/srcpkgs/Clight/template
@@ -1,6 +1,6 @@
 # Template file for 'Clight'
 pkgname=Clight
-version=4.9
+version=4.10
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -8,12 +8,12 @@ makedepends="popt-devel gsl-devel libconfig-devel elogind-devel bash-completion
  dbus-devel libmodule-devel"
 depends="Clightd>=5.0"
 short_desc="Use your webcam as a light sensor to adjust screen backlight"
-maintainer="Dominic Monroe <monroef4@googlemail.com>"
+maintainer="icp <pangolin@vivaldi.net>"
 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=638696ee22a3a3340659db37d4e3c6fc2763eee9c8c2f7f227190ad9db7742db
+checksum=fa385472d3b055f94875930873fafbb225d4874793755bd3ec2bba6ef1b85871
 
 post_install() {
 	vcompletion Extra/completions/_clight zsh

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

* Re: Clightd: update to 5.8; Clight: update to 4.10.
  2023-06-22 19:05 [PR PATCH] Clightd: update to 5.8; Clight: update to 4.10 icp1994
  2023-06-23 12:27 ` Duncaen
  2023-06-23 19:13 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-23 19:13 ` icp1994
  2023-06-23 19:19 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-06-23 19:13 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44572#issuecomment-1604756086

Comment:
Might as well adopt them.

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

* Re: [PR PATCH] [Merged]: Clightd: update to 5.8; Clight: update to 4.10.
  2023-06-22 19:05 [PR PATCH] Clightd: update to 5.8; Clight: update to 4.10 icp1994
                   ` (2 preceding siblings ...)
  2023-06-23 19:13 ` icp1994
@ 2023-06-23 19:19 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-06-23 19:19 UTC (permalink / raw)
  To: ml

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

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

Clightd: update to 5.8; Clight: update to 4.10.
https://github.com/void-linux/void-packages/pull/44572

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] 5+ messages in thread

end of thread, other threads:[~2023-06-23 19:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22 19:05 [PR PATCH] Clightd: update to 5.8; Clight: update to 4.10 icp1994
2023-06-23 12:27 ` Duncaen
2023-06-23 19:13 ` [PR PATCH] [Updated] " icp1994
2023-06-23 19:13 ` icp1994
2023-06-23 19:19 ` [PR PATCH] [Merged]: " Duncaen

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