Author: krejzi Date: 2012-09-26 13:33:59 -0600 (Wed, 26 Sep 2012) New Revision: 10686
Modified: trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/general/genlib/glib2.xml trunk/BOOK/general/genlib/glibmm.xml trunk/BOOK/general/genlib/gobject-introspection.xml trunk/BOOK/general/genlib/json-glib.xml trunk/BOOK/general/genlib/libgsf.xml trunk/BOOK/general/genlib/libsigc++.xml trunk/BOOK/general/genlib/telepathy-farstream.xml trunk/BOOK/general/genlib/telepathy-glib.xml trunk/BOOK/general/genlib/telepathy-mission-control.xml Log: GNOME 3.6 Part 1. Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2012-09-25 18:40:21 UTC (rev 10685) +++ trunk/BOOK/general/genlib/genlib.xml 2012-09-26 19:33:59 UTC (rev 10686) @@ -96,9 +96,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qca.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="slib.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="talloc.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-farstream.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-glib.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-logger.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-farstream.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-mission-control.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wv.xml"/> Modified: trunk/BOOK/general/genlib/glib2.xml =================================================================== --- trunk/BOOK/general/genlib/glib2.xml 2012-09-25 18:40:21 UTC (rev 10685) +++ trunk/BOOK/general/genlib/glib2.xml 2012-09-26 19:33:59 UTC (rev 10686) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.32/glib-&glib2-version;.tar.xz"> - <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.32/glib-&glib2-version;.tar.xz"> - <!ENTITY glib2-md5sum "bf84fefd9c1a5b5a7a38736f4ddd674a"> - <!ENTITY glib2-size "5.9 MB"> - <!ENTITY glib2-buildsize "180 MB"> - <!ENTITY glib2-time "1.5 SBU (additional 4.0 SBU to run the test suite)"> + <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.34/glib-&glib2-version;.tar.xz"> + <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.34/glib-&glib2-version;.tar.xz"> + <!ENTITY glib2-md5sum "d80aef668f981b5dcf157633d13081c0"> + <!ENTITY glib2-size "6.1 MB"> + <!ENTITY glib2-buildsize "195 MB"> + <!ENTITY glib2-time "1.6 SBU (additional 5.0 SBU to run the test suite)"> ]> <sect1 id="glib2" xreflabel="GLib-&glib2-version;"> @@ -83,25 +83,16 @@ <bridgehead renderas="sect4">Recommended</bridgehead> <para role="recommended"> - <xref linkend="pcre"/> (built with unicode properties) + <xref linkend="pcre"/> (built with Unicode properties) </para> <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"> <xref linkend="attr"/>, - <xref linkend="dbus"/> (required to run the tests), - <xref linkend="gamin"/> and + <xref linkend="dbus"/> (required to run the tests) and <xref linkend="gtk-doc"/> </para> - <para> - <application>Gamin</application> requires - <application>GLib</application> in order to compile; therefore, - you must first install <application>GLib</application>, - then compile <application>Gamin</application>, and recompile - <application>GLib</application> against it. - </para> - <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead> <para role="optional"> Quoted directly from the <filename>INSTALL</filename> file; @@ -126,9 +117,7 @@ commands: </para> -<screen><userinput>./configure --prefix=/usr \ - --sysconfdir=/etc \ - --with-pcre=system && +<screen><userinput>./configure --prefix=/usr --with-pcre=system && make</userinput></screen> <para> @@ -161,7 +150,7 @@ <title>Command Explanations</title> <para> - <parameter>--with-pcre=system</parameter>: This parameter causes the + <parameter>--with-pcre=system</parameter>: This switch causes the build to use a system-provided version of the <application>PCRE</application> library instead of an internal version. @@ -190,13 +179,18 @@ </seg> <seg> libgio-2.0.so, libglib-2.0.so, libgmodule-2.0.so, - libgobject-2.0.so, libgthread-2.0.so and libgiofam.so + libgobject-2.0.so and libgthread-2.0.so </seg> <seg> - /usr/include/{gio-unix-2.0,glib-2.0}, - /usr/lib/{gdbus-2.0,gio,glib-2.0}, - /usr/share/glib-2.0 and - /usr/share/gtk-doc/html/{gio,glib,gobject} + /usr/include/gio-unix-2.0, + /usr/include/glib-2.0, + /usr/lib/gdbus-2.0, + /usr/lib/gio, + /usr/lib/glib-2.0, + /usr/share/glib-2.0, + /usr/share/gtk-doc/html/gio, + /usr/share/gtk-doc/html/glib and + /usr/share/gtk-doc/html/gobject </seg> </seglistitem> </segmentedlist> @@ -210,7 +204,8 @@ <term><command>gdbus</command></term> <listitem> <para> - is a simple used tool for working with D-Bus objects. + is a simple tool used for working with + <application>D-Bus</application> objects. </para> <indexterm zone="glib2 gdbus"> <primary sortas="b-gdbus">gdbus</primary> @@ -236,8 +231,8 @@ <listitem> <para> is used to create a giomodule.cache file in the listed directories. - This file lists the implemented extension points for each module that has - been found. + This file lists the implemented extension points for each module + that has been found. </para> <indexterm zone="glib2 gio-querymodules"> <primary sortas="b-gio-querymodules">gio-querymodules</primary> Modified: trunk/BOOK/general/genlib/glibmm.xml =================================================================== --- trunk/BOOK/general/genlib/glibmm.xml 2012-09-25 18:40:21 UTC (rev 10685) +++ trunk/BOOK/general/genlib/glibmm.xml 2012-09-26 19:33:59 UTC (rev 10686) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY glibmm-download-http "&gnome-download-http;/glibmm/2.32/glibmm-&glibmm-version;.tar.xz"> - <!ENTITY glibmm-download-ftp "&gnome-download-ftp;/glibmm/2.32/glibmm-&glibmm-version;.tar.xz"> - <!ENTITY glibmm-md5sum "8e5dd06610bd205f4c9cbc11453c0010"> - <!ENTITY glibmm-size "5.0 MB"> - <!ENTITY glibmm-buildsize "130 MB"> - <!ENTITY glibmm-time "1.2 SBU"> + <!ENTITY glibmm-download-http "&gnome-download-http;/glibmm/2.33/glibmm-&glibmm-version;.tar.xz"> + <!ENTITY glibmm-download-ftp "&gnome-download-ftp;/glibmm/2.33/glibmm-&glibmm-version;.tar.xz"> + <!ENTITY glibmm-md5sum "9ea635a53d8af6abb9a5be6b29458f1d"> + <!ENTITY glibmm-size "5.5 MB"> + <!ENTITY glibmm-buildsize "135 MB"> + <!ENTITY glibmm-time "1.4 SBU"> ]> <sect1 id="glibmm" xreflabel="GLibmm-&glibmm-version;"> @@ -34,7 +34,7 @@ for <application>GLib</application>. </para> - &lfs70_checked; + &lfs72_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -119,8 +119,10 @@ libglibmm_generate_extra_defs-2.4.so </seg> <seg> - /usr/include/{giomm-2.4,glibmm-2.4}, - /usr/lib/{giomm-2.4,glibmm-2.4}, + /usr/include/giomm-2.4, + /usr/include/glibmm-2.4, + /usr/lib/giomm-2.4, + /usr/lib/glibmm-2.4, /usr/share/devhelp/books/glibmm-2.4 and /usr/share/doc/glibmm-2.4 </seg> @@ -132,26 +134,26 @@ <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> - <varlistentry id="libgiomm-2.4"> - <term><filename class='libraryfile'>libgiomm-2.4.so</filename></term> + <varlistentry id="libgiomm-2"> + <term><filename class="libraryfile">libgiomm-2.4.so</filename></term> <listitem> <para> contains the Gio API classes. </para> - <indexterm zone="glibmm libgiomm-2.4"> - <primary sortas="c-libgiomm-2.4">libgiomm-2.4.so</primary> + <indexterm zone="glibmm libgiomm-2"> + <primary sortas="c-libgiomm-2">libgiomm-2.4.so</primary> </indexterm> </listitem> </varlistentry> - <varlistentry id="libglibmm-2.4"> - <term><filename class='libraryfile'>libglibmm-2.4.so</filename></term> + <varlistentry id="libglibmm-2"> + <term><filename class="libraryfile">libglibmm-2.4.so</filename></term> <listitem> <para> contains the <application>GLib</application> API classes. </para> - <indexterm zone="glibmm libglibmm-2.4"> - <primary sortas="c-libglibmm-2.4">libglibmm-2.4.so</primary> + <indexterm zone="glibmm libglibmm-2"> + <primary sortas="c-libglibmm-2">libglibmm-2.4.so</primary> </indexterm> </listitem> </varlistentry> Modified: trunk/BOOK/general/genlib/gobject-introspection.xml =================================================================== --- trunk/BOOK/general/genlib/gobject-introspection.xml 2012-09-25 18:40:21 UTC (rev 10685) +++ trunk/BOOK/general/genlib/gobject-introspection.xml 2012-09-26 19:33:59 UTC (rev 10686) @@ -5,13 +5,13 @@ %general-entities; <!ENTITY gobject-introspection-download-http - "&gnome-download-http;/gobject-introspection/1.32/gobject-introspection-&gobject-introspection-version;.tar.xz"> + "&gnome-download-http;/gobject-introspection/1.34/gobject-introspection-&gobject-introspection-version;.tar.xz"> <!ENTITY gobject-introspection-download-ftp - "&gnome-download-ftp;/gobject-introspection/1.32/gobject-introspection-&gobject-introspection-version;.tar.xz"> - <!ENTITY gobject-introspection-md5sum "7bbdb696c37bb98aef5af02c4b8975e3"> + "&gnome-download-ftp;/gobject-introspection/1.34/gobject-introspection-&gobject-introspection-version;.tar.xz"> + <!ENTITY gobject-introspection-md5sum "0902ae3b31871ea00167720e06acaa40"> <!ENTITY gobject-introspection-size "1.1 MB"> <!ENTITY gobject-introspection-buildsize "40 MB"> - <!ENTITY gobject-introspection-time "0.6 SBU"> + <!ENTITY gobject-introspection-time "0.3 SBU"> ]> <sect1 id="gobject-introspection" xreflabel="gobject-introspection-&gobject-introspection-version;"> @@ -97,9 +97,7 @@ the following commands: </para> -<screen><userinput>./configure --prefix=/usr \ - --disable-tests \ - --disable-static && +<screen><userinput>./configure --prefix=/usr --disable-static && make</userinput></screen> <para> @@ -117,12 +115,6 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para> - <parameter>--disable-tests</parameter>: This parameter disable test - libraries. Remove the parameter if you have <application>Cairo</application> - installed and would like the tests to be performed. - </para> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../xincludes/static-libraries.xml"/> @@ -149,8 +141,10 @@ </seg> <seg> /usr/include/gobject-introspection-1.0, - /usr/lib/{girepository-1.0,gobject-introspection}, - /usr/share/{gir-1.0,gobject-introspection-1.0} and + /usr/lib/girepository-1.0, + /usr/lib/gobject-introspection, + /usr/share/gir-1.0, + /usr/share/gobject-introspection-1.0 and /usr/share/gtk-doc/html/gi </seg> </seglistitem> @@ -199,7 +193,7 @@ </varlistentry> <varlistentry id="libgirepository-1.0"> - <term><filename class='libraryfile'>libgirepository-1.0.so</filename></term> + <term><filename class="libraryfile">libgirepository-1.0.so</filename></term> <listitem> <para> provides an API to access to the typelib metadata. Modified: trunk/BOOK/general/genlib/json-glib.xml =================================================================== --- trunk/BOOK/general/genlib/json-glib.xml 2012-09-25 18:40:21 UTC (rev 10685) +++ trunk/BOOK/general/genlib/json-glib.xml 2012-09-26 19:33:59 UTC (rev 10686) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY json-glib-download-http "&gnome-download-http;/json-glib/0.14/json-glib-&json-glib-version;.tar.xz"> - <!ENTITY json-glib-download-ftp "&gnome-download-ftp;/json-glib/0.14/json-glib-&json-glib-version;.tar.xz"> - <!ENTITY json-glib-md5sum "2a22832c4654156a35b38ee027f6f065"> - <!ENTITY json-glib-size "435 KB"> - <!ENTITY json-glib-buildsize "9.8 MB"> - <!ENTITY json-glib-time "0.1 SBU"> + <!ENTITY json-glib-download-http "&gnome-download-http;/json-glib/0.15/json-glib-&json-glib-version;.tar.xz"> + <!ENTITY json-glib-download-ftp "&gnome-download-ftp;/json-glib/0.15/json-glib-&json-glib-version;.tar.xz"> + <!ENTITY json-glib-md5sum "494332526f87956d05f32a9b12f3f286"> + <!ENTITY json-glib-size "452 KB"> + <!ENTITY json-glib-buildsize "11 MB"> + <!ENTITY json-glib-time "0.2 SBU"> ]> <sect1 id="json-glib" xreflabel="JSON-GLib-&json-glib-version;"> @@ -148,7 +148,7 @@ <?dbhtml list-presentation="table"?> <varlistentry id="libjson-glib-1"> - <term><filename class='libraryfile'>libjson-glib-1.0.so</filename></term> + <term><filename class="libraryfile">libjson-glib-1.0.so</filename></term> <listitem> <para> contains the <application>JSON GLib</application> API functions. Modified: trunk/BOOK/general/genlib/libgsf.xml =================================================================== --- trunk/BOOK/general/genlib/libgsf.xml 2012-09-25 18:40:21 UTC (rev 10685) +++ trunk/BOOK/general/genlib/libgsf.xml 2012-09-26 19:33:59 UTC (rev 10686) @@ -6,10 +6,10 @@ <!ENTITY libgsf-download-http "&gnome-download-http;/libgsf/1.14/libgsf-&libgsf-version;.tar.xz"> <!ENTITY libgsf-download-ftp "&gnome-download-ftp;/libgsf/1.14/libgsf-&libgsf-version;.tar.xz"> - <!ENTITY libgsf-md5sum "3e71b5af1999e62495c6750e51dbbe02"> - <!ENTITY libgsf-size "504 KB"> - <!ENTITY libgsf-buildsize "13 MB"> - <!ENTITY libgsf-time "0.5 SBU"> + <!ENTITY libgsf-md5sum "2dd29e9d2bb22a6dfe55761188636c5d"> + <!ENTITY libgsf-size "512 KB"> + <!ENTITY libgsf-buildsize "14 MB"> + <!ENTITY libgsf-time "0.1 SBU"> ]> <sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;"> @@ -110,10 +110,7 @@ make</userinput></screen> <para> - Running <command>make check</command> will build a battery of test - programs which are built using the just-created - <filename class="libraryfile">libgsf-1</filename> library. All the programs - should build successfully with no errors displayed. + To test the results, issue: <command>make check</command>. </para> <para> Modified: trunk/BOOK/general/genlib/libsigc++.xml =================================================================== --- trunk/BOOK/general/genlib/libsigc++.xml 2012-09-25 18:40:21 UTC (rev 10685) +++ trunk/BOOK/general/genlib/libsigc++.xml 2012-09-26 19:33:59 UTC (rev 10686) @@ -6,9 +6,9 @@ <!ENTITY libsigc-download-http "&gnome-download-http;/libsigc++/2.2/libsigc++-&libsigc-version;.tar.xz"> <!ENTITY libsigc-download-ftp "&gnome-download-ftp;/libsigc++/2.2/libsigc++-&libsigc-version;.tar.xz"> - <!ENTITY libsigc-md5sum "73419b477f3bb9ddb9905c88a92f4b4c"> - <!ENTITY libsigc-size "2.8 MB"> - <!ENTITY libsigc-buildsize "32 MB"> + <!ENTITY libsigc-md5sum "815d0c6d61601f51bbcaeef6826606b0"> + <!ENTITY libsigc-size "3.2 MB"> + <!ENTITY libsigc-buildsize "36 MB"> <!ENTITY libsigc-time "less than 0.1 SBU"> ]> Modified: trunk/BOOK/general/genlib/telepathy-farstream.xml =================================================================== --- trunk/BOOK/general/genlib/telepathy-farstream.xml 2012-09-25 18:40:21 UTC (rev 10685) +++ trunk/BOOK/general/genlib/telepathy-farstream.xml 2012-09-26 19:33:59 UTC (rev 10686) @@ -7,9 +7,9 @@ <!ENTITY telepathy-farstream-download-http "http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-&telepathy-farstream-version;.tar.gz"> <!ENTITY telepathy-farstream-download-ftp " "> - <!ENTITY telepathy-farstream-md5sum "52d110f8a9f27bce0a6c2c07e18aee56"> - <!ENTITY telepathy-farstream-size "644 KB"> - <!ENTITY telepathy-farstream-buildsize "7.0 MB"> + <!ENTITY telepathy-farstream-md5sum "d154350f9f1e3bdba87617c0668481a5"> + <!ENTITY telepathy-farstream-size "584 KB"> + <!ENTITY telepathy-farstream-buildsize "6.0 MB"> <!ENTITY telepathy-farstream-time "0.1 SBU"> ]> @@ -83,10 +83,7 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"> - <ulink url="http://gstreamer.freedesktop.org/src/gst-python/"> - GStreamer Python Bindings</ulink>, - <xref linkend="gtk-doc"/> and - <xref linkend="pygobject3"/> + <xref linkend="gtk-doc"/> </para> <para condition="html" role="usernotes"> @@ -102,9 +99,7 @@ following commands: </para> -<screen><userinput>./configure --prefix=/usr \ - --disable-python \ - --disable-static && +<screen><userinput>./configure --prefix=/usr --disable-static && make</userinput></screen> <para> @@ -121,13 +116,6 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para> - <option>--disable-python</option>: This switch disables - building of the <application>Python</application> bindings. - Remove if you have optional <application>Python</application> - bindings installed. - </para> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../xincludes/static-libraries.xml"/> @@ -140,12 +128,12 @@ <title>Contents</title> <segmentedlist> - <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Library</segtitle> <segtitle>Installed Directories</segtitle> <seglistitem> <seg> - libtelepathy-farstream.so and tpfarstream.so (Python Module) + libtelepathy-farstream.so </seg> <seg> /usr/include/telepathy-1.0/telepathy-farstream and @@ -163,7 +151,7 @@ <term><filename class="libraryfile">libtelepathy-farstream.so</filename></term> <listitem> <para> - contains the <application>Telepathy Farstream</application> API functions. + contains <application>Telepathy Farstream</application> API functions. </para> <indexterm zone="telepathy-farstream libtelepathy-farstream"> <primary sortas="c-libtelepathy-farstream">libtelepathy-farstream.so</primary> Modified: trunk/BOOK/general/genlib/telepathy-glib.xml =================================================================== --- trunk/BOOK/general/genlib/telepathy-glib.xml 2012-09-25 18:40:21 UTC (rev 10685) +++ trunk/BOOK/general/genlib/telepathy-glib.xml 2012-09-26 19:33:59 UTC (rev 10686) @@ -7,10 +7,10 @@ <!ENTITY telepathy-glib-download-http "http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-&telepathy-glib-version;.tar.gz"> <!ENTITY telepathy-glib-download-ftp " "> - <!ENTITY telepathy-glib-md5sum "034ec8e4c3a60d4ba1da67952ef3ee2f"> - <!ENTITY telepathy-glib-size "3.4 MB"> - <!ENTITY telepathy-glib-buildsize "165 MB"> - <!ENTITY telepathy-glib-time "2.0 SBU"> + <!ENTITY telepathy-glib-md5sum "fbe730cc897c2d6cbf6a165d6cc63cdd"> + <!ENTITY telepathy-glib-size "3.6 MB"> + <!ENTITY telepathy-glib-buildsize "185 MB"> + <!ENTITY telepathy-glib-time "1.2 SBU"> ]> <sect1 id="telepathy-glib" xreflabel="telepathy-glib-&telepathy-glib-version;"> @@ -31,15 +31,15 @@ <title>Introduction to Telepathy GLib</title> <para> - The <application>Telepathy GLib</application> package is a library for - GLib based <application>Telepathy</application> components. Telepathy is a - <application>D-Bus</application> framework for unifying real time - communication, including instant messaging, voice calls and video calls. It - abstracts differences between protocols to provide a unified interface for - applications. + The <application>Telepathy GLib</application> contains a library used by + <application>GLib</application> based <application>Telepathy</application> + components. Telepathy is a <application>D-Bus</application> framework for + unifying real time communication, including instant messaging, voice calls + and video calls. It abstracts differences between protocols to provide a + unified interface for applications. </para> - &lfs71_checked; + &lfs72_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -79,9 +79,8 @@ <bridgehead renderas="sect4">Required</bridgehead> <para role="required"> - <xref linkend="dbus-glib"/>, - <xref linkend="libxslt"/> and - <xref linkend="python2"/> + <xref linkend="dbus-glib"/> and + <xref linkend="libxslt"/> </para> <bridgehead renderas="sect4">Recommended</bridgehead> @@ -109,7 +108,6 @@ </para> <screen><userinput>./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy \ --enable-vala-bindings \ --disable-static && make</userinput></screen> @@ -130,13 +128,7 @@ <title>Command Explanations</title> <para> - <parameter>--libexecdir=/usr/lib/telepathy</parameter>: - This parameter prevents creating of - <filename class="directory">/usr/libexec</filename> directory. - </para> - - <para> - <option>--enable-vala-bindings</option>: This option enables + <option>--enable-vala-bindings</option>: This switch enables building of the Vala bindings. Remove if you don't have <xref linkend="vala"/> installed. </para> @@ -161,8 +153,7 @@ libtelepathy-glib.so </seg> <seg> - /usr/include/telepathy-1.0/telepathy-glib, - /usr/lib/telepathy and + /usr/include/telepathy-1.0 and /usr/share/gtk-doc/html/telepathy-glib </seg> </seglistitem> @@ -174,7 +165,7 @@ <?dbhtml list-presentation="table"?> <varlistentry id="libtelepathy-glib"> - <term><filename class='libraryfile'>libtelepathy-glib.so</filename></term> + <term><filename class="libraryfile">libtelepathy-glib.so</filename></term> <listitem> <para> contains the <application>Telepathy GLib</application> API functions. Modified: trunk/BOOK/general/genlib/telepathy-mission-control.xml =================================================================== --- trunk/BOOK/general/genlib/telepathy-mission-control.xml 2012-09-25 18:40:21 UTC (rev 10685) +++ trunk/BOOK/general/genlib/telepathy-mission-control.xml 2012-09-26 19:33:59 UTC (rev 10686) @@ -7,10 +7,10 @@ <!ENTITY telepathy-mission-control-download-http "http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-&telepathy-mission-control-version;.tar.gz"> <!ENTITY telepathy-mission-control-download-ftp " "> - <!ENTITY telepathy-mission-control-md5sum "79449fd2e1b02fc6cb5c6adc447e2bb6"> - <!ENTITY telepathy-mission-control-size "1012 KB"> - <!ENTITY telepathy-mission-control-buildsize "26 MB"> - <!ENTITY telepathy-mission-control-time "0.4 SBU"> + <!ENTITY telepathy-mission-control-md5sum "3af60fa448b8fd56b65fac185a41f288"> + <!ENTITY telepathy-mission-control-size "1.0 MB"> + <!ENTITY telepathy-mission-control-buildsize "23 MB"> + <!ENTITY telepathy-mission-control-time "0.3 SBU"> ]> <sect1 id="telepathy-mission-control" xreflabel="telepathy-mission-control-&telepathy-mission-control-version;"> @@ -37,7 +37,7 @@ to real-time communication services without conflicting. </para> - &lfs71_checked; + &lfs72_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -114,7 +114,7 @@ make</userinput></screen> <para> - To test the results, issue: <command>make check</command>. + This package does not come with a testsuite. </para> <para> @@ -128,13 +128,6 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para> - <parameter>--libexecdir=/usr/lib/telepathy</parameter>: - This parameter ensures <filename>mission-control-5</filename> - is installed in a location conforming with the FHS instead of - <filename class="directory">/usr/libexec/</filename>. - </para> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../xincludes/static-libraries.xml"/> @@ -159,7 +152,8 @@ libmission-control-plugins.so </seg> <seg> - /usr/include/mission-control-5.5 and + /usr/include/mission-control-5.5, + /usr/lib/telepathy and /usr/share/gtk-doc/html/mission-control-plugins </seg> </seglistitem> @@ -210,7 +204,7 @@ </varlistentry> <varlistentry id="libmission-control-plugins"> - <term><filename class='libraryfile'>libmission-control-plugins.so</filename></term> + <term><filename class="libraryfile">libmission-control-plugins.so</filename></term> <listitem> <para> contains <application>Telepathy Mission Control</application> plugin API functions. -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
