source: gnome/core/gcalctool.xml@ 4969e20e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4969e20e was b960e3ec, checked in by Ken Moffat <ken@…>, 12 years ago

Fix 'other' (g-) indexing, apart from truetype - move that to the end of the section. Also correct xorriso (prog) and bazaar (package).

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

  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[0e15d3a]7 <!ENTITY gcalctool-download-http "&gnome-download-http;/gcalctool/6.4/gcalctool-&gcalctool-version;.tar.xz">
8 <!ENTITY gcalctool-download-ftp "&gnome-download-ftp;/gcalctool/6.4/gcalctool-&gcalctool-version;.tar.xz">
[7ded7e3]9 <!ENTITY gcalctool-md5sum "37d75c6481ddccecd5073ea1eed7077e">
[0e15d3a]10 <!ENTITY gcalctool-size "988 KB">
[964b98c]11 <!ENTITY gcalctool-buildsize "31 MB">
[0e15d3a]12 <!ENTITY gcalctool-time "0.6 SBU">
[9d2dc4e2]13]>
14
[25639ce3]15<sect1 id="gcalctool" xreflabel="Gcalctool-&gcalctool-version;">
[f59baa8]16 <?dbhtml filename="gcalctool.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[25639ce3]23 <title>Gcalctool-&gcalctool-version;</title>
[f59baa8]24
25 <indexterm zone="gcalctool">
26 <primary sortas="a-gcalctool">gcalctool</primary>
27 </indexterm>
28
29 <sect2 role="package">
[25639ce3]30 <title>Introduction to Gcalctool</title>
[f59baa8]31
[7ded7e3]32 <para>
33 <application>Gcalctool</application> is a powerful graphical
34 calculator with financial, logical and scientific modes. It uses a
35 multiple precision package to do its arithmetic to give a high degree
36 of accuracy.
37 </para>
[f59baa8]38
[964b98c]39 &lfs70_checked;
[a10f4a7]40
[f59baa8]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[7ded7e3]44 <para>
45 Download (HTTP): <ulink url="&gcalctool-download-http;"/>
46 </para>
[f59baa8]47 </listitem>
48 <listitem>
[7ded7e3]49 <para>
50 Download (FTP): <ulink url="&gcalctool-download-ftp;"/>
51 </para>
[f59baa8]52 </listitem>
53 <listitem>
[7ded7e3]54 <para>
55 Download MD5 sum: &gcalctool-md5sum;
56 </para>
[f59baa8]57 </listitem>
58 <listitem>
[7ded7e3]59 <para>
60 Download size: &gcalctool-size;
61 </para>
[f59baa8]62 </listitem>
63 <listitem>
[7ded7e3]64 <para>
65 Estimated disk space required: &gcalctool-buildsize;
66 </para>
[f59baa8]67 </listitem>
68 <listitem>
[7ded7e3]69 <para>
70 Estimated build time: &gcalctool-time;
71 </para>
[f59baa8]72 </listitem>
73 </itemizedlist>
74
[25639ce3]75 <bridgehead renderas="sect3">Gcalctool Dependencies</bridgehead>
[f59baa8]76
77 <bridgehead renderas="sect4">Required</bridgehead>
[0e15d3a]78 <para role="required">
79 <xref linkend="gnome-doc-utils"/>,
80 <xref linkend="gtk3"/> and
[4c2be438]81 <xref linkend="yelp-xsl"/>
[0e15d3a]82 </para>
[f59baa8]83
[0a7c3921]84 <para condition="html" role="usernotes">User Notes:
[7ded7e3]85 <ulink url="&blfs-wiki;/gcalctool"/>
86 </para>
[f59baa8]87 </sect2>
88
89 <sect2 role="installation">
[25639ce3]90 <title>Installation of Gcalctool</title>
[f59baa8]91
[7ded7e3]92 <para>
93 Install <application>Gcalctool</application> by running the following
94 commands:
95 </para>
[f59baa8]96
[0e15d3a]97<screen><userinput>./configure --prefix=/usr &amp;&amp;
[f59baa8]98make</userinput></screen>
99
[7ded7e3]100 <para>
101 This package does not come with a test suite.
102 </para>
[f59baa8]103
[7ded7e3]104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
[f59baa8]107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
[0e15d3a]120 <seg>
121 gcalccmd and gcalctool
122 </seg>
123 <seg>
[7ded7e3]124 /usr/share/help/*/gcalctool and
125 /usr/share/gcalctool
[0e15d3a]126 </seg>
[f59baa8]127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="gcalctool-prog">
136 <term><command>gcalctool</command></term>
137 <listitem>
[7ded7e3]138 <para>
139 is the official calculator of the
140 <application>GNOME</application> Desktop.
141 </para>
[f59baa8]142 <indexterm zone="gcalctool gcalctool-prog">
143 <primary sortas="b-gcalctool">gcalctool</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
[c95e1752]148 <varlistentry id="gcalccmd">
149 <term><command>gcalccmd</command></term>
[f59baa8]150 <listitem>
[7ded7e3]151 <para>
152 is a command line version of
153 <application>gcalctool</application>.
154 </para>
[c95e1752]155 <indexterm zone="gcalctool gcalccmd">
[b960e3ec]156 <primary sortas="b-gcalccmd">gcalccmd</primary>
[f59baa8]157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
[4dc5fb3]164
165</sect1>
Note: See TracBrowser for help on using the repository browser.