source: archive/lxqt/desktop/liblxqt.xml@ 27e309e7

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 27e309e7 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.0 KB
Line 
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<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!ENTITY liblxqt-download-http "&lxqt-http-repo;/&lxqt-version;/liblxqt-&liblxqt-version;.tar.xz">-->
11 <!ENTITY liblxqt-download-http "https://github.com/lxde/liblxqt/releases/download/&liblxqt-version;/liblxqt-&liblxqt-version;.tar.xz">
12 <!ENTITY liblxqt-download-ftp " ">
13 <!ENTITY liblxqt-md5sum "65abc1f9dd25a4244e12f9126ea22397">
14 <!ENTITY liblxqt-size "50 KB">
15 <!ENTITY liblxqt-buildsize "5.0 MB">
16 <!ENTITY liblxqt-time "0.2 SBU">
17]>
18
19<sect1 id="liblxqt" xreflabel="liblxqt-&liblxqt-version;">
20 <?dbhtml filename="liblxqt.html"?>
21
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 &lfs82_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 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="libqtxdg"/> and
78 (<xref linkend="lxqt-kwindowsystem"/> or
79 <xref role="nodep" linkend="kf5-frameworks"/>)
80<!-- role="nodep" implies jhalfs users won't depend on the whole kf5
81 stack. If they have installed kf5, it is easy to remove the
82 lxqt-kwindowsystem script. -->
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="git"/> (to download translation files) or
88 <xref linkend="lxqt-l10n"/> (to add localization files)
89 </para>
90
91 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/liblxqt"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of liblxqt</title>
98
99 <para>
100 Install <application>liblxqt</application> by running the
101 following commands:
102 </para>
103
104<screen><userinput>mkdir -v build &amp;&amp;
105cd build &amp;&amp;
106
107cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
108 -DCMAKE_BUILD_TYPE=Release \
109 -DPULL_TRANSLATIONS=no \
110 .. &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
130 <xref linkend="git"/>, which would otherwise be requested to download
131 the translation files.
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/lxqt and $LXQT_PREFIX/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>
Note: See TracBrowser for help on using the repository browser.