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
This commit is contained in:
Krejzi 2012-04-21 16:34:46 +00:00
parent 041b204cf4
commit 9cb76a8e2c
6 changed files with 94 additions and 104 deletions

View File

@ -732,13 +732,13 @@ $Date$
<!ENTITY zenity-version "3.2.0"> <!ENTITY zenity-version "3.2.0">
<!-- Shell --> <!-- Shell -->
<!ENTITY dconf-version "0.10.0"> <!ENTITY dconf-version "0.12.0">
<!ENTITY evolution-data-server-version "3.4.1"> <!ENTITY evolution-data-server-version "3.4.1">
<!ENTITY gnome-bluetooth-version "3.2.1"> <!ENTITY gnome-bluetooth-version "3.2.1">
<!ENTITY gnome-control-center-version "3.2.2"> <!ENTITY gnome-control-center-version "3.2.2">
<!ENTITY gnome-icon-theme-version "3.2.1.2"> <!ENTITY gnome-icon-theme-version "3.4.0">
<!ENTITY gnome-icon-theme-extras-version "3.0.0"> <!ENTITY gnome-icon-theme-extras-version "3.4.0">
<!ENTITY gnome-icon-theme-symbolic-version "3.2.1"> <!ENTITY gnome-icon-theme-symbolic-version "3.4.0">
<!ENTITY gcr-version "3.4.1"> <!ENTITY gcr-version "3.4.1">
<!ENTITY gnome-keyring-version "3.4.1"> <!ENTITY gnome-keyring-version "3.4.1">
<!ENTITY gnome-menus-version "3.2.0.1"> <!ENTITY gnome-menus-version "3.2.0.1">

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY dconf-download-http "&gnome-download-http;/dconf/0.10/dconf-&dconf-version;.tar.xz"> <!ENTITY dconf-download-http "&gnome-download-http;/dconf/0.12/dconf-&dconf-version;.tar.xz">
<!ENTITY dconf-download-ftp "&gnome-download-ftp;/dconf/0.10/dconf-&dconf-version;.tar.xz"> <!ENTITY dconf-download-ftp "&gnome-download-ftp;/dconf/0.12/dconf-&dconf-version;.tar.xz">
<!ENTITY dconf-md5sum "71894eba6d559fb736a43032929fb98a"> <!ENTITY dconf-md5sum "6aec9d37fca1614cd672bc5b2215c9f3">
<!ENTITY dconf-size "169 KB"> <!ENTITY dconf-size "200 KB">
<!ENTITY dconf-buildsize "7.4 MB"> <!ENTITY dconf-buildsize "7.0 MB">
<!ENTITY dconf-time "0.1 SBU"> <!ENTITY dconf-time "0.2 SBU">
]> ]>
<sect1 id="dconf" xreflabel="dconf-&dconf-version;"> <sect1 id="dconf" xreflabel="dconf-&dconf-version;">
@ -60,13 +60,17 @@
<bridgehead renderas="sect3">dconf Dependencies</bridgehead> <bridgehead renderas="sect3">dconf Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead> <bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="dbus"/>, <para role="required">
<xref linkend="gtk3"/>, <xref linkend="dbus"/>,
<xref linkend="libxml2"/>, and <xref linkend="gtk3"/> and
<xref linkend="pkgconfig"/></para> <xref linkend="libxml2"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="vala"/></para> <para role="optional">
<xref linkend="gtk-doc"/> and
<xref linkend="vala"/>
</para>
<para condition="html" role="usernotes">User Notes: <para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/dconf"/></para> <ulink url="&blfs-wiki;/dconf"/></para>
@ -79,9 +83,9 @@
<para>Install <application>dconf</application> by running the following <para>Install <application>dconf</application> by running the following
commands:</para> commands:</para>
<screen><userinput>./configure --prefix=$GNOME_PREFIX \ <screen><userinput>./configure --prefix=/usr \
--sysconfdir=$GNOME_SYSCONFDIR \ --sysconfdir=/etc \
--libexecdir=$GNOME_PREFIX/lib/dconf &amp;&amp; --libexecdir=/usr/lib/dconf &amp;&amp;
make</userinput></screen> make</userinput></screen>
<para>This package does not come with a test suite.</para> <para>This package does not come with a test suite.</para>
@ -95,18 +99,18 @@ make</userinput></screen>
<sect2 role="commands"> <sect2 role="commands">
<title>Command Explanations</title> <title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/> href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/> href="../../xincludes/gnome-sysconfdir.xml"/> -->
<para><parameter>--libexecdir=<envar>$GNOME_PREFIX</envar>/lib/gnome</parameter>: <para><parameter>--libexecdir=/usr/lib/dconf</parameter>:
This parameter causes the libexec files to be installed in the preferred This parameter causes the libexec files to be installed in the preferred
location of <filename location of <filename
class="directory"><envar>$GNOME_PREFIX</envar>/lib/gnome</filename> instead class="directory">/usr/lib/dconf</filename> instead
of <filename of <filename
class="directory"><envar>$GNOME_PREFIX</envar>/libexec</filename>.</para> class="directory">/usr/libexec</filename>.</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/> href="../../xincludes/gtk-doc-rebuild.xml"/>
@ -122,11 +126,17 @@ make</userinput></screen>
<segtitle>Installed Directories</segtitle> <segtitle>Installed Directories</segtitle>
<seglistitem> <seglistitem>
<seg>dconf, dconf-bash-completion.sh, dconf-editor, and dconf-service</seg> <seg>
<seg>libdconf-dbus-1.so, libdconf.so, and libdconfsettings.so</seg> dconf, dconf-editor and dconf-service
<seg><envar>$GNOME_SYSCONFDIR</envar>/bash_completion.d, </seg>
<envar>$GNOME_PREFIX</envar>/{include/dconf-dbus-1,lib/dconf, <seg>
share/{applications,dconf-editor,gtk-doc/html/dconf,vala/vapi}}}</seg> libdconf-dbus-1.so and libdconf.so
</seg>
<seg>
/usr/include/{dconf,dconf-dbus-1}, /usr/lib/dconf,
/usr/share/dconf-editor and
/usr/share/gtk-doc/html/dconf
</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -145,16 +155,6 @@ make</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="dconf-bash-completion.sh">
<term><command>dconf-bash-completion.sh</command></term>
<listitem>
<para>does this .....</para>
<indexterm zone="dconf dconf-bash-completion.sh">
<primary sortas="b-dconf-bash-completion.sh">dconf-bash-completion.sh</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="dconf-editor"> <varlistentry id="dconf-editor">
<term><command>dconf-editor</command></term> <term><command>dconf-editor</command></term>
<listitem> <listitem>
@ -195,16 +195,6 @@ make</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="libdconfsettings">
<term><filename class='libraryfile'>libdconfsettings.so</filename></term>
<listitem>
<para>contains functions that .....</para>
<indexterm zone="dconf libdconfsettings">
<primary sortas="c-libdconfsettings">libdconfsettings.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>--> </variablelist>-->
</sect2> </sect2>

