source: gnome/add/gtkhtml.xml@ 8c361b6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8c361b6 was 8c361b6, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Removed GAIL-1.18.0 and minor dependency ammendments to gtkhtml, webkitgtk, and libgtkhtml.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8407 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.3 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/3.28/gtkhtml-&gtkhtml-version;.tar.bz2">
8<!ENTITY gtkhtml-download-ftp "&gnome-download-http;/gtkhtml/3.28/gtkhtml-&gtkhtml-version;.tar.bz2">
9<!ENTITY gtkhtml-md5sum "0a1b6b27b8b9f6a658c9ab323c95d36e">
10<!ENTITY gtkhtml-size "1.3 MB">
11<!ENTITY gtkhtml-buildsize "53 MB">
12<!ENTITY gtkhtml-time "1.0 SBU">
13]>
14
15<sect1 id="gtkhtml" xreflabel="GtkHTML-&gtkhtml-version;">
16 <?dbhtml filename="gtkhtml.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GtkHTML-&gtkhtml-version;</title>
24
25 <indexterm zone="gtkhtml">
26 <primary sortas="a-GtkHTML">GtkHTML</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GtkHTML</title>
31
32 <para>The <application>GtkHTML</application> package contains a
33 lightweight HTML rendering/printing/editing engine.</para>
34
35 <!-- Gnome-Sharp can use this package, and Beagle can use these
36 extensions, so I suppose this package is no longer
37 "Evolution specific"
38 This is an
39 <application>Evolution</application> specific application at
40 this time.</para> -->
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&gtkhtml-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&gtkhtml-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &gtkhtml-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &gtkhtml-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &gtkhtml-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &gtkhtml-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">GtkHTML Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required"><xref linkend="enchant"/>,
68 <xref linkend="GConf"/>,
69 <xref linkend="gnome-icon-theme"/>,
70 <xref linkend="gtk2"/>,
71 <xref linkend="intltool"/>, and
72 <xref linkend="iso-codes"/></para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><xref linkend="libsoup"/></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/gtkhtml"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of GtkHTML</title>
84
85 <para>Install <application>GtkHTML</application> by running the following
86 commands:</para>
87
88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
89 --libexecdir=$(pkg-config \
90 --variable=prefix ORBit-2.0)/lib/gtkhtml &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
105 href="../../xincludes/gnome-prefix.xml"/>
106
107 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
108 ORBit-2.0)/lib/gtkhtml</parameter>: This parameter causes the libexec
109 files to be installed in the preferred location of
110 <filename class="directory">$GNOME_PREFIX/lib/gtkhtml</filename> instead of
111 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
112
113 </sect2>
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>
124 <seg>gtkhtml-editor-test</seg>
125 <seg>libgtkhtml-3.14.{so,a} and libgnome-gtkhtml-editor-3.14.{so,a}</seg>
126 <seg><envar>$GNOME_PREFIX</envar>/{include/libgtkhtml-3.14/{editor,
127 gtkhtml},share/gtkhtml-3.14/icons}</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="gtkhtml-editor-test">
137 <term><command>gtkhtml-editor-test</command></term>
138 <listitem>
139 <para>is a simple HTML editor widget.</para>
140 <indexterm zone="gtkhtml gtkhtml-editor-test">
141 <primary sortas="b-gtkhtml-editor-test">gtkhtml-editor-test</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="libgtkhtml-3">
147 <term><filename class='libraryfile'>libgtkhtml-3.8.{so,a}</filename></term>
148 <listitem>
149 <para>provide the functions to render HTML within applications.</para>
150 <indexterm zone="gtkhtml libgtkhtml-3">
151 <primary sortas="c-libgtkhtml-3">libgtkhtml-3.8.{so,a}</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.