Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zcfan-1.4.0
@ 2025-01-20  1:58 worf1337
  2025-04-20  2:11 ` github-actions
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: worf1337 @ 2025-01-20  1:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/worf1337/void-packages zcfan
https://github.com/void-linux/void-packages/pull/54040

New package: zcfan-1.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 87e06a128cf56b161ca217afd60882868a301817 Mon Sep 17 00:00:00 2001
From: worf1337 <me@worf.win>
Date: Mon, 20 Jan 2025 12:44:32 +1100
Subject: [PATCH] New package: zcfan-1.4.0

---
 srcpkgs/zcfan/INSTALL.msg     |  3 +++
 srcpkgs/zcfan/files/zcfan/run |  3 +++
 srcpkgs/zcfan/template        | 16 ++++++++++++++++
 3 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/zcfan/INSTALL.msg
 create mode 100755 srcpkgs/zcfan/files/zcfan/run
 create mode 100644 srcpkgs/zcfan/template

diff --git a/srcpkgs/zcfan/INSTALL.msg b/srcpkgs/zcfan/INSTALL.msg
new file mode 100644
index 00000000000000..84d87c3dd5ef3f
--- /dev/null
+++ b/srcpkgs/zcfan/INSTALL.msg
@@ -0,0 +1,3 @@
+You must load thinkpad_acpi with fan_control=1 to use zcfan.
+
+echo options thinkpad_acpi fan_control=1 > /etc/modprobe.d/99-fancontrol.conf
diff --git a/srcpkgs/zcfan/files/zcfan/run b/srcpkgs/zcfan/files/zcfan/run
new file mode 100755
index 00000000000000..c5f17b54a6edcf
--- /dev/null
+++ b/srcpkgs/zcfan/files/zcfan/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec zcfan
diff --git a/srcpkgs/zcfan/template b/srcpkgs/zcfan/template
new file mode 100644
index 00000000000000..e3e95e7ef8037b
--- /dev/null
+++ b/srcpkgs/zcfan/template
@@ -0,0 +1,16 @@
+# Template file for 'zcfan'
+pkgname=zcfan
+version=1.4.0
+revision=1
+build_style=gnu-makefile
+short_desc="Zero-configuration fan control for ThinkPad"
+maintainer="Worf <me@worf.win>"
+license="MIT"
+homepage="https://github.com/cdown/zcfan"
+distfiles="https://github.com/cdown/zcfan/archive/refs/tags/${version}.tar.gz"
+checksum=33e4944303c778581b6471c79e1273a5668917542e412c8125f028133b684718
+
+post_install() {
+	vsv zcfan
+	vlicense LICENSE
+}

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

* Re: New package: zcfan-1.4.0
  2025-01-20  1:58 [PR PATCH] New package: zcfan-1.4.0 worf1337
@ 2025-04-20  2:11 ` github-actions
  2025-04-21 10:08 ` worf1337
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2025-04-20  2:11 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/54040#issuecomment-2816949002

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: zcfan-1.4.0
  2025-01-20  1:58 [PR PATCH] New package: zcfan-1.4.0 worf1337
  2025-04-20  2:11 ` github-actions
@ 2025-04-21 10:08 ` worf1337
  2025-06-08 17:07 ` [PR REVIEW] " Duncaen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: worf1337 @ 2025-04-21 10:08 UTC (permalink / raw)
  To: ml

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

New comment by worf1337 on void-packages repository

https://github.com/void-linux/void-packages/pull/54040#issuecomment-2818094309

Comment:
bump

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

* Re: [PR REVIEW] New package: zcfan-1.4.0
  2025-01-20  1:58 [PR PATCH] New package: zcfan-1.4.0 worf1337
  2025-04-20  2:11 ` github-actions
  2025-04-21 10:08 ` worf1337
@ 2025-06-08 17:07 ` Duncaen
  2025-06-08 23:44 ` [PR PATCH] [Updated] " worf1337
  2025-06-09  0:18 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2025-06-08 17:07 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/54040#discussion_r2134772632

