glfs/lxqt/desktop/libfm-qt.xml
Bruce Dubbs b3867c5f8c Add qt5-components page.
Also create an ENTITY for qt5 or qt5-alternate and use that
to specify the qt5 dependenies.

The complete KF5/plasma packages should use the full qt5 build, but
the lxqt kf5/plasma components only need qt5-alternate.
2023-07-13 20:23:08 -05:00

153 lines
3.9 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;
<!ENTITY libfm-qt-download-http "https://github.com/lxqt/libfm-qt/releases/download/&lxqt-version;/libfm-qt-&lxqt-version;.tar.xz">
<!ENTITY libfm-qt-download-ftp " ">
<!ENTITY libfm-qt-md5sum "80448300dc454e5e484f3163bccc5947">
<!ENTITY libfm-qt-size "380 KB">
<!ENTITY libfm-qt-buildsize "24 MB">
<!ENTITY libfm-qt-time "0.3 SBU (Using parallelism=4)">
]>
<sect1 id="libfm-qt" xreflabel="libfm-qt-&lxqt-version;">
<?dbhtml filename="libfm-qt.html"?>
<title>libfm-qt-&lxqt-version;</title>
<indexterm zone="libfm-qt">
<primary sortas="a-libfm-qt">libfm-qt</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libfm-qt</title>
<para>
<application>libfm-qt</application> is the Qt port of libfm, a library
providing components to build desktop file managers.
</para>
&lfs113_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&libfm-qt-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&libfm-qt-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &libfm-qt-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &libfm-qt-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &libfm-qt-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &libfm-qt-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libfm-qt Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="cmake"/>,
<xref linkend="libexif"/>,
<xref linkend="menu-cache"/>, and
&qt5-deps;
</para>
</sect2>
<sect2 role="installation">
<title>Installation of libfm-qt</title>
<para>
Install <application>libfm-qt</application> by running the
following commands:
</para>
<screen><userinput>mkdir -v build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
.. &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the &root; user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libfm-qt.so
</seg>
<seg>
/usr/include/libfm-qt,
/usr/share/libfm-qt, and
/usr/share/cmake/fm-qt
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libfm-qt-lib">
<term><filename class="libraryfile">libfm-qt.so</filename></term>
<listitem>
<para>
contains the <application>libfm-qt</application> API functions.
</para>
<indexterm zone="libfm-qt libfm-qt-lib">
<primary sortas="c-libfm-qt">libfm-qt.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>