[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/107: gnu: gjs: Update to 1.64.1.
From: |
guix-commits |
Subject: |
66/107: gnu: gjs: Update to 1.64.1. |
Date: |
Tue, 12 May 2020 10:53:26 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit f7db4678f09be07f07019a7bf2b4cf42c69bad85
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Apr 21 13:04:16 2020 -0400
gnu: gjs: Update to 1.64.1.
* gnu/packages/gnome.scm (gjs): Update to 1.64.1.
[build-system]: Use meson-build-system.
[arguments]: Add 'disable-failing-test' phase and adjust 'pre-check' phase.
[propagated-inputs]: Replace mozjs-60 with mozjs-68.
---
gnu/packages/gnome.scm | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 41614ba..6390843 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5857,7 +5857,7 @@ configuration program to choose applications starting on
login.")
(define-public gjs
(package
(name "gjs")
- (version "1.58.3")
+ (version "1.64.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5865,13 +5865,19 @@ configuration program to choose applications starting
on login.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1bkksx362007zs8c31ydygb29spwa5g5kch1ad2grc2sp53wv7ya"))))
- (build-system gnu-build-system)
+ "0z4qx4s3174b1w5b0slnn6jwpy2c18s4fvx4xii2kflr7s4q7bsm"))))
+ (build-system meson-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
- (add-before
- 'check 'pre-check
+ (add-after 'unpack 'disable-failing-test
+ (lambda _
+ ;; This test because it's unable to access
/var/lib/dbus/machine-id
+ ;; and /etc/machine-id.
+ (substitute* "installed-tests/js/meson.build"
+ (("'Gio',") ""))
+ #t))
+ (add-before 'check 'pre-check
(lambda _
;; The test suite requires a running X server.
(system "Xvfb :1 &")
@@ -5880,14 +5886,7 @@ configuration program to choose applications starting on
login.")
;; For the missing /etc/machine-id.
(setenv "DBUS_FATAL_WARNINGS" "0")
- ;; Our mozjs-38 package does not compile the required Intl API
- ;; support for these failing tests.
- (substitute* "installed-tests/js/testLocale.js"
- ((".*toBeDefined.*") "")
- ((".*expect\\(datestr\\).*") ""))
- (substitute* "installed-tests/scripts/testCommandLine.sh"
- (("Valentín") "")
- (("☭") ""))
+ (setenv "HOME" (getcwd))
#t)))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-resources
@@ -5902,7 +5901,7 @@ configuration program to choose applications starting on
login.")
;; These are all in the Requires.private field of gjs-1.0.pc.
`(("cairo" ,cairo)
("gobject-introspection" ,gobject-introspection)
- ("mozjs" ,mozjs-60)))
+ ("mozjs" ,mozjs-68)))
(inputs
`(("gtk+" ,gtk+)
("readline" ,readline)))
- 73/107: gnu: gnome-terminal: Update to 3.36.1.1., (continued)
- 73/107: gnu: gnome-terminal: Update to 3.36.1.1., guix-commits, 2020/05/12
- 78/107: gnu: gnome-disk-utility: Update to 3.36.1., guix-commits, 2020/05/12
- 83/107: gnu: gnome-boxes: Update to 3.36.3., guix-commits, 2020/05/12
- 22/107: gnu: gnome-desktop: Update to 3.36.1., guix-commits, 2020/05/12
- 72/107: gnu: gnome-sudoku: Update to 3.36.0., guix-commits, 2020/05/12
- 77/107: gnu: orca: Update to 3.36.2., guix-commits, 2020/05/12
- 99/107: gnu: mobile-broadband-provider-info: Update to 20190618., guix-commits, 2020/05/12
- 49/107: gnu: pipewire: Update to 0.3.2., guix-commits, 2020/05/12
- 63/107: gnu: gnome-initial-setup: Update to 3.36.1., guix-commits, 2020/05/12
- 62/107: gnu: epiphany: Update to 3.36.1., guix-commits, 2020/05/12
- 66/107: gnu: gjs: Update to 1.64.1.,
guix-commits <=
- 68/107: gnu: gnome-shell-extensions: Update to 3.36.1., guix-commits, 2020/05/12
- 69/107: gnu: gnome-user-docs: Update to 3.36.1., guix-commits, 2020/05/12
- 79/107: gnu: glade: Update to 3.22.2., guix-commits, 2020/05/12
- 87/107: gnu: gnome-mines: Update to 3.36.0., guix-commits, 2020/05/12
- 98/107: gnu: gnome-font-viewer: Update to 3.34.0., guix-commits, 2020/05/12
- 101/107: gnu: gnome-screenshot: Update to 3.36.0., guix-commits, 2020/05/12
- 104/107: gnu: gnome-klotski: Update to 3.36.0., guix-commits, 2020/05/12
- 106/107: gnu: grilo: Update to 0.3.12., guix-commits, 2020/05/12
- 96/107: gnu: gnome-contacts: Update to 3.36.1., guix-commits, 2020/05/12
- 105/107: gnu: gcab: Update to 1.4., guix-commits, 2020/05/12