source: gnome/core/gnome-menus.xml@ 4c2be438

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 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 4c2be438 was 4c2be438, checked in by Krejzi <krejzi@…>, 12 years ago

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 7.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-menus-download-http
8 "&gnome-download-http;/gnome-menus/3.4/gnome-menus-&gnome-menus-version;.tar.xz">
9 <!ENTITY gnome-menus-download-ftp
10 "&gnome-download-ftp;/gnome-menus/3.4/gnome-menus-&gnome-menus-version;.tar.xz">
11 <!ENTITY gnome-menus-md5sum "fad2a6b9d0dd67f85520161552b51825">
12 <!ENTITY gnome-menus-size "400 KB">
13 <!ENTITY gnome-menus-buildsize "8.2 MB">
14 <!ENTITY gnome-menus-time "0.1 SBU">
15]>
16
17<sect1 id="gnome-menus" xreflabel="gnome-menus-&gnome-menus-version;">
18 <?dbhtml filename="gnome-menus.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-menus-&gnome-menus-version;</title>
26
27 <indexterm zone="gnome-menus">
28 <primary sortas="a-Gnome-menus">Gnome-menus</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to gnome-menus</title>
33
34 <para>The <application>gnome-menus</application> package contains an
35 implementation of the draft <quote>Desktop Menu Specification</quote>
36 from freedesktop.org (<ulink
37 url="http://www.freedesktop.org/Standards/menu-spec"/>). Also contained
38 are the <application>GNOME</application> menu layout configuration files,
39 <filename>.directory</filename> files and a menu related utility
40 program.</para>
41
42 &lfs70_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>Download (HTTP): <ulink url="&gnome-menus-download-http;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&gnome-menus-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &gnome-menus-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &gnome-menus-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &gnome-menus-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &gnome-menus-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">gnome-menus Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required">
70 <xref linkend="intltool"/> and
71 <xref linkend="pkgconfig"/>
72 </para>
73
74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended">
76 <xref linkend="gobject-introspection"/>
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/gnome-menus"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of gnome-menus</title>
86
87 <para>Install <application>gnome-menus</application> by running the following
88 commands:</para>
89
90<screen><userinput>./configure --prefix=/usr \
91 --sysconfdir=/etc \
92 --disable-static &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/gnome-prefix.xml"/>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/gnome-sysconfdir.xml"/> -->
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/static-libraries.xml"/>
114
115 </sect2>
116
117<!-- <sect2 role="configuration">
118 <title>Configuring gnome-menus</title>
119
120 <sect3>
121 <title>Configuration Information</title>
122
123 <sect4>
124 <title>XDG_CONFIG_DIRS Variable</title>
125
126 <para>So that <application>GNOME</application> can find the desktop
127 configuration files, ensure you set the <envar>XDG_CONFIG_DIRS</envar>
128 environment variable in the individual user's profiles, or in the system
129 profile (use this option if you will be running
130 <application>GDM</application>) as shown below (you may add additional
131 directories, separated with colons, if desired):</para>
132
133<screen role='root'><userinput>echo "export XDG_CONFIG_DIRS=$GNOME_SYSCONFDIR/xdg" \
134&gt; /etc/profile.d/gnome.sh</userinput></screen>
135
136 </sect4>
137
138 <sect4>
139 <title>XDG_DATA_DIRS Variable</title>
140
141 <para>So that <application>GNOME</application> can find the data
142 to populate the menus, ensure you set the <envar>XDG_DATA_DIRS</envar>
143 environment variable in the individual user's profiles, or in the system
144 profile as shown below (you may add additional directories, separated
145 with colons, if desired):</para>
146
147<screen role='root'><userinput>echo "export XDG_DATA_DIRS=$GNOME_PREFIX/share:\
148/usr/share:/usr/local/share" &gt;&gt; /etc/profile.d/gnome.sh</userinput></screen>
149
150 </sect4>
151
152 <sect4>
153 <title>PYTHONPATH Variable</title>
154
155 <para>If your <application>GNOME</application> installation prefix is
156 anything other than <filename class='directory'>/usr</filename>
157 you need to update the
158 <envar>PYTHONPATH</envar> environment variable so that the
159 <filename>gmenu</filename> module can be located by
160 <application>Python</application>. Set the variable in the system
161 profile, or in individual user's profiles as shown below:</para>
162
163<screen role='root'><userinput>echo "export PYTHONPATH=\$PYTHONPATH:$GNOME_PREFIX/lib/python&python2-majorver;/site-packages/GMenuSimpleEditor" \
164&gt;&gt; /etc/profile.d/gnome.sh</userinput></screen>
165
166 </sect4>
167
168 </sect3>
169
170 </sect2> -->
171
172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
176 <segtitle>Installed Program</segtitle>
177 <segtitle>Installed Library</segtitle>
178 <segtitle>Installed Directories</segtitle>
179
180 <seglistitem>
181 <seg>
182 gmenu-simple-editor
183 </seg>
184 <seg>
185 libgnome-menu.so
186 </seg>
187 <seg>
188 /etc/xdg/menus, /usr/include/gnome-menus-3.0,
189 /usr/lib/python2.7/site-packages/GMenuSimpleEditor and
190 /usr/share/gnome-menus
191 </seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="gmenu-simple-editor">
201 <term><command>gmenu-simple-editor</command></term>
202 <listitem>
203 <para>is used to modify GNOME Menu layout.</para>
204 <indexterm zone="gnome-menus gmenu-simple-editor">
205 <primary sortas="b-gmenu-simple-editor">gmenu-simple-editor</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="libgnome-menu">
211 <term><filename class='libraryfile'>libgnome-menu.so</filename></term>
212 <listitem>
213 <para>contains functions required to support GNOME's implementation
214 of the Desktop Menu Specification.</para>
215 <indexterm zone="gnome-menus libgnome-menu">
216 <primary sortas="c-libgnome-menu">libgnome-menu.so</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.