unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Pierre Langlois <pierre.langlois@gmx.com>
Cc: 33101-done@debbugs.gnu.org
Subject: bug#33101: [PATCH] gnu: light: Update to 1.2.
Date: Sun, 21 Oct 2018 23:53:48 +0200	[thread overview]
Message-ID: <87d0s36k5v.fsf@gnu.org> (raw)
In-Reply-To: <cub4ldggae2.fsf@gmx.com> (Pierre Langlois's message of "Sat, 20 Oct 2018 11:50:13 +0100")

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

Hi Pierre,

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

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 948 bytes --]

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

      reply	other threads:[~2018-10-21 21:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-20 10:50 [bug#33101] [PATCH] gnu: light: Update to 1.2 Pierre Langlois
2018-10-21 21:53 ` Ludovic Courtès [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87d0s36k5v.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=33101-done@debbugs.gnu.org \
    --cc=pierre.langlois@gmx.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).