[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/62: gnu: gnome-keyring: Update to 3.28.2.
From: |
guix-commits |
Subject: |
27/62: gnu: gnome-keyring: Update to 3.28.2. |
Date: |
Wed, 23 Jan 2019 06:12:51 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 58ef333fee6ed7a332a4461b3f66101b0dff9f25
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 12:26:31 2018 +0200
gnu: gnome-keyring: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-keyring): Update to 3.28.2.
[arguments]: Replace "pre-check" phase with "fix-/bin/sh-reference".
[inputs]: Add openssh.
---
gnu/packages/gnome.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0911f19..2260193 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -667,7 +667,7 @@ GNOME Desktop.")
(define-public gnome-keyring
(package
(name "gnome-keyring")
- (version "3.20.1")
+ (version "3.28.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -675,7 +675,7 @@ GNOME Desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "134ci3mn6jjap59z3lrvyiip7zf2nlw5xvanr44yajs57xr4x5lp"))))
+ "0sk4las4ji8wv9nx8mldzqccmpmkvvr9pdwv9imj26r10xyin5w1"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;48 of 603 tests fail because /var/lib/dbus/machine-id does
@@ -688,11 +688,11 @@ GNOME Desktop.")
(assoc-ref %outputs "out") "/share/p11-kit/modules/"))
#:phases
(modify-phases %standard-phases
- (add-before
- 'check 'pre-check
- (lambda* (#:key inputs #:allow-other-keys)
- (substitute* "build/tap-driver"
- (("/usr/bin/env python") (which "python")))))
+ (add-after 'unpack 'fix-/bin/sh-reference
+ (lambda _
+ (substitute* "po/Makefile.in.in"
+ (("/bin/sh") (which "sh")))
+ #t))
(add-before
'configure 'fix-docbook
(lambda* (#:key inputs #:allow-other-keys)
@@ -705,7 +705,6 @@ GNOME Desktop.")
(setenv "XML_CATALOG_FILES"
(string-append (assoc-ref inputs "docbook-xml")
"/xml/dtd/docbook/catalog.xml"))
-
;; Rerun the whole thing to avoid version mismatch ("This is
;; Automake 1.15.1, but the definition used by this
;; AM_INIT_AUTOMAKE comes from Automake 1.15."). Note: we don't
@@ -716,6 +715,7 @@ GNOME Desktop.")
(inputs
`(("libgcrypt" ,libgcrypt)
("linux-pam" ,linux-pam)
+ ("openssh" ,openssh)
("dbus" ,dbus)
("gcr" ,gcr)))
(native-inputs
- 51/62: gnu: nautilus: Update to 3.28.1., (continued)
- 51/62: gnu: nautilus: Update to 3.28.1., guix-commits, 2019/01/23
- 50/62: gnu: gnome-bluetooth: Update to 3.28.0., guix-commits, 2019/01/23
- 10/62: gnu: glibmm: Update to 2.56.0., guix-commits, 2019/01/23
- 09/62: gnu: gedit: Use gtksourceview-3., guix-commits, 2019/01/23
- 53/62: gnu: gdm: Update to 3.28.2., guix-commits, 2019/01/23
- 03/62: gnu: gtk-doc: Update to 1.28., guix-commits, 2019/01/23
- 16/62: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2019/01/23
- 18/62: gnu: gnumeric: Update to 1.12.41., guix-commits, 2019/01/23
- 20/62: gnu: geocode-glib: Update to 3.26.0., guix-commits, 2019/01/23
- 21/62: gnu: libgweather: Update to 3.28.2., guix-commits, 2019/01/23
- 27/62: gnu: gnome-keyring: Update to 3.28.2.,
guix-commits <=
- 26/62: gnu: libgnome-games-support: Update to 1.4.1., guix-commits, 2019/01/23
- 29/62: gnu: librsvg: Build Vala bindings., guix-commits, 2019/01/23
- 39/62: gnu: python-pyatspi: Update to 2.26.0., guix-commits, 2019/01/23
- 34/62: gnu: cheese: Propagate more inputs., guix-commits, 2019/01/23
- 33/62: gnu: orca: Update to 3.28.1., guix-commits, 2019/01/23
- 40/62: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/01/23
- 37/62: gnu: zenity: Update to 3.28.1., guix-commits, 2019/01/23
- 30/62: gnu: gnome-mines: Update to 3.28.0., guix-commits, 2019/01/23
- 38/62: gnu: mutter: Update to 3.28.2., guix-commits, 2019/01/23
- 35/62: gnu: network-manager: Update to 1.10.10., guix-commits, 2019/01/23