source: lxqt/apps/qupzilla.xml@ d0a06208

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 d0a06208 was 9e04432, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Remove KDE4

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

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