[gnome-software] ci: Add wrap file for libglib-testing



commit c4a975d58c23d09ac88f34a85863f43c21919bdb
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Jul 7 15:47:49 2020 +0100

    ci: Add wrap file for libglib-testing
    
    This is needed for building malcontent as a subproject; currently, Meson
    doesn’t support recursively downloading the subprojects for nested wrap
    files. (See https://github.com/mesonbuild/meson/issues/1489.) So we need
    to provide `libglib-testing.wrap` in the top-level subprojects directory
    in order for the `cache-subprojects.sh` script to correctly cache it in
    the Docker images for CI.
    
    This also requires bumping the malcontent dependency so that we pull in
    a version of malcontent which uses the subproject.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 subprojects/libglib-testing.wrap | 4 ++++
 subprojects/malcontent.wrap      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/subprojects/libglib-testing.wrap b/subprojects/libglib-testing.wrap
new file mode 100644
index 00000000..537a9463
--- /dev/null
+++ b/subprojects/libglib-testing.wrap
@@ -0,0 +1,4 @@
+[wrap-git]
+directory = libglib-testing
+url = https://gitlab.gnome.org/pwithnall/libglib-testing.git
+revision = 0.1.0
diff --git a/subprojects/malcontent.wrap b/subprojects/malcontent.wrap
index bb5b3c7d..730bf4f8 100644
--- a/subprojects/malcontent.wrap
+++ b/subprojects/malcontent.wrap
@@ -1,4 +1,4 @@
 [wrap-git]
 directory=malcontent
 url=https://gitlab.freedesktop.org/pwithnall/malcontent.git
-revision=7d9c32aa9aa2dc185680bcda8f69f4687adf95f6
+revision=ab75b35d91a32aae6179f42a8037a8ef28e2f3c5


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