all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64256] [PATCH 0/2] Package description typo fixes
@ 2023-06-23 15:42 Bruno Victal
  2023-06-23 15:46 ` [bug#64256] [PATCH 1/2] gnu: guile-hashing: Fix description Bruno Victal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bruno Victal @ 2023-06-23 15:42 UTC (permalink / raw)
  To: 64256; +Cc: Bruno Victal

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#64256] [PATCH 1/2] gnu: guile-hashing: Fix description.
  2023-06-23 15:42 [bug#64256] [PATCH 0/2] Package description typo fixes Bruno Victal
@ 2023-06-23 15:46 ` Bruno Victal
  2023-06-23 15:46 ` [bug#64256] [PATCH 2/2] gnu: desktop-file-utils: Format description Bruno Victal
  2023-07-11 14:12 ` bug#64256: [PATCH 0/2] Package description typo fixes Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: Bruno Victal @ 2023-06-23 15:46 UTC (permalink / raw)
  To: 64256; +Cc: Bruno Victal

* gnu/packages/guile-xyz.scm (guile-hashing)[description]: Fix typo.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#64256] [PATCH 2/2] gnu: desktop-file-utils: Format description.
  2023-06-23 15:42 [bug#64256] [PATCH 0/2] Package description typo fixes Bruno Victal
  2023-06-23 15:46 ` [bug#64256] [PATCH 1/2] gnu: guile-hashing: Fix description Bruno Victal
@ 2023-06-23 15:46 ` Bruno Victal
  2023-07-11 14:12 ` bug#64256: [PATCH 0/2] Package description typo fixes Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: Bruno Victal @ 2023-06-23 15:46 UTC (permalink / raw)
  To: 64256; +Cc: Bruno Victal

* gnu/packages/freedesktop.scm (desktop-file-utils)[description]: Format
description.
---
 gnu/packages/freedesktop.scm | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#64256: [PATCH 0/2] Package description typo fixes
  2023-06-23 15:42 [bug#64256] [PATCH 0/2] Package description typo fixes Bruno Victal
  2023-06-23 15:46 ` [bug#64256] [PATCH 1/2] gnu: guile-hashing: Fix description Bruno Victal
  2023-06-23 15:46 ` [bug#64256] [PATCH 2/2] gnu: desktop-file-utils: Format description Bruno Victal
@ 2023-07-11 14:12 ` Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2023-07-11 14:12 UTC (permalink / raw)
  To: Bruno Victal; +Cc: 64256-done

Bruno Victal <mirai@makinata.eu> skribis:

>   gnu: guile-hashing: Fix description.
>   gnu: desktop-file-utils: Format description.

Applied, thanks!




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-11 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-23 15:42 [bug#64256] [PATCH 0/2] Package description typo fixes Bruno Victal
2023-06-23 15:46 ` [bug#64256] [PATCH 1/2] gnu: guile-hashing: Fix description Bruno Victal
2023-06-23 15:46 ` [bug#64256] [PATCH 2/2] gnu: desktop-file-utils: Format description Bruno Victal
2023-07-11 14:12 ` bug#64256: [PATCH 0/2] Package description typo fixes Ludovic Courtès

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.