Ignore:
Timestamp:
07/25/2007 02:48:30 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f2f4e4a
Parents:
69d7fdf0
Message:

Updated core GNOME-2 to version 2.18.3. Separated the core packages into 'Platform' and 'Desktop' sections

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

File:
1 edited

Legend:

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

    r69d7fdf0 r65ed5cb  
    77  <!ENTITY gnome-vfs-download-http "&gnome-download-http;/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
    88  <!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">
     9  <!ENTITY gnome-vfs-md5sum        "bf4a6d95180d05981893e5d021c6695c">
     10  <!ENTITY gnome-vfs-size          "1.9 MB">
     11  <!ENTITY gnome-vfs-buildsize     "56 MB">
     12  <!ENTITY gnome-vfs-time          "1.3 SBU">
    1313]>
    1414
     
    5959
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    61     <para role="required"><xref linkend="GConf"/>,
    62     <xref linkend="libbonobo"/>, and
     61    <para role="required"><xref linkend="GConf"/> and
    6362    <xref linkend="gnome-mime-data"/></para>
    6463
    6564    <bridgehead renderas="sect4">Optional</bridgehead>
    6665    <para role="optional"><xref linkend="samba3"/>,
    67     <xref linkend="cdparanoia"/>,
    6866    <xref linkend="gamin"/>,
    6967    <xref linkend="hal"/>,
     
    7876    url="http://www.gnupg.org/download/index.html#libgcrypt">libgcrypt</ulink>),
    7977    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
     78    <ulink url="http://www.avahi.org">Avahi</ulink>,
    8079    <ulink url="http://www.openafs.org/">OpenAFS</ulink>, and
    81     <ulink url="http://www.avahi.org">Avahi</ulink></para>
     80    <xref linkend="cdparanoia"/> (not recommended)</para>
    8281
    8382    <para>If you run <command>./configure --help</command> for the complete
     
    131130    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    132131
     132    <para><option>--with-dbus-service-dir=/usr/share/dbus-1/services</option>:
     133    Use this parameter if you linked <application>HAL</application> into the
     134    build and you want the <filename>gnome-vfs-daemon.service</filename> file
     135    installed in the default <application>D-Bus</application> location instead
     136    of in <filename
     137    class='directory'><envar>GNOME_PREFIX</envar>/share/dbus-1/services</filename>.
     138    See the information in the configuration section below if you don't use this
     139    parameter.</para>
     140
    133141    <para><option>--with-hal-eject=PROGRAM</option>: This parameter does not
    134142    need to be passed if you have <ulink
     
    140148    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    141149    href="../../xincludes/gtk-doc-rebuild.xml"/>
     150
     151  </sect2>
     152
     153  <sect2 role="configuration">
     154    <title>Configuring Gnome Virtual File System</title>
     155
     156    <sect3 id="gnome-vfs-config">
     157      <title>Configuration Information</title>
     158
     159      <para>If <application>HAL</application> was linked into the build and
     160      GNOME is being installed in any location other than
     161      <filename class='directory'>/usr</filename>, you should create a local
     162      <application>D-Bus</application> session configuration file so that the
     163      installed <filename>gnome-vfs-daemon.service</filename> file can be
     164      discovered by <application>D-Bus</application>. You should reference
     165      the information on the <application>D-Bus</application> page for
     166      instructions on how to create a
     167      <xref linkend="dbus-session-config"/>.</para>
     168
     169    </sect3>
    142170
    143171  </sect2>
Note: See TracChangeset for help on using the changeset viewer.