source: x/lib/startup-notification.xml@ e257101

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e257101 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

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

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY startup-notification-download-http "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-&startup-notification-version;.tar.gz">
20 <!ENTITY startup-notification-download-ftp "&gnome-download-ftp;/startup-notification/&startup-notification-version;/startup-notification-&startup-notification-version;.tar.bz2">
21 <!ENTITY startup-notification-md5sum "9bba52ffe8c096cfeeaf7a1dcd9b943d">
22 <!ENTITY startup-notification-size "335 KB">
23 <!ENTITY startup-notification-buildsize "3.3 MB">
24 <!ENTITY startup-notification-time "less than 0.1 SBU">
25]>
26
27<sect1 id="startup-notification"
28xreflabel="startup-notification-&startup-notification-version;">
29 <?dbhtml filename="startup-notification.html" ?>
30
31 <sect1info>
32 <othername>$LastChangedBy$</othername>
33 <date>$Date$</date>
34 <keywordset>
35 <keyword role="package">startup-notification-&startup-notification-version;.tar</keyword>
36 <keyword role="ftpdir">startup-notification</keyword>
37 </keywordset>
38 </sect1info>
39
40 <title>startup-notification-&startup-notification-version;</title>
41
42 <indexterm zone="startup-notification">
43 <primary sortas="a-Startup-notification">Startup-notification</primary>
44 </indexterm>
45
46 <sect2 role="package">
47 <title>Introduction to startup-notification</title>
48
49 <para>The <application>startup-notification</application> package
50 contains <filename class="libraryfile">startup-notification</filename>
51 libraries. These are useful for building a consistent manner to notify
52 the user through the cursor that the application is loading.</para>
53
54 <bridgehead renderas="sect3">Package Information</bridgehead>
55 <itemizedlist spacing="compact">
56 <listitem>
57 <para>Download (HTTP): <ulink url="&startup-notification-download-http;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download (FTP): <ulink url="&startup-notification-download-ftp;"/></para>
61 </listitem>
62 <listitem>
63 <para>Download MD5 sum: &startup-notification-md5sum;</para>
64 </listitem>
65 <listitem>
66 <para>Download size: &startup-notification-size;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated disk space required: &startup-notification-buildsize;</para>
70 </listitem>
71 <listitem>
72 <para>Estimated build time: &startup-notification-time;</para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">startup-notification Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required"><xref linkend="x-window-system"/></para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/startup-notification"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of startup-notification</title>
88
89 <para>Install <application>startup-notification</application> by running the
90 following commands:</para>
91
92<screen><userinput>./configure --prefix=/usr &amp;&amp;
93make</userinput></screen>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install &amp;&amp;
98install -v -m644 -D doc/startup-notification.txt \
99 /usr/share/doc/startup-notification-&startup-notification-version;/startup-notification.txt</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Library</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>None</seg>
113 <seg>libstartup-notification-1.{so,a}</seg>
114 <seg>/usr/include/startup-notification-1.0 and
115 /usr/share/doc/startup-notification-&startup-notification-version;</seg>
116 </seglistitem>
117 </segmentedlist>
118
119 <variablelist>
120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
121 <?dbfo list-presentation="list"?>
122 <?dbhtml list-presentation="table"?>
123
124 <varlistentry id="libstartup-notification">
125 <term><filename class='libraryfile'>libstartup-notification-1.{so,a}</filename></term>
126 <listitem>
127 <para>provides the functions to assist applications in communicating
128 with the cursor system to provide feedback to the user that the
129 application is loading.</para>
130 <indexterm zone="startup-notification libstartup-notification">
131 <primary sortas="c-libstartup-notification">libstartup-notification-1.{so,a}</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 </variablelist>
137
138 </sect2>
139
140</sect1>
141
Note: See TracBrowser for help on using the repository browser.