2013-06-01 20:18:39 +08:00
|
|
|
<?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 notification-daemon-download-http
|
|
|
|
"&gnome-download-http;/notification-daemon/0.7/notification-daemon-¬ification-daemon-version;.tar.xz">
|
|
|
|
<!ENTITY notification-daemon-download-ftp
|
|
|
|
"&gnome-download-ftp;/notification-daemon/0.7/notification-daemon-¬ification-daemon-version;.tar.xz">
|
|
|
|
<!ENTITY notification-daemon-md5sum "08c9a6d18ead0aa62d933fc5a4135d38">
|
|
|
|
<!ENTITY notification-daemon-size "276 KB">
|
|
|
|
<!ENTITY notification-daemon-buildsize "4.8 MB">
|
2013-09-05 03:45:25 +08:00
|
|
|
<!ENTITY notification-daemon-time "0.1 SBU">
|
2013-06-01 20:18:39 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="notification-daemon" xreflabel="notification-daemon-¬ification-daemon-version;">
|
|
|
|
<?dbhtml filename="notification-daemon.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>notification-daemon-¬ification-daemon-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="notification-daemon">
|
|
|
|
<primary sortas="a-notification-daemon">notification-daemon</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Notification Daemon</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <application>Notification Daemon</application> package contains a daemon
|
|
|
|
that displays passive pop-up notifications.
|
|
|
|
</para>
|
|
|
|
|
2014-02-20 20:20:28 +08:00
|
|
|
&lfs75_checked;
|
2013-06-01 20:18:39 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="¬ification-daemon-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="¬ification-daemon-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: ¬ification-daemon-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: ¬ification-daemon-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: ¬ification-daemon-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: ¬ification-daemon-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Notification Daemon Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="gtk3"/>,
|
|
|
|
<xref linkend="intltool"/> and
|
|
|
|
<xref linkend="libcanberra"/>
|
|
|
|
(Built with <xref linkend="gtk3"/> support).
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/notification-daemon"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Notification Daemon</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>Notification Daemon</application> by running
|
|
|
|
the following commands:
|
|
|
|
</para>
|
|
|
|
|
2013-09-05 03:45:25 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
2013-06-01 20:18:39 +08:00
|
|
|
--sysconfdir=/etc \
|
2014-02-21 01:21:58 +08:00
|
|
|
--disable-static &&
|
2013-06-01 20:18:39 +08:00
|
|
|
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="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Program</segtitle>
|
2013-09-07 08:59:05 +08:00
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2013-06-01 20:18:39 +08:00
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
notification-daemon
|
|
|
|
</seg>
|
2013-09-07 08:59:05 +08:00
|
|
|
<seg>
|
|
|
|
none
|
|
|
|
</seg>
|
2013-06-01 20:18:39 +08:00
|
|
|
<seg>
|
2014-02-21 01:21:58 +08:00
|
|
|
none
|
2013-06-01 20:18:39 +08:00
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="notification-daemon-prog">
|
|
|
|
<term><command>notification-daemon</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is the <application>Notification Daemon</application> itself.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="notification-daemon notification-daemon-prog">
|
|
|
|
<primary sortas="b-notification-daemon">notification-daemon</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|