source: archive/lxqt/desktop/libfm-qt.xml@ 49a84b87

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 49a84b87 was 49a84b87, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to mariadb-10.3.9.
Update to Archive-Zip-1.62 (Perl Module).
Archive lxqt
Tags

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

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