From: Efraim Flashner <efraim@flashner.co.il>
To: Ryan Prior <rprior@protonmail.com>
Cc: 41639-done@debbugs.gnu.org
Subject: bug#41639: [PATCH 1/1] gnu: Add vala-language-server.
Date: Sun, 7 Jun 2020 18:19:25 +0300 [thread overview]
Message-ID: <20200607151925.GD24239@E5400> (raw)
In-Reply-To: <20200603030611.19336-2-rprior@protonmail.com>
[-- Attachment #1: Type: text/plain, Size: 2656 bytes --]
Patch 2 and 3 pushed. I'm not convinced (yet!) about renaming vala to
vala-0.46 and making a vala -> vala-0.46 renaming package.
On Wed, Jun 03, 2020 at 03:06:35AM +0000, Ryan Prior via Guix-patches via wrote:
> * gnu/packages/gnome-xyz.scm (vala-language-server): New variable.
> ---
> gnu/packages/gnome-xyz.scm | 33 +++++++++++++++++++++++++++++++++
> 1 file changed, 33 insertions(+)
>
> diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
> index 83e37f97b0..03621b8ccf 100644
> --- a/gnu/packages/gnome-xyz.scm
> +++ b/gnu/packages/gnome-xyz.scm
> @@ -585,3 +585,36 @@ dark elements. It supports GNOME, Unity, Xfce, and Openbox.")
> (description "Papirus is a fork of the icon theme Paper with a lot of new icons
> and a few extra features.")
> (license license:gpl3))))
> +
> +(define-public vala-language-server
> + (package
> + (name "vala-language-server")
> + ;; Note to maintainer: VLS must be built with a Vala toolchain the same
> + ;; version or newer. Therefore when you update this package you may need
> + ;; to update Vala too.
> + (version "0.48")
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/benwaffle/vala-language-server.git")
> + (commit version)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "0chgfpci247skrvsiq1l8cas8sj2z6z42dlarka3df3qwxmh0if0"))))
> + (build-system meson-build-system)
> + (arguments '(#:glib-or-gtk? #t))
> + (inputs
> + `(("jsonrpc-glib" ,jsonrpc-glib)
> + ("libgee" ,libgee)
> + ("json-glib" ,json-glib)))
> + (native-inputs
> + `(("glib" ,glib)
> + ("pkg-config" ,pkg-config)
> + ("vala" ,vala-0.48)))
vala-language-server keeps a reference to glib and vala so I moved them
to inputs.
> + (home-page "https://github.com/benwaffle/vala-language-server")
> + (synopsis "Language server for Vala")
> + (description "The Vala language server is an implementation of the Vala
> +language specification for the Language Server Protocol (LSP). This tool is
> +used in text editing environments to provide a complete and integrated
> +feature-set for programming Vala effectively.")
> + (license license:lgpl2.1+)))
> --
> 2.26.2
>
>
>
>
>
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2020-06-07 15:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-01 5:56 [bug#41639] [PATCH 0/3] Adds vala-language-server and updates vala Ryan Prior via Guix-patches via
2020-06-01 6:00 ` [bug#41639] [PATCH 1/3] gnu: vala-0.46: Create alias for vala Ryan Prior via Guix-patches via
2020-06-01 6:00 ` [bug#41639] [PATCH 2/3] gnu: Add vala-0.48 Ryan Prior via Guix-patches via
2020-06-01 6:00 ` [bug#41639] [PATCH 3/3] gnu: Add vala-language-server Ryan Prior via Guix-patches via
2020-06-02 9:29 ` [bug#41639] [PATCH 0/3] Adds vala-language-server and updates vala Efraim Flashner
2020-06-03 3:06 ` [bug#41639] [PATCH 0/1] Added note to vala-language-server package Ryan Prior via Guix-patches via
2020-06-03 3:06 ` [bug#41639] [PATCH 1/1] gnu: Add vala-language-server Ryan Prior via Guix-patches via
2020-06-07 15:19 ` Efraim Flashner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200607151925.GD24239@E5400 \
--to=efraim@flashner.co.il \
--cc=41639-done@debbugs.gnu.org \
--cc=rprior@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.