[PATCH gnome-team] gnu: gnome-maps: Update to 44.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

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

Toggle diff (47 lines)
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
Liliana Marie Prikler wrote 1 years ago
fdee51d81acd21c4b662e563a818eecd69e8bbcf.camel@gmail.com
Am Dienstag, dem 21.11.2023 um 18:49 +0100 schrieb Vivien Kraus:
Toggle quote (7 lines)
> * 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
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67336
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