[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
184/265: gnu: gjs: Update package definition.
From: |
guix-commits |
Subject: |
184/265: gnu: gjs: Update package definition. |
Date: |
Wed, 19 Aug 2020 13:09:25 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 123abe492d92109e283ced0adb0e275759237264
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Tue Aug 11 06:21:31 2020 -0400
gnu: gjs: Update package definition.
* gnu/packages/gnome.scm (gjs) [version]: Update to 1.64.4.
[source]<origin>[sha256]: Modify base32.
[build-system]: Change from glib-or-gtk to meson.
[arguments]<#:glib-or-gtk?>: New argument.
<#:phases>['pre-check]: Modify phase.
[propagated-inputs]: Replace mozjs-60 with mozjs-68.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 25 ++++++++-----------------
1 file changed, 8 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 475d1bb..6762818 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8216,7 +8216,7 @@ configuration program to choose applications starting on
login.")
(define-public gjs
(package
(name "gjs")
- (version "1.58.8")
+ (version "1.64.4")
(source
(origin
(method url-fetch)
@@ -8225,14 +8225,13 @@ configuration program to choose applications starting
on login.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "10gkmxbhwpnq27db0gkn25b0gw28n05msjkzwjg3sdhpdisfpcvz"))))
- (build-system glib-or-gtk-build-system)
+ (base32 "0k6l2qc2vkws34zrgdhl57qxf0jjkar2iziz6qn4n1w7va73mk53"))))
+ (build-system meson-build-system)
(arguments
- '(#:configure-flags
+ `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:configure-flags
(list
- "--enable-code-coverage"
- "--enable-asan"
- "--enable-ubsan")
+ "-Dinstalled_tests=false")
#:phases
(modify-phases %standard-phases
(add-before
@@ -8243,17 +8242,9 @@ configuration program to choose applications starting on
login.")
(setenv "DISPLAY" ":1")
;; For the missing /etc/machine-id.
(setenv "DBUS_FATAL_WARNINGS" "0")
- ;; Our mozjs 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") "")
- (("☭") ""))
#t)))))
(native-inputs
- `(("dbus-launch" ,dbus)
+ `(("dbus" ,dbus)
("dconf" ,dconf)
("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
@@ -8271,7 +8262,7 @@ configuration program to choose applications starting on
login.")
`(("cairo" ,cairo)
("glib" ,glib)
("libffi" ,libffi)
- ("mozjs" ,mozjs-60)))
+ ("mozjs" ,mozjs-68)))
(synopsis "Javascript bindings for GNOME")
(description "Gjs is a javascript binding for GNOME. It's mainly based on
spidermonkey javascript engine and the GObject introspection framework.")
- 193/265: gnu: gnome: Revise package definition., (continued)
- 193/265: gnu: gnome: Revise package definition., guix-commits, 2020/08/19
- 181/265: gnu: wayland: Update package definition., guix-commits, 2020/08/19
- 183/265: gnu: Add mozjs-68., guix-commits, 2020/08/19
- 185/265: gnu: mutter: Update package definition., guix-commits, 2020/08/19
- 186/265: gnu: gdm: Update package definition., guix-commits, 2020/08/19
- 188/265: build-system/glib-or-gtk: Include GI_TYPELIB_PATH in wrapper., guix-commits, 2020/08/19
- 190/265: build-system/python: Also wrap executables that are in "libexec"., guix-commits, 2020/08/19
- 192/265: build-system/cmake: Wrap Python executables, too., guix-commits, 2020/08/19
- 158/265: gnu: gnome-keyring: Update package definition., guix-commits, 2020/08/19
- 170/265: gnu: gnome-user-docs: Update package definition., guix-commits, 2020/08/19
- 184/265: gnu: gjs: Update package definition.,
guix-commits <=
- 194/265: gnu: Add gnome-minimal., guix-commits, 2020/08/19
- 195/265: gnu: opencv: Fix build with new version of jasper., guix-commits, 2020/08/19
- 196/265: build-system/meson: Only include phases that are enabled., guix-commits, 2020/08/19
- 200/265: gnu: at-spi2-core: Include python phases., guix-commits, 2020/08/19
- 218/265: gnu: wpebackend-fdo: Include glib-or-gtk phases., guix-commits, 2020/08/19
- 222/265: gnu: geocode-glib: Include python phases., guix-commits, 2020/08/19
- 223/265: gnu: gexiv2: Include python phases., guix-commits, 2020/08/19
- 224/265: gnu: gom: Include python phases., guix-commits, 2020/08/19
- 165/265: gnu: gnome-settings-daemon: Update package definition., guix-commits, 2020/08/19
- 172/265: gnu: gnome-weather: Update package definition., guix-commits, 2020/08/19