Ignore:
Timestamp:
03/16/2013 09:38:01 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
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
Children:
5225afee
Parents:
dcd16c6
Message:

Parole and Midori updates.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/apps/midori.xml

    rdcd16c6 rc53e7e3  
    66
    77  <!ENTITY midori-download-http
    8     "http://archive.xfce.org/src/apps/midori/0.4/midori-&midori-version;.tar.bz2">
     8           "http://archive.xfce.org/src/apps/midori/0.4/midori-&midori-version;.tar.bz2">
    99  <!ENTITY midori-download-ftp  " ">
    10   <!ENTITY midori-md5sum        "14288197a1e2251b7c0803e1448daa0e">
    11   <!ENTITY midori-size          "932 KB">
    12   <!ENTITY midori-buildsize     "29 MB (5 MB installed)">
    13   <!ENTITY midori-time          "0.1 SBU">
     10  <!ENTITY midori-md5sum        "d2b3c436c08022f47a0db6bca3772790">
     11  <!ENTITY midori-size          "1.1 MB">
     12  <!ENTITY midori-buildsize     "50 MB (9 MB installed)">
     13  <!ENTITY midori-time          "0.3 SBU">
    1414]>
    1515
    16 <sect1 id="midori" xreflabel="midori-&midori-version;">
     16<sect1 id="midori" xreflabel="Midori-&midori-version;">
    1717  <?dbhtml filename="midori.html"?>
    1818
     
    2222  </sect1info>
    2323
    24   <title>midori-&midori-version;</title>
     24  <title>Midori-&midori-version;</title>
    2525
    2626  <indexterm zone="midori">
    27     <primary sortas="a-midori">midori</primary>
     27    <primary sortas="a-Midori">Midori</primary>
    2828  </indexterm>
    2929
     
    3333    <para>
    3434      <application>Midori</application> is a lightweight web browser that uses
    35       <application>WebKitGTK</application>.
     35      <application>WebKitGTK+</application>.
    3636    </para>
    3737
     
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="webkitgtk"/> (configured --with-gtk=2.0) and
    79       <xref linkend="vala"/>.
     78      <xref linkend="webkitgtk"/> (configured --with-gtk=2.0) or
     79      <xref linkend="webkitgtk"/> (configured --with-gtk=3.0) and
     80      <xref linkend="vala"/>
     81    </para>
     82
     83    <bridgehead renderas="sect4">Recommended</bridgehead>
     84    <para role="recommended">
     85      <xref linkend="libnotify"/> and
     86      <xref linkend="librsvg"/>
    8087    </para>
    8188
    8289    <bridgehead renderas="sect4">Optional</bridgehead>
    8390    <para role="optional">
    84       <xref linkend="libnotify"/>,
    85       <xref linkend="librsvg"/> and
    86       <xref linkend="libunique"/>.
     91      <ulink url="&gnome-download-http;/gnome-keyring">GNOME Keyring (2.x)</ulink> or
     92      <xref linkend="gcr"/>,
     93      <xref linkend="gtk-doc"/>,
     94      <ulink url="&gnome-download-http;/libunique">libunique (1.x)</ulink> or
     95      <xref linkend="libunique"/> and
     96      <xref linkend="libzeitgeist"/>
    8797    </para>
    8898
     
    100110    </para>
    101111
    102 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     112<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/midori-&midori-version; &amp;&amp;
    103113make</userinput></screen>
    104114
     
    118128
    119129    <para>
    120       <command>export NOCOLOR=1</command>: This prevents the build process
    121       outputting coloured text. Coloured text is fine if you're running the
    122       commands in a terminal, but if you compile it with a script and pipe the
    123       output to a log file the control characters that colour the text can make
    124       the log file difficult to read with a text editor.
     130      <option>--enable-gtk3</option>: Use this switch if you want
     131      to build <application>Midori</application> with
     132      <application>GTK+ 3</application> dependencies.
    125133    </para>
     134
     135    <para>
     136      <option>--enable-apidocs</option>: Use this switch if
     137      <application>GTK-Doc</application> is installed and you
     138      wish to build and install the API documentation.
     139    </para>
     140
     141    <para>
     142      <command>export NOCOLOR=1</command>: This prevents the build
     143      process outputting colored text. Colored text is fine if
     144      you're running the commands in a terminal, but if you compile
     145      it with a script and pipe the output to a log file the control
     146      characters that color the text can makehe log file difficult
     147      to read with a text editor.
     148    </para>
     149
    126150  </sect2>
    127151
     
    135159
    136160      <seglistitem>
    137         <seg>midori</seg>
    138         <seg>None</seg>
     161        <seg>
     162          midori
     163        </seg>
     164        <seg>
     165          None
     166        </seg>
    139167        <seg>
    140168          /etc/xdg/midori,
    141169          /usr/include/midori-0.4,
    142170          /usr/lib/midori,
    143           /usr/share/midori and
    144           /usr/share/doc/midori
     171          /usr/share/doc/midori-&midori-version; and
     172          /usr/share/midori
    145173        </seg>
    146174      </seglistitem>
     
    156184        <listitem>
    157185          <para>
    158             is a lightweight <application>WebKitGTK</application> browser.
     186            is a lightweight <application>WebKitGTK+</application> browser.
    159187          </para>
    160188          <indexterm zone="midori midori-prog">
     
    163191        </listitem>
    164192      </varlistentry>
     193
    165194    </variablelist>
     195
    166196  </sect2>
     197
    167198</sect1>
Note: See TracChangeset for help on using the changeset viewer.