From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOkfX-0001d4-Ss for guix-patches@gnu.org; Sat, 24 Jun 2017 09:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOkfT-00076g-41 for guix-patches@gnu.org; Sat, 24 Jun 2017 09:00:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60855) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dOkfT-00076W-0q for guix-patches@gnu.org; Sat, 24 Jun 2017 09:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dOkfS-0004DP-ML for guix-patches@gnu.org; Sat, 24 Jun 2017 09:00:02 -0400 Subject: [bug#27473] [PATCH] gnu: epiphany: Add gdk-pixbuf input. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOket-0001MU-6g for guix-patches@gnu.org; Sat, 24 Jun 2017 08:59:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOkeo-0006qj-Br for guix-patches@gnu.org; Sat, 24 Jun 2017 08:59:27 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:36649 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dOkeo-0006ps-2Z for guix-patches@gnu.org; Sat, 24 Jun 2017 08:59:22 -0400 Date: Sat, 24 Jun 2017 07:59:12 -0500 From: rennes Message-Id: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-Jjwu9/OhOELUGVSPxYTO" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27473@debbugs.gnu.org --=-Jjwu9/OhOELUGVSPxYTO Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Good day, On epiphany-3.24.2 the 'view and manage your bookmarks' icon is not =20 displayed correctly. This patch allows to correctly display the icons.= --=-Jjwu9/OhOELUGVSPxYTO Content-Type: text/x-patch; charset=us-ascii; name=0001-gnu-epiphany-Add-gdk-pixbuf-input.patch Content-Disposition: attachment; filename=0001-gnu-epiphany-Add-gdk-pixbuf-input.patch =46rom b5261fefade1f9894503ce2ad2ccf3e10a722c24 Mon Sep 17 00:00:00 2001 From: rennes Date: Sat, 24 Jun 2017 07:45:47 -0500 Subject: [PATCH] gnu: epiphany: Add gdk-pixbuf input. * gnu/packages/gnome.scm (epiphany): Add gdk-pixbuf input. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cef991d5f..78a838e74 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3858,6 +3858,7 @@ work and the interface is well tested.") (inputs `(("avahi" ,avahi) ("gcr" ,gcr) + ("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files ("glib-networking" ,glib-networking) ("gnome-desktop" ,gnome-desktop) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) -- 2.13.1 --=-Jjwu9/OhOELUGVSPxYTO--