[PATCH 0/2] Package description typo fixes

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Bruno Victal
Owner
unassigned
Submitted by
Bruno Victal
Severity
normal
B
B
Bruno Victal wrote on 23 Jun 2023 17:42
(address . guix-patches@gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
cover.1687534864.git.mirai@makinata.eu
Bruno Victal (2):
gnu: guile-hashing: Fix description.
gnu: desktop-file-utils: Format description.

gnu/packages/freedesktop.scm | 22 +++++++++++++---------
gnu/packages/guile-xyz.scm | 2 +-
2 files changed, 14 insertions(+), 10 deletions(-)


base-commit: f25529b08e356f89ca7cecc44295085531a8faba
--
2.39.2
B
B
Bruno Victal wrote on 23 Jun 2023 17:46
[PATCH 1/2] gnu: guile-hashing: Fix description.
(address . 64256@debbugs.gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
0932cd69f4c1f7960951aef5baa903e552beb714.1687535166.git.mirai@makinata.eu
* gnu/packages/guile-xyz.scm (guile-hashing)[description]: Fix typo.
---
gnu/packages/guile-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index da929709e4..2c9cfcfbae 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4251,7 +4251,7 @@ (define-public guile-hashing
#t)))))
(native-inputs
(list guile-3.0))
- (synopsis "Cryprographic hash functions implemented in Scheme")
+ (synopsis "Cryptographic hash functions implemented in Scheme")
(description
"The @code{(hashing @dots{})} modules implement cryptographic hash
functions in pure R6RS Scheme: CRC, HMAC, MD5, SHA-1, and SHA-2 (SHA-256,

base-commit: f25529b08e356f89ca7cecc44295085531a8faba
--
2.39.2
B
B
Bruno Victal wrote on 23 Jun 2023 17:46
[PATCH 2/2] gnu: desktop-file-utils: Format description.
(address . 64256@debbugs.gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
119030edc53ec0e936c0ea0490f861ea735f4ecb.1687535166.git.mirai@makinata.eu
* gnu/packages/freedesktop.scm (desktop-file-utils)[description]: Format
description.
---
gnu/packages/freedesktop.scm | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 6385741d89..3bfc8b33ae 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2214,15 +2214,19 @@ (define-public desktop-file-utils
(description
"This package contains a few command line utilities for working with
desktop entries:
-
-desktop-file-validate: validates a desktop file and prints warnings/errors
- about desktop entry specification violations.
-
-desktop-file-install: installs a desktop file to the applications directory,
- optionally munging it a bit in transit.
-
-update-desktop-database: updates the database containing a cache of MIME types
- handled by desktop files.")
+@table @command
+@item desktop-file-validate
+Validates a desktop file and prints warnings/errors about desktop entry
+specification violations.
+
+@item desktop-file-install
+Installs a desktop file to the applications directory, optionally munging it
+a bit in transit.
+
+@item update-desktop-database
+Updates the database containing a cache of MIME types handled by desktop
+files.
+@end table")
(license license:gpl2+)))
(define-public xdg-user-dirs
--
2.39.2
L
L
Ludovic Courtès wrote on 11 Jul 2023 16:12
Re: bug#64256: [PATCH 0/2] Package description typo fixes
(name . Bruno Victal)(address . mirai@makinata.eu)(address . 64256-done@debbugs.gnu.org)
87v8eq35be.fsf@gnu.org
Bruno Victal <mirai@makinata.eu> skribis:

Toggle quote (3 lines)
> gnu: guile-hashing: Fix description.
> gnu: desktop-file-utils: Format description.

Applied, thanks!
Closed
?