Changeset baac59c


Ignore:
Timestamp:
03/21/2020 11:42:20 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6d106671
Parents:
71df408
Message:

Format x/lib xchpater

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22866 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/lib
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairo.xml

    r71df408 rbaac59c  
    123123    </para>
    124124
    125     <note><para>There is a circular dependency between cairo and harfbuzz.
    126     If cairo is built before harfbuzz, it is necessary to rebuild cairo
    127     after harfbuzz in order to build pango.</para></note>
     125    <note>
     126      <para>
     127        There is a circular dependency between cairo and harfbuzz.
     128        If cairo is built before harfbuzz, it is necessary to rebuild cairo
     129        after harfbuzz in order to build pango.
     130      </para>
     131    </note>
    128132
    129133    <para condition="html" role="usernotes">
  • x/lib/fltk.xml

    r71df408 rbaac59c  
    107107
    108108    <note>
    109       <para>The tar extraction directory is fltk-&fltk-version; and not
    110       fltk-&fltk-version;-source as indicated by the tarball name.</para>
     109      <para>
     110        The tar extraction directory is fltk-&fltk-version; and not
     111        fltk-&fltk-version;-source as indicated by the tarball name.
     112      </para>
    111113    </note>
    112114
     
    122124make</userinput></screen>
    123125
    124     <para>If you wish to create the API documentation, issue:</para>
     126    <para>
     127      If you wish to create the API documentation, issue:
     128    </para>
    125129
    126130<screen remap="doc"><userinput>make -C documentation html</userinput></screen>
    127131
    128     <para>The tests for the package are interactive.  To execute the tests, run
    129     <command>test/unittests</command>. In addition, there are 70 other
    130     executable test programs in the <filename class='directory'>test</filename>
    131     directory that can be run individually.</para>
     132    <para>
     133      The tests for the package are interactive.  To execute the tests, run
     134      <command>test/unittests</command>. In addition, there are 70 other
     135      executable test programs in the <filename
     136      class='directory'>test</filename> directory that can be run individually.
     137    </para>
    132138
    133139    <para>
     
    137143<screen role="root"><userinput>make docdir=/usr/share/doc/fltk-&fltk-version; install</userinput></screen>
    138144
    139     <para>If desired, install some example games built as a part of the tests,
    140     extra documentation and example programs.  As the <systemitem
    141     class="username">root</systemitem> user:</para>
     145    <para>
     146      If desired, install some example games built as a part of the tests,
     147      extra documentation and example programs.  As the <systemitem
     148      class="username">root</systemitem> user:
     149    </para>
    142150
    143151<screen role="root"
  • x/lib/freeglut.xml

    r71df408 rbaac59c  
    128128    <title>Command Explanations</title>
    129129
    130     <para><parameter>-DFREEGLUT_BUILD_DEMOS=OFF</parameter>: Disable building
    131     optional demo programs.  Note that if you choose to build them, their
    132     installation must be done manually.  The demo programs are limited and
    133     installation is not recommended.</para>
     130    <para>
     131      <parameter>-DFREEGLUT_BUILD_DEMOS=OFF</parameter>: Disable building
     132      optional demo programs.  Note that if you choose to build them, their
     133      installation must be done manually.  The demo programs are limited and
     134      installation is not recommended.
     135    </para>
    134136
    135     <para><parameter>-DFREEGLUT_BUILD_STATIC_LIBS=OFF</parameter>:
    136     Do not build the static library. </para>
     137    <para>
     138      <parameter>-DFREEGLUT_BUILD_STATIC_LIBS=OFF</parameter>:
     139      Do not build the static library.
     140    </para>
    137141
    138142  </sect2>
  • x/lib/gtk+2.xml

    r71df408 rbaac59c  
    9696    </para>
    9797
    98     <note><para>If <xref linkend="gobject-introspection"/> was installed after
    99     <xref linkend="atk"/>, <xref linkend="gdk-pixbuf"/>, and/or <xref
    100     linkend="pango"/>, those packages will have to be rebuilt before this
    101     package can be built.  </para></note>
     98    <note>
     99      <para>
     100        If <xref linkend="gobject-introspection"/> was installed after
     101        <xref linkend="atk"/>, <xref linkend="gdk-pixbuf"/>, and/or <xref
     102        linkend="pango"/>, those packages will have to be rebuilt before this
     103        package can be built.
     104      </para>
     105    </note>
    102106
    103107    <para condition="html" role="usernotes">
  • x/lib/gtk+3.xml

    r71df408 rbaac59c  
    124124    <!-- This is due to the meson transition -->
    125125    <caution>
    126       <para>If you are upgrading from a version of GTK+3 prior to 3.24.9,
    127       you must run the <filename>remove-la-files.sh</filename> script from
    128       <xref linkend="la-files"/> after installing GTK+.</para>
     126      <para>
     127        If you are upgrading from a version of GTK+3 prior to 3.24.9,
     128        you must run the <filename>remove-la-files.sh</filename> script from
     129        <xref linkend="la-files"/> after installing GTK+.
     130      </para>
    129131    </caution>
    130132
  • x/lib/gtk-engines.xml

    r71df408 rbaac59c  
    4343    <itemizedlist spacing="compact">
    4444      <listitem>
    45         <para>Download (HTTP): <ulink url="&gtk-engines-download-http;"/></para>
     45        <para>
     46          Download (HTTP): <ulink url="&gtk-engines-download-http;"/>
     47        </para>
    4648      </listitem>
    4749      <listitem>
    48         <para>Download (FTP): <ulink url="&gtk-engines-download-ftp;"/></para>
     50        <para>
     51          Download (FTP): <ulink url="&gtk-engines-download-ftp;"/>
     52        </para>
    4953      </listitem>
    5054      <listitem>
    51         <para>Download MD5 sum: &gtk-engines-md5sum;</para>
     55        <para>
     56          Download MD5 sum: &gtk-engines-md5sum;
     57        </para>
    5258      </listitem>
    5359      <listitem>
    54         <para>Download size: &gtk-engines-size;</para>
     60        <para>
     61          Download size: &gtk-engines-size;
     62        </para>
    5563      </listitem>
    5664      <listitem>
    57         <para>Estimated disk space required: &gtk-engines-buildsize;</para>
     65        <para>
     66          Estimated disk space required: &gtk-engines-buildsize;
     67        </para>
    5868      </listitem>
    5969      <listitem>
    60         <para>Estimated build time: &gtk-engines-time;</para>
     70        <para>
     71          Estimated build time: &gtk-engines-time;
     72        </para>
    6173      </listitem>
    6274    </itemizedlist>
     
    91103make</userinput></screen>
    92104
    93     <para>To test the results, issue: <command>make check</command>.</para>
     105    <para>
     106      To test the results, issue: <command>make check</command>.
     107    </para>
    94108
    95109    <para>
     
    163177        <term>engine libraries</term>
    164178        <listitem>
    165           <para>are manager systems for specific themes.</para>
     179          <para>
     180            are manager systems for specific themes.
     181          </para>
    166182        </listitem>
    167183      </varlistentry>
  • x/lib/gtksourceview4.xml

    r71df408 rbaac59c  
    133133    <title>Command Explanations</title>
    134134
    135     <para><option>-Dgtk_doc=true</option>: This option is normally
    136     used if <application>GTK-Doc</application> is installed and you wish
    137     to rebuild and install the API documentation.</para>
     135    <para>
     136      <option>-Dgtk_doc=true</option>: This option is normally
     137      used if <application>GTK-Doc</application> is installed and you wish
     138      to rebuild and install the API documentation.
     139    </para>
    138140
    139141  </sect2>
  • x/lib/imlib2.xml

    r71df408 rbaac59c  
    3030    <title>Introduction to imlib2</title>
    3131
    32     <para><application>imlib2</application> is a graphics library for fast file
    33     loading, saving, rendering and manipulation.</para>
     32    <para>
     33      <application>imlib2</application> is a graphics library for fast file
     34      loading, saving, rendering and manipulation.
     35    </para>
    3436
    3537    &lfs91_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&imlib2-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&imlib2-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &imlib2-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &imlib2-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &imlib2-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &imlib2-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&imlib2-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&imlib2-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &imlib2-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &imlib2-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &imlib2-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &imlib2-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    8195    <title>Installation of imlib2</title>
    8296
    83     <para>Install <application>imlib2</application> by running the
    84     following commands:</para>
     97    <para>
     98      Install <application>imlib2</application> by running the
     99      following commands:
     100    </para>
    85101
    86102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    87103make</userinput></screen>
    88104
    89     <para>This package does not come with a test suite.</para>
    90 
    91     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     105    <para>
     106      This package does not come with a test suite.
     107    </para>
     108
     109    <para>
     110      Now, as the <systemitem class="username">root</systemitem> user:
     111    </para>
    92112
    93113<screen role="root"><userinput>make install &amp;&amp;
     
    144164        <listitem>
    145165          <para>
    146             is to test the <application>imlib2</application> colorspace function.
     166            is to test the <application>imlib2</application> colorspace
     167            function.
    147168          </para>
    148169          <indexterm zone="imlib2 imlib2_colorspace">
     
    205226        <listitem>
    206227          <para>
    207            is an <application>imlib2</application> program test.
     228            is an <application>imlib2</application> program test.
    208229          </para>
    209230          <indexterm zone="imlib2 imlib2_show">
     
    240261        <term><filename class='libraryfile'>libImlib2.so</filename></term>
    241262        <listitem>
    242           <para>provides the functions for programs to deal with various
    243           image data formats.</para>
     263          <para>
     264            provides the functions for programs to deal with various
     265            image data formats.
     266          </para>
    244267          <indexterm zone="imlib2 libImlib2">
    245268            <primary sortas="c-libImlib2">libImlib2.so</primary>
  • x/lib/lib.xml

    r71df408 rbaac59c  
    1616  <title>X Libraries</title>
    1717
    18   <para>This chapter does not contain libraries that are required to run
    19   <application>X</application>. It does contain libraries that enhance
    20   <application>X</application>. In some cases the enhancement is as simple as
    21   font support. In others it is as complex as libraries that sit between
    22   <application>X</application> and applications that run on
    23   <application>X</application> whose purpose is to standardize the look and
    24   feel and inter-process communications for different applications. They also
    25   assist programmers by supplying common elements.</para>
     18  <para>
     19    This chapter does not contain libraries that are required to run
     20    <application>X</application>. It does contain libraries that enhance
     21    <application>X</application>. In some cases the enhancement is as simple as
     22    font support. In others it is as complex as libraries that sit between
     23    <application>X</application> and applications that run on
     24    <application>X</application> whose purpose is to standardize the look and
     25    feel and inter-process communications for different applications. They also
     26    assist programmers by supplying common elements.
     27  </para>
    2628
    2729  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="atk.xml"/>
  • x/lib/libglade.xml

    r71df408 rbaac59c  
    3030    <title>Introduction to libglade</title>
    3131
    32     <para>The <application>libglade</application> package contains
    33     <filename class="libraryfile">libglade</filename> libraries. These are
    34     useful for loading Glade interface files in a program at runtime.</para>
     32    <para>
     33      The <application>libglade</application> package contains
     34      <filename class="libraryfile">libglade</filename> libraries. These are
     35      useful for loading Glade interface files in a program at runtime.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&libglade-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&libglade-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&libglade-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&libglade-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &libglade-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &libglade-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &libglade-size;</para>
     58        <para>
     59          Download size: &libglade-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &libglade-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &libglade-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &libglade-time;</para>
     68        <para>
     69          Estimated build time: &libglade-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6175
    6276    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="libxml2"/> and
    64     <xref linkend="gtk2"/></para>
     77    <para role="required">
     78      <xref linkend="libxml2"/> and
     79      <xref linkend="gtk2"/>
     80    </para>
    6581
    6682    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="python2"/>
    68     and <xref linkend="gtk-doc"/></para>
     83    <para role="optional">
     84      <xref linkend="python2"/> and
     85      <xref linkend="gtk-doc"/>
     86    </para>
    6987
    7088    <para condition="html" role="usernotes">User Notes:
     
    7694    <title>Installation of libglade</title>
    7795
    78     <para>Install <application>libglade</application> by running the following
    79     commands:</para>
     96    <para>
     97      Install <application>libglade</application> by running the following
     98      commands:
     99    </para>
    80100
    81101<screen><userinput>sed -i '/DG_DISABLE_DEPRECATED/d' glade/Makefile.in &amp;&amp;
     
    83103make</userinput></screen>
    84104
    85     <para>To test the results, issue: <command>make check</command>.
    86     One of the tests, test-convert, is known to fail.</para>
     105    <para>
     106      To test the results, issue: <command>make check</command>.
     107      One of the tests, test-convert, is known to fail.
     108    </para>
    87109    <!-- on this build run (2018-08-14), the tests skipped. Need to see if
    88110         there are any functionality issues later. -->
    89111
    90     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     112    <para>
     113      Now, as the <systemitem class="username">root</systemitem> user:
     114    </para>
    91115
    92116<screen role="root"><userinput>make install</userinput></screen>
     
    97121    <title>Command Explanations</title>
    98122
    99     <para><command>sed -i '/DG_DISABLE_DEPRECATED/d'</command>: Some of the
    100     <application>glib</application> functions that
    101     <application>libglade</application> uses were declared deprecated in
    102     glib-2.30. This sed removes the G_DISABLE_DEPRECATED CFLAG.</para>
     123    <para>
     124      <command>sed -i '/DG_DISABLE_DEPRECATED/d'</command>: Some of the
     125      <application>glib</application> functions that
     126      <application>libglade</application> uses were declared deprecated in
     127      glib-2.30. This sed removes the G_DISABLE_DEPRECATED CFLAG.
     128    </para>
    103129
    104130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    106132
    107133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    108     href="../../xincludes/gtk-doc-rebuild.xml"/>
     134      href="../../xincludes/gtk-doc-rebuild.xml"/>
    109135
    110136  </sect2>
     
    134160        <term><command>libglade-convert</command></term>
    135161        <listitem>
    136           <para>is used to convert old Glade interface files to
    137           Glade-2.0 standards.</para>
     162          <para>
     163            is used to convert old Glade interface files to
     164            Glade-2.0 standards.
     165          </para>
    138166          <indexterm zone="libglade libglade-convert">
    139167            <primary sortas="b-libglade-convert">libglade-convert</primary>
     
    145173        <term><filename class='libraryfile'>libglade-2.0.so</filename></term>
    146174        <listitem>
    147           <para>contains the functions necessary to load Glade interface
    148           files.</para>
     175          <para>
     176            contains the functions necessary to load Glade interface files.
     177          </para>
    149178          <indexterm zone="libglade libglade-lib">
    150179            <primary sortas="c-libglade-2.0">libglade-2.0.so</primary>
  • x/lib/libnotify.xml

    r71df408 rbaac59c  
    139139    <title>Command Explanations</title>
    140140
    141     <para><parameter>-Dgtk_doc=false</parameter>: Remove this parameter if
    142     <application>GTK-Doc</application> is installed and you wish to rebuild
    143     and install the API documentation.</para>
     141    <para>
     142      <parameter>-Dgtk_doc=false</parameter>: Remove this parameter if
     143      <application>GTK-Doc</application> is installed and you wish to rebuild
     144      and install the API documentation.
     145    </para>
    144146
    145147  </sect2>
  • x/lib/qt5.xml

    r71df408 rbaac59c  
    8383    <itemizedlist spacing='compact'>
    8484      <listitem>
    85         <para>Required Patch: <ulink
    86         url="&patch-root;/qt-&qt5-version;-qtwayland_cursor_fix-1.patch"/></para>
     85        <para>
     86          Required Patch: <ulink url=
     87          "&patch-root;/qt-&qt5-version;-qtwayland_cursor_fix-1.patch"/>
     88        </para>
    8789      </listitem>
    8890    </itemizedlist>-->
     
    130132      <xref linkend="ibus"/>,
    131133      <xref linkend="libinput"/>, <!-- needs -libinput switch -->
    132       <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
     134      <xref linkend="mariadb"/>
     135        or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    133136      <xref linkend="pciutils"/> (required for QtWebEngine),
    134137      <xref linkend="postgresql"/>,
     
    141144    </para>
    142145
    143     <para condition="html" role="usernotes">User Notes:
    144       <ulink url="&blfs-wiki;/qt5"/>
     146    <para condition="html" role="usernotes">
     147       User Notes: <ulink url="&blfs-wiki;/qt5"/>
    145148    </para>
    146149  </sect2>
     
    182185    </tip>
    183186
    184     <note><para>If <xref linkend="qca"/> has been installed and you are
    185     reinstalling or updating this package, then 
    186     <application>qca</application> will need to be reinstalled.
    187     </para></note>
     187    <note>
     188      <para>
     189        If <xref linkend="qca"/> has been installed and you are
     190        reinstalling or updating this package, then 
     191        <application>qca</application> will need to be reinstalled.
     192      </para>
     193    </note>
    188194
    189195  </sect2>
  • x/lib/qtwebengine.xml

    r71df408 rbaac59c  
    5757        Please note that if you try to build webengine as part of
    5858        <application>Qt</application> and the static library is not available,
    59         that build will either complete without installing webengine, or else fail
    60         during the install (both variants have been observed in 5.12.0).
     59        that build will either complete without installing webengine, or else
     60        fail during the install (both variants have been observed in 5.12.0).
    6161      </para>
    6262    </note>
     
    274274      recognize the NINJAJOBS environment variable, this command will run system
    275275      ninja with the specified number of jobs (i.e. 4).
    276       There are several reasons why you might want to do this:</para>
     276      There are several reasons why you might want to do this:
     277      </para>
    277278     
    278279      <itemizedlist>
    279280        <listitem>
    280           <para> Building on a subset of CPUs allows measuring the build time
    281           for that number of processors or to run other CPU-intensive tasks on
    282           other cores.</para>
    283         </listitem>
    284         <listitem>
    285           <para>Improving the build speed on a less-well endowed 4-core
    286           machine.  On a machine with a powerful CPU and plenty of RAM, running
    287           N+2 jobs (the ninja default for 4+ cores) for the large working sets
    288           of the C++ compiles in this package is typically only marginally
    289           faster than running N jobs at a time.  But for a machine with less
    290           memory it can be much slower.</para>
    291         </listitem>
    292         <listitem>
    293           <para>Reducing the number of cores being used on long running, CPU
    294           intensive packages may alleviate heat problems.</para>
     281          <para>
     282            Building on a subset of CPUs allows measuring the build time
     283            for that number of processors or to run other CPU-intensive tasks on
     284            other cores.
     285          </para>
     286        </listitem>
     287        <listitem>
     288          <para>
     289            Improving the build speed on a less-well endowed 4-core machine.
     290            On a machine with a powerful CPU and plenty of RAM, running N+2
     291            jobs (the ninja default for 4+ cores) for the large working sets
     292            of the C++ compiles in this package is typically only marginally
     293            faster than running N jobs at a time.  But for a machine with less
     294            memory it can be much slower.
     295          </para>
     296        </listitem>
     297        <listitem>
     298          <para>
     299            Reducing the number of cores being used on long running, CPU
     300            intensive packages may alleviate heat problems.
     301          </para>
    295302        </listitem>
    296303      </itemizedlist>
  • x/lib/startup-notification.xml

    r71df408 rbaac59c  
    3131    <title>Introduction to startup-notification</title>
    3232
    33     <para>The <application>startup-notification</application> package
    34     contains <filename class="libraryfile">startup-notification</filename>
    35     libraries. These are useful for building a consistent manner to notify
    36     the user through the cursor that the application is loading.</para>
     33    <para>
     34      The <application>startup-notification</application> package
     35      contains <filename class="libraryfile">startup-notification</filename>
     36      libraries. These are useful for building a consistent manner to notify
     37      the user through the cursor that the application is loading.
     38    </para>
    3739
    3840    &lfs91_checked;
     
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&startup-notification-download-http;"/></para>
     45        <para>
     46          Download (HTTP): <ulink url="&startup-notification-download-http;"/>
     47        </para>
    4448      </listitem>
    4549      <listitem>
    46         <para>Download (FTP): <ulink url="&startup-notification-download-ftp;"/></para>
     50        <para>
     51          Download (FTP): <ulink url="&startup-notification-download-ftp;"/>
     52        </para>
    4753      </listitem>
    4854      <listitem>
    49         <para>Download MD5 sum: &startup-notification-md5sum;</para>
     55        <para>
     56          Download MD5 sum: &startup-notification-md5sum;
     57        </para>
    5058      </listitem>
    5159      <listitem>
    52         <para>Download size: &startup-notification-size;</para>
     60        <para>
     61          Download size: &startup-notification-size;
     62        </para>
    5363      </listitem>
    5464      <listitem>
    55         <para>Estimated disk space required: &startup-notification-buildsize;</para>
     65        <para>
     66          Estimated disk space required: &startup-notification-buildsize;
     67        </para>
    5668      </listitem>
    5769      <listitem>
    58         <para>Estimated build time: &startup-notification-time;</para>
     70        <para>
     71          Estimated build time: &startup-notification-time;
     72        </para>
    5973      </listitem>
    6074    </itemizedlist>
     
    7690    <title>Installation of startup-notification</title>
    7791
    78     <para>Install <application>startup-notification</application> by running the
    79     following commands:</para>
     92    <para>
     93      Install <application>startup-notification</application> by running the
     94      following commands:
     95    </para>
    8096
    8197<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8298make</userinput></screen>
    8399
    84     <para>This package does not come with a test suite.</para>
     100    <para>
     101      This package does not come with a test suite.
     102    </para>
    85103
    86     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     104    <para>
     105      Now, as the <systemitem class="username">root</systemitem> user:
     106    </para>
    87107
    88108<screen role="root"><userinput>make install &amp;&amp;
     
    124144        <term><filename class='libraryfile'>libstartup-notification-1.so</filename></term>
    125145        <listitem>
    126           <para>provides the functions to assist applications in communicating
    127           with the cursor system to provide feedback to the user that the
    128           application is loading.</para>
     146          <para>
     147            provides the functions to assist applications in communicating
     148            with the cursor system to provide feedback to the user that the
     149            application is loading.
     150          </para>
    129151          <indexterm zone="startup-notification libstartup-notification-1">
    130152            <primary sortas="c-libstartup-notification-1">libstartup-notification-1.so</primary>
Note: See TracChangeset for help on using the changeset viewer.