source: lxqt/desktop/pcmanfm-qt.xml@ 822ec11

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 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 822ec11 was 822ec11, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to qterminal-0.7.1 and qtermwidget-0.7.1.
Update to pavucontrol-qt-0.2.0.
Update to lximage-qt-0.5.1.
Update to pcmanfm-qt-0.11.2.
Update to libfm-qt-0.11.2

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

  • Property mode set to 100644
File size: 4.9 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 pcmanfm-qt-download-http "http://downloads.lxqt.org/pcmanfm-qt/&pcmanfm-qt-version;/pcmanfm-qt-&pcmanfm-qt-version;.tar.xz">
8 <!ENTITY pcmanfm-qt-download-ftp " ">
9 <!ENTITY pcmanfm-qt-md5sum "e0101bbedf0239d1ae29570b18e28f3a">
10 <!ENTITY pcmanfm-qt-size "96 KB">
11 <!ENTITY pcmanfm-qt-buildsize "6.9 MB">
12 <!ENTITY pcmanfm-qt-time "0.1 SBU">
13]>
14
15<sect1 id="pcmanfm-qt" xreflabel="pcmanfm-qt-&pcmanfm-qt-version;">
16 <?dbhtml filename="pcmanfm-qt.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>pcmanfm-qt-&pcmanfm-qt-version;</title>
24
25 <indexterm zone="pcmanfm-qt">
26 <primary sortas="a-pcmanfm-qt">pcmanfm-qt</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to pcmanfm-qt</title>
31
32 <para>
33 The <application>pcmanfm-qt</application> is a file manager and desktop
34 icon manager (<application>Qt</application> port of
35 <application>pcmanfm</application> and <application>libfm</application>).
36 </para>
37
38 &lfs7a_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&pcmanfm-qt-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&pcmanfm-qt-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &pcmanfm-qt-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &pcmanfm-qt-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &pcmanfm-qt-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &pcmanfm-qt-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">pcmanfm-qt Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="liblxqt"/>,
79 <xref linkend="libfm-qt"/>, and
80 <xref linkend="lxmenu-data"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="oxygen-icons5"/> or another icon theme (depending on your
86 choice, some icons will be missing in several places)
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="git"/> (to download translation files) or
92 <xref linkend="lxqt-l10n"/> (to add localization files)
93 </para>
94
95 <para condition="html" role="usernotes">
96 User Notes: <ulink url="&blfs-wiki;/pcmanfm-qt"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of pcmanfm-qt</title>
102
103 <para>
104 Install <application>pcmanfm-qt</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>mkdir -v build &amp;&amp;
109cd build &amp;&amp;
110
111cmake -DCMAKE_BUILD_TYPE=Release \
112 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
113 -DPULL_TRANSLATIONS=no \
114 -DCMAKE_INSTALL_LIBDIR=lib \
115 .. &amp;&amp;
116
117make</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <para>
135 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
136 <xref linkend="git"/>, which would otherwise be requested to download
137 the translation files.
138 </para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Program</segtitle>
147 <segtitle>Installed Library</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 pcmanfm-qt
153 </seg>
154 <seg>
155 None
156 </seg>
157 <seg>
158 None
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="pcmanfm-qt-prog">
169 <term><command>pcmanfm-qt</command></term>
170 <listitem>
171 <para>
172 is a file manager.
173 </para>
174 <indexterm zone="pcmanfm-qt pcmanfm-qt-prog">
175 <primary sortas="b-pcmanfm-qt">pcmanfm-qt</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.