View File

@ -4,11 +4,13 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY gnome-icon-theme-extras-download-http "&gnome-download-http;/gnome-icon-theme-extras/3.0/gnome-icon-theme-extras-&gnome-icon-theme-extras-version;.tar.bz2"> <!ENTITY gnome-icon-theme-extras-download-http
<!ENTITY gnome-icon-theme-extras-download-ftp "&gnome-download-ftp;/gnome-icon-theme-extras/3.0/gnome-icon-theme-extras-&gnome-icon-theme-extras-version;.tar.bz2"> "&gnome-download-http;/gnome-icon-theme-extras/3.4/gnome-icon-theme-extras-&gnome-icon-theme-extras-version;.tar.xz">
<!ENTITY gnome-icon-theme-extras-md5sum "9358d5e10ffbc7e083bd1831951469be"> <!ENTITY gnome-icon-theme-extras-download-ftp
<!ENTITY gnome-icon-theme-extras-size "2.0 MB"> "&gnome-download-ftp;/gnome-icon-theme-extras/3.4/gnome-icon-theme-extras-&gnome-icon-theme-extras-version;.tar.xz">
<!ENTITY gnome-icon-theme-extras-buildsize "9 MB"> <!ENTITY gnome-icon-theme-extras-md5sum "ec991c43eebde3b8f04e4ad0efccdba1">
<!ENTITY gnome-icon-theme-extras-size "1.6 MB">
<!ENTITY gnome-icon-theme-extras-buildsize "12.0 MB">
<!ENTITY gnome-icon-theme-extras-time "less than 0.1 SBU"> <!ENTITY gnome-icon-theme-extras-time "less than 0.1 SBU">
]> ]>
@ -32,7 +34,7 @@
<para>The <application>gnome-icon-theme-extras</application> package contains <para>The <application>gnome-icon-theme-extras</application> package contains
extra icons for the <application>GNOME</application>desktop.</para> extra icons for the <application>GNOME</application>desktop.</para>
&lfs70_built; &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead> <bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
@ -59,7 +61,9 @@
<bridgehead renderas="sect3">gnome-icon-theme-extras Dependencies</bridgehead> <bridgehead renderas="sect3">gnome-icon-theme-extras Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead> <bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gnome-icon-theme"/></para> <para role="required">
<xref linkend="gnome-icon-theme"/>
</para>
<para condition="html" role="usernotes">User Notes: <para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-icon-theme-extras"/></para> <ulink url="&blfs-wiki;/gnome-icon-theme-extras"/></para>
@ -72,10 +76,9 @@
<para>Install <application>gnome-icon-theme-extras</application> by running the following <para>Install <application>gnome-icon-theme-extras</application> by running the following
commands:</para> commands:</para>
<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp; <screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen> make</userinput></screen>
<!-- check is recognised but does nothing -->
<para>This package does not have a testsuite.</para> <para>This package does not have a testsuite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@ -84,22 +87,4 @@ make</userinput></screen>
</sect2> </sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>None</seg>
<seg>None, extra png files in ${GNOME_PREFIX}/share/icons/gnome/</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1> </sect1>

