From: Tobias Geerinckx-Rice <me@tobias.gr>
To: arne_bab@web.de
Cc: 36628@debbugs.gnu.org
Subject: [bug#36628] [PATCH 1/2] gnu: pngcrush: fix typo in description
Date: Sat, 13 Jul 2019 00:19:04 +0200 [thread overview]
Message-ID: <87ef2u521z.fsf@nckx> (raw)
In-Reply-To: <20190712214110.23718-2-arne_bab@web.de>
[-- Attachment #1: Type: text/plain, Size: 1784 bytes --]
Arne,
Arne Babenhauserheide wrote:
> * gnu/packages/image.scm (pngcrush): fix typo in description
> ---
> gnu/packages/image.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
> index 511f5302b7..b465ff376e 100644
> --- a/gnu/packages/image.scm
> +++ b/gnu/packages/image.scm
> @@ -250,7 +250,7 @@ APNG patch provides APNG support to
> libpng.")
> ("zlib" , zlib)))
> (home-page "https://pmt.sourceforge.io/pngcrush")
> (synopsis "Utility to compress PNG files")
> - (description "pngcrusqh is an optimizer for PNG (Portable
> Network Graphics)
> + (description "pngcrush is an optimizer for PNG (Portable
> Network Graphics)
> files. It can compress them as much as 40% losslessly.")
> (license license:zlib)))
Thanks! I was going to quickly apply these two before sleepytimes
but noticed that your other patch changes the description (only)
to begin with a capital letter, while this one remains lowercase.
Is that deliberate?
I also couldn't help myself and kept editing... What do you think
of the following? (It's still awfully short but that's another
issue.)
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -250,8 +250,8 @@ APNG patch provides APNG support to libpng.")
("zlib" , zlib)))
(home-page "https://pmt.sourceforge.io/pngcrush")
(synopsis "Utility to compress PNG files")
- (description "pngcrusqh is an optimizer for PNG (Portable
Network Graphics)
-files. It can compress them as much as 40% losslessly.")
+ (description "Pngcrush optimizes @acronym{PNG, Portable
Network Graphics}
+images. It can losslessly compress files by as much as an
additional 40%.")
(license license:zlib)))
Or something,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
next prev parent reply other threads:[~2019-07-12 22:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-12 21:41 [bug#36628] Minor fixes for pngcrush and python-aiorpcx Arne Babenhauserheide
2019-07-12 21:41 ` [bug#36628] [PATCH 1/2] gnu: pngcrush: fix typo in description Arne Babenhauserheide
2019-07-12 22:19 ` Tobias Geerinckx-Rice [this message]
2019-07-13 7:12 ` Arne Babenhauserheide
2019-07-12 21:41 ` [bug#36629] [PATCH 2/2] gnu: python-aiorpcx: capitalize description Arne Babenhauserheide
2019-07-15 10:44 ` bug#36629: " Ludovic Courtès
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=87ef2u521z.fsf@nckx \
--to=me@tobias.gr \
--cc=36628@debbugs.gnu.org \
--cc=arne_bab@web.de \
/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.