blob: 987a43dc7b4a42dd17deab363073e31f2c817c1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
<?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 libzeitgeist-download-http
"https://launchpad.net/libzeitgeist/0.3/&libzeitgeist-version;/+download/libzeitgeist-&libzeitgeist-version;.tar.gz">
<!ENTITY libzeitgeist-download-ftp " ">
<!ENTITY libzeitgeist-md5sum "d63a37295d01a58086d0d4ae26e604c2">
<!ENTITY libzeitgeist-size "516 KB">
<!ENTITY libzeitgeist-buildsize "7.0 MB">
<!ENTITY libzeitgeist-time "0.1 SBU">
]>
<sect1 id="libzeitgeist" xreflabel="libzeitgeist-&libzeitgeist-version;" revision="systemd">
<?dbhtml filename="libzeitgeist.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>libzeitgeist-&libzeitgeist-version;</title>
<indexterm zone="libzeitgeist">
<primary sortas="a-libzeitgeist">libzeitgeist</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libzeitgeist</title>
<para>
The <application>libzeitgeist</application> package contains a client
library used to access and manage the Zeitgeist event log from
languages such as C and Vala. Zeitgeist is a service which logs
the user's activities and events (files opened, websites visited,
conversations hold with other people, etc.) and makes the relevant
information available to other applications.
</para>
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&libzeitgeist-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&libzeitgeist-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &libzeitgeist-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &libzeitgeist-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &libzeitgeist-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &libzeitgeist-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libzeitgeist Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="glib2"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/libzeitgeist"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of libzeitgeist</title>
<para>
Install <application>libzeitgeist</application> by running the following
commands:
</para>
<screen><userinput>sed -i "s|/doc/libzeitgeist|&-&libzeitgeist-version;|" Makefile.in &&
./configure --prefix=/usr --disable-static &&
make</userinput></screen>
<para>
This package does not have a working testsuite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed ... Makefile.in</command>: PLace the documentation in
a versioned directory.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</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>
libzeitgeist-1.0.so
</seg>
<seg>
/usr/include/libzeitgeist-1.0 and
/usr/share/doc/libzeitgeist
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libzeitgeist-1">
<term><filename class="libraryfile">libzeitgeist-1.0.so</filename></term>
<listitem>
<para>
contains the <application>libzeitgeist</application> API functions.
</para>
<indexterm zone="libzeitgeist libzeitgeist-1">
<primary sortas="c-libzeitgeist-1">libzeitgeist-1.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>
|