Github messages for voidlinux
 help / color / mirror / Atom feed
From: pbui <pbui@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] i8kutils: add missing acpi, tcl dependencies
Date: Mon, 14 Dec 2020 22:28:06 +0100	[thread overview]
Message-ID: <20201214212806.-TjWzyhoyPDwfP2kRe_WM97KETEIEm8PxI7vy0kTNoY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27146@inbox.vuxu.org>

[-- 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"

  parent reply	other threads:[~2020-12-14 21:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2020-12-14 22:39 ` i8kutils: add missing acpi, tcl dependencies pbui
2020-12-15 14:27 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201214212806.-TjWzyhoyPDwfP2kRe_WM97KETEIEm8PxI7vy0kTNoY@z \
    --to=pbui@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).