source: xfce/apps/midori.xml@ 17a61a18

systemd-13485
Last change on this file since 17a61a18 was 17a61a18, checked in by Christopher Gregory <cjg@…>, 10 years ago

Merged midori-0.5.9 update from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@15115 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.2 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 "a0af659e0f1d6edb2c97aefdc8c0f097">
11 <!ENTITY midori-size "1.3 MB">
12 <!ENTITY midori-buildsize "71 MB (additional 2 MB for the tests)">
13 <!ENTITY midori-time "0.7 SBU (additional less than 0.1 SBU for the tests)">
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 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&midori-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&midori-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &midori-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &midori-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &midori-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &midori-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Midori Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="cmake"/>,
79 <xref linkend="libnotify"/>,
80 <xref linkend="webkitgtk2"/> (Compiled against either GTK+ 2 or GTK+ 3 - see "Command Explanations"), and
81 <xref linkend="vala"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="librsvg"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="gcr"/>,
92 <xref linkend="gtk-doc"/> and
93 <xref linkend="libzeitgeist"/>
94<!-- <xref linkend="libunique"/> or
95 <ulink url="&gnome-download-http;/libunique/">libunique (3.x)</ulink>-->
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>
105
106 <para>
107 Install <application>Midori</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>mkdir -v build &amp;&amp;
112cd build &amp;&amp;
113cmake -DCMAKE_INSTALL_PREFIX=/usr \
114 -DCMAKE_BUILD_TYPE=Release \
115 -DUSE_ZEITGEIST=OFF \
116 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-&midori-version; \
117 .. &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 To test the results, issue: <command>make check</command> from an X
122 terminal emulator. Test suite performance is poor: almost 1/3 fails.
123 Another simple test is to run <command>midori/midori</command> from the
124 <filename class="directory">build</filename> directory,
125 before installing.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133 </sect2>
134
135 <sect2 role="commands">
136 <title>Command Explanations</title>
137
138 <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
139 used to force building with Qt4 even if Qt5 is found.</para>
140
141 <para>
142 <option>--enable-gtk3</option>: Use this switch if you want
143 to build <application>Midori</application> using
144 <application>WebKitGTK+</application> built against
145 <application>GTK+ 3</application>.
146 <command>configure</command> defaults to
147 <application>GTK+ 2</application> version of
148 <application>WebKitGTK+</application>.
149 </para>
150
151 <para>
152 <option>--enable-apidocs</option>: Use this switch if
153 <application>GTK-Doc</application> is installed and you
154 wish to build and install the API documentation.
155 </para>
156
157 <para>
158 <command>export NOCOLOR=1</command>: This prevents the build
159 process outputting colored text. Colored text is fine if
160 you're running the commands in a terminal, but if you compile
161 it with a script and pipe the output to a log file the control
162 characters that color the text can makehe log file difficult
163 to read with a text editor.
164 </para>
165
166 </sect2>
167
168 <sect2 role="content">
169 <title>Contents</title>
170
171 <segmentedlist>
172 <segtitle>Installed Program</segtitle>
173 <segtitle>Installed Libraries</segtitle>
174 <segtitle>Installed Directories</segtitle>
175
176 <seglistitem>
177 <seg>
178 midori
179 </seg>
180 <seg>
181 libmidori-core.so
182 </seg>
183 <seg>
184 /etc/xdg/midori,
185 /usr/lib/midori,
186 /usr/share/doc/midori-&midori-version; and
187 /usr/share/midori
188 </seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="midori-prog">
198 <term><command>midori</command></term>
199 <listitem>
200 <para>
201 is a lightweight <application>WebKitGTK+</application> browser.
202 </para>
203 <indexterm zone="midori midori-prog">
204 <primary sortas="b-midori">midori</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.