glfs/archive/lxqt/desktop/lxqt-themes.xml
Pierre Labastie 3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00

144 lines
4.0 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-common-download-http "https://github.com/lxde/lxqt-common/releases/download/&lxqt-common-version;/lxqt-common-&lxqt-common-version;.tar.xz">-->
<!ENTITY lxqt-themes-download-http "https://github.com/lxde/lxqt-themes/releases/download/&lxqt-themes-version;/lxqt-themes-&lxqt-themes-version;.tar.xz">
<!ENTITY lxqt-themes-download-ftp " ">
<!ENTITY lxqt-themes-md5sum "e468462aa42b6d8e6e7d24403e100226">
<!ENTITY lxqt-themes-size "3.1 MB">
<!ENTITY lxqt-themes-buildsize "8.2 MB">
<!ENTITY lxqt-themes-time "less than 0.1 SBU">
]>
<sect1 id="lxqt-themes" xreflabel="lxqt-themes-&lxqt-themes-version;">
<?dbhtml filename="lxqt-themes.html"?>
<title>lxqt-themes-&lxqt-themes-version;</title>
<indexterm zone="lxqt-themes">
<primary sortas="a-lxqt-themes">lxqt-themes</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to lxqt-themes</title>
<para>
The <application>lxqt-themes</application> package provides a number of
graphic files and themes for ithe <application>LXQt</application>
desktop.
</para>
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&lxqt-themes-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&lxqt-themes-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &lxqt-themes-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &lxqt-themes-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &lxqt-themes-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &lxqt-themes-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">lxqt-themes Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="lxqt-build-tools"/>,
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/lxqt-themes"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of lxqt-themes</title>
<para>
Install <application>lxqt-themes</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>mkdir -pv $LXQT_PREFIX/share/lxqt/graphics &amp;&amp;
make install</userinput></screen>
</sect2>
<!-- <sect2 role="commands">
<title>Command Explanations</title>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
None
</seg>
<seg>
$LXQT_PREFIX/share/lxqt/{graphics,themes}}
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>