source: lxqt/apps/qupzilla.xml@ 94868db

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 94868db was 94868db, checked in by Ken Moffat <ken@…>, 7 years ago

QupZilla-2.1.1

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

  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[20e1589]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
[5327e48f]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 -->
[725bec7f]10 <!ENTITY qupzilla-download-http "https://github.com/QupZilla/qupzilla/releases/download/v&qupzilla-version;/QupZilla-&qupzilla-version;.tar.xz">
[20e1589]11 <!ENTITY qupzilla-download-ftp " ">
[94868db]12 <!ENTITY qupzilla-md5sum "ee7f041080df526d69081f8de8e87ed9">
13 <!ENTITY qupzilla-size "3.9 MB">
14 <!ENTITY qupzilla-buildsize "75 MB">
15 <!ENTITY qupzilla-time "4.2 SBU">
[20e1589]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
[5176cc5]26 <title>QupZilla-&qupzilla-version;</title>
[20e1589]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>
[8137b30]36 <application>QupZilla</application> is a fast, feature-rich and
[725bec7f]37 lightweight <application>QtWebEngine</application> based browser,
[8137b30]38 originally intended only for educational purposes.
[20e1589]39 </para>
40
[00610e5]41 &lfs7a_checked;
[20e1589]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="openssl"/>, and
[725bec7f]83 <xref linkend="qt5"/> (with qtwebengine)
[20e1589]84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="gdb"/>,
[9e04432]89<!-- <xref linkend="kdelibs"/> (KWallet plugin), -->
[20e1589]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
[822ec11]107<screen><userinput>export QUPZILLA_PREFIX=$LXQT_PREFIX &amp;&amp;
[725bec7f]108qmake &amp;&amp;
[8137b30]109make</userinput></screen>
110
111 <para>
112 The <command>export</command> command is used for configuring the build.
[725bec7f]113 Alternatively, you can add the environment variable to
[822ec11]114 <filename>src/defines.pri</filename>.
[8137b30]115 </para>
[20e1589]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<screen role="root"><userinput>make install</userinput></screen>
126
127 <para>
128 If <xref linkend="desktop-file-utils"/> and <xref linkend="xdg-utils"/>
129 are installed, run as, the <systemitem
130 class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>xdg-icon-resource forceupdate --theme hicolor &amp;&amp;
134update-desktop-database -q</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <note>
142 <para>
[6c40c5ef]143 If you wish to use any of the following variables, they need to be
[8137b30]144 exported. You can add them to the <command>export</command> block in
145 the main instructions. Alternatively, instead of exporting, they can
146 be added, one at a line, to <filename>src/defines.pri</filename>.
[20e1589]147 </para>
148 </note>
149
150 <para>
151 <envar>CONFIG += debug</envar>: Use if you want to build QupZilla with
152 debugging symbols.
153 </para>
154
155 <para>
[8137b30]156 <envar>GNOME_INTEGRATION=true</envar>: Enables Gnome integration, this
[20e1589]157 meaning the build of Gnome-Keyring Password plugin, which provides
158 support for storing passwords in Gnome-Keyring.
159 </para>
160
161 <para>
[8137b30]162 <envar>KDE_INTEGRATION=true</envar>: Enables KDE integration, this
[20e1589]163 meaning the build of KWallet Password plugin, which provides support for
164 storing passwords in KWallet.
165 </para>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Program</segtitle>
174 <segtitle>Installed Libraries</segtitle>
175 <segtitle>Installed Directory</segtitle>
176
177 <seglistitem>
178 <seg>
179 qupzilla
180 </seg>
181 <seg>
[822ec11]182 libQupZilla.so and plugins under $LXQT_PREFIX/lib/qupzilla/
[20e1589]183 </seg>
184 <seg>
[822ec11]185 $LXQT_PREFIX/{lib,share}/qupzilla
[20e1589]186 </seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="qupzilla-prog">
196 <term><command>qupzilla</command></term>
197 <listitem>
198 <para>
[725bec7f]199 is a lightweight <application>QtWebEngine</application> web browser.
[20e1589]200 </para>
201 <indexterm zone="qupzilla qupzilla-prog">
202 <primary sortas="b-qupzilla">qupzilla</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libQupZilla">
208 <term><filename class="libraryfile">libQupZilla.so</filename></term>
209 <listitem>
210 <para>
211 contains the <application>libQupZilla</application> API functions.
212 </para>
213 <indexterm zone="qupzilla libQupZilla">
214 <primary sortas="c-libQupZilla">libQupZilla.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.