source: gnome/core/gnome-vfs.xml@ 7539d8f7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7539d8f7 was a6bee1f, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to GNOME-2.14.2. All version entities have been updated with the core package updates being complete. The 'Additional' packages will be updated in upcoming commits

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

  • Property mode set to 100644
File size: 6.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-vfs-download-http "&gnome-download-http;/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
8 <!ENTITY gnome-vfs-download-ftp "&gnome-download-ftp;/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
9 <!ENTITY gnome-vfs-md5sum "b657e31974d6981adf9b2c4db981f62c">
10 <!ENTITY gnome-vfs-size "1.8 MB">
11 <!ENTITY gnome-vfs-buildsize "54.1 MB">
12 <!ENTITY gnome-vfs-time "1.4 SBU">
13]>
14
15<sect1 id="gnome-vfs" xreflabel="GNOME Virtual File System-&gnome-vfs-version;">
16 <?dbhtml filename="gnome-vfs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Virtual File System-&gnome-vfs-version;</title>
24
25 <indexterm zone="gnome-vfs">
26 <primary sortas="a-GNOME-Virtual-File-System">GNOME Virtual File System</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Virtual File System</title>
31
32 <para>The <application>GNOME Virtual File System</application> package
33 contains virtual file system libraries. This is used as one of the
34 foundations of the <application>Nautilus</application> file manager.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gnome-vfs-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gnome-vfs-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gnome-vfs-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gnome-vfs-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gnome-vfs-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gnome-vfs-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">GNOME Virtual File System Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="GConf"/>,
62 <xref linkend="libbonobo"/>, and
63 <xref linkend="gnome-mime-data"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="samba3"/>,
67 <xref linkend="cdparanoia"/>,
68 <xref linkend="gamin"/>,
69 <xref linkend="hal"/>,
70 <xref linkend="gtk-doc"/>,
71 <xref linkend="intltool"/>,
72 <xref linkend="openssh"/>,
73 <xref linkend="openssl"/> or
74 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
75 (which needs <ulink
76 url="http://www.gnupg.org/(en)/download/index.html#libgpg-error">libgpg-error</ulink>
77 then <ulink
78 url="http://www.gnupg.org/(en)/download/index.html#libgcrypt">libgcrypt</ulink>),
79 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
80 <ulink url="http://www.openafs.org/">OpenAFS</ulink>, and
81 <ulink url="http://www.avahi.org">Avahi</ulink></para>
82
83 <para>If you run <command>./configure --help</command> for the complete
84 list of dependency requirements and available switches, you may notice a
85 message about the <xref linkend="gnome-mount"/> package. This package is
86 not required at build-time, and is only a run-time dependency. If
87 <application>gnome-mount</application> is available at run-time,
88 <application>GNOME-VFS</application> will use it. If not available,
89 <application>GNOME-VFS</application> will fall back to using other mounting
90 mechanisms.</para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/gnome-vfs"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of GNOME Virtual File System</title>
99
100 <para>Install <application>GNOME Virtual File System</application>
101 by running the following commands:</para>
102
103<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
104 --sysconfdir=&gnome-etc-dir; \
105 --libexecdir=$(pkg-config \
106 --variable=prefix ORBit-2.0)/lib/gnome-vfs-2.0 &amp;&amp;
107make</userinput></screen>
108
109 <para>To test the results, issue: <command>make check</command>.</para>
110
111 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
121 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
122 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
123
124 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
125 ORBit-2.0)/lib/gnome-vfs-2.0</parameter>: This switch puts libexec files in
126 <filename class="directory">$GNOME_PREFIX/lib/gnome-vfs-2.0</filename>
127 instead of
128 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
129
130 <!-- Apparently fixed
131 <para><command>rmdir $(pkg-config -variable=prefix ORBit-2.0)/doc</command>:
132 Use this command if <envar>$GNOME_PREFIX</envar> is anything other than
133 <filename class='directory'>/usr</filename> as the directory is unneeded and
134 unpopulated.</para> -->
135
136 <para><option>--with-hal-eject=PROGRAM</option>: This parameter does not
137 need to be passed if you have <ulink
138 url="http://ca.geocities.com/jefftranter@rogers.com/eject.html">Eject</ulink>
139 or <xref linkend="gnome-mount"/> installed, as the <command>eject</command>
140 program is used if gnome-mount is not installed.</para>
141
142 <!-- Commenting this out for now as the documentation is already built
143 and installed by default
144 <para><option>-enable-gtk-doc</option>: Use this option if you have
145 <application>GTK-Doc</application> installed and wish to build the API
146 documentation.</para> -->
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>gnomevfs-cat, gnomevfs-copy, gnomevfs-info, gnomevfs-ls,
160 gnomevfs-mkdir, gnomevfs-mv, gnomevfs-rm, and gnome-vfs-daemon</seg>
161 <seg>libgnomevfs-2.{so,a} and modules</seg>
162 <seg>The following subdirectories of &gnome-etc-dir;/:
163 gconf/{schemas, gconf.xml.defaults/{desktop, schemas, system},
164 gnome-vfs-2.0} and the following subdirectories of $GNOME_PREFIX/:
165 include/gnome-vfs-{,module-}2.0,
166 lib/gnome-vfs{,-2.0},
167 share/gtk-doc/html/gnome-vfs-2.0</seg>
168 </seglistitem>
169 </segmentedlist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.