source: gnome/core/gnome-menus.xml@ 35e84dce

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

GNOME 3.6 Part 7.

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

  • Property mode set to 100644
File size: 5.4 KB
RevLine 
[b3c19135]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" [
[b3c19135]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[3adee47]7 <!ENTITY gnome-menus-download-http
[35e84dce]8 "&gnome-download-http;/gnome-menus/3.6/gnome-menus-&gnome-menus-version;.tar.xz">
[3adee47]9 <!ENTITY gnome-menus-download-ftp
[35e84dce]10 "&gnome-download-ftp;/gnome-menus/3.6/gnome-menus-&gnome-menus-version;.tar.xz">
11 <!ENTITY gnome-menus-md5sum "aa9c9f05c34c346364c8de085ac2e4d8">
12 <!ENTITY gnome-menus-size "416 KB">
13 <!ENTITY gnome-menus-buildsize "8.0 MB">
14 <!ENTITY gnome-menus-time "less than 0.1 SBU">
[b3c19135]15]>
16
17<sect1 id="gnome-menus" xreflabel="gnome-menus-&gnome-menus-version;">
[991819f4]18 <?dbhtml filename="gnome-menus.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
[0c4e116]25 <title>gnome-menus-&gnome-menus-version;</title>
[991819f4]26
27 <indexterm zone="gnome-menus">
[7ded7e3]28 <primary sortas="a-gnome-menus">gnome-menus</primary>
[991819f4]29 </indexterm>
30
31 <sect2 role="package">
[7ded7e3]32 <title>Introduction to GNOME Menus</title>
33
34 <para>
35 The <application>GNOME Menus</application> package contains an
[35e84dce]36 implementation of the draft
37 <ulink url="http://www.freedesktop.org/Standards/menu-spec">
38 Desktop Menu Specification</ulink> from freedesktop.org. It also
39 contains the <application>GNOME</application> menu layout configuration
40 files, <filename>.directory</filename> files and a menu related utility
41 program.
[7ded7e3]42 </para>
[991819f4]43
[35e84dce]44 &lfs72_checked;
[be8f859]45
[991819f4]46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
[7ded7e3]49 <para>
50 Download (HTTP): <ulink url="&gnome-menus-download-http;"/>
51 </para>
[991819f4]52 </listitem>
53 <listitem>
[7ded7e3]54 <para>
55 Download (FTP): <ulink url="&gnome-menus-download-ftp;"/>
56 </para>
[991819f4]57 </listitem>
58 <listitem>
[7ded7e3]59 <para>
60 Download MD5 sum: &gnome-menus-md5sum;
61 </para>
[991819f4]62 </listitem>
63 <listitem>
[7ded7e3]64 <para>
65 Download size: &gnome-menus-size;
66 </para>
[991819f4]67 </listitem>
68 <listitem>
[7ded7e3]69 <para>
70 Estimated disk space required: &gnome-menus-buildsize;
71 </para>
[991819f4]72 </listitem>
73 <listitem>
[7ded7e3]74 <para>
75 Estimated build time: &gnome-menus-time;
76 </para>
[991819f4]77 </listitem>
78 </itemizedlist>
79
[7ded7e3]80 <bridgehead renderas="sect3">GNOME Menus Dependencies</bridgehead>
[991819f4]81
82 <bridgehead renderas="sect4">Required</bridgehead>
[3adee47]83 <para role="required">
[35a403d4]84 <xref linkend="glib2"/> and
85 <xref linkend="intltool"/>
[3adee47]86 </para>
[991819f4]87
[3adee47]88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="gobject-introspection"/>
91 </para>
[c0b8b2b]92
[0a7c3921]93 <para condition="html" role="usernotes">User Notes:
[7ded7e3]94 <ulink url="&blfs-wiki;/gnome-menus"/>
95 </para>
[991819f4]96 </sect2>
97
98 <sect2 role="installation">
[7ded7e3]99 <title>Installation of GNOME Menus</title>
[0c4e116]100
[7ded7e3]101 <para>
102 Install <application>GNOME Menus</application> by running the following
103 commands:
104 </para>
[991819f4]105
[3adee47]106<screen><userinput>./configure --prefix=/usr \
107 --sysconfdir=/etc \
108 --disable-static &amp;&amp;
[991819f4]109make</userinput></screen>
110
[7ded7e3]111 <para>
112 This package does not come with a test suite.
113 </para>
[991819f4]114
[7ded7e3]115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
[991819f4]118
119<screen role="root"><userinput>make install</userinput></screen>
120
[551b9389]121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
[3adee47]126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]127 href="../../xincludes/static-libraries.xml"/>
[c0b8b2b]128
[991819f4]129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
[0e285e4]135 <segtitle>Installed Program</segtitle>
[3adee47]136 <segtitle>Installed Library</segtitle>
[991819f4]137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
[3adee47]140 <seg>
141 gmenu-simple-editor
142 </seg>
143 <seg>
144 libgnome-menu.so
145 </seg>
146 <seg>
[7ded7e3]147 /etc/xdg/menus,
148 /usr/include/gnome-menus-3.0,
[01996ebb]149 /usr/lib/python&python2-majorver;/site-packages/GMenuSimpleEditor and
[3adee47]150 /usr/share/gnome-menus
151 </seg>
[991819f4]152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
[a6bee1f]160 <varlistentry id="gmenu-simple-editor">
161 <term><command>gmenu-simple-editor</command></term>
162 <listitem>
[7ded7e3]163 <para>
164 is used to modify <application>GNOME</application> Menu layout.
165 </para>
[a6bee1f]166 <indexterm zone="gnome-menus gmenu-simple-editor">
167 <primary sortas="b-gmenu-simple-editor">gmenu-simple-editor</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
[991819f4]172 <varlistentry id="libgnome-menu">
[35e84dce]173 <term><filename class="libraryfile">libgnome-menu.so</filename></term>
[991819f4]174 <listitem>
[7ded7e3]175 <para>
[35e84dce]176 contains functions required to support
177 <application>GNOME</application>'s implementation of the
178 Desktop Menu Specification.
[7ded7e3]179 </para>
[991819f4]180 <indexterm zone="gnome-menus libgnome-menu">
[3adee47]181 <primary sortas="c-libgnome-menu">libgnome-menu.so</primary>
[991819f4]182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
[b3c19135]189
190</sect1>
Note: See TracBrowser for help on using the repository browser.