source: archive/lxqt/desktop/libfm-qt.xml@ 54bd123

11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 54bd123 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <sect1info>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>libfm-qt-&libfm-qt-version;</title>
27
28 <indexterm zone="libfm-qt">
29 <primary sortas="a-libfm-qt">libfm-qt</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to libfm-qt</title>
34
35 <para>
36 <application>libfm-qt</application> is the Qt port of libfm, a library
37 providing components to build desktop file managers.
38 </para>
39
40 &lfs82_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&libfm-qt-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&libfm-qt-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &libfm-qt-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &libfm-qt-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &libfm-qt-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &libfm-qt-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">libfm-qt Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="cmake"/>,
81 <xref linkend="libexif"/>,
82 <xref linkend="libfm"/>, and
83 <xref linkend="qt5"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="git"/>(to download translation files) or
89 <xref linkend="lxqt-l10n"/> (to add localization files)
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/libfm-qt"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of libfm-qt</title>
99
100 <para>
101 Install <application>libfm-qt</application> by running the
102 following commands:
103 </para>
104
105<screen><userinput>mkdir -v build &amp;&amp;
106cd build &amp;&amp;
107
108cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
109 -DCMAKE_BUILD_TYPE=Release \
110 -DPULL_TRANSLATIONS=no \
111 .. &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Remove the need for
131 <xref linkend="git"/>, which would otherwise be requested to download
132 the translation files.
133 </para>
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-qt.so
151 </seg>
152 <seg>
153 $LXQT_PREFIX/include/libfm-qt, $LXQT_PREFIX/share/libfm-qt, and
154 $LXQT_PREFIX/share/cmake/fm-qt
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-qt-lib">
165 <term><filename class="libraryfile">libfm-qt.so</filename></term>
166 <listitem>
167 <para>
168 contains the <application>libfm-qt</application> API functions.
169 </para>
170 <indexterm zone="libfm-qt libfm-qt-lib">
171 <primary sortas="c-libfm-qt">libfm-qt.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.