From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg. Date: Wed, 16 Mar 2016 09:10:23 +0800 Message-ID: <87twk7p6rk.fsf@member.fsf.org> References: <1457959093-5504-1-git-send-email-iyzsong@gmail.com> <87r3fbn2ks.fsf@gnu.org> 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]:38786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afzz3-0002VN-FR for guix-devel@gnu.org; Tue, 15 Mar 2016 21:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afzz0-0002wh-9z for guix-devel@gnu.org; Tue, 15 Mar 2016 21:10:45 -0400 Received: from smtp10.openmailbox.org ([62.4.1.44]:56853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afzz0-0002w5-3e for guix-devel@gnu.org; Tue, 15 Mar 2016 21:10:42 -0400 In-Reply-To: <87r3fbn2ks.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Tue, 15 Mar 2016 17:11:31 +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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. > > [...] > >> + (description (string-append >> + (package-description gdk-pixbuf) >> + " This version provides SVG support by default.")))) > > =E2=80=98description=E2=80=99 and =E2=80=98synopsis=E2=80=99 must be lite= ral strings so they are > internationalized. > > So instead, you could write something like: > > (synopsis "GNOME image loading and manipulation library, with SVG suppo= rt") > Done, Thanks!