source: gnome/add/gnome-utils.xml@ 8cf3617

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 8cf3617 was 8cf3617, checked in by Randy McMurchy <randy@…>, 18 years ago

Final cleanup to the GNOME add-on packages after the 2.12.2 update

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

  • Property mode set to 100644
File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-utils-download-http "&gnome-download-http;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
8 <!ENTITY gnome-utils-download-ftp "&gnome-download-ftp;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
9 <!ENTITY gnome-utils-md5sum "71d615932e4ddf7182abeb734b8e370c">
10 <!ENTITY gnome-utils-size "1.7 MB">
11 <!ENTITY gnome-utils-buildsize "30.7 MB">
12 <!ENTITY gnome-utils-time "0.3 SBU">
13]>
14
15<sect1 id="gnome-utils" xreflabel="GNOME Utilities-&gnome-utils-version;">
16 <?dbhtml filename="gnome-utils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">gnome-utils-&gnome-utils-version;.tar</keyword>
23 <keyword role="ftpdir">gnome-utils</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>GNOME Utilities-&gnome-utils-version;</title>
28
29 <indexterm zone="gnome-utils">
30 <primary sortas="a-GNOME Utilities">GNOME Utilities</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GNOME Utilities</title>
35
36 <para>The <application>GNOME Utilities</application> package contains a
37 collection of small applications designed to make your life a little
38 easier.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gnome-utils-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gnome-utils-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gnome-utils-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gnome-utils-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gnome-utils-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gnome-utils-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">GNOME Utilities Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="gnome-panel"/> and
66 <xref linkend="libgnomeprintui"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="linux-pam"/> (only if consolehelper
70 is also installed) and <xref linkend="hal"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of GNOME Utilities</title>
76
77 <para>Install <application>GNOME Utilities</application> by
78 running the following commands:</para>
79
80<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
81 --libexecdir=`pkg-config \
82 --variable=prefix ORBit-2.0`/lib/gnome-utils \
83 --localstatedir=/var/lib \
84 --sysconfdir=&gnome-etc-dir; &amp;&amp;
85make</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para><parameter>--libexecdir=`pkg-config
99 --variable=prefix ORBit-2.0`/lib/gnome-utils</parameter>: This switch puts
100 libexec files in
101 <filename class="directory">$GNOME_PREFIX/lib/gnome-utils</filename>
102 instead of
103 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
104
105 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
106 puts <application>ScrollKeeper</application> files in
107 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
108 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
109
110 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
111 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
112 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
113
114 <para><option>--with-pam-prefix=/etc/pam.d</option>: This switch
115 puts <application>PAM</application> files in
116 <filename class="directory">/etc/pam.d</filename> instead of
117 <filename class="directory">&gnome-etc-dir;</filename>.</para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>gfloppy, gnome-dictionary, gnome-panel-screenshot,
131 gnome-screenshot, gnome-search-tool, and gnome-system-log</seg>
132 <seg>None</seg>
133 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/[,schemas/]apps/[gfloppy,
134 gnome-[dictionary, screenshot, search-tool, system-log]] and
135 the following subdirectories of $GNOME_PREFIX/:
136 lib/gnome-utils,
137 share/[gnome-[screenshot, system-log, utils],
138 gnome/help/[gfloppy, gnome-dictionary, gnome-search-tool, gnome-system-log]
139 omf/gnome-utils,
140 pixmaps/gsearchtool]</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="gfloppy">
150 <term><command>gfloppy</command></term>
151 <listitem>
152 <para>formats floppy disks under Linux.</para>
153 <indexterm zone="gnome-utils gfloppy">
154 <primary sortas="b-gfloppy">gfloppy</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="gnome-dictionary">
160 <term><command>gnome-dictionary</command></term>
161 <listitem>
162 <para>allows you to look up definitions and spelling of words.</para>
163 <indexterm zone="gnome-utils gnome-dictionary">
164 <primary sortas="b-gnome-dictionary">gnome-dictionary</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="gnome-screenshot">
170 <term><command>gnome-screenshot</command></term>
171 <listitem>
172 <para>is used to capture the contents of the current desktop as
173 a graphics formatted file.</para>
174 <indexterm zone="gnome-utils gnome-screenshot">
175 <primary sortas="b-gnome-screenshot">gnome-screenshot</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="gnome-search-tool">
181 <term><command>gnome-search-tool</command></term>
182 <listitem>
183 <para>allows you to search for files on your system using simple
184 and advanced search options.</para>
185 <indexterm zone="gnome-utils gnome-search-tool">
186 <primary sortas="b-gnome-search-tool">gnome-search-tool</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="gnome-system-log">
192 <term><command>gnome-system-log</command></term>
193 <listitem>
194 <para>allows you to monitor and view system log files.</para>
195 <indexterm zone="gnome-utils gnome-system-log">
196 <primary sortas="b-gnome-system-log">gnome-system-log</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.