From 32115334662799c77d49b0e26161c44e580d5dd4 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 19 Dec 2022 03:12:40 +0530 Subject: meson: Update gitlab.gnome.org SSH server names Also switch the wrap file style to use spaces around `=` which is the canonical style used by wrapdb now. --- subprojects/gi-docgen.wrap | 10 +++++----- subprojects/glib.wrap | 10 +++++----- subprojects/gobject-introspection.wrap | 14 +++++++------- subprojects/json-glib.wrap | 5 ----- subprojects/sysprof.wrap | 12 ++++++++---- 5 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 subprojects/json-glib.wrap diff --git a/subprojects/gi-docgen.wrap b/subprojects/gi-docgen.wrap index 98cd9211..01606cee 100644 --- a/subprojects/gi-docgen.wrap +++ b/subprojects/gi-docgen.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory=gi-docgen -url=https://gitlab.gnome.org/GNOME/gi-docgen.git -push-url=ssh://git@gitlab.gnome.org:GNOME/gi-docgen.git -revision=main -depth=1 +directory = gi-docgen +url = https://gitlab.gnome.org/GNOME/gi-docgen.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/gi-docgen.git +revision = main +depth = 1 diff --git a/subprojects/glib.wrap b/subprojects/glib.wrap index c785910d..08f7d4e5 100644 --- a/subprojects/glib.wrap +++ b/subprojects/glib.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory=glib -url=https://gitlab.gnome.org/GNOME/glib.git -push-url=ssh://git@gitlab.gnome.org:GNOME/glib.git -revision=main -depth=1 +directory = glib +url = https://gitlab.gnome.org/GNOME/glib.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/glib.git +revision = main +depth = 1 diff --git a/subprojects/gobject-introspection.wrap b/subprojects/gobject-introspection.wrap index aa96c352..314211b1 100644 --- a/subprojects/gobject-introspection.wrap +++ b/subprojects/gobject-introspection.wrap @@ -1,10 +1,10 @@ [wrap-git] -directory=gobject-introspection -url=https://gitlab.gnome.org/GNOME/gobject-introspection.git -push-url=ssh://git@gitlab.gnome.org:GNOME/gobject-introspection.git -revision=main -depth=1 +directory = gobject-introspection +url = https://gitlab.gnome.org/GNOME/gobject-introspection.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/gobject-introspection.git +revision = main +depth = 1 [provide] -dependency_names = gobject-introspection-1.0 -program_names = g-ir-scanner +dependency_names = gobject-introspection-1.0, gobject-introspection-no-export-1.0 +program_names = g-ir-annotation-tool, g-ir-compiler, g-ir-doc-tool, g-ir-generate, g-ir-inspect, g-ir-scanner diff --git a/subprojects/json-glib.wrap b/subprojects/json-glib.wrap deleted file mode 100644 index b88acd72..00000000 --- a/subprojects/json-glib.wrap +++ /dev/null @@ -1,5 +0,0 @@ -[wrap-git] -directory=json-glib -url=https://gitlab.gnome.org/GNOME/json-glib.git -revision=master -depth=1 diff --git a/subprojects/sysprof.wrap b/subprojects/sysprof.wrap index fb669463..fbb124d5 100644 --- a/subprojects/sysprof.wrap +++ b/subprojects/sysprof.wrap @@ -1,5 +1,9 @@ [wrap-git] -directory=sysprof -url=https://gitlab.gnome.org/GNOME/sysprof.git -revision=6b1cd7a722fcebae1ac392562c47957477ade8bf -depth=1 +directory = sysprof +url = https://gitlab.gnome.org/GNOME/sysprof.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/sysprof.git +revision = master +depth = 1 + +[provide] +dependency_names = sysprof-4, sysprof-capture-4, sysprof-ui-4 -- cgit v1.2.1