source: gnome/add/gtkhtml.xml@ ea804bc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 ea804bc was ea804bc, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated several package's broken download URLs

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

  • Property mode set to 100644
File size: 4.9 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
[ea804bc]7<!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/3.14/gtkhtml-&gtkhtml-version;.tar.bz2">
8<!ENTITY gtkhtml-download-ftp "&gnome-download-http;/gtkhtml/3.14/gtkhtml-&gtkhtml-version;.tar.bz2">
[f2f4e4a]9<!ENTITY gtkhtml-md5sum "7c028f07e0eb061b0a895ac514265cf1">
[9121757a]10<!ENTITY gtkhtml-size "1.2 MB">
[f2f4e4a]11<!ENTITY gtkhtml-buildsize "61 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
[f2f4e4a]35 <!-- Gnome-Sharp can use this package, and Beagle can use these
[294d670]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
[8163dd01]100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
104 href="../../xincludes/gnome-prefix.xml"/>
105
106 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
107 ORBit-2.0)/lib/gtkhtml</parameter>: This parameter causes the libexec
108 files to be installed in the preferred location of
109 <filename class="directory">$GNOME_PREFIX/lib/gtkhtml</filename> instead of
110 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
111
112 </sect2>
113
[d5d1c76]114 <sect2 role="content">
115 <title>Contents</title>
[9d2dc4e2]116
[d5d1c76]117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
[9d2dc4e2]121
[d5d1c76]122 <seglistitem>
123 <seg>None</seg>
[f2f4e4a]124 <seg>libgtkhtml-3.14.{so,a} and libgnome-gtkhtml-editor-3.14.{so,a}</seg>
[8163dd01]125 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
[f2f4e4a]126 include/libgtkhtml-3.14,
[9121757a]127 lib/gtkhtml, and
[f2f4e4a]128 share/gtkhtml-3.14</seg>
[d5d1c76]129 </seglistitem>
130 </segmentedlist>
[9d2dc4e2]131
[d5d1c76]132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
[9d2dc4e2]136
[d5d1c76]137 <varlistentry id="libgtkhtml-3">
[294d670]138 <term><filename class='libraryfile'>libgtkhtml-3.8.{so,a}</filename></term>
[d5d1c76]139 <listitem>
140 <para>provide the functions to render HTML within applications.</para>
141 <indexterm zone="gtkhtml libgtkhtml-3">
[294d670]142 <primary sortas="c-libgtkhtml-3">libgtkhtml-3.8.{so,a}</primary>
[d5d1c76]143 </indexterm>
144 </listitem>
145 </varlistentry>
[9d2dc4e2]146
[d5d1c76]147 </variablelist>
148
149 </sect2>
[91557b0]150
151</sect1>
Note: See TracBrowser for help on using the repository browser.