source: lxqt/desktop/libfm-extra.xml@ 289fd16

12.1 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 289fd16 was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 5 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 libfm-download-http "&sourceforge-dl;/pcmanfm/libfm-&libfm-extra-version;.tar.xz">
8 <!ENTITY libfm-download-ftp " ">
9 <!ENTITY libfm-md5sum "c87a0ff41ae77825079b2f785ec0741e">
10 <!ENTITY libfm-size "924 KB">
11 <!ENTITY libfm-buildsize "11 MB">
12 <!ENTITY libfm-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libfm-extra" xreflabel="libfm-extra-&libfm-extra-version;">
16 <?dbhtml filename="libfm-extra.html"?>
17
18
19 <title>libfm-extra-&libfm-extra-version;</title>
20
21 <indexterm zone="libfm-extra">
22 <primary sortas="a-libfm-extra">libfm-extra</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libfm-extra</title>
27
28 <para>
29 The <application>libfm-extra</application> package contains a library and
30 other files required by <command>menu-cache-gen</command> libexec of
31 <xref linkend="menu-cache"/>.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libfm-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libfm-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libfm-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libfm-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libfm-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libfm-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libfm-extra Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="glib2"/>
75 </para>
76<!--
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="libexif"/>,
80 <xref linkend="vala"/>, and
81 <xref linkend="lxmenu-data"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/>
87 </para>-->
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of libfm-extra</title>
93
94 <para>
95 Install <application>libfm-extra</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr \
100 --sysconfdir=/etc \
101 --with-extra-only \
102 --with-gtk=no \
103 --disable-static &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para>
122 <parameter>--with-extra-only</parameter>: This switch disables all
123 components except for the libfm-extra library.
124 </para>
125
126 <para>
127 <parameter>--with-gtk=no</parameter>: This switch disables support for
128 <application>GTK+</application> because it is not necessary for this
129 package.
130 </para>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/static-libraries.xml"/>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Library</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 None
148 </seg>
149 <seg>
150 libfm-extra.so
151 </seg>
152 <seg>
153 /usr/include/libfm (symlink) and
154 /usr/include/libfm-1.0
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="libfm-extra-lib">
165 <term><filename class="libraryfile">libfm-extra.so</filename></term>
166 <listitem>
167 <para>
168 contains the <application>libfm-extra</application> API functions
169 </para>
170 <indexterm zone="libfm-extra libfm-extra-lib">
171 <primary sortas="c-libfm-extra">libfm-extra.so</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.