source: lxqt/desktop/pcmanfm-qt.xml@ 422d284

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 422d284 was 2d6d791, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Add a helper for pcmanfm-qt

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "163f512c5ad0994394fd316a0caaef92">
10 <!ENTITY pcmanfm-qt-size "388 KB">
11 <!ENTITY pcmanfm-qt-buildsize "18 MB">
12 <!ENTITY pcmanfm-qt-time "0.4 SBU">
13]>
14
15<sect1 id="pcmanfm-qt" xreflabel="pcmanfm-qt-&lxqt-version;">
16 <?dbhtml filename="pcmanfm-qt.html"?>
17
18 <title>pcmanfm-qt-&lxqt-version;</title>
19
20 <indexterm zone="pcmanfm-qt">
21 <primary sortas="a-pcmanfm-qt">pcmanfm-qt</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to pcmanfm-qt</title>
26
27 <para>
28 The <application>pcmanfm-qt</application> is a file manager and desktop
29 icon manager (a <application>Qt</application> port of
30 <application>pcmanfm</application> and <application>libfm</application>).
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&pcmanfm-qt-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&pcmanfm-qt-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &pcmanfm-qt-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &pcmanfm-qt-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &pcmanfm-qt-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &pcmanfm-qt-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">pcmanfm-qt Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="layer-shell-qt"/>,
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="gvfs"/> (runtime) and
82 <xref linkend="oxygen-icons"/> or another icon theme (depending on your
83 choice, some icons will be missing in several places)
84 </para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of pcmanfm-qt</title>
90
91 <para>
92 If libLayerShellQtInterface.so is installed in /opt, help this
93 package find it. As the &root; user:
94 </para>
95
96<screen><userinput>if [ -e /opt/kf6/lib/libLayerShellQtInterface.so -a \
97 ! -e /usr/lib/libLayerShellQtInterface.so ]; then
98
99 ln -sv /opt/kf6/lib/libLayerShellQtInterface.so \
100 /usr/lib/libLayerShellQtInterface.so
101fi</userinput></screen>
102
103
104
105
106 <para>
107 Install <application>pcmanfm-qt</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114cmake -D CMAKE_INSTALL_PREFIX=/usr \
115 -D CMAKE_BUILD_TYPE=Release \
116 .. &amp;&amp;
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 &root; user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 <para>
130 To make <application>pcmanfm-qt</application> easier to find in
131 menus, adjust the .desktop file. Again, as the &root; user:
132 </para>
133
134<screen role="root"><userinput>sed -e '/Categories=/s/=/=System;FileTools;/' \
135 -e '/Name=/s/=.*/=File Manager PCManFM-Qt'/ \
136 -i /usr/share/applications/pcmanfm-qt.desktop</userinput></screen>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Program</segtitle>
145 <segtitle>Installed Library</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 pcmanfm-qt
151 </seg>
152 <seg>
153 None
154 </seg>
155 <seg>
156 /usr/share/pcmanfm-qt
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="pcmanfm-qt-prog">
167 <term><command>pcmanfm-qt</command></term>
168 <listitem>
169 <para>
170 is a file manager and desktop icon manager
171 </para>
172 <indexterm zone="pcmanfm-qt pcmanfm-qt-prog">
173 <primary sortas="b-pcmanfm-qt">pcmanfm-qt</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.