mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
• Update to libgpg-error-1.21.
• GTK+-3.18.6: rewrite "Configuration Information". git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16729 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
05ba905aba
commit
dda4b24d8a
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY libgpg-error-download-http " ">
|
||||
<!ENTITY libgpg-error-download-ftp "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
|
||||
<!ENTITY libgpg-error-md5sum "9997d9203b672402a04760176811589d">
|
||||
<!ENTITY libgpg-error-size "756 KB">
|
||||
<!ENTITY libgpg-error-buildsize "8.8 MB">
|
||||
<!ENTITY libgpg-error-time "less than 0.1 SBU">
|
||||
<!ENTITY libgpg-error-md5sum "ab0b5aba6d0a185b41d07bda804fd8b2">
|
||||
<!ENTITY libgpg-error-size "748 KB">
|
||||
<!ENTITY libgpg-error-buildsize "9 MB (with tests)">
|
||||
<!ENTITY libgpg-error-time "less than 0.1 SBU (with tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="libgpg-error" xreflabel="libgpg-error-&libgpg-error-version;">
|
||||
|
@ -44,6 +44,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>December 13th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to libgpg-error-1.21. Fixes
|
||||
<ulink url="&blfs-ticket-root;7245">#7245</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 12th, 2015</para>
|
||||
<itemizedlist>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<!ENTITY libffi-version "3.2.1">
|
||||
<!ENTITY libgcrypt-version "1.6.4">
|
||||
<!ENTITY libglade-version "2.6.4">
|
||||
<!ENTITY libgpg-error-version "1.20">
|
||||
<!ENTITY libgpg-error-version "1.21">
|
||||
<!ENTITY libgsf-version "1.14.34">
|
||||
<!ENTITY libgudev-version "230">
|
||||
<!ENTITY libgusb-version "0.2.8">
|
||||
|
@ -81,6 +81,13 @@
|
||||
<xref linkend="pango"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="hicolor-icon-theme"/> (also needed for tests) and
|
||||
<xref linkend="adwaita-icon-theme"/> (default for some gtk+3 settings
|
||||
keys, also needed for tests)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
@ -88,12 +95,10 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
an icon theme such as <xref linkend="adwaita-icon-theme"/> (for tests),
|
||||
<xref linkend="colord"/>,
|
||||
<xref linkend="cups"/>,
|
||||
<xref linkend="docbook-utils"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="hicolor-icon-theme"/> (needed for tests),
|
||||
<xref linkend="json-glib"/>,
|
||||
<xref linkend="libxkbcommon"/>,
|
||||
<ulink url="http://ftp.acc.umu.se/pub/gnome/sources/rest/">rest</ulink>, and
|
||||
@ -221,34 +226,38 @@ make</userinput></screen>
|
||||
<application>GTK+ 3</application> application looks. An icon theme can
|
||||
be used to change the icons that appear on the application's toolbar.
|
||||
If you have installed a <application>GTK+ 3</application> theme (eg
|
||||
<xref linkend="gnome-themes-standard"/> or an icon theme (such as <xref
|
||||
linkend="adwaita-icon-theme"/>) you can set your prefences in
|
||||
<filename>~/.config/gtk-3.0/settings.ini</filename>. Eg:
|
||||
<xref linkend="gnome-themes-standard"/>), an icon theme (such as <xref
|
||||
linkend="oxygen-icons"/>) and/or a font (such as
|
||||
<ulink url="http://dejavu.sourceforge.net/">DejaVu fonts</ulink>),
|
||||
you can set your prefences in
|
||||
<filename>~/.config/gtk-3.0/settings.ini</filename> or the default
|
||||
system wide, as the <systemitem class="username">root</systemitem> user,
|
||||
in <filename>/etc/gtk-3.0/settings.ini</filename>. Eg:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir -p ~/.config/gtk-3.0 &&
|
||||
<screen><userinput>mkdir -vp ~/.config/gtk-3.0
|
||||
cat > ~/.config/gtk-3.0/settings.ini << "EOF"
|
||||
[Settings]
|
||||
<literal>[Settings]
|
||||
gtk-theme-name = <replaceable>Adwaita</replaceable>
|
||||
gtk-fallback-icon-theme = <replaceable>gnome</replaceable>
|
||||
gtk-icon-theme-name = <replaceable>oxygen</replaceable>
|
||||
gtk-font-name = <replaceable>DejaVu Sans 12</replaceable>
|
||||
gtk-cursor-theme-size = <replaceable>18</replaceable>
|
||||
gtk-toolbar-style = <replaceable>GTK_TOOLBAR_BOTH_HORIZ</replaceable>
|
||||
gtk-xft-antialias = <replaceable>1</replaceable>
|
||||
gtk-xft-hinting = <replaceable>1</replaceable>
|
||||
gtk-xft-hintstyle = <replaceable>hintslight</replaceable>
|
||||
gtk-xft-rgba = <replaceable>rgb</replaceable>
|
||||
gtk-cursor-theme-name = <replaceable>Adwaita</replaceable></literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>
|
||||
There are many more themes available at
|
||||
There are many settings keys, some with default values. You can find
|
||||
them at <ulink
|
||||
url="https://developer.gnome.org/gtk3/stable/GtkSettings.html">Settings:
|
||||
GTK+ 3 Reference Manual</ulink>. There are many more themes available at
|
||||
<ulink url="http://gnome-look.org/"/> and other places.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Once you've settled on themes you like, you can (as the
|
||||
<systemitem class="username">root</systemitem> user) make them the
|
||||
default system wide:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>cat > /etc/gtk-3.0/settings.ini << "EOF"
|
||||
[Settings]
|
||||
gtk-theme-name = <replaceable>Clearwaita</replaceable>
|
||||
gtk-fallback-icon-theme = <replaceable>elementary</replaceable>
|
||||
EOF</userinput></screen>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user