From 125191d332285967a3892937abe8f6943bbcfed3 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 6 Nov 2023 10:28:33 +0100 Subject: [PATCH] rest: Upgrade 0.9.0 -> 0.9.1 - add missing dependencies - drop soup2 support Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../rest/{rest_0.9.0.bb => rest_0.9.1.bb} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) rename meta-gnome/recipes-gnome/rest/{rest_0.9.0.bb => rest_0.9.1.bb} (61%) diff --git a/meta-gnome/recipes-gnome/rest/rest_0.9.0.bb b/meta-gnome/recipes-gnome/rest/rest_0.9.1.bb similarity index 61% rename from meta-gnome/recipes-gnome/rest/rest_0.9.0.bb rename to meta-gnome/recipes-gnome/rest/rest_0.9.1.bb index 2256a1899e..375417d5f7 100644 --- a/meta-gnome/recipes-gnome/rest/rest_0.9.0.bb +++ b/meta-gnome/recipes-gnome/rest/rest_0.9.1.bb @@ -10,16 +10,13 @@ DEPENDS = " \ gi-docgen-native \ glib-2.0 \ glib-2.0-native \ + gtksourceview5 \ json-glib \ + libadwaita \ + libsoup-3.0 \ libxml2-native \ " inherit gnomebase gobject-introspection vala pkgconfig -PACKAGECONFIG_SOUP ?= "soup3" -PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}" - -PACKAGECONFIG[soup2] = "-Dsoup2=true,,libsoup-2.4" -PACKAGECONFIG[soup3] = "-Dsoup2=false,,libsoup-3.0" - -SRC_URI[archive.sha256sum] = "85b2bc9341128139539b53ee53f0533310bc96392fd645863a040410b81ebe66" +SRC_URI[archive.sha256sum] = "9266a5c10ece383e193dfb7ffb07b509cc1f51521ab8dad76af96ed14212c2e3"