source: lxqt/desktop/lxqt-kidletime.xml@ 21d89b9

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 21d89b9 was f9c0972, checked in by Douglas R. Reno <renodr@…>, 12 months ago

lxqt tree-wide: Remove periods (.) from the end of short descriptions.

This is for consistency with the rest of the book since these aren't
sentences.

  • Property mode set to 100644
File size: 4.4 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 kidletime-download-http "&kf5-download-http;/kidletime-&kf5-version;.tar.xz">
8 <!ENTITY kidletime-download-ftp " ">
9 <!ENTITY kidletime-md5sum "8f2548f1407fe4e09f9b7339af82f108">
10 <!ENTITY kidletime-size "32 KB">
11 <!ENTITY kidletime-buildsize "3.6 MB">
12 <!ENTITY kidletime-time "0.2 SBU">
13]>
14
15<sect1 id="lxqt-kidletime" xreflabel="kidletime-&kf5-version; for lxqt">
16 <?dbhtml filename="lxqt-kidletime.html"?>
17
18
19 <title>kidletime-&kf5-version; for lxqt</title>
20
21 <indexterm zone="lxqt-kidletime">
22 <primary sortas="a-kidletime">kidletime</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to kidletime</title>
27
28 <para>
29 KIdleTime is used to report idle time of user and system. It is useful
30 not only for finding out about the current idle time of the PC, but also
31 for getting notified upon idle time events, such as custom timeouts, or
32 user activity.
33 </para>
34
35 &lfs113_checked;
36
37 <note><para>This package is extracted from the KF5 set of packages. If
38 <xref linkend="kf5-frameworks"/> is built, do NOT also build this package
39 as presented here.</para></note>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&kidletime-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&kidletime-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &kidletime-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &kidletime-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &kidletime-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &kidletime-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">kidletime Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="extra-cmake-modules"/>
80 </para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of kidletime</title>
86
87 <para>
88 Install <application>kidletime</application> by running the
89 following commands:
90 </para>
91
92<screen><userinput>mkdir -v build &amp;&amp;
93cd build &amp;&amp;
94
95cmake -DCMAKE_INSTALL_PREFIX=/usr \
96 -DCMAKE_BUILD_TYPE=Release \
97 -DBUILD_TESTING=OFF \
98 -Wno-dev .. &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the &root; user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 <para>
112 Finally, remove some unneeded files as the &root; user:
113 </para>
114
115<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 None
130 </seg>
131 <seg>
132 libKF5IdleTime.so
133 </seg>
134 <seg>
135 /usr/lib/plugins/kf5/org.kde.kidletime.platforms,
136 /usr/lib/cmake/KF5IdleTime, and
137 /usr/include/KF5/KIdleTime
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="lxqt-kidletime-lib">
148 <term><filename class="libraryfile">libKF5GuiAddons.so</filename></term>
149 <listitem>
150 <para>
151 contains the KDE API for idle time reports
152 </para>
153 <indexterm zone="lxqt-kidletime-lib">
154 <primary sortas="c-libKF5WindowSystem">libKF5GuiAddons.so</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.