source: lxqt/desktop/pcmanfm-qt.xml@ 32936bc

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 32936bc was 32936bc, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

lxqt and qt5-alternate cleanups

  • Property mode set to 100644
File size: 4.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 <!ENTITY pcmanfm-qt-download-http "https://github.com/lxqt/pcmanfm-qt/releases/download/&lxqt-version;/pcmanfm-qt-&lxqt-version;.tar.xz">
8 <!ENTITY pcmanfm-qt-download-ftp " ">
9 <!ENTITY pcmanfm-qt-md5sum "c1e8738479f4d43df33b642af7e5004c">
10 <!ENTITY pcmanfm-qt-size "352 KB">
11 <!ENTITY pcmanfm-qt-buildsize "14 MB">
12 <!ENTITY pcmanfm-qt-time "0.1 SBU (Using parallelixm=4)">
13]>
14
15<sect1 id="pcmanfm-qt" xreflabel="pcmanfm-qt-&lxqt-version;">
16 <?dbhtml filename="pcmanfm-qt.html"?>
17
18
19 <title>pcmanfm-qt-&lxqt-version;</title>
20
21 <indexterm zone="pcmanfm-qt">
22 <primary sortas="a-pcmanfm-qt">pcmanfm-qt</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to pcmanfm-qt</title>
27
28 <para>
29 The <application>pcmanfm-qt</application> is a file manager and desktop
30 icon manager (<application>Qt</application> port of
31 <application>pcmanfm</application> and <application>libfm</application>).
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&pcmanfm-qt-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&pcmanfm-qt-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &pcmanfm-qt-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &pcmanfm-qt-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &pcmanfm-qt-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &pcmanfm-qt-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">pcmanfm-qt Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="liblxqt"/>,
75 <xref linkend="libfm-qt"/>, and
76 <xref linkend="lxqt-menu-data"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="breeze-icons"/> or another icon theme (depending on your
82 choice, some icons will be missing in several places)
83 </para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of pcmanfm-qt</title>
89
90 <para>
91 Install <application>pcmanfm-qt</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>mkdir -v build &amp;&amp;
96cd build &amp;&amp;
97
98cmake -DCMAKE_INSTALL_PREFIX=/usr \
99 -DCMAKE_BUILD_TYPE=Release \
100 .. &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the &root; user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Program</segtitle>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 pcmanfm-qt
126 </seg>
127 <seg>
128 None
129 </seg>
130 <seg>
131 /usr/share/pcmanfm-qt
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="pcmanfm-qt-prog">
142 <term><command>pcmanfm-qt</command></term>
143 <listitem>
144 <para>
145 is a file manager.
146 </para>
147 <indexterm zone="pcmanfm-qt pcmanfm-qt-prog">
148 <primary sortas="b-pcmanfm-qt">pcmanfm-qt</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.