From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 5/6] gnu: Add gnome-desktop. Date: Sat, 30 Nov 2013 23:07:55 +0100 Message-ID: <87haatwnk4.fsf@gnu.org> References: <1385774016-1418-1-git-send-email-tipecaml@gmail.com> <1385774016-1418-6-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vmsho-0007Yq-Ch for guix-devel@gnu.org; Sat, 30 Nov 2013 17:08:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vmshh-0001Fr-2J for guix-devel@gnu.org; Sat, 30 Nov 2013 17:08:04 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:43247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vmshg-0001Fn-SU for guix-devel@gnu.org; Sat, 30 Nov 2013 17:07:56 -0500 In-Reply-To: <1385774016-1418-6-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Sat, 30 Nov 2013 02:13:35 +0100") 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: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/gnome.scm (gnome-desktop): New variable. OK, but: > + (synopsis > + "The libgnome-desktop library, the gnome-about program and some > +desktop-wide documents.") should be a short phrase, not a sentence, and one that does not repeat the package name, like: =E2=80=9Clibgnome-desktop, gnome-about, and desktop= -wide documents=E2=80=9D. Thanks! Ludo=E2=80=99.