[gnome-builder/1554-gvls-switch-to-builder-41-to-gvls-20-1: 8/10] GVls: repository URL
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/1554-gvls-switch-to-builder-41-to-gvls-20-1: 8/10] GVls: repository URL
- Date: Wed, 22 Dec 2021 00:18:47 +0000 (UTC)
commit e642d94e85dadb1d7bc8af52ecc4362b48d54ca8
Author: Daniel Espinosa Ortiz <daniel espinosao cfe mx>
Date: Tue Dec 21 17:14:34 2021 -0600
GVls: repository URL
Also fixing Plugins' names, in order to avoid conflicts with VLS.
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 b6267aa6b..62f376fbd 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -592,7 +592,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 e96e017a1..5d8d37e54 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -210,8 +210,8 @@ status += [
'Todo .................. : @0@'.format(get_option('plugin_todo')),
'TS/JS Language Server.. : @0@'.format(get_option('plugin_ts_language_server')),
'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]