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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 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 nosym 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 b8edcab8 was b8edcab8, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • LXQt: some rewording for the sed command explanations suggested by Douglas. Closes #5683.

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

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