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/core/gnome-control-center.xml

    rc099902d r7ded7e3  
    99  <!ENTITY gnome-control-center-download-ftp 
    1010           "&gnome-download-ftp;/gnome-control-center/3.4/gnome-control-center-&gnome-control-center-version;.tar.xz">
    11   <!ENTITY gnome-control-center-md5sum        "f9a65550e82dcd55ca23ceaa5a1489f6">
    12   <!ENTITY gnome-control-center-size          "4.3 MB">
    13   <!ENTITY gnome-control-center-buildsize     "93 MB">
    14   <!ENTITY gnome-control-center-time          "1.2 SBU">
     11  <!ENTITY gnome-control-center-md5sum        "cebb27d87bdfc8175073eebb6610a498">
     12  <!ENTITY gnome-control-center-size          "4.1 MB">
     13  <!ENTITY gnome-control-center-buildsize     "90 MB">
     14  <!ENTITY gnome-control-center-time          "1.0 SBU">
    1515]>
    1616
     
    2626
    2727  <indexterm zone="gnome-control-center">
    28     <primary sortas="a-GNOME-Control-Center">GNOME Control Center</primary>
     28    <primary sortas="a-gnome-control-center">gnome-control-center</primary>
    2929  </indexterm>
    3030
     
    3232    <title>Introduction to GNOME Control Center</title>
    3333
    34     <para>The <application>GNOME Control Center</application> package contains the
    35     <application>GNOME</application> settings managers.</para>
     34    <para>
     35      The <application>GNOME Control Center</application> package contains the
     36      <application>GNOME</application> settings manager.
     37    </para>
    3638
    3739    &lfs70_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&gnome-control-center-download-http;"/></para>
     44        <para>
     45          Download (HTTP): <ulink url="&gnome-control-center-download-http;"/>
     46        </para>
    4347      </listitem>
    4448      <listitem>
    45         <para>Download (FTP): <ulink url="&gnome-control-center-download-ftp;"/></para>
     49        <para>
     50          Download (FTP): <ulink url="&gnome-control-center-download-ftp;"/>
     51        </para>
    4652      </listitem>
    4753      <listitem>
    48         <para>Download MD5 sum: &gnome-control-center-md5sum;</para>
     54        <para>
     55          Download MD5 sum: &gnome-control-center-md5sum;
     56        </para>
    4957      </listitem>
    5058      <listitem>
    51         <para>Download size: &gnome-control-center-size;</para>
     59        <para>
     60          Download size: &gnome-control-center-size;
     61        </para>
    5262      </listitem>
    5363      <listitem>
    54         <para>Estimated disk space required: &gnome-control-center-buildsize;</para>
     64        <para>
     65          Estimated disk space required: &gnome-control-center-buildsize;
     66        </para>
    5567      </listitem>
    5668      <listitem>
    57         <para>Estimated build time: &gnome-control-center-time;</para>
     69        <para>
     70          Estimated build time: &gnome-control-center-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    92106
    93107    <para condition="html" role="usernotes">User Notes:
    94     <ulink url="&blfs-wiki;/gnome-control-center"/></para>
    95 
     108      <ulink url="&blfs-wiki;/gnome-control-center"/>
     109    </para>
    96110  </sect2>
    97111
     
    99113    <title>Installation of GNOME Control Center</title>
    100114
    101     <para>Install <application>GNOME Control Center</application> by running the
    102     following commands:</para>
     115    <para>
     116      Install <application>GNOME Control Center</application> by running the
     117      following commands:
     118    </para>
    103119
    104120<screen><userinput>./configure --prefix=/usr \
     
    107123make</userinput></screen>
    108124
    109     <para>This package does not come with a test suite.</para>
     125    <para>
     126      This package does not come with a test suite.
     127    </para>
    110128
    111     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     129    <para>
     130      Now, as the <systemitem class="username">root</systemitem> user:
     131    </para>
    112132
    113133<screen role="root"><userinput>make install</userinput></screen>
     
    118138    <title>Command Explanations</title>
    119139
    120 <!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    121     href="../../xincludes/gnome-prefix.xml"/>
    122 
    123140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    124     href="../../xincludes/gnome-sysconfdir.xml"/> -->
    125 
    126     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127     href="../../xincludes/static-libraries.xml"/>
    128 
    129     <para><option>--with-cheese</option>: enable cheese
    130     webcam support.</para>
    131 
    132     <para><option>--with-libsocialweb</option>: enable
    133     libsocialweb support.</para>
     141      href="../../xincludes/static-libraries.xml"/>
    134142
    135143  </sect2>
     
    147155        </seg>
    148156        <seg>
    149           /usr/lib/control-center-1, /usr/share/gnome-control-center and
     157          /usr/lib/control-center-1,
     158          /usr/share/gnome-control-center and
    150159          /usr/share/sounds/gnome
    151160        </seg>
     
    161170        <term><command>gnome-control-center</command></term>
    162171        <listitem>
    163           <para>is used to configure various system settings.</para>
     172          <para>
     173            is used to configure various system settings.
     174          </para>
    164175          <indexterm zone="gnome-control-center gnome-control-center-prog">
    165176            <primary sortas="b-gnome-control-center">gnome-control-center</primary>
     
    171182        <term><command>gnome-sound-applet</command></term>
    172183        <listitem>
    173           <para>is the GNOME Volume Control Applet.</para>
     184          <para>
     185            is the <application>GNOME</application> Volume Control Applet.
     186          </para>
    174187          <indexterm zone="gnome-control-center gnome-sound-applet">
    175188            <primary sortas="b-gnome-sound-applet">gnome-sound-applet</primary>
Note: See TracChangeset for help on using the changeset viewer.