mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Updated to GNOME VFS-2.10.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4104 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1022ddb292
commit
4a9e80c7c0
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
|
||||
<!ENTITY gnome-vfs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
|
||||
<!ENTITY gnome-vfs-md5sum "5484694e7250c80a231cfc525d924cc3">
|
||||
<!ENTITY gnome-vfs-md5sum "88b520e5de748a310a2aef62fc095c8b">
|
||||
<!ENTITY gnome-vfs-size "1.9 MB">
|
||||
<!ENTITY gnome-vfs-buildsize "49.5 MB">
|
||||
<!ENTITY gnome-vfs-time "1.36 SBU">
|
||||
<!ENTITY gnome-vfs-buildsize "49 MB">
|
||||
<!ENTITY gnome-vfs-time "1.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-vfs" xreflabel="GNOME Virtual File System-&gnome-vfs-version;">
|
||||
@ -43,6 +43,15 @@ url="&gnome-vfs-download-ftp;"/></para></listitem>
|
||||
&gnome-vfs-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Additional downloads</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Required patch if <application>HAL-0.5.0</application> is
|
||||
installed: <ulink
|
||||
url="&patch-root;/gnome-vfs-&gnome-vfs-version;-hal_0.5.0-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application><acronym>GNOME</acronym> Virtual File
|
||||
System</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
@ -77,11 +86,17 @@ File System</application></title>
|
||||
<para>Install <application><acronym>GNOME</acronym> Virtual File
|
||||
System</application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
<screen><userinput><command>patch -Np1 -i ../gnome-vfs-&gnome-vfs-version;-hal_0.5.0-1.patch &&
|
||||
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
||||
--sysconfdir=/etc/gnome --disable-gtk-doc &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
--sysconfdir=/etc/gnome &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!ENTITY libgnome-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
|
||||
<!ENTITY libgnome-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
|
||||
<!ENTITY libgnome-md5sum "dab4ecbfa7ec1a2f22d2a48b6b83e937">
|
||||
<!ENTITY libgnome-size "1.2 MB">
|
||||
<!ENTITY libgnome-md5sum "f8e1225d96126f5139232821a6723d15">
|
||||
<!ENTITY libgnome-size "871 KB">
|
||||
<!ENTITY libgnome-buildsize "17 MB">
|
||||
<!ENTITY libgnome-time "0.24 SBU">
|
||||
]>
|
||||
|
Loading…
Reference in New Issue
Block a user