guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

82/85: gnu: gjs: Update to 1.46.0.


From: Mark H. Weaver
Subject: 82/85: gnu: gjs: Update to 1.46.0.
Date: Wed, 11 Jan 2017 16:36:10 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit fc119619c16931eb3f2ca4fffcc90d478ba1433e
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 9 04:10:36 2017 -0500

    gnu: gjs: Update to 1.46.0.
    
    * gnu/packages/gnome.scm (gjs): Update to 1.46.0.
    [arguments]: Start Xvfb in 'pre-check' phase.
---
 gnu/packages/gnome.scm |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5e2b4ff..b8b725d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4061,7 +4061,7 @@ configuration program to choose applications starting on 
login.")
 (define-public gjs
   (package
     (name "gjs")
-    (version "1.44.0")
+    (version "1.46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4069,7 +4069,7 @@ configuration program to choose applications starting on 
login.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "106fgpr4y99sj68l72pnfa2za11ps4bn6p9z28fr79j7mpv61jc8"))
+                "1m2ssa6qsipbp8lz4xbhf0nhadhv0xkdpmz1jcvl9187lwgmk0r2"))
               (modules '((guix build utils)))
               (snippet '(substitute* "test/run-with-dbus"
                           (("/bin/rm") "rm")))))
@@ -4080,6 +4080,10 @@ configuration program to choose applications starting on 
login.")
          (add-before
           'check 'pre-check
           (lambda _
+            ;; The test suite requires a running X server.
+            (system "Xvfb :1 &")
+            (setenv "DISPLAY" ":1")
+
             ;; For the missing /etc/machine-id.
             (setenv "DBUS_FATAL_WARNINGS" "0")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]