glfs/lxqt/desktop/lxqt-common.xml
Pierre Labastie a2c3ec7901 GCC 6 tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17334 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-05-07 20:01:40 +00:00

187 lines
5.4 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 lxqt-common-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-common-&lxqt-common-version;.tar.xz">
<!ENTITY lxqt-common-download-ftp " ">
<!ENTITY lxqt-common-md5sum "6bf2c06e0de15da33a054bb02b681b02">
<!ENTITY lxqt-common-size "3.9 MB">
<!ENTITY lxqt-common-buildsize "12 MB">
<!ENTITY lxqt-common-time "less than 0.1 SBU (desktop, mime and hicolor databases and cache updates take over 0.1 SBU)">
]>
<sect1 id="lxqt-common" xreflabel="lxqt-common-&lxqt-common-version;">
<?dbhtml filename="lxqt-common.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>lxqt-common-&lxqt-common-version;</title>
<indexterm zone="lxqt-common">
<primary sortas="a-lxqt-common">lxqt-common</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to lxqt-common</title>
<para>
The <application>lxqt-common</application> package provides common files for <application>LXQt</application>.
</para>
&lfs79_checked;&gcc6_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&lxqt-common-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&lxqt-common-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &lxqt-common-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &lxqt-common-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &lxqt-common-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &lxqt-common-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">lxqt-common Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="liblxqt"/>,
<xref linkend="openbox"/> (runtime - may be replaced by another WM, e.g.
<xref linkend="xfwm4"/>),
<xref linkend="qt5"/> built with <xref linkend="librsvg"/>, and
<xref linkend="xdg-utils"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="consolekit"/> alone or with
<xref linkend="lxdm"/> or another Display Manager, e.g.
<xref linkend="sddm"/> (this has been
reported as the <quote>recommended <application>LXQt</application>
display manager</quote>),
<xref linkend="desktop-file-utils"/>,
<xref linkend="hicolor-icon-theme"/>, and
<xref linkend="shared-mime-info"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="xscreensaver"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/lxqt-common"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of lxqt-common</title>
<para>
Install <application>lxqt-common</application> by running the following
commands:
</para>
<screen><userinput>mkdir -v build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
.. &amp;&amp;
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>
<para>
If you have installed recommended dependencies, run the following
commands as <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
xdg-icon-resource forceupdate --theme hicolor &amp;&amp;
update-desktop-database -q</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
startlxqt
</seg>
<seg>
None
</seg>
<seg>
/etc/xdg/pcmanfm-qt/lxqt and
$LXQT_PREFIX/share/{desktop-directories,lxqt/{graphics,openbox,themes}}
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="startlxqt">
<term><command>startlxqt</command></term>
<listitem>
<para>
is used to start the desktop session for
<application>LXQt</application>.
</para>
<indexterm zone="lxqt-common startlxqt">
<primary sortas="b-startlxqt">startlxqt</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>