More tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21160 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2019-02-16 02:50:09 +00:00
parent 49ae403fe3
commit ba4e9920e6
19 changed files with 20 additions and 20 deletions

View File

@ -39,7 +39,7 @@
API.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -37,7 +37,7 @@
<application>GnuPG</application> components.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -36,7 +36,7 @@
matching using the same syntax and semantics as <application>Perl</application>.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -30,7 +30,7 @@
for processing plaintext docs into formats such as HTML, XML, or LaTeX.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -44,7 +44,7 @@
The only reason to rebuild it here is if optional modules
are needed.</para></note>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -28,7 +28,7 @@
Six is a Python 2 and 3 compatibility library.
</para>
&lfs83_checked;
&lfs84_checked;
<!-- Does not use gcc -->
<bridgehead renderas="sect4">Package Information</bridgehead>

View File

@ -38,7 +38,7 @@
be dropped into place by packages or by the user.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -49,7 +49,7 @@
subpicture blending, and rendering.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -147,7 +147,7 @@
expected applications available in previous X Window
implementations.</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -38,7 +38,7 @@
additional drivers are required.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -40,7 +40,7 @@
well.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -62,7 +62,7 @@
addition to, or instead of, these. Some are listed at <xref
linkend="TTF-and-OTF-fonts"/>.</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -80,7 +80,7 @@
</para>
</note>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
<application>XCB</application> replacement for libXcursor.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
extensions to the <application>XCB</application> library.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
for handling standard X key constants and conversion to/from keycodes.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
extensions to the <application>XCB</application> library.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
which provide client and window-manager helpers for EWMH and ICCCM.
</para>
&lfs83_checked;
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -189,12 +189,12 @@ EOF</userinput></screen>
proper location as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>ln -sf $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
<screen role="root"><userinput>ln -svf $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
<para>If building KDE, some cmake files look for Xorg in places other than
$XORG_PREFIX. Allow cmake to find Xorg with:</para>
<screen role="root"><userinput>ln -sf $XORG_PREFIX /usr/X11R6</userinput></screen>
<screen role="root"><userinput>ln -svf $XORG_PREFIX /usr/X11R6</userinput></screen>
<!--
<para>Finally, if building on x86_64, you will need to create the
<filename class="directory">$XORG_PREFIX/lib</filename> directory and the