[gnome-build-meta/abderrahim/update-fwupd] core-deps/fwupd.bst: update to 1.7.2




commit 0821a8cba911b76a6cd25f606de57270eeb681b7
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sat Nov 20 12:22:11 2021 +0100

    core-deps/fwupd.bst: update to 1.7.2
    
    It also now depends on protobuf-c
    
    fixes #456
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1374>

 elements/core-deps/fwupd.bst                        |  3 ++-
 elements/core-deps/protobuf-c.bst                   | 15 +++++++++++++++
 elements/{vm/buildstream => core-deps}/protobuf.bst |  0
 elements/vm/buildstream/grpcio.bst                  |  2 +-
 4 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/elements/core-deps/fwupd.bst b/elements/core-deps/fwupd.bst
index 7f5b6205e..59eff8fca 100644
--- a/elements/core-deps/fwupd.bst
+++ b/elements/core-deps/fwupd.bst
@@ -2,7 +2,7 @@ kind: meson
 
 sources:
 - kind: tar
-  url: github_com:fwupd/fwupd/archive/1.6.0.tar.gz
+  url: github_com:fwupd/fwupd/releases/download/1.7.2/fwupd-1.7.2.tar.xz
 
 build-depends:
 - sdk/gobject-introspection.bst
@@ -17,6 +17,7 @@ build-depends:
 depends:
 - core-deps/libjcat.bst
 - core-deps/xmlb.bst
+- core-deps/protobuf-c.bst
 - sdk/gcab.bst
 - sdk/glib.bst
 - sdk/libsoup-2.4.bst
diff --git a/elements/core-deps/protobuf-c.bst b/elements/core-deps/protobuf-c.bst
new file mode 100644
index 000000000..b4176b225
--- /dev/null
+++ b/elements/core-deps/protobuf-c.bst
@@ -0,0 +1,15 @@
+kind: autotools
+
+sources:
+- kind: tar
+  url: github_com:protobuf-c/protobuf-c/releases/download/v1.4.0/protobuf-c-1.4.0.tar.gz
+
+depends:
+- core-deps/protobuf.bst
+
+build-depends:
+- freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
+
+variables:
+  conf-local: >-
+    --disable-static
\ No newline at end of file
diff --git a/elements/vm/buildstream/protobuf.bst b/elements/core-deps/protobuf.bst
similarity index 100%
rename from elements/vm/buildstream/protobuf.bst
rename to elements/core-deps/protobuf.bst
diff --git a/elements/vm/buildstream/grpcio.bst b/elements/vm/buildstream/grpcio.bst
index f3968ce61..7b0ab249f 100644
--- a/elements/vm/buildstream/grpcio.bst
+++ b/elements/vm/buildstream/grpcio.bst
@@ -13,7 +13,7 @@ build-depends:
 
 runtime-depends:
 - freedesktop-sdk.bst:components/python3-six.bst
-- vm/buildstream/protobuf.bst
+- core-deps/protobuf.bst
 
 environment:
   GRPC_PYTHON_BUILD_SYSTEM_OPENSSL: "true"


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