source: lxde/desktop/menu-cache.xml@ 6b5886f6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6b5886f6 was 2b4d97f, checked in by Igor Živković <igor@…>, 10 years ago

menu-cache unnecessary libexec subdirectory

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12073 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-repo;/lxde/menu-cache-&menu-cache-version;.tar.gz">
8 <!ENTITY menu-cache-download-ftp " ">
9 <!ENTITY menu-cache-md5sum "fd296c317a235782fbbd37b6f54bc985">
10 <!ENTITY menu-cache-size "400 KB">
11 <!ENTITY menu-cache-buildsize "5.6 MB">
12 <!ENTITY menu-cache-time "0.2 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 &lfs74_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="glib2"/>
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 --libexecdir=/usr/lib \
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 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/gtk-doc-rebuild.xml"/>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 None
138 </seg>
139 <seg>
140 libmenu-cache.so
141 </seg>
142 <seg>
143 /usr/include/menu-cache,
144 /usr/lib/menu-cache and
145 /usr/share/gtk-doc/html/libmenu-cache
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.