Ignore:
Timestamp:
05/16/2012 04:39:28 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
121d292
Parents:
c099902d
Message:

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnome-applets.xml

    rc099902d r7ded7e3  
    2626
    2727  <indexterm zone="gnome-applets">
    28     <primary sortas="a-GNOME-Applets">GNOME Applets</primary>
     28    <primary sortas="a-gnome-applets">gnome-applets</primary>
    2929  </indexterm>
    3030
     
    3232    <title>Introduction to GNOME Applets</title>
    3333
    34     <para>The <application>GNOME Applets</application> package contains
    35     small applications which generally run in the background and display
    36     their output to the <application>GNOME</application> panel.</para>
     34    <para>
     35      The <application>GNOME Applets</application> package contains
     36      small applications which generally run in the background and display
     37      their output to the <application>GNOME Panel</application>.
     38    </para>
    3739
    3840    &lfs70_checked;
     
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&gnome-applets-download-http;"/></para>
     45        <para>
     46          Download (HTTP): <ulink url="&gnome-applets-download-http;"/>
     47        </para>
    4448      </listitem>
    4549      <listitem>
    46         <para>Download (FTP): <ulink url="&gnome-applets-download-ftp;"/></para>
     50        <para>
     51          Download (FTP): <ulink url="&gnome-applets-download-ftp;"/>
     52        </para>
    4753      </listitem>
    4854      <listitem>
    49         <para>Download MD5 sum: &gnome-applets-md5sum;</para>
     55        <para>
     56          Download MD5 sum: &gnome-applets-md5sum;
     57        </para>
    5058      </listitem>
    5159      <listitem>
    52         <para>Download size: &gnome-applets-size;</para>
     60        <para>
     61          Download size: &gnome-applets-size;
     62        </para>
    5363      </listitem>
    5464      <listitem>
    55         <para>Estimated disk space required: &gnome-applets-buildsize;</para>
     65        <para>
     66          Estimated disk space required: &gnome-applets-buildsize;
     67        </para>
    5668      </listitem>
    5769      <listitem>
    58         <para>Estimated build time: &gnome-applets-time;</para>
     70        <para>
     71          Estimated build time: &gnome-applets-time;
     72        </para>
    5973      </listitem>
    6074    </itemizedlist>
     
    88102
    89103    <para condition="html" role="usernotes">User Notes:
    90     <ulink url="&blfs-wiki;/gnome-applets"/></para>
    91 
     104      <ulink url="&blfs-wiki;/gnome-applets"/>
     105    </para>
    92106  </sect2>
    93107
     
    95109    <title>Installation of GNOME Applets</title>
    96110
    97     <para>Install <application>GNOME Applets</application> by
    98     running the following commands:</para>
     111    <para>
     112      Install <application>GNOME Applets</application> by
     113      running the following commands:
     114    </para>
    99115
    100116<screen><userinput>./configure --prefix=/usr \
     
    103119make</userinput></screen>
    104120
    105     <para>This package does not come with a test suite.</para>
     121    <para>
     122      This package does not come with a test suite.
     123    </para>
    106124
    107     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     125    <para>
     126      Now, as the <systemitem class="username">root</systemitem> user:
     127    </para>
    108128
    109129<screen role="root"><userinput>make install</userinput></screen>
     
    114134    <title>Command Explanations</title>
    115135
    116 <!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117     href="../../xincludes/gnome-prefix.xml"/>
     136    <para>
     137      <parameter>--libexecdir=/usr/lib/gnome-applets</parameter>: This
     138      parameter causes the libexec files to be installed in the preferred
     139      location of in <filename
     140      class="directory">/usr/lib/gnome-applets</filename> instead of
     141      <filename class="directory">/usr/libexec</filename>.
     142    </para>
    118143
    119144    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    120     href="../../xincludes/gnome-sysconfdir.xml"/> -->
    121 
    122     <para><parameter>--libexecdir=/usr/lib/gnome-applets</parameter>:
    123     This parameter causes the libexec files to be installed in the preferred
    124     location of in <filename
    125     class="directory">/usr/lib/gnome-applets</filename> instead of
    126     <filename class="directory">/usr/libexec</filename>.</para>
    127 
    128     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    129     href="../../xincludes/without-scrollkeeper.xml"/>
     145      href="../../xincludes/without-scrollkeeper.xml"/>
    130146
    131147  </sect2>
     
    147163        </seg>
    148164        <seg>
    149           /usr/lib/bonobo/servers, /usr/lib/python2.7/site-packages/invest,
     165          /usr/lib/bonobo/servers,
     166          /usr/lib/python2.7/site-packages/invest,
    150167          /usr/share/gnome/help/{accessx-status,battstat,char-palette,cpufreq-applet},
    151168          /usr/share/gnome/help/{drivemoun,geyes,gweather,invest-applet},
    152169          /usr/share/gnome/help/{mixer_applet2,multiload,stickynotes_applet,trashapplet},
    153           /usr/share/gnome-applets, /usr/share/omf/{accessx-status,battstat,char-palette},
     170          /usr/share/gnome-applets,
     171          /usr/share/omf/{accessx-status,battstat,char-palette},
    154172          /usr/share/omf/{cpufreq-applet,drivemount,geyes,gweather,invest-applet},
    155173          /usr/share/omf/{mixer_applet2,multiload,stickynotes_applet} and
Note: See TracChangeset for help on using the changeset viewer.