unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31301] [PATCH] gnu: glib: Update to 2.56.1.
@ 2018-04-28 11:23 Roel Janssen
  0 siblings, 0 replies; only message in thread
From: Roel Janssen @ 2018-04-28 11:23 UTC (permalink / raw)
  To: 31301

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

Dear Guix,

I'd like to update glib, as a starter for updating all things GNOME.
This probably has a large impact on builds, so I'd like to know where
and when we can apply this update.

Kind regards,
Roel Janssen


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-glib-Update-to-2.56.1.patch --]
[-- Type: text/x-patch, Size: 1664 bytes --]

From f57c9b1bb761a9cbc092e0db92147614334c7239 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Sat, 28 Apr 2018 13:19:03 +0200
Subject: [PATCH 1/2] gnu: glib: Update to 2.56.1.

* gnu/packages/glib.scm (glib): Update to 2.56.1
  [arguments]: Disable test for guess_svg_from_data.
---
 gnu/packages/glib.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 30a22d7d5..e4cedf2a3 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -148,7 +148,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.54.2")
+   (version "2.56.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -156,7 +156,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0v4ffl172kbqgxrhgxyafhpw36bq3iklb2zjqyl6jcfkmb2yb2dv"))
+              "138b3hi7glfpbia49gi07lyz1dh9k0jl9vpd3aiwflf6y923zvs0"))
             (patches (search-patches "glib-respect-datadir.patch"
                                      "glib-tests-timer.patch"))))
    (build-system gnu-build-system)
@@ -235,6 +235,7 @@ shared NFS home directories.")
                      ("gio/tests/contenttype.c"
                       (;; XXX: requires shared-mime-info.
                        "/contenttype/guess"
+                       "/contenttype/guess_svg_from_data"
                        "/contenttype/subtype"
                        "/contenttype/list"
                        "/contenttype/icon"
-- 
2.17.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-28 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-28 11:23 [bug#31301] [PATCH] gnu: glib: Update to 2.56.1 Roel Janssen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).