source: xfce/apps/midori.xml@ fb04cfdd

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 fb04cfdd was fb04cfdd, checked in by Pierre Labastie <pieere@…>, 8 years ago

Instruct Midori to depend on newer versions of WebKitGTK+

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

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[79cd5b6]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 midori-download-http
[a096a6af]8 "http://www.midori-browser.org/downloads/midori_&midori-version;_all_.tar.bz2">
[79cd5b6]9 <!ENTITY midori-download-ftp " ">
[8763a1da]10 <!ENTITY midori-md5sum "fcc03ef759fce4fe9f2446d9da4a065e">
[a1f30d5]11 <!ENTITY midori-size "1.4 MB">
[8763a1da]12 <!ENTITY midori-buildsize "91 MB">
13 <!ENTITY midori-time "0.8 SBU">
[79cd5b6]14]>
15
[c53e7e3]16<sect1 id="midori" xreflabel="Midori-&midori-version;">
[79cd5b6]17 <?dbhtml filename="midori.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[c53e7e3]24 <title>Midori-&midori-version;</title>
[79cd5b6]25
26 <indexterm zone="midori">
[c53e7e3]27 <primary sortas="a-Midori">Midori</primary>
[79cd5b6]28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Midori</title>
32
33 <para>
34 <application>Midori</application> is a lightweight web browser that uses
[c53e7e3]35 <application>WebKitGTK+</application>.
[79cd5b6]36 </para>
37
[8bc128e]38 &lfs79_checked;
[79cd5b6]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
[a1f30d5]41
[79cd5b6]42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&midori-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&midori-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &midori-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &midori-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &midori-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &midori-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Midori Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
[5735e4b]79 <xref linkend="cmake"/>,
[a1f30d5]80 <xref linkend="gcr"/>,
[3e95921]81 <xref linkend="libnotify"/>,
[fb04cfdd]82 <xref linkend="webkitgtk"/> (see "Command Explanations"), and
[c53e7e3]83 <xref linkend="vala"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
[2727ac4]88 <xref linkend="librsvg"/>
[79cd5b6]89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
[fb04cfdd]93 <xref linkend="gtk-doc"/>,
94 <xref linkend="webkitgtk2"/>, and
[46db8b5]95 <ulink url="https://launchpad.net/zeitgeist/0.9/">Zeitgeist</ulink>
[79cd5b6]96 </para>
97
98 <para condition="html" role="usernotes">
99 User Notes: <ulink url="&blfs-wiki;/midori"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Midori</title>
[8763a1da]105<!--
[a1f30d5]106 <note>
107 <para>
108 The tarball was not created from a directory, thus it is better to create a directory to uncompress it:
109 </para>
110<screen><userinput>mkdir -v midori-&midori-version; &amp;&amp;
111tar -xf midori_&midori-version;_all_.tar.bz2 -C midori-&midori-version; &amp;&amp;
112cd midori-&midori-version;</userinput></screen>
[8763a1da]113 </note>-->
[a1f30d5]114
[79cd5b6]115 <para>
116 Install <application>Midori</application> by running the following
117 commands:
118 </para>
119
[a1f30d5]120<screen><userinput>mkdir build &amp;&amp;
[71fcd95e]121cd build &amp;&amp;
122
[4532b2f]123cmake -DCMAKE_INSTALL_PREFIX=/usr \
124 -DCMAKE_BUILD_TYPE=Release \
125 -DUSE_ZEITGEIST=OFF \
[fb04cfdd]126 -DHALF_BRO_INCOM_WEBKIT2=ON \
[c18b8f23]127 -DUSE_GTK3=1 \
[9d37710]128 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-&midori-version; \
129 .. &amp;&amp;
[79cd5b6]130make</userinput></screen>
131
132 <para>
[a1f30d5]133 This package does not come with a working test suite.
134 </para>
[79cd5b6]135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
[4532b2f]146 <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
[8c9a5b9]147 used to apply a higher level of compiler optimizations.</para>
[4532b2f]148
[f56c241f]149 <para>
150 <parameter>-DUSE_ZEITGEIST=OFF</parameter>: Remove this switch if
[46db8b5]151 Zeitgeist is installed.
[f56c241f]152 </para>
153
[79cd5b6]154 <para>
[fb04cfdd]155 <parameter>-DHALF_BRO_INCOM_WEBKIT2=ON</parameter>: Links to <xref
156 linkend="webkitgtk"/> instead of <xref linkend="webkitgtk2"/>. Strictly
157 speaking, <xref linkend="webkitgtk"/> is not required and Midori could
158 be linked to <xref linkend="webkitgtk2"/>. The former is deemed <quote>
159 experimental</quote> by upstream, but seems to work well. The latter is
160 an older API and less secure.
161 </para>
162
163 <para>
164 <parameter>-DUSE_GTK3=1</parameter>: Using this switch allows linking to
165 WebkitGTK+ built against <application>GTK+ 3</application>.
[c53e7e3]166 </para>
167
168 <para>
[9d37710]169 <option>-DUSE_APIDOCS=1</option>: Use this switch if
[c53e7e3]170 <application>GTK-Doc</application> is installed and you
[8763a1da]171 wish to build and install the API documentation.
[c53e7e3]172 </para>
173
[79cd5b6]174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Program</segtitle>
[c3c56b2]181 <segtitle>Installed Libraries</segtitle>
[79cd5b6]182 <segtitle>Installed Directories</segtitle>
183
184 <seglistitem>
[c53e7e3]185 <seg>
186 midori
187 </seg>
188 <seg>
[4532b2f]189 libmidori-core.so
[c53e7e3]190 </seg>
[79cd5b6]191 <seg>
[8763a1da]192 /{etc/xdg,/usr/{lib,share}}/midori and
193 /usr/share/doc/midori-&midori-version;
[79cd5b6]194 </seg>
195 </seglistitem>
196 </segmentedlist>
197
198 <variablelist>
199 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
202
203 <varlistentry id="midori-prog">
204 <term><command>midori</command></term>
205 <listitem>
206 <para>
[c53e7e3]207 is a lightweight <application>WebKitGTK+</application> browser.
[79cd5b6]208 </para>
209 <indexterm zone="midori midori-prog">
210 <primary sortas="b-midori">midori</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
[c53e7e3]214
[79cd5b6]215 </variablelist>
[c53e7e3]216
[79cd5b6]217 </sect2>
[c53e7e3]218
[79cd5b6]219</sect1>
Note: See TracBrowser for help on using the repository browser.