unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier via Guix-patches via <guix-patches@gnu.org>
To: 70831@debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier@web.de>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>,
	Maxim Cournoyer <maxim.cournoyer@gmail.com>,
	Vivien Kraus <vivien@planete-kraus.eu>
Subject: [bug#70831] [PATCH 1/2] gnu: libshumate: Update to 1.2.1.
Date: Wed,  8 May 2024 14:51:37 +0200	[thread overview]
Message-ID: <3e8fe9608b5176c1b1bdabd614904cf49b6eb8fc.1715172318.git.jonathan.brielmaier@web.de> (raw)
In-Reply-To: <cover.1715172318.git.jonathan.brielmaier@web.de>

* gnu/packages/gnome.scm (libshumate): Update to 1.2.1.
[arguments]: Drop `-Dlibsoup3=true` configure flag as it got removed
upstream.  It only supports libsoup3 now.
[native-inputs]: Add gperf.
[propagated-inputs]: Add json-glib and protobuf-c.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 489f23865b..ab76f9c019 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -43,7 +43,7 @@
 ;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
 ;;; Copyright © 2019 David Wilson <david@daviwil.com>
 ;;; Copyright © 2019, 2020 Raghav Gururajan <raghavgururajan@disroot.org>
-;;; Copyright © 2019, 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
+;;; Copyright © 2019, 2020, 2024 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2019-2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
@@ -5030,7 +5030,7 @@ (define-public rest-next
 (define-public libshumate
   (package
     (name "libshumate")
-    (version "1.0.5")
+    (version "1.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5038,11 +5038,10 @@ (define-public libshumate
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0v4m07vxm3m4a2vqkp2wfsc3zsf92fpigc1k8yq49vkpj7gxikx8"))))
+                "04cwakbdr68nw4kh956xhf447fawz8badpyd76hg4ir1gq3yw18i"))))
     (build-system meson-build-system)
     (arguments
-     (list #:configure-flags #~(list "-Dlibsoup3=true")
-           #:phases
+     (list #:phases
            #~(modify-phases %standard-phases
                (replace 'check
                  (lambda* (#:key tests? test-options #:allow-other-keys)
@@ -5062,6 +5061,7 @@ (define-public libshumate
      (list gi-docgen
            `(,glib "bin")
            gobject-introspection
+           gperf
            pkg-config
            ;; For tests:
            xorg-server-for-tests
@@ -5072,7 +5072,9 @@ (define-public libshumate
      (list cairo
            glib
            gtk
+           json-glib
            libsoup
+           protobuf-c
            sqlite))
     (home-page "https://wiki.gnome.org/Projects/libshumate")
     (synopsis "GtkWidget C library for displaying maps")
--
2.41.0





  reply	other threads:[~2024-05-08 12:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08 12:48 [bug#70831] [PATCH 0/2] Update gnome-maps to 46.10 Jonathan Brielmaier via Guix-patches via
2024-05-08 12:51 ` Jonathan Brielmaier via Guix-patches via [this message]
2024-05-08 19:45   ` [bug#70831] [PATCH 1/2] gnu: libshumate: Update to 1.2.1 Maxim Cournoyer
2024-05-08 12:51 ` [bug#70831] [PATCH 2/2] gnu: gnome-maps: Update to 46.10 Jonathan Brielmaier via Guix-patches via
2024-05-13  9:12 ` [bug#70831] [PATCH 0/2] Update gnome-maps " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3e8fe9608b5176c1b1bdabd614904cf49b6eb8fc.1715172318.git.jonathan.brielmaier@web.de \
    --to=guix-patches@gnu.org \
    --cc=70831@debbugs.gnu.org \
    --cc=jonathan.brielmaier@web.de \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).