glfs/gnome/applications/gnome-calculator.xml
Bruce Dubbs 57b9ed5f83 Update to evince-3.34.0.
Update to gnome-screenshot-3.34.0. 
Update to gnome-terminal-3.34.1. 
Update to gnome-maps-3.34.1. 
Update to eog-3.34.1. 
Update to evolution-3.34.1. 
Update to gnome-calculator-3.34.1. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22322 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-10-28 23:35:28 +00:00

190 lines
5.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 gnome-calculator-download-http
"&gnome-download-http;/gnome-calculator/&gnome-minor-34;/gnome-calculator-&gnome-calculator-version;.tar.xz">
<!ENTITY gnome-calculator-download-ftp
"&gnome-download-ftp;/gnome-calculator/&gnome-minor-34;/gnome-calculator-&gnome-calculator-version;.tar.xz">
<!ENTITY gnome-calculator-md5sum "9157b93a3f41fdad80df26c062b95c7b">
<!ENTITY gnome-calculator-size "944 KB">
<!ENTITY gnome-calculator-buildsize "40 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>
&lfs90_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="gtksourceview4"/>,
<xref linkend="itstool"/>,
<xref linkend="libgee"/>, 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>
<!-- Should not be needed with next version -->
<!-- <para>
First apply an upstream fix to prevent a type mismatch flagged as an
error by vala-0.44.x:
</para>
<screen><userinput>sed -e 's/token_list\.copy()/token_list.copy_deep((CopyFunc) Object.ref)/' \
-i lib/equation-parser.vala</userinput></screen> -->
<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>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</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>