source: lxqt/apps/qupzilla.xml@ 5327e48f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 5327e48f was 5327e48f, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to iso-codes-3.67.
Update to librsvg-2.40.15.
Update to gtksourceview-3.20.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17215 af4574ff-66df-0310-9fd7-8a98e5e911e0

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