source: lxqt/desktop/lxqt-common.xml@ ad6afb24

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ad6afb24 was fd6c522, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to lxqt-common-0.11.2.
Revert lmdb to version 0.9.19.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18182 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 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 <!ENTITY lxqt-common-download-http "https://github.com/lxde/lxqt-common/releases/download/&lxqt-common-version;/lxqt-common-&lxqt-common-version;.tar.xz">
8 <!ENTITY lxqt-common-download-ftp " ">
9 <!ENTITY lxqt-common-md5sum "3722ca91903e48c62d1ba73edf19721c">
10 <!ENTITY lxqt-common-size "3.1 MB">
11 <!ENTITY lxqt-common-buildsize "6.1 MB">
12 <!ENTITY lxqt-common-time "less than 0.1 SBU">
13]>
14
15<sect1 id="lxqt-common" xreflabel="lxqt-common-&lxqt-common-version;">
16 <?dbhtml filename="lxqt-common.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>lxqt-common-&lxqt-common-version;</title>
24
25 <indexterm zone="lxqt-common">
26 <primary sortas="a-lxqt-common">lxqt-common</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to lxqt-common</title>
31
32 <para>
33 The <application>lxqt-common</application> package provides common files
34 for various <application>LXQt</application> components.
35 </para>
36
37 &lfs7a_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&lxqt-common-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&lxqt-common-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &lxqt-common-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &lxqt-common-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &lxqt-common-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &lxqt-common-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">lxqt-common Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="liblxqt"/>,
78 <xref linkend="hicolor-icon-theme"/>, and at runtime
79 <xref linkend="xorg7-app"/> (for <command>xmessage</command>)
80 </para>
81
82 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/lxqt-common"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of lxqt-common</title>
89
90 <para>
91 Install <application>lxqt-common</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>sed -e '/TryExec/s@=@='$LXQT_PREFIX'/bin/@' \
96 -i xsession/lxqt.desktop.in &amp;&amp;
97
98mkdir -v build &amp;&amp;
99cd build &amp;&amp;
100
101cmake -DCMAKE_BUILD_TYPE=Release \
102 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
103 .. &amp;&amp;
104
105make</userinput></screen>
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>mkdir -pv $LXQT_PREFIX/share/lxqt/graphics &amp;&amp;
115make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <command>sed -e '/TryExec/s@=@='$LXQT_PREFIX'/bin/@' -i xsessions/lxqt.desktop.in</command>:
124 If using a display manager, the full path of the <quote>TryExec</quote>
125 directive has to be given so that the <application>LXQt</application>
126 desktop appear in the sessions list.
127 </para>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Program</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 startlxqt
142 </seg>
143 <seg>
144 None
145 </seg>
146 <seg>
147 /etc/xdg/{pcmanfm-qt,lxqt} and
148 $LXQT_PREFIX/share/{desktop-directories,lxqt/{graphics,openbox,themes}}
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="startlxqt">
159 <term><command>startlxqt</command></term>
160 <listitem>
161 <para>
162 is used to start the desktop session for
163 <application>LXQt</application>.
164 </para>
165 <indexterm zone="lxqt-common startlxqt">
166 <primary sortas="b-startlxqt">startlxqt</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.