From dda4b24d8a69dbde4345308cf2e8040d4d966d93 Mon Sep 17 00:00:00 2001 From: Fernando de Oliveira Date: Sun, 13 Dec 2015 14:39:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20Update=20to=20libgpg-error-1.21.=20?= =?UTF-8?q?=E2=80=A2=20GTK+-3.18.6:=20rewrite=20"Configuration=20Informati?= =?UTF-8?q?on".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16729 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/libgpg-error.xml | 8 ++--- introduction/welcome/changelog.xml | 10 ++++++ packages.ent | 2 +- x/lib/gtk+3.xml | 49 ++++++++++++++++++------------ 4 files changed, 44 insertions(+), 25 deletions(-) diff --git a/general/genlib/libgpg-error.xml b/general/genlib/libgpg-error.xml index 97f9922884..20a589c8f7 100644 --- a/general/genlib/libgpg-error.xml +++ b/general/genlib/libgpg-error.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 9cdd6bb628..dbe235ed1e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,16 @@ --> + + December 13th, 2015 + + + [fernando] - Update to libgpg-error-1.21. Fixes + #7245. + + + + December 12th, 2015 diff --git a/packages.ent b/packages.ent index a64d5eacd8..b30ed4851d 100644 --- a/packages.ent +++ b/packages.ent @@ -116,7 +116,7 @@ - + diff --git a/x/lib/gtk+3.xml b/x/lib/gtk+3.xml index f3e5e18a34..d8cea580ad 100644 --- a/x/lib/gtk+3.xml +++ b/x/lib/gtk+3.xml @@ -81,6 +81,13 @@ + Recommended + + (also needed for tests) and + (default for some gtk+3 settings + keys, also needed for tests) + + Optional (Required if building GNOME) @@ -88,12 +95,10 @@ Optional - an icon theme such as (for tests), , , , , - (needed for tests), , , rest, and @@ -221,34 +226,38 @@ make GTK+ 3 application looks. An icon theme can be used to change the icons that appear on the application's toolbar. If you have installed a GTK+ 3 theme (eg - or an icon theme (such as ) you can set your prefences in - ~/.config/gtk-3.0/settings.ini. Eg: + ), an icon theme (such as ) and/or a font (such as + DejaVu fonts), + you can set your prefences in + ~/.config/gtk-3.0/settings.ini or the default + system wide, as the root user, + in /etc/gtk-3.0/settings.ini. Eg: -mkdir -p ~/.config/gtk-3.0 && +mkdir -vp ~/.config/gtk-3.0 cat > ~/.config/gtk-3.0/settings.ini << "EOF" -[Settings] +[Settings] gtk-theme-name = Adwaita -gtk-fallback-icon-theme = gnome +gtk-icon-theme-name = oxygen +gtk-font-name = DejaVu Sans 12 +gtk-cursor-theme-size = 18 +gtk-toolbar-style = GTK_TOOLBAR_BOTH_HORIZ +gtk-xft-antialias = 1 +gtk-xft-hinting = 1 +gtk-xft-hintstyle = hintslight +gtk-xft-rgba = rgb +gtk-cursor-theme-name = Adwaita EOF - There are many more themes available at + There are many settings keys, some with default values. You can find + them at Settings: + GTK+ 3 Reference Manual. There are many more themes available at and other places. - - Once you've settled on themes you like, you can (as the - root user) make them the - default system wide: - - -cat > /etc/gtk-3.0/settings.ini << "EOF" -[Settings] -gtk-theme-name = Clearwaita -gtk-fallback-icon-theme = elementary -EOF