source: archive/lxqt/desktop/lxqt-kidletime.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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 "39e01a23876ff8c3b7d7bf5476f51507">
10 <!ENTITY kidletime-size "28 KB">
11 <!ENTITY kidletime-buildsize "2.1 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 &lfs82_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 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/kidletime"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of kidletime</title>
89
90 <para>
91 Install <application>kidletime</application> by running the
92 following commands:
93 </para>
94
95<screen><userinput>mkdir -v build &amp;&amp;
96cd build &amp;&amp;
97
98cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
99 -DCMAKE_BUILD_TYPE=Release \
100 -DBUILD_TESTING=OFF \
101 -Wno-dev .. &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Library</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>
126 None
127 </seg>
128 <seg>
129 libKF5IdleTime.so
130 </seg>
131 <seg>
132 $LXQT_PREFIX/lib/plugins/kf5/org.kde.kidletime.platforms,
133 $LXQT_PREFIX/lib/cmake/KF5IdleTime, and
134 $LXQT_PREFIX/include/KF5/KIdleTime
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="lxqt-kidletime-lib">
145 <term><filename class="libraryfile">libKF5GuiAddons.so</filename></term>
146 <listitem>
147 <para>
148 contains the KDE API for idle time reports.
149 </para>
150 <indexterm zone="lxqt-kidletime-lib">
151 <primary sortas="c-libKF5WindowSystem">libKF5GuiAddons.so</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.