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 liblxqt-download-http "&lxqt-http-repo;/&lxqt-version;/liblxqt-&liblxqt-version;.tar.xz">
|
---|
8 | <!ENTITY liblxqt-download-ftp " ">
|
---|
9 | <!ENTITY liblxqt-md5sum "b027c6114d543e24a35846d37d374009">
|
---|
10 | <!ENTITY liblxqt-size "88 KB">
|
---|
11 | <!ENTITY liblxqt-buildsize "5.4 MB">
|
---|
12 | <!ENTITY liblxqt-time "0.2 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="liblxqt" xreflabel="liblxqt-&liblxqt-version;">
|
---|
16 | <?dbhtml filename="liblxqt.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>liblxqt-&liblxqt-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="liblxqt">
|
---|
26 | <primary sortas="a-liblxqt">liblxqt</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to liblxqt</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>liblxqt</application> is the core utility library for all
|
---|
34 | <application>LXQt</application> components.
|
---|
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="&liblxqt-download-http;"/>
|
---|
44 | </para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>
|
---|
48 | Download (FTP): <ulink url="&liblxqt-download-ftp;"/>
|
---|
49 | </para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>
|
---|
53 | Download MD5 sum: &liblxqt-md5sum;
|
---|
54 | </para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>
|
---|
58 | Download size: &liblxqt-size;
|
---|
59 | </para>
|
---|
60 | </listitem>
|
---|
61 | <listitem>
|
---|
62 | <para>
|
---|
63 | Estimated disk space required: &liblxqt-buildsize;
|
---|
64 | </para>
|
---|
65 | </listitem>
|
---|
66 | <listitem>
|
---|
67 | <para>
|
---|
68 | Estimated build time: &liblxqt-time;
|
---|
69 | </para>
|
---|
70 | </listitem>
|
---|
71 | </itemizedlist>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect3">liblxqt Dependencies</bridgehead>
|
---|
74 |
|
---|
75 | <note>
|
---|
76 | <para>
|
---|
77 | You do not need all <xref linkend="kf5-frameworks"/>, just the named
|
---|
78 | library and dependencies.
|
---|
79 | </para>
|
---|
80 | </note>
|
---|
81 |
|
---|
82 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
83 | <para role="required">
|
---|
84 | kwindowsystem, from <xref linkend="kf5-frameworks"/> and
|
---|
85 | <xref linkend="libqtxdg"/>
|
---|
86 | </para>
|
---|
87 |
|
---|
88 | <para condition="html" role="usernotes">
|
---|
89 | User Notes: <ulink url="&blfs-wiki;/liblxqt"/>
|
---|
90 | </para>
|
---|
91 | </sect2>
|
---|
92 |
|
---|
93 | <sect2 role="installation">
|
---|
94 | <title>Installation of liblxqt</title>
|
---|
95 |
|
---|
96 | <para>
|
---|
97 | Install <application>liblxqt</application> by running the
|
---|
98 | following commands:
|
---|
99 | </para>
|
---|
100 |
|
---|
101 | <screen><userinput>sed -e '/lxqtnotification.h/ i #include <QObject>' \
|
---|
102 | -i lxqtnotification.cpp &&
|
---|
103 |
|
---|
104 | mkdir -v build &&
|
---|
105 | cd build &&
|
---|
106 |
|
---|
107 | cmake -DCMAKE_BUILD_TYPE=Release \
|
---|
108 | -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
---|
109 | -DCMAKE_INSTALL_LIBDIR=lib \
|
---|
110 | .. &&
|
---|
111 |
|
---|
112 | make</userinput></screen>
|
---|
113 |
|
---|
114 |
|
---|
115 | <para>
|
---|
116 | This package does not come with a test suite.
|
---|
117 | </para>
|
---|
118 |
|
---|
119 | <para>
|
---|
120 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
121 | </para>
|
---|
122 |
|
---|
123 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
124 |
|
---|
125 | </sect2>
|
---|
126 |
|
---|
127 | <sect2 role="commands">
|
---|
128 | <title>Command Explanations</title>
|
---|
129 |
|
---|
130 | <para>
|
---|
131 | <command>sed -e ...</command>: Fixes the headers for 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 Library</segtitle>
|
---|
142 | <segtitle>Installed Directories</segtitle>
|
---|
143 |
|
---|
144 | <seglistitem>
|
---|
145 | <seg>
|
---|
146 | None
|
---|
147 | </seg>
|
---|
148 | <seg>
|
---|
149 | liblxqt.so
|
---|
150 | </seg>
|
---|
151 | <seg>
|
---|
152 | $LXQT_PREFIX/{include,share{,/cmake}/lxqt}
|
---|
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="liblxqt-lib">
|
---|
163 | <term><filename class="libraryfile">liblxqt.so</filename></term>
|
---|
164 | <listitem>
|
---|
165 | <para>
|
---|
166 | contains the <application>liblxqt</application> API functions.
|
---|
167 | </para>
|
---|
168 | <indexterm zone="liblxqt liblxqt-lib">
|
---|
169 | <primary sortas="c-liblxqt">liblxqt.so</primary>
|
---|
170 | </indexterm>
|
---|
171 | </listitem>
|
---|
172 | </varlistentry>
|
---|
173 |
|
---|
174 | </variablelist>
|
---|
175 |
|
---|
176 | </sect2>
|
---|
177 |
|
---|
178 | </sect1>
|
---|