guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/27: gnu: yelp-tools: Update to 42.1.


From: guix-commits
Subject: 25/27: gnu: yelp-tools: Update to 42.1.
Date: Tue, 19 Dec 2023 17:51:27 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 34f0b66193f4aefde3ff6da2cc7c852ed0301fd1
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sun Nov 26 19:01:46 2023 +0100

    gnu: yelp-tools: Update to 42.1.
    
    yelp-tools has changed its version scheme, so its download URL changed.
    
    * gnu/packages/gnome.scm (yelp-tools): Update to 42.1.
    [source]: Update origin uri.
    [build-system]: Change to meson-build-system.
    [#:configure-flags]: Set -Dhelp=true.
    [propagated-inputs]: Drop labels.
    [native-inputs]: Add gettext-minimal, python, python-lxml.
    
    Change-Id: Ibc091329275959219fdcb1af47d34e40128da889
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 194c569544..a3dcd9ac9a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7380,26 +7380,26 @@ freedesktop.org help system specification.")
 (define-public yelp-tools
   (package
     (name "yelp-tools")
-    (version "3.32.2")
+    (version "42.1")
     (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 "01gr255nlb77462040499qx50sik17x2b2jhzncmn56l4106lj9y"))))
+    (build-system meson-build-system)
+    (arguments
+     (list #:configure-flags #~'("-Dhelp=true")))
     (native-inputs
-     (list pkg-config))
+     (list gettext-minimal pkg-config python python-lxml))
     (inputs
      (list yelp-xsl))
     (propagated-inputs
      ;; Needed by `yelp-build', `yelp-check' or 'yelp.m4'.
-     `(("itstool" ,itstool)
-       ("xmllint" ,libxml2)
-       ("xsltproc" ,libxslt)))
+     (list itstool libxml2 libxslt))
     (synopsis "Yelp documentation tools")
     (description
      "Yelp-tools is a collection of scripts and build utilities to help create,



reply via email to

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