[gnome-build-meta/alatiera/flatpak-update: 108/108] core-deps/flatpak: Update to 1.14.0 and build against curl




commit 4410e87318b1efc6e46da7dab6135f244a53e73b
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

 elements/core-deps/flatpak.bst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/elements/core-deps/flatpak.bst b/elements/core-deps/flatpak.bst
index 5e2231233..5c56441ed 100644
--- a/elements/core-deps/flatpak.bst
+++ b/elements/core-deps/flatpak.bst
@@ -2,7 +2,7 @@ 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
 
 build-depends:
 - core-deps/python-pyparsing.bst
@@ -14,12 +14,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
@@ -36,5 +36,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]