source: general/genlib/gspell.xml@ 170e308

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 170e308 was 170e308, checked in by Pierre Labastie <pieere@…>, 4 years ago

Tags and a couple of fixes

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

  • Property mode set to 100644
File size: 4.8 KB
Line 
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
7 <!ENTITY gspell-site "ftp.gnome.org/pub/gnome/sources/gspell/1.8" >
8
9 <!ENTITY gspell-download-http "https://&gspell-site;/gspell-&gspell-version;.tar.xz">
10 <!ENTITY gspell-download-ftp "ftp://&gspell-site;/gspell-&gspell-version;.tar.xz">
11 <!ENTITY gspell-md5sum "d0892000d944e87fd74e8611ef400cdb">
12 <!ENTITY gspell-size "412 KB">
13 <!ENTITY gspell-buildsize "12 MB (with tests)">
14 <!ENTITY gspell-time "0.2 SBU (with tests)">
15]>
16
17<sect1 id="gspell" xreflabel="gspell-&gspell-version;">
18 <?dbhtml filename="gspell.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gspell-&gspell-version;</title>
26
27 <indexterm zone="gspell">
28 <primary sortas="a-gspell">gspell</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to gspell</title>
33
34 <para>
35 The <application>gspell</application> package provides a flexible API to
36 add spell checking to a GTK+ application.
37 </para>
38
39 &lfs10_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gspell-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gspell-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gspell-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gspell-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gspell-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gspell-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">gspell Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="enchant"/> and
80 <xref linkend="gtk3"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="gobject-introspection"/>,
86 <xref linkend="gtk-doc"/>,
87 <xref linkend="iso-codes"/>,
88 <xref linkend="vala"/>, and
89 <xref linkend="valgrind"/>
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/gspell"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of gspell</title>
99
100 <para>
101 Install <application>gspell</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>make check</command>. One test,
110 test-checker,
111 is known to fail if the external package
112 <ulink url="http://hunspell.github.io/">Hunspell</ulink> is not installed.
113 The tests also must be run in an X session.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121 </sect2>
122
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>gspell-appl</seg>
134 <seg>libgspell-1.so</seg>
135 <seg>/usr/include/gspell-1 and
136 /usr/share/gtk-doc/html/gspell-1.0</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="gspell-app1">
146 <term><command>gspell-app1</command></term>
147 <listitem>
148 <para>
149 checks the spelling of a text entered in a window.
150 </para>
151 <indexterm zone="gspell gspell-app1">
152 <primary sortas="b-gspell-app1">gspell-app1</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="libgspell">
158 <term><filename class="libraryfile">libgspell-1.so</filename></term>
159 <listitem>
160 <para>
161 is the <application>gspell</application> API library.
162 </para>
163 <indexterm zone="gspell libgspell">
164 <primary sortas="c-libgspell">libgspell-1.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168 </variablelist>
169
170 </sect2>
171</sect1>
Note: See TracBrowser for help on using the repository browser.