[gnome-build-meta/jjardon/flatpak_1_14] core-deps/flatpak: Update to 1.14.0 and build against curl




commit 3bc1229344005dfd209aa9529e34c4f2657eb52a
Author: Jordan Petridis <jordan centricular com>
Date:   Sat Jul 9 03:45:35 2022 +0300

    core-deps/flatpak: Update to 1.14.0 and build against curl
    
    The one less soup2 dependency should help with the transition.
    
    Related #513
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1648>

 elements/core-deps/flatpak.bst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/elements/core-deps/flatpak.bst b/elements/core-deps/flatpak.bst
index 8d34d9d12..5f8bbfa9d 100644
--- a/elements/core-deps/flatpak.bst
+++ b/elements/core-deps/flatpak.bst
@@ -2,9 +2,9 @@ kind: autotools
 
 sources:
 - kind: tar
-  url: github_files:flatpak/flatpak/releases/download/1.12.1/flatpak-1.12.1.tar.xz
+  url: github_files:flatpak/flatpak/releases/download/1.14.0/flatpak-1.14.0.tar.xz
 
-  ref: 23893bca7fee82692c43cb692dbec36ea9d5339508c19d3925eac6f06414c857
+  ref: 8e276973770ea24ddf2597ad4aecd36b98393e6bde91e48e1743aaca67f27815
 build-depends:
 - core-deps/python-pyparsing.bst
 - sdk/gobject-introspection.bst
@@ -15,12 +15,12 @@ build-depends:
 - freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
 
 depends:
+- core-deps/AppStream.bst
 - core-deps/libostree.bst
 - sdk-deps/bubblewrap.bst
 - sdk-deps/xdg-dbus-proxy.bst
-- sdk/appstream-glib.bst
 - sdk/json-glib.bst
-- sdk/libsoup-2.4.bst
+- freedesktop-sdk.bst:components/curl.bst
 - freedesktop-sdk.bst:components/fuse.bst
 - freedesktop-sdk.bst:components/gpgme.bst
 - freedesktop-sdk.bst:components/libarchive.bst
@@ -37,5 +37,6 @@ runtime-depends:
 
 variables:
   conf-local: >-
+    --with-curl
     --with-system-bubblewrap
     --with-system-dbus-proxy


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]