[gnome-builder/1553-gvls-plugin-switch-builder-41-to-gvls-20-1] GVls: Fix repository's URI
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/1553-gvls-plugin-switch-builder-41-to-gvls-20-1] GVls: Fix repository's URI
- Date: Tue, 21 Dec 2021 23:30:45 +0000 (UTC)
commit 57c6521509e3efe6c735dc808c5f9542d02306f3
Author: Daniel Espinosa Ortiz <daniel espinosao cfe mx>
Date: Tue Dec 21 17:29:38 2021 -0600
GVls: Fix repository's URI
Also plugins' names has been armonized.
build-aux/flatpak/org.gnome.Builder.json | 2 +-
src/plugins/meson.build | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 8229ff1f7..c918a44a0 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -591,7 +591,7 @@
"sources" : [
{
"type" : "git",
- "path" : "/home/despinosa/Projects/gvls",
+ "path" : "https://gitlab.gnome.org/esodan/gvls.git",
"tag" : "gvls-20.1"
}
]
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index 7d4e6951d..0747a84f3 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -202,8 +202,8 @@ status += [
'Sysroot ............... : @0@'.format(get_option('plugin_sysroot')),
'Todo .................. : @0@'.format(get_option('plugin_todo')),
'Update Manager ........ : @0@'.format(get_option('plugin_update_manager')),
- 'GNOME Vala Lang Server. : @0@'.format(get_option('plugin_gvls')),
- 'Alternate Vala Lang Srv : @0@'.format(get_option('plugin_vls')),
+ 'GVls Vala Lang Server . : @0@'.format(get_option('plugin_gvls')),
+ 'Vala Language Server .. : @0@'.format(get_option('plugin_vls')),
'Vala Pack ............. : @0@'.format(get_option('plugin_vala')),
'Vagrant ............... : @0@'.format(get_option('plugin_vagrant')),
'Valgrind .............. : @0@'.format(get_option('plugin_valgrind')),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]