Changeset 4a9e80c7


Ignore:
Timestamp:
05/10/2005 10:27:31 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
d0de39a3
Parents:
1022ddb2
Message:

Updated to GNOME VFS-2.10.1

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

Location:
gnome/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-vfs.xml

    r1022ddb2 r4a9e80c7  
    77<!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
    88<!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 "5484694e7250c80a231cfc525d924cc3">
     9<!ENTITY gnome-vfs-md5sum "88b520e5de748a310a2aef62fc095c8b">
    1010<!ENTITY gnome-vfs-size "1.9 MB">
    11 <!ENTITY gnome-vfs-buildsize "49.5 MB">
    12 <!ENTITY gnome-vfs-time "1.36 SBU">
     11<!ENTITY gnome-vfs-buildsize "49 MB">
     12<!ENTITY gnome-vfs-time "1.3 SBU">
    1313]>
    1414
     
    4242<listitem><para>Estimated build time:
    4343&gnome-vfs-time;</para></listitem></itemizedlist>
     44</sect3>
     45
     46<sect3><title>Additional downloads</title>
     47<itemizedlist spacing='compact'>
     48<listitem><para>Required patch if <application>HAL-0.5.0</application> is
     49installed: <ulink
     50url="&patch-root;/gnome-vfs-&gnome-vfs-version;-hal_0.5.0-1.patch"/></para>
     51</listitem>
     52</itemizedlist>
    4453</sect3>
    4554
     
    7887System</application> by running the following commands:</para>
    7988
    80 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     89<screen><userinput><command>patch -Np1 -i ../gnome-vfs-&gnome-vfs-version;-hal_0.5.0-1.patch &amp;&amp;
     90./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    8191    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    82     --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    83 make &amp;&amp;
    84 make install</command></userinput></screen>
     92    --sysconfdir=/etc/gnome &amp;&amp;
     93make</command></userinput></screen>
     94
     95<para>To test the results, issue: <command>make check</command>.</para>
     96
     97<para>Now, as the root user:</para>
     98
     99<screen><userinput role='root'><command>make install</command></userinput></screen>
    85100
    86101</sect2>
  • gnome/core/libgnome.xml

    r1022ddb2 r4a9e80c7  
    77<!ENTITY libgnome-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
    88<!ENTITY libgnome-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
    9 <!ENTITY libgnome-md5sum "dab4ecbfa7ec1a2f22d2a48b6b83e937">
    10 <!ENTITY libgnome-size "1.2 MB">
     9<!ENTITY libgnome-md5sum "f8e1225d96126f5139232821a6723d15">
     10<!ENTITY libgnome-size "871 KB">
    1111<!ENTITY libgnome-buildsize "17 MB">
    1212<!ENTITY libgnome-time "0.24 SBU">
Note: See TracChangeset for help on using the changeset viewer.