source: xfce/apps/midori.xml@ 37f0c1b0

systemd-11177
Last change on this file since 37f0c1b0 was c39babd, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

unrar-5.1., libgtop-2.30.0, harfbuzz-0.9.28, goffice-0.10.15, gnumeric-1.12.15 and libass-0.11.2. Fixes to grilo-plugins-0.2.12, gst-plugins-base-0.10.36 and midori-0.5.8.

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

  • Property mode set to 100644
File size: 5.8 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 " ">
[2884969f]10 <!ENTITY midori-md5sum "b89e25e74199d705e74767499a415976">
11 <!ENTITY midori-size "1.3 MB">
12 <!ENTITY midori-buildsize "63 MB (additional 1 MB for the tests)">
[a407a1c]13 <!ENTITY midori-time "0.5 SBU (additional less than 0.1 SBU
[087af8c0]14 for the tests)">
[79cd5b6]15]>
16
[c53e7e3]17<sect1 id="midori" xreflabel="Midori-&midori-version;">
[79cd5b6]18 <?dbhtml filename="midori.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
[c53e7e3]25 <title>Midori-&midori-version;</title>
[79cd5b6]26
27 <indexterm zone="midori">
[c53e7e3]28 <primary sortas="a-Midori">Midori</primary>
[79cd5b6]29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Midori</title>
33
34 <para>
35 <application>Midori</application> is a lightweight web browser that uses
[c53e7e3]36 <application>WebKitGTK+</application>.
[79cd5b6]37 </para>
38
[0eda55a9]39 &lfs75_checked;
[79cd5b6]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
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"/>,
[3e95921]80 <xref linkend="libnotify"/>,
[c72f1ff]81 <xref linkend="webkitgtk"/> or
[c39babd]82 <xref linkend="webkitgtk2"/> (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">
[087af8c0]93 <xref linkend="gtk-doc"/> and
94 <xref linkend="libzeitgeist"/>
95<!-- <xref linkend="libunique"/> or
96 <ulink url="&gnome-download-http;/libunique/">libunique (3.x)</ulink>-->
[79cd5b6]97 </para>
98
99 <para condition="html" role="usernotes">
100 User Notes: <ulink url="&blfs-wiki;/midori"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of Midori</title>
106
[2884969f]107 <para>
108 The tarball is not compressed from a directory, thus it is better to
109 create a directory to uncompress it:
110 </para>
111
[df82bab]112<screen><userinput>mkdir -v midori-&midori-version; &amp;&amp;
[2884969f]113tar xf midori_&midori-version;_all_.tar.bz2 -C midori-&midori-version; &amp;&amp;
114cd midori-&midori-version;</userinput></screen>
115
[79cd5b6]116 <para>
117 Install <application>Midori</application> by running the following
118 commands:
119 </para>
120
[5735e4b]121<screen><userinput>./configure --prefix=/usr &amp;&amp;
[79cd5b6]122make</userinput></screen>
123
124 <para>
[087af8c0]125 To test the results, issue: <command>make check</command> from an X
126 terminal emulator.
[79cd5b6]127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <para>
[c53e7e3]140 <option>--enable-gtk3</option>: Use this switch if you want
141 to build <application>Midori</application> with
[c39babd]142 <application>WebKitGTK+ 2</application> dependencies.
[c53e7e3]143 </para>
144
145 <para>
146 <option>--enable-apidocs</option>: Use this switch if
147 <application>GTK-Doc</application> is installed and you
148 wish to build and install the API documentation.
149 </para>
150
151 <para>
152 <command>export NOCOLOR=1</command>: This prevents the build
153 process outputting colored text. Colored text is fine if
154 you're running the commands in a terminal, but if you compile
155 it with a script and pipe the output to a log file the control
156 characters that color the text can makehe log file difficult
157 to read with a text editor.
[79cd5b6]158 </para>
[c53e7e3]159
[79cd5b6]160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Program</segtitle>
[c3c56b2]167 <segtitle>Installed Libraries</segtitle>
[79cd5b6]168 <segtitle>Installed Directories</segtitle>
169
170 <seglistitem>
[c53e7e3]171 <seg>
172 midori
173 </seg>
174 <seg>
[5735e4b]175 libmidori-core.so and several libraries under /usr/lib/midori
[c53e7e3]176 </seg>
[79cd5b6]177 <seg>
178 /etc/xdg/midori,
179 /usr/lib/midori,
[5735e4b]180 /usr/share/doc/midori and
[c53e7e3]181 /usr/share/midori
[79cd5b6]182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="midori-prog">
192 <term><command>midori</command></term>
193 <listitem>
194 <para>
[c53e7e3]195 is a lightweight <application>WebKitGTK+</application> browser.
[79cd5b6]196 </para>
197 <indexterm zone="midori midori-prog">
198 <primary sortas="b-midori">midori</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
[c53e7e3]202
[79cd5b6]203 </variablelist>
[c53e7e3]204
[79cd5b6]205 </sect2>
[c53e7e3]206
[79cd5b6]207</sect1>
Note: See TracBrowser for help on using the repository browser.