mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
8309bf4bf1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13558 af4574ff-66df-0310-9fd7-8a98e5e911e0
117 lines
3.3 KiB
XML
117 lines
3.3 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-widgets-download-http "&kde-download-http;&kde-version;/src/baloo-widgets-&kde-version;.tar.xz">
|
|
<!ENTITY baloo-widgets-download-ftp "&kde-download-ftp;&kde-version;/src/baloo-widgets-&kde-version;.tar.xz">
|
|
<!ENTITY baloo-widgets-md5sum "0a59414e29fc71550ee6e239ec2d0bfa">
|
|
<!ENTITY baloo-widgets-size "32 KB">
|
|
<!ENTITY baloo-widgets-buildsize "3.2 MB">
|
|
<!ENTITY baloo-widgets-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="baloo-widgets" xreflabel="baloo-widgets-&kde-version;">
|
|
<?dbhtml filename="baloo-widgets.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Baloo-widgets-&kde-version;</title>
|
|
|
|
<indexterm zone="baloo-widgets">
|
|
<primary sortas="a-baloo-widgets">baloo-widgets</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Baloo-widgets</title>
|
|
|
|
<para>Baloo-widgets contains widgets for the baloo search framework.</para>
|
|
|
|
&lfs75_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&baloo-widgets-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&baloo-widgets-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &baloo-widgets-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &baloo-widgets-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &baloo-widgets-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &baloo-widgets-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Baloo-widgets Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="baloo"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/baloo-widgets"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Baloo-widgets</title>
|
|
|
|
<para>Install <application>baloo-widgets</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-Wno-dev .. &&
|
|
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>
|
|
none
|
|
</seg>
|
|
<seg>
|
|
libbaloowidgets.so
|
|
</seg>
|
|
<seg>
|
|
&kde-dir;/include/baloo
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|