all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67409] [PATCH gnome-team] gnu: gssdp: Update to 1.6.3.
@ 2023-11-23 18:14 Vivien Kraus via Guix-patches via
  2023-12-04  0:52 ` Maxim Cournoyer
  2023-12-05 17:42 ` bug#67409: Applied, closing Vivien Kraus via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-23 18:14 UTC (permalink / raw)
  To: 67409; +Cc: rg, liliana.prikler, maxim.cournoyer

* gnu/packages/gnome.scm (gssdp): Update to 1.6.3.
[#:configure-flags]: Add -Dgtk_doc=true.
[native-inputs]: Add pandoc.

Change-Id: Ib05c6bb40dd3967e9f2144bc065e598a40b59b85
---
 gnu/packages/gnome.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 194a443484..ec358e0af4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1330,7 +1330,7 @@ (define-public gnome-online-miners
 (define-public gssdp
   (package
     (name "gssdp")
-    (version "1.5.2")
+    (version "1.6.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1338,13 +1338,16 @@ (define-public gssdp
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "07hn2xma2yh17v7rlvcaibkn16bx4l9qig3mlb8hdp6qfiraqh7b"))))
+                "0iil7wgix0nzhf3i2w6g1wjqly49r9rsffca97ai9kr2vfpvbv9g"))))
     (build-system meson-build-system)
+    (arguments
+     (list #:configure-flags #~'("-Dgtk_doc=true")))
     (native-inputs
      (list gettext-minimal
            `(,glib "bin")
            gi-docgen
            gobject-introspection
+           pandoc
            pkg-config
            vala))
     (inputs

base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
-- 
2.41.0




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#67409] [PATCH gnome-team] gnu: gssdp: Update to 1.6.3.
  2023-11-23 18:14 [bug#67409] [PATCH gnome-team] gnu: gssdp: Update to 1.6.3 Vivien Kraus via Guix-patches via
@ 2023-12-04  0:52 ` Maxim Cournoyer
  2023-12-05 17:42 ` bug#67409: Applied, closing Vivien Kraus via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-12-04  0:52 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: rg, 67409, liliana.prikler

Hi,

Vivien Kraus <vivien@planete-kraus.eu> writes:

> * gnu/packages/gnome.scm (gssdp): Update to 1.6.3.
> [#:configure-flags]: Add -Dgtk_doc=true.
> [native-inputs]: Add pandoc.
>
> Change-Id: Ib05c6bb40dd3967e9f2144bc065e598a40b59b85

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#67409: Applied, closing
  2023-11-23 18:14 [bug#67409] [PATCH gnome-team] gnu: gssdp: Update to 1.6.3 Vivien Kraus via Guix-patches via
  2023-12-04  0:52 ` Maxim Cournoyer
@ 2023-12-05 17:42 ` Vivien Kraus via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-12-05 17:42 UTC (permalink / raw)
  To: 67409-done

Applied, closing.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-05 18:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 18:14 [bug#67409] [PATCH gnome-team] gnu: gssdp: Update to 1.6.3 Vivien Kraus via Guix-patches via
2023-12-04  0:52 ` Maxim Cournoyer
2023-12-05 17:42 ` bug#67409: Applied, closing Vivien Kraus via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.