Author: krejzi
Date: 2012-03-25 04:38:14 -0600 (Sun, 25 Mar 2012)
New Revision: 9751

Modified:
   trunk/BOOK/x/lib/notification-daemon.xml
Log:
notification daemon fixes

Modified: trunk/BOOK/x/lib/notification-daemon.xml
===================================================================
--- trunk/BOOK/x/lib/notification-daemon.xml    2012-03-25 09:41:28 UTC (rev 
9750)
+++ trunk/BOOK/x/lib/notification-daemon.xml    2012-03-25 10:38:14 UTC (rev 
9751)
@@ -32,7 +32,7 @@
     <para>The <application>notification-daemon</application> package is a 
daemon
     that displays passive pop-up notifications.</para>
 
-    &lfs70_built;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -59,15 +59,9 @@
     <bridgehead renderas="sect3">notification-daemon Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="GConf"/>,
-    <xref linkend="libglade"/>,
-    <xref linkend="libnotify"/>,
-    <xref linkend="libsexy"/>, and
-    <xref linkend="libwnck"/></para>
+    <para role="required"><xref linkend="libcanberra"/>
+    (Built with <xref linkend="gtk3"/> support).</para>
 
-    <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="gstreamer"/></para>
-
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/notification-daemon"/></para>
 
@@ -79,9 +73,8 @@
     <para>Install <application>notification-daemon</application> by running 
the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr \
-            --libexecdir=/usr/lib/notification-daemon-1.0 \
-            --with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas 
&amp;&amp;
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
+            --libexecdir=/usr/lib/notification-daemon &amp;&amp;
 make</userinput></screen>
 
     <para>This package's testsuite is only intended to be used by the
@@ -96,16 +89,12 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    
<para><parameter>--libexecdir=/usr/lib/notification-daemon-1.0</parameter>: This
+    <para><parameter>--libexecdir=/usr/lib/notification-daemon</parameter>: 
This
     parameter is used so that the 
<application>notification-daemon</application>
-    internal support program is installed in the preferred location of
-    <filename class='directory'>/usr/lib/notification-daemon-1.0</filename> 
instead
+    program is installed in the preferred location of
+    <filename class='directory'>/usr/lib/notification-daemon</filename> instead
     of <filename class='directory'>/usr/libexec</filename>.</para> 
 
-    
<para><parameter>--with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas</parameter>:
-    This parameter is used so that the <application>GConf</application> schema
-    files are installed into the existing database.</para>
-
   </sect2>
 
   <sect2 role="content">
@@ -117,12 +106,9 @@
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg><!--notification-properties and -->notification-daemon</seg>
-        <!--<seg>libstandard.{so,a}</seg>
-        <seg>/usr/{lib/notification-daemon-1.0/engines,
-        share/notification-daemon}</seg>-->
+        <seg>notification-daemon</seg>
         <seg>None</seg>
-        <seg>/usr/lib/notification-daemon-1.0, 
/usr/share/notification-daemon</seg>
+        <seg>/usr/lib/notification-daemon</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -131,17 +117,6 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
-      <!--<varlistentry id="notification-properties">
-        <term><command>notification-properties</command></term>
-        <listitem>
-          <para>is a <application>notification-daemon</application> properties
-          tool.</para>
-          <indexterm zone="notification-daemon notification-properties">
-            <primary 
sortas="b-notification-properties">notification-properties</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>-->
-
       <varlistentry id="notification-daemon-prog">
         <term><command>notification-daemon</command></term>
         <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