Ignore:
Timestamp:
06/25/2006 07:48:15 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
ebabf24
Parents:
7539d8f7
Message:

Minor fixes and clean-up to the core GNOME-2 package instructions including standardizing the text in the 'Command Explanations' section by using xinclude files and changing the creation of symbolic links to using PYTHONPATH so Python can find modules installed in non-standard locations

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

File:
1 edited

Legend:

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

    r7539d8f7 r551b9389  
    8282
    8383    <para>If you run <command>./configure --help</command> for the complete
    84     list of dependency requirements and available switches, you may notice a
     84    list of dependency requirements and available parameters, you may notice a
    8585    message about the <xref linkend="gnome-mount"/> package. This package is
    8686    not required at build-time, and is only a run-time dependency. If
    8787    <application>gnome-mount</application> is available at run-time,
    88     <application>GNOME-VFS</application> will use it. If not available,
     88    <application>GNOME-VFS</application> will use it. If it is not available,
    8989    <application>GNOME-VFS</application> will fall back to using other mounting
    9090    mechanisms.</para>
     
    118118    <title>Command Explanations</title>
    119119
    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>
     120    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     121    href="../gnome-prefix.xml"/>
     122
     123    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     124    href="../gnome-sysconfdir.xml"/>
    123125
    124126    <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    125     ORBit-2.0)/lib/gnome-vfs-2.0</parameter>: This switch puts libexec files in
     127    ORBit-2.0)/lib/gnome-vfs-2.0</parameter>: This parameter causes the libexec
     128    files to be installed in the preferred location of
    126129    <filename class="directory">$GNOME_PREFIX/lib/gnome-vfs-2.0</filename>
    127130    instead of
    128131    <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> -->
    135132
    136133    <para><option>--with-hal-eject=PROGRAM</option>: This parameter does not
     
    138135    url="http://ca.geocities.com/jefftranter@rogers.com/eject.html">Eject</ulink>
    139136    or <xref linkend="gnome-mount"/> installed, as the <command>eject</command>
    140     program is used if gnome-mount is not installed.</para>
     137    program is used if <application>gnome-mount</application> is not
     138    installed.</para>
    141139
    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> -->
     140    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     141    href="../../xincludes/gtk-doc-rebuild.xml"/>
    147142
    148143  </sect2>
     
    162157        <seg>The following subdirectories of &gnome-etc-dir;/:
    163158        gconf/{schemas, gconf.xml.defaults/{desktop, schemas, system},
    164         gnome-vfs-2.0} and the following subdirectories of $GNOME_PREFIX/:
     159        gnome-vfs-2.0} and the following subdirectories of
     160        <envar>$GNOME_PREFIX</envar>/:
    165161        include/gnome-vfs-{,module-}2.0,
    166162        lib/gnome-vfs{,-2.0},
Note: See TracChangeset for help on using the changeset viewer.