Author: ken
Date: 2012-01-25 16:46:18 -0700 (Wed, 25 Jan 2012)
New Revision: 9217

Added:
   trunk/BOOK/general/genlib/telepathy-mission-control.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/genlib.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Add telepathy-mission-control.  Sorry about the vagueness for sysconfdir and 
libexecdir, I didn't install this and my notes of what went into DESTDIR are 
deficient - I suspect sysconfdir is not required but for the moment that is 
'not proven'.

Modified: trunk/BOOK/general/genlib/genlib.xml
===================================================================
--- trunk/BOOK/general/genlib/genlib.xml        2012-01-25 22:33:20 UTC (rev 
9216)
+++ trunk/BOOK/general/genlib/genlib.xml        2012-01-25 23:46:18 UTC (rev 
9217)
@@ -98,6 +98,7 @@
   <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-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"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="folks.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="wv.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="clucene.xml"/>

Added: trunk/BOOK/general/genlib/telepathy-mission-control.xml
===================================================================
--- trunk/BOOK/general/genlib/telepathy-mission-control.xml                     
        (rev 0)
+++ trunk/BOOK/general/genlib/telepathy-mission-control.xml     2012-01-25 
23:46:18 UTC (rev 9217)
@@ -0,0 +1,173 @@
+<?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 
"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        
"7bbff153a417403633fc0c96483a77d8">
+  <!ENTITY telepathy-mission-control-size          "1.1 MB">
+  <!ENTITY telepathy-mission-control-buildsize     "39 MB">
+  <!ENTITY telepathy-mission-control-time          "0.5 SBU">
+]>
+
+<sect1 id="telepathy-mission-control" 
xreflabel="telepathy-mission-control-&telepathy-mission-control-version;">
+  <?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 Telepathy framework, allowing user 
interfaces
+    and other clients to share connections to real-time communication services
+    without conflicting.</para>
+
+    &lfs70_built;
+
+    <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="dbus"/>,
+    <xref linkend="dbus-glib"/>,
+    <xref linkend="telepathy-glib"/>,
+    <xref linkend="gnome-keyring"/>, and
+    <xref linkend="GConf"/></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 \
+            --sysconfdir=/etc \
+            --libexecdir=/usr/lib/telepathy-mission-control &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>
+
+    <para><parameter>--sysconfdir=/etc</parameter>: This parameter does
+    something mandatory for BLFS purposes.</para>
+
+    
<para><parameter>--libexecdir=/usr/lib/telepathy-mission-control</parameter>:
+    This parameter prevents files being installed in
+    <filename class="directory">/usr/libexec</filename>.</para>
+
+    <para><option>--enable-static=no</option>: This switch prevents the static
+    libraries being installed.</para>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>mc-tool, mc-wait-for-name, and mission-control-5</seg>
+        <seg>libmission-control-plugins.{so,a}</seg>
+        
<seg>/usr/{include/mission-control-5.5/mission-control-plugins,lib/telepathy-mission-control,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>does this .....</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>does this .....</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>does this .....</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,a}</filename></term>
+        <listitem>
+          <para>contains functions that .....</para>
+          <indexterm zone="telepathy-mission-control 
libmission-control-plugins">
+            <primary 
sortas="c-libmission-control-plugins">libmission-control-plugins.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>


Property changes on: trunk/BOOK/general/genlib/telepathy-mission-control.xml
___________________________________________________________________
Added: svn:keywords
   + Date LastChangedBy

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-01-25 22:33:20 UTC (rev 9216)
+++ trunk/BOOK/general.ent      2012-01-25 23:46:18 UTC (rev 9217)
@@ -218,6 +218,7 @@
 <!ENTITY talloc-version               "2.0.7">
 <!ENTITY telepathy-glib-version       "0.9.2">
 <!ENTITY telepathy-logger-version     "0.2.10">
+<!ENTITY telepathy-mission-control-version "5.9.1">
 <!ENTITY folks-version                "0.6.4.1">
 <!ENTITY wv-version                   "1.2.9">
 <!ENTITY clucene-version              "0.9.21b">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-01-25 22:33:20 UTC 
(rev 9216)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-01-25 23:46:18 UTC 
(rev 9217)
@@ -51,7 +51,8 @@
         </listitem>
         <listitem>
           <para>[ken] - Add exempi-2.1.1, folks-0.6.4.1, json-glib-0.14.2,
-          libgee-0.6.0 and telepathy-logger-0.2.10 from Wayne.</para>
+          libgee-0.6.0, telepathy-logger-0.2.10 and 
telepathy-mission-control-5.9.1
+          from Wayne.</para>
         </listitem>
       </itemizedlist>
     </listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to