source: general/genlib/gspell.xml@ 4c24eb0a

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

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

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