source: xfce/apps/midori.xml@ ab78d7f

systemd-13485
Last change on this file since ab78d7f was 91c7aaa, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to clutter-1.22.4
Update to clutter-gtk-1.6.2
Update to libchamplain-0.12.10
Update to gdk-pixbuf-2.31.7
Update to midori-0.5.11
Update to uhttpmock-0.5.0
Document a test suite hang in libgdata
Update to libgee-0.18.0
Update to libgweather-3.16.1
Update to libpeas-1.14.0
Update to libwacom-0.15
Update to evolution-data-server-3.16.5
Add some more short descriptions by Denis

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

  • Property mode set to 100644
File size: 5.6 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 " ">
[91c7aaa]10 <!ENTITY midori-md5sum "fcc03ef759fce4fe9f2446d9da4a065e">
[ac38e9dc]11 <!ENTITY midori-size "1.4 MB">
[91c7aaa]12 <!ENTITY midori-buildsize "79 MB">
13 <!ENTITY midori-time "0.8 SBU">
[79cd5b6]14]>
15
[c53e7e3]16<sect1 id="midori" xreflabel="Midori-&midori-version;">
[79cd5b6]17 <?dbhtml filename="midori.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[c53e7e3]24 <title>Midori-&midori-version;</title>
[79cd5b6]25
26 <indexterm zone="midori">
[c53e7e3]27 <primary sortas="a-Midori">Midori</primary>
[79cd5b6]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
[c53e7e3]35 <application>WebKitGTK+</application>.
[79cd5b6]36 </para>
37
[ac38e9dc]38 &lfs77_checked;
[79cd5b6]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">
[5735e4b]78 <xref linkend="cmake"/>,
[ac38e9dc]79 <xref linkend="gcr"/>,
[3e95921]80 <xref linkend="libnotify"/>,
[ac38e9dc]81 <xref linkend="webkitgtk2"/> (Compiled against either GTK+ 2 or GTK+ 3 - see "Command Explanations"), and
[c53e7e3]82 <xref linkend="vala"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
[2727ac4]87 <xref linkend="librsvg"/>
[79cd5b6]88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
[087af8c0]92 <xref linkend="gtk-doc"/> and
93 <xref linkend="libzeitgeist"/>
[79cd5b6]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 Install <application>Midori</application> by running the following
106 commands:
107 </para>
108
[ac38e9dc]109<screen><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
[17a61a18]112cmake -DCMAKE_INSTALL_PREFIX=/usr \
113 -DCMAKE_BUILD_TYPE=Release \
114 -DUSE_ZEITGEIST=OFF \
115 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-&midori-version; \
116 .. &amp;&amp;
[79cd5b6]117make</userinput></screen>
118
119 <para>
[ac38e9dc]120 This package does not have a working testsuite.
[79cd5b6]121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
[17a61a18]133 <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
[6ed1066]134 used to apply a higher level of compiler optimizations.</para>
[17a61a18]135
[79cd5b6]136 <para>
[ac38e9dc]137 <parameter>-DUSE_ZEITGEIST=OFF</parameter>: This switch disables Zeitgeist
138 support. Remove it if you have installed <xref linkend="libzeitgeist"/>.
[c53e7e3]139 </para>
140
141 <para>
[6ed1066]142 <option>-DUSE_GTK3=1</option>: Use this switch if you want to build
[ac38e9dc]143 <application>Midori</application> using
144 <application>WebKitGTK+</application> built against
145 <application>GTK+ 3</application>. <command>cmake</command>
146 defaults to the <application>WebKitGTK+</application> built
147 against <application>GTK+ 2</application>.
[c53e7e3]148 </para>
149
150 <para>
[6ed1066]151 <option>-DUSE_APIDOCS=1</option>: Use this switch if
152 <application>GTK-Doc</application> is installed and you
153 wish to build and install the API documentation.
[79cd5b6]154 </para>
[c53e7e3]155
[79cd5b6]156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Program</segtitle>
[c3c56b2]163 <segtitle>Installed Libraries</segtitle>
[79cd5b6]164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
[c53e7e3]167 <seg>
168 midori
169 </seg>
170 <seg>
[17a61a18]171 libmidori-core.so
[c53e7e3]172 </seg>
[79cd5b6]173 <seg>
174 /etc/xdg/midori,
175 /usr/lib/midori,
[17a61a18]176 /usr/share/doc/midori-&midori-version; and
[c53e7e3]177 /usr/share/midori
[79cd5b6]178 </seg>
179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
187 <varlistentry id="midori-prog">
188 <term><command>midori</command></term>
189 <listitem>
190 <para>
[c53e7e3]191 is a lightweight <application>WebKitGTK+</application> browser.
[79cd5b6]192 </para>
193 <indexterm zone="midori midori-prog">
194 <primary sortas="b-midori">midori</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
[c53e7e3]198
[79cd5b6]199 </variablelist>
[c53e7e3]200
[79cd5b6]201 </sect2>
[c53e7e3]202
[79cd5b6]203</sect1>
Note: See TracBrowser for help on using the repository browser.