source: gnome/applications/gnome-calculator.xml@ 5bb3ce05

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 5bb3ce05 was 5bb3ce05, checked in by Douglas R. Reno <renodr@…>, 9 months ago

Tag GNOME Applications

  • Property mode set to 100644
File size: 5.1 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-44;/gnome-calculator-&gnome-calculator-version;.tar.xz">
9 <!ENTITY gnome-calculator-download-ftp
10 "&gnome-download-ftp;/gnome-calculator/&gnome-44;/gnome-calculator-&gnome-calculator-version;.tar.xz">
11 <!ENTITY gnome-calculator-md5sum "f5e2d3f5f2b08bf7a234e3e3147a8c79">
12 <!ENTITY gnome-calculator-size "1.0 MB">
13 <!ENTITY gnome-calculator-buildsize "32 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
21 <title>gnome-calculator-&gnome-calculator-version;</title>
22
23 <indexterm zone="gnome-calculator">
24 <primary sortas="a-gnome-calculator">gnome-calculator</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Calculator</title>
29
30 <para>
31 <application>GNOME Calculator</application> is a powerful graphical
32 calculator with financial, logical and scientific modes. It uses a
33 multiple precision package to do its arithmetic to give a high degree
34 of accuracy.
35 </para>
36
37 &lfs120_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gnome-calculator-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gnome-calculator-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gnome-calculator-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gnome-calculator-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gnome-calculator-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gnome-calculator-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">GNOME Calculator Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gtksourceview5"/>,
78 <xref linkend="itstool"/>,
79 <xref linkend="libadwaita1"/>,
80 <xref linkend="libgee"/>,
81 <xref linkend="libhandy1"/>, and
82 <xref linkend="libsoup3"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="vala"/>
88 </para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of GNOME Calculator</title>
94
95 <para>
96 Install <application>GNOME Calculator</application> by running
97 the following commands:
98 </para>
99
100<screen><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102
103meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
104ninja</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>ninja test</command>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>ninja install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Library</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 gcalccmd and gnome-calculator
129 </seg>
130 <seg>
131 libgcalc-2.so and libgci-1.so
132 </seg>
133 <seg>
134 /usr/include/gcalc-2,
135 /usr/include/gci-2,
136 /usr/share/devhelp/books/{GCalc-2,GCi-1}, and
137 /usr/share/help/*/gnome-calculator
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="gnome-calculator-prog">
148 <term><command>gnome-calculator</command></term>
149 <listitem>
150 <para>
151 is the official calculator of the
152 <application>GNOME</application> Desktop
153 </para>
154 <indexterm zone="gnome-calculator gnome-calculator-prog">
155 <primary sortas="b-gnome-calculator">gnome-calculator</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="gcalccmd">
161 <term><command>gcalccmd</command></term>
162 <listitem>
163 <para>
164 is a command line version of
165 <application>gnome-calculator</application>
166 </para>
167 <indexterm zone="gnome-calculator gcalccmd">
168 <primary sortas="b-gcalccmd">gcalccmd</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.