source: lxqt/desktop/lxqt-powermanagement.xml@ 717c6c6

lazarus trunk
Last change on this file since 717c6c6 was 5bfcd23e, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Internal cleanup kf5->kf6

  • 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 "74807502b819853a13c2c03406a1aeb5">
10 <!ENTITY lxqt-powermanagement-size "92 KB">
11 <!ENTITY lxqt-powermanagement-buildsize "6.5 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"/>, and
75 <xref linkend="upower"/>
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of lxqt-powermanagement</title>
82
83 <para>
84 Install <application>lxqt-powermanagement</application> by running the
85 following commands:
86 </para>
87
88<screen><userinput>mkdir -v build &amp;&amp;
89cd build &amp;&amp;
90
91cmake -DCMAKE_INSTALL_PREFIX=/usr \
92 -DCMAKE_BUILD_TYPE=Release \
93 .. &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the &root; user:
102 </para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>
118 lxqt-config-powermanagement and lxqt-powermanagement
119 </seg>
120 <seg>
121 None
122 </seg>
123 <seg>
124 None
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="lxqt-config-powermanagement">
135 <term><command>lxqt-config-powermanagement</command></term>
136 <listitem>
137 <para>
138 is the <command>lxqt-powermanagement</command> GUI configuration
139 tool
140 </para>
141 <indexterm zone="lxqt-powermanagement lxqt-config-powermanagement">
142 <primary sortas="b-lxqt-config-powermanagement">lxqt-config-powermanagement</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 <varlistentry id="lxqt-powermanagement-prog">
148 <term><command>lxqt-powermanagement</command></term>
149 <listitem>
150 <para>
151 is the <application>LXQt</application> power management module
152 </para>
153 <indexterm zone="lxqt-powermanagement lxqt-powermanagement-prog">
154 <primary sortas="b-lxqt-powermanagement">lxqt-powermanagement</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.