source: gnome/add/gcalctool.xml@ a7e2709

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 a7e2709 was a7e2709, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to gcalctool-5.8.16

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

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[a7e2709]7 <!ENTITY gcalctool-download-http "&gnome-download-http;/gcalctool/5.8/gcalctool-&gcalctool-version;.tar.bz2">
8 <!ENTITY gcalctool-download-ftp "&gnome-download-ftp;/gcalctool/5.8/gcalctool-&gcalctool-version;.tar.bz2">
9 <!ENTITY gcalctool-md5sum "3c14ad97edd4e445b14ca99bb7c60e5b">
10 <!ENTITY gcalctool-size "1.0 MB">
11 <!ENTITY gcalctool-buildsize "18.0 MB">
[7db9c4b]12 <!ENTITY gcalctool-time "0.2 SBU">
[9d2dc4e2]13]>
14
[4dc5fb3]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
23 <title>gcalctool-&gcalctool-version;</title>
24
25 <indexterm zone="gcalctool">
26 <primary sortas="a-gcalctool">gcalctool</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gcalctool</title>
31
32 <para><application>gcalctool</application> is a powerful graphical
33 calculator with financial, logical and scientific modes. It uses a
34 multiple precision package to do its arithmetic to give a high degree
35 of accuracy.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gcalctool-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gcalctool-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gcalctool-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gcalctool-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gcalctool-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gcalctool-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">gcalctool Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
[c72d5551]62 <para role="required"><xref linkend="libgnomeui"/> and
[a7e2709]63 <xref linkend="gnome-doc-utils"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="intltool"/></para>
[f59baa8]67
[0a7c3921]68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/gcalctool"/></para>
70
[f59baa8]71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of gcalctool</title>
75
76 <para>Install <application>gcalctool</application> by running the following
77 commands:</para>
78
[a7e2709]79<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[8cf3617]80 --sysconfdir=&gnome-etc-dir; \
81 --localstatedir=/var/lib &amp;&amp;
[f59baa8]82make</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="commands">
93 <title>Command Explanations</title>
94
[a18731b]95 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
96 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
[f59baa8]97 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
98
99 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
100 puts <application>ScrollKeeper</application> files in
101 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
102 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>gcalctool and gnome-calculator</seg>
116 <seg>None</seg>
[a7e2709]117 <seg>$GNOME_PREFIX/share/{gnome/help/, omf/}gcalctool</seg>
[f59baa8]118 </seglistitem>
119 </segmentedlist>
120
121 <variablelist>
122 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
123 <?dbfo list-presentation="list"?>
124 <?dbhtml list-presentation="table"?>
125
126 <varlistentry id="gcalctool-prog">
127 <term><command>gcalctool</command></term>
128 <listitem>
129 <para>is a desktop calculator for
130 <application>GNOME</application>.</para>
131 <indexterm zone="gcalctool gcalctool-prog">
132 <primary sortas="b-gcalctool">gcalctool</primary>
133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 <varlistentry id="gnome-calculator">
138 <term><command>gnome-calculator</command></term>
139 <listitem>
140 <para>is a symlink to the <command>gcalctool</command>
141 program.</para>
142 <indexterm zone="gcalctool gnome-calculator">
143 <primary sortas="g-gnome-calculator">gnome-calculator</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
[4dc5fb3]151
152</sect1>
Note: See TracBrowser for help on using the repository browser.