[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/113: gnu: yelp-tools: Update to 40.0.
From: |
guix-commits |
Subject: |
60/113: gnu: yelp-tools: Update to 40.0. |
Date: |
Wed, 24 Mar 2021 19:23:45 -0400 (EDT) |
lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit fb2fdc4f61fc85504d980cc3441d52ecc5536218
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:42:08 2021 +0100
gnu: yelp-tools: Update to 40.0.
* gnu/packages/gnome.scm (yelp-tools): Update to 40.0.
[build-system]: Switch to meson-build-system.
[inputs]: Add python-lxml.
---
gnu/packages/gnome.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5fd7a6e..f9985a6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6787,21 +6787,22 @@ freedesktop.org help system specification.")
(define-public yelp-tools
(package
(name "yelp-tools")
- (version "3.32.2")
+ (version "40.0")
(source
(origin
(method url-fetch)
(uri
(string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
- (build-system gnu-build-system)
+ (base32 "1bkanqp3qwmirv06mi99qv2acr5ba5rlhy9zlh0fyrfxygraqjv6"))))
+ (build-system meson-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
- `(("yelp-xsl" ,yelp-xsl)))
+ `(("yelp-xsl" ,yelp-xsl)
+ ("python-lxml" ,python-lxml)))
(propagated-inputs
;; Needed by `yelp-build', `yelp-check' or 'yelp.m4'.
`(("itstool" ,itstool)
- 49/113: gnu: gom: Update to 0.4., (continued)
- 49/113: gnu: gom: Update to 0.4., guix-commits, 2021/03/24
- 50/113: gnu: libgnome-games-support: Update to 1.8.1., guix-commits, 2021/03/24
- 51/113: gnu: gnome-klotski: Update to 3.38.2., guix-commits, 2021/03/24
- 53/113: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/03/24
- 55/113: gnu: gvfs: Update to 1.48.0., guix-commits, 2021/03/24
- 18/113: gnu: gnome-user-docs: Update to 40.0., guix-commits, 2021/03/24
- 29/113: gnu: gsettings-desktop-schemas: Update to 40.0., guix-commits, 2021/03/24
- 30/113: gnu: adwaita-icon-theme: Update to 3.38.0., guix-commits, 2021/03/24
- 52/113: gnu: eog: Update to 40.0., guix-commits, 2021/03/24
- 14/113: gnu: sushi: Update to 3.38.0., guix-commits, 2021/03/24
- 60/113: gnu: yelp-tools: Update to 40.0.,
guix-commits <=
- 61/113: gnu: libgee: Update to 0.20.4., guix-commits, 2021/03/24
- 62/113: gnu: gnome-session: Update to 3.38.0., guix-commits, 2021/03/24
- 64/113: gnu: gedit: Update to 40.0., guix-commits, 2021/03/24
- 68/113: gnu: network-manager: Update to 1.31.1., guix-commits, 2021/03/24
- 54/113: gnu: libgudev: Update to 236., guix-commits, 2021/03/24
- 57/113: gnu: epiphany: Update to 40.0., guix-commits, 2021/03/24
- 58/113: gnu: yelp-xsl: Update to 40.0., guix-commits, 2021/03/24
- 59/113: gnu: yelp: Update to 40.0., guix-commits, 2021/03/24
- 65/113: gnu: mutter: Update to 40.0., guix-commits, 2021/03/24
- 73/113: gnu: gnome-control-center: Update to 40.0., guix-commits, 2021/03/24