source: archive/lxqt/desktop/lxqt-powermanagement.xml@ f863fd7d

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 f863fd7d was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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