blob: 0529d186ce33e7adc7edbe56dad936dbb9cd0a56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/4.10/gtkhtml->khtml-version;.tar.xz">
<!ENTITY gtkhtml-download-ftp "&gnome-download-http;/gtkhtml/4.10/gtkhtml->khtml-version;.tar.xz">
<!ENTITY gtkhtml-md5sum "a8538daed73de3fb5c7747d05139ef79">
<!ENTITY gtkhtml-size "1.0 MB">
<!ENTITY gtkhtml-buildsize "46 MB">
<!ENTITY gtkhtml-time "0.5 SBU">
]>
<sect1 id="gtkhtml" xreflabel="GtkHTML->khtml-version;" revision="systemd">
<?dbhtml filename="gtkhtml.html"?>
<title>GtkHTML->khtml-version;</title>
<indexterm zone="gtkhtml">
<primary sortas="a-GtkHTML">GtkHTML</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GtkHTML</title>
<para>
The <application>GtkHTML</application> package contains a
lightweight HTML rendering/printing/editing engine.
</para>
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url=">khtml-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url=">khtml-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: >khtml-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: >khtml-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: >khtml-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: >khtml-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GtkHTML Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="enchant"/>,
<xref linkend="gsettings-desktop-schemas"/>,
<xref linkend="gtk3"/>, and
<xref linkend="iso-codes"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libsoup"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://glade.gnome.org/">Glade</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gtkhtml"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GtkHTML</title>
<para>
Fix a build issue with <xref linkend="enchant"/>:
</para>
<screen><userinput>sed 's@pwl@session@' -i components/editor/gtkhtml-spell-checker.c</userinput></screen>
<para>
Install <application>GtkHTML</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &&
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
gtkhtml-editor-test
</seg>
<seg>
libgtkhtml-4.0.so and libgtkhtml-editor-4.0.so
</seg>
<seg>
/usr/include/libgtkhtml-4.0 and
/usr/share/gtkhtml-4.0
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gtkhtml-editor-test">
<term><command>gtkhtml-editor-test</command></term>
<listitem>
<para>
is a simple HTML editor widget.
</para>
<indexterm zone="gtkhtml gtkhtml-editor-test">
<primary sortas="b-gtkhtml-editor-test">gtkhtml-editor-test</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgtkhtml-4">
<term><filename class="libraryfile">libgtkhtml-4.0.so</filename></term>
<listitem>
<para>
provides the functions used to render HTML within applications.
</para>
<indexterm zone="gtkhtml libgtkhtml-4">
<primary sortas="c-libgtkhtml-4">libgtkhtml-4.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>
|