source: lxqt/desktop/pcmanfm-qt.xml@ a822cb5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 a822cb5 was a822cb5, checked in by Pierre Labastie <pieere@…>, 7 years ago

LXQt:

  • tag desktop
  • change download links to github
  • two updates

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

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