From 4866ad1e2a9fb5ee1bd4e6cfa1c9abb5f09a3f22 Mon Sep 17 00:00:00 2001 From: Peter Urban Date: Tue, 30 Jul 2024 09:03:54 +0200 Subject: [PATCH] fix gxml wrap - renamed to gxml-0.20 such that meson can find it with dependency('gxml-0.20') - set revision to gxml-0.20 to make sure that this specific branch is checked out - add provide tag to export libxml_dep as dependency - changed gitignore to ignore all subprojects/gxml folders that might be created by the gxml wrap --- .gitignore | 2 +- subprojects/gxml-0.20.wrap | 7 +++++++ subprojects/gxml.wrap | 4 ---- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 subprojects/gxml-0.20.wrap delete mode 100644 subprojects/gxml.wrap diff --git a/.gitignore b/.gitignore index 1ba5e498c..7ae46fc99 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,6 @@ build-aux/flatpak_build build-aux/.flatpak-builder build-aux/io.github.alainm23.planify.Devel.flatpak .flatpak-builder/ -subprojects/gxml +subprojects/gxml**/ *.snap planify*txt diff --git a/subprojects/gxml-0.20.wrap b/subprojects/gxml-0.20.wrap new file mode 100644 index 000000000..70fe702f7 --- /dev/null +++ b/subprojects/gxml-0.20.wrap @@ -0,0 +1,7 @@ +[wrap-git] +directory=gxml-0.20 +url=https://gitlab.gnome.org/GNOME/gxml.git +revision=gxml-0.20 + +[provide] +gxml-0.20 = libgxml_dep diff --git a/subprojects/gxml.wrap b/subprojects/gxml.wrap deleted file mode 100644 index 0b8bbc8af..000000000 --- a/subprojects/gxml.wrap +++ /dev/null @@ -1,4 +0,0 @@ -[wrap-git] -directory=gxml -url=https://gitlab.gnome.org/GNOME/gxml.git -revision=master \ No newline at end of file