Changeset 4532b2f for xfce


Ignore:
Timestamp:
11/12/2014 03:35:37 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4e7c41f
Parents:
d4bae4c9
Message:

Update to midori_0.5.9.
Tried to improve D-Bus-1.8.10 configure format in the page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/apps/midori.xml

    rd4bae4c9 r4532b2f  
    88           "http://www.midori-browser.org/downloads/midori_&midori-version;_all_.tar.bz2">
    99  <!ENTITY midori-download-ftp  " ">
    10   <!ENTITY midori-md5sum        "b89e25e74199d705e74767499a415976">
     10  <!ENTITY midori-md5sum        "a0af659e0f1d6edb2c97aefdc8c0f097">
    1111  <!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)">
     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)">
    1514]>
    1615
     
    9089    <bridgehead renderas="sect4">Optional</bridgehead>
    9190    <para role="optional">
     91      <xref linkend="gcr"/>,
    9292      <xref linkend="gtk-doc"/> and
    9393      <xref linkend="libzeitgeist"/>
     
    103103
    104104    <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;
    110 tar xf midori_&midori-version;_all_.tar.bz2 -C midori-&midori-version; &amp;&amp;
    111 cd midori-&midori-version;</userinput></screen>
    112 
    113     <para>
    114105      Install <application>Midori</application> by running the following
    115106      commands:
     
    118109<screen><userinput>mkdir -v build &amp;&amp;
    119110cd build &amp;&amp;
    120 cmake -DCMAKE_INSTALL_PREFIX=/usr                        \
     111cmake -DCMAKE_INSTALL_PREFIX=/usr \
     112      -DCMAKE_BUILD_TYPE=Release  \
     113      -DUSE_ZEITGEIST=OFF         \
    121114      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-&midori-version; \
    122       -DUSE_ZEITGEIST=OFF                                \
    123115      ..  &amp;&amp;
    124116make</userinput></screen>
     
    126118    <para>
    127119      To test the results, issue: <command>make check</command> from an X
    128       terminal emulator.
     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.
    129124    </para>
    130125
     
    138133  <sect2 role="commands">
    139134    <title>Command Explanations</title>
     135
     136    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     137    used to force building with Qt4 even if Qt5 is found.</para>
    140138
    141139    <para>
     
    174172        </seg>
    175173        <seg>
    176           libmidori-core.so and several libraries under /usr/lib/midori
     174          libmidori-core.so
    177175        </seg>
    178176        <seg>
    179177          /etc/xdg/midori,
    180178          /usr/lib/midori,
    181           /usr/share/doc/midori and
     179          /usr/share/doc/midori-&midori-version; and
    182180          /usr/share/midori
    183181        </seg>
Note: See TracChangeset for help on using the changeset viewer.