source: xsoft/graphweb/qupzilla.xml@ b8bc70d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 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 b8bc70d was b8bc70d, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to QupZilla-2.2.5.
Update to libevdev-1.5.8.
Update to postfix-3.2.5.
Update to gc-7.6.4.

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

  • 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 "189ddab8c638412fd5072a3fdf548618">
13 <!ENTITY qupzilla-size "2.4 MB">
14 <!ENTITY qupzilla-buildsize "66 MB">
15 <!ENTITY qupzilla-time "1.3 SBU (using parallelism=4)">
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>QtWebEngine</application> based browser,
38 originally intended only for educational purposes.
39 </para>
40
41 &lfs81_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="qtwebengine"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="gdb"/>,
88<!-- <xref linkend="kdelibs"/> (KWallet plugin), -->
89 <!-- hunspell is only referenced in a few translations, and in a file
90 that seems to be used for app packaging, with a link to chromium
91 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>, and -->
92 <ulink url="&gnome-download-ftp;/libgnome-keyring/">libgnome-keyring</ulink> (Gnome-Keyring plugin)
93 </para>
94
95 <para condition="html" role="usernotes">
96 User Notes: <ulink url="&blfs-wiki;/qupzilla"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of QupZilla</title>
102
103 <para>
104 Install <application>QupZilla</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>export QUPZILLA_PREFIX=/usr &amp;&amp;
109qmake &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 The <command>export</command> command is used for configuring the build.
114 Alternatively, you can add the environment variable to
115 <filename>src/defines.pri</filename>.
116 </para>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 <para>
129 If <xref linkend="desktop-file-utils"/> and <xref linkend="xdg-utils"/>
130 are installed, run as, the <systemitem
131 class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>xdg-icon-resource forceupdate --theme hicolor &amp;&amp;
135update-desktop-database -q</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <note>
143 <para>
144 If you wish to use any of the following variables, they need to be
145 exported. You can add them to the <command>export</command> block in
146 the main instructions. Alternatively, instead of exporting, they can
147 be added, one at a line, to <filename>src/defines.pri</filename>.
148 </para>
149 </note>
150
151 <para>
152 <envar>CONFIG += debug</envar>: Use if you want to build QupZilla with
153 debugging symbols.
154 </para>
155
156 <para>
157 <envar>GNOME_INTEGRATION=true</envar>: Enables Gnome integration, this
158 meaning the build of Gnome-Keyring Password plugin, which provides
159 support for storing passwords in Gnome-Keyring.
160 </para>
161
162 <!-- kwallet seems to be part of kde4 only
163 <para>
164 <envar>KDE_INTEGRATION=true</envar>: Enables KDE integration, this
165 meaning the build of KWallet Password plugin, which provides support for
166 storing passwords in KWallet.
167 </para> -->
168
169 </sect2>
170
171 <sect2 role="content">
172 <title>Contents</title>
173
174 <segmentedlist>
175 <segtitle>Installed Program</segtitle>
176 <segtitle>Installed Libraries</segtitle>
177 <segtitle>Installed Directory</segtitle>
178
179 <seglistitem>
180 <seg>
181 qupzilla
182 </seg>
183 <seg>
184 libQupZilla.so and plugins under /usr/lib/qupzilla/
185 </seg>
186 <seg>
187 /usr/{lib,share}/qupzilla
188 </seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="qupzilla-prog">
198 <term><command>qupzilla</command></term>
199 <listitem>
200 <para>
201 is a lightweight <application>QtWebEngine</application> web browser.
202 </para>
203 <indexterm zone="qupzilla qupzilla-prog">
204 <primary sortas="b-qupzilla">qupzilla</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="libQupZilla">
210 <term><filename class="libraryfile">libQupZilla.so</filename></term>
211 <listitem>
212 <para>
213 contains the <application>libQupZilla</application> API functions.
214 </para>
215 <indexterm zone="qupzilla libQupZilla">
216 <primary sortas="c-libQupZilla">libQupZilla.so</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.