diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-06-23 16:46:26 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-07-11 16:12:25 +0200 |
commit | fc25bd72b2a276fb442eff8360c41c62fa14432f (patch) | |
tree | e89daaa48e87d87afd729fdba3d335cc0c994251 | |
parent | e12a0cb3db33f024de6f3779f3ea8d13051cfd2c (diff) | |
download | guix-fc25bd72b2a276fb442eff8360c41c62fa14432f.tar.gz |
gnu: desktop-file-utils: Format description.
* gnu/packages/freedesktop.scm (desktop-file-utils)[description]: Format description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/freedesktop.scm | 22 |
1 files 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 @@ to applications simultaneously competing for fingerprint readers.") (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 |