[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: spice-gtk: Update to 0.36.
From: |
guix-commits |
Subject: |
07/07: gnu: spice-gtk: Update to 0.36. |
Date: |
Tue, 16 Apr 2019 15:48:46 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit fbd2a245f7c6caaa231658300fa2eaf7beca1e32
Author: Marius Bakke <address@hidden>
Date: Tue Apr 16 21:00:27 2019 +0200
gnu: spice-gtk: Update to 0.36.
* gnu/packages/spice.scm (spice-gtk): Update to 0.36.
[inputs]: Add JSON-GLIB.
[arguments]: Disable session test.
---
gnu/packages/spice.scm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 3a8c5a5..52e4f4f 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -117,7 +117,7 @@ which allows users to view a desktop computing
environment.")
(define-public spice-gtk
(package
(name "spice-gtk")
- (version "0.35")
+ (version "0.36")
(source (origin
(method url-fetch)
(uri (string-append
@@ -125,7 +125,7 @@ which allows users to view a desktop computing
environment.")
"spice-gtk-" version ".tar.bz2"))
(sha256
(base32
- "11lymg467gvj5ys8k22ihnfbxjn4x34ygyzirpg2nphjwlyhgrml"))))
+ "1kfpixfdmxs9wn3id48gc9bvfrgxz935y3wpykf40bgi9mcc69ki"))))
(build-system gnu-build-system)
(propagated-inputs
`(("gstreamer" ,gstreamer)
@@ -143,6 +143,7 @@ which allows users to view a desktop computing
environment.")
(inputs
`(("glib-networking" ,glib-networking)
("gobject-introspection" ,gobject-introspection)
+ ("json-glib" ,json-glib)
("libepoxy" ,libepoxy)
("libjpeg" ,libjpeg)
("libxcb" ,libxcb)
@@ -164,6 +165,13 @@ which allows users to view a desktop computing
environment.")
"--enable-introspection")
#:phases
(modify-phases %standard-phases
+ (add-before 'check 'disable-session-test
+ (lambda _
+ ;; XXX: Disable session tests, because they require USB support,
+ ;; which is not available in the build container.
+ (substitute* "tests/Makefile"
+ (("test-session\\$\\(EXEEXT\\) ") ""))
+ #t))
(add-after
'install 'wrap-spicy
(lambda* (#:key inputs outputs #:allow-other-keys)
- branch master updated (4863773 -> fbd2a24), guix-commits, 2019/04/16
- 03/07: gnu: python-dask: Update to 1.2.0., guix-commits, 2019/04/16
- 01/07: gnu: libmbim: Update to 1.18.2., guix-commits, 2019/04/16
- 07/07: gnu: spice-gtk: Update to 0.36.,
guix-commits <=
- 04/07: gnu: nginx: Update to 1.15.12., guix-commits, 2019/04/16
- 05/07: gnu: http-parser: Update to 2.9.2., guix-commits, 2019/04/16
- 06/07: gnu: spice-gtk: Propagate required inputs., guix-commits, 2019/04/16
- 02/07: gnu: libqmi: Update to 1.22.4., guix-commits, 2019/04/16