source: gnome/applications/gnome-calculator.xml@ a45da54

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 a45da54 was 0791bf00, checked in by DJ Lucas <dj@…>, 6 years ago

Update to gnome-logs-3.26.0.
Update to gnome-color-manager-3.26.0.
Update to gnome-calculator-3.25.92.
Update to gnome-terminal-3.26.1.
Update to file-roller-3.26.1.
Remove GtkHTML package.
Update to Evolution-3.26.1.
Update to evince-3.26.0.
Update to evince-3.26.0.
Update to eog-3.26.1.

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

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