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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 c1ff74eb was c1ff74eb, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to btrfs-progs-v4.8.3.
Update to menu-cache-1.0.2.
Update to xfce4-terminal-0.8.1.
Update to bluez-5.43.
Update to fltk-1.3.4.

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

  • Property mode set to 100644
File size: 4.6 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
[71a9f67f]7 <!ENTITY menu-cache-download-http "&sourceforge-repo;/lxde/menu-cache-&menu-cache-version;.tar.xz">
[93d15f4]8 <!ENTITY menu-cache-download-ftp " ">
[c1ff74eb]9 <!ENTITY menu-cache-md5sum "8dde7a3f5bd9798d0129d1979a5d7640">
[224c3b2]10 <!ENTITY menu-cache-size "260 KB">
[c1ff74eb]11 <!ENTITY menu-cache-buildsize "3.2">
[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
[671d62c]38 &lfs7a_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
74 <bridgehead renderas="sect3">Menu Cache Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
[06579a8]78 <xref linkend="libfm-extra"/>
[93d15f4]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
[a20c6308]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
[ce72f6e]124 install the API documentation.
[a20c6308]125 </para>
[71a9f67f]126
[93d15f4]127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Library</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 None
140 </seg>
141 <seg>
142 libmenu-cache.so
143 </seg>
144 <seg>
[224c3b2]145 /usr/{include,libexec,share/gtk-doc/html}/menu-cache
[93d15f4]146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="libmenu-cache">
156 <term><filename class="libraryfile">libmenu-cache.so</filename></term>
157 <listitem>
158 <para>
159 contains the <application>menu-cache</application> API functions.
160 </para>
161 <indexterm zone="menu-cache libmenu-cache">
162 <primary sortas="c-libmenu-cache">libmenu-cache.so</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.