From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: gtk+: Enable SVG support. Date: Tue, 15 Mar 2016 17:09:34 +0100 Message-ID: <87y49jn2o1.fsf@gnu.org> References: <1457959093-5504-1-git-send-email-iyzsong@gmail.com> <1457959093-5504-2-git-send-email-iyzsong@gmail.com> <87lh5lfcat.fsf@member.fsf.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]:57344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afrXR-0005T8-5E for guix-devel@gnu.org; Tue, 15 Mar 2016 12:09:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afrXN-0004J8-Av for guix-devel@gnu.org; Tue, 15 Mar 2016 12:09:41 -0400 In-Reply-To: <87lh5lfcat.fsf@member.fsf.org> (=?utf-8?B?IuWui+aWh+atpiIn?= =?utf-8?B?cw==?= message of "Mon, 14 Mar 2016 20:56:26 +0800") 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) skribis: > =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > >> * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use 'gtk-pixbu= f+svg' >> instead of 'gtk-pixbuf'. > Typo, it's 'gdk-pixbuf'. > > This patch shouldn't apply directly to master right? I think this > should be pushed with the themes patch and maybe some gtk+ releated > packages update to a seperated branch. Right, it should be in a separate branch, say =E2=80=98gtk-update=E2=80=99. Ludo=E2=80=99.