source: lxqt/apps/qterminal.xml@ 182e21e

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 182e21e was 182e21e, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Reorganize lxqt

There are several packages that are not critical for the lxqt desktop
but are useful. A user can test out lxqt without the packages in apps.
It is useful to have at least one terminal emulator when testing, but
xterm will do.

  • Property mode set to 100644
File size: 4.7 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 qterminal-download-http "https://github.com/lxqt/qterminal/releases/download/&lxqt-version;/qterminal-&lxqt-version;.tar.xz">
8 <!ENTITY qterminal-download-ftp " ">
9 <!ENTITY qterminal-md5sum "5ba39b5b8f1b5f203d463079630dd6b5">
10 <!ENTITY qterminal-size "216 KB">
11 <!ENTITY qterminal-buildsize "644 KB">
12 <!ENTITY qterminal-time "0.1 SBU (Using parallelixm=4)">
13]>
14
15<sect1 id="qterminal" xreflabel="qterminal-&lxqt-version;">
16 <?dbhtml filename="qterminal.html"?>
17
18
19 <title>qterminal-&lxqt-version;</title>
20
21 <indexterm zone="qterminal">
22 <primary sortas="a-qterminal">qterminal</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to qterminal</title>
27
28 <para>
29 The <application>qterminal</application> package contains a Qt widget
30 based terminal emulator for <application>Qt</application> with support
31 for multiple tabs.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&qterminal-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&qterminal-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &qterminal-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &qterminal-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &qterminal-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &qterminal-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">qterminal Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="lxqt-build-tools"/> and
75 <xref linkend="qtermwidget"/>
76 </para>
77<!--
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="doxygen"/> and
81 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
82 for documentation, and
83 <xref linkend="git"/> (to download translation files) or
84 <xref linkend="lxqt-l10n"/> (to add localization files)
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/qterminal"/>
89 </para>
90-->
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of qterminal</title>
95
96 <para>
97 Install <application>qterminal</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>mkdir -v build &amp;&amp;
102cd build &amp;&amp;
103
104cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
105 -DCMAKE_BUILD_TYPE=Release \
106 .. &amp;&amp;
107
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 <para>
126 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
127 <xref linkend="git"/>, which would otherwise be requested to download
128 the translation files.
129 </para>
130
131 </sect2>
132-->
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Program</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 qterminal
144 </seg>
145 <seg>
146 None
147 </seg>
148 <seg>
149 $LXQT_PREFIX/share/qterminal
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="qterminal-prog">
160 <term><command>qterminal</command></term>
161 <listitem>
162 <para>
163 is a <application>Qt</application> based lightweight terminal
164 emulator.
165 </para>
166 <indexterm zone="qterminal qterminal-prog">
167 <primary sortas="b-qterminal">qterminal</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.