[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/75: gnu: gnome-maps: Update to 40.5.
From: |
guix-commits |
Subject: |
37/75: gnu: gnome-maps: Update to 40.5. |
Date: |
Mon, 27 Sep 2021 07:17:22 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 113f184dac4ffc1684d6c5ae3d1f527736ac0c5d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 19:37:07 2021 +0000
gnu: gnome-maps: Update to 40.5.
* gnu/packages/geo.scm (gnome-maps): Update to 40.5.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
[inputs]: Add libhandy.
---
gnu/packages/geo.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 0be0703..12108f6 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -211,15 +211,15 @@ topology functions.")
(define-public gnome-maps
(package
(name "gnome-maps")
- (version "3.38.5")
+ (version "40.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1llgzm2ni3iy31dznqkc81vadv0fpqgpz2l9zzrj5jshvyq0akgh"))))
+ "02bdkmb3wyzfrbq726634v4g1hyh9za70cc2ivlbp7zc2n1jgp5c"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -229,14 +229,13 @@ topology functions.")
;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "meson_post_install.py"
- (("gtk-update-icon-cache") "true"))
- #t))
+ (("gtk-update-icon-cache") "true"))))
(add-after 'unpack 'patch-dbus-service
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "data/org.gnome.Maps.service.in"
(("@pkgdatadir@/org.gnome.Maps")
- (string-append (assoc-ref outputs "out") "/bin/gnome-maps")))
- #t))
+ (string-append (assoc-ref outputs "out")
+ "/bin/gnome-maps")))))
(add-after 'install 'wrap
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
@@ -274,6 +273,7 @@ topology functions.")
("folks" ,folks)
("libchamplain" ,libchamplain)
("libgee" ,libgee)
+ ("libhandy" ,libhandy)
("libsecret" ,libsecret)
("libsoup" ,libsoup)
("libgweather" ,libgweather)
- 40/75: gnu: simple-scan: Update to 40.5., (continued)
- 40/75: gnu: simple-scan: Update to 40.5., guix-commits, 2021/09/27
- 43/75: gnu: gnome-online-accounts: Update to 3.40.0., guix-commits, 2021/09/27
- 20/75: gnu: gnome-calendar: Update to 40.2., guix-commits, 2021/09/27
- 23/75: gnu: Add tepl-5., guix-commits, 2021/09/27
- 25/75: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/09/27
- 29/75: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/27
- 30/75: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/09/27
- 27/75: gnu: baobab: Update to 40.0., guix-commits, 2021/09/27
- 35/75: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/09/27
- 36/75: gnu: gnome-clocks: Update to 40.0., guix-commits, 2021/09/27
- 37/75: gnu: gnome-maps: Update to 40.5.,
guix-commits <=
- 42/75: gnu: yelp: Update to 40.3., guix-commits, 2021/09/27
- 44/75: gnu: eog: Update to 40.3., guix-commits, 2021/09/27
- 45/75: gnu: gnome-contacts: Update to 40.0., guix-commits, 2021/09/27
- 50/75: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/27
- 53/75: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/27
- 19/75: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/27
- 55/75: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/27
- 57/75: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 61/75: gnu: gdm: Update to 40.1., guix-commits, 2021/09/27
- 62/75: gnu: gnome-music: Update to 40.1.1., guix-commits, 2021/09/27