source: archive/lxqt/desktop/pcmanfm-qt.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.2 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 pcmanfm-qt-download-http "http://downloads.lxqt.org/pcmanfm-qt/&pcmanfm-qt-version;/pcmanfm-qt-&pcmanfm-qt-version;.tar.xz">-->
11 <!ENTITY pcmanfm-qt-download-http "https://github.com/lxde/pcmanfm-qt/releases/download/&pcmanfm-qt-version;/pcmanfm-qt-&pcmanfm-qt-version;.tar.xz">
12 <!ENTITY pcmanfm-qt-download-ftp " ">
13 <!ENTITY pcmanfm-qt-md5sum "eb83bc0d37381cc9e6fb27f1be9a07ef">
14 <!ENTITY pcmanfm-qt-size "98 KB">
15 <!ENTITY pcmanfm-qt-buildsize "8.7 MB">
16 <!ENTITY pcmanfm-qt-time "0.3 SBU">
17]>
18
19<sect1 id="pcmanfm-qt" xreflabel="pcmanfm-qt-&pcmanfm-qt-version;">
20 <?dbhtml filename="pcmanfm-qt.html"?>
21
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 &lfs82_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 .. &amp;&amp;
115
116make</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
135 <xref linkend="git"/>, which would otherwise be requested to download
136 the translation files.
137 </para>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Library</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 pcmanfm-qt
152 </seg>
153 <seg>
154 None
155 </seg>
156 <seg>
157 /etc/xdg/pcmanfm-qt
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="pcmanfm-qt-prog">
168 <term><command>pcmanfm-qt</command></term>
169 <listitem>
170 <para>
171 is a file manager.
172 </para>
173 <indexterm zone="pcmanfm-qt pcmanfm-qt-prog">
174 <primary sortas="b-pcmanfm-qt">pcmanfm-qt</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.