[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/124: gnu: vala: Update to 0.52.0.
From: |
guix-commits |
Subject: |
46/124: gnu: vala: Update to 0.52.0. |
Date: |
Mon, 30 Aug 2021 16:28:50 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit ebac67549070475873b79936de166e57efedd934
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 6398b1a..5b1d339 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -144,6 +144,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)
@@ -4335,7 +4336,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 "/"
@@ -4343,7 +4344,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")
@@ -4365,18 +4366,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
- 94/124: gnu: gst-plugins-base: Enable more features., (continued)
- 94/124: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/08/30
- 95/124: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/08/30
- 105/124: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/08/30
- 112/124: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/08/30
- 109/124: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/08/30
- 70/124: gnu: wayland: Update to 1.19.0., guix-commits, 2021/08/30
- 77/124: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/08/30
- 81/124: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/08/30
- 89/124: gnu: iqa: Correct source uri., guix-commits, 2021/08/30
- 107/124: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/08/30
- 46/124: gnu: vala: Update to 0.52.0.,
guix-commits <=
- 79/124: gnu: gtk+: Add missing inputs., guix-commits, 2021/08/30
- 88/124: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/08/30
- 93/124: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/08/30
- 98/124: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/08/30
- 99/124: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/08/30
- 104/124: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/08/30
- 108/124: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/08/30
- 101/124: gnu: cairo: Reintroduce security patches [security fixes]., guix-commits, 2021/08/30
- 114/124: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/08/30
- 115/124: gnu: libsoup: Disable ssl-test., guix-commits, 2021/08/30