[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/108: gnu: libchamplain: Update to 0.12.20.
From: |
guix-commits |
Subject: |
21/108: gnu: libchamplain: Update to 0.12.20. |
Date: |
Sat, 25 Apr 2020 15:22:41 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 14f21cd4fbeec9f1b0ec56736ccf0fc594c17942
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Apr 18 13:23:54 2020 -0400
gnu: libchamplain: Update to 0.12.20.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.20.
[build-system]: Use meson-build-system.
[arguments]: Adjust configure flags accordingly.
[home-page]: Follow redirect.
---
gnu/packages/gnome.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 31e5f20..3aad7d7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4630,7 +4630,7 @@ OpenGL-based interactive canvas library.")
(define-public libchamplain
(package
(name "libchamplain")
- (version "0.12.16")
+ (version "0.12.20")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4638,9 +4638,9 @@ OpenGL-based interactive canvas library.")
version ".tar.xz"))
(sha256
(base32
- "13chvc2n074i0jw5jlb8i7cysda4yqx58ca6y3mrlrl9g37k2zja"))))
- (build-system gnu-build-system)
- (arguments '(#:configure-flags '("--enable-vala")))
+ "0rihpb0npqpihqcdz4w03rq6xl7jdckfqskvv9diq2hkrnzv8ch2"))))
+ (build-system meson-build-system)
+ (arguments '(#:configure-flags '("-Dvapi=true")))
(native-inputs
`(("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
@@ -4654,7 +4654,7 @@ OpenGL-based interactive canvas library.")
("cairo" ,cairo)
("gtk+3" ,gtk+)
("glib" ,glib)))
- (home-page "https://projects.gnome.org/libchamplain/")
+ (home-page "https://wiki.gnome.org/Projects/libchamplain")
(synopsis "C library providing a ClutterActor to display maps")
(description
"libchamplain is a C library providing a ClutterActor to display maps.
- 23/108: gnu: gnome-session: Update to 3.36.0., (continued)
- 23/108: gnu: gnome-session: Update to 3.36.0., guix-commits, 2020/04/25
- 18/108: gnu: geocode-glib: Update to 3.26.2., guix-commits, 2020/04/25
- 19/108: gnu: vala: Update to 0.48.5., guix-commits, 2020/04/25
- 25/108: gnu: adwaita-icon-theme: Update to 3.36.1., guix-commits, 2020/04/25
- 27/108: gnu: libsecret: Update to 0.20.3., guix-commits, 2020/04/25
- 33/108: gnu: seahorse: Update to 3.36., guix-commits, 2020/04/25
- 30/108: gnu: gspell: Update to 1.8.3., guix-commits, 2020/04/25
- 35/108: gnu: libmanette: Update to 0.2.4., guix-commits, 2020/04/25
- 36/108: gnu: quadrapassel: Update to 3.36.00., guix-commits, 2020/04/25
- 37/108: gnu: folks: Update to 0.14.0., guix-commits, 2020/04/25
- 21/108: gnu: libchamplain: Update to 0.12.20.,
guix-commits <=
- 13/108: gnu: cogl: Update to 1.22.6., guix-commits, 2020/04/25
- 14/108: gnu: clutter: Update to 1.26.4., guix-commits, 2020/04/25
- 24/108: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2020/04/25
- 26/108: gnu: python-pyatspi: Update to 2.36.0., guix-commits, 2020/04/25
- 28/108: gnu: gcr: Update to 3.36.0., guix-commits, 2020/04/25
- 32/108: gnu: gtk-vnc: Update to 1.0.0., guix-commits, 2020/04/25
- 40/108: gnu: yelp-xsl: Update to 3.36.0., guix-commits, 2020/04/25
- 29/108: gnu: evolution-data-server: Update to 3.36.1., guix-commits, 2020/04/25
- 42/108: gnu: yelp: Update to 3.36.0., guix-commits, 2020/04/25
- 43/108: gnu: Add fuse3., guix-commits, 2020/04/25