[gnome-software/update-libhandy-req: 59/60] subprojects: Hard-code appstream subproject at 0.14.1




commit afa706e0bcce5721e1abe380574922ed27a89cbd
Author: Philip Withnall <pwithnall endlessos org>
Date:   Fri Feb 26 19:03:11 2021 +0000

    subprojects: Hard-code appstream subproject at 0.14.1
    
    Rather than using master, which might break or change its dependencies
    at any point, which would cause unexpected failures if we were to
    rebuild our CI images (and hence re-run `cache-subprojects.sh`).
    
    0.14.1 is enough for what we need. Coincidentally, it has switched to
    curl from libsoup, so add that to the Dockerfiles.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 .gitlab-ci/debian-stable.Dockerfile | 1 +
 .gitlab-ci/fedora.Dockerfile        | 1 +
 subprojects/appstream.wrap          | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile
index c57317021..c30f47f73 100644
--- a/.gitlab-ci/debian-stable.Dockerfile
+++ b/.gitlab-ci/debian-stable.Dockerfile
@@ -21,6 +21,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
     libaccountsservice-dev \
     libappstream-dev \
     libappstream-glib-dev \
+    libcurl4-openssl-dev \
     libflatpak-dev \
     libfwupd-dev \
     libgirepository1.0-dev \
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index be0fe4b82..1f1bb42ea 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -29,6 +29,7 @@ RUN dnf -y install \
     libappstream-glib-devel \
     lmdb-devel \
     appstream-devel \
+    libcurl-devel \
     libdnf-devel \
     libgudev-devel \
     liboauth-devel \
diff --git a/subprojects/appstream.wrap b/subprojects/appstream.wrap
index b0dfcfbb2..6f0beb0cb 100644
--- a/subprojects/appstream.wrap
+++ b/subprojects/appstream.wrap
@@ -1,5 +1,5 @@
 [wrap-git]
 directory = appstream
 url = https://github.com/ximion/appstream.git
-revision = master
+revision = v0.14.1
 depth = 1


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