source: lxde/desktop/menu-cache.xml@ e290a8f5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e290a8f5 was b5102a2d, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to valgrind-3.9.0.
Update to lxmenu-data-0.1.4.
Update to lxde-icon-theme-0.5.1.
More tags -- most of lxde

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

  • Property mode set to 100644
File size: 4.8 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 menu-cache-download-http "&sourceforge-repo;/lxde/menu-cache-&menu-cache-version;.tar.xz">
8 <!ENTITY menu-cache-download-ftp " ">
9 <!ENTITY menu-cache-md5sum "515a69ab45bc9963e053756ab7e5b529">
10 <!ENTITY menu-cache-size "256 KB">
11 <!ENTITY menu-cache-buildsize "3.2 MB (additional 0.5 MB to build and install the API documentation)">
12 <!ENTITY menu-cache-time "less than 0.1 SBU">
13]>
14
15<sect1 id="menu-cache" xreflabel="menu-cache-&menu-cache-version;">
16 <?dbhtml filename="menu-cache.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>menu-cache-&menu-cache-version;</title>
24
25 <indexterm zone="menu-cache">
26 <primary sortas="a-menu-cache">menu-cache</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Menu Cache</title>
31
32 <para>
33 The <application>Menu Cache</application> package contains a
34 library for creating and utilizing caches to speed up the
35 manipulation for freedesktop.org defined application menus.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&menu-cache-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&menu-cache-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &menu-cache-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &menu-cache-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &menu-cache-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &menu-cache-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Menu Cache Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libfm-extra"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="gtk-doc"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/menu-cache"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Menu Cache</title>
93
94 <para>
95 Install <application>Menu Cache</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr \
100 --disable-static &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/static-libraries.xml"/>
120
121 <para>
122 <option>--enable-gtk-doc</option>: Use this option if
123 <application>GTK-Doc</application> is installed and you wish to build and
124 install the API documentation. With this option enabled, the
125 package doesn't support parallel build.
126 </para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 None
141 </seg>
142 <seg>
143 libmenu-cache.so
144 </seg>
145 <seg>
146 /usr/include/menu-cache,
147 /usr/libexec/menu-cache and
148 /usr/share/gtk-doc/html/libmenu-cache
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="libmenu-cache">
159 <term><filename class="libraryfile">libmenu-cache.so</filename></term>
160 <listitem>
161 <para>
162 contains the <application>menu-cache</application> API functions.
163 </para>
164 <indexterm zone="menu-cache libmenu-cache">
165 <primary sortas="c-libmenu-cache">libmenu-cache.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.