unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67336] [PATCH gnome-team] gnu: gnome-maps: Update to 44.5.
@ 2023-11-21 17:49 Vivien Kraus via Guix-patches via
  2023-12-04 19:49 ` bug#67336: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-21 17:49 UTC (permalink / raw)
  To: 67336; +Cc: rg, liliana.prikler, maxim.cournoyer

* gnu/packages/geo.scm (gnome-maps): Update to 44.5.
[inputs]: Replace gtk+ with gtk.  Replace webkitgtk-for-gtk3 with webkitgtk.
Remove libhandy.

Change-Id: I8548878653120ea3cfc7554e2133880f46aeadf8
---
 gnu/packages/geo.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index f84fd12d86..a1992dec26 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -468,7 +468,7 @@ (define-public geos
 (define-public gnome-maps
   (package
     (name "gnome-maps")
-    (version "43.0")                    ;for libsoup 3 support
+    (version "44.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -476,7 +476,7 @@ (define-public gnome-maps
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1r1l6ajs6zz316m8zac5r0l3qgdv616xh376bfn2fflcnz7wys08"))))
+                "026488yb6azwb2sm0yy0iaipk914l3agvb7d8azks4kyjqlslyb8"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -518,18 +518,17 @@ (define-public gnome-maps
            glib-networking
            gnome-online-accounts
            gsettings-desktop-schemas
-           gtk+
+           gtk
            libadwaita
            libgee
            libgweather4
-           libhandy
            librsvg
            libsecret
            libshumate
            libsoup
            libxml2
            rest-next
-           webkitgtk-for-gtk3))
+           webkitgtk))
     (synopsis "Graphical map viewer and wayfinding program")
     (description "GNOME Maps is a graphical map viewer.  It uses map data from
 the OpenStreetMap project.  It can provide directions for walking, bicycling,

base-commit: 1cc3b7e80f60a2a5a6a1400ed0b025efeae7a523
-- 
2.41.0




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

* bug#67336: [PATCH gnome-team] gnu: gnome-maps: Update to 44.5.
  2023-11-21 17:49 [bug#67336] [PATCH gnome-team] gnu: gnome-maps: Update to 44.5 Vivien Kraus via Guix-patches via
@ 2023-12-04 19:49 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-12-04 19:49 UTC (permalink / raw)
  To: Vivien Kraus, 67336-done; +Cc: rg, maxim.cournoyer

Am Dienstag, dem 21.11.2023 um 18:49 +0100 schrieb Vivien Kraus:
> * gnu/packages/geo.scm (gnome-maps): Update to 44.5.
> [inputs]: Replace gtk+ with gtk.  Replace webkitgtk-for-gtk3 with
> webkitgtk.
> Remove libhandy.
> 
> Change-Id: I8548878653120ea3cfc7554e2133880f46aeadf8
> ---
Pushed.

Thanks




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

end of thread, other threads:[~2023-12-04 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21 17:49 [bug#67336] [PATCH gnome-team] gnu: gnome-maps: Update to 44.5 Vivien Kraus via Guix-patches via
2023-12-04 19:49 ` bug#67336: " Liliana Marie Prikler

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).