source: archive/qupzilla.xml@ 48b59802

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 48b59802 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.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 <!-- https://github.com/QupZilla/qupzilla/tags
8 https://github.com/QupZilla/qupzilla/releases/download/v2.0.0/QupZilla-2.0.0.tar.xz
9 -->
10 <!ENTITY qupzilla-download-http "https://github.com/QupZilla/qupzilla/releases/download/v&qupzilla-version;/QupZilla-&qupzilla-version;.tar.xz">
11 <!ENTITY qupzilla-download-ftp " ">
12 <!ENTITY qupzilla-md5sum "869448eadaef62f1b2e31bf038f33f52">
13 <!ENTITY qupzilla-size "2.4 MB">
14 <!ENTITY qupzilla-buildsize "81 MB">
15 <!ENTITY qupzilla-time "5.4 SBU">
16]>
17
18<sect1 id="qupzilla" xreflabel="QupZilla-&qupzilla-version;">
19 <?dbhtml filename="qupzilla.html"?>
20
21 <sect1info>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>QupZilla-&qupzilla-version;</title>
26
27 <indexterm zone="qupzilla">
28 <primary sortas="a-QupZilla">QupZilla</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to QupZilla</title>
33
34 <para>
35 <application>QupZilla</application> is a fast, feature-rich and
36 lightweight <application>QtWebEngine</application> based browser,
37 originally intended only for educational purposes.
38 </para>
39
40 &lfs82_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&qupzilla-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&qupzilla-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &qupzilla-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &qupzilla-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &qupzilla-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &qupzilla-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">QupZilla Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="qtwebengine"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gdb"/>,
87<!-- <xref linkend="kdelibs"/> (KWallet plugin), -->
88 <!-- hunspell is only referenced in a few translations, and in a file
89 that seems to be used for app packaging, with a link to chromium
90 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>, and -->
91 <ulink url="&gnome-download-ftp;/libgnome-keyring/">libgnome-keyring</ulink> (Gnome-Keyring plugin)
92 </para>
93
94 <para condition="html" role="usernotes">
95 User Notes: <ulink url="&blfs-wiki;/qupzilla"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of QupZilla</title>
101
102 <para>
103 Install <application>QupZilla</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>export QUPZILLA_PREFIX=/usr &amp;&amp;
108qmake &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 The <command>export</command> command is used for configuring the build.
113 Alternatively, you can add the environment variable to
114 <filename>src/defines.pri</filename>.
115 </para>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<!-- dev note: for "DESTDIR" install use "make INSTALL_ROOT=<dest> install" -->
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 <para>
130 If <xref linkend="desktop-file-utils"/> and <xref linkend="xdg-utils"/>
131 are installed, run as, the <systemitem
132 class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>xdg-icon-resource forceupdate --theme hicolor &amp;&amp;
136update-desktop-database -q</userinput></screen>
137
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <note>
144 <para>
145 If you wish to use any of the following variables, they need to be
146 exported. You can add them to the <command>export</command> block in
147 the main instructions. Alternatively, instead of exporting, they can
148 be added, one at a line, to <filename>src/defines.pri</filename>.
149 </para>
150 </note>
151
152 <para>
153 <envar>CONFIG += debug</envar>: Use if you want to build QupZilla with
154 debugging symbols.
155 </para>
156
157 <para>
158 <envar>GNOME_INTEGRATION=true</envar>: Enables Gnome integration, this
159 meaning the build of Gnome-Keyring Password plugin, which provides
160 support for storing passwords in Gnome-Keyring.
161 </para>
162
163 <!-- kwallet seems to be part of kde4 only
164 <para>
165 <envar>KDE_INTEGRATION=true</envar>: Enables KDE integration, this
166 meaning the build of KWallet Password plugin, which provides support for
167 storing passwords in KWallet.
168 </para> -->
169
170 </sect2>
171
172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
176 <segtitle>Installed Program</segtitle>
177 <segtitle>Installed Libraries</segtitle>
178 <segtitle>Installed Directory</segtitle>
179
180 <seglistitem>
181 <seg>
182 qupzilla
183 </seg>
184 <seg>
185 libQupZilla.so and plugins under /usr/lib/qupzilla/
186 </seg>
187 <seg>
188 /usr/{lib,share}/qupzilla
189 </seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="qupzilla-prog">
199 <term><command>qupzilla</command></term>
200 <listitem>
201 <para>
202 is a lightweight <application>QtWebEngine</application> web browser.
203 </para>
204 <indexterm zone="qupzilla qupzilla-prog">
205 <primary sortas="b-qupzilla">qupzilla</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="libQupZilla">
211 <term><filename class="libraryfile">libQupZilla.so</filename></term>
212 <listitem>
213 <para>
214 contains the <application>libQupZilla</application> API functions.
215 </para>
216 <indexterm zone="qupzilla libQupZilla">
217 <primary sortas="c-libQupZilla">libQupZilla.so</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 </variablelist>
223
224 </sect2>
225
226</sect1>
Note: See TracBrowser for help on using the repository browser.