mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
163 lines
4.3 KiB
XML
163 lines
4.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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-download-http "https://github.com/lxqt/liblxqt/releases/download/&lxqt-version;/liblxqt-&lxqt-version;.tar.xz">
|
|
<!ENTITY liblxqt-download-ftp " ">
|
|
<!ENTITY liblxqt-md5sum "5877977a8314f6470c15faa09c24c764">
|
|
<!ENTITY liblxqt-size "84 KB">
|
|
<!ENTITY liblxqt-buildsize "5.2 MB">
|
|
<!ENTITY liblxqt-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="liblxqt" xreflabel="liblxqt-&lxqt-version;">
|
|
<?dbhtml filename="liblxqt.html"?>
|
|
|
|
|
|
<title>liblxqt-&lxqt-version;</title>
|
|
|
|
<indexterm zone="liblxqt">
|
|
<primary sortas="a-liblxqt">liblxqt</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to liblxqt</title>
|
|
|
|
<para>
|
|
The <application>liblxqt</application> is the core utility library for all
|
|
<application>LXQt</application> components.
|
|
</para>
|
|
|
|
&lfs121_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&liblxqt-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&liblxqt-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &liblxqt-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &liblxqt-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &liblxqt-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &liblxqt-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">liblxqt Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="libqtxdg"/>,
|
|
<xref linkend="lxqt-kwindowsystem"/>, and
|
|
<xref linkend="polkit-qt"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of liblxqt</title>
|
|
|
|
<para>
|
|
Install <application>liblxqt</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
.. &&
|
|
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>
|
|
lxqt-backlight_backend
|
|
</seg>
|
|
<seg>
|
|
liblxqt.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/lxqt and
|
|
/usr/share/cmake/lxqt
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="lxqt-backlight_backend">
|
|
<term><command>lxqt-backlight_backend</command></term>
|
|
<listitem>
|
|
<para>
|
|
sets the backlight level for a display
|
|
</para>
|
|
<indexterm zone="liblxqt lxqt-backlight_backend">
|
|
<primary sortas="b-lxqt-backlight_backend">lxqt-backlight_backend</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="liblxqt-lib">
|
|
<term><filename class="libraryfile">liblxqt.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>liblxqt</application> API functions
|
|
</para>
|
|
<indexterm zone="liblxqt liblxqt-lib">
|
|
<primary sortas="c-liblxqt">liblxqt.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|