[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")
- 74/85: gnu: mutter: Update to 3.22.2., (continued)
- 74/85: gnu: mutter: Update to 3.22.2., Mark H. Weaver, 2017/01/11
- 49/85: gnu: grilo-plugins: Update to 0.3.3., Mark H. Weaver, 2017/01/11
- 07/85: gnu: libgsf: Update to 1.14.41., Mark H. Weaver, 2017/01/11
- 35/85: gnu: gnome-desktop: Update to 3.22.2., Mark H. Weaver, 2017/01/11
- 33/85: gnu: libgweather: Update to 3.20.4., Mark H. Weaver, 2017/01/11
- 32/85: gnu: libnotify: Update to 0.7.7., Mark H. Weaver, 2017/01/11
- 40/85: gnu: hicolor-icon-theme: Update to 0.15., Mark H. Weaver, 2017/01/11
- 58/85: gnu: rhythmbox: Update to 3.4.1., Mark H. Weaver, 2017/01/11
- 67/85: gnu: telepathy-mission-control: Update to 5.16.4., Mark H. Weaver, 2017/01/11
- 80/85: gnu: gnome-settings-daemon: Update to 3.22.1., Mark H. Weaver, 2017/01/11
- 82/85: gnu: gjs: Update to 1.46.0.,
Mark H. Weaver <=
- 53/85: gnu: evince: Update to 3.22.1., Mark H. Weaver, 2017/01/11
- 30/85: gnu: libchamplain: Update to 0.12.14., Mark H. Weaver, 2017/01/11
- 34/85: gnu: libpeas: Update to 1.20.0., Mark H. Weaver, 2017/01/11
- 37/85: gnu: gnome-online-accounts: Update to 3.22.3., Mark H. Weaver, 2017/01/11
- 14/85: gnu: desktop-file-utils: Update to 0.23., Mark H. Weaver, 2017/01/11
- 36/85: gnu: totem-pl-parser: Update to 3.10.7., Mark H. Weaver, 2017/01/11
- 16/85: gnu: python-pygobject: Update to 3.22.0., Mark H. Weaver, 2017/01/11
- 41/85: gnu: adwaita-icon-theme: Update to 3.22.0., Mark H. Weaver, 2017/01/11
- 60/85: gnu: baobab: Update to 3.22.1., Mark H. Weaver, 2017/01/11
- 63/85: gnu: gnome-calendar: Update to 3.22.2., Mark H. Weaver, 2017/01/11