glfs/general/genlib/libnotify.xml
Wayne Blaszczyk c4ee35e6f8 Added new package. libnotify-0.4.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8131 af4574ff-66df-0310-9fd7-8a98e5e911e0
2009-11-14 05:57:22 +00:00

133 lines
4.2 KiB
XML

<?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 libnotify-download-http "http://www.galago-project.org/files/releases/source/libnotify/libnotify-&libnotify-version;.tar.bz2">
<!ENTITY libnotify-download-ftp " ">
<!ENTITY libnotify-md5sum "6a8388f93309dbe336bbe5fc0677de6b">
<!ENTITY libnotify-size "282 KB">
<!ENTITY libnotify-buildsize "4 MB">
<!ENTITY libnotify-time "0.1 SBU">
]>
<sect1 id="libnotify" xreflabel="libnotify-&libnotify-version;">
<?dbhtml filename="libnotify.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>libnotify-&libnotify-version;</title>
<indexterm zone="libnotify">
<primary sortas="a-libnotify">libnotify</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libnotify</title>
<para>The <application>libnotify</application> library is used to send
desktop notifications to a notification daemon, as defined in the Desktop
Notifications spec. These notifications can be used to inform the user about
an event or display some form of information without getting in the user's
way.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libnotify-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libnotify-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libnotify-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libnotify-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libnotify-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libnotify-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libnotify Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gtk2"/> and
<xref linkend="dbus-glib"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libnotify"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of libnotify</title>
<para>Install <application>libnotify</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</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>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>notify-send</seg>
<seg>libnotify.{so,a}</seg>
<seg>/usr/share/gtk-doc/html/libnotify</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="notify-send">
<term><command>notify-send</command></term>
<listitem>
<para>is a command to send notifications.</para>
<indexterm zone="libnotify notify-send">
<primary sortas="b-notify-send">notify-send</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libnotify-lib">
<term><filename class='libraryfile'>libnotify.{so,a}</filename></term>
<listitem>
<para>contains the notify API functions.</para>
<indexterm zone="libnotify libnotify">
<primary sortas="c-libnotify">libnotify.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>