all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add spice-protocol.
@ 2016-02-11 13:56 rennes
  2016-02-13  0:31 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: rennes @ 2016-02-11 13:56 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

Hi,

i attached spice-protocol patch for review.

SPICE protocol, is a required package to package spice-gtk(requiered for 
GNOME Vinagre).

Considerations:

a) I use the source: "http://www.spice-space.org/download/releases/" 
instead "https://cgit.freedesktop.org/spice/spice-protocol".
b) The home page "http://www.spice-space.org" instead 
"https://cgit.freedesktop.org/spice/spice-protocol".

Thanks.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-spice-protocol.patch --]
[-- Type: text/x-diff; name=0001-gnu-Add-spice-protocol.patch, Size: 2017 bytes --]

From 78ba6ffd6097e46b21d5ee9e8f1458a7768fae5d Mon Sep 17 00:00:00 2001
From: Rene Saavedra <rennes@openmailbox.org>
Date: Thu, 11 Feb 2016 07:31:06 -0600
Subject: [PATCH] gnu: Add spice-protocol.

* gnu/packages/gnome.scm (spice-protocol): New variable.

---
 gnu/packages/gnome.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 49e6197..8b1caa6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4648,3 +4648,34 @@ as SASL, TLS and VeNCrypt.  Additionally it supports encoding extensions.")
 design and behaviour, giving the user a simple way to navigate and manage its
 files.")
     (license license:gpl2+)))
+
+(define-public spice-protocol
+  (package
+    (name "spice-protocol")
+    (version "0.12.10")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://www.spice-space.org/download/releases/"
+                            name "-" version ".tar.bz2"))
+       (sha256
+       (base32
+        "1yrfacqgnabmx2q768mim892ga2wnlp5cavkf51v3idyjmqhv3vq"))))
+    (build-system glib-or-gtk-build-system)
+    (native-inputs
+     `(("python" ,python)))
+    (home-page "http://www.spice-space.org")
+    (synopsis "SPICE protocol module")
+    (description
+     "SPICE protocol defines a set of protocol messages for accessing,
+controlling, and receiving inputs from remote computing devices such as
+keyboard, video and mouse; across networks, and sending output to them.
+A controlled device can reside on either side, client and/or server.
+
+In addition, the protocol defines a set of calls for supporting migration
+of a remote server from one network address to another. Encryption of
+transported data, with one exception, was kept out of the protocol for
+maximum flexibility in choosing an encryption method. Spice uses simple
+messaging and does not depend on any RPC standard or a specific transport
+layer.")
+    (license license:gpl2+)))
-- 
2.6.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-13  2:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 13:56 [PATCH] gnu: Add spice-protocol rennes
2016-02-13  0:31 ` Leo Famulari
2016-02-13  2:55   ` rennes

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.