Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/spice/files: spice.protocol spice.schemas
Date: Wed, 05 Jan 2011 15:03:49
Message-Id: 20110105150340.3A5F020057@flycatcher.gentoo.org
1 dev-zero 11/01/05 15:03:40
2
3 Added: spice.protocol spice.schemas
4 Log:
5 Added files for schema/protocol instead of cat'ting them in the ebuild.
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-emulation/spice/files/spice.protocol
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/files/spice.protocol?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/files/spice.protocol?rev=1.1&content-type=text/plain
14
15 Index: spice.protocol
16 ===================================================================
17 [Protocol]
18 exec=/usr/bin/spicec --uri "%u"
19 protocol=spice
20 input=none
21 output=none
22 helper=true
23 listing=
24 reading=false
25 writing=false
26 makedir=false
27 deleting=false
28
29
30
31
32 1.1 app-emulation/spice/files/spice.schemas
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/files/spice.schemas?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/files/spice.schemas?rev=1.1&content-type=text/plain
36
37 Index: spice.schemas
38 ===================================================================
39 <?xml version="1.0"?>
40 <gconfschemafile>
41 <schemalist>
42 <schema>
43 <key>/schemas/desktop/gnome/url-handlers/spice/enabled</key>
44 <applyto>/desktop/gnome/url-handlers/spice/enabled</applyto>
45 <owner>spice</owner>
46 <type>bool</type>
47 <default>true</default>
48 <locale name="C">
49 <short>How to handle spice URLs</short>
50 <long>Set to true to have a program specified in command handle spice URLs</long>
51 </locale>
52 </schema>
53
54 <schema>
55 <key>/schemas/desktop/gnome/url-handlers/spice/command</key>
56 <applyto>/desktop/gnome/url-handlers/spice/command</applyto>
57 <owner>spice</owner>
58 <type>string</type>
59 <default>/usr/bin/spicec --uri "%s"</default>
60 <locale name="C">
61 <short>URL handler for spice URIs</short>
62 <long>URL handler for spice URIs</long>
63 </locale>
64 </schema>
65
66 <schema>
67 <key>/schemas/desktop/gnome/url-handlers/spice/need-terminal</key>
68 <applyto>/desktop/gnome/url-handlers/spice/need-terminal</applyto>
69 <owner>spice</owner>
70 <type>bool</type>
71 <default>false</default>
72 <locale name="C">
73 <short>Run program in terminal</short>
74 <long>True if the program to handle this URL should be run in a terminal</long>
75 </locale>
76 </schema>
77 </schemalist>
78 </gconfschemafile>