[PATCH 0/2] Updates to vala & vala-language-server

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Ryan Prior
Owner
unassigned
Submitted by
Ryan Prior
Severity
normal

Debbugs page

Ryan Prior wrote 4 years ago
(address . guix-patches@gnu.org)
20201106050614.3649-1-rprior@protonmail.com
Well, this is awkward: we previously created the `vala-0.48` package with the
intention of making it into the new `vala` with the next Gnome update, but
that update hasn't happened and a new major version of Vala is out.while our
Gnome is still stuck on Vala 0.46.5.

The only package that depends on the newer version of Vala is
vala-language-server. So here's a couple patches that retire the vala-0.48
package, create a new vala-0.50 package, and update both vala and
vala-language-server to the latest versions.

Ryan Prior (2):
gnu: vala: Update to 0.50.1.
gnu: vala-language-server: Update to 0.48.1.

gnu/packages/gnome-xyz.scm | 6 +++---
gnu/packages/gnome.scm | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

--
2.29.2
Ryan Prior wrote 4 years ago
[PATCH 2/2] gnu: vala-language-server: Update to 0.48.1.
(address . 44474@debbugs.gnu.org)
20201106050921.4241-2-rprior@protonmail.com
* gnu/packages/gnome-xyz.scm (vala-language-server): Update to 0.48.1.
---
gnu/packages/gnome-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index fa8100ef2e..77b4aada6f 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -593,7 +593,7 @@ and a few extra features.")
;; 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")
+ (version "0.48.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -601,7 +601,7 @@ and a few extra features.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0chgfpci247skrvsiq1l8cas8sj2z6z42dlarka3df3qwxmh0if0"))))
+ (base32 "12k095052jkvbiyz8gzkj6w7r7p16d5m18fyikl48yvh5nln8fw0"))))
(build-system meson-build-system)
(arguments '(#:glib-or-gtk? #t))
(inputs
--
2.29.2
Ryan Prior wrote 4 years ago
[PATCH 1/2] gnu: vala: Update to 0.50.1.
(address . 44474@debbugs.gnu.org)
20201106050921.4241-1-rprior@protonmail.com
* gnu/packages/gnome.scm (vala-0.48): Removed variable.
* gnu/packages/gnome.scm (vala-0.50): New variable.
* gnu/packages/gnome-xyz.scm: updated vala dependency to vala-0.50.
---
gnu/packages/gnome-xyz.scm | 2 +-
gnu/packages/gnome.scm | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

Toggle diff (41 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 7f3ae41d17..fa8100ef2e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -609,7 +609,7 @@ and a few extra features.")
("json-glib" ,json-glib)
("jsonrpc-glib" ,jsonrpc-glib)
("libgee" ,libgee)
- ("vala" ,vala-0.48)))
+ ("vala" ,vala-0.50)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://github.com/benwaffle/vala-language-server")
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 43b681d85d..85ae8ac40c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4279,10 +4279,10 @@ requirements and without using a different ABI compared to applications and
libraries written in C.")
(license license:lgpl2.1+)))
-(define-public vala-0.48
+(define-public vala-0.50
(package
(inherit vala)
- (version "0.48.9")
+ (version "0.50.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vala/"
@@ -4290,7 +4290,7 @@ libraries written in C.")
"vala-" version ".tar.xz"))
(sha256
(base32
- "1agyrvslv2yh9ikiw7k5nw6j6il1l2zrzfan0pzdpb9xpg9idslw"))))))
+ "0v4g2gvn7x7cl33h8sj1y2xyyskw5ayaj4jm2jrd3my3r439z3cm"))))))
(define-public vte
(package
--
2.29.2
Leo Famulari wrote 4 years ago
Re: [bug#44474] [PATCH 0/2] Updates to vala & vala-language-server
(name . Ryan Prior via Guix-patches via)(address . guix-patches@gnu.org)(address . 44474-done@debbugs.gnu.org)
20201106165330.GC28669@jasmine.lan
On Fri, Nov 06, 2020 at 05:06:17AM +0000, Ryan Prior via Guix-patches via wrote:
Toggle quote (8 lines)
> Ryan Prior (2):
> gnu: vala: Update to 0.50.1.
> gnu: vala-language-server: Update to 0.48.1.
>
> gnu/packages/gnome-xyz.scm | 6 +++---
> gnu/packages/gnome.scm | 6 +++---
> 2 files changed, 6 insertions(+), 6 deletions(-)

Thanks! I tweaked the commit message of patch 1/2 and pushed as
d1d69543ba25c595d6f6b6e326757e36d08cff68
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44474@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44474
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help