Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/apps/midori.xml

    r4a83293 rac38e9dc  
    88           "http://www.midori-browser.org/downloads/midori_&midori-version;_all_.tar.bz2">
    99  <!ENTITY midori-download-ftp  " ">
    10   <!ENTITY midori-md5sum        "a0af659e0f1d6edb2c97aefdc8c0f097">
    11   <!ENTITY midori-size          "1.3 MB">
    12   <!ENTITY midori-buildsize     "71 MB (additional 2 MB for the tests)">
    13   <!ENTITY midori-time          "0.7 SBU (additional less than 0.1 SBU for the tests)">
     10  <!ENTITY midori-md5sum        "2f250a5015923b6eeca606629e7bf042">
     11  <!ENTITY midori-size          "1.4 MB">
     12  <!ENTITY midori-buildsize     "87 MB">
     13  <!ENTITY midori-time          "0.6 SBU">
    1414]>
    1515
     
    3636    </para>
    3737
    38     &lfs76_checked;
     38    &lfs77_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7777    <para role="required">
    7878      <xref linkend="cmake"/>,
     79      <xref linkend="gcr"/>,
    7980      <xref linkend="libnotify"/>,
    80       <xref linkend="webkitgtk2"/> (see "Command Explanations"), and
     81      <xref linkend="webkitgtk2"/> (Compiled against either GTK+ 2 or GTK+ 3 - see "Command Explanations"), and
    8182      <xref linkend="vala"/>
    8283    </para>
     
    8990    <bridgehead renderas="sect4">Optional</bridgehead>
    9091    <para role="optional">
    91       <xref linkend="gcr"/>,
    9292      <xref linkend="gtk-doc"/> and
    9393      <xref linkend="libzeitgeist"/>
     
    107107    </para>
    108108
    109 <screen><userinput>mkdir -v build &amp;&amp;
    110 cd build &amp;&amp;
     109<screen><userinput>mkdir build &amp;&amp;
     110cd    build &amp;&amp;
     111
    111112cmake -DCMAKE_INSTALL_PREFIX=/usr \
    112113      -DCMAKE_BUILD_TYPE=Release  \
     
    117118
    118119    <para>
    119       To test the results, issue: <command>make check</command> from an X
    120       terminal emulator. Test suite performance is poor: almost 1/3 fails.
    121       Another simple test is to run <command>midori/midori</command> from the
    122       <filename class="directory">build</filename> directory,
    123       before installing.
     120      This package does not have a working testsuite.
    124121    </para>
    125122
     
    138135
    139136    <para>
    140       <parameter>-DUSE_ZEITGEIST=OFF</parameter>: Remove this switch if
    141       <xref linkend="libzeitgeist"/> is installed.
     137      <parameter>-DUSE_ZEITGEIST=OFF</parameter>: This switch disables Zeitgeist
     138      support. Remove it if you have installed <xref linkend="libzeitgeist"/>.
    142139    </para>
    143140
    144141    <para>
    145142      <option>-DUSE_GTK3=1</option>: Use this switch if you want to build
    146       <application>Midori</application> with
    147       <application>WebKitGTK+</application> built against <application>GTK+
    148       3</application>, because by default it chooses
    149       <application>WebKitGTK+</application> built against <application>GTK+
    150       2</application>.
     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>.
    151148    </para>
    152149
Note: See TracChangeset for help on using the changeset viewer.