source: gnome/core/gnome-desktop.xml@ 7cdaed0

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

Moved the GNOME xinclude files to the global xinclude directory because more than just GNOME packages can use them

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

  • Property mode set to 100644
File size: 6.0 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[e9039e4]7 <!ENTITY gnome-desktop-download-http "&gnome-download-http;/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
8 <!ENTITY gnome-desktop-download-ftp "&gnome-download-ftp;/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
[a6bee1f]9 <!ENTITY gnome-desktop-md5sum "9c252124a80453d47377664b31159590">
10 <!ENTITY gnome-desktop-size "1.1 MB">
11 <!ENTITY gnome-desktop-buildsize "13.6 MB">
[0c4e116]12 <!ENTITY gnome-desktop-time "0.2 SBU">
[fdca4266]13]>
14
[5c9313a6]15<sect1 id="gnome-desktop" xreflabel="GNOME Desktop-&gnome-desktop-version;">
[a8de889e]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>
[b22e19bf]62 <para role="required"><xref linkend="libgnomeui"/> and
[6dda6b6]63 <xref linkend="gnome-doc-utils"/></para>
[a8de889e]64
65 <bridgehead renderas="sect4">Recommended</bridgehead>
[b22e19bf]66 <para role="recommended"><xref linkend="startup-notification"/></para>
[a8de889e]67
[0a7c3921]68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/gnome-desktop"/></para>
70
[a8de889e]71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of GNOME Desktop</title>
75
76 <para>Install <application>GNOME Desktop</application> by
77 running the following commands:</para>
78
[a6bee1f]79<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[e62f701]80 --sysconfdir=&gnome-etc-dir; \
[a6bee1f]81 --localstatedir=/var/lib \
82 --mandir=$(pkg-config \
83 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[a8de889e]84make</userinput></screen>
85
86 <para>This package does not come with a test suite.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
[551b9389]97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]98 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]99
100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]101 href="../../xincludes/gnome-sysconfdir.xml"/>
[551b9389]102
103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
104 href="../../xincludes/scrollkeeper-dir.xml"/>
[a8de889e]105
[0c4e116]106 <para><option>--with-gnome-distributor="Some Name"</option>: Use this
107 parameter to supply a custom name in the <quote>Distributor:</quote>
108 field of the <quote>GNOME About</quote> display window.</para>
109
110 <para><option>--with-kde-datadir=$KDE_PREFIX/share</option>: Use this
111 parameter if <application>KDE</application> is installed in any prefix
112 other than <filename class='directory'>/usr</filename>.</para>
113
[551b9389]114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]115 href="../../xincludes/gnome-mandir.xml"/>
[551b9389]116
117 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
118 href="../../xincludes/gtk-doc-rebuild.xml"/>
119
[a8de889e]120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
[1d0408c8]126 <segtitle>Installed Program</segtitle>
127 <segtitle>Installed Library</segtitle>
128 <segtitle>Installed Directory</segtitle>
[a8de889e]129
130 <seglistitem>
131 <seg>gnome-about</seg>
[0a7c3921]132 <seg>libgnome-desktop-2.{so,a}</seg>
[551b9389]133 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
[e62f701]134 include/gnome-desktop-2.0,
[a6bee1f]135 share/{gnome-about,
136 {gnome/help,omf}/{fdl,gnome-feedback,gpl,lgpl},
137 gtk-doc/html/gnome-desktop}</seg>
[a8de889e]138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="gnome-about">
147 <term><command>gnome-about</command></term>
148 <listitem>
149 <para>produces the about screen.</para>
150 <indexterm zone="gnome-desktop gnome-about">
151 <primary sortas="b-gnome-about">gnome-about</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="libgnome-desktop-2">
[0a7c3921]157 <term><filename class='libraryfile'>libgnome-desktop-2.{so,a}</filename></term>
[a8de889e]158 <listitem>
159 <para>contains APIs being tested for inclusion in
160 <application>libgnome</application> or
161 <application>libgnomeui</application>.</para>
162 <indexterm zone="gnome-desktop libgnome-desktop-2">
[0a7c3921]163 <primary sortas="c-libgnome-desktop-2">libgnome-desktop-2.{so,a}</primary>
[a8de889e]164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
[6641110]171
172</sect1>
Note: See TracBrowser for help on using the repository browser.