source: general/genlib/gspell.xml

trunk
Last change on this file was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 6 weeks ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

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