gnome-themes-standard package can be used without gtk3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11931 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-10-07 15:20:10 +00:00
parent 169778d1b4
commit e2089da69e

View File

@ -33,8 +33,7 @@
<para>
The <application>GNOME Themes Standard</application> package contains
various components of the default <application>GNOME</application> 3
theme.
various components of the default <application>GNOME</application> theme.
</para>
&lfs74_checked;
@ -77,8 +76,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk2"/>,
<xref linkend="gtk3"/>, and
<xref linkend="gtk2"/> or
<xref linkend="gtk3"/> and
<xref linkend="librsvg"/>
</para>
@ -110,6 +109,21 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<option>--disable-gtk2-engine</option>: This switch disables GTK+-2
theming engine.
</para>
<para>
<option>--disable-gtk3-engine</option>: This switch disables GTK+-3
theming engine.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
@ -126,12 +140,17 @@ make</userinput></screen>
libadwaita.so
</seg>
<seg>
/usr/lib/gtk-2.0/2.10.0/engines,
/usr/lib/gtk-3.0/3.0.0/theming-engines,
/usr/share/gnome-background-properties,
/usr/share/icons/Adwaita,
/usr/share/icons/HighContrast,
/usr/share/icons/HighContrastInverse, and
/usr/share/icons/LowContrast
/usr/share/icons/HighContrastInverse,
/usr/share/icons/LowContrast,
/usr/share/themes/Adwaita,
/usr/share/themes/HighContrast,
/usr/share/themes/HighContrastInverse, and
/usr/share/themes/LowContrast
</seg>
</seglistitem>
</segmentedlist>