source: gnome/applications/gnome-calculator.xml@ 924fcd6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.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 nosym 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 924fcd6 was 20f09631, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • Update to GNOME-3.18.2.
  • Update to libpng-1.6.19.
  • Update to ffmpeg-2.8.2.
  • FFmpeg-2.8.1 does not build with libvpx-1.5.0. same holds for 2.8.2
  • xinit: Nothing has to be anything less yet "nodump".
  • libreoffice: reinstate what should not have been deleted and include verbose, because I like.
  • LXQt pre-install instructions: I do want extra lines here, although who modified implied that they were so bad instructions and he was only trying to improve.
  • openjdk: as agreed but not done, make test suite optional.

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

  • Property mode set to 100644
File size: 5.4 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
[a78d8510]8 "&gnome-download-http;/gnome-calculator/&gnome-minor-18;/gnome-calculator-&gnome-calculator-version;.tar.xz">
[ba056d7]9 <!ENTITY gnome-calculator-download-ftp
[a78d8510]10 "&gnome-download-ftp;/gnome-calculator/&gnome-minor-18;/gnome-calculator-&gnome-calculator-version;.tar.xz">
[20f09631]11 <!ENTITY gnome-calculator-md5sum "cee919067fe0e5d2a067d64aa77fc02c">
[a78d8510]12 <!ENTITY gnome-calculator-size "1.3 MB">
13 <!ENTITY gnome-calculator-buildsize "48 MB (with tests)">
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 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
[ba056d7]25 <title>gnome-calculator-&gnome-calculator-version;</title>
[3bef2f0]26
[ba056d7]27 <indexterm zone="gnome-calculator">
28 <primary sortas="a-gnome-calculator">gnome-calculator</primary>
[3bef2f0]29 </indexterm>
30
31 <sect2 role="package">
[ba056d7]32 <title>Introduction to GNOME Calculator</title>
[3bef2f0]33
34 <para>
[ba056d7]35 <application>GNOME Calculator</application> is a powerful graphical
[3bef2f0]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
[c2d46b9]41 &lfs78_checked;
[3bef2f0]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
[ba056d7]47 Download (HTTP): <ulink url="&gnome-calculator-download-http;"/>
[3bef2f0]48 </para>
49 </listitem>
50 <listitem>
51 <para>
[ba056d7]52 Download (FTP): <ulink url="&gnome-calculator-download-ftp;"/>
[3bef2f0]53 </para>
54 </listitem>
55 <listitem>
56 <para>
[ba056d7]57 Download MD5 sum: &gnome-calculator-md5sum;
[3bef2f0]58 </para>
59 </listitem>
60 <listitem>
61 <para>
[ba056d7]62 Download size: &gnome-calculator-size;
[3bef2f0]63 </para>
64 </listitem>
65 <listitem>
66 <para>
[ba056d7]67 Estimated disk space required: &gnome-calculator-buildsize;
[3bef2f0]68 </para>
69 </listitem>
70 <listitem>
71 <para>
[ba056d7]72 Estimated build time: &gnome-calculator-time;
[3bef2f0]73 </para>
74 </listitem>
75 </itemizedlist>
76
[ba056d7]77 <bridgehead renderas="sect3">GNOME Calculator Dependencies</bridgehead>
[3bef2f0]78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="gtk3"/> and
[6ca2068]82 <xref linkend="itstool"/>
[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
[a78d8510]103<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[3bef2f0]104make</userinput></screen>
105
106 <para>
[17c0150e]107 To test the results, issue: <command>make check</command>. In 32bit
108 systems, Number.float and Number.double tests might fail due to floating
[a78d8510]109 point round off errors, most probably in 32 bit systems.
[3bef2f0]110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
[a78d8510]120 <sect2 role="commands">
121 <title>Command Explanation</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 </sect2>
127
[3bef2f0]128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
[a78d8510]133 <segtitle>Installed Library</segtitle>
[3bef2f0]134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
[ba056d7]138 gcalccmd and gnome-calculator
[3bef2f0]139 </seg>
[c3c56b2]140 <seg>
[a78d8510]141 libcalculator.so
[c3c56b2]142 </seg>
[3bef2f0]143 <seg>
[20f09631]144 /usr/{lib,share/help/*}/gnome-calculator
[3bef2f0]145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
[ba056d7]154 <varlistentry id="gnome-calculator-prog">
155 <term><command>gnome-calculator</command></term>
[3bef2f0]156 <listitem>
157 <para>
158 is the official calculator of the
159 <application>GNOME</application> Desktop.
160 </para>
[ba056d7]161 <indexterm zone="gnome-calculator gnome-calculator-prog">
162 <primary sortas="b-gnome-calculator">gnome-calculator</primary>
[3bef2f0]163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="gcalccmd">
168 <term><command>gcalccmd</command></term>
169 <listitem>
170 <para>
171 is a command line version of
[ba056d7]172 <application>gnome-calculator</application>.
[3bef2f0]173 </para>
[ba056d7]174 <indexterm zone="gnome-calculator gcalccmd">
[3bef2f0]175 <primary sortas="b-gcalccmd">gcalccmd</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.