Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] i8kutils: add missing tcl dependency
@ 2020-12-14 15:20 pbui
  2020-12-14 16:54 ` [PR PATCH] [Updated] " pbui
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pbui @ 2020-12-14 15:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages i8kutils
https://github.com/void-linux/void-packages/pull/27146

i8kutils: add missing tcl dependency
i8kmon is a tcl script and thus needs tcl to run.

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

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

From fbf9b22764b565f302a7889b67c4fd79d8122114 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Mon, 14 Dec 2020 10:19:42 -0500
Subject: [PATCH] i8kutils: add missing tcl dependency

i8kmon is a tcl script and thus needs tcl to run.
---
 srcpkgs/i8kutils/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/i8kutils/template b/srcpkgs/i8kutils/template
index 54f26d6212d..e3f829941cf 100644
--- a/srcpkgs/i8kutils/template
+++ b/srcpkgs/i8kutils/template
@@ -1,10 +1,11 @@
 # Template file for 'i8kutils'
 pkgname=i8kutils
 version=1.43
-revision=2
+revision=3
 archs="x86_64* i686*"
 wrksrc="$pkgname"
 build_style=gnu-makefile
+depends="tcl"
 short_desc="Fan control for certain Dell laptops"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] i8kutils: add missing tcl dependency
  2020-12-14 15:20 [PR PATCH] i8kutils: add missing tcl dependency pbui
@ 2020-12-14 16:54 ` pbui
  2020-12-14 21:28 ` [PR PATCH] [Updated] i8kutils: add missing acpi, tcl dependencies pbui
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pbui @ 2020-12-14 16:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages i8kutils
https://github.com/void-linux/void-packages/pull/27146

i8kutils: add missing tcl dependency
i8kmon is a tcl script and thus needs tcl to run.

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

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

From 1bce4b22e03ac177d47583eba244f73d18cbcaac Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Mon, 14 Dec 2020 10:19:42 -0500
Subject: [PATCH] i8kutils: add missing acpi, tcl dependencies

i8kmon is a tcl script and thus needs tcl to run.  It also calls acpi to
read the battery status.
---
 srcpkgs/i8kutils/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/i8kutils/template b/srcpkgs/i8kutils/template
index 54f26d6212d..e3f829941cf 100644
--- a/srcpkgs/i8kutils/template
+++ b/srcpkgs/i8kutils/template
@@ -1,10 +1,11 @@
 # Template file for 'i8kutils'
 pkgname=i8kutils
 version=1.43
-revision=2
+revision=3
 archs="x86_64* i686*"
 wrksrc="$pkgname"
 build_style=gnu-makefile
+depends="tcl"
 short_desc="Fan control for certain Dell laptops"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] i8kutils: add missing acpi, tcl dependencies
  2020-12-14 15:20 [PR PATCH] i8kutils: add missing tcl dependency pbui
  2020-12-14 16:54 ` [PR PATCH] [Updated] " pbui
@ 2020-12-14 21:28 ` pbui
  2020-12-14 22:39 ` pbui
  2020-12-15 14:27 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: pbui @ 2020-12-14 21:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages i8kutils
https://github.com/void-linux/void-packages/pull/27146

i8kutils: add missing acpi, tcl dependencies
i8kmon is a tcl script and thus needs tcl to run.  It also calls acpi to read the battery status.

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

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

From aaebcdd552dc77ad471a727c889bc0156c391b14 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Mon, 14 Dec 2020 10:19:42 -0500
Subject: [PATCH] i8kutils: add missing acpi, tcl dependencies

i8kmon is a tcl script and thus needs tcl to run.  It also calls acpi to
read the battery status.
---
 srcpkgs/i8kutils/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/i8kutils/template b/srcpkgs/i8kutils/template
index 54f26d6212d..961e60636b3 100644
--- a/srcpkgs/i8kutils/template
+++ b/srcpkgs/i8kutils/template
@@ -1,10 +1,11 @@
 # Template file for 'i8kutils'
 pkgname=i8kutils
 version=1.43
-revision=2
+revision=3
 archs="x86_64* i686*"
 wrksrc="$pkgname"
 build_style=gnu-makefile
+depends="acpi tcl"
 short_desc="Fan control for certain Dell laptops"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"

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

* Re: i8kutils: add missing acpi, tcl dependencies
  2020-12-14 15:20 [PR PATCH] i8kutils: add missing tcl dependency pbui
  2020-12-14 16:54 ` [PR PATCH] [Updated] " pbui
  2020-12-14 21:28 ` [PR PATCH] [Updated] i8kutils: add missing acpi, tcl dependencies pbui
@ 2020-12-14 22:39 ` pbui
  2020-12-15 14:27 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: pbui @ 2020-12-14 22:39 UTC (permalink / raw)
  To: ml

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

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27146#issuecomment-744756404

Comment:
@abenson Notifying you since you are the maintainer.

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

* Re: [PR PATCH] [Merged]: i8kutils: add missing acpi, tcl dependencies
  2020-12-14 15:20 [PR PATCH] i8kutils: add missing tcl dependency pbui
                   ` (2 preceding siblings ...)
  2020-12-14 22:39 ` pbui
@ 2020-12-15 14:27 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-15 14:27 UTC (permalink / raw)
  To: ml

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

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

i8kutils: add missing acpi, tcl dependencies
https://github.com/void-linux/void-packages/pull/27146

Description:
i8kmon is a tcl script and thus needs tcl to run.  It also calls acpi to read the battery status.

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

end of thread, other threads:[~2020-12-15 14:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 15:20 [PR PATCH] i8kutils: add missing tcl dependency pbui
2020-12-14 16:54 ` [PR PATCH] [Updated] " pbui
2020-12-14 21:28 ` [PR PATCH] [Updated] i8kutils: add missing acpi, tcl dependencies pbui
2020-12-14 22:39 ` pbui
2020-12-15 14:27 ` [PR PATCH] [Merged]: " ericonr

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