From e986c6e906ba933574274209e0e5b36761c78fb0 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 5 Dec 2014 13:03:54 +0300 Subject: added spice-gtk live ebuild from gnome repo (with little compilation fixes) --- net-misc/spice-gtk/files/spice.protocol | 12 ++++++++++ net-misc/spice-gtk/files/spice.schemas | 41 +++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 net-misc/spice-gtk/files/spice.protocol create mode 100644 net-misc/spice-gtk/files/spice.schemas (limited to 'net-misc/spice-gtk/files') diff --git a/net-misc/spice-gtk/files/spice.protocol b/net-misc/spice-gtk/files/spice.protocol new file mode 100644 index 0000000..348247f --- /dev/null +++ b/net-misc/spice-gtk/files/spice.protocol @@ -0,0 +1,12 @@ +[Protocol] +exec=/usr/bin/spicy --uri="%u" +protocol=spice +input=none +output=none +helper=true +listing= +reading=false +writing=false +makedir=false +deleting=false + diff --git a/net-misc/spice-gtk/files/spice.schemas b/net-misc/spice-gtk/files/spice.schemas new file mode 100644 index 0000000..43b1217 --- /dev/null +++ b/net-misc/spice-gtk/files/spice.schemas @@ -0,0 +1,41 @@ + + + + + /schemas/desktop/gnome/url-handlers/spice/enabled + /desktop/gnome/url-handlers/spice/enabled + spice + bool + true + + How to handle spice URLs + Set to true to have a program specified in command handle spice URLs + + + + + /schemas/desktop/gnome/url-handlers/spice/command + /desktop/gnome/url-handlers/spice/command + spice + string + /usr/bin/spicy --uri="%s" + + URL handler for spice URIs + URL handler for spice URIs + + + + + /schemas/desktop/gnome/url-handlers/spice/need-terminal + /desktop/gnome/url-handlers/spice/need-terminal + spice + bool + false + + Run program in terminal + True if the program to handle this URL should be run in a terminal + + + + + -- cgit v1.2.3