Author: dj
Date: Wed Oct 25 19:30:46 2017
New Revision: 19380

Log:
Move Telepathy package from Gnome to genlib and genutils sections.

Added:
   trunk/BOOK/general/genlib/telepathy-glib.xml   (props changed)
      - copied unchanged from r19379, 
trunk/BOOK/gnome/platform/telepathy-glib.xml
   trunk/BOOK/general/genutils/telepathy-logger.xml   (props changed)
      - copied unchanged from r19379, 
trunk/BOOK/gnome/platform/telepathy-logger.xml
   trunk/BOOK/general/genutils/telepathy-mission-control.xml   (props changed)
      - copied unchanged from r19379, 
trunk/BOOK/gnome/platform/telepathy-mission-control.xml
Deleted:
   trunk/BOOK/gnome/platform/dummy-tel.xml
   trunk/BOOK/gnome/platform/telepathy-glib.xml
   trunk/BOOK/gnome/platform/telepathy-logger.xml
   trunk/BOOK/gnome/platform/telepathy-mission-control.xml
Modified:
   trunk/BOOK/general/genlib/genlib.xml
   trunk/BOOK/general/genutils/genutils.xml
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/platform/platform.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/genlib/genlib.xml
==============================================================================
--- trunk/BOOK/general/genlib/genlib.xml        Wed Oct 25 19:05:18 2017        
(r19379)
+++ trunk/BOOK/general/genlib/genlib.xml        Wed Oct 25 19:30:46 2017        
(r19380)
@@ -133,6 +133,10 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="qca.xml"/>
   <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="qjson.xml"/>-->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="talloc.xml"/>
+
+  <!--systemd only -->
+  <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="wayland.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="wayland-protocols.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="wv.xml"/>

Copied: trunk/BOOK/general/genlib/telepathy-glib.xml (from r19379, 
trunk/BOOK/gnome/platform/telepathy-glib.xml)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/general/genlib/telepathy-glib.xml        Wed Oct 25 19:30:46 
2017        (r19380, copy of r19379, 
trunk/BOOK/gnome/platform/telepathy-glib.xml)
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY telepathy-glib-download-http
+           
"https://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-&telepathy-glib-version;.tar.gz";>
+  <!ENTITY telepathy-glib-download-ftp  " ">
+  <!ENTITY telepathy-glib-md5sum        "cbeb0a24acc26e7f095be281c324da69">
+  <!ENTITY telepathy-glib-size          "3.8 MB">
+  <!ENTITY telepathy-glib-buildsize     "222 MB">
+  <!ENTITY telepathy-glib-time          "1.2 SBU">
+]>
+
+<sect1 id="telepathy-glib" xreflabel="telepathy-glib-&telepathy-glib-version;" 
revision="systemd">
+  <?dbhtml filename="telepathy-glib.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>telepathy-glib-&telepathy-glib-version;</title>
+
+  <indexterm zone="telepathy-glib">
+    <primary sortas="a-telepathy-glib">telepathy-glib</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to Telepathy GLib</title>
+
+    <para>
+      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>
+
+    &lfs81_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&telepathy-glib-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&telepathy-glib-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &telepathy-glib-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &telepathy-glib-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &telepathy-glib-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &telepathy-glib-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Telepathy GLib Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="dbus-glib"/> and
+      <xref linkend="libxslt"/>
+    </para>
+
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="gobject-introspection"/>, and
+      <xref linkend="vala"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="gtk-doc"/>
+    </para>
+
+    <para condition="html" role="usernotes">User Notes:
+      <ulink url="&blfs-wiki;/telepathy-glib"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Telepathy Glib</title>
+
+    <para>
+      Install <application>Telepathy GLib</application> by running the
+      following commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr \
+            --enable-vala-bindings \
+            --disable-static &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      To test the results, issue: <command>make -k check</command>.
+      Four tests are known to fail: <emphasis>test-account</emphasis>, 
+      <emphasis>test-cm</emphasis>, <emphasis>test-contact-lists</emphasis>, 
and
+      <emphasis>test-contact-list-client</emphasis>.
+    </para>
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para>
+      <parameter>--enable-vala-bindings</parameter>: This switch
+      enables building of the Vala bindings. Remove if you don't
+      have <xref linkend="vala"/> installed.
+    </para>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          None
+        </seg>
+        <seg>
+          libtelepathy-glib.so
+        </seg>
+        <seg>
+          /usr/include/telepathy-1.0 and
+          /usr/share/gtk-doc/html/telepathy-glib
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="libtelepathy-glib">
+        <term><filename 
class="libraryfile">libtelepathy-glib.so</filename></term>
+        <listitem>
+          <para>
+            contains the <application>Telepathy GLib</application> API 
functions.
+          </para>
+          <indexterm zone="telepathy-glib libtelepathy-glib">
+            <primary 
sortas="c-libtelepathy-glib">libtelepathy-glib.so</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Modified: trunk/BOOK/general/genutils/genutils.xml
==============================================================================
--- trunk/BOOK/general/genutils/genutils.xml    Wed Oct 25 19:05:18 2017        
(r19379)
+++ trunk/BOOK/general/genutils/genutils.xml    Wed Oct 25 19:30:46 2017        
(r19380)
@@ -46,6 +46,11 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="screen.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="shared-mime-info.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="sharutils.xml"/>
+
+  <!-- systemd only -->
+  <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-mission-control.xml"/>
+
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="tidy-html5.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="time.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="tree.xml"/>

