Package Details: vala-language-server 0.48.7-1

Git Clone URL: https://aur.archlinux.org/vala-language-server.git (read-only, click to copy)
Package Base: vala-language-server
Description: Language Server for Vala
Upstream URL: https://github.com/vala-lang/vala-language-server
Licenses: LGPL-2.1
Submitter: benwaffle
Maintainer: benwaffle (Prince781)
Last Packager: benwaffle
Votes: 5
Popularity: 0.000008
First Submitted: 2020-03-08 05:29 (UTC)
Last Updated: 2023-02-24 06:30 (UTC)

Latest Comments

vixalien commented on 2023-10-09 00:36 (UTC)

The package uncrustify is required for auto-formatting. might want to add it to optional dependencies.

medzik commented on 2022-04-27 11:56 (UTC)

[2/39] Generating version.vala with a custom command fatal: not a git repository (or any parent up to mount point /mnt) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). ninja: build stopped: subcommand failed.

ccat3z commented on 2021-09-29 13:32 (UTC) (edited on 2021-09-29 13:39 (UTC) by ccat3z)

vala-language-server is conflict with gnome-builders 41.1-2.

gnome-builder: /usr/lib/gnome-builder/plugins/vala_langserv.plugin exists in filesystem (owned by vala-language-server)
gnome-builder: /usr/lib/gnome-builder/plugins/vala_langserv.py exists in filesystem (owned by vala-language-server)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ sha256sums=('1a752515efda561aec535d088a6f52888b13ad2d52f2d27770ddf6a519f0028b')

 build() {
     cd "$pkgname-$_pkgver"
-    arch-meson build
+    arch-meson build -Dplugins=false
     ninja -C build
 }

nahuelwexd commented on 2020-03-11 01:37 (UTC)

Try to use arch-meson instead of plain meson, as meson installs this on /usr/local instead of /usr