source: archive/core/baloo.xml@ 45ab6c7

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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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