source: gnome/platform/gnome-menus.xml

trunk
Last change on this file was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 6 weeks ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

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