From 1a1f92178e5e97af6e0ae2fb20f26496158b4326 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sun, 18 Dec 2022 06:59:33 +0530 Subject: [PATCH] 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/gdk-pixbuf.wrap | 10 +++++----- subprojects/gi-docgen.wrap | 10 +++++----- subprojects/glib.wrap | 10 +++++----- subprojects/pango.wrap | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/subprojects/gdk-pixbuf.wrap b/subprojects/gdk-pixbuf.wrap index 123ea163f9..fd02e95aaf 100644 --- a/subprojects/gdk-pixbuf.wrap +++ b/subprojects/gdk-pixbuf.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory=gdk-pixbuf -url=https://gitlab.gnome.org/GNOME/gdk-pixbuf.git -push-url=ssh://git@gitlab.gnome.org:GNOME/gdk-pixbuf.git -revision=master -depth=1 +directory = gdk-pixbuf +url = https://gitlab.gnome.org/GNOME/gdk-pixbuf.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/gdk-pixbuf.git +revision = master +depth = 1 diff --git a/subprojects/gi-docgen.wrap b/subprojects/gi-docgen.wrap index 98cd921182..01606cee4a 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 c785910d9f..08f7d4e52a 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/pango.wrap b/subprojects/pango.wrap index 64317f97fe..aebcfbe4cd 100644 --- a/subprojects/pango.wrap +++ b/subprojects/pango.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory=pango -url=https://gitlab.gnome.org/GNOME/pango.git -push-url=ssh://git@gitlab.gnome.org:GNOME/pango.git -revision=main -depth=1 +directory = pango +url = https://gitlab.gnome.org/GNOME/pango.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/pango.git +revision = main +depth = 1 -- 2.30.2