source: lxqt/apps/qps.xml@ b9ddb72

lazarus trunk
Last change on this file since b9ddb72 was 18958f2e, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Update to lxqt-2.0.

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 qps-download-http "https://github.com/lxqt/qps/releases/download/&qps-version;/qps-&qps-version;.tar.xz">
8 <!ENTITY qps-download-ftp " ">
9 <!ENTITY qps-md5sum "3f5465fa6ed6b02d75c8bf2553f54cc0">
10 <!ENTITY qps-size "448 KB">
11 <!ENTITY qps-buildsize "11 MB">
12 <!ENTITY qps-time "0.4 SBU">
13]>
14
15<sect1 id="qps" xreflabel="qps-&qps-version;">
16 <?dbhtml filename="qps.html"?>
17
18
19 <title>qps-&qps-version;</title>
20
21 <indexterm zone="qps">
22 <primary sortas="a-qps">qps</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to qps</title>
27
28 <para>
29 The <application>qps</application> package contains a Qt process
30 manager.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&qps-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&qps-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &qps-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &qps-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &qps-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &qps-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">qps Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="liblxqt"/>
74 </para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of qps</title>
80
81 <para>
82 Install <application>qps</application> by running the following
83 commands:
84 </para>
85
86<screen><userinput>mkdir build &amp;&amp;
87cd build &amp;&amp;
88
89cmake -D CMAKE_BUILD_TYPE=Release \
90 -D CMAKE_INSTALL_PREFIX=/usr \
91 .. &amp;&amp;
92
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 <para>
106 If you have <xref linkend="xdg-utils"/> installed, as the
107 &root; user, run
108 <command>xdg-icon-resource forceupdate --theme hicolor</command>.
109 </para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Program</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directory</segtitle>
120
121 <seglistitem>
122 <seg>
123 qps
124 </seg>
125 <seg>
126 None
127 </seg>
128 <seg>
129 /usr/share/qps
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="qps-prog">
140 <term><command>qps</command></term>
141 <listitem>
142 <para>
143 is a Qt-based process manager
144 </para>
145 <indexterm zone="qps qps-prog">
146 <primary sortas="b-qps">qps</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.