Author: wblaszcz Date: 2010-05-25 06:16:22 -0600 (Tue, 25 May 2010) New Revision: 8433
Added: trunk/BOOK/x/lib/libnotify.xml Removed: trunk/BOOK/general/genlib/libnotify.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/x/lib/lib.xml Log: Moved libnotify to a more appropriate section. Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2010-05-16 07:34:27 UTC (rev 8432) +++ trunk/BOOK/general/genlib/genlib.xml 2010-05-25 12:16:22 UTC (rev 8433) @@ -90,7 +90,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gobject-introspection.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gir-repository.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnotify.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libical.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libelf.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libggz.xml"/> Deleted: trunk/BOOK/general/genlib/libnotify.xml =================================================================== --- trunk/BOOK/general/genlib/libnotify.xml 2010-05-16 07:34:27 UTC (rev 8432) +++ trunk/BOOK/general/genlib/libnotify.xml 2010-05-25 12:16:22 UTC (rev 8433) @@ -1,132 +0,0 @@ -<?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 && -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> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-05-16 07:34:27 UTC (rev 8432) +++ trunk/BOOK/general.ent 2010-05-25 12:16:22 UTC (rev 8433) @@ -170,7 +170,6 @@ <!ENTITY libffi-version "3.0.8"> <!ENTITY gobject-introspection-version "0.6.8"> <!ENTITY gir-repository-version "0.6.5"> -<!ENTITY libnotify-version "0.4.5"> <!ENTITY libical-version "0.43"> <!ENTITY libelf-version "0.8.13"> <!ENTITY libggz-version "0.0.14.1"> @@ -521,6 +520,7 @@ <!-- The xulrunner version also appears in the firefox mozconfig as a literal --> <!ENTITY xulrunner-version "1.9.2"> <!ENTITY webkitgtk-version "1.1.15.1"> +<!ENTITY libnotify-version "0.4.5"> <!-- Chapter 27 --> <!ENTITY sawfish-version "1.3"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-05-16 07:34:27 UTC (rev 8432) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-05-25 12:16:22 UTC (rev 8433) @@ -42,6 +42,15 @@ --> <listitem> + <para>May 25th, 2010</para> + <itemizedlist> + <listitem> + <para>[wblaszcz] - Moved libnotify to a more appropriate section.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>May 16th, 2010</para> <itemizedlist> <listitem> Modified: trunk/BOOK/x/lib/lib.xml =================================================================== --- trunk/BOOK/x/lib/lib.xml 2010-05-16 07:34:27 UTC (rev 8432) +++ trunk/BOOK/x/lib/lib.xml 2010-05-25 12:16:22 UTC (rev 8433) @@ -45,5 +45,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mesalib.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xulrunner.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="webkitgtk.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnotify.xml"/> </chapter> Copied: trunk/BOOK/x/lib/libnotify.xml (from rev 8432, trunk/BOOK/general/genlib/libnotify.xml) =================================================================== --- trunk/BOOK/x/lib/libnotify.xml (rev 0) +++ trunk/BOOK/x/lib/libnotify.xml 2010-05-25 12:16:22 UTC (rev 8433) @@ -0,0 +1,132 @@ +<?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 && +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> Property changes on: trunk/BOOK/x/lib/libnotify.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date Name: svn:mergeinfo + -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
