source: gnome/core/gnome-desktop.xml@ c64a089

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 c64a089 was 293abe4, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Revised the list of instaled files and dirs.

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

  • Property mode set to 100644
File size: 5.0 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-desktop-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
8 <!ENTITY gnome-desktop-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
9 <!ENTITY gnome-desktop-md5sum "5d6d21e4b5d66975c9c2c04add7da6e2">
10 <!ENTITY gnome-desktop-size "1.0 MB">
11 <!ENTITY gnome-desktop-buildsize "12 MB">
12 <!ENTITY gnome-desktop-time "0.2 SBU">
13]>
14
15<sect1 id="gnome-desktop" xreflabel="GNOME Desktop-&gnome-desktop-version;">
16 <?dbhtml filename="gnome-desktop.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Desktop-&gnome-desktop-version;</title>
24
25 <indexterm zone="gnome-desktop">
26 <primary sortas="a-GNOME-Desktop">GNOME Desktop</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Desktop</title>
31
32 <para>The <application>GNOME Desktop</application> package contains
33 the <command>gnome-about</command> program, the
34 <filename class='libraryfile'>libgnome-desktop-2</filename> library and
35 <application>GNOME</application>'s core graphics files and icons.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnome-desktop-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-desktop-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-desktop-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-desktop-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-desktop-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-desktop-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">GNOME Desktop Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para><xref linkend="libgnomeui"/> and
63 <xref linkend="scrollkeeper"/></para>
64
65 <bridgehead renderas="sect4">Recommended</bridgehead>
66 <para><xref linkend="startup-notification"/></para>
67
68 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of GNOME Desktop</title>
72
73 <para>Install <application>GNOME Desktop</application> by
74 running the following commands:</para>
75
76<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
77 --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
78make</userinput></screen>
79
80 <para>This package does not come with a test suite.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="commands">
89 <title>Command Explanations</title>
90
91 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
92 puts configuration files in <filename class="directory">/etc/gnome</filename>
93 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Program</segtitle>
102 <segtitle>Installed Library</segtitle>
103 <segtitle>Installed Directory</segtitle>
104
105 <seglistitem>
106 <seg>gnome-about</seg>
107 <seg>libgnome-desktop-2.[so,a]</seg>
108 <seg>$GNOME_PREFIX/include/gnome-desktop-2.0, $GNOME_PREFIX/share/gnome,
109 $GNOME_PREFIX/share/gnome-about, and $GNOME_PREFIX/share/omf</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="gnome-about">
119 <term><command>gnome-about</command></term>
120 <listitem>
121 <para>produces the about screen.</para>
122 <indexterm zone="gnome-desktop gnome-about">
123 <primary sortas="b-gnome-about">gnome-about</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 <varlistentry id="libgnome-desktop-2">
129 <term><filename class='libraryfile'>libgnome-desktop-2.[so,a]</filename></term>
130 <listitem>
131 <para>contains APIs being tested for inclusion in
132 <application>libgnome</application> or
133 <application>libgnomeui</application>.</para>
134 <indexterm zone="gnome-desktop libgnome-desktop-2">
135 <primary sortas="c-libgnome-desktop-2">libgnome-desktop-2.[so,a]</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.