View File

@ -4,12 +4,13 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY gnome-icon-theme-symbolic-download-http "&gnome-download-http;/gnome-icon-theme-symbolic/3.2/gnome-icon-theme-symbolic-&gnome-icon-theme-symbolic-version;.tar.xz"> <!ENTITY gnome-icon-theme-symbolic-download-http
<!ENTITY gnome-icon-theme-symbolic-download-ftp "&gnome-download-ftp;/gnome-icon-theme-symbolic/3.2/gnome-icon-theme-symbolic-&gnome-icon-theme-symbolic-version;.tar.xz"> "&gnome-download-http;/gnome-icon-theme-symbolic/3.4/gnome-icon-theme-symbolic-&gnome-icon-theme-symbolic-version;.tar.xz">
<!ENTITY gnome-icon-theme-symbolic-download-ftp " "> <!ENTITY gnome-icon-theme-symbolic-download-ftp
<!ENTITY gnome-icon-theme-symbolic-md5sum "94137d3c256f2cc80298a9bef15d68c4"> "&gnome-download-ftp;/gnome-icon-theme-symbolic/3.4/gnome-icon-theme-symbolic-&gnome-icon-theme-symbolic-version;.tar.xz">
<!ENTITY gnome-icon-theme-symbolic-size "144 KB"> <!ENTITY gnome-icon-theme-symbolic-md5sum "9df2bae52464ca189752f2bfe98d55b6">
<!ENTITY gnome-icon-theme-symbolic-buildsize "4.0 MB"> <!ENTITY gnome-icon-theme-symbolic-size "180 KB">
<!ENTITY gnome-icon-theme-symbolic-buildsize "5.0 MB">
<!ENTITY gnome-icon-theme-symbolic-time "less than 0.1 SBU"> <!ENTITY gnome-icon-theme-symbolic-time "less than 0.1 SBU">
]> ]>
@ -33,7 +34,7 @@
<para>The <application>gnome-icon-theme-symbolic</application> package contains <para>The <application>gnome-icon-theme-symbolic</application> package contains
symbolic icons for the default <application>GNOME</application> icon theme.</para> symbolic icons for the default <application>GNOME</application> icon theme.</para>
&lfs70_built; &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead> <bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
@ -60,8 +61,10 @@
<bridgehead renderas="sect3">gnome-icon-theme-symbolic Dependencies</bridgehead> <bridgehead renderas="sect3">gnome-icon-theme-symbolic Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead> <bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gtk3"/>, and <para role="required">
<xref linkend="icon-naming-utils"/></para> <xref linkend="gtk3"/> and
<xref linkend="icon-naming-utils"/>
</para>
<para condition="html" role="usernotes">User Notes: <para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-icon-theme-symbolic"/></para> <ulink url="&blfs-wiki;/gnome-icon-theme-symbolic"/></para>
@ -74,7 +77,7 @@
<para>Install <application>gnome-icon-theme-symbolic</application> by running the following <para>Install <application>gnome-icon-theme-symbolic</application> by running the following
commands:</para> commands:</para>
<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp; <screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen> make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para> <para>To test the results, issue: <command>make check</command>.</para>
@ -89,14 +92,12 @@ make</userinput></screen>
<title>Contents</title> <title>Contents</title>
<segmentedlist> <segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle> <segtitle>Installed Directories</segtitle>
<seglistitem> <seglistitem>
<seg>None</seg> <seg>
<seg>None</seg> /usr/share/icons/gnome/scalable
<seg><envar>$GNOME_PREFIX</envar>/share/icons/gnome/scalable/</seg> </seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -4,11 +4,13 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY gnome-icon-theme-download-http "&gnome-download-http;/gnome-icon-theme/&gnome-version;/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz"> <!ENTITY gnome-icon-theme-download-http
<!ENTITY gnome-icon-theme-download-ftp "&gnome-download-ftp;/gnome-icon-theme/&gnome-version;/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz"> "&gnome-download-http;/gnome-icon-theme/3.4/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">
<!ENTITY gnome-icon-theme-md5sum "c5a0de13173ab8c4c130ae63203ab0f0"> <!ENTITY gnome-icon-theme-download-ftp
<!ENTITY gnome-icon-theme-size "14 MB"> "&gnome-download-ftp;/gnome-icon-theme/3.4/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">
<!ENTITY gnome-icon-theme-buildsize "130 MB"> <!ENTITY gnome-icon-theme-md5sum "819b176759e8278febdec2b1082db667">
<!ENTITY gnome-icon-theme-size "15 MB">
<!ENTITY gnome-icon-theme-buildsize "135 MB">
<!ENTITY gnome-icon-theme-time "0.3 SBU"> <!ENTITY gnome-icon-theme-time "0.3 SBU">
]> ]>
@ -60,9 +62,11 @@
<bridgehead renderas="sect3">GNOME Icon Theme Dependencies</bridgehead> <bridgehead renderas="sect3">GNOME Icon Theme Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead> <bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="hicolor-icon-theme"/>, <para role="required">
<xref linkend="icon-naming-utils"/>, and <xref linkend="hicolor-icon-theme"/>,
<xref linkend="intltool"/></para> <xref linkend="icon-naming-utils"/> and
<xref linkend="intltool"/>
</para>
<para condition="html" role="usernotes">User Notes: <para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-icon-theme"/></para> <ulink url="&blfs-wiki;/gnome-icon-theme"/></para>
@ -75,7 +79,7 @@
<para>Install <application>GNOME Icon Theme</application> <para>Install <application>GNOME Icon Theme</application>
by running the following commands:</para> by running the following commands:</para>
<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp; <screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen> make</userinput></screen>
<para>This package does not come with a test suite.</para> <para>This package does not come with a test suite.</para>
@ -90,14 +94,12 @@ make</userinput></screen>
<title>Contents</title> <title>Contents</title>
<segmentedlist> <segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle> <segtitle>Installed Directory</segtitle>
<seglistitem> <seglistitem>
<seg>None</seg> <seg>
<seg>None</seg> /usr/share/icons/gnome
<seg><envar>$GNOME_PREFIX</envar>/share/icons/gnome</seg> </seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -92,6 +92,18 @@
<listitem> <listitem>
<para>[krejzi] - gupnp-vala 0.10.3.</para> <para>[krejzi] - gupnp-vala 0.10.3.</para>
</listitem> </listitem>
<listitem>
<para>[krejzi] - dconf 0.12.0.</para>
</listitem>
<listitem>
<para>[krejzi] - gnome-icon-theme 3.4.0.</para>
</listitem>
<listitem>
<para>[krejzi] - gnome-icon-theme-extras 3.4.0.</para>
</listitem>
<listitem>
<para>[krejzi] - gnome-icon-theme-symbolic 3.4.0.</para>
</listitem>
</itemizedlist> </itemizedlist>
</listitem> </listitem>