source: lxqt/desktop/lxqt-kidletime.xml@ 1cc6ea03

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 1cc6ea03 was 1cc6ea03, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

Finish initial lxqt desktop

  • Property mode set to 100644
File size: 4.3 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=$LXQT_PREFIX \
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 <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Library</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 None
124 </seg>
125 <seg>
126 libKF5IdleTime.so
127 </seg>
128 <seg>
129 $LXQT_PREFIX/lib/plugins/kf5/org.kde.kidletime.platforms,
130 $LXQT_PREFIX/lib/cmake/KF5IdleTime, and
131 $LXQT_PREFIX/include/KF5/KIdleTime
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="lxqt-kidletime-lib">
142 <term><filename class="libraryfile">libKF5GuiAddons.so</filename></term>
143 <listitem>
144 <para>
145 contains the KDE API for idle time reports.
146 </para>
147 <indexterm zone="lxqt-kidletime-lib">
148 <primary sortas="c-libKF5WindowSystem">libKF5GuiAddons.so</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.