glfs/gnome/add/gcalctool.xml
Randy McMurchy bd0a1b0fc6 Added MD5 sum to GDM instructions; updated GDM bootscript; general cleanup of GNOME Additional Packages section
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3071 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-12-03 05:29:03 +00:00

98 lines
3.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gcalctool-download-http "http://ftp.gnome.org/pub/GNOME/sources/gcalctool/4.4/gcalctool-&gcalctool-version;.tar.bz2">
<!ENTITY gcalctool-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gcalctool/4.4/gcalctool-&gcalctool-version;.tar.bz2">
<!ENTITY gcalctool-md5sum "51de83d6d68d7cb65dced80b96acbaaa">
<!ENTITY gcalctool-size "918 KB">
<!ENTITY gcalctool-buildsize "15.9 MB">
<!ENTITY gcalctool-time "0.15 SBU">
]>
<sect1 id="gcalctool" xreflabel="gcalctool-&gcalctool-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="gcalctool.html"?>
<title>gcalctool-&gcalctool-version;</title>
<sect2>
<title>Introduction to <application>gcalctool</application></title>
<para><application>gcalctool</application> is a powerful graphical calculator
with financial, logical and scientific modes. It uses a multiple
precision package to do its arithmetic to give a high degree of
accuracy.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&gcalctool-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gcalctool-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &gcalctool-md5sum;</para></listitem>
<listitem><para>Download size: &gcalctool-size;</para></listitem>
<listitem><para>Estimated disk space required:
&gcalctool-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&gcalctool-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>gcalctool</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libgnomeui"/> and <xref linkend="scrollkeeper"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>gcalctool</application></title>
<para>Install <application>gcalctool</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
configuration files in <filename class="directory">/etc/gnome</filename>
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
puts <application>ScrollKeeper</application> files in
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>gcalctool</application> package contains
<command>gcalctool</command> (a.k.a.
<command>gnome-calculator</command>).</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>gcalctool</title>
<para><command>gcalctool</command> is a desktop calculator for
<application><acronym>GNOME</acronym></application>.</para></sect3>
</sect2>
</sect1>