source: gnome/platform/gnome-menus.xml@ bb229d9f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since bb229d9f was 876948d, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to geocode-glib-3.26.2
Update to gnome-menus-3.36.0
Update to yelp-xsl-3.36.0
Update to vte-0.60.1
Shift gnome-video-effects to before gnome-online-accounts in gnome.ent
Note that some tests can error in gjs

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

  • Property mode set to 100644
File size: 5.5 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/&gnome-minor-36;/gnome-menus-&gnome-menus-version;.tar.xz">
9 <!ENTITY gnome-menus-download-ftp
10 "&gnome-download-ftp;/gnome-menus/&gnome-minor-36;/gnome-menus-&gnome-menus-version;.tar.xz">
11 <!ENTITY gnome-menus-md5sum "a8fd71fcf31a87fc799d80396a526829">
12 <!ENTITY gnome-menus-size "492 KB">
13 <!ENTITY gnome-menus-buildsize "8.5 MB">
14 <!ENTITY gnome-menus-time "less than 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>
35 The <application>GNOME Menus</application> package contains an
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 and <filename>.directory</filename> files.
41 </para>
42
43 &lfs91_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&gnome-menus-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&gnome-menus-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &gnome-menus-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &gnome-menus-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &gnome-menus-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &gnome-menus-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">GNOME Menus Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="glib2"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/gnome-menus"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of GNOME Menus</title>
98
99 <!-- It's been three minor versions of GNOME since this was put in.
100 Let's comment it out for now.
101 <note>
102 <para>
103 If you are upgrading from GNOME-3.28.x or GNOME-3.30.x, a command
104 must be run to reset the menu structure. This is due to a major change
105 involving <application>Sundry</application> application folder removal.
106 If you are upgrading, run the following command (as root), and then
107 log in and out of your session.
108 </para>
109
110<screen role="nodump"><userinput>gsettings reset-recursively org.gnome.desktop.app-folders</userinput></screen></note>
111 -->
112
113 <para>
114 Install <application>GNOME Menus</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>./configure --prefix=/usr \
119 --sysconfdir=/etc \
120 --disable-static &amp;&amp;
121make</userinput></screen>
122
123 <para>
124 This package does not come with a test suite.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>make install</userinput></screen>
132
133 </sect2>
134
135 <sect2 role="commands">
136 <title>Command Explanations</title>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/static-libraries.xml"/>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 None
154 </seg>
155 <seg>
156 libgnome-menu-3.so
157 </seg>
158 <seg>
159 /etc/xdg/menus,
160 /usr/include/gnome-menus-3.0, and
161 /usr/share/desktop-directories
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="libgnome-menu-3">
172 <term><filename class="libraryfile">libgnome-menu-3.so</filename></term>
173 <listitem>
174 <para>
175 contains functions required to support
176 <application>GNOME</application>'s implementation of the
177 Desktop Menu Specification.
178 </para>
179 <indexterm zone="gnome-menus libgnome-menu-3">
180 <primary sortas="c-libgnome-menu-3">libgnome-menu-3.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.