glfs/x/lib/startup-notification.xml
Randy McMurchy 0aeb69629f Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5951 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-04-27 10:48:30 +00:00

142 lines
5.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- Inserted as a reminder to do this. The mention of a test suite
is usually right before the root user installation commands. Please
delete these 12 (including one blank) lines after you are done.-->
<!-- Use one of the two mentions below about a test suite,
delete the line that is not applicable. Of course, if the
test suite uses syntax other than "make check", revise the
line to reflect the actual syntax to run the test suite -->
<!-- <para>This package does not come with a test suite.</para> -->
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
<!ENTITY startup-notification-download-http "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-&startup-notification-version;.tar.gz">
<!ENTITY startup-notification-download-ftp "&gnome-download-ftp;/startup-notification/&startup-notification-version;/startup-notification-&startup-notification-version;.tar.bz2">
<!ENTITY startup-notification-md5sum "9bba52ffe8c096cfeeaf7a1dcd9b943d">
<!ENTITY startup-notification-size "335 KB">
<!ENTITY startup-notification-buildsize "3.3 MB">
<!ENTITY startup-notification-time "less than 0.1 SBU">
]>
<sect1 id="startup-notification"
xreflabel="startup-notification-&startup-notification-version;">
<?dbhtml filename="startup-notification.html" ?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">startup-notification-&startup-notification-version;.tar</keyword>
<keyword role="ftpdir">startup-notification</keyword>
</keywordset>
</sect1info>
<title>startup-notification-&startup-notification-version;</title>
<indexterm zone="startup-notification">
<primary sortas="a-Startup-notification">Startup-notification</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to startup-notification</title>
<para>The <application>startup-notification</application> package
contains <filename class="libraryfile">startup-notification</filename>
libraries. These are useful for building a consistent manner to notify
the user through the cursor that the application is loading.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&startup-notification-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&startup-notification-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &startup-notification-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &startup-notification-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &startup-notification-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &startup-notification-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">startup-notification Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="x-window-system"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/startup-notification"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of startup-notification</title>
<para>Install <application>startup-notification</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m644 -D doc/startup-notification.txt \
/usr/share/doc/startup-notification-&startup-notification-version;/startup-notification.txt</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libstartup-notification-1.{so,a}</seg>
<seg>/usr/include/startup-notification-1.0 and
/usr/share/doc/startup-notification-&startup-notification-version;</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libstartup-notification">
<term><filename class='libraryfile'>libstartup-notification-1.{so,a}</filename></term>
<listitem>
<para>provides the functions to assist applications in communicating
with the cursor system to provide feedback to the user that the
application is loading.</para>
<indexterm zone="startup-notification libstartup-notification">
<primary sortas="c-libstartup-notification">libstartup-notification-1.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>