source: gnome/core/yelp.xml@ 199a5c9a

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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 199a5c9a was 9497073, checked in by Wayne Blaszczyk <wblaszcz@…>, 15 years ago

Updated to Yelp-2.28.1 and minor ammendment to gnome-session, gnome-control-center, gnome-applets, and gnome-settings-daemon.

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

  • Property mode set to 100644
File size: 5.0 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
[b0ed3e7e]7 <!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-version;/yelp-&yelp-version;.tar.bz2">
8 <!ENTITY yelp-download-ftp "&gnome-download-ftp;/yelp/&gnome-version;/yelp-&yelp-version;.tar.bz2">
[9497073]9 <!ENTITY yelp-md5sum "faf7eac7abf4eded189566f9ffafc188">
10 <!ENTITY yelp-size "1.1 MB">
[c8f9a275]11 <!ENTITY yelp-buildsize "21 MB">
12 <!ENTITY yelp-time "0.2 SBU">
[9d2dc4e2]13]>
14
[9b8404e]15<sect1 id="yelp" xreflabel="Yelp-&yelp-version;">
[ce861f3]16 <?dbhtml filename="yelp.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Yelp-&yelp-version;</title>
24
25 <indexterm zone="yelp">
26 <primary sortas="a-Yelp">Yelp</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Yelp</title>
31
32 <para>The <application>Yelp</application> package contains the help
33 browser. This is useful for viewing help files.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&yelp-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&yelp-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &yelp-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &yelp-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &yelp-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &yelp-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Yelp Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
[9497073]60 <para role="required"><xref linkend="GConf"/>,
61 <xref linkend="gnome-doc-utils"/>,
62 <xref linkend="startup-notification"/>, and
[b0ed3e7e]63 <xref linkend="xulrunner"/></para>
[a6bee1f]64
65 <bridgehead renderas="sect4">Optional</bridgehead>
[b0ed3e7e]66 <para role="optional"><xref linkend="rarian"/>,
67 <xref linkend="lzma-utils"/>, and
[9497073]68 <ulink url="http://beagle-project.org/Main_Page">libbeagle</ulink></para>
[51d7b70]69
70 <note>
71 <para>The <application>Yelp</application> package is not required for a
72 functional <application>GNOME</application> desktop. Note, however, that
73 without <application>Yelp</application> you will not be able to view the
74 built-in Help provided by core <application>GNOME</application> and many
75 of the support applications. This is mentioned here because you may not
[a6bee1f]76 wish to install a Gecko layout engine. Without a Gecko layout engine you
77 will have no graphical browser capability as the default GNOME browser,
78 <xref linkend="epiphany"/>, also requires a Gecko layout engine.</para>
[51d7b70]79 </note>
[ce861f3]80
[0a7c3921]81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/yelp"/></para>
83
[ce861f3]84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Yelp</title>
88
89 <para>Install <application>Yelp</application> by running the following
90 commands:</para>
91
[a6bee1f]92<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[551b9389]93 --sysconfdir=&gnome-etc-dir; \
[65ed5cb]94 --localstatedir=/var/lib \
95 --enable-cpp-rtti &amp;&amp;
[ce861f3]96make</userinput></screen>
[474231bf]97
[ce861f3]98 <para>This package does not come with a test suite.</para>
[474231bf]99
[ce861f3]100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[474231bf]101
[ce861f3]102<screen role="root"><userinput>make install</userinput></screen>
[9d2dc4e2]103
[ce861f3]104 </sect2>
[9d2dc4e2]105
[ce861f3]106 <sect2 role="commands">
107 <title>Command Explanations</title>
[9d2dc4e2]108
[551b9389]109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]110 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]111
112 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]113 href="../../xincludes/gnome-sysconfdir.xml"/>
[551b9389]114
115 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
116 href="../../xincludes/scrollkeeper-dir.xml"/>
[36a6231]117
[ce861f3]118 </sect2>
[9d2dc4e2]119
[ce861f3]120 <sect2 role="content">
121 <title>Contents</title>
[9d2dc4e2]122
[ce861f3]123 <segmentedlist>
[b0ed3e7e]124 <segtitle>Installed Program</segtitle>
[51d7b70]125 <segtitle>Installed Libraries</segtitle>
[551b9389]126 <segtitle>Installed Directory</segtitle>
[9d2dc4e2]127
[ce861f3]128 <seglistitem>
[b0ed3e7e]129 <seg>yelp</seg>
[51d7b70]130 <seg>None</seg>
[b0ed3e7e]131 <seg><envar>$GNOME_PREFIX</envar>/share/yelp{icons,ui,xslt}</seg>
[ce861f3]132 </seglistitem>
133 </segmentedlist>
[9d2dc4e2]134
[ce861f3]135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
[9d2dc4e2]139
[ce861f3]140 <varlistentry id="yelp-prog">
141 <term><command>yelp</command></term>
142 <listitem>
143 <para>is the <application>GNOME</application> help browser.</para>
144 <indexterm zone="yelp yelp-prog">
145 <primary sortas="b-yelp">yelp</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
[9d2dc4e2]149
[ce861f3]150 </variablelist>
[8945b1e]151
[ce861f3]152 </sect2>
153
[51d7b70]154</sect1>
Note: See TracBrowser for help on using the repository browser.