mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
158 lines
4.2 KiB
XML
158 lines
4.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;
|
|
|
|
<!ENTITY liblxqt-mount-download-http "&lxqt-http-repo;/&lxqt-version;/liblxqt-mount-&liblxqt-mount-version;.tar.xz">
|
|
<!ENTITY liblxqt-mount-download-ftp " ">
|
|
<!ENTITY liblxqt-mount-md5sum "476d91d6680f63b0dd7ab445120b9e20">
|
|
<!ENTITY liblxqt-mount-size "20 KB">
|
|
<!ENTITY liblxqt-mount-buildsize "1.1 MB">
|
|
<!ENTITY liblxqt-mount-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="liblxqt-mount" xreflabel="liblxqt-mount-&liblxqt-mount-version;">
|
|
<?dbhtml filename="liblxqt-mount.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>liblxqt-mount-&liblxqt-mount-version;</title>
|
|
|
|
<indexterm zone="liblxqt-mount">
|
|
<primary sortas="a-liblxqt-mount">liblxqt-mount</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to liblxqt-mount</title>
|
|
|
|
<para>
|
|
The <application>liblxqt-mount</application> package is used in
|
|
<application>LXQt</application> for removable devices management.
|
|
</para>
|
|
|
|
&lfs78_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&liblxqt-mount-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&liblxqt-mount-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &liblxqt-mount-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &liblxqt-mount-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &liblxqt-mount-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &liblxqt-mount-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">liblxqt-mount Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="cmake"/> and
|
|
<xref linkend="qt5"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/liblxqt-mount"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of liblxqt-mount</title>
|
|
|
|
<para>
|
|
Install <application>liblxqt-mount</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
|
.. &&
|
|
|
|
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="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
liblxqtmount.so
|
|
</seg>
|
|
<seg>
|
|
$LXQT_PREFIX/{include,lib/cmake}/lxqtmount
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="liblxqt-mount-lib">
|
|
<term><filename class="libraryfile">liblxqtmount.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>liblxqt-mount</application> API functions.
|
|
</para>
|
|
<indexterm zone="liblxqt-mount liblxqt-mount-lib">
|
|
<primary sortas="c-liblxqtmount">liblxqtmount.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|