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

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 eb305e7b was eb305e7b, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Adapt Cheese to changes in vala-0.52
Update to epiphany-40.0
Update to gedit-40.0
Update to gnome-weather-40.0
Update to gnome-terminal-3.40.0
Update to gnome-system-monitor-40.0
Update to gnome-screenshot-40.0
Update to gnome-maps-40.0
Update to gnome-disk-utility-40.0
Update to gnome-calculator-40.0
Update to evince-40.1
Update to eog-40.0
Update to baobab-40.0

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

  • Property mode set to 100644
File size: 5.6 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/&gnome-40;/gnome-calculator-&gnome-calculator-version;.tar.xz">
9 <!ENTITY gnome-calculator-download-ftp
10 "&gnome-download-ftp;/gnome-calculator/&gnome-40;/gnome-calculator-&gnome-calculator-version;.tar.xz">
11 <!ENTITY gnome-calculator-md5sum "ba256c362b6ba5bfc0792ebeb0fb6a59">
12 <!ENTITY gnome-calculator-size "1000 KB">
13 <!ENTITY gnome-calculator-buildsize "62 MB (with tests)">
14 <!ENTITY gnome-calculator-time "0.3 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 &lfs101_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 <bridgehead renderas="sect3">GNOME Calculator Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="gtk3"/>,
82 <xref linkend="gtksourceview4"/>,
83 <xref linkend="itstool"/>,
84 <xref linkend="libgee"/>,
85 <xref linkend="libhandy1"/>, and
86 <xref linkend="libsoup"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="vala"/>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/gnome-calculator"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of GNOME Calculator</title>
101
102<!-- Should not be needed with next version -->
103<!-- <para>
104 First apply an upstream fix to prevent a type mismatch flagged as an
105 error by vala-0.44.x:
106 </para>
107
108<screen><userinput>sed -e 's/token_list\.copy()/token_list.copy_deep((CopyFunc) Object.ref)/' \
109 -i lib/equation-parser.vala</userinput></screen> -->
110
111 <para>
112 Install <application>GNOME Calculator</application> by running
113 the following commands:
114 </para>
115
116<screen><userinput>mkdir build &amp;&amp;
117cd build &amp;&amp;
118
119meson --prefix=/usr .. &amp;&amp;
120ninja</userinput></screen>
121
122 <para>
123 To test the results, issue: <command>ninja test</command>.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>ninja install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Library</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 gcalccmd and gnome-calculator
145 </seg>
146 <seg>
147 libgcalc-2.so and libgci-1.so
148 </seg>
149 <seg>
150 /usr/include/gcalc-2,
151 /usr/include/gci-2,
152 /usr/share/devhelp/books/{GCalc-2,GCi-1}, and
153 /usr/share/help/*/gnome-calculator
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="gnome-calculator-prog">
164 <term><command>gnome-calculator</command></term>
165 <listitem>
166 <para>
167 is the official calculator of the
168 <application>GNOME</application> Desktop
169 </para>
170 <indexterm zone="gnome-calculator gnome-calculator-prog">
171 <primary sortas="b-gnome-calculator">gnome-calculator</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="gcalccmd">
177 <term><command>gcalccmd</command></term>
178 <listitem>
179 <para>
180 is a command line version of
181 <application>gnome-calculator</application>
182 </para>
183 <indexterm zone="gnome-calculator gcalccmd">
184 <primary sortas="b-gcalccmd">gcalccmd</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.