guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]