source: xfce/apps/midori.xml@ 64135787

kde5-14269
Last change on this file since 64135787 was 64135787, checked in by Xi Ruoyao <xry111@…>, 3 years ago

Begin manually (while modifying stuff) merging trunk and systemd branches since revision 14087.

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

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