mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
73fe50793d
• Update to LVM2.2.02.126. URL changed to a directory with all past releases. • Update to mdadm-3.3.3. • Update to vsftpd-3.0.3. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16282 af4574ff-66df-0310-9fd7-8a98e5e911e0
182 lines
5.3 KiB
XML
182 lines
5.3 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 "7db547d46c4e4e5efb6b3ee8e4a90ad9">
|
|
<!ENTITY lxqt-common-size "3.9 MB">
|
|
<!ENTITY lxqt-common-buildsize "12 MB">
|
|
<!ENTITY lxqt-common-time "less than 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>
|
|
|
|
&lfs77_checked; &gcc5_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"/>, but this has not been tested for BLFS),
|
|
<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.
|
|
<ulink url="https://github.com/sddm/sddm">sddm</ulink> (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>
|
|
|
|
<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 &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=/opt/lxqt \
|
|
.. &&
|
|
|
|
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 &&
|
|
xdg-icon-resource forceupdate --theme hicolor &&
|
|
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
|
|
/opt/lxqt/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>
|