glfs/archive/core/baloo.xml
Bruce Dubbs 01cd34615e Add KF5 okular-12.15.3 and libkexiv2-15.12.3.
Minor edits
Archive old KDE files


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17162 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-03-24 19:58:43 +00:00

129 lines
3.5 KiB
XML

<?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 baloo-download-http "&kde-download-http;&kde-old-version;/src/baloo-&kde-old-version;.tar.xz">
<!ENTITY baloo-download-ftp " ">
<!ENTITY baloo-md5sum "09575539cf2c76c951a67da00bd5df5b">
<!ENTITY baloo-size "144 KB">
<!ENTITY baloo-buildsize "33 MB">
<!ENTITY baloo-time "1.8 SBU">
]>
<sect1 id="baloo" xreflabel="baloo-&kde-old-version;">
<?dbhtml filename="baloo.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Baloo-&kde-old-version;</title>
<indexterm zone="baloo">
<primary sortas="a-baloo">baloo</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Baloo</title>
<para>Baloo is a framework for searching and managing metadata.</para>
&lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&baloo-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&baloo-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &baloo-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &baloo-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &baloo-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &baloo-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Baloo Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kdepimlibs"/>,
<xref linkend="kfilemetadata"/>, and
<xref linkend="xapian"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="openssl"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/baloo"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Baloo</title>
<para>Install <application>baloo</application> by running the following
commands:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a working test suite.
</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
akonadi_baloo_indexer, baloo_file, baloo_file_cleaner,
baloo_file_extractor, baloosearch and balooshow
</seg>
<seg>
libbaloocore.so, libbaloofiles.so, libbaloopim.so, libbalooxapian.so
and several in &kde-dir;/lib/kde4
</seg>
<seg>
&kde-dir;/include/baloo
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>