From 9cb76a8e2cc67433a784f314bc1f477686eb2123 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sat, 21 Apr 2012 16:34:46 +0000 Subject: [PATCH] dconf 0.12.0 and gnome-icon-theme* 3.4.0 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9967 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 8 +-- gnome/core/dconf.xml | 78 +++++++++++------------- gnome/core/gnome-icon-theme-extras.xml | 39 ++++-------- gnome/core/gnome-icon-theme-symbolic.xml | 31 +++++----- gnome/core/gnome-icon-theme.xml | 30 ++++----- introduction/welcome/changelog.xml | 12 ++++ 6 files changed, 94 insertions(+), 104 deletions(-) diff --git a/general.ent b/general.ent index 43446d2d89..54f16b7555 100644 --- a/general.ent +++ b/general.ent @@ -732,13 +732,13 @@ $Date$ - + - - - + + + diff --git a/gnome/core/dconf.xml b/gnome/core/dconf.xml index 16ad6cc0eb..9d9dc5b10e 100644 --- a/gnome/core/dconf.xml +++ b/gnome/core/dconf.xml @@ -4,12 +4,12 @@ %general-entities; - - - - - - + + + + + + ]> @@ -60,13 +60,17 @@ dconf Dependencies Required - , - , - , and - + + , + and + + Optional - + + and + + User Notes: @@ -79,9 +83,9 @@ Install dconf by running the following commands: -./configure --prefix=$GNOME_PREFIX \ - --sysconfdir=$GNOME_SYSCONFDIR \ - --libexecdir=$GNOME_PREFIX/lib/dconf && +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/dconf && make This package does not come with a test suite. @@ -95,18 +99,18 @@ make Command Explanations - + href="../../xincludes/gnome-sysconfdir.xml"/> --> - --libexecdir=$GNOME_PREFIX/lib/gnome: + --libexecdir=/usr/lib/dconf: This parameter causes the libexec files to be installed in the preferred location of $GNOME_PREFIX/lib/gnome instead + class="directory">/usr/lib/dconf instead of $GNOME_PREFIX/libexec. + class="directory">/usr/libexec. @@ -122,11 +126,17 @@ make Installed Directories - dconf, dconf-bash-completion.sh, dconf-editor, and dconf-service - libdconf-dbus-1.so, libdconf.so, and libdconfsettings.so - $GNOME_SYSCONFDIR/bash_completion.d, - $GNOME_PREFIX/{include/dconf-dbus-1,lib/dconf, - share/{applications,dconf-editor,gtk-doc/html/dconf,vala/vapi}}} + + dconf, dconf-editor and dconf-service + + + libdconf-dbus-1.so and libdconf.so + + + /usr/include/{dconf,dconf-dbus-1}, /usr/lib/dconf, + /usr/share/dconf-editor and + /usr/share/gtk-doc/html/dconf + @@ -145,16 +155,6 @@ make - - dconf-bash-completion.sh - - does this ..... - - dconf-bash-completion.sh - - - - dconf-editor @@ -195,16 +195,6 @@ make - - libdconfsettings.so - - contains functions that ..... - - libdconfsettings.so - - - - --> diff --git a/gnome/core/gnome-icon-theme-extras.xml b/gnome/core/gnome-icon-theme-extras.xml index 54e30fecb1..f1e1b67e95 100644 --- a/gnome/core/gnome-icon-theme-extras.xml +++ b/gnome/core/gnome-icon-theme-extras.xml @@ -4,11 +4,13 @@ %general-entities; - - - - - + + + + + ]> @@ -32,7 +34,7 @@ The gnome-icon-theme-extras package contains extra icons for the GNOMEdesktop. - &lfs70_built; + &lfs70_checked; Package Information @@ -59,7 +61,9 @@ gnome-icon-theme-extras Dependencies Required - + + + User Notes: @@ -72,10 +76,9 @@ Install gnome-icon-theme-extras by running the following commands: -./configure --prefix=$GNOME_PREFIX && +./configure --prefix=/usr && make - This package does not have a testsuite. Now, as the root user: @@ -84,22 +87,4 @@ make - - Contents - - - Installed Programs - Installed Libraries - Installed Directory - - - None - None - None, extra png files in ${GNOME_PREFIX}/share/icons/gnome/ - - - - - - diff --git a/gnome/core/gnome-icon-theme-symbolic.xml b/gnome/core/gnome-icon-theme-symbolic.xml index 041cad1b71..789acfdc8f 100644 --- a/gnome/core/gnome-icon-theme-symbolic.xml +++ b/gnome/core/gnome-icon-theme-symbolic.xml @@ -4,12 +4,13 @@ %general-entities; - - - - - - + + + + + ]> @@ -33,7 +34,7 @@ The gnome-icon-theme-symbolic package contains symbolic icons for the default GNOME icon theme. - &lfs70_built; + &lfs70_checked; Package Information @@ -60,8 +61,10 @@ gnome-icon-theme-symbolic Dependencies Required - , and - + + and + + User Notes: @@ -74,7 +77,7 @@ Install gnome-icon-theme-symbolic by running the following commands: -./configure --prefix=$GNOME_PREFIX && +./configure --prefix=/usr && make To test the results, issue: make check. @@ -89,14 +92,12 @@ make Contents - Installed Programs - Installed Libraries Installed Directories - None - None - $GNOME_PREFIX/share/icons/gnome/scalable/ + + /usr/share/icons/gnome/scalable + diff --git a/gnome/core/gnome-icon-theme.xml b/gnome/core/gnome-icon-theme.xml index e002ef5408..92d1dd250f 100644 --- a/gnome/core/gnome-icon-theme.xml +++ b/gnome/core/gnome-icon-theme.xml @@ -4,11 +4,13 @@ %general-entities; - - - - - + + + + + ]> @@ -60,9 +62,11 @@ GNOME Icon Theme Dependencies Required - , - , and - + + , + and + + User Notes: @@ -75,7 +79,7 @@ Install GNOME Icon Theme by running the following commands: -./configure --prefix=$GNOME_PREFIX && +./configure --prefix=/usr && make This package does not come with a test suite. @@ -90,14 +94,12 @@ make Contents - Installed Programs - Installed Libraries Installed Directory - None - None - $GNOME_PREFIX/share/icons/gnome + + /usr/share/icons/gnome + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 56c73cf4ab..a82d294330 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -92,6 +92,18 @@ [krejzi] - gupnp-vala 0.10.3. + + [krejzi] - dconf 0.12.0. + + + [krejzi] - gnome-icon-theme 3.4.0. + + + [krejzi] - gnome-icon-theme-extras 3.4.0. + + + [krejzi] - gnome-icon-theme-symbolic 3.4.0. +