source: lxqt/desktop/pcmanfm-qt.xml

trunk
Last change on this file was 18958f2e, checked in by Bruce Dubbs <bdubbs@…>, 5 days ago

Update to lxqt-2.0.

  • Property mode set to 100644
File size: 4.6 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 Install <application>pcmanfm-qt</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>mkdir build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -D CMAKE_INSTALL_PREFIX=/usr \
100 -D CMAKE_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.