source: lxqt/desktop/lxqt-kidletime.xml@ c0b4b44

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 c0b4b44 was c0b4b44, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to kf5-5.34.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18735 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 "3702887f8dd903ee62d51d26da2fbd21">
10 <!ENTITY kidletime-size "28 KB">
11 <!ENTITY kidletime-buildsize "2.0 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 &gcc7_checked;
41
42 <note><para>This package is extracted from the KF5 set of packages. If
43 <xref linkend="kf5-frameworks"/> is built, do NOT also build this package
44 as presented here.</para></note>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&kidletime-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&kidletime-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &kidletime-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &kidletime-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &kidletime-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &kidletime-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">Kidletime Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="extra-cmake-modules"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/kidletime"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of kidletime</title>
94
95 <para>
96 Install <application>kidletime</application> by running the
97 following commands:
98 </para>
99
100<screen><userinput>mkdir -v build &amp;&amp;
101cd build &amp;&amp;
102
103cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
104 -DCMAKE_BUILD_TYPE=Release \
105 -DCMAKE_INSTALL_LIBDIR=lib \
106 -DBUILD_TESTING=OFF \
107 -Wno-dev .. &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Library</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 None
133 </seg>
134 <seg>
135 libKF5IdleTime.so
136 </seg>
137 <seg>
138 $LXQT_PREFIX/lib/plugins/kf5/org.kde.kidletime.platforms,
139 $LXQT_PREFIX/lib/cmake/KF5IdleTime, and
140 $LXQT_PREFIX/include/KF5/KIdleTime
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="lxqt-kidletime-lib">
151 <term><filename class="libraryfile">libKF5GuiAddons.so</filename></term>
152 <listitem>
153 <para>
154 contains the KDE API for idle time reports.
155 </para>
156 <indexterm zone="lxqt-kidletime-lib">
157 <primary sortas="c-libKF5WindowSystem">libKF5GuiAddons.so</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.