libchamplain: Upgrade 0.12.20 -> 0.12.21

- switch to soup3
- build vapi

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2023-11-06 11:24:11 +01:00 committed by Khem Raj
parent 42ed0f291b
commit 9594ae1fa2

View File

@ -1,13 +1,13 @@
SUMMARY = "libchamplain is a Gtk widget displaying zoomable and pannable maps"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "glib-2.0 gtk+3 gdk-pixbuf clutter-1.0 clutter-gtk-1.0 libsoup-2.4"
DEPENDS = "glib-2.0 gtk+3 clutter-1.0 clutter-gtk-1.0 libsoup-3.0 cairo sqlite3"
inherit features_check gobject-introspection meson pkgconfig
inherit features_check gobject-introspection meson pkgconfig vala
REQUIRED_DISTRO_FEATURES = "opengl"
SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e"
SRCREV = "941560af497148588783db991e8135f52a82574d"
SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
S = "${WORKDIR}/git"