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

    rc099902d r7ded7e3  
    2626
    2727  <indexterm zone="gnome-keyring">
    28     <primary sortas="a-Gnome-keyring">Gnome-keyring</primary>
     28    <primary sortas="a-gnome-keyring">gnome-keyring</primary>
    2929  </indexterm>
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to gnome-keyring</title>
     32    <title>Introduction to GNOME Keyring</title>
    3333
    34     <para>The <application>gnome-keyring</application> package contains a
    35     daemon that keeps passwords and other secrets for users.</para>
     34    <para>
     35      The <application>GNOME Keyring</application> package contains a
     36      daemon that keeps passwords and other secrets for users.
     37    </para>
    3638
    3739    &lfs70_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&gnome-keyring-download-http;"/></para>
     44        <para>
     45          Download (HTTP): <ulink url="&gnome-keyring-download-http;"/>
     46        </para>
    4347      </listitem>
    4448      <listitem>
    45         <para>Download (FTP): <ulink url="&gnome-keyring-download-ftp;"/></para>
     49        <para>
     50          Download (FTP): <ulink url="&gnome-keyring-download-ftp;"/>
     51        </para>
    4652      </listitem>
    4753      <listitem>
    48         <para>Download MD5 sum: &gnome-keyring-md5sum;</para>
     54        <para>
     55          Download MD5 sum: &gnome-keyring-md5sum;
     56        </para>
    4957      </listitem>
    5058      <listitem>
    51         <para>Download size: &gnome-keyring-size;</para>
     59        <para>
     60          Download size: &gnome-keyring-size;
     61        </para>
    5262      </listitem>
    5363      <listitem>
    54         <para>Estimated disk space required: &gnome-keyring-buildsize;</para>
     64        <para>
     65          Estimated disk space required: &gnome-keyring-buildsize;
     66        </para>
    5567      </listitem>
    5668      <listitem>
    57         <para>Estimated build time: &gnome-keyring-time;</para>
     69        <para>
     70          Estimated build time: &gnome-keyring-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
    6074
    6175
    62     <bridgehead renderas="sect3">gnome-keyring Dependencies</bridgehead>
     76    <bridgehead renderas="sect3">GNOME Keyring Dependencies</bridgehead>
    6377
    6478    <bridgehead renderas="sect4">Required</bridgehead>
     
    7993
    8094    <para condition="html" role="usernotes">User Notes:
    81     <ulink url="&blfs-wiki;/gnome-keyring"/></para>
    82 
     95      <ulink url="&blfs-wiki;/gnome-keyring"/>
     96    </para>
    8397  </sect2>
    8498
    8599  <sect2 role="installation">
    86     <title>Installation of gnome-keyring</title>
     100    <title>Installation of GNOME Keyring</title>
    87101
    88     <para>Install <application>gnome-keyring</application> by running the
    89     following commands:</para>
     102    <para>
     103      Install <application>GNOME Keyring</application> by running the
     104      following commands:
     105    </para>
    90106
    91107<screen><userinput>./configure --prefix=/usr \
     
    95111make</userinput></screen>
    96112
    97     <para>This package does not come with a test suite.</para>
     113    <para>
     114      This package does not come with a test suite.
     115    </para>
    98116
    99     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     117    <para>
     118      Now, as the <systemitem class="username">root</systemitem> user:
     119    </para>
    100120
    101121<screen role="root"><userinput>make install</userinput></screen>
     
    106126    <title>Command Explanations</title>
    107127
    108 <!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109     href="../../xincludes/gnome-prefix.xml"/>
     128    <para>
     129      <parameter>--with-pam-dir=/lib/security</parameter>: This parameter
     130      specifies where the pam modules will be installed: you can omit this if you
     131      have not installed <application>Linux-PAM</application>.
     132    </para>
    110133
    111     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    112     href="../../xincludes/gnome-sysconfdir.xml"/> -->
    113 
    114     <para><parameter>--with-pam-dir=/lib/security</parameter>: This parameter
    115     specifies where the pam modules will be installed: you can omit this if you
    116     have not installed <application>Linux-PAM</application>.</para>
    117 
    118     <para><parameter>--with-root-certs=/etc/ssl/certs</parameter>: This
    119     parameter specifies where the trusted root certificates are located.</para>
     134    <para>
     135      <parameter>--with-root-certs=/etc/ssl/certs</parameter>: This
     136      parameter specifies where the trusted root certificates are located.
     137    </para>
    120138
    121139  </sect2>
     
    150168        <term><command>gnome-keyring-daemon</command></term>
    151169        <listitem>
    152           <para>is a session daemon that keeps passwords for users.</para>
     170          <para>
     171            is a session daemon that keeps passwords for users.
     172          </para>
    153173          <indexterm zone="gnome-keyring gnome-keyring-daemon">
    154174            <primary sortas="b-gnome-keyring-daemon">gnome-keyring-daemon</primary>
Note: See TracChangeset for help on using the changeset viewer.