source: lxqt/desktop/lxqt-kidletime.xml@ 4ea888eb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4ea888eb was 4ea888eb, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to QScintilla_gpl-2.10
Tag all lxqt pages.
Archive xchat.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18379 af4574ff-66df-0310-9fd7-8a98e5e911e0

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