unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: nee <nee@cock.li>
Cc: 29444-done@debbugs.gnu.org
Subject: bug#29444: [PATCH] gnu: image: Rename pngcrunch to pngcrush and update it.
Date: Sun, 26 Nov 2017 17:36:16 +0100	[thread overview]
Message-ID: <878tetvvy7.fsf@gnu.org> (raw)
In-Reply-To: <16353634-233f-2972-5d9a-f8afd38205b5@cock.li> (nee@cock.li's message of "Sat, 25 Nov 2017 21:06:29 +0100")

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

nee <nee@cock.li> skribis:

> Hello the package pngcrush was wrongly named pngcrunsh.
>
> From 0aa4d700c488cc25bc45f4402f2afe0823197546 Mon Sep 17 00:00:00 2001
> From: nee <nee.git@cock.li>
> Date: Sat, 25 Nov 2017 20:51:11 +0100
> Subject: [PATCH] gnu: image: Rename pngcrunch to pngcrush and update it.
>
> * gnu/packages/image.scm(pngcrush): Renamed from pngcrunch.
> [version]: update to 1.8.13.
> [arguments]: Use the nolib Makefile.
> [origin]: Use the no-lib tar.
> [home-page]: update to the new website.
> * gnu/packages/image.scm(pngcrunsh): Make it a deprecated package.

Funny.  :-)

Applied with the change below to make deprecation effective.

Thanks!

Ludo’.


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

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index fd6db73a8..a183817db 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -241,8 +241,9 @@ in-memory raw vectors.")
 files.  It can compress them as much as 40% losslessly.")
    (license license:zlib)))
 
-;;; typo package of pngcrush
-(deprecated-package "pngcrunch" pngcrush)
+(define-public pngcrunch
+  ;; This package used to be wrongfully name "pngcrunch".
+  (deprecated-package "pngcrunch" pngcrush))
 
 (define-public libjpeg
   (package

      reply	other threads:[~2017-11-26 16:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-25 20:06 [bug#29444] [PATCH] gnu: image: Rename pngcrunch to pngcrush and update it nee
2017-11-26 16:36 ` 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=878tetvvy7.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=29444-done@debbugs.gnu.org \
    --cc=nee@cock.li \
    /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).