source: archive/lxqt/apps/qterminal.xml@ 42b36ef

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 42b36ef was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.5 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/lxde/qterminal/releases/download/&qterminal-version;/qterminal-&qterminal-version;.tar.xz">
8 <!ENTITY qterminal-download-ftp " ">
9 <!ENTITY qterminal-md5sum "1ce5911e0959da75e6742f10a36b73e4">
10 <!ENTITY qterminal-size "102 KB">
11 <!ENTITY qterminal-buildsize "6.3 MB (add 1.3 MB for the API documentation)">
12 <!ENTITY qterminal-time "0.3 SBU (with the API documentation)">
13]>
14
15<sect1 id="qterminal" xreflabel="qterminal-&qterminal-version;">
16 <?dbhtml filename="qterminal.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>qterminal-&qterminal-version;</title>
23
24 <indexterm zone="qterminal">
25 <primary sortas="a-qterminal">qterminal</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to qterminal</title>
30
31 <para>
32 The <application>qterminal</application> package contains a Qt widget
33 based terminal emulator for <application>Qt</application> with support
34 for multiple tabs.
35 </para>
36
37 &lfs82_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&qterminal-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&qterminal-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &qterminal-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &qterminal-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &qterminal-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &qterminal-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">qterminal Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="lxqt-build-tools"/> and
78 <xref linkend="qtermwidget"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="doxygen"/> and
84 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
85 for documentation, and
86 <xref linkend="git"/> (to download translation files) or
87 <xref linkend="lxqt-l10n"/> (to add localization files)
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/qterminal"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of qterminal</title>
97
98 <para>
99 Install <application>qterminal</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir -v build &amp;&amp;
104cd build &amp;&amp;
105
106cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
107 -DCMAKE_BUILD_TYPE=Release \
108 -DPULL_TRANSLATIONS=no \
109 .. &amp;&amp;
110
111make</userinput></screen>
112
113 <para>
114 If you have <xref linkend="doxygen"/> installed, and wish to create the
115 API documentation, issue:
116 </para>
117
118<screen><userinput>doxygen ../Doxyfile</userinput></screen>
119
120 <para>
121 The html API documentation has been generated with the previous command.
122 Now, if you also have <xref linkend="texlive"/> (or <xref
123 linkend="tl-installer"/>) installed, and wish to create the pdf API
124 reference manual, issue:
125 </para>
126
127<screen><userinput>make -C docs/latex</userinput></screen>
128
129 <para>
130 This package does not come with a test suite.
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>make install</userinput></screen>
138
139 <para>
140 To install the html API documentation, if you opted to generate it, issue,
141 as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/qterminal-&qterminal-version;/{html,pdf} &amp;&amp;
145cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html</userinput></screen>
146
147 <para>
148 The pdf API reference manual can be installed with, as
149 the <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>install -v -m644 docs/latex/refman.pdf \
153 /usr/share/doc/qterminal-&qterminal-version;/pdf</userinput></screen>
154
155 <para>
156 If you installed in /opt, again as the
157 <systemitem class="username">root</systemitem> user:
158 </para>
159
160<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
161 ln -svf $LXQT_PREFIX/share/applications/qterminal.desktop \
162 /usr/share/applications
163 ln -svf $LXQT_PREFIX/share/applications/qterminal_drop.desktop \
164 /usr/share/applications
165fi</userinput></screen>
166
167 </sect2>
168
169 <sect2 role="commands">
170 <title>Command Explanations</title>
171
172 <para>
173 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
174 <xref linkend="git"/>, which would otherwise be requested to download
175 the translation files.
176 </para>
177
178 </sect2>
179
180 <sect2 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Program</segtitle>
185 <segtitle>Installed Libraries</segtitle>
186 <segtitle>Installed Directories</segtitle>
187
188 <seglistitem>
189 <seg>
190 qterminal
191 </seg>
192 <seg>
193 None
194 </seg>
195 <seg>
196 /usr/share/doc/qterminal-&qterminal-version; (if the documentation
197 is installed)
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="qterminal-prog">
208 <term><command>qterminal</command></term>
209 <listitem>
210 <para>
211 is a <application>Qt</application> based lightweight terminal
212 emulator.
213 </para>
214 <indexterm zone="qterminal qterminal-prog">
215 <primary sortas="b-qterminal">qterminal</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 </variablelist>
221
222 </sect2>
223
224</sect1>
Note: See TracBrowser for help on using the repository browser.