Ignore:
Timestamp:
08/15/2006 01:20:49 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
0de99b2
Parents:
83c5697
Message:

XML tags fixes on Xorg7 pages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7util.xml

    r83c5697 r5e8be1c  
    2828  </indexterm>
    2929
    30   <para>The <application>Xorg</application> utility packages provide
    31   needed utilities, not for the <application>Xorg</application>
    32   installation itself, but for other applications that make use of
    33   legacy X11R6 installation methods.</para>
     30  <sect2 role="package">
     31    <title>Introduction to Xorg Utilities</title>
    3432
    35   <bridgehead renderas="sect3">Package Information</bridgehead>
    36   <itemizedlist spacing="compact">
    37     <listitem>
    38       <para>Download (HTTP): <ulink url="&x7utils-download-http;"/></para>
    39     </listitem>
    40     <listitem>
    41       <para>Download (FTP): <ulink url="&x7utils-download-ftp;"/></para>
    42     </listitem>
    43     <listitem>
    44       <para>Download MD5 sum: <ulink url="&x7utils-md5sum;"/></para>
    45     </listitem>
    46     <listitem>
    47       <para>Download size: &x7utils-size;</para>
    48     </listitem>
    49     <listitem>
    50       <para>Estimated disk space required: &x7utils-buildsize;</para>
    51     </listitem>
    52     <listitem>
    53       <para>Estimated build time: &x7utils-time;</para>
    54     </listitem>
    55   </itemizedlist>
     33    <para>The <application>Xorg</application> utility packages provide
     34    needed utilities, not for the <application>Xorg</application>
     35    installation itself, but for other applications that make use of
     36    legacy X11R6 installation methods.</para>
    5637
    57   <bridgehead renderas="sect3">Xorg Utilities Dependencies</bridgehead>
     38    <bridgehead renderas="sect3">Package Information</bridgehead>
     39    <itemizedlist spacing="compact">
     40      <listitem>
     41        <para>Download (HTTP): <ulink url="&x7utils-download-http;"/></para>
     42      </listitem>
     43      <listitem>
     44        <para>Download (FTP): <ulink url="&x7utils-download-ftp;"/></para>
     45      </listitem>
     46      <listitem>
     47        <para>Download MD5 sum: <ulink url="&x7utils-md5sum;"/></para>
     48      </listitem>
     49      <listitem>
     50        <para>Download size: &x7utils-size;</para>
     51      </listitem>
     52      <listitem>
     53        <para>Estimated disk space required: &x7utils-buildsize;</para>
     54      </listitem>
     55      <listitem>
     56        <para>Estimated build time: &x7utils-time;</para>
     57      </listitem>
     58    </itemizedlist>
    5859
    59   <bridgehead renderas="sect4">Required</bridgehead>
    60   <para role="required"><xref linkend="pkgconfig"/> and
    61   <xref linkend="xorg7-proto"/></para>
     60    <bridgehead renderas="sect3">Xorg Utilities Dependencies</bridgehead>
    6261
    63   <para condition="html" role="usernotes">User Notes:
    64   <ulink url='&blfs-wiki;/Xorg7Utilities'/></para>
     62    <bridgehead renderas="sect4">Required</bridgehead>
     63    <para role="required"><xref linkend="pkgconfig"/> and
     64    <xref linkend="xorg7-proto"/></para>
     65
     66    <para condition="html" role="usernotes">User Notes:
     67    <ulink url='&blfs-wiki;/Xorg7Utilities'/></para>
     68
     69  </sect2>
    6570
    6671  <sect2>
     
    104109    user:</para>
    105110
    106 <screen><userinput role="root">make install</userinput></screen>
     111<screen role="root"><userinput>make install</userinput></screen>
    107112
    108113    <para>Finally, build the four remaining packages with the standard build
     
    117122    user:</para>
    118123
    119 <screen><userinput role="root">make install</userinput></screen>
     124<screen role="root"><userinput>make install</userinput></screen>
    120125
    121126  </sect2>
Note: See TracChangeset for help on using the changeset viewer.