[PATCH gnome-team] gnu: gssdp: Update to 1.6.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
b4f2854283bfb5f4d48eae176b7b68e76bc02826.1700763408.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (35 lines)
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
Maxim Cournoyer wrote 1 years ago
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)
878r6avlfi.fsf@gmail.com
Hi,

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

Toggle quote (6 lines)
> * 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
Vivien Kraus wrote 1 years ago
Applied, closing
(address . 67409-done@debbugs.gnu.org)
298412eb9daa595e5ec29ecaecaffe12146f7802.camel@planete-kraus.eu
Applied, closing.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67409@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67409
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help