GNU bug report logs - #33101
[PATCH] gnu: light: Update to 1.2.

Previous Next

Package: guix-patches;

Reported by: Pierre Langlois <pierre.langlois <at> gmx.com>

Date: Sat, 20 Oct 2018 10:51:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33101 in the body.
You can then email your comments to 33101 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33101; Package guix-patches. (Sat, 20 Oct 2018 10:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pierre Langlois <pierre.langlois <at> gmx.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 20 Oct 2018 10:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Pierre Langlois <pierre.langlois <at> gmx.com>
To: guix-patches <at> gnu.org
Cc: Pierre Langlois <pierre.langlois <at> gmx.com>
Subject: [PATCH] gnu: light: Update to 1.2.
Date: Sat, 20 Oct 2018 11:50:13 +0100
[Message part 1 (text/plain, inline)]
Hello guix!

Here's a patch to update the `light` utility. It looks like upstream has
moved to a full GNU build system so we don't need to adapt phases
nymore :-). Also, the dependency on help2man was dropped.

Thanks!
Pierre

[0001-gnu-light-Update-to-1.2.patch (text/x-patch, attachment)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Sun, 21 Oct 2018 21:54:01 GMT) Full text and rfc822 format available.

Notification sent to Pierre Langlois <pierre.langlois <at> gmx.com>:
bug acknowledged by developer. (Sun, 21 Oct 2018 21:54:02 GMT) Full text and rfc822 format available.

Message #10 received at 33101-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Pierre Langlois <pierre.langlois <at> gmx.com>
Cc: 33101-done <at> debbugs.gnu.org
Subject: Re: [bug#33101] [PATCH] gnu: light: Update to 1.2.
Date: Sun, 21 Oct 2018 23:53:48 +0200
[Message part 1 (text/plain, inline)]
Hi Pierre,

Pierre Langlois <pierre.langlois <at> gmx.com> skribis:

>>From 411309b19a678f3f0076bb66f95baab7706cd605 Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <pierre.langlois <at> gmx.com>
> Date: Sat, 20 Oct 2018 11:17:24 +0100
> Subject: [PATCH] gnu: light: Update to 1.2.
>
> * gnu/packages/linux.scm (light): Update to 1.2.
> [source]: Switch to url-fetch.
> [arguments]: Remove.
> [native-inputs]: Remove help2man. Add autoconf and automake.

Awesome, applied.  I also make the changes below to please ‘guix lint’.

Thank you!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 94e7a6d97..4d4c36412 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4176,12 +4176,13 @@ monitoring tools for Linux.  These include @code{mpstat}, @code{iostat},
                      version ".tar.gz"))
               (sha256
                (base32
-                "1gfvsw7gh5pis733l7j54vzp272pvjyzbg8a0pvapfmg0s7mip97"))))
+                "1gfvsw7gh5pis733l7j54vzp272pvjyzbg8a0pvapfmg0s7mip97"))
+              (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)))
-    (home-page "https://haikarainen.github.io/light")
+    (home-page "https://haikarainen.github.io/light/")
     (synopsis "GNU/Linux application to control backlights")
     (description
      "Light is a program to send commands to screen backlight controllers

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 19 Nov 2018 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 296 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.