From fb67e4772088983649343450fb795f7f92bb5327 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 23 Mar 2024 10:28:22 +0100 Subject: libgweather4: update 4.4.0 -> 4.4.2 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../libgweather/libgweather4_4.4.0.bb | 30 ---------------------- .../libgweather/libgweather4_4.4.2.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb create mode 100644 meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.2.bb diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb deleted file mode 100644 index c30edd15c..000000000 --- a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "A library to access weather information from online services" - -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -GNOMEBN = "libgweather" -S = "${WORKDIR}/${GNOMEBN}-${PV}" - -inherit gnomebase gsettings gobject-introspection gettext gi-docgen vala features_check - -REQUIRED_DISTRO_FEATURES = "opengl" - -SRC_URI += "file://0001-Allow-building-gir-in-cross-environments.patch" -SRC_URI[archive.sha256sum] = "366e866ff2a708b894cfea9475b8e8ff54cb3e2b477ea72a8ade0dabee5f48a4" - -GTKDOC_MESON_OPTION = "gtk_doc" -VALA_MESON_OPTION = "enable_vala" - -DEPENDS = " \ - geocode-glib \ - gtk4 \ - json-glib \ - libsoup-3.0 \ - python3-pygobject-native \ -" - -FILES:${PN} += " \ - ${datadir}/libgweather-4 \ - ${libdir}/libgweather-4 \ -" diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.2.bb b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.2.bb new file mode 100644 index 000000000..acf288528 --- /dev/null +++ b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.2.bb @@ -0,0 +1,30 @@ +SUMMARY = "A library to access weather information from online services" + +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +GNOMEBN = "libgweather" +S = "${WORKDIR}/${GNOMEBN}-${PV}" + +inherit gnomebase gsettings gobject-introspection gettext gi-docgen vala features_check + +REQUIRED_DISTRO_FEATURES = "opengl" + +SRC_URI += "file://0001-Allow-building-gir-in-cross-environments.patch" +SRC_URI[archive.sha256sum] = "a6e427b4770ada48945f3aa906af710fc833cff0d42df91f1828302740d794ec" + +GTKDOC_MESON_OPTION = "gtk_doc" +VALA_MESON_OPTION = "enable_vala" + +DEPENDS = " \ + geocode-glib \ + gtk4 \ + json-glib \ + libsoup-3.0 \ + python3-pygobject-native \ +" + +FILES:${PN} += " \ + ${datadir}/libgweather-4 \ + ${libdir}/libgweather-4 \ +" -- cgit v1.2.3-54-g00ecf