* [PATCH] gnu: gnome-maps: Update to 3.18.3.
@ 2016-08-17 22:36 Alex Griffin
2016-08-18 0:03 ` ng0
2016-08-19 21:55 ` Leo Famulari
0 siblings, 2 replies; 3+ messages in thread
From: Alex Griffin @ 2016-08-17 22:36 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 254 bytes --]
This patch updates GNOME Maps to 3.18.3, which changes the map tile
provider to Mapbox after Mapquest revoked GNOME's access.
I tried updating straight to 3.20.2 (the latest), but there were some
issues I wasn't willing to investigate.
--
Alex Griffin
[-- Attachment #2: 0001-gnu-gnome-maps-Update-to-3.18.3.patch --]
[-- Type: text/plain, Size: 1387 bytes --]
From 14ce2c74c39c4ec26353e28b1dcf2e89b74905ca Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Wed, 17 Aug 2016 16:37:58 -0500
Subject: [PATCH 1/2] gnu: gnome-maps: Update to 3.18.3.
* gnu/packages/geo.scm (gnome-maps): Update to 3.18.3.
---
gnu/packages/geo.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 1ef5eeb..86828e7 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -35,7 +36,7 @@
(define-public gnome-maps
(package
(name "gnome-maps")
- (version "3.18.2")
+ (version "3.18.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -43,7 +44,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "0y4jmh5hwskh2mnladh9hxp9k8as7crm8wwwiifvxsjjj9az2gv9"))))
+ "1vdnr2wmhqhql2gxd5n1ijwk88qhim14izbkczncg35846hfsr5i"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags ; Ensure that geoclue is referred to by output.
--
2.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: gnome-maps: Update to 3.18.3.
2016-08-17 22:36 [PATCH] gnu: gnome-maps: Update to 3.18.3 Alex Griffin
@ 2016-08-18 0:03 ` ng0
2016-08-19 21:55 ` Leo Famulari
1 sibling, 0 replies; 3+ messages in thread
From: ng0 @ 2016-08-18 0:03 UTC (permalink / raw)
To: guix-devel
Alex Griffin <a@ajgrf.com> writes:
> This patch updates GNOME Maps to 3.18.3, which changes the map tile
> provider to Mapbox after Mapquest revoked GNOME's access.
>
> I tried updating straight to 3.20.2 (the latest), but there were some
> issues I wasn't willing to investigate.
https://mail.gnome.org/archives/distributor-list/2016-July/msg00000.html
Earlier versions are also updated, but version bumping the application
also makes sense.
> --
> Alex Griffin
> From 14ce2c74c39c4ec26353e28b1dcf2e89b74905ca Mon Sep 17 00:00:00 2001
> From: Alex Griffin <a@ajgrf.com>
> Date: Wed, 17 Aug 2016 16:37:58 -0500
> Subject: [PATCH 1/2] gnu: gnome-maps: Update to 3.18.3.
>
> * gnu/packages/geo.scm (gnome-maps): Update to 3.18.3.
> ---
> gnu/packages/geo.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
> index 1ef5eeb..86828e7 100644
> --- a/gnu/packages/geo.scm
> +++ b/gnu/packages/geo.scm
> @@ -1,5 +1,6 @@
> ;;; GNU Guix --- Functional package management for GNU
> ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
> +;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -35,7 +36,7 @@
> (define-public gnome-maps
> (package
> (name "gnome-maps")
> - (version "3.18.2")
> + (version "3.18.3")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnome/sources/" name "/"
> @@ -43,7 +44,7 @@
> name "-" version ".tar.xz"))
> (sha256
> (base32
> - "0y4jmh5hwskh2mnladh9hxp9k8as7crm8wwwiifvxsjjj9az2gv9"))))
> + "1vdnr2wmhqhql2gxd5n1ijwk88qhim14izbkczncg35846hfsr5i"))))
> (build-system glib-or-gtk-build-system)
> (arguments
> `(#:configure-flags ; Ensure that geoclue is referred to by output.
> --
> 2.9.3
>
--
ng0
For non-prism friendly talk find me on http://www.psyced.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: gnome-maps: Update to 3.18.3.
2016-08-17 22:36 [PATCH] gnu: gnome-maps: Update to 3.18.3 Alex Griffin
2016-08-18 0:03 ` ng0
@ 2016-08-19 21:55 ` Leo Famulari
1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2016-08-19 21:55 UTC (permalink / raw)
To: Alex Griffin; +Cc: guix-devel
On Wed, Aug 17, 2016 at 05:36:22PM -0500, Alex Griffin wrote:
> This patch updates GNOME Maps to 3.18.3, which changes the map tile
> provider to Mapbox after Mapquest revoked GNOME's access.
> * gnu/packages/geo.scm (gnome-maps): Update to 3.18.3.
Thanks! Pushed as ad1ff78d636.
> I tried updating straight to 3.20.2 (the latest), but there were some
> issues I wasn't willing to investigate.
I have some unfinished work on this. There is discussion in the
guix-devel archives. For some reason, GNOME became glacially slow for me
after it had been working for a while, so it was too hard to test the
gnome-maps package. I need to investigate this issue, but anyone should
feel free to move forward with this package.
Here is the WIP branch:
https://github.com/lfam/guix/commits/contrib-maps-next
Unfortunately, it's been long enough that I've forgotten the state of
the branch...
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-19 21:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17 22:36 [PATCH] gnu: gnome-maps: Update to 3.18.3 Alex Griffin
2016-08-18 0:03 ` ng0
2016-08-19 21:55 ` Leo Famulari
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).