source: gnome/platform/gvfs.xml@ e7d893b

elogind
Last change on this file since e7d893b was e7d893b, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21602.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21603 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.40/gvfs-&gvfs-version;.tar.xz">
8 <!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.40/gvfs-&gvfs-version;.tar.xz">
9 <!ENTITY gvfs-md5sum "78496947d11a330d5435d669eade70ad">
10 <!ENTITY gvfs-size "1.2 MB">
11 <!ENTITY gvfs-buildsize "57 MB">
12 <!ENTITY gvfs-time "0.4 SBU">
13]>
14
15<sect1 id="gvfs" xreflabel="Gvfs-&gvfs-version;">
16 <?dbhtml filename="gvfs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gvfs-&gvfs-version;</title>
24
25 <indexterm zone="gvfs">
26 <primary sortas="a-Gvfs">Gvfs</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gvfs</title>
31
32 <para>
33 The <application>Gvfs</application> package is a userspace virtual
34 filesystem designed to work with the I/O abstractions of GLib's GIO
35 library.
36 </para>
37
38 &lfs84_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gvfs-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gvfs-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gvfs-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gvfs-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gvfs-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gvfs-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Gvfs Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="dbus"/>,
79 <xref linkend="glib2"/>,
80 <xref linkend="libusb"/>,
81 <xref linkend="libsecret"/> and
82 <xref linkend="libsoup"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gcr"/>,
88 <xref linkend="gtk3"/>,
89 <xref linkend="libcdio"/>,
90 <xref linkend="libgdata"/>,
91 <xref linkend="libgudev"/>,
92 <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
93 <phrase revision="systemd"><xref linkend="systemd"/>,</phrase> and
94 <xref linkend="udisks2"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional</bridgehead>
98 <para role="optional">
99 <xref linkend="apache"/>,
100 <xref linkend="avahi"/>,
101 <xref linkend="bluez"/>,
102 <xref linkend="dbus-glib"/>,
103 <xref linkend="fuse2"/>,
104 <xref linkend="gnome-online-accounts"/>,
105 <xref linkend="gtk-doc"/>,
106 <xref linkend="libarchive"/>,
107 <xref linkend="libgcrypt"/>,
108 <xref linkend="libxml2"/>,
109 <xref linkend="libxslt"/>,
110 <xref linkend="openssh"/>,
111 <xref linkend="samba"/>,
112 <ulink url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
113 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
114 <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
115 <ulink url="http://libmtp.sourceforge.net/">libmtp</ulink>,
116 <ulink url="https://github.com/sahlberg/libnfs/">libnfs</ulink>, and
117 <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>
118 </para>
119
120 <para condition="html" role="usernotes">User Notes:
121 <ulink url="&blfs-wiki;/gvfs"/>
122 </para>
123 </sect2>
124
125 <sect2 role="installation">
126 <title>Installation of Gvfs</title>
127
128 <para>
129 Install <application>Gvfs</application> by running the following
130 commands:
131 </para>
132
133<screen revision='sysv'><userinput>mkdir build &amp;&amp;
134cd build &amp;&amp;
135
136meson --prefix=/usr \
137 --sysconfdir=/etc \
138 -Dfuse=false \
139 -Dgphoto2=false \
140 -Dafc=false \
141 -Dbluray=false \
142 -Dnfs=false \
143 -Dmtp=false \
144 -Dsmb=false \
145 -Dtmpfilesdir=no \
146 -Ddnssd=false \
147 -Dgoa=false \
148 -Dgoogle=false \
149 -Dsystemduserunitdir=no .. &amp;&amp;
150ninja</userinput></screen>
151
152<screen revision='systemd'><userinput>mkdir build &amp;&amp;
153cd build &amp;&amp;
154
155meson --prefix=/usr \
156 --sysconfdir=/etc \
157 -Dfuse=false \
158 -Dgphoto2=false \
159 -Dafc=false \
160 -Dbluray=false \
161 -Dnfs=false \
162 -Dmtp=false \
163 -Dsmb=false \
164 -Ddnssd=false \
165 -Dgoa=false \
166 -Dgoogle=false .. &amp;&amp;
167ninja</userinput></screen>
168
169 <para>
170 This package does not come with a test suite.
171 </para>
172
173 <para>
174 Now, as the <systemitem class="username">root</systemitem> user:
175 </para>
176
177<screen role="root"><userinput>ninja install</userinput></screen>
178
179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
180 href="../../xincludes/gsettings-destdir.xml"/>
181 </sect2>
182
183 <sect2 role="commands">
184 <title>Command Explanations</title>
185
186 <para>
187 <parameter>-D&lt;option&gt;=false</parameter>: These switches are
188 required if the corresponding optional dependency is not installed.
189 Remove those where you have installed the corresponding application and
190 wish to use it with <application>Gvfs</application>. The dnssd option
191 requires avahi and both goa/google require GNOME Online Accounts.
192 </para>
193
194 <para revision="sysv">
195 <parameter>-Dtmpfilesdir=no -Dsystemduserunitdir=no</parameter>: These
196 switches provide systemd directory locations. Setting them to
197 <quote>no</quote> disables the dependency on systemd and logind.
198 </para>
199
200 <para>
201 <option>-Dcdda=false</option>: This switch is required if libcdio is not
202 installed. The cdda backend is useless on machines without a CDROM/DVD
203 drive.
204 </para>
205
206 </sect2>
207
208 <sect2 role="content">
209 <title>Contents</title>
210
211 <segmentedlist>
212 <segtitle>Installed Programs</segtitle>
213 <segtitle>Installed Library</segtitle>
214 <segtitle>Installed Directories</segtitle>
215
216 <seglistitem>
217 <seg>
218<!-- All of the applications that were previously installed were
219 removed in 1.37.2. There are 20+ library executables, but they
220 won't get documented here.
221 Proceeding with removing the obsolete command explanations. -->
222 None
223 </seg>
224 <seg>
225 libgvfscommon.so,
226 libgvfsdaemon.so and
227 some under /usr/lib/gio/modules/
228 </seg>
229 <seg>
230 /usr/include/gvfs-client and
231 /usr/{lib,share}/gvfs
232 </seg>
233 </seglistitem>
234 </segmentedlist>
235
236 <variablelist>
237 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
238 <?dbfo list-presentation="list"?>
239 <?dbhtml list-presentation="table"?>
240
241 <varlistentry id="libgvfscommon">
242 <term><filename class="libraryfile">libgvfscommon.so</filename></term>
243 <listitem>
244 <para>
245 contains the common API functions used in
246 <application>Gvfs</application> programs.
247 </para>
248 <indexterm zone="gvfs libgvfscommon">
249 <primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 </variablelist>
255
256 </sect2>
257
258</sect1>
Note: See TracBrowser for help on using the repository browser.