source: lxde/desktop/libfm.xml@ 7a5b2e77

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 7a5b2e77 was 2bb6344e, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update libfm-1.1.4.

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

  • Property mode set to 100644
File size: 5.4 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 libfm-download-http "&sourceforge-repo;/pcmanfm/libfm-&libfm-version;.tar.xz">
8 <!ENTITY libfm-download-ftp " ">
9 <!ENTITY libfm-md5sum "fd3ff9174e097ab3fd619e4a10fd822a">
10 <!ENTITY libfm-size "684 KB">
11 <!ENTITY libfm-buildsize "23 MB (additional 5 MB to rebuild and install
12 the API documentation)">
13 <!ENTITY libfm-time "0.2 SBU (additional 0.1 SBU to rebuild and
14 install the API documentation)">
15]>
16
17<sect1 id="libfm" xreflabel="libfm-&libfm-version;">
18 <?dbhtml filename="libfm.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libfm-&libfm-version;</title>
26
27 <indexterm zone="libfm">
28 <primary sortas="a-libfm">libfm</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to libfm</title>
33
34 <para>
35 The <application>libfm</application> package contains a library used
36 to develop file managers providing some file management utilities.
37 </para>
38
39 &lfs74_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libfm-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libfm-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libfm-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libfm-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libfm-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libfm-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libfm Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gtk2"/> and
80 <xref linkend="menu-cache"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="libexif"/>,
86 <xref linkend="vala"/>, and
87 <xref linkend="lxmenu-data"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="dbus-glib"/> and
93 <xref linkend="udisks"/> (for volume management - experimental) or
94 <xref linkend="gvfs"/> and
95 <xref linkend="gtk-doc"/>
96 </para>
97
98 <para condition="html" role="usernotes">
99 User Notes: <ulink url="&blfs-wiki;/libfm"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of libfm</title>
105
106 <para>
107 Install <application>libfm</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>./configure --prefix=/usr \
112 --sysconfdir=/etc \
113 --disable-static &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make check</command>.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/static-libraries.xml"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/gtk-doc-rebuild.xml"/>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Program</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 libfm-pref-apps
150 </seg>
151 <seg>
152 libfm.so and libfm-gtk.so
153 </seg>
154 <seg>
155 /etc/xdg/libfm,
156 /usr/include/libfm-1.0,
157 /usr/share/gtk-doc/html/libfm and
158 /usr/share/libfm
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="libfm-pref-apps">
169 <term><command>libfm-pref-apps</command></term>
170 <listitem>
171 <para>
172 sets preferred applications for programs based
173 on <application>libfm</application>.
174 </para>
175 <indexterm zone="libfm libfm-pref-apps">
176 <primary sortas="b-libfm-pref-apps">libfm-pref-apps</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="libfm-lib">
182 <term><filename class="libraryfile">libfm.so</filename></term>
183 <listitem>
184 <para>
185 contains the <application>libfm</application> API functions.
186 </para>
187 <indexterm zone="libfm libfm-lib">
188 <primary sortas="c-libfm">libfm.so</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.