me
/
guix
Archived
1
0
Fork 0

gnu: gjs: Update to 1.72.2.

* gnu/packages/gnome.scm (gjs): Update to 1.72.2.
[arguments]: Remove #:meson.
[propagated-inputs]: Change from MOZJS-78 to MOZJS-91.
master
Marius Bakke 2022-08-27 15:49:48 +02:00
parent 8888e9bfb2
commit bff11d6ac2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 7 deletions

View File

@ -7245,7 +7245,7 @@ configuration program to choose applications starting on login.")
(define-public gjs (define-public gjs
(package (package
(name "gjs") (name "gjs")
(version "1.70.0") (version "1.72.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -7253,7 +7253,7 @@ configuration program to choose applications starting on login.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0pqwhq0znprs0h5ixz396912acwzk9zvjfhi9qvh52ii38s2j1jb")) "0xrrv9lsi087yb9yf146a1aarf5yh6rf4jw9blx30zasvjdkgvnx"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -7262,10 +7262,7 @@ configuration program to choose applications starting on login.")
(("☭") "")))))) (("☭") ""))))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
;; Use meson-0.59, otherwise we'd get "ERROR: "install_dir" must be '(#:configure-flags '("-Dinstalled_tests=false")
;; specified when installing a target".
`(#:meson ,meson-0.59
#:configure-flags '("-Dinstalled_tests=false")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'check 'pre-check (add-before 'check 'pre-check
@ -7287,7 +7284,7 @@ configuration program to choose applications starting on login.")
xorg-server-for-tests)) xorg-server-for-tests))
(propagated-inputs (propagated-inputs
;; These are all in the Requires.private field of gjs-1.0.pc. ;; These are all in the Requires.private field of gjs-1.0.pc.
(list cairo gobject-introspection mozjs-78)) (list cairo gobject-introspection mozjs-91))
(inputs (inputs
(list gtk+ readline)) (list gtk+ readline))
(synopsis "Javascript bindings for GNOME") (synopsis "Javascript bindings for GNOME")