source: xsoft/graphweb/falkon.xml@ ba0ff42b

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

Add Falkon and archive QupZilla.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20202 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 <!ENTITY falkon-download-http "https://download.kde.org/stable/falkon/&falkon-version;/falkon-&falkon-version;.tar.xz">
8 <!ENTITY falkon-download-ftp " ">
9 <!ENTITY falkon-md5sum "c6fb6433ac0f228667e2f763c02317c5">
10 <!ENTITY falkon-size "2.2 MB">
11 <!ENTITY falkon-buildsize "147 MB">
12 <!ENTITY falkon-time "3.4 SBU">
13]>
14
15<sect1 id="falkon" xreflabel="falkon-&falkon-version;">
16 <?dbhtml filename="falkon.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Falkon-&falkon-version;</title>
24
25 <indexterm zone="falkon">
26 <primary sortas="a-falkon">falkon</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to falkon</title>
31
32 <para>
33 <application>Falkon</application> is a KDE web browser using the QtWebEngine
34 rendering engine. It was previously known as <application>QupZilla</application>.
35 It aims to be a lightweight web browser available through all major platforms.
36 </para>
37
38 <para>
39 Although <application>falkon</application> is now part of KDE, it can be
40 installed without KDE (with the loss of <application>kwallet</application>
41 functionality, and of translations of the (not-installed) example
42 <command>hellopython.py</command> script).
43 </para>
44
45 &lfs82_checked;
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&falkon-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&falkon-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &falkon-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &falkon-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &falkon-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &falkon-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">falkon Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="extra-cmake-modules"/>,
86 <xref linkend="qtwebengine"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="gnome-keyring"/>,
92 <xref linkend="kf5-frameworks"/>
93 (for ki18n if installing the translations of <command>hellopython.py</command>,
94 or for kwallet and its dependencies), and
95 <ulink
96 url="http://download.qt.io/official_releases/QtForPython/pyside2/">PySide2</ulink>
97 for experimental <application>Python</application> plugins (compiling this from
98 source is very slow).
99 </para>
100
101 <para condition="html" role="usernotes">
102 User Notes: <ulink url="&blfs-wiki;/falkon"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of falkon</title>
108
109 <para>
110 To set the prefix to match KDE (if that has been installed), or
111 else to install in <filename class="directory">/usr</filename>
112 run:
113 </para>
114
115<screen><userinput>test -n "${KF5_PREFIX}" &amp;&amp; export FALKON_PREFIX=${KF5_PREFIX} ||
116 export FALKON_PREFIX=/usr</userinput></screen>
117
118 <para>
119 Install <application>falkon</application> by running the following
120 commands:
121 </para>
122
123 <para>
124 Unless you have installed both PySide2 and ki18n, remove the translations
125 for the sample <command>hellopython.py</command> script:
126 </para>
127
128<screen><userinput>rm -rf po/</userinput></screen>
129
130 <para>
131 In case you wish to run the tests, fix one of them so that it will
132 work correctly with both Qt-5.10 and Qt-5.11:
133 </para>
134
135<screen><userinput>sed -i 's/"5.11.", 5) == 0 ? 1 : 2/"5.10.", 5) &gt;= 0 ? 2 : 1/' \
136 autotests/webviewtest.cpp</userinput></screen>
137
138 <para>
139 Now build the program:
140 </para>
141
142<screen><userinput>./configure --prefix=$FALKON_PREFIX --disable-static &amp;&amp;
143make</userinput></screen>
144
145 <para>
146 To test the results, issue: <command>make test</command>. All
147 tests should pass. If any fail, the full results will be in
148 <filename>Testing/Temporary/LastTest.log</filename>.
149 </para>
150
151 <para>
152 Now, as the <systemitem class="username">root</systemitem> user:
153 </para>
154
155<screen role="root"><userinput>make install</userinput></screen>
156
157 <para>
158 If you have installed <application>Pyside2</application> you will want to
159 examine the <command>hellopython.py</command> which is in the <filename
160 class="directory">scripts/</filename> directory, and perhaps copy it to
161 your home directory.
162 </para>
163
164 </sect2>
165
166 <sect2 role="commands">
167 <title>Command Explanations</title>
168
169 <para>
170 <command>sed -i 's/"5.11.", 5) == 0 ? 1 : 2/"5.10.", 5) &gt;= 0 ? 2 : 1/' ...</command>:
171 This test previously looked for QtWebengine-5.10 which had changed its
172 result compared to earlier versions. In the move to Qt-5.11 the version
173 was bumped but the results were swapped. Change it to examine if the version
174 is <emphasis>at least 5.10</emphasis>, and to swap the expected results back.
175 </para>
176
177 </sect2>
178
179 <sect2 role="content">
180 <title>Contents</title>
181
182 <segmentedlist>
183 <segtitle>Installed Programs</segtitle>
184 <segtitle>Installed Library</segtitle>
185 <segtitle>Installed Directory</segtitle>
186
187 <seglistitem>
188 <seg>
189 falkon
190 </seg>
191 <seg>
192 libFalkonPrivate.so.3
193 </seg>
194 <seg>
195 ${FALKON_PREFIX}/lib/plugins, ${FALKON_PREFIX}/share/falkon.
196 </seg>
197 </seglistitem>
198 </segmentedlist>
199
200 <variablelist>
201 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
202 <?dbfo list-presentation="list"?>
203 <?dbhtml list-presentation="table"?>
204
205 <varlistentry id="falkon-prog">
206 <term><command>falkon</command></term>
207 <listitem>
208 <para>
209 is a web browser which uses qtwebengine.
210 </para>
211 <indexterm zone="falkon falkon-prog">
212 <primary sortas="b-falkon">falkon</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="libFalkonPrivate.so.3">
218 <term><filename class="libraryfile">libFalkonPrivate.so.3</filename></term>
219 <listitem>
220 <para>
221 contains functions used by falkon.
222 </para>
223 <indexterm zone="falkon libFalkonPrivate.so.3">
224 <primary sortas="c-libFalkonPrivate.so.3">libFalkonPrivate.so.3</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228 </variablelist>
229 </sect2>
230</sect1>
Note: See TracBrowser for help on using the repository browser.