mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
49a84b8757
Update to Archive-Zip-1.62 (Perl Module). Archive lxqt Tags git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20345 af4574ff-66df-0310-9fd7-8a98e5e911e0
191 lines
5.7 KiB
XML
191 lines
5.7 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-notificationd-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-notificationd-&lxqt-notificationd-version;.tar.xz">-->
|
|
<!ENTITY lxqt-notificationd-download-http "https://github.com/lxde/lxqt-notificationd/releases/download/&lxqt-notificationd-version;/lxqt-notificationd-&lxqt-notificationd-version;.tar.xz">
|
|
<!ENTITY lxqt-notificationd-download-ftp " ">
|
|
<!ENTITY lxqt-notificationd-md5sum "1cf3e6aaeb2cc4b3973d493ad7fd3503">
|
|
<!ENTITY lxqt-notificationd-size "31 KB">
|
|
<!ENTITY lxqt-notificationd-buildsize "3.7 MB">
|
|
<!ENTITY lxqt-notificationd-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="lxqt-notificationd" xreflabel="lxqt-notificationd-&lxqt-notificationd-version;">
|
|
<?dbhtml filename="lxqt-notificationd.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>lxqt-notificationd-&lxqt-notificationd-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>
|
|
|
|
&lfs82_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>
|
|
|
|
<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-notificationd"/>
|
|
</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 &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
|
-DPULL_TRANSLATIONS=no \
|
|
.. &&
|
|
|
|
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>
|
|
None
|
|
</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>
|