source: lxqt/desktop/libfm-qt.xml@ 24e24c4

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 24e24c4 was 24e24c4, checked in by Bruce Dubbs <bdubbs@…>, 13 months ago

More lxqt additions

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