source: lxqt/apps/qps.xml@ 315b576

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 315b576 was 315b576, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tag LXQt and Qt5 Alternate

Off to GNOME next on SysV, and working on systems for other tags.

  • Property mode set to 100644
File size: 4.0 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 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 "e5e33db8d827a9b6f58e735e2b689c72">
10 <!ENTITY qps-size "263 KB">
11 <!ENTITY qps-buildsize "5.0 MB">
12 <!ENTITY qps-time "0.3 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 &lfs120_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 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="git"/> (to download translation files) or
79 <xref linkend="lxqt-l10n"/> (to add localization files)
80 </para>
81
82 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/qps"/>
84 </para>
85 -->
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of qps</title>
90
91 <para>
92 Install <application>qps</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>mkdir -v build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -DCMAKE_BUILD_TYPE=Release \
100 -DCMAKE_INSTALL_PREFIX=/usr \
101 .. &amp;&amp;
102
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 <para>
116 If you have <xref linkend="xdg-utils"/> installed, as the
117 &root; user, run <command>xdg-icon-resource
118 forceupdate --theme hicolor</command>.
119 </para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directory</segtitle>
130
131 <seglistitem>
132 <seg>
133 qps
134 </seg>
135 <seg>
136 None
137 </seg>
138 <seg>
139 None
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="qps-prog">
150 <term><command>qps</command></term>
151 <listitem>
152 <para>
153 is a Qt-based process manager
154 </para>
155 <indexterm zone="qps qps-prog">
156 <primary sortas="b-qps">qps</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.