source: general/genlib/gspell.xml@ bf565e06

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bf565e06 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.6 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/&gspell-minor;/gspell-&gspell-version;.tar.xz">
8 <!ENTITY gspell-download-ftp " ">
9 <!ENTITY gspell-md5sum "f8e39fc95d3f0651e943b5ccb95694b7">
10 <!ENTITY gspell-size "423 KB">
11 <!ENTITY gspell-buildsize "13 MB (with tests)">
12 <!ENTITY gspell-time "0.2 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 &lfs112_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 <xref linkend="gobject-introspection"/>,
81 <xref linkend="gtk-doc"/>,
82 <xref linkend="vala"/>, and
83 <xref linkend="valgrind"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/gspell"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of gspell</title>
93
94 <para>
95 Install <application>gspell</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 To test the results, issue: <command>make check</command>. The tests
104 must be run in an X session. One test, test-checker, is known to fail if
105 the external package
106 <ulink url="https://hunspell.github.io/">Hunspell</ulink> is not
107 installed.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115 </sect2>
116
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>gspell-app1</seg>
128 <seg>libgspell-1.so</seg>
129 <seg>/usr/include/gspell-1 and
130 /usr/share/gtk-doc/html/gspell-1.0</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="gspell-app1">
140 <term><command>gspell-app1</command></term>
141 <listitem>
142 <para>
143 checks the spelling of a text entered in a window
144 </para>
145 <indexterm zone="gspell gspell-app1">
146 <primary sortas="b-gspell-app1">gspell-app1</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="libgspell">
152 <term><filename class="libraryfile">libgspell-1.so</filename></term>
153 <listitem>
154 <para>
155 is the <application>gspell</application> API library
156 </para>
157 <indexterm zone="gspell libgspell">
158 <primary sortas="c-libgspell">libgspell-1.so</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.