guix-commits
[Top][All Lists]
Advanced

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

10/13: gnu: gupnp: Update to 1.6.6.


From: guix-commits
Subject: 10/13: gnu: gupnp: Update to 1.6.6.
Date: Mon, 1 Jan 2024 15:53:20 -0500 (EST)

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

commit c47ecfa6f90816e442b45f88fcc4ee4f4dcbbf14
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Nov 23 21:08:57 2023 +0100

    gnu: gupnp: Update to 1.6.6.
    
    * gnu/packages/gnome.scm (gupnp): Update to 1.6.6.
    [arguments]: Convert to list of G-Expressions.
    [#:configure-flags]: Add -Dgtk_doc=true.
    [native-inputs]: Add gi-docgen.
    
    Change-Id: Ia173720a9b888b4064417f1df79508a8c5b7fb14
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gnome.scm | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 87fad17c3f..def9c787ce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1381,7 +1381,7 @@ a debugging tool, @command{gssdp-device-sniffer}.")
 (define-public gupnp
   (package
     (name "gupnp")
-    (version "1.5.4")
+    (version "1.6.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1389,17 +1389,20 @@ a debugging tool, @command{gssdp-device-sniffer}.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0y0v0m6afnx879hjvhj2lrawp9qhpyp8mbds0yp544imghajk0wq"))))
+                "0kx0ymsab4x927ir2a5f7mfk9sck5kswbig6n38r4dwbqzl51p69"))))
     (build-system meson-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-before 'check 'pre-check
-           (lambda _
-             ;; Tests require a writable HOME.
-             (setenv "HOME" (getcwd)))))))
+     (list
+      #:configure-flags #~'("-Dgtk_doc=true")
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'check 'pre-check
+            (lambda _
+              ;; Tests require a writable HOME.
+              (setenv "HOME" (getcwd)))))))
     (native-inputs
      (list gettext-minimal
+           gi-docgen
            `(,glib "bin")
            gobject-introspection
            gtk-doc/stable



reply via email to

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