Comment:
Install messages are not for documentation. Use a `README.voidlinux` file like other packages do.

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

* Re: [PR PATCH] [Updated] New package: zcfan-1.4.0
  2025-01-20  1:58 [PR PATCH] New package: zcfan-1.4.0 worf1337
                   ` (2 preceding siblings ...)
  2025-06-08 17:07 ` [PR REVIEW] " Duncaen
@ 2025-06-08 23:44 ` worf1337
  2025-06-09  0:18 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: worf1337 @ 2025-06-08 23:44 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by worf1337 against master on the void-packages repository

https://github.com/worf1337/void-packages zcfan
https://github.com/void-linux/void-packages/pull/54040

New package: zcfan-1.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 5a9b869553c74a91c2fe50d1fa92effcbd107b6d Mon Sep 17 00:00:00 2001
From: worf1337 <me@worf.win>
Date: Mon, 20 Jan 2025 12:44:32 +1100
Subject: [PATCH] New package: zcfan-1.4.0

---
 srcpkgs/zcfan/files/README.voidlinux |  3 +++
 srcpkgs/zcfan/files/zcfan/run        |  3 +++
 srcpkgs/zcfan/template               | 17 +++++++++++++++++
 3 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/zcfan/files/README.voidlinux
 create mode 100755 srcpkgs/zcfan/files/zcfan/run
 create mode 100644 srcpkgs/zcfan/template

diff --git a/srcpkgs/zcfan/files/README.voidlinux b/srcpkgs/zcfan/files/README.voidlinux
new file mode 100644
index 00000000000000..84d87c3dd5ef3f
--- /dev/null
+++ b/srcpkgs/zcfan/files/README.voidlinux
@@ -0,0 +1,3 @@
+You must load thinkpad_acpi with fan_control=1 to use zcfan.
+
+echo options thinkpad_acpi fan_control=1 > /etc/modprobe.d/99-fancontrol.conf
diff --git a/srcpkgs/zcfan/files/zcfan/run b/srcpkgs/zcfan/files/zcfan/run
new file mode 100755
index 00000000000000..c5f17b54a6edcf
--- /dev/null
+++ b/srcpkgs/zcfan/files/zcfan/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec zcfan
diff --git a/srcpkgs/zcfan/template b/srcpkgs/zcfan/template
new file mode 100644
index 00000000000000..3962f4434a5a3a
--- /dev/null
+++ b/srcpkgs/zcfan/template
@@ -0,0 +1,17 @@
+# Template file for 'zcfan'
+pkgname=zcfan
+version=1.4.0
+revision=1
+build_style=gnu-makefile
+short_desc="Zero-configuration fan control for ThinkPad"
+maintainer="Worf <me@worf.win>"
+license="MIT"
+homepage="https://github.com/cdown/zcfan"
+distfiles="https://github.com/cdown/zcfan/archive/refs/tags/${version}.tar.gz"
+checksum=33e4944303c778581b6471c79e1273a5668917542e412c8125f028133b684718
+
+post_install() {
+	vsv zcfan
+	vlicense LICENSE
+	vdoc ${FILESDIR}/README.voidlinux
+}

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

* Re: [PR PATCH] [Merged]: New package: zcfan-1.4.0
  2025-01-20  1:58 [PR PATCH] New package: zcfan-1.4.0 worf1337
                   ` (3 preceding siblings ...)
  2025-06-08 23:44 ` [PR PATCH] [Updated] " worf1337
@ 2025-06-09  0:18 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2025-06-09  0:18 UTC (permalink / raw)
  To: ml

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

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

New package: zcfan-1.4.0
https://github.com/void-linux/void-packages/pull/54040

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

end of thread, other threads:[~2025-06-09  0:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-20  1:58 [PR PATCH] New package: zcfan-1.4.0 worf1337
2025-04-20  2:11 ` github-actions
2025-04-21 10:08 ` worf1337
2025-06-08 17:07 ` [PR REVIEW] " Duncaen
2025-06-08 23:44 ` [PR PATCH] [Updated] " worf1337
2025-06-09  0:18 ` [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).