mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Updated to gcalctool-4.4.20
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3053 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
13bbba79a5
commit
7f18577e52
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gcalctool-download-http "http://ftp.gnome.org/pub/GNOME/sources/gcalctool/4.3/gcalctool-&gcalctool-version;.tar.bz2">
|
||||
<!ENTITY gcalctool-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gcalctool/4.3/gcalctool-&gcalctool-version;.tar.bz2">
|
||||
<!ENTITY gcalctool-size "823 KB">
|
||||
<!ENTITY gcalctool-buildsize "12 MB">
|
||||
<!ENTITY gcalctool-download-http "http://ftp.gnome.org/pub/GNOME/sources/gcalctool/4.4/gcalctool-&gcalctool-version;.tar.bz2">
|
||||
<!ENTITY gcalctool-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gcalctool/4.4/gcalctool-&gcalctool-version;.tar.bz2">
|
||||
<!ENTITY gcalctool-md5sum "51de83d6d68d7cb65dced80b96acbaaa">
|
||||
<!ENTITY gcalctool-size "918 KB">
|
||||
<!ENTITY gcalctool-buildsize "15.9 MB">
|
||||
<!ENTITY gcalctool-time "0.15 SBU">
|
||||
|
||||
]>
|
||||
|
||||
<sect1 id="gcalctool" xreflabel="gcalctool-&gcalctool-version;">
|
||||
@ -23,12 +23,10 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>gcalctool</application></title>
|
||||
|
||||
<para>
|
||||
<application>gcalctool</application> is a powerful graphical calculator
|
||||
<para><application>gcalctool</application> is a powerful graphical calculator
|
||||
with financial, logical and scientific modes. It uses a multiple
|
||||
precision package to do its arithmetic to give a high degree of
|
||||
accuracy.
|
||||
</para>
|
||||
accuracy.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
@ -36,8 +34,9 @@ accuracy.
|
||||
url="&gcalctool-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&gcalctool-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &gcalctool-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &gcalctool-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
<listitem><para>Estimated disk space required:
|
||||
&gcalctool-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&gcalctool-time;</para></listitem></itemizedlist>
|
||||
@ -45,10 +44,8 @@ url="&gcalctool-download-ftp;"/></para></listitem>
|
||||
|
||||
<sect3><title><application>gcalctool</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para>
|
||||
<xref linkend="libgnomeui"/> and
|
||||
<xref linkend="scrollkeeper"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="libgnomeui"/> and <xref linkend="scrollkeeper"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -56,7 +53,8 @@ url="&gcalctool-download-ftp;"/></para></listitem>
|
||||
<sect2>
|
||||
<title>Installation of <application>gcalctool</application></title>
|
||||
|
||||
<para>Install <application>gcalctool</application> by running the following commands:</para>
|
||||
<para>Install <application>gcalctool</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--sysconfdir=/etc/gnome --localstatedir=/var/lib &&
|
||||
@ -69,13 +67,13 @@ make install</command></userinput></screen>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
|
||||
configuration files in <filename class="directory">/etc/gnome</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
configuration files in <filename class="directory">/etc/gnome</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
|
||||
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
||||
puts <application>ScrollKeeper</application> files in <filename
|
||||
class="directory">/var/lib/scrollkeeper</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
puts <application>ScrollKeeper</application> files in
|
||||
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -92,7 +90,7 @@ instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>
|
||||
|
||||
<sect3><title>gcalctool</title>
|
||||
<para><command>gcalctool</command> is a desktop calculator for
|
||||
<acronym>GNOME</acronym>.</para></sect3>
|
||||
<application><acronym>GNOME</acronym></application>.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -30,8 +30,8 @@ installation; added command to disable root logins with ssh.</para></listitem>
|
||||
|
||||
<listitem><para>November 28th, 2004 [randy]: Updated to AbiWord-2.2.0,
|
||||
GNOME Utilities-2.8.1, GNOME System Monitor-2.8.0, GNOME Media-2.8.0,
|
||||
Nautilus Media-0.8.1, GNOME Netstatus-2.8.0 and
|
||||
Epiphany-1.4.5.</para></listitem>
|
||||
Nautilus Media-0.8.1, GNOME Netstatus-2.8.0, Epiphany-1.4.5 and
|
||||
gcalctool-4.4.20.</para></listitem>
|
||||
|
||||
<listitem><para>November 27th, 2004 [dj]: Added nptl patch to j2sdk
|
||||
instructions and did minor cleanups on the instructions and
|
||||
|
Loading…
Reference in New Issue
Block a user