Ludovic Courtès <l...@gnu.org> writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/packages/gnome.scm (desktop-file-utils): New variable. > > [...] > >> + (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.") > > Could you remove the alignment of lines (because formatting is lost when > using the various tools), and enclose the command names in simple > quotes? > > OK to push with that, thanks! > > Ludo’. Sorry, I pushed it already :(
Is this patch OK?
>From 32c4ff2642fac85fceccb7a009131103049dec92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzs...@gmail.com> Date: Mon, 2 Feb 2015 18:45:26 +0800 Subject: [PATCH] gnu: desktop-file-utils: Adjust formatting of description. * gnu/packages/gnome.scm (desktop-file-utils)[description]: Adjust formatting. --- gnu/packages/gnome.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c42092d..b99e332 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -335,14 +335,14 @@ GNOME and KDE desktops to the icon names proposed in the specification.") "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-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. +'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.") +'update-desktop-database': updates the database containing a cache of MIME types +handled by desktop files.") (license license:gpl2+))) (define-public gnome-icon-theme -- 2.1.2