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
  • general/genlib/libcroco.xml

    rc099902d r7ded7e3  
    2121  </sect1info>
    2222
    23   <title>Libcroco-&libcroco-version;</title>
     23  <title>libcroco-&libcroco-version;</title>
    2424
    2525  <indexterm zone="libcroco">
    26     <primary sortas="a-Libcroco">Libcroco</primary>
     26    <primary sortas="a-libcroco">libcroco</primary>
    2727  </indexterm>
    2828
     
    3030    <title>Introduction to libcroco</title>
    3131
    32     <para>The <application>libcroco</application> package contains
    33     a standalone CSS2 parsing and manipulation library.</para>
     32    <para>
     33      The <application>libcroco</application> package contains
     34      a standalone CSS2 parsing and manipulation library.
     35    </para>
    3436
    3537    &lfs70_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&libcroco-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&libcroco-download-http;"/>
     44        </para>
    4145      </listitem>
    4246      <listitem>
    43         <para>Download (FTP): <ulink url="&libcroco-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&libcroco-download-ftp;"/>
     49        </para>
    4450      </listitem>
    4551      <listitem>
    46         <para>Download MD5 sum: &libcroco-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &libcroco-md5sum;
     54        </para>
    4755      </listitem>
    4856      <listitem>
    49         <para>Download size: &libcroco-size;</para>
     57        <para>
     58          Download size: &libcroco-size;
     59        </para>
    5060      </listitem>
    5161      <listitem>
    52         <para>Estimated disk space required: &libcroco-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &libcroco-buildsize;
     64        </para>
    5365      </listitem>
    5466      <listitem>
    55         <para>Estimated build time: &libcroco-time;</para>
     67        <para>
     68          Estimated build time: &libcroco-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    7185
    7286    <para condition="html" role="usernotes">User Notes:
    73     <ulink url="&blfs-wiki;/libcroco"/></para>
    74 
     87      <ulink url="&blfs-wiki;/libcroco"/>
     88    </para>
    7589  </sect2>
    7690
     
    7892    <title>Installation of libcroco</title>
    7993
    80     <para>Install <application>libcroco</application> by running the following
    81     commands:</para>
     94    <para>
     95      Install <application>libcroco</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>To test the results, issue:
    87     <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.</para>
     102    <para>
     103      To test the results, issue:
     104      <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.
     105   </para>
    88106
    89     <para>If there are test failures, issue:
    90     <command>patch -Np1 -i tests/tests-error.log</command>.
    91     This will update the failed tests from CVS. You should now rerun the test.
     107    <para>
     108      If there are test failures, issue:
     109      <command>patch -Np1 -i tests/tests-error.log</command>.
     110      This will update the failed tests from CVS. You should now rerun the test.
    92111    </para>
    93112
    94     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     113    <para>
     114      Now, as the <systemitem class="username">root</systemitem> user:
     115    </para>
    95116
    96117<screen role="root"><userinput>make install</userinput></screen>
     
    102123
    103124    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    104     href="../../xincludes/static-libraries.xml"/>
     125      href="../../xincludes/static-libraries.xml"/>
    105126
    106127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    107     href="../../xincludes/gtk-doc-rebuild.xml"/>
     128      href="../../xincludes/gtk-doc-rebuild.xml"/>
    108129
    109130  </sect2>
Note: See TracChangeset for help on using the changeset viewer.