1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY lxqt-notificationd-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-notificationd-&lxqt-notificationd-version;.tar.xz">
|
---|
8 | <!ENTITY lxqt-notificationd-download-ftp " ">
|
---|
9 | <!ENTITY lxqt-notificationd-md5sum "11d8e306c0b2e23a4cca312cdcb54dbd">
|
---|
10 | <!ENTITY lxqt-notificationd-size "40 KB">
|
---|
11 | <!ENTITY lxqt-notificationd-buildsize "2.5 MB">
|
---|
12 | <!ENTITY lxqt-notificationd-time "0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="lxqt-notificationd" xreflabel="lxqt-notificationd-&lxqt-notificationd-version;">
|
---|
16 | <?dbhtml filename="lxqt-notificationd.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>lxqt-notificationd-&lxqt-notificationd-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="lxqt-notificationd">
|
---|
26 | <primary sortas="a-lxqt-notificationd">lxqt-notificationd</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to lxqt-notificationd</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>lxqt-notificationd</application> package is the
|
---|
34 | <application>LXQt</application> notification daemon.
|
---|
35 | </para>
|
---|
36 |
|
---|
37 | &lfs78_checked;
|
---|
38 |
|
---|
39 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
40 | <itemizedlist spacing="compact">
|
---|
41 | <listitem>
|
---|
42 | <para>
|
---|
43 | Download (HTTP): <ulink url="&lxqt-notificationd-download-http;"/>
|
---|
44 | </para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>
|
---|
48 | Download (FTP): <ulink url="&lxqt-notificationd-download-ftp;"/>
|
---|
49 | </para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>
|
---|
53 | Download MD5 sum: &lxqt-notificationd-md5sum;
|
---|
54 | </para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>
|
---|
58 | Download size: &lxqt-notificationd-size;
|
---|
59 | </para>
|
---|
60 | </listitem>
|
---|
61 | <listitem>
|
---|
62 | <para>
|
---|
63 | Estimated disk space required: &lxqt-notificationd-buildsize;
|
---|
64 | </para>
|
---|
65 | </listitem>
|
---|
66 | <listitem>
|
---|
67 | <para>
|
---|
68 | Estimated build time: &lxqt-notificationd-time;
|
---|
69 | </para>
|
---|
70 | </listitem>
|
---|
71 | </itemizedlist>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect3">lxqt-notificationd Dependencies</bridgehead>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
76 | <para role="required">
|
---|
77 | <xref linkend="liblxqt"/> and
|
---|
78 | <xref linkend="lxqt-common"/>
|
---|
79 | </para>
|
---|
80 |
|
---|
81 | <para condition="html" role="usernotes">
|
---|
82 | User Notes: <ulink url="&blfs-wiki;/lxqt-notificationd"/>
|
---|
83 | </para>
|
---|
84 | </sect2>
|
---|
85 |
|
---|
86 | <sect2 role="installation">
|
---|
87 | <title>Installation of lxqt-notificationd</title>
|
---|
88 |
|
---|
89 | <para>
|
---|
90 | Install <application>lxqt-notificationd</application> by running the
|
---|
91 | following commands:
|
---|
92 | </para>
|
---|
93 |
|
---|
94 | <screen><userinput>sed -e '/QDebug/ i #include <QObject>' \
|
---|
95 | -e 's:<KF5/KWindowSystem/:<:' \
|
---|
96 | -i src/notification.cpp &&
|
---|
97 |
|
---|
98 | sed -e '/LXQt\/Notification/ i #include <QObject>' \
|
---|
99 | -i config/basicsettings.cpp &&
|
---|
100 |
|
---|
101 | mkdir -v build &&
|
---|
102 | cd build &&
|
---|
103 |
|
---|
104 | cmake -DCMAKE_BUILD_TYPE=Release \
|
---|
105 | -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
---|
106 | .. &&
|
---|
107 |
|
---|
108 | make</userinput></screen>
|
---|
109 |
|
---|
110 | <para>
|
---|
111 | This package does not come with a test suite.
|
---|
112 | </para>
|
---|
113 |
|
---|
114 | <para>
|
---|
115 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
116 | </para>
|
---|
117 |
|
---|
118 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
119 |
|
---|
120 | </sect2>
|
---|
121 |
|
---|
122 | <sect2 role="commands">
|
---|
123 | <title>Command Explanations</title>
|
---|
124 |
|
---|
125 | <para>
|
---|
126 | <command>sed -e ... src/notification.cpp</command>: Fixes the headers for KF5.
|
---|
127 | </para>
|
---|
128 |
|
---|
129 | <para>
|
---|
130 | <command>sed -e ... config/basicsettings.cpp</command>: Fixes the headers for
|
---|
131 | Qt5-5.5.
|
---|
132 | </para>
|
---|
133 |
|
---|
134 | </sect2>
|
---|
135 |
|
---|
136 | <sect2 role="content">
|
---|
137 | <title>Contents</title>
|
---|
138 |
|
---|
139 | <segmentedlist>
|
---|
140 | <segtitle>Installed Programs</segtitle>
|
---|
141 | <segtitle>Installed Libraries</segtitle>
|
---|
142 | <segtitle>Installed Directories</segtitle>
|
---|
143 |
|
---|
144 | <seglistitem>
|
---|
145 | <seg>
|
---|
146 | lxqt-config-notificationd and lxqt-notificationd
|
---|
147 | </seg>
|
---|
148 | <seg>
|
---|
149 | None
|
---|
150 | </seg>
|
---|
151 | <seg>
|
---|
152 | $LXQT_PREFIX/share/lxqt/translations/lxqt-{config-,}notificationd
|
---|
153 | </seg>
|
---|
154 | </seglistitem>
|
---|
155 | </segmentedlist>
|
---|
156 |
|
---|
157 | <variablelist>
|
---|
158 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
159 | <?dbfo list-presentation="list"?>
|
---|
160 | <?dbhtml list-presentation="table"?>
|
---|
161 |
|
---|
162 | <varlistentry id="lxqt-config-notificationd">
|
---|
163 | <term><command>lxqt-config-notificationd</command></term>
|
---|
164 | <listitem>
|
---|
165 | <para>
|
---|
166 | is the <command>lxqt-notificationd</command> GUI configuration tool.
|
---|
167 | </para>
|
---|
168 | <indexterm zone="lxqt-notificationd lxqt-config-notificationd">
|
---|
169 | <primary sortas="b-lxqt-config-notificationd">lxqt-config-notificationd</primary>
|
---|
170 | </indexterm>
|
---|
171 | </listitem>
|
---|
172 | </varlistentry>
|
---|
173 |
|
---|
174 | <varlistentry id="lxqt-notificationd-prog">
|
---|
175 | <term><command>lxqt-notificationd</command></term>
|
---|
176 | <listitem>
|
---|
177 | <para>
|
---|
178 | is the <application>LXQt</application> notification daemon.
|
---|
179 | </para>
|
---|
180 | <indexterm zone="lxqt-notificationd lxqt-notificationd-prog">
|
---|
181 | <primary sortas="b-lxqt-notificationd">lxqt-notificationd</primary>
|
---|
182 | </indexterm>
|
---|
183 | </listitem>
|
---|
184 | </varlistentry>
|
---|
185 |
|
---|
186 | </variablelist>
|
---|
187 |
|
---|
188 | </sect2>
|
---|
189 |
|
---|
190 | </sect1>
|
---|