[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: vala: Update to 0.30.0.
From: |
??? |
Subject: |
03/06: gnu: vala: Update to 0.30.0. |
Date: |
Sat, 17 Oct 2015 03:09:53 +0000 |
iyzsong pushed a commit to branch dbus-update
in repository guix.
commit f4925a4fb89c745fadbe9867ac5e017215d97acf
Author: 宋文武 <address@hidden>
Date: Sat Oct 17 10:48:52 2015 +0800
gnu: vala: Update to 0.30.0.
* gnu/packages/gnome.scm (vala): Update to 0.30.0.
[arguments]: Run tests with "DBUS_FATAL_WARNINGS=0'.
---
gnu/packages/gnome.scm | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5811299..dc41e9e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1627,7 +1627,7 @@ passwords in the GNOME keyring.")
(define-public vala
(package
(name "vala")
- (version "0.28.0")
+ (version "0.30.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1635,14 +1635,16 @@ passwords in the GNOME keyring.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0zwpzhkhfk3piya14m7p2hl2vaabahprphppfm46ci91z39kp7hd"))))
+ "1pyyhfw3zzbhxfscbn8xz70dg6vx0kh8gshzikpxczhg01xk7w31"))))
(build-system gnu-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
- (add-before 'check 'set-cc
+ (add-before 'check 'pre-check
(lambda _
(setenv "CC" "gcc")
+ ;; For missing '/etc/machine-id'.
+ (setenv "DBUS_FATAL_WARNINGS" "0")
#t)))))
(native-inputs
`(("pkg-config" ,pkg-config)
- branch dbus-update updated (3ad29c9 -> fd73059), ???, 2015/10/16
- 04/06: gnu: gsettings-desktop-schemas: Update to 3.18.0., ???, 2015/10/16
- 01/06: gnu: librsvg: Update to 2.40.11., ???, 2015/10/16
- 02/06: gnu: librsvg: Fix tests., ???, 2015/10/16
- 03/06: gnu: vala: Update to 0.30.0.,
??? <=
- 06/06: gnu: libsoup: Update to 2.52.1, enable vala bindings., ???, 2015/10/16
- 05/06: gnu: glib-networking: Update to 2.46.1., ???, 2015/10/16