From 7fef5252c9904103212e6e535340fcdb70e4b105 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 5 Jul 2022 14:36:19 +0800 Subject: geocode-glib: upgrade 3.26.2 -> 3.26.3 Changelog: =========== This release adds support for libsoup 3.x. To use the libsoup 3.x build, applications will need to be adapted to look for the "-2.0" version of the API. This allows both native and interpreted applications to select which version of libsoup they want geocode-glib to use as the backend, and for both versions to be installed in distributions. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../geocode-glib/geocode-glib_3.26.2.bb | 20 -------------------- .../geocode-glib/geocode-glib_3.26.3.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.2.bb create mode 100644 meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.3.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.2.bb b/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.2.bb deleted file mode 100644 index df401f7291..0000000000 --- a/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.2.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "A convenience library for the geocoding" - -LICENSE = "LGPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" - -GNOMEBASEBUILDCLASS = "meson" -GIR_MESON_OPTION = "enable-introspection" -GTKDOC_MESON_OPTION = "enable-gtk-doc" - -inherit gnomebase gobject-introspection gettext gtk-doc upstream-version-is-even - -DEPENDS = " \ - json-glib \ - libsoup-2.4 \ -" - -SRC_URI[archive.md5sum] = "e1ef140a11a543643d170dc701009e39" -SRC_URI[archive.sha256sum] = "01fe84cfa0be50c6e401147a2bc5e2f1574326e2293b55c69879be3e82030fd1" - -EXTRA_OEMESON = "-Denable-installed-tests=false" diff --git a/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.3.bb b/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.3.bb new file mode 100644 index 0000000000..9783dade11 --- /dev/null +++ b/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.3.bb @@ -0,0 +1,19 @@ +SUMMARY = "A convenience library for the geocoding" + +LICENSE = "LGPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" + +GNOMEBASEBUILDCLASS = "meson" +GIR_MESON_OPTION = "enable-introspection" +GTKDOC_MESON_OPTION = "enable-gtk-doc" + +inherit gnomebase gobject-introspection gettext gtk-doc upstream-version-is-even + +DEPENDS = " \ + json-glib \ + libsoup-2.4 \ +" + +SRC_URI[archive.sha256sum] = "1dfeae83b90eccca1b6cf7dcf7c5e3b317828cf0b56205c4471ef0f911999766" + +EXTRA_OEMESON = "-Denable-installed-tests=false" -- cgit v1.2.3-54-g00ecf