source: archive/lxqt/desktop/libfm-qt.xml@ 3f2db3a6

11.3 12.0 12.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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.0 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<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!ENTITY libfm-qt-download-http "http://downloads.lxqt.org/libfm-qt/&libfm-qt-version;/libfm-qt-&libfm-qt-version;.tar.xz">-->
11 <!ENTITY libfm-qt-download-http "https://github.com/lxde/libfm-qt/releases/download/&libfm-qt-version;/libfm-qt-&libfm-qt-version;.tar.xz">
12 <!ENTITY libfm-qt-download-ftp " ">
13 <!ENTITY libfm-qt-md5sum "8eb86b0743fe6c6adb73f516295e4281">
14 <!ENTITY libfm-qt-size "178 KB">
15 <!ENTITY libfm-qt-buildsize "22 MB">
16 <!ENTITY libfm-qt-time "0.9 SBU">
17]>
18
19<sect1 id="libfm-qt" xreflabel="libfm-qt-&libfm-qt-version;">
20 <?dbhtml filename="libfm-qt.html"?>
21
22
23 <title>libfm-qt-&libfm-qt-version;</title>
24
25 <indexterm zone="libfm-qt">
26 <primary sortas="a-libfm-qt">libfm-qt</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libfm-qt</title>
31
32 <para>
33 <application>libfm-qt</application> is the Qt port of libfm, a library
34 providing components to build desktop file managers.
35 </para>
36
37 &lfs82_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libfm-qt-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libfm-qt-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libfm-qt-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libfm-qt-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libfm-qt-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libfm-qt-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libfm-qt Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="cmake"/>,
78 <xref linkend="libexif"/>,
79 <xref linkend="libfm"/>, and
80 <xref linkend="qt5"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="git"/>(to download translation files) or
86 <xref linkend="lxqt-l10n"/> (to add localization files)
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/libfm-qt"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of libfm-qt</title>
96
97 <para>
98 Install <application>libfm-qt</application> by running the
99 following commands:
100 </para>
101
102<screen><userinput>mkdir -v build &amp;&amp;
103cd build &amp;&amp;
104
105cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
106 -DCMAKE_BUILD_TYPE=Release \
107 -DPULL_TRANSLATIONS=no \
108 .. &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para>
127 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Remove the need for
128 <xref linkend="git"/>, which would otherwise be requested to download
129 the translation files.
130 </para>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Library</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 None
145 </seg>
146 <seg>
147 libfm-qt.so
148 </seg>
149 <seg>
150 $LXQT_PREFIX/include/libfm-qt, $LXQT_PREFIX/share/libfm-qt, and
151 $LXQT_PREFIX/share/cmake/fm-qt
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="libfm-qt-lib">
162 <term><filename class="libraryfile">libfm-qt.so</filename></term>
163 <listitem>
164 <para>
165 contains the <application>libfm-qt</application> API functions.
166 </para>
167 <indexterm zone="libfm-qt libfm-qt-lib">
168 <primary sortas="c-libfm-qt">libfm-qt.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.