glfs/kde4/add/kcalc.xml
Ragnar Thomsen 86e74f2f76 kcalc-4.8.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9695 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-03-14 16:59:37 +00:00

150 lines
4.2 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 kcalc-download-http "http://mirrors.isc.org/pub/kde/stable/4.8.1/src/kcalc-&kcalc-version;.tar.xz">
<!ENTITY kcalc-download-ftp "ftp://ftp.kde.org/pub/kde/stable/4.8.1/src/kcalc-&kcalc-version;.tar.xz">
<!ENTITY kcalc-md5sum "b5fb8194d7dee8d933cb48c4fe04bb89">
<!ENTITY kcalc-size "85 KB">
<!ENTITY kcalc-buildsize "11 MB">
<!ENTITY kcalc-time "0.2 SBU">
]>
<sect1 id="kcalc4" xreflabel="kcalc-&kcalc-version;">
<?dbhtml filename="kcalc.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kcalc-&kcalc-version;</title>
<indexterm zone="kcalc">
<primary sortas="a-kcalc">kcalc</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kcalc</title>
<para>This package provides a scientific calculator for KDE4.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&kcalc-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&kcalc-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &kcalc-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &kcalc-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &kcalc-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &kcalc-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/kcalc-&kcalc-version;-fixes-1.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Kcalc Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kde4libs"/>
</para>
<!--
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
</para>
-->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kcalc"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Kcalc</title>
<para>Install <application>Kcalc</application> by running
the following commands:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
.. &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>- -xyz</option>: This option is set for ...</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>kcalc</seg>
<seg>libkdeinit4_kcalc.so</seg>
<seg>several in $KDE4_PREFIX/share</seg>
</seglistitem>
</segmentedlist>
<!--
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="a-kcalc">
<term><command>kcalc</command></term>
<listitem>
<para>is a testing utility for kcalc-generated build trees.</para>
<indexterm zone="a-kcalc kcalc">
<primary sortas="b-kcalc">kcalc</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
</sect1>