emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33101: closed ([PATCH] gnu: light: Update to 1.2.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33101: closed ([PATCH] gnu: light: Update to 1.2.)
Date: Sun, 21 Oct 2018 21:54:01 +0000

Your message dated Sun, 21 Oct 2018 23:53:48 +0200
with message-id <address@hidden>
and subject line Re: [bug#33101] [PATCH] gnu: light: Update to 1.2.
has caused the debbugs.gnu.org bug report #33101,
regarding [PATCH] gnu: light: Update to 1.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33101: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33101
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: light: Update to 1.2. Date: Sat, 20 Oct 2018 11:50:13 +0100 User-agent: mu4e 1.1.0; emacs 26.1
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

Attachment: 0001-gnu-light-Update-to-1.2.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#33101] [PATCH] gnu: light: Update to 1.2. Date: Sun, 21 Oct 2018 23:53:48 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hi Pierre,

Pierre Langlois <address@hidden> skribis:

>>From 411309b19a678f3f0076bb66f95baab7706cd605 Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <address@hidden>
> 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’.

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

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]