source: kde/core/baloo.xml@ 4e349b9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 4e349b9 was 7238871, checked in by Ragnar Thomsen <rthomsen@…>, 10 years ago

KDE-4.13.0. Forgot to add new xml files in svn.

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

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