From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH] gnu: Add desktop-file-utils. Date: Mon, 02 Feb 2015 18:49:41 +0800 Message-ID: <8761bkziyi.fsf@gmail.com> References: <1422536989-12625-1-git-send-email-iyzsong@gmail.com> <87fvape31t.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIEZW-0001ZL-C1 for guix-devel@gnu.org; Mon, 02 Feb 2015 05:49:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIEZV-0005B2-7j for guix-devel@gnu.org; Mon, 02 Feb 2015 05:49:38 -0500 In-Reply-To: <87fvape31t.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> * gnu/packages/gnome.scm (desktop-file-utils): New variable. > > [...] > >> + (description >> + "This package contains a few command line utilities for working wi= th >> +desktop entries: >> + >> +desktop-file-validate: validates a desktop file and prints warnings/err= ors >> + about desktop entry specification violations. >> + >> +desktop-file-install: installs a desktop file to the applications direc= tory, >> + optionally munging it a bit in transit. >> + >> +update-desktop-database: updates the database containing a cache of MIM= E 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=E2=80=99. Sorry, I pushed it already :( Is this patch OK? --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-desktop-file-utils-Adjust-formatting-of-descript.patch >From 32c4ff2642fac85fceccb7a009131103049dec92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= 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 --=-=-=--