source: archive/midori.xml@ ccded7e

11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ccded7e was 7788630d, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Archive midori.
Archive opal and ekiga.
Update xterm to install .desktop files.
Update plasma to properly link to .desktop file.
Finish tagging postlfs files.

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

  • Property mode set to 100644
File size: 6.6 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 midori-download-http
8 "http://www.midori-browser.org/downloads/midori_&midori-version;_all_.tar.bz2">
9 <!ENTITY midori-download-ftp " ">
10 <!ENTITY midori-md5sum "fcc03ef759fce4fe9f2446d9da4a065e">
11 <!ENTITY midori-size "1.4 MB">
12 <!ENTITY midori-buildsize "91 MB">
13 <!ENTITY midori-time "0.8 SBU">
14]>
15
16<sect1 id="midori" xreflabel="Midori-&midori-version;">
17 <?dbhtml filename="midori.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Midori-&midori-version;</title>
25
26 <indexterm zone="midori">
27 <primary sortas="a-Midori">Midori</primary>
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
35 <application>WebKitGTK+</application>.
36 </para>
37
38 &lfs82_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41
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">
79 <xref linkend="cmake"/>,
80 <xref linkend="gcr"/>,
81 <xref linkend="libnotify"/>,
82 <xref linkend="webkitgtk"/> (see "Command Explanations"), and
83 <xref linkend="vala"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="librsvg"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>,
94 <!--<xref linkend="webkitgtk2"/>, and -->
95 <ulink url="http://webkitgtk.org/releases/">WebKitGTK+-2.4.11</ulink> , and
96 <phrase revision="sysv"><ulink url="https://launchpad.net/zeitgeist/0.9/">Zeitgeist</ulink></phrase>
97 <phrase revision="systemd"><xref linkend="libzeitgeist"/></phrase>
98 </para>
99
100 <para condition="html" role="usernotes">
101 User Notes: <ulink url="&blfs-wiki;/midori"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Midori</title>
107
108 <para>
109 Install <application>Midori</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>sed -e 's/protected Tally/public Tally/g' \
114 -i midori/midori-notebook.vala &amp;&amp;
115sed -e 's/%d other files/%u other files/g' \
116 -i extensions/transfers.vala &amp;&amp;
117
118for f in transfers adblock/widgets apps history-list notes; do
119 sed -e 's/.remove (iter/.remove (ref iter/g' \
120 -i "extensions/$f.vala"
121done &amp;&amp;
122
123mkdir build &amp;&amp;
124cd build &amp;&amp;
125
126cmake -DCMAKE_INSTALL_PREFIX=/usr \
127 -DCMAKE_BUILD_TYPE=Release \
128 -DUSE_ZEITGEIST=OFF \
129 -DHALF_BRO_INCOM_WEBKIT2=ON \
130 -DUSE_GTK3=1 \
131 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-&midori-version; \
132 .. &amp;&amp;
133make</userinput></screen>
134
135 <para>
136 This package does not come with a working test suite.
137 </para>
138
139 <para>
140 Now, as the <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>make install</userinput></screen>
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <para>
150 <command>sed ...</command>: The recent release of vala generates errors
151 for some constructs that were accepted before. The <command>sed</command>
152 commands fix those errors.
153 </para>
154
155 <para>
156 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
157 used to apply a higher level of compiler optimizations.
158 </para>
159
160 <para>
161 <parameter>-DUSE_ZEITGEIST=OFF</parameter>: Remove this switch if
162 Zeitgeist is installed.
163 </para>
164
165 <para>
166 <parameter>-DHALF_BRO_INCOM_WEBKIT2=ON</parameter>: Links to <xref
167 linkend="webkitgtk"/> instead of WebKitGTK+-2.4.x. Strictly
168 speaking, <xref linkend="webkitgtk"/> is not required and Midori could
169 be linked to WebKitGTK+-2.4.x. The former used to be considered <quote>
170 experimental</quote> by upstream, but now is considered stable. However
171 the syntax has not yet been updated.
172 </para>
173
174 <para>
175 <parameter>-DUSE_GTK3=1</parameter>: Using this switch allows linking to
176 WebkitGTK+ built against <application>GTK+ 3</application>.
177 </para>
178
179 <para>
180 <option>-DUSE_APIDOCS=1</option>: Use this switch if
181 <application>GTK-Doc</application> is installed and you
182 wish to build and install the API documentation.
183 </para>
184
185 </sect2>
186
187 <sect2 role="content">
188 <title>Contents</title>
189
190 <segmentedlist>
191 <segtitle>Installed Program</segtitle>
192 <segtitle>Installed Libraries</segtitle>
193 <segtitle>Installed Directories</segtitle>
194
195 <seglistitem>
196 <seg>
197 midori
198 </seg>
199 <seg>
200 libmidori-core.so
201 </seg>
202 <seg>
203 /{etc/xdg,/usr/{lib,share}}/midori and
204 /usr/share/doc/midori-&midori-version;
205 </seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="midori-prog">
215 <term><command>midori</command></term>
216 <listitem>
217 <para>
218 is a lightweight <application>WebKitGTK+</application> browser.
219 </para>
220 <indexterm zone="midori midori-prog">
221 <primary sortas="b-midori">midori</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.