source: archive/gtkhtml.xml@ 54bd123

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 54bd123 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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