source: gnome/applications/gnome-calculator.xml@ 88377804

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 88377804 was 88377804, checked in by Pierre Labastie <pieere@…>, 4 years ago

tags for libreoffice deps and parts of gnome

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

  • Property mode set to 100644
File size: 5.6 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
[a761478]8 "&gnome-download-http;/gnome-calculator/&gnome-minor-36;/gnome-calculator-&gnome-calculator-version;.tar.xz">
[ba056d7]9 <!ENTITY gnome-calculator-download-ftp
[a761478]10 "&gnome-download-ftp;/gnome-calculator/&gnome-minor-36;/gnome-calculator-&gnome-calculator-version;.tar.xz">
11 <!ENTITY gnome-calculator-md5sum "71854fb58671b4a88ac990e2f2439e4f">
12 <!ENTITY gnome-calculator-size "964 KB">
13 <!ENTITY gnome-calculator-buildsize "53 MB (with tests)">
14 <!ENTITY gnome-calculator-time "0.3 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
[88377804]41 &lfs10_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">
[89e01c0]81 <xref linkend="gtk3"/>,
[e714d96]82 <xref linkend="gtksourceview4"/>,
[7ffb4f8]83 <xref linkend="itstool"/>,
84 <xref linkend="libgee"/>, and
[ddea44e]85 <xref linkend="libsoup"/>
[3bef2f0]86 </para>
87
[ba056d7]88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="vala"/>
91 </para>
92
[3bef2f0]93 <para condition="html" role="usernotes">User Notes:
[ba056d7]94 <ulink url="&blfs-wiki;/gnome-calculator"/>
[3bef2f0]95 </para>
96 </sect2>
97
98 <sect2 role="installation">
[ba056d7]99 <title>Installation of GNOME Calculator</title>
[3bef2f0]100
[118b201]101<!-- Should not be needed with next version -->
[e714d96]102<!-- <para>
[118b201]103 First apply an upstream fix to prevent a type mismatch flagged as an
104 error by vala-0.44.x:
105 </para>
106
107<screen><userinput>sed -e 's/token_list\.copy()/token_list.copy_deep((CopyFunc) Object.ref)/' \
[e714d96]108 -i lib/equation-parser.vala</userinput></screen> -->
[118b201]109
[3bef2f0]110 <para>
[ba056d7]111 Install <application>GNOME Calculator</application> by running
112 the following commands:
[3bef2f0]113 </para>
114
[db1b990]115<screen><userinput>mkdir build &amp;&amp;
116cd build &amp;&amp;
117
118meson --prefix=/usr .. &amp;&amp;
119ninja</userinput></screen>
[3bef2f0]120
121 <para>
[2db2e382]122 To test the results, issue: <command>ninja test</command>.
[3bef2f0]123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
[db1b990]129<screen role="root"><userinput>ninja install</userinput></screen>
[3bef2f0]130
131 </sect2>
[a78d8510]132
[3bef2f0]133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
[a78d8510]138 <segtitle>Installed Library</segtitle>
[3bef2f0]139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
[ba056d7]143 gcalccmd and gnome-calculator
[3bef2f0]144 </seg>
[c3c56b2]145 <seg>
[a761478]146 libgcalc-2.so and libgci-1.so
[c3c56b2]147 </seg>
[3bef2f0]148 <seg>
[a761478]149 /usr/include/gcalc-2,
150 /usr/include/gci-2, and
[3ffdac24]151 /usr/share/help/*/gnome-calculator
[3bef2f0]152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
[ba056d7]161 <varlistentry id="gnome-calculator-prog">
162 <term><command>gnome-calculator</command></term>
[3bef2f0]163 <listitem>
164 <para>
165 is the official calculator of the
166 <application>GNOME</application> Desktop.
167 </para>
[ba056d7]168 <indexterm zone="gnome-calculator gnome-calculator-prog">
169 <primary sortas="b-gnome-calculator">gnome-calculator</primary>
[3bef2f0]170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="gcalccmd">
175 <term><command>gcalccmd</command></term>
176 <listitem>
177 <para>
178 is a command line version of
[ba056d7]179 <application>gnome-calculator</application>.
[3bef2f0]180 </para>
[ba056d7]181 <indexterm zone="gnome-calculator gcalccmd">
[3bef2f0]182 <primary sortas="b-gcalccmd">gcalccmd</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.