gnu: geoclue: Update to 2.5.5
* gnu/packages/gnome.scm (geoclue): Update to 2.5.5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									01dce79fa4
								
							
						
					
					
						commit
						50e96d25b7
					
				
					 1 changed files with 14 additions and 23 deletions
				
			
		| 
						 | 
					@ -40,7 +40,7 @@
 | 
				
			||||||
;;; Copyright © 2019 Jelle Licht <jlicht@fsfe.org>
 | 
					;;; Copyright © 2019 Jelle Licht <jlicht@fsfe.org>
 | 
				
			||||||
;;; Copyright © 2019 Jonathan Frederickson <jonathan@terracrypt.net>
 | 
					;;; Copyright © 2019 Jonathan Frederickson <jonathan@terracrypt.net>
 | 
				
			||||||
;;; Copyright © 2019, 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 | 
					;;; Copyright © 2019, 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 | 
				
			||||||
;;; Copyright © 2019 Martin Becze <mjbecze@riseup.net>
 | 
					;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
 | 
				
			||||||
;;; Copyright © 2019 David Wilson <david@daviwil.com>
 | 
					;;; Copyright © 2019 David Wilson <david@daviwil.com>
 | 
				
			||||||
;;; Copyright © 2019, 2020 Raghav Gururajan <raghavgururajan@disroot.org>
 | 
					;;; Copyright © 2019, 2020 Raghav Gururajan <raghavgururajan@disroot.org>
 | 
				
			||||||
;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 | 
					;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 | 
				
			||||||
| 
						 | 
					@ -4078,43 +4078,34 @@ output devices.")
 | 
				
			||||||
(define-public geoclue
 | 
					(define-public geoclue
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "geoclue")
 | 
					    (name "geoclue")
 | 
				
			||||||
    (version "2.4.8")
 | 
					    (version "2.5.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://www.freedesktop.org/software/" name
 | 
					       (uri
 | 
				
			||||||
                           "/releases/" (version-major+minor version) "/"
 | 
					        (string-append "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/"
 | 
				
			||||||
                           name "-" version ".tar.xz"))
 | 
					                       version "/geoclue-" version ".tar.bz2"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "08yg1r7m0n9hwyvcy769qkmkf8lslqwv69cjfffwnc3zm5km25qj"))
 | 
					         "1b7jqrsn4x7mxjxj8hvb2dl2cmhrpb9vibs4rvkkanky5nsx3sai"))
 | 
				
			||||||
       (patches (search-patches "geoclue-config.patch"))))
 | 
					       (patches (search-patches "geoclue-config.patch"))))
 | 
				
			||||||
    (build-system glib-or-gtk-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(;; The tests want to run the system bus.
 | 
					     '(#:configure-flags (list "-Dbus-srv-user=geoclue")))
 | 
				
			||||||
       #:tests? #f
 | 
					 | 
				
			||||||
       #:configure-flags (list ;; Disable bits requiring ModemManager.
 | 
					 | 
				
			||||||
                               "--disable-3g-source"
 | 
					 | 
				
			||||||
                               "--disable-cdma-source"
 | 
					 | 
				
			||||||
                               "--disable-modem-gps-source"
 | 
					 | 
				
			||||||
                               "--with-dbus-service-user=geoclue")
 | 
					 | 
				
			||||||
       #:phases
 | 
					 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					 | 
				
			||||||
         (add-before 'configure 'patch-/bin/true
 | 
					 | 
				
			||||||
                     (lambda _
 | 
					 | 
				
			||||||
                       (substitute* "configure"
 | 
					 | 
				
			||||||
                         (("/bin/true") (which "true")))
 | 
					 | 
				
			||||||
                       #t)))))
 | 
					 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)
 | 
					     `(("pkg-config" ,pkg-config)
 | 
				
			||||||
       ("gobject-introspection" ,gobject-introspection)
 | 
					       ("gobject-introspection" ,gobject-introspection)
 | 
				
			||||||
 | 
					       ("modem-manager" ,modem-manager)
 | 
				
			||||||
 | 
					       ("libnotify" ,libnotify)
 | 
				
			||||||
 | 
					       ("gtk-doc", gtk-doc)
 | 
				
			||||||
       ("intltool" ,intltool)))
 | 
					       ("intltool" ,intltool)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("avahi" ,avahi)
 | 
					     `(("avahi" ,avahi)
 | 
				
			||||||
       ("glib" ,glib)
 | 
					       ("glib:bin" ,glib "bin")
 | 
				
			||||||
 | 
					       ("glib-networking" ,glib-networking)
 | 
				
			||||||
       ("json-glib" ,json-glib)
 | 
					       ("json-glib" ,json-glib)
 | 
				
			||||||
       ("libsoup" ,libsoup)))
 | 
					       ("libsoup" ,libsoup)))
 | 
				
			||||||
    (home-page "https://www.freedesktop.org/wiki/Software/GeoClue/")
 | 
					    (home-page "https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home")
 | 
				
			||||||
    (synopsis "Geolocation service")
 | 
					    (synopsis "Geolocation service")
 | 
				
			||||||
    (description "Geoclue is a D-Bus service that provides location
 | 
					    (description "Geoclue is a D-Bus service that provides location
 | 
				
			||||||
information.  The primary goal of the Geoclue project is to make creating
 | 
					information.  The primary goal of the Geoclue project is to make creating
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue