source: gnome/core/gnome-vfs.xml@ c64a089

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 c64a089 was 293abe4, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Revised the list of instaled files and dirs.

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

  • Property mode set to 100644
File size: 5.6 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 "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
8 <!ENTITY gnome-vfs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
9 <!ENTITY gnome-vfs-md5sum "88b520e5de748a310a2aef62fc095c8b">
10 <!ENTITY gnome-vfs-size "1.9 MB">
11 <!ENTITY gnome-vfs-buildsize "49 MB">
12 <!ENTITY gnome-vfs-time "1.3 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">Additional Downloads</bridgehead>
59 <itemizedlist spacing='compact'>
60 <listitem>
61 <para>Required patch if <application>HAL-0.5.0</application> is
62 installed: <ulink
63 url="&patch-root;/gnome-vfs-&gnome-vfs-version;-hal_0.5.0-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">GNOME Virtual File System Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para><xref linkend="intltool"/>,
71 <xref linkend="GConf"/>,
72 <xref linkend="libbonobo"/>,
73 <xref linkend="gnome-mime-data"/> and
74 <xref linkend="shared-mime-info"/></para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para><xref linkend="samba3"/>,
78 <xref linkend="cdparanoia"/>,
79 <xref linkend="fam"/>,
80 <xref linkend="gtk-doc"/>,
81 <xref linkend="openssh"/>,
82 <xref linkend="openssl"/> or
83 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>,
84 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
85 <ulink url="http://www.openafs.org/">OpenAFS</ulink>,
86 <ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink> and
87 <ulink url="http://hal.freedesktop.org/wiki/Software_2fhal">HAL</ulink></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of GNOME Virtual File System</title>
93
94 <para>Install <application>GNOME Virtual File System</application>
95 by running the following commands:</para>
96
97<screen><userinput>patch -Np1 -i ../gnome-vfs-&gnome-vfs-version;-hal_0.5.0-1.patch &amp;&amp;
98./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
99 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
100 --sysconfdir=/etc/gnome &amp;&amp;
101make</userinput></screen>
102
103 <para>To test the results, issue: <command>make check</command>.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
115 configuration files in <filename class="directory">/etc/gnome</filename>
116 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
117
118 <para><parameter>--libexecdir=`pkg-config --variable=prefix
119 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
120 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
121 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
122
123 <para><command>rmdir `pkg-config --variable=prefix ORBit-2.0`/doc</command>:
124 Use this command if <envar>$GNOME_PREFIX</envar> is anything other than
125 <filename class='directory'>/usr</filename> as the directory is unneeded and
126 unpopulated.</para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>gnomevfs-cat, gnomevfs-copy, gnomevfs-info, gnomevfs-ls,
140 gnomevfs-mkdir, gnomevfs-mv, gnomevfs-rm, and gnome-vfs-daemon</seg>
141 <seg>libgnomevfs-2.[so,a] and modules</seg>
142 <seg>/etc/gnome/gconf/schemas,
143 /etc/gnome/gnome-vfs-2.0,
144 $GNOME_PREFIX/include/gnome-vfs-2.0, and
145 $GNOME_PREFIX/lib/gnome-vfs-2.0</seg>
146 </seglistitem>
147 </segmentedlist>
148
149 </sect2>
150
151</sect1>
152
Note: See TracBrowser for help on using the repository browser.