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/seed.xml

    rc099902d r7ded7e3  
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to seed</title>
     30    <title>Introduction to Seed</title>
    3131
    32     <para><application>Seed</application> is a JavaScript interpreter.</para>
     32    <para>
     33      <application>Seed</application> is a JavaScript interpreter.
     34    </para>
    3335
    3436    &lfs70_checked;
     
    3739    <itemizedlist spacing="compact">
    3840      <listitem>
    39         <para>Download (HTTP): <ulink url="&seed-download-http;"/></para>
     41        <para>
     42          Download (HTTP): <ulink url="&seed-download-http;"/>
     43        </para>
    4044      </listitem>
    4145      <listitem>
    42         <para>Download (FTP): <ulink url="&seed-download-ftp;"/></para>
     46        <para>
     47          Download (FTP): <ulink url="&seed-download-ftp;"/>
     48        </para>
    4349      </listitem>
    4450      <listitem>
    45         <para>Download MD5 sum: &seed-md5sum;</para>
     51        <para>
     52          Download MD5 sum: &seed-md5sum;
     53        </para>
    4654      </listitem>
    4755      <listitem>
    48         <para>Download size: &seed-size;</para>
     56        <para>
     57          Download size: &seed-size;
     58        </para>
    4959      </listitem>
    5060      <listitem>
    51         <para>Estimated disk space required: &seed-buildsize;</para>
     61        <para>
     62          Estimated disk space required: &seed-buildsize;
     63        </para>
    5264      </listitem>
    5365      <listitem>
    54         <para>Estimated build time: &seed-time;</para>
     66        <para>
     67          Estimated build time: &seed-time;
     68        </para>
    5569      </listitem>
    5670    </itemizedlist>
    5771
    58     <bridgehead renderas="sect3">seed Dependencies</bridgehead>
     72    <bridgehead renderas="sect3">Seed Dependencies</bridgehead>
    5973
    6074    <bridgehead renderas="sect4">Required</bridgehead>
     
    7185
    7286    <para condition="html" role="usernotes">User Notes:
    73     <ulink url="&blfs-wiki;/seed"/></para>
    74 
     87      <ulink url="&blfs-wiki;/seed"/>
     88    </para>
    7589  </sect2>
    7690
    7791  <sect2 role="installation">
    78     <title>Installation of seed</title>
     92    <title>Installation of Seed</title>
    7993
    80     <para>Install <application>seed</application> by running the following
    81     commands:</para>
     94    <para>
     95      Install <application>Seed</application> by running the following
     96      commands:
     97    </para>
    8298
    8399<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    84100make</userinput></screen>
    85101
    86     <para>This package does not have a working testsuite.</para>
     102    <para>
     103      This package does not come with a test suite.
     104    </para>
    87105
    88     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     106    <para>
     107      Now, as the <systemitem class="username">root</systemitem> user:
     108    </para>
    89109
    90110<screen role="root"><userinput>make install</userinput></screen>
     
    96116
    97117    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    98     href="../../xincludes/static-libraries.xml"/>
     118      href="../../xincludes/static-libraries.xml"/>
    99119
    100120    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101     href="../../xincludes/gtk-doc-rebuild.xml"/>
     121      href="../../xincludes/gtk-doc-rebuild.xml"/>
    102122
    103123  </sect2>
     
    119139        </seg>
    120140        <seg>
    121           /usr/include/seed-gtk3, /usr/lib/seed-gtk3, /usr/share/doc/seed,
    122           /usr/share/gtk-doc/html/seed and /usr/share/seed-gtk3
     141          /usr/include/seed-gtk3,
     142          /usr/lib/seed-gtk3,
     143          /usr/share/doc/seed,
     144          /usr/share/gtk-doc/html/seed and
     145          /usr/share/seed-gtk3
    123146        </seg>
    124147      </seglistitem>
     
    133156        <term><command>seed</command></term>
    134157        <listitem>
    135           <para>is the command line JavaScript interpreter.</para>
     158          <para>
     159            is the command line JavaScript interpreter.
     160          </para>
    136161          <indexterm zone="seed seed-prog">
    137162            <primary sortas="b-seed">seed</primary>
     
    143168        <term><filename class='libraryfile'>libseed-gtk3.so</filename></term>
    144169        <listitem>
    145           <para>contains the seed API functions.</para>
     170          <para>
     171            contains the <application>Seed</application> API functions.
     172          </para>
    146173          <indexterm zone="seed libseed-gtk3">
    147174            <primary sortas="c-libseed-gtk3">libseed-gtk3.so</primary>
Note: See TracChangeset for help on using the changeset viewer.