[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61576] [PATCH 06/21] gnu: spice-protocol: Update to 0.14.4.
From: |
Maxim Cournoyer |
Subject: |
[bug#61576] [PATCH 06/21] gnu: spice-protocol: Update to 0.14.4. |
Date: |
Fri, 17 Feb 2023 12:00:47 -0500 |
* gnu/packages/spice.scm (spice-protocol): Update to 0.14.4.
[arguments]: Use gexps.
---
gnu/packages/spice.scm | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 2309287bbb..44bcd5156b 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -109,26 +109,24 @@ (define-public virglrenderer
(define-public spice-protocol
(package
(name "spice-protocol")
- (version "0.14.3")
+ (version "0.14.4")
(source (origin
(method url-fetch)
(uri (string-append
- "https://www.spice-space.org/download/releases/"
- "spice-protocol-" version ".tar.xz"))
+ "https://www.spice-space.org/download/releases/"
+ "spice-protocol-" version ".tar.xz"))
(sha256
(base32
- "0yj8k7gcirrsf21w0q6146n5g4nzn2pqky4p90n5760m5ayfb1pr"))))
+ "04nr2w6ymy5jinfi3lj6205yd5h0swss3ykxqk7l3m4z1mhvmzq4"))))
(build-system meson-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'install-documentation
- (lambda* (#:key outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (doc (string-append out "/share/doc/"
- ,name "-" ,version)))
- (install-file "COPYING" doc)
- #t))))))
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'install-documentation
+ (lambda _
+ (install-file "COPYING"
+ (string-append #$output "/share/doc/"
+ #$name "-" #$version)))))))
(synopsis "Protocol headers for the SPICE protocol")
(description "SPICE (the Simple Protocol for Independent Computing
Environments) is a remote-display system built for virtual environments
--
2.39.1
- [bug#61576] [PATCH 00/21] Allow USB redirection as an unprivileged user in in GNOME Boxes, Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 01/21] gnu: spice-gtk: Fix indentation and normalize field order., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 08/21] gnu: virglrenderer: Update to 0.7.0., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 06/21] gnu: spice-protocol: Update to 0.14.4.,
Maxim Cournoyer <=
- [bug#61576] [PATCH 09/21] gnu: libcacard: Remove obsolete configure flags., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 03/21] gnu: spice-gtk: Use gexps., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 12/21] gnu: usbutils: Update to 015., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 15/21] gnu: osinfo-db: Use libsoup 3., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 04/21] gnu: spice-gtk: Update to 0.42., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 13/21] gnu: phodav: Propagate glib, libsoup and libxml2., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 18/21] services: desktop: Extract a new gnome-package procedure., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 20/21] gnu: gnome-boxes: Mention extra configuration requirements., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 10/21] gnu: spice: Update to 0.15.1., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 05/21] gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir., Maxim Cournoyer, 2023/02/17