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-applets.xml

    r7539d8f7 r551b9389  
    7070    <xref linkend="system-tools-backends"/>,
    7171    <xref linkend="docbook-utils"/>,
    72     <ulink
    73     url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>,
    74     and <ulink
    75     url="http://www.galago-project.org/files/releases/source/libnotify/libnotify-0.2.2.tar.gz">
    76     libnotify-0.2.2</ulink></para>
     72    <ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>, and
     73    <ulink url="http://www.galago-project.org/news/index.php">libnotify</ulink></para>
    7774
    7875    <para condition="html" role="usernotes">User Notes:
     
    8885
    8986<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     87            --sysconfdir=&gnome-etc-dir; \
    9088            --localstatedir=/var/lib \
    91             --sysconfdir=&gnome-etc-dir; \
    9289            --libexecdir=$(pkg-config \
    9390                --variable=prefix ORBit-2.0)/lib/gnome-applets \
     
    108105    <title>Command Explanations</title>
    109106
     107    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     108    href="../gnome-prefix.xml"/>
     109
     110    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     111    href="../gnome-sysconfdir.xml"/>
     112
     113    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     114    href="../../xincludes/scrollkeeper-dir.xml"/>
     115
    110116    <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    111     ORBit-2.0)/lib/gnome-applets</parameter>: This switch puts libexec files
     117    ORBit-2.0)/lib/gnome-applets</parameter>: This parameter causes the libexec
     118    files to be installed in the preferred location of
    112119    in <filename class="directory">$GNOME_PREFIX/lib/gnome-applets</filename>
    113120    instead of
    114121    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    115122
    116     <para><parameter>--localstatedir=/var/lib</parameter>: This switch
    117     puts <application>ScrollKeeper</application> files in
    118     <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    119     <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     123    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     124    href="../gnome-mandir.xml"/>
    120125
    121     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    122     configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    123     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    124 
    125     <para><command>make -C man install-man</command>: This installs the man-pages
    126     that are not installed during <command>make install</command>.</para>
     126    <para><command>make -C man install-man</command>: This command installs
     127    the man-pages that are not installed during
     128    <command>make install</command>.</para>
    127129
    128130  </sect2>
     
    139141        <seg>cpufreq-selector and gswitchit-plugins-capplet</seg>
    140142        <seg>None</seg>
    141         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas}apps/{too
    142         many to list} and the following subdirectories of $GNOME_PREFIX/:
    143         include/libgswitchit,
     143        <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
     144        include/libg{switchit,weather},
    144145        lib/gnome-applets,
    145146        share/{gnome-applets, {gnome/help,omf}/{too many to list},
    146         pixmaps/{accessx-status-applet, cpufreq-applet, stickynotes}, and
     147        pixmaps/{accessx-status-applet, cpufreq-applet, stickynotes},
    147148        xmodmap}</seg>
    148149      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.