source: gnome/add/gtkhtml.xml@ 294d670

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 294d670 was 294d670, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the GNOME2 additional libraries instructions to conform with the GNOME-2.14.2 update. This leaves the GNOME2 Accessibility and Additional Utility packages to update

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

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[294d670]7<!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/3.10/gtkhtml-&gtkhtml-version;.tar.bz2">
8<!ENTITY gtkhtml-download-ftp "&gnome-download-http;/gtkhtml/3.10/gtkhtml-&gtkhtml-version;.tar.bz2">
9<!ENTITY gtkhtml-md5sum "4fe10da72b4ac578401ceffcce03ceed">
[9121757a]10<!ENTITY gtkhtml-size "1.2 MB">
[294d670]11<!ENTITY gtkhtml-buildsize "57.0 MB">
[8e1c51ff]12<!ENTITY gtkhtml-time "1.3 SBU">
[9d2dc4e2]13]>
14
[91557b0]15<sect1 id="gtkhtml" xreflabel="GtkHTML-&gtkhtml-version;">
[d5d1c76]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">
[384039a]30 <title>Introduction to GtkHTML</title>
[d5d1c76]31
32 <para>The <application>GtkHTML</application> package contains a
[294d670]33 lightweight HTML rendering/printing/editing engine.</para>
34
35 <!-- GTK-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
[d5d1c76]39 <application>Evolution</application> specific application at
[294d670]40 this time.</para> -->
[d5d1c76]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>
[c72d5551]67 <para role="required"><xref linkend="libgnomeui"/>,
[8e1c51ff]68 <xref linkend="gail"/>,
[9121757a]69 <xref linkend="gnome-icon-theme"/>, and
[8e1c51ff]70 <xref linkend="libgnomeprintui"/></para>
[d5d1c76]71
72 <bridgehead renderas="sect4">Optional</bridgehead>
[294d670]73 <para role="optional"><xref linkend="libsoup"/> and
74 <xref linkend="intltool"/></para>
[d5d1c76]75
[0a7c3921]76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/gtkhtml"/></para>
78
[d5d1c76]79 </sect2>
80
81 <sect2 role="installation">
[384039a]82 <title>Installation of GtkHTML</title>
[d5d1c76]83
84 <para>Install <application>GtkHTML</application> by running the following
85 commands:</para>
86
[294d670]87<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
88 --libexecdir=$(pkg-config \
89 --variable=prefix ORBit-2.0)/lib/gtkhtml &amp;&amp;
[d5d1c76]90make</userinput></screen>
[6e5be6fd]91
[d5d1c76]92 <para>This package does not come with a test suite.</para>
[6e5be6fd]93
[d5d1c76]94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[6e5be6fd]95
[d5d1c76]96<screen role="root"><userinput>make install</userinput></screen>
[9d2dc4e2]97
[d5d1c76]98 </sect2>
[9d2dc4e2]99
[d5d1c76]100 <sect2 role="content">
101 <title>Contents</title>
[9d2dc4e2]102
[d5d1c76]103 <segmentedlist>
104 <segtitle>Installed Programs</segtitle>
105 <segtitle>Installed Libraries</segtitle>
106 <segtitle>Installed Directories</segtitle>
[9d2dc4e2]107
[d5d1c76]108 <seglistitem>
109 <seg>None</seg>
[294d670]110 <seg>libgtkhtml-3.8.{so,a} and libgnome-gtkhtml-editor-3.8.{so,a}</seg>
[9121757a]111 <seg>The following subdirectories of $GNOME_PREFIX/:
[294d670]112 include/libgtkhtml-3.8,
[9121757a]113 lib/gtkhtml, and
[294d670]114 share/gtkhtml-3.8</seg>
[d5d1c76]115 </seglistitem>
116 </segmentedlist>
[9d2dc4e2]117
[d5d1c76]118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
[9d2dc4e2]122
[d5d1c76]123 <varlistentry id="libgtkhtml-3">
[294d670]124 <term><filename class='libraryfile'>libgtkhtml-3.8.{so,a}</filename></term>
[d5d1c76]125 <listitem>
126 <para>provide the functions to render HTML within applications.</para>
127 <indexterm zone="gtkhtml libgtkhtml-3">
[294d670]128 <primary sortas="c-libgtkhtml-3">libgtkhtml-3.8.{so,a}</primary>
[d5d1c76]129 </indexterm>
130 </listitem>
131 </varlistentry>
[9d2dc4e2]132
[d5d1c76]133 </variablelist>
134
135 </sect2>
[91557b0]136
137</sect1>
Note: See TracBrowser for help on using the repository browser.