source: gnome/applications/gnome-calculator.xml@ 676e928d

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 676e928d was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-calculator-&gnome-calculator-version;</title>
25
26 <indexterm zone="gnome-calculator">
27 <primary sortas="a-gnome-calculator">gnome-calculator</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME Calculator</title>
32
33 <para>
34 <application>GNOME Calculator</application> is a powerful graphical
35 calculator with financial, logical and scientific modes. It uses a
36 multiple precision package to do its arithmetic to give a high degree
37 of accuracy.
38 </para>
39
40 &lfs101_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-calculator-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-calculator-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-calculator-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-calculator-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-calculator-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-calculator-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Calculator Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gtk3"/>,
81 <xref linkend="gtksourceview4"/>,
82 <xref linkend="itstool"/>,
83 <xref linkend="libgee"/>,
84 <xref linkend="libhandy1"/>, and
85 <xref linkend="libsoup"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="vala"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/gnome-calculator"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of GNOME Calculator</title>
100
101<!-- Should not be needed with next version -->
102<!-- <para>
103 First apply an upstream fix to prevent a type mismatch flagged as an
104 error by vala-0.44.x:
105 </para>
106
107<screen><userinput>sed -e 's/token_list\.copy()/token_list.copy_deep((CopyFunc) Object.ref)/' \
108 -i lib/equation-parser.vala</userinput></screen> -->
109
110 <para>
111 Install <application>GNOME Calculator</application> by running
112 the following commands:
113 </para>
114
115<screen><userinput>mkdir build &amp;&amp;
116cd build &amp;&amp;
117
118meson --prefix=/usr .. &amp;&amp;
119ninja</userinput></screen>
120
121 <para>
122 To test the results, issue: <command>ninja test</command>.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>ninja install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Library</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 gcalccmd and gnome-calculator
144 </seg>
145 <seg>
146 libgcalc-2.so and libgci-1.so
147 </seg>
148 <seg>
149 /usr/include/gcalc-2,
150 /usr/include/gci-2,
151 /usr/share/devhelp/books/{GCalc-2,GCi-1}, and
152 /usr/share/help/*/gnome-calculator
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="gnome-calculator-prog">
163 <term><command>gnome-calculator</command></term>
164 <listitem>
165 <para>
166 is the official calculator of the
167 <application>GNOME</application> Desktop
168 </para>
169 <indexterm zone="gnome-calculator gnome-calculator-prog">
170 <primary sortas="b-gnome-calculator">gnome-calculator</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="gcalccmd">
176 <term><command>gcalccmd</command></term>
177 <listitem>
178 <para>
179 is a command line version of
180 <application>gnome-calculator</application>
181 </para>
182 <indexterm zone="gnome-calculator gcalccmd">
183 <primary sortas="b-gcalccmd">gcalccmd</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.