Tag LXDE and cosmetics on firefox

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17715 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2016-09-02 08:57:33 +00:00
parent 34fbc15bd0
commit a5708ba266
15 changed files with 21 additions and 18 deletions

View File

@ -32,7 +32,7 @@
<para><application>CLucene</application> is a C++ version of Lucene, a
high performance text search engine.</para>
&lfs79_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
image viewer.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
<application>OpenBox</application>.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
used to configure keyboard and mouse for <application>LXDE</application>.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
configuration tool for <application>LXDE</application>.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
lightweight and desktop-independent task manager.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
with support for multiple tabs.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
<application>GTK+</application>.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
a set of default configuration for LXDE.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
lightweight X11 desktop panel.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
session manager for <application>LXDE</application>.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
lightweight, yet feature-rich file manager with tabbed browsing.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,8 +33,7 @@
object-relational database management system (ORDBMS), derived
from the Berkeley Postgres database management system.</para>
&lfs79_checked;
&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -36,7 +36,7 @@
shortcuts.
</para>
&lfs79_checked;&gcc6_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -293,7 +293,7 @@ EOF</userinput></screen>
file:
</para>
<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch</userinput></screen>
<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_graphite2_harfbuzz-2.patch</userinput></screen>
<note><para>
If you are compiling <application>Firefox</application> in chroot, make
@ -320,9 +320,13 @@ make -f client.mk</userinput></screen>
chown -R 0:0 /usr/lib/firefox-&firefox-version; &amp;&amp;
mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser &amp;&amp;
ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
export CFLAGS=$CFLAGS_HOLD &amp;&amp;
<para>
Set environment variables back to their values:
</para>
<screen><userinput>export CFLAGS=$CFLAGS_HOLD &amp;&amp;
export CXXFLAGS=$CXXFLAGS_HOLD &amp;&amp;
unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>