source: x/lib/libnotify.xml@ 55b07cb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 55b07cb was 55b07cb, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10228 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libnotify-download-http "&gnome-download-http;/libnotify/0.7/libnotify-&libnotify-version;.tar.xz">
8 <!ENTITY libnotify-download-ftp "&gnome-download-ftp;/libnotify/0.7/libnotify-&libnotify-version;.tar.xz">
9 <!ENTITY libnotify-md5sum "8e9f8bd26517bc197ab1df748df289a9">
10 <!ENTITY libnotify-size "269 KB">
11 <!ENTITY libnotify-buildsize "5.5 MB">
12 <!ENTITY libnotify-time "0.1 SBU">
13]>
14
15<sect1 id="libnotify" xreflabel="libnotify-&libnotify-version;">
16 <?dbhtml filename="libnotify.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libnotify-&libnotify-version;</title>
24
25 <indexterm zone="libnotify">
26 <primary sortas="a-libnotify">libnotify</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libnotify</title>
31
32 <para>The <application>libnotify</application> library is used to send
33 desktop notifications to a notification daemon, as defined in the Desktop
34 Notifications spec. These notifications can be used to inform the user about
35 an event or display some form of information without getting in the user's
36 way.</para>
37
38 &lfs71_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libnotify-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libnotify-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libnotify-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libnotify-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libnotify-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libnotify-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">libnotify Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required">
66 <xref linkend="gtk3"/>
67 </para>
68
69 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
70 <para role="optional">
71 <xref linkend="gobject-introspection"/>
72 </para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional">
76 <xref linkend="gtk-doc"/>
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/libnotify"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of libnotify</title>
86
87 <para>Install <application>libnotify</application> by running the following
88 commands:</para>
89
90<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../xincludes/gtk-doc-rebuild.xml"/>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/static-libraries.xml"/>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Program</segtitle>
117 <segtitle>Installed Library</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>
122 notify-send
123 </seg>
124 <seg>
125 libnotify.so
126 </seg>
127 <seg>
128 /usr/include/libnotify and /usr/share/gtk-doc/html/libnotify
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="notify-send">
139 <term><command>notify-send</command></term>
140 <listitem>
141 <para>is a command to send notifications.</para>
142 <indexterm zone="libnotify notify-send">
143 <primary sortas="b-notify-send">notify-send</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="libnotify-lib">
149 <term><filename class='libraryfile'>libnotify.so</filename></term>
150 <listitem>
151 <para>contains the notify API functions.</para>
152 <indexterm zone="libnotify libnotify">
153 <primary sortas="c-libnotify">libnotify.so</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.