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

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 e81bc0b was 080e2341, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Tag LXDE and dependencies.

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

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[93d15f4]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
[8dfc5c3]7 <!ENTITY menu-cache-download-http "&sourceforge-dl;/lxde/menu-cache-&menu-cache-version;.tar.xz">
[93d15f4]8 <!ENTITY menu-cache-download-ftp " ">
[c83a06a]9 <!ENTITY menu-cache-md5sum "99999a0bca48b980105208760c8fd893">
[224c3b2]10 <!ENTITY menu-cache-size "260 KB">
[c764687]11 <!ENTITY menu-cache-buildsize "3.7 MB">
[71a9f67f]12 <!ENTITY menu-cache-time "less than 0.1 SBU">
[93d15f4]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
[080e2341]38 &lfs10_checked;
[93d15f4]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
[c764687]74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <ulink url="&patch-root;/menu-cache-&menu-cache-version;-consolidated_fixes-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>
83
[93d15f4]84 <bridgehead renderas="sect3">Menu Cache Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
[06579a8]88 <xref linkend="libfm-extra"/>
[93d15f4]89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
[c83a06a]93 <xref linkend="gtk-doc"/> and
94 <xref linkend="xdg-utils"/>
[93d15f4]95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/menu-cache"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Menu Cache</title>
104
[c764687]105 <para>
106 First fix a memory leak and <quote>multiple definitions</quote>
107 issues:
108 </para>
109
110<screen><userinput>patch -Np1 -i ../menu-cache-&menu-cache-version;-consolidated_fixes-1.patch</userinput></screen>
111
[93d15f4]112 <para>
113 Install <application>Menu Cache</application> by running the following
114 commands:
115 </para>
116
[c764687]117<screen><userinput>./configure --prefix=/usr \
118 --disable-static &amp;&amp;
[93d15f4]119make</userinput></screen>
120
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/static-libraries.xml"/>
138
[a20c6308]139 <para>
140 <option>--enable-gtk-doc</option>: Use this option if
141 <application>GTK-Doc</application> is installed and you wish to build and
[ce72f6e]142 install the API documentation.
[a20c6308]143 </para>
[71a9f67f]144
[93d15f4]145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Library</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 None
158 </seg>
159 <seg>
160 libmenu-cache.so
161 </seg>
162 <seg>
[224c3b2]163 /usr/{include,libexec,share/gtk-doc/html}/menu-cache
[93d15f4]164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="libmenu-cache">
174 <term><filename class="libraryfile">libmenu-cache.so</filename></term>
175 <listitem>
176 <para>
177 contains the <application>menu-cache</application> API functions.
178 </para>
179 <indexterm zone="menu-cache libmenu-cache">
180 <primary sortas="c-libmenu-cache">libmenu-cache.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.