source: general/sysutils/sysmon-qt.xml@ 6e59369

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 6e59369 was c1e3ac3, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Remove a spurious space in sysmon-qt url

  • Property mode set to 100644
File size: 3.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 sysmon-qt-download-http "https://github.com/lfs-book/sysmon-qt/releases/download/v&sysmon-qt-version;/sysmon-qt-&sysmon-qt-version;.tar.xz">
8 <!ENTITY sysmon-qt-download-ftp " ">
9 <!ENTITY sysmon-qt-md5sum "724d50419b75f0941a0f4f22930b7440">
10 <!ENTITY sysmon-qt-size "76 KB">
11 <!ENTITY sysmon-qt-buildsize "1.3 MB">
12 <!ENTITY sysmon-qt-time "0.2 SBU">
13]>
14
15<sect1 id="sysmon-qt" xreflabel="sysmon-qt-&sysmon-qt-version;">
16 <?dbhtml filename="sysmon-qt.html"?>
17
18
19 <title>sysmon-qt-&sysmon-qt-version;</title>
20
21 <indexterm zone="sysmon-qt">
22 <primary sortas="a-sysmon-qt">sysmon-qt</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to sysmon-qt</title>
27
28 <para>
29 The <application>sysmon-qt</application> package provides a
30 program to monitor system values including CPU usage, memory
31 usage, and system temperatures in a compact screen window.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&sysmon-qt-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&sysmon-qt-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &sysmon-qt-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &sysmon-qt-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &sysmon-qt-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &sysmon-qt-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">sysmon-qt Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 &qt5-deps;
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="lm_sensors"/> (runtime)
80 </para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of sysmon-qt</title>
86
87 <para>
88 Install <application>sysmon-qt</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>cd src &amp;&amp;
93qmake sysmon-qt.pro &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the &root; user:
102 </para>
103
104<screen role="root"><userinput>cp sysmon-qt /usr/bin &amp;&amp;
105cp ../data/sysmon-qt.desktop /usr/share/applications/ &amp;&amp;
106cp ../data/sysmon-qt.png /usr/share/pixmaps/</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Library</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>
120 sysmon-qt
121 </seg>
122 <seg>
123 None
124 </seg>
125 <seg>
126 None
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 </sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.