Copied: trunk/BOOK/general/genutils/telepathy-logger.xml (from r19379, 
trunk/BOOK/gnome/platform/telepathy-logger.xml)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/general/genutils/telepathy-logger.xml    Wed Oct 25 19:30:46 
2017        (r19380, copy of r19379, 
trunk/BOOK/gnome/platform/telepathy-logger.xml)
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY telepathy-logger-download-http
+           
"https://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-&telepathy-logger-version;.tar.bz2";>
+  <!ENTITY telepathy-logger-download-ftp  " ">
+  <!ENTITY telepathy-logger-md5sum        "c2f6a31c76cbdf8790500cf4f872ba71">
+  <!ENTITY telepathy-logger-size          "552 KB">
+  <!ENTITY telepathy-logger-buildsize     "17 MB">
+  <!ENTITY telepathy-logger-time          "0.2 SBU">
+]>
+
+<sect1 id="telepathy-logger" 
xreflabel="telepathy-logger-&telepathy-logger-version;" revision="systemd">
+  <?dbhtml filename="telepathy-logger.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>telepathy-logger-&telepathy-logger-version;</title>
+
+  <indexterm zone="telepathy-logger">
+    <primary sortas="a-telepathy-logger">telepathy-logger</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to Telepathy Logger</title>
+
+    <para>
+      The <application>Telepathy Logger</application> package is a headless
+      observer client that logs information received by the
+      <application>Telepathy</application> framework. It features pluggable
+      backends to log different sorts of messages in different formats.
+    </para>
+
+    &lfs81_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&telepathy-logger-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&telepathy-logger-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &telepathy-logger-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &telepathy-logger-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &telepathy-logger-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &telepathy-logger-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Telepathy Logger Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="sqlite"/> and
+      <xref linkend="telepathy-glib"/>
+    </para>
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="gobject-introspection"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="gtk-doc"/>
+    </para>
+
+    <para condition="html" role="usernotes">User Notes:
+      <ulink url="&blfs-wiki;/telepathy-logger"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Telepathy Logger</title>
+
+    <para>
+      Fix a deprecated schema entry:
+    </para>
+
+<screen><userinput>sed 's@/apps/@/org/freedesktop/@' \
+    -i 
data/org.freedesktop.Telepathy.Logger.gschema.xml.in</userinput></screen>
+
+    <para>
+      Install <application>Telepathy Logger</application> by running the
+      following commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      To test the results, issue: <command>make check</command>.
+    </para>
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/gtk-doc-rebuild-problem.xml"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          telepathy-logger
+        </seg>
+        <seg>
+          libtelepathy-logger.so
+        </seg>
+        <seg>
+          /usr/include/telepathy-logger-0.2,
+          /usr/share/gtk-doc/html/telepathy-logger and
+          /usr/share/telepathy
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="telepathy-logger-prog">
+        <term><command>telepathy-logger</command></term>
+        <listitem>
+          <para>
+            is the <application>Telepathy Logger</application> D-Bus service.
+          </para>
+          <indexterm zone="telepathy-logger telepathy-logger-prog">
+            <primary sortas="b-telepathy-logger">telepathy-logger</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="libtelepathy-logger">
+        <term><filename 
class="libraryfile">libtelepathy-logger.so</filename></term>
+        <listitem>
+          <para>
+            contains the <application>Telepathy Logger</application> API 
functions.
+          </para>
+          <indexterm zone="telepathy-logger libtelepathy-logger">
+            <primary 
sortas="c-libtelepathy-logger">libtelepathy-logger.so</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Copied: trunk/BOOK/general/genutils/telepathy-mission-control.xml (from r19379, 
trunk/BOOK/gnome/platform/telepathy-mission-control.xml)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/general/genutils/telepathy-mission-control.xml   Wed Oct 25 
19:30:46 2017        (r19380, copy of r19379, 
trunk/BOOK/gnome/platform/telepathy-mission-control.xml)
@@ -0,0 +1,226 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY telepathy-mission-control-download-http
+           
"https://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        
"eab6c941038702edeece1168f395300c">
+  <!ENTITY telepathy-mission-control-size          "1.0 MB">
+  <!ENTITY telepathy-mission-control-buildsize     "27 MB">
+  <!ENTITY telepathy-mission-control-time          "0.3 SBU">
+]>
+
+<sect1 id="telepathy-mission-control" 
xreflabel="telepathy-mission-control-&telepathy-mission-control-version;" 
revision="systemd">
+  <?dbhtml filename="telepathy-mission-control.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>telepathy-mission-control-&telepathy-mission-control-version;</title>
+
+  <indexterm zone="telepathy-mission-control">
+    <primary 
sortas="a-telepathy-mission-control">telepathy-mission-control</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to Telepathy Mission Control</title>
+
+    <para>
+      <application>Telepathy Mission Control</application> is an account 
manager
+      and channel dispatcher for the <application>Telepathy</application>
+      framework, allowing user interfaces  and other clients to share 
connections
+      to real-time communication services without conflicting.
+    </para>
+
+    &lfs81_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink 
url="&telepathy-mission-control-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink 
url="&telepathy-mission-control-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &telepathy-mission-control-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &telepathy-mission-control-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &telepathy-mission-control-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &telepathy-mission-control-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Telepathy Mission Control 
Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="telepathy-glib"/>
+    </para>
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="NetworkManager"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="gtk-doc"/>,
+      <ulink 
url="&gnome-download-http;/libgnome-keyring">libgnome-keyring</ulink>, and
+      <xref linkend="upower"/>
+    </para>
+
+    <para condition="html" role="usernotes">User Notes:
+      <ulink url="&blfs-wiki;/telepathy-mission-control"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Telepathy Mission Control</title>
+
+    <para>
+      Install <application>Telepathy Mission Control</application> by
+      running the following commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      This package does not come with a testsuite.
+    </para>
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+<!--
+    <para>
+      <parameter>- -disable-upower</parameter> This switch
+      disables the use of <application>UPower</application>
+      because <application>Telepathy Mission Control</application>
+      fails to build with latest version.
+    </para>
+As far as I can tell, this is no longer needed as of 5.16.4. -renodr 
+-->
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          mc-tool, mc-wait-for-name and mission-control-5 (library executable)
+        </seg>
+        <seg>
+          libmission-control-plugins.so
+        </seg>
+        <seg>
+          /usr/include/mission-control-5.5 and
+          /usr/share/gtk-doc/html/mission-control-plugins
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="mc-tool">
+        <term><command>mc-tool</command></term>
+        <listitem>
+          <para>
+            is a command line tool used to manipulate Mission Control accounts.
+          </para>
+          <indexterm zone="telepathy-mission-control mc-tool">
+            <primary sortas="b-mc-tool">mc-tool</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="mc-wait-for-name">
+        <term><command>mc-wait-for-name</command></term>
+        <listitem>
+          <para>
+            waits for a (D-Bus) bus name that will (after a while) be provided
+            automatically by the desktop session.
+          </para>
+          <indexterm zone="telepathy-mission-control mc-wait-for-name">
+            <primary sortas="b-mc-wait-for-name">mc-wait-for-name</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="mission-control-5">
+        <term><command>mission-control-5</command></term>
+        <listitem>
+          <para>
+            is a <application>D-Bus</application> service which runs on the 
session
+            bus to implement AccountManager and ChannelDispatcher services 
described
+            in the <application>Telepathy</application> D-Bus specification.
+          </para>
+          <indexterm zone="telepathy-mission-control mission-control-5">
+            <primary sortas="b-mission-control-5">mission-control-5</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="libmission-control-plugins">
+        <term><filename 
class="libraryfile">libmission-control-plugins.so</filename></term>
+        <listitem>
+          <para>
+            contains <application>Telepathy Mission Control</application> 
plugin API functions.
+          </para>
+          <indexterm zone="telepathy-mission-control 
libmission-control-plugins">
+            <primary 
sortas="c-libmission-control-plugins">libmission-control-plugins.so</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent        Wed Oct 25 19:05:18 2017        (r19379)
+++ trunk/BOOK/gnome.ent        Wed Oct 25 19:30:46 2017        (r19380)
@@ -43,11 +43,6 @@
 <!ENTITY folks-version                     "0.11.4">
 <!ENTITY gfbgraph-version                  "0.2.3">
 
