source: gnome/applications/gnome-calculator.xml@ 04202bd

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 04202bd was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 16 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

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