source: xfce/apps/midori.xml@ a096a6af

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a096a6af was a096a6af, checked in by Krejzi <krejzi@…>, 11 years ago

midori 0.5.5.

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

  • Property mode set to 100644
File size: 5.3 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 "b99e87d4b73a4732ed1c1e591f0242ac">
11 <!ENTITY midori-size "1.1 MB">
12 <!ENTITY midori-buildsize "95 MB (10 MB installed)">
13 <!ENTITY midori-time "0.3 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 &lfs73_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="libzeitgeist"/>,
79 <xref linkend="webkitgtk"/> or
80 <xref linkend="webkitgtk2"/> and
81 <xref linkend="vala"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="libnotify"/> and
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="libunique"/> or
94 <ulink url="&gnome-download-http;/libunique/">libunique (3.x)</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/midori"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Midori</title>
104
105 <para>
106 Install <application>Midori</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/midori-&midori-version; &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 To test the results, issue: <command>make check</command>.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <option>--enable-gtk3</option>: Use this switch if you want
129 to build <application>Midori</application> with
130 <application>GTK+ 3</application> dependencies.
131 </para>
132
133 <para>
134 <option>--enable-apidocs</option>: Use this switch if
135 <application>GTK-Doc</application> is installed and you
136 wish to build and install the API documentation.
137 </para>
138
139 <para>
140 <command>export NOCOLOR=1</command>: This prevents the build
141 process outputting colored text. Colored text is fine if
142 you're running the commands in a terminal, but if you compile
143 it with a script and pipe the output to a log file the control
144 characters that color the text can makehe log file difficult
145 to read with a text editor.
146 </para>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Program</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 midori
161 </seg>
162 <seg>
163 None
164 </seg>
165 <seg>
166 /etc/xdg/midori,
167 /usr/include/midori-0.5,
168 /usr/lib/midori,
169 /usr/share/doc/midori-&midori-version; and
170 /usr/share/midori
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="midori-prog">
181 <term><command>midori</command></term>
182 <listitem>
183 <para>
184 is a lightweight <application>WebKitGTK+</application> browser.
185 </para>
186 <indexterm zone="midori midori-prog">
187 <primary sortas="b-midori">midori</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.