[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
175/181: gnu: Add libshumate.
From: |
guix-commits |
Subject: |
175/181: gnu: Add libshumate. |
Date: |
Tue, 13 Sep 2022 02:26:34 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit ab754956c1271e36ca0cb43f967f16b6fe9f47f8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 12 11:31:23 2022 -0400
gnu: Add libshumate.
* gnu/packages/gnome.scm (libshumate): New variable.
---
gnu/packages/gnome.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b8ad99ed59..65767b7401 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4999,6 +4999,50 @@ libxml to ease remote use of the RESTful API.")
(replace "libsoup" libsoup)
(append json-glib)))))
+(define-public libshumate
+ (package
+ (name "libshumate")
+ (version "1.0.0.beta") ;no stable release yet
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "13xrc07fm0967gzbqab8k0l3dnknh00p0a6f2dm7k0aa56q41sda"))))
+ (build-system meson-build-system)
+ (arguments (list #:configure-flags #~(list "-Dlibsoup3=true")
+ #:phases #~(modify-phases %standard-phases
+ (add-before 'check 'pre-check
+ (lambda _
+ ;; The 'coordinate' test requires a
+ ;; writable HOME.
+ (setenv "HOME" "/tmp")
+
+ ;; Tests require a running X server.
+ (system "Xvfb :1 &")
+ (setenv "DISPLAY" ":1"))))))
+ (native-inputs
+ (list gi-docgen
+ `(,glib "bin")
+ gobject-introspection
+ pkg-config
+ xorg-server-for-tests))
+ (propagated-inputs
+ ;; All the libraries are listed as "Requires' in the .pc file.
+ (list cairo
+ glib
+ gtk
+ libsoup
+ sqlite))
+ (home-page "https://wiki.gnome.org/Projects/libshumate")
+ (synopsis "GtkWidget C library for displaying maps")
+ (description "@code{libshumate} is a C library providing a
+@code{GtkWidget} to display maps. It supports numerous free map sources such
+as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.")
+ (license license:lgpl2.1+)))
+
;;; A minimal version of libsoup used to prevent a cycle with Inkscape.
(define-public libsoup-minimal
(package
- 58/181: gnu: gnome-bluetooth: Update to 42.4., (continued)
- 58/181: gnu: gnome-bluetooth: Update to 42.4., guix-commits, 2022/09/13
- 65/181: gnu: evince: Update to 42.3., guix-commits, 2022/09/13
- 72/181: gnu: pango-next: Rename from "pango "to "pango-next"., guix-commits, 2022/09/13
- 83/181: gnu: gnome-weather: Update to 42.0., guix-commits, 2022/09/13
- 138/181: gnu: tracker: Patch a /bin/bash reference., guix-commits, 2022/09/13
- 166/181: gnu: libofx: Update to 0.10.7., guix-commits, 2022/09/13
- 162/181: gnu: libsoup: Update to 3.1.4., guix-commits, 2022/09/13
- 161/181: gnu: numix-gtk-theme: Remove input labels., guix-commits, 2022/09/13
- 156/181: gnu: apostrophe: Update to 2.6.3., guix-commits, 2022/09/13
- 173/181: gnu: arc-theme: Update to 20220405., guix-commits, 2022/09/13
- 175/181: gnu: Add libshumate.,
guix-commits <=
- 174/181: gnu: gnome-shell: Use libsoup 3 to fix tests., guix-commits, 2022/09/13
- 181/181: gnu: gnome-screenshot: Remove meson patch., guix-commits, 2022/09/13
- 110/181: gnu: seahorse: Update to 42.0., guix-commits, 2022/09/13
- 155/181: gnu: setzer: Update to 0.4.8., guix-commits, 2022/09/13
- 153/181: gnu: gnote: Update to 42.1., guix-commits, 2022/09/13
- 167/181: gnu: gnucash: Update to 4.11 and use gexps., guix-commits, 2022/09/13
- 75/181: gnu: gnome-keyring: Update to 42.1 and enable tests., guix-commits, 2022/09/13
- 85/181: gnu: gnome-tweaks: Update to 40.10., guix-commits, 2022/09/13
- 54/181: gnu: libgweather4: Update to 4.1.1 and run tests., guix-commits, 2022/09/13
- 95/181: gnu: gssdp: Update to 1.5.2, guix-commits, 2022/09/13