source: archive/lxqt/desktop/lxqt-powermanagement.xml@ 49a84b87

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 49a84b87 was 49a84b87, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to mariadb-10.3.9.
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

  • Property mode set to 100644
File size: 6.2 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 lxqt-powermanagement-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-powermanagement-&lxqt-powermanagement-version;.tar.xz">-->
11 <!ENTITY lxqt-powermanagement-download-http "https://github.com/lxde/lxqt-powermanagement/releases/download/&lxqt-powermanagement-version;/lxqt-powermanagement-&lxqt-powermanagement-version;.tar.xz">
12 <!ENTITY lxqt-powermanagement-download-ftp " ">
13 <!ENTITY lxqt-powermanagement-md5sum "c780b96805347d18a9ac5e23fd46ad3b">
14 <!ENTITY lxqt-powermanagement-size "30 KB">
15 <!ENTITY lxqt-powermanagement-buildsize "4.5 MB">
16 <!ENTITY lxqt-powermanagement-time "0.3 SBU">
17]>
18
19<sect1 id="lxqt-powermanagement" xreflabel="lxqt-powermanagement-&lxqt-powermanagement-version;">
20 <?dbhtml filename="lxqt-powermanagement.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>lxqt-powermanagement-&lxqt-powermanagement-version;</title>
28
29 <indexterm zone="lxqt-powermanagement">
30 <primary sortas="a-lxqt-powermanagement">lxqt-powermanagement</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to lxqt-powermanagement</title>
35
36 <para>
37 The <application>lxqt-powermanagement</application> package provides the
38 power management module for <application>LXQt</application>.
39 </para>
40
41 &lfs82_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&lxqt-powermanagement-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&lxqt-powermanagement-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &lxqt-powermanagement-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &lxqt-powermanagement-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &lxqt-powermanagement-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &lxqt-powermanagement-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">lxqt-powermanagement Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="liblxqt"/>,
82 (<xref linkend="lxqt-kidletime"/> and
83 <xref linkend="lxqt-solid"/>) or
84 <xref role="nodep" linkend="kf5-frameworks"/>, and
85<!-- role="nodep" implies that jhalfs users will not depend on the whole
86 kf5 stack. If they have built kf5, it is easy to remove the
87 lxqt-kidletime and lxqt-solid scripts.-->
88 <xref linkend="upower"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="git"/> (to download translation files) or
94 <xref linkend="lxqt-l10n"/> (to add localization files)
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/lxqt-powermanagement"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of lxqt-powermanagement</title>
104
105 <para>
106 Install <application>lxqt-powermanagement</application> by running the
107 following commands:
108 </para>
109
110<screen><userinput>mkdir -v build &amp;&amp;
111cd build &amp;&amp;
112
113cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
114 -DCMAKE_BUILD_TYPE=Release \
115 -DPULL_TRANSLATIONS=no \
116 .. &amp;&amp;
117
118make</userinput></screen>
119
120 <para>
121 This package does not come with a test suite.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para>
136 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Remove the need for
137 <xref linkend="git"/>, which would otherwise be requested to download
138 the translation files.
139 </para>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 lxqt-config-powermanagement and lxqt-powermanagement
154 </seg>
155 <seg>
156 None
157 </seg>
158 <seg>
159 None
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="lxqt-config-powermanagement">
170 <term><command>lxqt-config-powermanagement</command></term>
171 <listitem>
172 <para>
173 is the <command>lxqt-powermanagement</command> GUI configuration
174 tool.
175 </para>
176 <indexterm zone="lxqt-powermanagement lxqt-config-powermanagement">
177 <primary sortas="b-lxqt-config-powermanagement">lxqt-config-powermanagement</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="lxqt-powermanagement-prog">
183 <term><command>lxqt-powermanagement</command></term>
184 <listitem>
185 <para>
186 is the <application>LXQt</application> power management module.
187 </para>
188 <indexterm zone="lxqt-powermanagement lxqt-powermanagement-prog">
189 <primary sortas="b-lxqt-powermanagement">lxqt-powermanagement</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.