source: lxqt/desktop/lxqt-powermanagement.xml

trunk
Last change on this file was 18958f2e, checked in by Bruce Dubbs <bdubbs@…>, 3 days ago

Update to lxqt-2.0.

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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-powermanagement-download-http "https://github.com/lxqt/lxqt-powermanagement/releases/download/&lxqt-version;/lxqt-powermanagement-&lxqt-version;.tar.xz">
8 <!ENTITY lxqt-powermanagement-download-ftp " ">
9 <!ENTITY lxqt-powermanagement-md5sum "fef1b1f47ff94635ed478e36e4137337">
10 <!ENTITY lxqt-powermanagement-size "96 KB">
11 <!ENTITY lxqt-powermanagement-buildsize "8.6 MB">
12 <!ENTITY lxqt-powermanagement-time "0.3 SBU">
13]>
14
15<sect1 id="lxqt-powermanagement" xreflabel="lxqt-powermanagement-&lxqt-version;">
16 <?dbhtml filename="lxqt-powermanagement.html"?>
17
18
19 <title>lxqt-powermanagement-&lxqt-version;</title>
20
21 <indexterm zone="lxqt-powermanagement">
22 <primary sortas="a-lxqt-powermanagement">lxqt-powermanagement</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to lxqt-powermanagement</title>
27
28 <para>
29 The <application>lxqt-powermanagement</application> package provides the
30 power management module for <application>LXQt</application>.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&lxqt-powermanagement-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lxqt-powermanagement-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lxqt-powermanagement-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lxqt-powermanagement-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lxqt-powermanagement-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lxqt-powermanagement-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">lxqt-powermanagement Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="liblxqt"/>,
74 <xref linkend="lxqt-kidletime"/>,
75 <xref linkend="lxqt-solid"/>, and
76 <xref linkend="upower"/>
77 </para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of lxqt-powermanagement</title>
83
84 <para>
85 Install <application>lxqt-powermanagement</application> by running the
86 following commands:
87 </para>
88
89<screen><userinput>mkdir build &amp;&amp;
90cd build &amp;&amp;
91
92cmake -D CMAKE_INSTALL_PREFIX=/usr \
93 -D CMAKE_BUILD_TYPE=Release \
94 .. &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the &root; user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>
119 lxqt-config-powermanagement and lxqt-powermanagement
120 </seg>
121 <seg>
122 None
123 </seg>
124 <seg>
125 None
126 </seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="lxqt-config-powermanagement">
136 <term><command>lxqt-config-powermanagement</command></term>
137 <listitem>
138 <para>
139 is the <command>lxqt-powermanagement</command> GUI configuration
140 tool
141 </para>
142 <indexterm zone="lxqt-powermanagement lxqt-config-powermanagement">
143 <primary sortas="b-lxqt-config-powermanagement">lxqt-config-powermanagement</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="lxqt-powermanagement-prog">
149 <term><command>lxqt-powermanagement</command></term>
150 <listitem>
151 <para>
152 is the <application>LXQt</application> power management module
153 </para>
154 <indexterm zone="lxqt-powermanagement lxqt-powermanagement-prog">
155 <primary sortas="b-lxqt-powermanagement">lxqt-powermanagement</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.