source: gnome/add/gtkhtml.xml@ 6b54763

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 6b54763 was 37f9c41, checked in by Ken Moffat <ken@…>, 12 years ago

libgtkhtml-4.2.2

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

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[37f9c41]7<!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/4.2/gtkhtml-&gtkhtml-version;.tar.xz">
8<!ENTITY gtkhtml-download-ftp "&gnome-download-http;/gtkhtml/4.2/gtkhtml-&gtkhtml-version;.tar.xz">
9<!ENTITY gtkhtml-md5sum "9296c0c1863ae34409ab6c403f4f3783">
10<!ENTITY gtkhtml-size "1.1 MB">
11<!ENTITY gtkhtml-buildsize "41 MB">
[7e86735]12<!ENTITY gtkhtml-time "0.7 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
[37f9c41]35 &lfs70_built;
[7e86735]36
[f2f4e4a]37 <!-- Gnome-Sharp can use this package, and Beagle can use these
[294d670]38 extensions, so I suppose this package is no longer
39 "Evolution specific"
40 This is an
[d5d1c76]41 <application>Evolution</application> specific application at
[294d670]42 this time.</para> -->
[d5d1c76]43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>Download (HTTP): <ulink url="&gtkhtml-download-http;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&gtkhtml-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &gtkhtml-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &gtkhtml-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &gtkhtml-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &gtkhtml-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">GtkHTML Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
[472f0eb]69 <para role="required"><xref linkend="enchant"/>,
70 <xref linkend="gnome-icon-theme"/>,
[37f9c41]71 <xref linkend="gsettings-desktop-schemas"/>,
72 <xref linkend="gtk3"/>,
[472f0eb]73 <xref linkend="iso-codes"/></para>
[d5d1c76]74
75 <bridgehead renderas="sect4">Optional</bridgehead>
[37f9c41]76 <para role="optional"><xref linkend="libsoup"/>,
77 <xref linkend="xorg7"/></para>
[d5d1c76]78
[0a7c3921]79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/gtkhtml"/></para>
81
[d5d1c76]82 </sect2>
83
84 <sect2 role="installation">
[384039a]85 <title>Installation of GtkHTML</title>
[d5d1c76]86
87 <para>Install <application>GtkHTML</application> by running the following
88 commands:</para>
89
[37f9c41]90<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
[d5d1c76]91make</userinput></screen>
[6e5be6fd]92
[d5d1c76]93 <para>This package does not come with a test suite.</para>
[6e5be6fd]94
[d5d1c76]95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[6e5be6fd]96
[d5d1c76]97<screen role="root"><userinput>make install</userinput></screen>
[9d2dc4e2]98
[d5d1c76]99 </sect2>
[9d2dc4e2]100
[8163dd01]101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
[e05cd03f]104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8163dd01]105 href="../../xincludes/gnome-prefix.xml"/>
106
107 </sect2>
108
[d5d1c76]109 <sect2 role="content">
110 <title>Contents</title>
[9d2dc4e2]111
[d5d1c76]112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
[9d2dc4e2]116
[d5d1c76]117 <seglistitem>
[472f0eb]118 <seg>gtkhtml-editor-test</seg>
[37f9c41]119 <seg>libgtkhtml-4.0.so and libgtkhtml-editor-4.0.so</seg>
120 <seg><envar>$GNOME_PREFIX</envar>/{include/libgtkhtml-4.0/{editor,
121 gtkhtml},share/gtkhtml-4.0/icons}</seg>
[d5d1c76]122 </seglistitem>
123 </segmentedlist>
[9d2dc4e2]124
[d5d1c76]125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
[9d2dc4e2]129
[472f0eb]130 <varlistentry id="gtkhtml-editor-test">
131 <term><command>gtkhtml-editor-test</command></term>
132 <listitem>
133 <para>is a simple HTML editor widget.</para>
134 <indexterm zone="gtkhtml gtkhtml-editor-test">
135 <primary sortas="b-gtkhtml-editor-test">gtkhtml-editor-test</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
[d5d1c76]140 <varlistentry id="libgtkhtml-3">
[37f9c41]141 <term><filename class='libraryfile'>libgtkhtml-4.0.so</filename></term>
[d5d1c76]142 <listitem>
[37f9c41]143 <para>provides the functions to render HTML within applications.</para>
[d5d1c76]144 <indexterm zone="gtkhtml libgtkhtml-3">
[37f9c41]145 <primary sortas="c-libgtkhtml-3">libgtkhtml-4.0.so</primary>
[d5d1c76]146 </indexterm>
147 </listitem>
148 </varlistentry>
[9d2dc4e2]149
[d5d1c76]150 </variablelist>
151
152 </sect2>
[91557b0]153
154</sect1>
Note: See TracBrowser for help on using the repository browser.