glfs/archive/lxqt/desktop/lxqt-about.xml
Xi Ruoyao 45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00

178 lines
4.9 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;
<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
instead, but keep the old link in case the host become available again.
According to lxqt devs, they are working on it...
<!ENTITY lxqt-about-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-about-&lxqt-about-version;.tar.xz">-->
<!ENTITY lxqt-about-download-http "https://github.com/lxde/lxqt-about/releases/download/&lxqt-about-version;/lxqt-about-&lxqt-about-version;.tar.xz">
<!ENTITY lxqt-about-download-ftp " ">
<!ENTITY lxqt-about-md5sum "92df8e8f8394b24cf9823009835afb00">
<!ENTITY lxqt-about-size "22 KB">
<!ENTITY lxqt-about-buildsize "1.8 MB">
<!ENTITY lxqt-about-time "less than 0.1 SBU">
]>
<sect1 id="lxqt-about" xreflabel="lxqt-about-&lxqt-about-version;">
<?dbhtml filename="lxqt-about.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>lxqt-about-&lxqt-about-version;</title>
<indexterm zone="lxqt-about">
<primary sortas="a-lxqt-about">lxqt-about</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to lxqt-about</title>
<para>
The <application>lxqt-about</application> package provides the standalone
<application>LXQt</application> <quote>About</quote> dialog.
</para>
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&lxqt-about-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&lxqt-about-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &lxqt-about-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &lxqt-about-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &lxqt-about-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &lxqt-about-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">lxqt-about Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="liblxqt"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="git"/> (to download translation files) or
<xref linkend="lxqt-l10n"/> (to add localization files)
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/lxqt-about"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of lxqt-about</title>
<para>
Install <application>lxqt-about</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 \
-DPULL_TRANSLATIONS=no \
.. &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>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
<xref linkend="git"/>, which would otherwise be requested to download
the translation files.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
lxqt-about
</seg>
<seg>
None
</seg>
<seg>
None
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="lxqt-about-prog">
<term><command>lxqt-about</command></term>
<listitem>
<para>
is the <application>LXQt</application> <quote>About</quote> dialog.
</para>
<indexterm zone="lxqt-about lxqt-about-prog">
<primary sortas="b-lxqt-about">lxqt-about</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>