glfs/lxqt/apps/lxqt-notificationd.xml
Douglas R. Reno f9c0972ed4 lxqt tree-wide: Remove periods (.) from the end of short descriptions.
This is for consistency with the rest of the book since these aren't
sentences.
2023-07-17 22:22:13 -05:00

175 lines
5.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;
<!ENTITY lxqt-notificationd-download-http "https://github.com/lxqt/lxqt-notificationd/releases/download/&lxqt-version;/lxqt-notificationd-&lxqt-version;.tar.xz">
<!ENTITY lxqt-notificationd-download-ftp " ">
<!ENTITY lxqt-notificationd-md5sum "5968545fb9ac06c19cd682f474b45c28">
<!ENTITY lxqt-notificationd-size "60 KB">
<!ENTITY lxqt-notificationd-buildsize "4.3 MB">
<!ENTITY lxqt-notificationd-time "0.2 SBU">
]>
<sect1 id="lxqt-notificationd" xreflabel="lxqt-notificationd-&lxqt-version;">
<?dbhtml filename="lxqt-notificationd.html"?>
<title>lxqt-notificationd-&lxqt-version;</title>
<indexterm zone="lxqt-notificationd">
<primary sortas="a-lxqt-notificationd">lxqt-notificationd</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to lxqt-notificationd</title>
<para>
The <application>lxqt-notificationd</application> package is the
<application>LXQt</application> notification daemon.
</para>
&lfs113_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&lxqt-notificationd-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&lxqt-notificationd-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &lxqt-notificationd-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &lxqt-notificationd-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &lxqt-notificationd-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &lxqt-notificationd-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">lxqt-notificationd Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="liblxqt"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of lxqt-notificationd</title>
<para>
Install <application>lxqt-notificationd</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=/usr \
.. &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 Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
lxqt-config-notificationd and
lxqt-notificationd
</seg>
<seg>
None
</seg>
<seg>
/usr/share/lxqt/translations/lxqt-config-notificationd and
/usr/share/lxqt/translations/lxqt-notificationd
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="lxqt-config-notificationd">
<term><command>lxqt-config-notificationd</command></term>
<listitem>
<para>
is the <command>lxqt-notificationd</command> GUI configuration tool
</para>
<indexterm zone="lxqt-notificationd lxqt-config-notificationd">
<primary sortas="b-lxqt-config-notificationd">lxqt-config-notificationd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="lxqt-notificationd-prog">
<term><command>lxqt-notificationd</command></term>
<listitem>
<para>
is the <application>LXQt</application> notification daemon
</para>
<indexterm zone="lxqt-notificationd lxqt-notificationd-prog">
<primary sortas="b-lxqt-notificationd">lxqt-notificationd</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>