source: lxqt/desktop/pcmanfm-qt.xml@ 67d670cb

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 67d670cb was 67d670cb, checked in by Douglas R. Reno <renodr@…>, 10 months ago

pcmanfm: minor typo fix (s/,/.)

  • Property mode set to 100644
File size: 4.6 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 parallelism=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 (a <application>Qt</application> port of
31 <application>pcmanfm</application> and <application>libfm</application>).
32 </para>
33
34 &lfs120_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="gvfs"/> (runtime) and
82 <xref linkend="oxygen-icons5"/> 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 Install <application>pcmanfm-qt</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>mkdir -v build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -DCMAKE_INSTALL_PREFIX=/usr \
100 -DCMAKE_BUILD_TYPE=Release \
101 .. &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the &root; user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 <para>
115 To make <application>pcmanfm-qt</application> easier to find in
116 menus, adjust the .desktop file. Again, as the &root; user:
117 </para>
118
119<screen role="root"><userinput>sed -e '/Categories=/s/=/=System;FileTools;/' \
120 -e '/Name=/s/=.*/=File Manager PCManFM-Qt'/ \
121 -i /usr/share/applications/pcmanfm-qt.desktop</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Program</segtitle>
130 <segtitle>Installed Library</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 pcmanfm-qt
136 </seg>
137 <seg>
138 None
139 </seg>
140 <seg>
141 /usr/share/pcmanfm-qt
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="pcmanfm-qt-prog">
152 <term><command>pcmanfm-qt</command></term>
153 <listitem>
154 <para>
155 is a file manager and desktop icon manager
156 </para>
157 <indexterm zone="pcmanfm-qt pcmanfm-qt-prog">
158 <primary sortas="b-pcmanfm-qt">pcmanfm-qt</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.