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

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

Add harfbuzz as an optional (circular) dependency of cairo.
A few tags.

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

  • Property mode set to 100644
File size: 4.6 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-dl;/lxde/menu-cache-&menu-cache-version;.tar.xz">
8 <!ENTITY menu-cache-download-ftp " ">
9 <!ENTITY menu-cache-md5sum "99999a0bca48b980105208760c8fd893">
10 <!ENTITY menu-cache-size "260 KB">
11 <!ENTITY menu-cache-buildsize "3.3 MB">
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 &lfs84_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"/> and
84 <xref linkend="xdg-utils"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/menu-cache"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Menu Cache</title>
94
95 <para>
96 Install <application>Menu Cache</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr \
101 --disable-static &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/static-libraries.xml"/>
121
122 <para>
123 <option>--enable-gtk-doc</option>: Use this option if
124 <application>GTK-Doc</application> is installed and you wish to build and
125 install the API documentation.
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,libexec,share/gtk-doc/html}/menu-cache
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="libmenu-cache">
157 <term><filename class="libraryfile">libmenu-cache.so</filename></term>
158 <listitem>
159 <para>
160 contains the <application>menu-cache</application> API functions.
161 </para>
162 <indexterm zone="menu-cache libmenu-cache">
163 <primary sortas="c-libmenu-cache">libmenu-cache.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.