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-js-common.xml

    rc099902d r7ded7e3  
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to gnome-js-common</title>
     32    <title>Introduction to GNOME JS Common</title>
    3333
    34     <para>The <application>gnome-js-common</application> package provides
    35     common modules for <application>GNOME</application> JavaScript bindings.</para>
     34    <para>
     35      The <application>GNOME JS Common</application> package provides
     36      common modules for <application>GNOME</application> JavaScript bindings.
     37    </para>
    3638
    3739    &lfs70_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&gnome-js-common-download-http;"/></para>
     44        <para>
     45          Download (HTTP): <ulink url="&gnome-js-common-download-http;"/>
     46        </para>
    4347      </listitem>
    4448      <listitem>
    45         <para>Download (FTP): <ulink url="&gnome-js-common-download-ftp;"/></para>
     49        <para>
     50          Download (FTP): <ulink url="&gnome-js-common-download-ftp;"/>
     51        </para>
    4652      </listitem>
    4753      <listitem>
    48         <para>Download MD5 sum: &gnome-js-common-md5sum;</para>
     54        <para>
     55          Download MD5 sum: &gnome-js-common-md5sum;
     56        </para>
    4957      </listitem>
    5058      <listitem>
    51         <para>Download size: &gnome-js-common-size;</para>
     59        <para>
     60          Download size: &gnome-js-common-size;
     61        </para>
    5262      </listitem>
    5363      <listitem>
    54         <para>Estimated disk space required: &gnome-js-common-buildsize;</para>
     64        <para>
     65          Estimated disk space required: &gnome-js-common-buildsize;
     66        </para>
    5567      </listitem>
    5668      <listitem>
    57         <para>Estimated build time: &gnome-js-common-time;</para>
     69        <para>
     70          Estimated build time: &gnome-js-common-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
    6074
    61     <bridgehead renderas="sect3">gnome-js-common Dependencies</bridgehead>
     75    <bridgehead renderas="sect3">GNOME JS Common Dependencies</bridgehead>
    6276
    6377    <bridgehead renderas="sect4">Optional</bridgehead>
    6478    <para role="recommended">
    6579      <xref linkend="seed"/> (Note that seed
    66       <emphasis>requires</emphasis> gnome-js-common).
     80      <emphasis>requires</emphasis> GNOME JS Common).
    6781    </para>
    6882
    6983    <para condition="html" role="usernotes">User Notes:
    70     <ulink url="&blfs-wiki;/gnome-js-common"/></para>
    71 
     84      <ulink url="&blfs-wiki;/gnome-js-common"/>
     85    </para>
    7286  </sect2>
    7387
    7488  <sect2 role="installation">
    75     <title>Installation of gnome-js-common</title>
     89    <title>Installation of GNOME JS Common</title>
    7690
    77     <para>Install <application>gnome-js-common</application> by running the following
    78     commands:</para>
     91    <para>
     92      Install <application>GNOME JS Common</application> by
     93      running the following commands:
     94    </para>
    7995
    8096<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8197make</userinput></screen>
    8298
    83     <para>To test the results, issue: <command>make check</command>.</para>
     99    <para>
     100      To test the results, issue: <command>make check</command>.
     101    </para>
    84102
    85     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    86 
     103    <para>
     104      Now, as the <systemitem class="username">root</systemitem> user:
     105    </para>
     106 
    87107<screen role="root"><userinput>make install</userinput></screen>
    88108
Note: See TracChangeset for help on using the changeset viewer.