source: archive/libzeitgeist-2019.xml@ ccded7e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ccded7e was a66ffdd, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Archive libzeitgeist as it isn't being used by anything now.

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

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