source: gnome-systemd/platform/gnome-menus.xml@ 09140ef

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 09140ef was 09140ef, checked in by Krejzi <krejzi@…>, 10 years ago

Import Christopher's GNOME work into systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13549 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.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.10/gnome-menus-&gnome-menus-version;.tar.xz">
9 <!ENTITY gnome-menus-download-ftp
10 "&gnome-download-ftp;/gnome-menus/3.10/gnome-menus-&gnome-menus-version;.tar.xz">
11 <!ENTITY gnome-menus-md5sum "6db025e79e2b69f39fc7aa0753f43081">
12 <!ENTITY gnome-menus-size "416 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, <filename>.directory</filename> files and a menu related utility
41 program.
42 </para>
43
44 &lfs75_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&gnome-menus-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&gnome-menus-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &gnome-menus-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &gnome-menus-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &gnome-menus-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &gnome-menus-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">GNOME Menus Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="glib2"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gobject-introspection"/>
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/gnome-menus"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of GNOME Menus</title>
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 Program</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 gmenu-simple-editor
141 </seg>
142 <seg>
143 libgnome-menu.so
144 </seg>
145 <seg>
146 /etc/xdg/menus,
147 /usr/include/gnome-menus-3.0,
148 /usr/lib/python&python2-majorver;/site-packages/GMenuSimpleEditor and
149 /usr/share/gnome-menus
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="gmenu-simple-editor">
160 <term><command>gmenu-simple-editor</command></term>
161 <listitem>
162 <para>
163 is used to modify <application>GNOME</application> Menu layout.
164 </para>
165 <indexterm zone="gnome-menus gmenu-simple-editor">
166 <primary sortas="b-gmenu-simple-editor">gmenu-simple-editor</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="libgnome-menu">
172 <term><filename class="libraryfile">libgnome-menu.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">
180 <primary sortas="c-libgnome-menu">libgnome-menu.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.