source: gnome/applications/gnome-calculator.xml@ 2ec47f0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2ec47f0 was 2ec47f0, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Tag the rest of GNOME
Tag Bluefish, GVIM, and Weston

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18377 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.2 KB
RevLine 
[3bef2f0]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[ba056d7]7 <!ENTITY gnome-calculator-download-http
[74309b58]8 "&gnome-download-http;/gnome-calculator/&gnome-minor-22;/gnome-calculator-&gnome-calculator-version;.tar.xz">
[ba056d7]9 <!ENTITY gnome-calculator-download-ftp
[74309b58]10 "&gnome-download-ftp;/gnome-calculator/&gnome-minor-22;/gnome-calculator-&gnome-calculator-version;.tar.xz">
[45bdabd]11 <!ENTITY gnome-calculator-md5sum "de10518203fad44c2598cdaa8a44abbf">
[89e01c0]12 <!ENTITY gnome-calculator-size "1.3 MB">
[74309b58]13 <!ENTITY gnome-calculator-buildsize "52 MB (with tests)">
[a78d8510]14 <!ENTITY gnome-calculator-time "0.4 SBU (with tests)">
[3bef2f0]15]>
16
[ba056d7]17<sect1 id="gnome-calculator" xreflabel="gnome-calculator-&gnome-calculator-version;">
18 <?dbhtml filename="gnome-calculator.html"?>
[3bef2f0]19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
[ba056d7]25 <title>gnome-calculator-&gnome-calculator-version;</title>
[3bef2f0]26
[ba056d7]27 <indexterm zone="gnome-calculator">
28 <primary sortas="a-gnome-calculator">gnome-calculator</primary>
[3bef2f0]29 </indexterm>
30
31 <sect2 role="package">
[ba056d7]32 <title>Introduction to GNOME Calculator</title>
[3bef2f0]33
34 <para>
[ba056d7]35 <application>GNOME Calculator</application> is a powerful graphical
[3bef2f0]36 calculator with financial, logical and scientific modes. It uses a
37 multiple precision package to do its arithmetic to give a high degree
38 of accuracy.
39 </para>
40
[2ec47f0]41 &lfs80_checked;
[3bef2f0]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
[ba056d7]47 Download (HTTP): <ulink url="&gnome-calculator-download-http;"/>
[3bef2f0]48 </para>
49 </listitem>
50 <listitem>
51 <para>
[ba056d7]52 Download (FTP): <ulink url="&gnome-calculator-download-ftp;"/>
[3bef2f0]53 </para>
54 </listitem>
55 <listitem>
56 <para>
[ba056d7]57 Download MD5 sum: &gnome-calculator-md5sum;
[3bef2f0]58 </para>
59 </listitem>
60 <listitem>
61 <para>
[ba056d7]62 Download size: &gnome-calculator-size;
[3bef2f0]63 </para>
64 </listitem>
65 <listitem>
66 <para>
[ba056d7]67 Estimated disk space required: &gnome-calculator-buildsize;
[3bef2f0]68 </para>
69 </listitem>
70 <listitem>
71 <para>
[ba056d7]72 Estimated build time: &gnome-calculator-time;
[3bef2f0]73 </para>
74 </listitem>
75 </itemizedlist>
76
[74309b58]77<!-- Not needed as of 3.22.0 - but keeping just in case.
[f3f96f3]78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required file:
83 <ulink url="&sources-anduin-http;/other/history-view.ui"/>
84 </para>
85 </listitem>
86 <listitem>
87 <para>
88 Required file:
89 <ulink url="&sources-anduin-http;/other/history-entry.ui"/>
90 </para>
91 </listitem>
92 </itemizedlist>
[74309b58]93-->
[f3f96f3]94
[ba056d7]95 <bridgehead renderas="sect3">GNOME Calculator Dependencies</bridgehead>
[3bef2f0]96
97 <bridgehead renderas="sect4">Required</bridgehead>
98 <para role="required">
[89e01c0]99 <xref linkend="gtk3"/>,
100 <xref linkend="gtksourceview"/>, and
[6ca2068]101 <xref linkend="itstool"/>
[3bef2f0]102 </para>
103
[ba056d7]104 <bridgehead renderas="sect4">Recommended</bridgehead>
105 <para role="recommended">
106 <xref linkend="vala"/>
107 </para>
108
[3bef2f0]109 <para condition="html" role="usernotes">User Notes:
[ba056d7]110 <ulink url="&blfs-wiki;/gnome-calculator"/>
[3bef2f0]111 </para>
112 </sect2>
113
114 <sect2 role="installation">
[ba056d7]115 <title>Installation of GNOME Calculator</title>
[3bef2f0]116
[74309b58]117<!--
[f3f96f3]118 <para>
119 First, copy the files that were downloaded earlier into the proper
120 directory, since <application>GNOME Calculator</application>'s tarball
121 does not have them.
122 </para>
123
124<screen><userinput>cp -v ../history-{entry,view}.ui data/</userinput></screen>
[74309b58]125-->
[f3f96f3]126
[3bef2f0]127 <para>
[ba056d7]128 Install <application>GNOME Calculator</application> by running
129 the following commands:
[3bef2f0]130 </para>
131
[a78d8510]132<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[3bef2f0]133make</userinput></screen>
134
135 <para>
[17c0150e]136 To test the results, issue: <command>make check</command>. In 32bit
137 systems, Number.float and Number.double tests might fail due to floating
[a78d8510]138 point round off errors, most probably in 32 bit systems.
[3bef2f0]139 </para>
140
141 <para>
142 Now, as the <systemitem class="username">root</systemitem> user:
143 </para>
144
145<screen role="root"><userinput>make install</userinput></screen>
146
147 </sect2>
148
[a78d8510]149 <sect2 role="commands">
150 <title>Command Explanation</title>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="../../xincludes/static-libraries.xml"/>
154
155 </sect2>
156
[3bef2f0]157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Programs</segtitle>
[a78d8510]162 <segtitle>Installed Library</segtitle>
[3bef2f0]163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>
[ba056d7]167 gcalccmd and gnome-calculator
[3bef2f0]168 </seg>
[c3c56b2]169 <seg>
[a78d8510]170 libcalculator.so
[c3c56b2]171 </seg>
[3bef2f0]172 <seg>
[20f09631]173 /usr/{lib,share/help/*}/gnome-calculator
[3bef2f0]174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
[ba056d7]183 <varlistentry id="gnome-calculator-prog">
184 <term><command>gnome-calculator</command></term>
[3bef2f0]185 <listitem>
186 <para>
187 is the official calculator of the
188 <application>GNOME</application> Desktop.
189 </para>
[ba056d7]190 <indexterm zone="gnome-calculator gnome-calculator-prog">
191 <primary sortas="b-gnome-calculator">gnome-calculator</primary>
[3bef2f0]192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="gcalccmd">
197 <term><command>gcalccmd</command></term>
198 <listitem>
199 <para>
200 is a command line version of
[ba056d7]201 <application>gnome-calculator</application>.
[3bef2f0]202 </para>
[ba056d7]203 <indexterm zone="gnome-calculator gcalccmd">
[3bef2f0]204 <primary sortas="b-gcalccmd">gcalccmd</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.