guix-patches
[Top][All Lists]
Advanced

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

bug#29444: [PATCH] gnu: image: Rename pngcrunch to pngcrush and update i


From: Ludovic Courtès
Subject: bug#29444: [PATCH] gnu: image: Rename pngcrunch to pngcrush and update it.
Date: Sun, 26 Nov 2017 17:36:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

nee <address@hidden> skribis:

> Hello the package pngcrush was wrongly named pngcrunsh.
>
> From 0aa4d700c488cc25bc45f4402f2afe0823197546 Mon Sep 17 00:00:00 2001
> From: nee <address@hidden>
> 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’.

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 via email to

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