mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
3368ef44e8
ensure a UTF-8 locale is set. Make KF5/Plasma packages needed for lxqt explicit. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17079 af4574ff-66df-0310-9fd7-8a98e5e911e0
189 lines
5.2 KiB
XML
189 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;
|
|
|
|
<!ENTITY lxqt-panel-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-panel-&lxqt-panel-version;.tar.xz">
|
|
<!ENTITY lxqt-panel-download-ftp " ">
|
|
<!ENTITY lxqt-panel-md5sum "4a884aa9a59b2f554204ab3491663edc">
|
|
<!ENTITY lxqt-panel-size "324 KB">
|
|
<!ENTITY lxqt-panel-buildsize "31 MB">
|
|
<!ENTITY lxqt-panel-time "1.8 SBU">
|
|
]>
|
|
|
|
<sect1 id="lxqt-panel" xreflabel="lxqt-panel-&lxqt-panel-version;">
|
|
<?dbhtml filename="lxqt-panel.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>lxqt-panel-&lxqt-panel-version;</title>
|
|
|
|
<indexterm zone="lxqt-panel">
|
|
<primary sortas="a-lxqt-panel">lxqt-panel</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to lxqt-panel</title>
|
|
|
|
<para>
|
|
The <application>lxqt-panel</application> package contains a
|
|
lightweight X11 desktop panel.
|
|
</para>
|
|
|
|
&lfs79_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&lxqt-panel-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&lxqt-panel-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &lxqt-panel-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &lxqt-panel-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &lxqt-panel-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &lxqt-panel-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">lxqt-panel Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="kf5-frameworks"/> or
|
|
(<xref linkend="lxqt-kguiaddons"/> and
|
|
<xref linkend="lxqt-solid"/>) (keyboard indicator plugin),
|
|
<xref linkend="lxqt-globalkeys"/>,
|
|
<xref linkend="libdbusmenu-qt"/> (built against Qt5),
|
|
<xref linkend="liblxqt"/>,
|
|
<xref linkend="libxkbcommon"/>,
|
|
<xref linkend="lxmenu-data"/>, and
|
|
<xref linkend="menu-cache"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="alsa-lib"/> or
|
|
<xref linkend="pulseaudio"/> (volume plugin),
|
|
<xref linkend="libstatgrab"/> (system statistics plugin),
|
|
<xref linkend="libsysstat"/> (CPU and network monitor plugins), and
|
|
<xref linkend="lm_sensors"/> (sensors plugin)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/lxqt-panel"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of lxqt-panel</title>
|
|
|
|
<para>
|
|
Install <application>lxqt-panel</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>sed -e 's:<KF5/KWindowSystem/:<:' \
|
|
-i plugin-taskbar/lxqttaskgroup.{h,cpp} &&
|
|
|
|
mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-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="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<command>sed ...</command>: Fixes the headers for KF5.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
lxqt-panel
|
|
</seg>
|
|
<seg>
|
|
several plugins under $LXQT_PREFIX/lib/lxqt-panel
|
|
</seg>
|
|
<seg>
|
|
/etc/xdg/lxqt,
|
|
$LXQT_PREFIX/share/lxqt/{,translations/}lxqt-panel and
|
|
$LXQT_PREFIX/lib/lxqt-panel
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="lxqt-panel-prog">
|
|
<term><command>lxqt-panel</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a lightweight <application>Qt5</application> based
|
|
panel for the <application>LXQt</application> Desktop.
|
|
</para>
|
|
<indexterm zone="lxqt-panel lxqt-panel-prog">
|
|
<primary sortas="b-lxqt-panel">lxqt-panel</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|