source: kde5/plasma/ksysguard.xml@ 3899973

kde5-13430
Last change on this file since 3899973 was 3899973, checked in by Krejzi <krejzi@…>, 10 years ago

Create new kde5 branch (sorry Pierre) to merge latest kde 5 work with latest trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@13430 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 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 ksysguard-download-http "&plasma-download-http;/ksysguard-&plasma-version;.tar.xz">
8 <!ENTITY ksysguard-download-ftp "&plasma-download-ftp;/ksysguard-&plasma-version;.tar.xz">
9 <!ENTITY ksysguard-md5sum "29f58093dbeff56ce9a64868ecd60c75">
10 <!ENTITY ksysguard-size "436 KB">
11 <!ENTITY ksysguard-buildsize "21 MB">
12 <!ENTITY ksysguard-time "0.8 SBU">
13]>
14
15<sect1 id="ksysguard" xreflabel="KSysGuard-&plasma-version;">
16 <?dbhtml filename="ksysguard.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>KSysGuard-&plasma-version;</title>
24
25 <indexterm zone="ksysguard">
26 <primary sortas="a-KSysGuard">KSysGuard</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to KSysGuard</title>
31
32 <para>
33 The <application>KSysGuard</application> package contains an
34 application used to monitor various elements of your system.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&ksysguard-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&ksysguard-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &ksysguard-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &ksysguard-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &ksysguard-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &ksysguard-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">KSysGuard Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="knewstuff"/> and
78 <xref linkend="libksysguard"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="lm_sensors"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/ksysguard"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of KSysGuard</title>
93
94 <para>
95 Install <application>KSysGuard</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>mkdir build &amp;&amp;
100cd build &amp;&amp;
101
102cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
103 -DCMAKE_BUILD_TYPE=Release \
104 -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \
105 -DLIB_INSTALL_DIR=lib \
106 -DBUILD_TESTING=OFF \
107 .. &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="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/cmake-release.xml"/>
127
128 <para>
129 <parameter>-DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR</parameter>: This switch
130 is used to set correct XDG configuration directory.
131 </para>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/kf5-libdir.xml"/>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/kf5-tests.xml"/>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 ksysguard and ksysguardd
152 </seg>
153 <seg>
154 libkdeinit5_ksysguard.so
155 </seg>
156 <seg>
157 $KF5_PREFIX/share/doc/HTML/*/ksysguard
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.