mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
187 lines
5.2 KiB
XML
187 lines
5.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
|
|
instead, but keep the old link in case the host become available again.
|
|
According to lxqt devs, they are working on it...
|
|
<!ENTITY pcmanfm-qt-download-http "http://downloads.lxqt.org/pcmanfm-qt/&pcmanfm-qt-version;/pcmanfm-qt-&pcmanfm-qt-version;.tar.xz">-->
|
|
<!ENTITY pcmanfm-qt-download-http "https://github.com/lxde/pcmanfm-qt/releases/download/&pcmanfm-qt-version;/pcmanfm-qt-&pcmanfm-qt-version;.tar.xz">
|
|
<!ENTITY pcmanfm-qt-download-ftp " ">
|
|
<!ENTITY pcmanfm-qt-md5sum "eb83bc0d37381cc9e6fb27f1be9a07ef">
|
|
<!ENTITY pcmanfm-qt-size "98 KB">
|
|
<!ENTITY pcmanfm-qt-buildsize "8.7 MB">
|
|
<!ENTITY pcmanfm-qt-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="pcmanfm-qt" xreflabel="pcmanfm-qt-&pcmanfm-qt-version;">
|
|
<?dbhtml filename="pcmanfm-qt.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>pcmanfm-qt-&pcmanfm-qt-version;</title>
|
|
|
|
<indexterm zone="pcmanfm-qt">
|
|
<primary sortas="a-pcmanfm-qt">pcmanfm-qt</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to pcmanfm-qt</title>
|
|
|
|
<para>
|
|
The <application>pcmanfm-qt</application> is a file manager and desktop
|
|
icon manager (<application>Qt</application> port of
|
|
<application>pcmanfm</application> and <application>libfm</application>).
|
|
</para>
|
|
|
|
&lfs82_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&pcmanfm-qt-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&pcmanfm-qt-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &pcmanfm-qt-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &pcmanfm-qt-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &pcmanfm-qt-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &pcmanfm-qt-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">pcmanfm-qt Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="liblxqt"/>,
|
|
<xref linkend="libfm-qt"/>, and
|
|
<xref linkend="lxmenu-data"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="oxygen-icons5"/> or another icon theme (depending on your
|
|
choice, some icons will be missing in several places)
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="git"/> (to download translation files) or
|
|
<xref linkend="lxqt-l10n"/> (to add localization files)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/pcmanfm-qt"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of pcmanfm-qt</title>
|
|
|
|
<para>
|
|
Install <application>pcmanfm-qt</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
|
-DPULL_TRANSLATIONS=no \
|
|
.. &&
|
|
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
|
|
<xref linkend="git"/>, which would otherwise be requested to download
|
|
the translation files.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
pcmanfm-qt
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/etc/xdg/pcmanfm-qt
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="pcmanfm-qt-prog">
|
|
<term><command>pcmanfm-qt</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a file manager.
|
|
</para>
|
|
<indexterm zone="pcmanfm-qt pcmanfm-qt-prog">
|
|
<primary sortas="b-pcmanfm-qt">pcmanfm-qt</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|