glfs/gnome/applications/gnome-calculator.xml
Douglas R. Reno 3ffdac2497 Rework gnome-tweaks and archive gnome-tweak-tool
Update to gnome-maps-3.28.2
Update to gnome-logs-3.28.5
Update to gnome-disk-utility-3.28.3
Update to gnome-calculator-3.28.2
Update to file-roller-3.28.1
Update to gtksourceview-3.24.8
Update to evolution-3.28.5
Update to evince-3.28.2
Update to eog-3.28.3
Update to gnome-system-monitor-3.28.2
Update to gnome-terminal-3.28.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20371 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-08-22 20:43:56 +00:00

190 lines
5.4 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 gnome-calculator-download-http
"&gnome-download-http;/gnome-calculator/3.28/gnome-calculator-&gnome-calculator-version;.tar.xz">
<!ENTITY gnome-calculator-download-ftp
"&gnome-download-ftp;/gnome-calculator/3.28/gnome-calculator-&gnome-calculator-version;.tar.xz">
<!ENTITY gnome-calculator-md5sum "4ee911ceec2e8d08c4003d92b577b4ac">
<!ENTITY gnome-calculator-size "1.8 MB">
<!ENTITY gnome-calculator-buildsize "55 MB (with tests)">
<!ENTITY gnome-calculator-time "0.2 SBU (with tests)">
]>
<sect1 id="gnome-calculator" xreflabel="gnome-calculator-&gnome-calculator-version;">
<?dbhtml filename="gnome-calculator.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-calculator-&gnome-calculator-version;</title>
<indexterm zone="gnome-calculator">
<primary sortas="a-gnome-calculator">gnome-calculator</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME Calculator</title>
<para>
<application>GNOME Calculator</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>
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gnome-calculator-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gnome-calculator-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gnome-calculator-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gnome-calculator-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gnome-calculator-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gnome-calculator-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Calculator Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk3"/>,
<xref linkend="gtksourceview"/>,
<xref linkend="itstool"/>, and
<xref linkend="libsoup"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="vala"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-calculator"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME Calculator</title>
<para>
Install <application>GNOME Calculator</application> by running
the following commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr .. &amp;&amp;
ninja</userinput></screen>
<para>
To test the results, issue: <command>ninja test</command>. On 32-bit
systems, Number.float and Number.double tests might fail due to floating
point round off errors.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanation</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
gcalccmd and gnome-calculator
</seg>
<seg>
None
</seg>
<seg>
/usr/share/help/*/gnome-calculator
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gnome-calculator-prog">
<term><command>gnome-calculator</command></term>
<listitem>
<para>
is the official calculator of the
<application>GNOME</application> Desktop.
</para>
<indexterm zone="gnome-calculator gnome-calculator-prog">
<primary sortas="b-gnome-calculator">gnome-calculator</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="gcalccmd">
<term><command>gcalccmd</command></term>
<listitem>
<para>
is a command line version of
<application>gnome-calculator</application>.
</para>
<indexterm zone="gnome-calculator gcalccmd">
<primary sortas="b-gcalccmd">gcalccmd</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>