[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/122: gnu: vala: Update to 0.52.0.
From: |
guix-commits |
Subject: |
46/122: gnu: vala: Update to 0.52.0. |
Date: |
Fri, 11 Jun 2021 12:12:02 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit fac2ebd5e25c5dea5c8ef31a679254c07df06038
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 798ab73..1487754 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -143,6 +143,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)
@@ -4389,7 +4390,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 "/"
@@ -4397,7 +4398,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")
@@ -4419,18 +4420,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
- 31/122: gnu: pango: Update synopsis, description and home-page., (continued)
- 31/122: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/06/11
- 37/122: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/06/11
- 03/122: gnu: glib: Enable man pages., guix-commits, 2021/06/11
- 13/122: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/06/11
- 12/122: gnu: Add libsigc++-2., guix-commits, 2021/06/11
- 09/122: gnu: libsigc++: Enable documentation., guix-commits, 2021/06/11
- 16/122: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/06/11
- 22/122: gnu: cairo: Move documentation to separate output., guix-commits, 2021/06/11
- 29/122: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/06/11
- 36/122: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/06/11
- 46/122: gnu: vala: Update to 0.52.0.,
guix-commits <=
- 44/122: gnu: vala: Enable coverage support., guix-commits, 2021/06/11
- 45/122: gnu: vala: Fix documentation., guix-commits, 2021/06/11
- 52/122: gnu: libgsf: Correct inputs., guix-commits, 2021/06/11
- 55/122: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/06/11
- 07/122: gnu: Temporarily use glib without documentation., guix-commits, 2021/06/11
- 10/122: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/06/11
- 05/122: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/06/11
- 06/122: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/06/11
- 17/122: gnu: gtk-doc: Enable help., guix-commits, 2021/06/11
- 19/122: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/06/11