source: archive/core/baloo.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.5 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 baloo-download-http "&kde-download-http;&kde-old-version;/src/baloo-&kde-old-version;.tar.xz">
8 <!ENTITY baloo-download-ftp " ">
9 <!ENTITY baloo-md5sum "09575539cf2c76c951a67da00bd5df5b">
10 <!ENTITY baloo-size "144 KB">
11 <!ENTITY baloo-buildsize "33 MB">
12 <!ENTITY baloo-time "1.8 SBU">
13]>
14
15<sect1 id="baloo" xreflabel="baloo-&kde-old-version;">
16 <?dbhtml filename="baloo.html"?>
17
18
19 <title>Baloo-&kde-old-version;</title>
20
21 <indexterm zone="baloo">
22 <primary sortas="a-baloo">baloo</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Baloo</title>
27
28 <para>Baloo is a framework for searching and managing metadata.</para>
29
30 &lfs79_checked;
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>Download (HTTP): <ulink url="&baloo-download-http;"/></para>
36 </listitem>
37 <listitem>
38 <para>Download (FTP): <ulink url="&baloo-download-ftp;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download MD5 sum: &baloo-md5sum;</para>
42 </listitem>
43 <listitem>
44 <para>Download size: &baloo-size;</para>
45 </listitem>
46 <listitem>
47 <para>Estimated disk space required: &baloo-buildsize;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated build time: &baloo-time;</para>
51 </listitem>
52 </itemizedlist>
53
54 <bridgehead renderas="sect3">Baloo Dependencies</bridgehead>
55
56 <bridgehead renderas="sect4">Required</bridgehead>
57 <para role="required">
58 <xref linkend="kdepimlibs"/>,
59 <xref linkend="kfilemetadata"/>, and
60 <xref linkend="xapian"/>
61 </para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional">
65 <xref linkend="openssl"/>
66 </para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/baloo"/>
70 </para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Baloo</title>
76
77 <para>Install <application>baloo</application> by running the following
78 commands:</para>
79
80<screen><userinput>mkdir build &amp;&amp;
81cd build &amp;&amp;
82
83cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
84 -DCMAKE_BUILD_TYPE=Release \
85 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
86 -Wno-dev .. &amp;&amp;
87make</userinput></screen>
88
89 <para>
90 This package does not come with a working test suite.
91 </para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="content">
100 <title>Contents</title>
101
102 <segmentedlist>
103 <segtitle>Installed Programs</segtitle>
104 <segtitle>Installed Libraries</segtitle>
105 <segtitle>Installed Directories</segtitle>
106
107 <seglistitem>
108 <seg>
109 akonadi_baloo_indexer, baloo_file, baloo_file_cleaner,
110 baloo_file_extractor, baloosearch and balooshow
111 </seg>
112 <seg>
113 libbaloocore.so, libbaloofiles.so, libbaloopim.so, libbalooxapian.so
114 and several in &kde-dir;/lib/kde4
115 </seg>
116 <seg>
117 &kde-dir;/include/baloo
118 </seg>
119 </seglistitem>
120 </segmentedlist>
121
122 </sect2>
123
124</sect1>
Note: See TracBrowser for help on using the repository browser.