[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/47: gnu: gjs: Update to 1.58.3.
From: |
guix-commits |
Subject: |
34/47: gnu: gjs: Update to 1.58.3. |
Date: |
Mon, 23 Mar 2020 15:50:56 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 950fe9a9e1cbd03fbf47a1b74804b0a0a050df7f
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Dec 21 23:21:18 2019 -0500
gnu: gjs: Update to 1.58.3.
* gnu/packages/gnome.scm (gjs): Update to 1.58.3.
[native-inputs]: Add dconf.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0332ec7..ecf7bb4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5758,7 +5758,7 @@ configuration program to choose applications starting on
login.")
(define-public gjs
(package
(name "gjs")
- (version "1.56.2")
+ (version "1.58.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5766,7 +5766,7 @@ configuration program to choose applications starting on
login.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1b5321krn89p3f7s2ik6gpfnc61apzljhlnbqky8c88f7n6832ac"))))
+ "1bkksx362007zs8c31ydygb29spwa5g5kch1ad2grc2sp53wv7ya"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@@ -5796,6 +5796,7 @@ configuration program to choose applications starting on
login.")
("xmllint" ,libxml2)
;; For testing
("dbus-launch" ,dbus)
+ ("dconf" ,dconf) ; required to properly store settings
("uuidgen" ,util-linux)
("xvfb" ,xorg-server-for-tests)))
(propagated-inputs
- 23/47: gnu: gnome-settings-daemon: Update to 3.34.1., (continued)
- 23/47: gnu: gnome-settings-daemon: Update to 3.34.1., guix-commits, 2020/03/23
- 18/47: gnu: evolution: Update to 3.34.2., guix-commits, 2020/03/23
- 24/47: gnu: gnome-control-center: Update to 3.34.2., guix-commits, 2020/03/23
- 22/47: gnu: gnome-session: Update to 3.34.2., guix-commits, 2020/03/23
- 25/47: gnu: gnome-disk-utility: Update to 3.34.0., guix-commits, 2020/03/23
- 26/47: gnu: gnome-keyring: Update to 3.34.0., guix-commits, 2020/03/23
- 27/47: gnu: gnome-screenshot: Update to 3.34.0., guix-commits, 2020/03/23
- 28/47: gnu: gnome-terminal: Update to 3.34.2., guix-commits, 2020/03/23
- 30/47: gnu: totem: Update to 3.34.1., guix-commits, 2020/03/23
- 33/47: gnu: telepathy-glib: Disable failing tests., guix-commits, 2020/03/23
- 34/47: gnu: gjs: Update to 1.58.3.,
guix-commits <=
- 21/47: gnu: gnome-contacts: Update to 3.34., guix-commits, 2020/03/23
- 20/47: gnu: folks: Update to 0.13.1., guix-commits, 2020/03/23
- 19/47: gnu: dbus-glib: Update to 0.110., guix-commits, 2020/03/23
- 32/47: gnu: gdm: Update to 3.34.1., guix-commits, 2020/03/23
- 39/47: gnu: devhelp: Update to 3.34.0., guix-commits, 2020/03/23
- 44/47: gnu: gnome-shell-extensions: Update to 3.34.2., guix-commits, 2020/03/23
- 46/47: gnu: cheese: Update to 3.34.0., guix-commits, 2020/03/23
- 47/47: gnu: gnome-maps: Update to 3.34.2., guix-commits, 2020/03/23
- 29/47: gnu: nautilus: Update to 3.34.2., guix-commits, 2020/03/23
- 31/47: gnu: mutter: Update to 3.34.2., guix-commits, 2020/03/23