-<!-- Telepathy Framework (systemd) -->
-<!ENTITY telepathy-glib-version            "0.24.1">
-<!ENTITY telepathy-logger-version          "0.8.2">
-<!ENTITY telepathy-mission-control-version "5.16.4">
-
 <!-- Runtime (sysv) and Desktop (systemd) -->
 <!ENTITY caribou-version                   "0.4.21">
 <!ENTITY dconf-version                     "0.26.1">

Modified: trunk/BOOK/gnome/platform/platform.xml
==============================================================================
--- trunk/BOOK/gnome/platform/platform.xml      Wed Oct 25 19:05:18 2017        
(r19379)
+++ trunk/BOOK/gnome/platform/platform.xml      Wed Oct 25 19:30:46 2017        
(r19380)
@@ -69,12 +69,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="folks.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gfbgraph.xml"/>
 
-<!-- systemd: Telepathy Framework -->
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="dummy-tel.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-mission-control.xml"/>
-
 <!-- systemd: GNOME Desktop -->
 <!-- trunk: Required Runtime Dependencies -->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="dummy-desktop.xml"/>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Oct 25 19:05:18 
2017        (r19379)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Oct 25 19:30:46 
2017        (r19380)
@@ -45,6 +45,10 @@
       <para>October 26th, 2017</para>
       <itemizedlist>
         <listitem>
+          <para>[dj] - Move Telepathy packages from Gnome to genlib and
+          genutils sections.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Update to cheese-3.26.0.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Wed Oct 25 19:05:18 2017        (r19379)
+++ trunk/BOOK/packages.ent     Wed Oct 25 19:30:46 2017        (r19380)
@@ -181,6 +181,7 @@
 <!ENTITY qjson-version                "0.8.1">
 <!ENTITY sbc-version                  "1.3">
 <!ENTITY talloc-version               "2.1.10">
+<!ENTITY telepathy-glib-version       "0.24.1">
 <!ENTITY wayland-version              "1.14.0">
 <!ENTITY wayland-protocols-version    "1.11">
 <!ENTITY wv-version                   "1.2.9">
@@ -243,6 +244,8 @@
 <!ENTITY rep-gtk-version              "0.90.8.3">
 <!ENTITY screen-version               "4.5.1">
 <!ENTITY sharutils-version            "4.15.2">
+<!ENTITY telepathy-logger-version     "0.8.2">
+<!ENTITY telepathy-mission-control-version "5.16.4">
 <!ENTITY tidy-html5-version           "5.4.0">
 <!ENTITY time-version                 "1.7">
 <!ENTITY tree-version                 "1.7.0">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to