all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Pierre-Antoine Rouby <contact@parouby.fr>
Cc: 33148-done@debbugs.gnu.org
Subject: bug#33148: [PATCH] gnu: Add jp2a.
Date: Fri, 26 Oct 2018 21:13:52 +0200	[thread overview]
Message-ID: <87woq4bjwv.fsf@gnu.org> (raw)
In-Reply-To: <20181025102816.20497-1-contact@parouby.fr> (Pierre-Antoine Rouby's message of "Thu, 25 Oct 2018 12:28:16 +0200")

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

Hello Pierre-Antoine!

Pierre-Antoine Rouby <contact@parouby.fr> skribis:

> * gnu/packages/image.scm: New variable.

Applied with the minor changes below.  Thank you!  :-)

Ludo’.


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

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 6e3c6cc18f..9bf9bd7e5e 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1511,7 +1511,8 @@ identical visual appearance.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0nahpjvrahixcfqqrjj2k4fscc8qs4hqnmj2qgjzsjj3z6xxh2g5"))))
+         "0nahpjvrahixcfqqrjj2k4fscc8qs4hqnmj2qgjzsjj3z6xxh2g5"))
+       (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (inputs
      `(("libjpeg" ,libjpeg)
@@ -1521,7 +1522,7 @@ identical visual appearance.")
        ("automake" ,automake)
        ("pkg-config" ,pkg-config)))
     (home-page "https://csl.name/jp2a/")
-    (synopsis "Converts JPG images to ASCII")
-    (description "Jp2a is a small utility that converts JPG images to
-ASCII.")
+    (synopsis "Convert JPEG images to ASCII")
+    (description
+     "Jp2a is a small utility that converts JPEG images to ASCII.")
     (license license:gpl2)))

      reply	other threads:[~2018-10-26 19:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-25 10:28 [bug#33148] [PATCH] gnu: Add jp2a Pierre-Antoine Rouby
2018-10-26 19:13 ` 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

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

  git send-email \
    --in-reply-to=87woq4bjwv.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=33148-done@debbugs.gnu.org \
    --cc=contact@parouby.fr \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.