glfs/lxqt/desktop/lxqt-kidletime.xml
Douglas R. Reno 315b57653d Tag LXQt and Qt5 Alternate
Off to GNOME next on SysV, and working on systems for other tags.
2023-08-25 19:59:59 -05:00

171 lines
4.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kidletime-download-http "&kf5-download-http;/kidletime-&kf5-version;.tar.xz">
<!ENTITY kidletime-download-ftp " ">
<!ENTITY kidletime-md5sum "d8f87c99c0b798f04ac328d7050d2d97">
<!ENTITY kidletime-size "32 KB">
<!ENTITY kidletime-buildsize "3.7 MB">
<!ENTITY kidletime-time "0.2 SBU">
]>
<sect1 id="lxqt-kidletime" xreflabel="kidletime-&kf5-version; for lxqt">
<?dbhtml filename="lxqt-kidletime.html"?>
<title>kidletime-&kf5-version; for lxqt</title>
<indexterm zone="lxqt-kidletime">
<primary sortas="a-kidletime">kidletime</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to kidletime</title>
<para>
KIdleTime is used to report the idle time of users and the system. It is
useful not only for determining the current idle time of the PC,
but also for getting notified upon idle time events, such as custom
timeouts or user activity.
</para>
&lfs120_checked;
<important>
<para>
This package is extracted from the KF5 set of packages.
If <xref linkend="kf5-frameworks"/> is built, do <emphasis
role="bold">NOT</emphasis> also build this package as presented
here.
</para>
</important>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&kidletime-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&kidletime-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &kidletime-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &kidletime-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &kidletime-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &kidletime-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">kidletime Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="extra-cmake-modules"/>,
<xref linkend="plasma-wayland-protocols"/>, and
&qt5-deps;
</para>
</sect2>
<sect2 role="installation">
<title>Installation of kidletime</title>
<para>
Install <application>kidletime</application> by running the
following commands:
</para>
<screen><userinput>mkdir -v build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the &root; user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
<para>
Finally, remove some unneeded files as the &root; user:
</para>
<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libKF5IdleTime.so
</seg>
<seg>
/usr/lib/plugins/kf5/org.kde.kidletime.platforms,
/usr/lib/cmake/KF5IdleTime, and
/usr/include/KF5/KIdleTime
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="lxqt-kidletime-lib">
<term><filename class="libraryfile">libKF5GuiAddons.so</filename></term>
<listitem>
<para>
contains the KDE API for idle time reports
</para>
<indexterm zone="lxqt-kidletime-lib">
<primary sortas="c-libKF5WindowSystem">libKF5GuiAddons.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>