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>
This commit is contained in:
Vivien Kraus 2023-11-23 21:08:57 +01:00 committed by Liliana Marie Prikler
parent 9fa740331a
commit c47ecfa6f9
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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