[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/91: gnu: vala: Update to 0.52.0.
From: |
guix-commits |
Subject: |
46/91: gnu: vala: Update to 0.52.0. |
Date: |
Mon, 19 Apr 2021 17:14:07 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 635a3f9b626b2dd3ddc78f135ba49677e1fc43c2
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 11:34:48 2021 -0500
gnu: vala: Update to 0.52.0.
* gnu/packages/gnome.scm (vala) [version]: Update to 0.52.0.
[native-inputs]: Add help2man and perl.
[inputs]: Move graphviz to ...
[propagated-inputs]: ... here.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f000d2d..1b0fd2b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -141,6 +141,7 @@
#:use-module (gnu packages lirc)
#:use-module (gnu packages lua)
#:use-module (gnu packages mail)
+ #:use-module (gnu packages man)
#:use-module (gnu packages mp3)
#:use-module (gnu packages multiprecision)
#:use-module (gnu packages music)
@@ -4392,7 +4393,7 @@ passwords in the GNOME keyring.")
(define-public vala
(package
(name "vala")
- (version "0.46.5")
+ (version "0.52.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4400,7 +4401,7 @@ passwords in the GNOME keyring.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1nx5xjarpkl9hgy0qbqfczx7d7clh5g1r8xr5xp8b97c5fsc2rb1"))))
+ "12y6p8wdjp01vmfhxg2cgh32xnyqq6ivblvrar9clnj6vc867qhx"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:configure-flags '("--enable-coverage")
@@ -4422,18 +4423,19 @@ passwords in the GNOME keyring.")
(("export PKG_CONFIG_PATH=" m)
(string-append m "$PKG_CONFIG_PATH:"))))))))
(native-inputs
- `(("pkg-config" ,pkg-config)
+ `(("bison" ,bison)
+ ("dbus" ,dbus) ; for dbus tests
("docbook-xml" ,docbook-xml-4.4)
("docbook-xsl" ,docbook-xsl)
("flex" ,flex)
- ("bison" ,bison)
- ("xsltproc" ,libxslt)
- ("dbus" ,dbus) ; for dbus tests
- ("gobject-introspection" ,gobject-introspection))) ; for gir tests
- (inputs
- `(("graphviz" ,graphviz)))
+ ("gobject-introspection" ,gobject-introspection) ; for gir tests
+ ("help2man" ,help2man)
+ ("perl" ,perl)
+ ("pkg-config" ,pkg-config)
+ ("xsltproc" ,libxslt)))
(propagated-inputs
- `(("glib" ,glib))) ; required by libvala-0.40.pc
+ `(("glib" ,glib) ; required by libvala-0.40.pc
+ ("libgvc" ,graphviz)))
(home-page "https://wiki.gnome.org/Projects/Vala/")
(synopsis "Compiler for the GObject type system")
(description
- 42/91: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., (continued)
- 42/91: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/04/19
- 51/91: gnu: libgsf: Enable missing features., guix-commits, 2021/04/19
- 48/91: gnu: libgsf: Change build-system., guix-commits, 2021/04/19
- 59/91: gnu: atkmm: Enable documentation., guix-commits, 2021/04/19
- 67/91: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/04/19
- 69/91: gnu: json-glib: Update synopsis and description., guix-commits, 2021/04/19
- 72/91: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/04/19
- 38/91: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/04/19
- 41/91: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/04/19
- 39/91: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/04/19
- 46/91: gnu: vala: Update to 0.52.0.,
guix-commits <=
- 49/91: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/04/19
- 57/91: gnu: atk: Update home-page and license., guix-commits, 2021/04/19
- 60/91: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/04/19
- 68/91: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/04/19
- 76/91: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/04/19
- 78/91: gnu: gtk+: Enable tests., guix-commits, 2021/04/19
- 79/91: gnu: gtk+: Add missing inputs., guix-commits, 2021/04/19
- 82/91: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/04/19
- 85/91: gnu: ibus: Enable documentation., guix-commits, 2021/04/19
- 88/91: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/04/19