source: general/genlib/gspell.xml@ 60de0e1

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 60de0e1 was 6aa631b, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Tag most of the remaining general libraries.

  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[3c2936fe]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
[325ebd7]7 <!ENTITY gspell-download-http "&gnome-download-http;/gspell/&gspell-minor;/gspell-&gspell-version;.tar.xz">
[01701da9]8 <!ENTITY gspell-download-ftp " ">
[3cf0475]9 <!ENTITY gspell-md5sum "f1e5f02695aee20ba543352889c28ff5">
[777a66a]10 <!ENTITY gspell-size "436 KB">
11 <!ENTITY gspell-buildsize "11 MB (with tests)">
12 <!ENTITY gspell-time "0.1 SBU (with tests)">
[3c2936fe]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
[6aa631b]33 &lfs120_checked;
[3c2936fe]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
[f25fda55]71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
[eabab82]73 <xref linkend="enchant"/>,
[193807ab]74 <xref linkend="icu"/>, and
[5380ca3]75 <xref linkend="gtk3"/>
[f25fda55]76 </para>
77
[3c2936fe]78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="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>
[193807ab]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.
[3c2936fe]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 </sect2>
113
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
[cfc1f98]124 <seg>gspell-app1</seg>
[3c2936fe]125 <seg>libgspell-1.so</seg>
126 <seg>/usr/include/gspell-1 and
127 /usr/share/gtk-doc/html/gspell-1.0</seg>
128 </seglistitem>
129 </segmentedlist>
[170e308]130
[3c2936fe]131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
[170e308]136 <varlistentry id="gspell-app1">
137 <term><command>gspell-app1</command></term>
[3c2936fe]138 <listitem>
139 <para>
[4c24eb0a]140 checks the spelling of a text entered in a window
[3c2936fe]141 </para>
[170e308]142 <indexterm zone="gspell gspell-app1">
143 <primary sortas="b-gspell-app1">gspell-app1</primary>
[3c2936fe]144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="libgspell">
149 <term><filename class="libraryfile">libgspell-1.so</filename></term>
150 <listitem>
151 <para>
[4c24eb0a]152 is the <application>gspell</application> API library
[3c2936fe]153 </para>
[170e308]154 <indexterm zone="gspell libgspell">
155 <primary sortas="c-libgspell">libgspell-1.so</primary>
[3c2936fe]156 </indexterm>
157 </listitem>
158 </varlistentry>
159 </variablelist>
[170e308]160
[3c2936fe]161 </sect2>
[4c24eb0a]162
[3c2936fe]163</sect1>
Note: See TracBrowser for help on using the repository browser.