source: xsoft/graphweb/falkon.xml@ 4aef12a

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 4aef12a was 660581e, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Update to kf5-gear-22.04.1 (was kf5-apps).
This commit changes falkon to kf5-gear. Other packages updated:
ark5.xml
gwenview.xml
k3b.xml
kdenlive5.xml
khelpcenter.xml
kio-extras.xml
kmix5.xml
konsole5.xml
libkcddb.xml
libkdcraw.xml
libkexiv2.xml
okular5.xml
kwave.xml
kate5.xml

  • Property mode set to 100644
File size: 6.9 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 "&kf5-download-http;/falkon-&kf5-version;.tar.xz">
8 <!ENTITY falkon-download-ftp " ">
9 <!ENTITY falkon-md5sum "f5fe297a1e74536e70007778b489ab04">
10 <!ENTITY falkon-size "2.4 MB">
11 <!ENTITY falkon-buildsize "137 MB">
12 <!ENTITY falkon-time "0.5 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="falkon" xreflabel="falkon-&kf5-version;">
16 <?dbhtml filename="falkon.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Falkon-&kf5-version;</title>
23
24 <indexterm zone="falkon">
25 <primary sortas="a-falkon">falkon</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to falkon</title>
30
31 <para>
32 <application>Falkon</application> is a KDE web browser using the QtWebEngine
33 rendering engine. It was previously known as <application>QupZilla</application>.
34 It aims to be a lightweight web browser available through all major platforms.
35 </para>
36
37 <para>
38 Although <application>falkon</application> is now part of KDE, it can be
39 installed without KDE (with the loss of <application>kwallet</application>
40 functionality).
41 </para>
42
43 <warning>
44 <para>
45 Falkon relies on QtWebEngine. That uses a forked copy of chromium, and
46 is therefore vulnerable to many issues found there. The Qt developers
47 have always preferred to make releases at the same time as the rest of Qt
48 (rather than adding emergency fixes). Now that they are keen to move to
49 Qt6, the 5.15.3 and later Qt-5.15 releases are initially only available
50 to paying customers. QtWebEngine is something of an exception because of
51 its LGPL licence, but getting the git sources (with the forked chromium
52 submodule) to a point where they will successfully build on a current
53 BLFS system can take a lot of effort. Be aware that future fixes for
54 vulnerabilities might be very delayed, to the extent that you might wish
55 to consider using a different browser.
56 </para>
57 </warning>
58
59 &lfs111_checked;
60
61 <bridgehead renderas="sect3">Package Information</bridgehead>
62 <itemizedlist spacing="compact">
63 <listitem>
64 <para>
65 Download (HTTP): <ulink url="&falkon-download-http;"/>
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Download (FTP): <ulink url="&falkon-download-ftp;"/>
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Download MD5 sum: &falkon-md5sum;
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 Download size: &falkon-size;
81 </para>
82 </listitem>
83 <listitem>
84 <para>
85 Estimated disk space required: &falkon-buildsize;
86 </para>
87 </listitem>
88 <listitem>
89 <para>
90 Estimated build time: &falkon-time;
91 </para>
92 </listitem>
93 </itemizedlist>
94
95 <bridgehead renderas="sect3">falkon Dependencies</bridgehead>
96
97 <bridgehead renderas="sect4">Required</bridgehead>
98 <para role="required">
99 <xref linkend="extra-cmake-modules"/>,
100 <xref linkend="kf5-frameworks"/> (for karchive), and
101 <xref linkend="qtwebengine"/>
102 </para>
103
104 <note>
105 <para>
106 Strictly speaking, only karchive is required to build falkon,
107 but several other packages in KF5 can be used if they are present. To
108 build only karchive, download that package from the directory specified
109 in <xref linkend="kf5-frameworks"/> and use the build instructions on
110 that page changing the $KF5_PREFIX to /usr.
111 </para>
112 </note>
113
114 <bridgehead renderas="sect4">Optional</bridgehead>
115 <para role="optional">
116 <xref linkend="gnome-keyring"/>,
117 <ulink url="https://pypi.org/project/PySide2/">PySide2</ulink>, and
118 <ulink url="https://pypi.org/project/shiboken2/">Shiboken2</ulink>
119 </para>
120
121 <para condition="html" role="usernotes">
122 User Notes: <ulink url="&blfs-wiki;/falkon"/>
123 </para>
124 </sect2>
125
126 <sect2 role="installation">
127 <title>Installation of falkon</title>
128
129 <para>
130 Install <application>falkon</application> by running the following
131 commands:
132 </para>
133
134<screen><userinput>mkdir build &amp;&amp;
135cd build &amp;&amp;
136
137cmake -DCMAKE_INSTALL_PREFIX=/usr \
138 -DCMAKE_BUILD_TYPE=Release \
139 .. &amp;&amp;
140
141make</userinput></screen>
142
143 <para>
144 To test the results, issue: <command>make test</command>. All
145 tests should pass. If any fail, the full results will be in
146 <filename>Testing/Temporary/LastTest.log</filename>.
147 </para>
148
149 <para>
150 Now, as the <systemitem class="username">root</systemitem> user:
151 </para>
152
153<screen role="root"><userinput>make install</userinput></screen>
154
155 <para>
156 If you have installed <application>Pyside2</application> you will want to
157 examine <command>hellopython.py</command> which is in the <filename
158 class="directory">scripts/</filename> directory, and perhaps copy it to
159 your home directory.
160 </para>
161
162 </sect2>
163
164 <sect2 role="commands">
165 <title>Command Explanations</title>
166
167 <para>
168 <option>-DBUILD_TESTING=OFF</option>: This will save a little time and space by
169 not building the test programs, use this if you do not wish to run the test.
170 </para>
171
172 </sect2>
173
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Programs</segtitle>
179 <segtitle>Installed Library</segtitle>
180 <segtitle>Installed Directory</segtitle>
181
182 <seglistitem>
183 <seg>
184 falkon
185 </seg>
186 <seg>
187 libFalkonPrivate.so.3
188 </seg>
189 <seg>
190 /usr/share/falkon
191 </seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="falkon-prog">
201 <term><command>falkon</command></term>
202 <listitem>
203 <para>
204 is a web browser which uses qtwebengine
205 </para>
206 <indexterm zone="falkon falkon-prog">
207 <primary sortas="b-falkon">falkon</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="libFalkonPrivate.so.3">
213 <term><filename class="libraryfile">libFalkonPrivate.so.3</filename></term>
214 <listitem>
215 <para>
216 contains functions used by falkon
217 </para>
218 <indexterm zone="falkon libFalkonPrivate.so.3">
219 <primary sortas="c-libFalkonPrivate.so.3">libFalkonPrivate.so.3</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223 </variablelist>
224 </sect2>
225
226</sect1>
Note: See TracBrowser for help on using the repository browser.